/*
* Colors
*/
/*
orbit colors
*/
/*
* Fonts
*/
/**
* MEDIA QUERY MANAGER
**/
.translateEffect1 {
  transition: all 0.3s; }
  .translateEffect1:hover {
    transform: translateY(-10px); }

.translateEffect2 {
  transition: all 0.3s; }
  .translateEffect2:hover {
    transform: translateY(-5px); }

@keyframes preLoader {
  100% {
    top: 100%; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes leftShape {
  0% {
    transform: translateX(-20px); }
  100% {
    transform: translateX(0px); } }

@keyframes middleShape {
  0% {
    transform: translateX(-150px); }
  100% {
    transform: translateX(-10px); } }

@keyframes moveCircles {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(100px); } }

@keyframes moveCircles2 {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50px); } }

@keyframes animationFramesTwo {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(10px); }
  50% {
    transform: translateX(0); }
  75% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@keyframes upDown {
  0% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0px); } }

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0; }
  50% {
    opacity: 0.9; }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0; } }

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes orbit {
  100% {
    rotate: 1turn; } }

@keyframes throb {
  100% {
    scale: 1.06; } }

@keyframes ripple {
  0% {
    transform: scale(0.7);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }

@keyframes img1 {
  25% {
    transform: translateX(0px); }
  40% {
    transform: translateX(28%); }
  60% {
    transform: translateX(28%); }
  75% {
    transform: translateX(0px); } }

@keyframes img2 {
  25% {
    transform: translateX(0px); }
  40% {
    transform: translateX(-28%); }
  60% {
    transform: translateX(-28%); }
  75% {
    transform: translateX(0px); } }

@keyframes sImage2 {
  0% {
    transform: translateX(0px);
    z-index: -1; }
  40% {
    transform: translateX(-28%);
    z-index: 1; }
  60% {
    transform: translateX(-28%);
    z-index: 1; }
  75% {
    transform: translateX(0px);
    z-index: -1; } }

@keyframes cf3FadeInOut {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    opacity: 0; }
  100% {
    opacity: 0; } }

body {
  line-height: 1.5;
  color: #4a4f61; }

.theme-dark body {
  color: #ffffff; }

p {
  line-height: 1.8;
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #161e2e;
  font-weight: 700;
  margin-bottom: 0; }

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
  color: #ffffff; }

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 700; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

a {
  text-decoration: none; }

button:focus,
input:focus {
  outline: none; }

@media only screen and (min-width: 992px) {
  .container-fluid {
    padding-left: calc((100% - 950px) / 2 + 12px);
    padding-right: 0; } }

@media only screen and (min-width: 1200px) {
  .container-fluid {
    padding-left: calc((100% - 1130px) / 2 + 12px);
    padding-right: 0; } }

@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: calc((100% - 1320px) / 2 + 12px);
    padding-right: 0; } }

@media only screen and (max-width: 991px) {
  .container-fluid {
    max-width: 720px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
    margin: 0 auto; } }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit; } }

a {
  transition: 0.3s;
  color: #7432ff; }
  a:hover {
    color: #7432ff; }

button {
  border: none; }

body {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

input,
textarea {
  width: 100%;
  border: none;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #ffffff;
  border-bottom: 2px solid transparent;
  border-radius: 5px; }
  input:focus,
  textarea:focus {
    outline: none;
    border: none;
    border-bottom: 2px solid #7432ff; }

label {
  font-weight: 500;
  color: #161e2e;
  margin-bottom: 5px;
  width: 100%; }

textarea {
  min-height: 200px;
  max-height: 200px;
  transition: all 0.3s ease-in-out; }

input[type="search"] {
  border-radius: 30px;
  border: 1px solid rgba(1, 6, 33, 0.06);
  margin-bottom: 0; }
  input[type="search"]:focus {
    border: 1px solid rgba(1, 6, 33, 0.06); }

input[type="submit"] {
  text-transform: capitalize;
  background-color: #7432ff;
  color: #ffffff;
  transition: all 0.3s ease;
  width: auto !important;
  padding: 10px 30px !important;
  margin-bottom: 0 !important; }
  input[type="submit"]:hover {
    background-color: #161e2e; }
  input[type="submit"]:focus {
    outline: none;
    border: none; }

figcaption {
  margin-top: 15px; }

.section-padding {
  padding: 80px 0; }

.section-padding-t {
  padding-top: 80px; }

.section-padding-b {
  padding-bottom: 80px; }

.reboot-pagination {
  display: flex;
  justify-content: center; }
  .reboot-pagination .nav-links {
    display: flex;
    gap: 5px; }
    .reboot-pagination .nav-links .page-numbers {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #7432ff;
      transition: all 0.5s;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff; }
      .reboot-pagination .nav-links .page-numbers svg {
        fill: #ffffff; }
      .reboot-pagination .nav-links .page-numbers.current {
        background-color: #0d1321; }
      .reboot-pagination .nav-links .page-numbers:hover {
        background-color: #0d1321; }

@media only screen and (max-width: 575px) {
  .section-padding {
    padding: 60px 0; }
  .section-padding-t {
    padding-top: 60px; }
  .section-padding-b {
    padding-bottom: 60px; } }

.hero-padding {
  padding: 120px 0px 90px 0px; }
  @media only screen and (max-width: 575px) {
    .hero-padding {
      padding: 100px 0px 70px 0px; } }

.footer-padding {
  padding: 50px 0px; }
  @media only screen and (max-width: 575px) {
    .footer-padding {
      padding: 30px 0px; } }

.badge-text {
  color: #7432ff;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 10px; }
  .badge-text::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #7432ff;
    opacity: 0.3;
    border-radius: 50%;
    left: -15px;
    top: 2px;
    z-index: -1; }

[class*="section-title-"] {
  text-transform: capitalize; }
  [class*="section-title-"] h3 {
    font-size: 40px; }
    @media only screen and (max-width: 767px) {
      [class*="section-title-"] h3 {
        font-size: 35px; } }
    @media only screen and (max-width: 575px) {
      [class*="section-title-"] h3 {
        font-size: 32px; } }

.section-title-left {
  text-align: left;
  margin-bottom: 30px; }
  @media only screen and (max-width: 575px) {
    .section-title-left {
      text-align: center; } }

.section-title-center {
  text-align: center;
  margin-bottom: 50px; }

.section-title-right {
  text-align: right;
  margin-bottom: 30px; }
  @media only screen and (max-width: 575px) {
    .section-title-right {
      text-align: center; } }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 18px;
  background-color: #f0f4ff;
  border-left: 5px solid #7432ff; }

.btn__primary {
  position: relative;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 8px;
  font-weight: 600;
  overflow: hidden;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #7432ff;
  color: #ffffff;
  transition: all 0.3s ease;
  letter-spacing: 0.5px; }
  .btn__primary.btn-md {
    padding: 15px 38px; }
  .btn__primary span,
  .btn__primary a {
    position: relative;
    z-index: 2;
    color: #ffffff;
    transition: all 0.8s; }
  .btn__primary:hover span,
  .btn__primary:hover a {
    color: #ffffff; }
  .btn__primary::after, .btn__primary::before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    transition: all 600ms ease; }
  .btn__primary::before {
    left: -3px;
    right: -100%;
    background: #161e2e;
    border-right: 30px solid transparent;
    transform: translateX(-100%); }
  .btn__primary:hover::before {
    transform: translateX(-40%); }
  .btn__primary:hover::after {
    transform: translateX(40%); }

.video__button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #161e2e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }

.video-btn {
  height: 70px;
  width: 70px;
  line-height: 80px;
  text-align: center;
  color: #7432ff;
  background-color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 99;
  padding-left: 5px;
  box-shadow: 0 0 30px rgba(1, 6, 33, 0.06); }
  .video-btn:hover {
    color: #7432ff; }

.waves-block .waves {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  animation: waves 4s ease-in-out infinite;
  left: 50%;
  top: 50%;
  margin-left: -65px;
  margin-top: -65px;
  z-index: 3; }

.waves-block .wave-1 {
  animation-delay: 0s; }

.waves-block .wave-2 {
  animation-delay: 1s; }

.waves-block .wave-3 {
  animation-delay: 2s; }

.link-btn {
  font-weight: 500;
  position: relative;
  color: #7432ff;
  display: flex;
  align-items: center; }
  .link-btn i {
    position: relative;
    margin-left: 4px;
    font-size: 20px;
    transition: all 0.4s ease-in-out; }
  .link-btn:hover {
    color: #161e2e; }
    .link-btn:hover i {
      margin-left: 6px; }

/* Icon link */
.ico__link {
  border: 1px solid #7432ff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px; }
  .ico__link:hover {
    color: #ffffff;
    background-color: #7432ff; }

/* SVG section seprator */
.shape--top-wrapper {
  height: 70px; }

.shape--top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg); }
  .shape--top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
    transform: rotateY(180deg); }
  .shape--top .shape-fill {
    fill: #ffffff; }

.theme-dark input[type="search"] {
  border-color: #4a4f61; }

.theme-dark a {
  color: #ffffff; }
  .theme-dark a:hover {
    color: #7432ff; }

.theme-dark label {
  color: #ffffff; }

.theme-dark input,
.theme-dark textarea {
  background-color: #161e2e;
  color: #ffffff; }

.theme-dark blockquote {
  background-color: #0d1321; }

.theme-dark [class*="section-title-"] {
  color: #ffffff; }

.theme-dark .btn__primary:hover span {
  color: #161e2e; }

.theme-dark .btn__primary::before {
  background: #ffffff; }

.theme-dark .video__button {
  background-color: #0d1321; }

.theme-dark .link-btn:hover {
  color: #ffffff; }

.theme-dark .shape--top-wrapper {
  background: #161e2e; }

.theme-dark .shape--top .shape-fill {
  fill: #0d1321; }

.theme-dark .shape-fill-dark2 {
  background: #0d1321; }

.theme-dark .shape-fill-dark2 .shape--top .shape-fill {
  fill: #161e2e; }

.theme-dark .default-page {
  background-color: #161e2e; }

.theme-dark textarea:focus {
  background-color: #161e2e;
  color: #ffffff; }

/* BORDERED TITLE */
.bordered-title span {
  display: inline-block;
  position: relative;
  z-index: 1; }

.bordered-title span:after {
  content: "";
  bottom: 15px;
  width: 100%;
  z-index: -1;
  background: #161e2e;
  left: 0;
  position: absolute;
  height: 9px; }

.bg-one {
  background-color: #f0f4ff; }

.dark-bg {
  background-color: #161e2e; }

.dark-text {
  background-color: #0d1321; }

.color-one {
  color: #7432ff; }

#preLoader {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  animation: preLoader 1s 1s linear forwards;
  background: #ffffff; }

.theme-dark #preLoader {
  background: #161e2e; }

.translateEffect1 {
  transition: all 0.3s; }
  .translateEffect1:hover {
    transform: translateY(-10px); }

.translateEffect2 {
  transition: all 0.3s; }
  .translateEffect2:hover {
    transform: translateY(-5px); }

/* Blob images */
.blob img {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  width: 100%;
  max-width: 100%;
  -webkit-mask-size: auto auto; }

.blob__1 img {
  -webkit-mask-image: url(../images/blob/blob1.svg);
  mask-image: url(../images/blob/blob1.svg); }

.blob__2 img {
  -webkit-mask-image: url(../images/blob/blob2.svg);
  mask-image: url(../images/blob/blob2.svg); }

.blob__3 img {
  -webkit-mask-image: url(../images/blob/blob3.svg);
  mask-image: url(../images/blob/blob3.svg); }

.blob__4 img {
  -webkit-mask-image: url(../images/blob/blob4.svg);
  mask-image: url(../images/blob/blob4.svg); }

.blob__5 img {
  -webkit-mask-image: url(../images/blob/blob5.svg);
  mask-image: url(../images/blob/blob5.svg); }

.blob__6 img {
  -webkit-mask-image: url(../images/blob/blob6.svg);
  mask-image: url(../images/blob/blob6.svg); }

.blob__7 img {
  -webkit-mask-image: url(../images/blob/blob7.svg);
  mask-image: url(../images/blob/blob7.svg); }

.blob__8 img {
  -webkit-mask-image: url(../images/blob/blob8.svg);
  mask-image: url(../images/blob/blob8.svg); }

.blob__9 img {
  -webkit-mask-image: url(../images/blob/blob9.svg);
  mask-image: url(../images/blob/blob9.svg); }

.blob__10 img {
  -webkit-mask-image: url(../images/blob/blob10.svg);
  mask-image: url(../images/blob/blob10.svg); }

.blob__11 img {
  -webkit-mask-image: url(../images/blob/blob11.svg);
  mask-image: url(../images/blob/blob11.svg); }

.blob__12 img {
  -webkit-mask-image: url(../images/blob/blob12.svg);
  mask-image: url(../images/blob/blob12.svg); }

.blob__13 img {
  -webkit-mask-image: url(../images/blob/blob13.svg);
  mask-image: url(../images/blob/blob13.svg); }

.pull-right-row {
  display: flex;
  flex-direction: row-reverse; }

.pull-right {
  margin-left: auto; }

.row-reverse {
  flex-direction: row-reverse; }

.post-comments-title {
  margin-bottom: 15px; }

.blog-comment {
  margin-top: 50px;
  padding: 25px;
  border-radius: 10px;
  background-color: #f0f4ff; }
  .blog-comment .comment-list .avatar.photo {
    border-radius: 100%; }
  .blog-comment .comment-list .children {
    margin-left: 20px; }
    .blog-comment .comment-list .children .avatar.photo {
      width: 50px;
      height: 50px; }
  .blog-comment input,
  .blog-comment textarea {
    width: 100%;
    padding: 10px 30px;
    margin: 10px 0;
    border-radius: 5px;
    border: none; }
    .blog-comment input:focus,
    .blog-comment textarea:focus {
      outline: none;
      box-shadow: none !important; }
  .blog-comment input[type="checkbox"] {
    width: auto; }
  .blog-comment input[type="submit"] {
    width: auto; }
    .blog-comment input[type="submit"]:focus {
      border: none !important; }
  .blog-comment .flex-input {
    display: flex;
    gap: 15px; }
    @media only screen and (max-width: 767px) {
      .blog-comment .flex-input {
        display: block; } }
  @media only screen and (max-width: 380px) {
    .blog-comment .btn__primary {
      width: 100%; } }

.theme-dark .blog-comment {
  background-color: #0d1321; }

/*===============
  HEADER
===============*/
.header {
  position: absolute;
  width: 100%;
  transition: border-radius 0.2s, width 350ms ease;
  z-index: 999; }
  .header .navbar-brand.light {
    display: block; }
  .header .navbar-brand.dark {
    display: none; }
  .header.navbar_fixed {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(1, 6, 33, 0.06);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; }
    .header.navbar_fixed .navbar {
      margin-top: 0px; }
  .header .navbar {
    border: 0px;
    padding: 10px 15px;
    top: 0;
    left: 0;
    transition: all 0.3s;
    transition: all 0.4s ease-in-out; }
    .header .navbar .navbar-brand {
      padding: 0px; }
      .header .navbar .navbar-brand h1 {
        color: #7432ff;
        font-weight: 700;
        font-size: 50px; }
      .header .navbar .navbar-brand img {
        max-width: 211px;
        max-height: 48px; }
      .header .navbar .navbar-brand__logo-white {
        display: none; }
    .header .navbar .navbar-nav li a {
      color: #161e2e; }
    .header .navbar .navbar-nav li i {
      color: #161e2e; }
    .header .navbar .navbar-nav li a:hover,
    .header .navbar .navbar-nav li.active a {
      color: #7432ff;
      background: none; }
    .header .navbar .navbar-nav li a:hover:after,
    .header .navbar .navbar-nav li.active > a:after {
      opacity: 0.3;
      bottom: 0px; }
    @media only screen and (max-width: 991px) {
      .header .navbar ul#onepage-nav {
        max-height: 300px;
        overflow-y: scroll; } }
  .header .navbar-expand-lg {
    background-color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s; }
  .header .navbar-toggler {
    position: relative;
    width: 30px;
    height: 20px;
    border-radius: 0px;
    padding: 0px;
    border: 0px; }
    .header .navbar-toggler:focus {
      outline: none;
      box-shadow: none; }
    .header .navbar-toggler span {
      display: block;
      position: absolute;
      height: 1px;
      width: 50%;
      background: #161e2e;
      opacity: 1;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out; }
      .header .navbar-toggler span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0; }
      .header .navbar-toggler span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px; }
      .header .navbar-toggler span:nth-child(1), .header .navbar-toggler span:nth-child(6) {
        transform: rotate(45deg); }
      .header .navbar-toggler span:nth-child(2), .header .navbar-toggler span:nth-child(5) {
        transform: rotate(-45deg); }
      .header .navbar-toggler span:nth-child(1) {
        left: 0px;
        top: 4px; }
      .header .navbar-toggler span:nth-child(2) {
        left: calc(50% - 4px);
        top: 4px; }
      .header .navbar-toggler span:nth-child(3) {
        left: -50%;
        opacity: 0; }
      .header .navbar-toggler span:nth-child(4) {
        left: 86%;
        opacity: 0; }
      .header .navbar-toggler span:nth-child(5) {
        left: 0px;
        top: 14px; }
      .header .navbar-toggler span:nth-child(6) {
        left: calc(50% - 4px);
        top: 14px; }
    .header .navbar-toggler.collapsed span:nth-child(1), .header .navbar-toggler.collapsed span:nth-child(2) {
      top: 2px; }
    .header .navbar-toggler.collapsed span:nth-child(3), .header .navbar-toggler.collapsed span:nth-child(4) {
      top: 9px; }
    .header .navbar-toggler.collapsed span:nth-child(5), .header .navbar-toggler.collapsed span:nth-child(6) {
      top: 16px; }
    .header .navbar-toggler.collapsed span:nth-child(2), .header .navbar-toggler.collapsed span:nth-child(5), .header .navbar-toggler.collapsed span:nth-child(1), .header .navbar-toggler.collapsed span:nth-child(6) {
      transform: rotate(0deg); }
    .header .navbar-toggler.collapsed span:nth-child(3) {
      opacity: 1;
      left: 0; }
    .header .navbar-toggler.collapsed span:nth-child(4) {
      opacity: 1;
      left: calc(50% - 4px); }

.dropdown-toggle span {
  transition: all 0.4s; }

.dropdown-toggle.active.show span {
  transform: rotate(180deg); }

.menu > .nav-item {
  position: relative;
  transition: all 0.2s linear;
  border-bottom: 1px solid transparent;
  margin-left: 15px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1199px) {
    .menu > .nav-item {
      margin-left: 3px; } }
  @media only screen and (max-width: 991px) {
    .menu > .nav-item {
      display: block; } }
  .menu > .nav-item a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    font-weight: 600;
    text-transform: uppercase; }
    .menu > .nav-item a::after {
      position: absolute;
      opacity: 0;
      content: "";
      width: 25px;
      height: 25px;
      background-color: #7432ff;
      border-radius: 50%;
      left: -2px;
      top: 7px;
      z-index: -1;
      transition: all 0.5s; }
      .menu > .nav-item a::after:not(:first-child) {
        left: 0px; }
  .menu > .nav-item.submenu .dropdown-menu {
    margin: 0px;
    border: 0px;
    border-radius: 0px;
    left: -30px;
    min-width: 180px;
    padding: 0px;
    background: #ffffff;
    top: 100%;
    box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.06);
    border-radius: 5px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .menu > .nav-item.submenu .dropdown-menu {
        transform: translateY(20px);
        transition: all 0.3s ease-in;
        opacity: 0;
        visibility: hidden;
        display: block; } }
    .menu > .nav-item.submenu .dropdown-menu .dropdown-item:hover {
      color: #ffffff; }
    .menu > .nav-item.submenu .dropdown-menu .nav-item {
      display: block;
      width: 100%;
      position: relative;
      transition: all 0.3s; }
      .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
        padding: 0px;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        color: #161e2e;
        transition: color 0.2s linear;
        padding: 8px 15px; }
        .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
          display: none; }
      .menu > .nav-item.submenu .dropdown-menu .nav-item:hover, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus {
        background-color: #7432ff; }
        .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link {
          color: #ffffff; }
      .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
        transition: transform 0.3s ease-in; }
        .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
          display: none; }
        @media (min-width: 992px) {
          .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
            position: absolute;
            left: 100%;
            top: -15px;
            opacity: 0;
            display: block;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease-in; } }
      .menu > .nav-item.submenu .dropdown-menu .nav-item a {
        color: #161e2e; }
        .menu > .nav-item.submenu .dropdown-menu .nav-item a:hover {
          color: #ffffff; }
      .menu > .nav-item.submenu .dropdown-menu .nav-item .dropdown-item.active {
        background-color: #7432ff;
        color: #ffffff; }
  .menu > .nav-item:hover .nav-link,
  .menu > .nav-item:hover span i {
    color: #7432ff; }
  @media (min-width: 992px) {
    .menu > .nav-item:hover .dropdown-menu {
      opacity: 1;
      transform: translateY(0);
      visibility: visible; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
      transform: scaleY(1);
      opacity: 1;
      visibility: visible; } }

@media (max-width: 991px) {
  .navbar-nav > li .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    background: #161e2e;
    width: 100%;
    height: 38px;
    width: 38px;
    line-height: 38px;
    margin-right: 0px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    border: 3px solid #ffffff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center; } }

@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    box-shadow: 4px 6px 10px rgba(1, 6, 33, 0.06);
    z-index: 8;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px; }
  .menu > .nav-item {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0; }
    .menu > .nav-item.submenu .dropdown-menu {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 10px; }
      .menu > .nav-item.submenu .dropdown-menu .nav-item {
        padding-left: 0;
        padding-right: 0; } }

span.dropdown-toggle::after {
  border-top: 0px;
  margin-left: 0;
  display: none; }

.switch-box .switch {
  position: relative;
  width: 30px;
  height: 30px; }
  .switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0; }

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .switch-box .slider:before {
    position: absolute;
    content: "\f186";
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    font-size: 16px;
    top: 3px;
    font-weight: 700;
    transition: 0.4s; }

.switch-box input:checked + .slider:before {
  content: "\f185";
  color: #ffffff; }

.switch-box .slider.round {
  border-radius: 50px; }
  .switch-box .slider.round:before {
    border-radius: 50%; }

.theme-light .switch-box .slider {
  background-color: #7432ff; }

.theme-dark .header .navbar .navbar-brand__logo-white {
  display: block; }

.theme-dark .navbar-brand__logo-dark {
  display: none; }

.theme-dark .switch-box .slider {
  background-color: #7432ff; }

.theme-dark .header {
  border-bottom: none; }
  .theme-dark .header .navbar-brand.light {
    display: none; }
  .theme-dark .header .navbar-brand.dark {
    display: block; }
  .theme-dark .header.navbar_fixed {
    background: #161e2e; }
  .theme-dark .header .navbar .navbar h1 {
    color: #ffffff; }
  .theme-dark .header .navbar .navbar-nav li a {
    color: #ffffff; }
    .theme-dark .header .navbar .navbar-nav li a:hover, .theme-dark .header .navbar .navbar-nav li a.active {
      color: #7432ff;
      background-color: inherit; }
  .theme-dark .header .navbar .navbar .navbar-collapse {
    background-color: transparent; }
  @media only screen and (max-width: 991px) {
    .theme-dark .header .navbar .navbar .navbar-collapse {
      background-color: #161e2e; } }
  .theme-dark .header .navbar-toggler span {
    background-color: #ffffff; }

.theme-dark .nav-item.submenu .dropdown-menu {
  background-color: #161e2e; }
  .theme-dark .nav-item.submenu .dropdown-menu .nav-item .nav-link {
    color: #ffffff; }
    .theme-dark .nav-item.submenu .dropdown-menu .nav-item .nav-link:hover {
      color: #ffffff; }

.theme-dark .header .navbar .navbar-brand__logo-dark {
  display: none; }

.theme-dark .header .navbar .navbar-brand__logo-white {
  display: block; }

.theme-dark .header .navbar .navbar-nav li i {
  color: #ffffff; }

.theme-dark .nav-item.submenu .dropdown-menu {
  background-color: #ffffff; }
  .theme-dark .nav-item.submenu .dropdown-menu .nav-item .nav-link {
    color: #161e2e; }

.theme-dark .menu > .nav-item:hover span i {
  color: #7432ff; }

@media screen and (max-width: 992px) {
  .admin-bar .navbar_fixed {
    top: 0; } }

.header .navbar .navbar-nav li.active i {
  color: #7432ff; }

/*===============
  HERO
===============*/
.hero {
  position: relative; }
  @media only screen and (max-width: 575px) {
    .hero {
      text-align: center; } }
  .hero__image {
    position: relative;
    min-height: 600px;
    transition: all 2s;
    z-index: 99;
    display: flex;
    justify-content: end; }
    @media only screen and (max-width: 1199px) {
      .hero__image {
        min-height: 500px; } }
    @media only screen and (max-width: 991px) {
      .hero__image {
        min-height: 500px;
        justify-content: center; } }
    .hero__image .image-shape {
      background-color: #7432ff;
      display: flex;
      justify-content: center;
      width: 65%;
      height: 500px;
      clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
      position: absolute;
      bottom: 0; }
      @media only screen and (max-width: 1400px) {
        .hero__image .image-shape {
          width: 72%;
          height: 450px; } }
      @media only screen and (max-width: 991px) {
        .hero__image .image-shape {
          width: 75%;
          height: 350px;
          top: auto; } }
      @media only screen and (max-width: 480px) {
        .hero__image .image-shape {
          width: 100%; } }
    .hero__image [class*="image-shape-"] {
      position: absolute;
      top: 5%;
      right: -10%;
      width: 160px;
      height: 160px;
      fill: #7432ff;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
      animation: animationFramesTwo 12s infinite linear alternate; }
      @media only screen and (max-width: 575px) {
        .hero__image [class*="image-shape-"] {
          display: none; } }
    .hero__image .image-shape-2 {
      top: 5%;
      left: 20%; }
      @media only screen and (max-width: 1400px) {
        .hero__image .image-shape-2 {
          top: 10%; } }
      @media only screen and (max-width: 1199px) {
        .hero__image .image-shape-2 {
          top: 0%; } }
      @media only screen and (max-width: 991px) {
        .hero__image .image-shape-2 {
          top: 10%;
          left: 5%; } }
    .hero__image .image-shape-3 {
      top: auto;
      right: -10%;
      bottom: -12%; }
      @media screen and (max-width: 1600px) {
        .hero__image .image-shape-3 {
          right: -5%; } }
      @media only screen and (max-width: 1199px) {
        .hero__image .image-shape-3 {
          right: 0%;
          bottom: -15%; } }
      @media screen and (max-width: 400px) {
        .hero__image .image-shape-3 {
          right: auto; } }
    .hero__image img {
      position: absolute;
      left: auto;
      right: 30px;
      bottom: 0px;
      height: 100%; }
      @media only screen and (max-width: 1199px) {
        .hero__image img {
          right: 20px; } }
      @media only screen and (max-width: 991px) {
        .hero__image img {
          left: 50%;
          transform: translateX(-50%);
          height: 500px; } }
    .hero__image__badge-1 {
      left: 5%;
      top: 30%;
      background-color: #ffffff;
      color: #161e2e; }
      .hero__image__badge-1 h3 {
        color: #161e2e; }
      @media only screen and (max-width: 1199px) {
        .hero__image__badge-1 {
          left: 0;
          top: 15%;
          width: 170px !important; } }
      @media only screen and (max-width: 991px) {
        .hero__image__badge-1 {
          top: 35%; } }
      @media only screen and (max-width: 767px) {
        .hero__image__badge-1 {
          left: -30px; } }
      @media only screen and (max-width: 575px) {
        .hero__image__badge-1 {
          top: auto;
          bottom: -40px;
          left: 50%;
          transform: translateX(-50%); } }
    .hero__image__badge-2 {
      left: 10%;
      top: auto;
      bottom: 10%;
      background-color: #ffffff;
      color: #161e2e; }
      @media only screen and (max-width: 1199px) {
        .hero__image__badge-2 {
          left: 0; } }
      @media only screen and (max-width: 575px) {
        .hero__image__badge-2 {
          bottom: 15%; } }
      @media only screen and (max-width: 480px) {
        .hero__image__badge-2 {
          left: 0px;
          right: auto; } }
    .hero__image__badge-3 {
      right: -30%;
      top: 50%;
      transform: translateY(-50%);
      background-color: #ffffff;
      color: #161e2e; }
      @media screen and (max-width: 1700px) {
        .hero__image__badge-3 {
          right: -7%;
          top: auto;
          bottom: 10%;
          transform: translateY(0); } }
      @media only screen and (max-width: 1400px) {
        .hero__image__badge-3 {
          right: 0; } }
      @media only screen and (max-width: 575px) {
        .hero__image__badge-3 {
          bottom: 15%; } }

[class*="hero__image__badge"] {
  position: absolute;
  padding: 10px 20px;
  border-radius: 5px;
  width: 205px;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06); }
  @media only screen and (max-width: 575px) {
    [class*="hero__image__badge"] {
      padding: 10px;
      width: 185px; } }
  @media only screen and (max-width: 450px) {
    [class*="hero__image__badge"] {
      width: 160px; } }
  @media only screen and (max-width: 450px) {
    [class*="hero__image__badge"] {
      width: 135px; } }
  [class*="hero__image__badge"] h3 {
    font-size: 32px; }
    @media only screen and (max-width: 575px) {
      [class*="hero__image__badge"] h3 {
        font-size: 20px; } }

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  opacity: 0.3;
  background-color: #7432ff;
  left: -30px;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06); }

.x1 {
  animation: moveCircles 10s linear infinite alternate;
  top: 150px; }

.theme-dark .bg-one.hero {
  background-color: #161e2e; }
  .theme-dark .bg-one.hero .hero__image__badge-1 {
    background-color: #0d1321; }
  .theme-dark .bg-one.hero .hero__image__badge-2 {
    background-color: #0d1321; }
  .theme-dark .bg-one.hero .hero__image__badge-3 {
    background-color: #0d1321; }

.theme-dark .hero {
  background-color: #0d1321;
  color: #ffffff; }
  .theme-dark .hero__title {
    color: #ffffff; }
  .theme-dark .hero__desc {
    color: #ffffff; }
  .theme-dark .hero__image__badge-1 {
    background-color: #161e2e;
    color: #ffffff; }
    .theme-dark .hero__image__badge-1 h3 {
      color: #ffffff; }
  .theme-dark .hero__image__badge-2 {
    background-color: #161e2e;
    color: #ffffff; }
    .theme-dark .hero__image__badge-2 h3 {
      color: #ffffff; }
  .theme-dark .hero__image__badge-3 {
    background-color: #161e2e;
    color: #ffffff; }
    .theme-dark .hero__image__badge-3 h3 {
      color: #ffffff; }

/*===============
  HERO 2
===============*/
@media only screen and (max-width: 991px) {
  .hero2 {
    padding-top: 130px; } }

.hero2__right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .hero2__right--img1, .hero2__right--img2, .hero2__right--img3 {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 8px solid #ffffff; }
    .hero2__right--img1:before, .hero2__right--img2:before, .hero2__right--img3:before {
      position: absolute;
      width: 0;
      height: 0;
      content: "";
      z-index: 1;
      top: -10px;
      left: -10px;
      border-top: 25px solid #ffffff;
      border-left: 25px solid #ffffff;
      border-right: 25px solid transparent;
      border-bottom: 25px solid transparent;
      transform: rotate(0deg); }
  .hero2__right--col1, .hero2__right--col2 {
    width: calc(50% - 10px);
    z-index: 1; }
  .hero2__right--img2 {
    margin-top: 80px; }

.hero2__trusted--badge {
  position: absolute;
  bottom: 30px;
  left: 40%;
  transform: translateX(-60%);
  animation: upDown 3s linear infinite alternate;
  z-index: 2;
  padding: 10px 20px;
  box-shadow: -8px 8px 0px 0px #7432ff;
  width: 160px;
  text-align: center;
  background-color: #ffffff; }
  .hero2__trusted--badge h5 {
    font-size: 30px; }
  @media only screen and (max-width: 450px) {
    .hero2__trusted--badge {
      left: 2%; } }

.hero2__badge--text {
  color: #161e2e; }

.hero2__badge--item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hero2__badge--item li {
    border-radius: 100%;
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .hero2__badge--item li img {
      width: 36px;
      height: 36px;
      object-fit: cover; }
    .hero2__badge--item li:nth-child(2) {
      position: relative;
      left: -5px;
      z-index: 10; }
    .hero2__badge--item li:nth-child(3) {
      position: relative;
      left: -15px;
      z-index: 20;
      color: #ffffff;
      font-size: 12px; }
    .hero2__badge--item li:nth-child(3):before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #161e2e;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      border-radius: 100%; }

.theme-dark .hero2 {
  background-color: #0d1321; }
  .theme-dark .hero2.bg-one {
    background-color: #161e2e; }
  .theme-dark .hero2__right::after {
    background-color: #161e2e; }
  .theme-dark .hero2__right::before {
    background-color: #0d1321; }
  .theme-dark .hero2__trusted--badge {
    background-color: #0d1321;
    color: #ffffff; }
    .theme-dark .hero2__trusted--badge h3 {
      color: #ffffff; }

/*===============
  HERO 3
===============*/
.hero3 {
  position: relative;
  background-color: #f0f4ff;
  position: relative;
  overflow: hidden; }
  .hero3::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #7432ff;
    opacity: 0.5;
    top: 90px;
    right: -300px;
    animation: leftShape 3s linear infinite alternate; }
    @media only screen and (max-width: 1199px) {
      .hero3::before {
        display: none; } }
  .hero3::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #7432ff;
    opacity: 0.7;
    bottom: 170px;
    right: -200px;
    animation: leftShape 3s linear infinite alternate;
    animation-delay: 7s; }
    @media only screen and (max-width: 1199px) {
      .hero3::after {
        display: none; } }
  .hero3__content {
    padding-right: 25px;
    z-index: 10; }
    @media only screen and (max-width: 991px) {
      .hero3__content {
        padding-bottom: 25px; } }
    @media only screen and (max-width: 575px) {
      .hero3__content {
        text-align: center; } }
    .hero3__content__video-btn {
      position: relative; }
      .hero3__content__video-btn .video-btn {
        left: 15px; }
      .hero3__content__video-btn .waves-block .waves {
        left: 0;
        top: 0;
        margin-left: 0;
        margin-top: auto;
        bottom: -15px;
        background-color: #7432ff; }
  .hero3__image {
    position: relative;
    width: 550px;
    height: 550px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: center; }
    @media only screen and (max-width: 1199px) {
      .hero3__image {
        width: 465px;
        height: 465px; } }
    @media only screen and (max-width: 575px) {
      .hero3__image {
        width: 370px;
        height: 370px; } }
    @media only screen and (max-width: 450px) {
      .hero3__image {
        width: 300px;
        height: 300px; } }
    .hero3__image::after {
      position: absolute;
      height: 100%;
      width: 100%;
      content: "";
      border: 2px dashed #7432ff;
      left: 0;
      top: 0;
      border-radius: 50%;
      z-index: -1;
      animation: rotate-animation 50s infinite linear; }
    .hero3__image img {
      width: 100%;
      max-height: 100%;
      border-radius: 50%;
      object-fit: contain;
      padding: 5px; }
    .hero3__image__icon {
      text-align: center;
      position: absolute;
      width: 80px;
      height: 80px;
      color: #ffffff;
      font-size: 20px;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
      transition: all 0.5s;
      font-size: 40px;
      padding: 8px; }
      @media only screen and (max-width: 575px) {
        .hero3__image__icon {
          width: 70px;
          height: 70px;
          font-size: 30px; } }
      .hero3__image__icon p {
        background-color: #0d1321;
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
        opacity: 0;
        transition: opacity 0.5s;
        border-radius: 50%;
        color: #ffffff;
        font-size: 14px;
        position: absolute; }
        @media only screen and (max-width: 575px) {
          .hero3__image__icon p {
            font-size: 12px; } }
      .hero3__image__icon:hover > p {
        opacity: 1; }
      .hero3__image__icon.identity {
        right: 20px;
        top: 80px;
        background-color: #1877f2; }
        @media only screen and (max-width: 1199px) {
          .hero3__image__icon.identity {
            right: 0px; } }
        @media only screen and (max-width: 480px) {
          .hero3__image__icon.identity {
            top: 60px; } }
      .hero3__image__icon.relations {
        left: 20px;
        top: 80px;
        background-color: #1d9bf0; }
        @media only screen and (max-width: 1199px) {
          .hero3__image__icon.relations {
            left: 0px; } }
        @media only screen and (max-width: 480px) {
          .hero3__image__icon.relations {
            top: 60px; } }
      .hero3__image__icon.event {
        left: -15px;
        top: 70%;
        transform: translateY(-50%);
        background-color: #c63fcd; }
        @media only screen and (max-width: 575px) {
          .hero3__image__icon.event {
            left: -5px; } }
      .hero3__image__icon.advertising {
        right: -15px;
        top: 70%;
        transform: translateY(-50%);
        background-color: #cc0000; }
        @media only screen and (max-width: 575px) {
          .hero3__image__icon.advertising {
            right: -5px; } }
      .hero3__image__icon.mail {
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #f60d4f; }
  .hero3 .video-btn {
    position: inherit;
    color: #ffffff;
    background-color: #7432ff;
    margin: 0; }

.theme-dark .hero3 {
  background-color: #161e2e; }
  .theme-dark .hero3__title, .theme-dark .hero3__desc {
    color: #ffffff; }

.hero4 {
  overflow: hidden; }
  .hero4__content {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media only screen and (max-width: 575px) {
      .hero4__content {
        text-align: center; } }
    @media only screen and (max-width: 991px) {
      .hero4__content {
        padding-top: 50px;
        padding-bottom: 40px; } }
  .hero4__orbit {
    display: grid;
    place-content: center;
    min-height: calc(100vh - 210px); }
    @media only screen and (max-width: 991px) {
      .hero4__orbit {
        min-height: calc(600px); } }
    @media only screen and (max-width: 575px) {
      .hero4__orbit {
        min-height: calc(450px); } }
    @media only screen and (max-width: 480px) {
      .hero4__orbit {
        min-height: calc(300px); } }
    .hero4__orbit .orbit .center-image {
      width: 12rem;
      position: relative;
      z-index: 10; }
      .hero4__orbit .orbit .center-image img {
        position: absolute;
        border-radius: 20px;
        transition: opacity 500ms; }
        .hero4__orbit .orbit .center-image img:not(:first-child):hover {
          opacity: 0; }
      @media only screen and (max-width: 575px) {
        .hero4__orbit .orbit .center-image {
          width: 10rem; } }
      @media only screen and (max-width: 480px) {
        .hero4__orbit .orbit .center-image {
          width: 7.5rem; } }
      @media only screen and (max-width: 380px) {
        .hero4__orbit .orbit .center-image {
          width: 6.5rem; } }
    .hero4__orbit .orbit ul {
      display: grid;
      place-items: center;
      width: 12rem;
      height: 12rem;
      position: relative;
      list-style: none;
      transform-origin: center;
      animation: orbit 120s linear infinite; }
      .hero4__orbit .orbit ul:hover {
        animation-play-state: paused; }
        .hero4__orbit .orbit ul:hover li > * {
          animation-play-state: paused; }
      @media only screen and (max-width: 575px) {
        .hero4__orbit .orbit ul {
          width: 10rem;
          height: 10rem; } }
      @media only screen and (max-width: 480px) {
        .hero4__orbit .orbit ul {
          width: 7.5rem;
          height: 7.5rem; } }
      @media only screen and (max-width: 380px) {
        .hero4__orbit .orbit ul {
          width: 6.5rem;
          height: 6.5rem; } }
    .hero4__orbit .orbit li {
      position: absolute;
      width: 100px;
      aspect-ratio: 1/1;
      border-radius: 50%;
      text-align: center;
      line-height: 1;
      display: grid;
      place-items: center; }
      .hero4__orbit .orbit li:nth-child(1) {
        --throb-delay: 0ms; }
      .hero4__orbit .orbit li:nth-child(2) {
        --throb-delay: 500ms; }
      .hero4__orbit .orbit li:nth-child(3) {
        --throb-delay: 1000ms; }
      .hero4__orbit .orbit li:nth-child(4) {
        --throb-delay: 1500ms; }
      .hero4__orbit .orbit li:nth-child(5) {
        --throb-delay: 2000ms; }
      .hero4__orbit .orbit li:nth-child(6) {
        --throb-delay: 2500ms; }
      .hero4__orbit .orbit li:nth-child(7) {
        --throb-delay: 3000ms; }
      .hero4__orbit .orbit li:nth-child(8) {
        --throb-delay: 3500ms; }
      .hero4__orbit .orbit li > * {
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
        border-radius: inherit;
        position: absolute;
        animation: orbit 120s linear reverse infinite, throb 1s var(--throb-delay) ease-in-out infinite alternate; }
      .hero4__orbit .orbit li .orbit__icon {
        color: #ffffff;
        font-size: 40px; }
        @media only screen and (max-width: 575px) {
          .hero4__orbit .orbit li .orbit__icon {
            font-size: 30px; } }
        @media only screen and (max-width: 480px) {
          .hero4__orbit .orbit li .orbit__icon {
            font-size: 24px; } }
      .hero4__orbit .orbit li p {
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
        opacity: 0;
        transition: opacity 500ms;
        border-radius: 50%;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600; }
        @media only screen and (max-width: 575px) {
          .hero4__orbit .orbit li p {
            font-size: 13px; } }
      .hero4__orbit .orbit li:hover > p {
        opacity: 1; }
    .hero4__orbit .orbit li:nth-child(1) {
      transform: translate(14rem, 0); }
      .hero4__orbit .orbit li:nth-child(1) .orbit__icon {
        background-color: #e2ddff;
        color: #5444a5; }
      .hero4__orbit .orbit li:nth-child(1) p {
        background-color: #5444a5; }
    .hero4__orbit .orbit li:nth-child(2) {
      transform: translate(10rem, 10rem); }
      .hero4__orbit .orbit li:nth-child(2) .orbit__icon {
        background-color: #fae0d0;
        color: #f68c20; }
      .hero4__orbit .orbit li:nth-child(2) p {
        background-color: #f68c20; }
    .hero4__orbit .orbit li:nth-child(3) {
      transform: translate(0, 14rem); }
      .hero4__orbit .orbit li:nth-child(3) .orbit__icon {
        background-color: #bbf0ff;
        color: #36bbf0; }
      .hero4__orbit .orbit li:nth-child(3) p {
        background-color: #36bbf0; }
    .hero4__orbit .orbit li:nth-child(4) {
      transform: translate(-10rem, 10rem); }
      .hero4__orbit .orbit li:nth-child(4) .orbit__icon {
        background-color: #cef6d6;
        color: #5fd46d; }
      .hero4__orbit .orbit li:nth-child(4) p {
        background-color: #5fd46d; }
    .hero4__orbit .orbit li:nth-child(5) {
      transform: translate(-14rem, 0); }
      .hero4__orbit .orbit li:nth-child(5) .orbit__icon {
        background-color: #e2ddff;
        color: #5444a5; }
      .hero4__orbit .orbit li:nth-child(5) p {
        background-color: #5444a5; }
    .hero4__orbit .orbit li:nth-child(6) {
      transform: translate(-10rem, -10rem); }
      .hero4__orbit .orbit li:nth-child(6) .orbit__icon {
        background-color: #fae0d0;
        color: #f68c20; }
      .hero4__orbit .orbit li:nth-child(6) p {
        background-color: #f68c20; }
    .hero4__orbit .orbit li:nth-child(7) {
      transform: translate(0, -14rem); }
      .hero4__orbit .orbit li:nth-child(7) .orbit__icon {
        background-color: #bbf0ff;
        color: #36bbf0; }
      .hero4__orbit .orbit li:nth-child(7) p {
        background-color: #36bbf0; }
    .hero4__orbit .orbit li:nth-child(8) {
      transform: translate(10rem, -10rem); }
      .hero4__orbit .orbit li:nth-child(8) .orbit__icon {
        background-color: #cef6d6;
        color: #5fd46d; }
      .hero4__orbit .orbit li:nth-child(8) p {
        background-color: #5fd46d; }
    @media only screen and (max-width: 575px) {
      .hero4__orbit .orbit li {
        width: 80px; }
      .hero4__orbit .orbit li:nth-child(1) {
        transform: translate(11rem, 0); }
      .hero4__orbit .orbit li:nth-child(2) {
        transform: translate(8rem, 8rem); }
      .hero4__orbit .orbit li:nth-child(3) {
        transform: translate(0, 11rem); }
      .hero4__orbit .orbit li:nth-child(4) {
        transform: translate(-8rem, 8rem); }
      .hero4__orbit .orbit li:nth-child(5) {
        transform: translate(-11rem, 0); }
      .hero4__orbit .orbit li:nth-child(6) {
        transform: translate(-8rem, -8rem); }
      .hero4__orbit .orbit li:nth-child(7) {
        transform: translate(0, -11rem); }
      .hero4__orbit .orbit li:nth-child(8) {
        transform: translate(8rem, -8rem); } }
    @media only screen and (max-width: 480px) {
      .hero4__orbit .orbit li {
        width: 60px; }
      .hero4__orbit .orbit li:nth-child(1) {
        transform: translate(8.5rem, 0); }
      .hero4__orbit .orbit li:nth-child(2) {
        transform: translate(6rem, 6rem); }
      .hero4__orbit .orbit li:nth-child(3) {
        transform: translate(0, 8.5rem); }
      .hero4__orbit .orbit li:nth-child(4) {
        transform: translate(-6rem, 6rem); }
      .hero4__orbit .orbit li:nth-child(5) {
        transform: translate(-8.5rem, 0); }
      .hero4__orbit .orbit li:nth-child(6) {
        transform: translate(-6rem, -6rem); }
      .hero4__orbit .orbit li:nth-child(7) {
        transform: translate(0, -8.5rem); }
      .hero4__orbit .orbit li:nth-child(8) {
        transform: translate(6rem, -6rem); } }
    @media only screen and (max-width: 380px) {
      .hero4__orbit .orbit li {
        width: 50px; }
      .hero4__orbit .orbit li:nth-child(1) {
        transform: translate(7.5rem, 0); }
      .hero4__orbit .orbit li:nth-child(2) {
        transform: translate(5rem, 5rem); }
      .hero4__orbit .orbit li:nth-child(3) {
        transform: translate(0, 7.5rem); }
      .hero4__orbit .orbit li:nth-child(4) {
        transform: translate(-5rem, 5rem); }
      .hero4__orbit .orbit li:nth-child(5) {
        transform: translate(-7.5rem, 0); }
      .hero4__orbit .orbit li:nth-child(6) {
        transform: translate(-5rem, -5rem); }
      .hero4__orbit .orbit li:nth-child(7) {
        transform: translate(0, -7.5rem); }
      .hero4__orbit .orbit li:nth-child(8) {
        transform: translate(5rem, -5rem); } }
  @media only screen and (max-width: 1199px) and (min-width: 992px) {
    .hero4__orbit .orbit .center-image {
      width: 10rem; }
    .hero4__orbit .orbit ul {
      width: 10rem;
      height: 10rem; }
      .hero4__orbit .orbit ul li {
        width: 80px; }
      .hero4__orbit .orbit ul li:nth-child(1) {
        transform: translate(12rem, 0); }
      .hero4__orbit .orbit ul li:nth-child(2) {
        transform: translate(8rem, 8rem); }
      .hero4__orbit .orbit ul li:nth-child(3) {
        transform: translate(0, 12rem); }
      .hero4__orbit .orbit ul li:nth-child(4) {
        transform: translate(-8rem, 8rem); }
      .hero4__orbit .orbit ul li:nth-child(5) {
        transform: translate(-12rem, 0); }
      .hero4__orbit .orbit ul li:nth-child(6) {
        transform: translate(-8rem, -8rem); }
      .hero4__orbit .orbit ul li:nth-child(7) {
        transform: translate(0, -12rem); }
      .hero4__orbit .orbit ul li:nth-child(8) {
        transform: translate(8rem, -8rem); } }

.hero4-cards {
  position: relative; }
  .hero4-cards__wrap {
    z-index: 2; }
    .hero4-cards__wrap:nth-child(odd) {
      margin-top: -60px; }
    .hero4-cards__wrap:nth-child(even) {
      margin-top: -30px; }
    @media only screen and (max-width: 991px) {
      .hero4-cards__wrap:nth-child(odd) {
        margin-top: 0; }
      .hero4-cards__wrap:nth-child(even) {
        margin-top: 0; }
      .hero4-cards__wrap:nth-child(1) {
        margin-top: -30px; }
      .hero4-cards__wrap:nth-child(2) {
        margin-top: -30px; } }
    @media only screen and (max-width: 575px) {
      .hero4-cards__wrap:nth-child(2) {
        margin-top: 0; } }
  .hero4-cards__single {
    text-align: center;
    padding: 20px;
    transition: all 0.5s;
    box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
    background-color: #ffffff;
    border-radius: 5px; }
    .hero4-cards__single:hover .hero4-cards__single__hover {
      opacity: 1;
      transform: scaleY(1); }
    .hero4-cards__single h4 {
      margin: 10px 0; }
    .hero4-cards__single__hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 99;
      padding: 20px;
      opacity: 0;
      transform: scaleY(0);
      transform-origin: bottom center;
      transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
      color: #ffffff;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      border-radius: 5px; }
      .hero4-cards__single__hover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.85;
        z-index: -1;
        background: #161e2e;
        border-radius: 5px; }
      .hero4-cards__single__hover h4 {
        color: #ffffff; }
      .hero4-cards__single__hover__icon {
        color: #ffffff;
        margin: 0 auto;
        font-size: 50px; }
    .hero4-cards__single__icon {
      color: #7432ff;
      margin: 0 auto;
      font-size: 50px; }

.theme-dark .hero4 {
  background-color: #0d1321; }

.theme-dark .hero4-cards {
  background-color: #161e2e; }
  .theme-dark .hero4-cards__single {
    background-color: #0d1321;
    border: 1px solid #7432ff; }

.hero5 {
  overflow: hidden;
  background-color: #f0f4ff;
  z-index: -1;
  padding: 170px 0px 100px 0; }
  @media only screen and (max-width: 575px) {
    .hero5 {
      padding: 100px 0px 70px 0px; } }
  @media only screen and (max-width: 575px) {
    .hero5__content {
      text-align: center; } }
  .hero5__image {
    position: relative;
    z-index: 1;
    justify-content: center; }
    .hero5__image img {
      border-radius: 5px;
      box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
      background: #ffffff;
      padding: 10px;
      border: 1px solid rgba(1, 6, 33, 0.06); }
  .hero5__content {
    z-index: 2; }
    .hero5__content__input {
      display: flex;
      align-items: center;
      gap: 6px;
      background-color: #ffffff;
      padding: 5px;
      border-radius: 50px;
      border: 1px solid #161e2e;
      width: 550px; }
      .hero5__content__input input {
        width: 100%;
        padding: 10px;
        border: none;
        border-radius: 30px;
        margin-bottom: 0; }
        .hero5__content__input input:focus {
          outline: none; }
      .hero5__content__input .btn__primary {
        width: 285px;
        border-radius: 50px; }
        @media only screen and (max-width: 1400px) {
          .hero5__content__input .btn__primary {
            width: 250px;
            padding: 10px 0px; } }
      @media only screen and (max-width: 1400px) {
        .hero5__content__input {
          width: 100%; } }
      @media only screen and (max-width: 450px) {
        .hero5__content__input {
          display: block;
          background-color: inherit;
          padding: 0px;
          border-radius: 0px;
          border: none; }
          .hero5__content__input input {
            margin-bottom: 10px;
            border: 1px solid #161e2e; }
          .hero5__content__input .btn__primary {
            width: 100%; } }
  .hero5 .circle {
    position: absolute; }
  .hero5 .circle-1 {
    top: 0;
    animation: moveCircles2 5s linear infinite alternate;
    left: -20px;
    z-index: -1; }
    @media only screen and (max-width: 575px) {
      .hero5 .circle-1 {
        display: none; } }
  .hero5 .circle-2 {
    right: 0;
    left: inherit;
    bottom: 50px;
    animation: moveCircles2 5s linear infinite alternate;
    z-index: -1; }

.theme-dark .hero5 {
  background-color: #161e2e; }
  .theme-dark .hero5 .btn__primary:hover span {
    color: #ffffff; }
  .theme-dark .hero5 .btn__primary::before {
    background-color: #161e2e; }

.hero6 {
  position: relative; }
  .hero6-shape {
    position: absolute;
    content: "";
    width: 100px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    animation: moveCircles 10s linear infinite alternate;
    top: 150px;
    left: 0;
    z-index: 1; }
    @media only screen and (max-width: 991px) {
      .hero6-shape {
        display: none; } }
    .hero6-shape svg {
      fill: #7432ff; }
  .hero6__content {
    padding-right: 40px;
    z-index: 2; }
    @media only screen and (max-width: 1199px) {
      .hero6__content {
        padding-right: 0px; } }
    .hero6__content__input {
      display: flex;
      align-items: center;
      gap: 6px;
      background-color: #ffffff;
      padding: 5px;
      border-radius: 50px;
      border: 1px solid #161e2e;
      width: 550px; }
      .hero6__content__input input {
        width: 100%;
        padding: 10px;
        border: none;
        border-radius: 30px;
        margin-bottom: 0; }
        .hero6__content__input input:focus {
          outline: none; }
      .hero6__content__input .btn__primary {
        width: 285px;
        border-radius: 50px; }
        @media only screen and (max-width: 1400px) {
          .hero6__content__input .btn__primary {
            width: 250px;
            padding: 10px 0px; } }
      @media only screen and (max-width: 1400px) {
        .hero6__content__input {
          width: 100%; } }
      @media only screen and (max-width: 450px) {
        .hero6__content__input {
          display: block;
          background-color: inherit;
          padding: 0px;
          border-radius: 0px;
          border: none; }
          .hero6__content__input input {
            margin-bottom: 10px;
            border: 1px solid #161e2e; }
          .hero6__content__input .btn__primary {
            width: 100%; } }
  .hero6__image {
    position: relative;
    width: 600px;
    height: 600px; }
    @media only screen and (max-width: 1400px) {
      .hero6__image {
        width: 550px;
        height: 550px; } }
    @media only screen and (max-width: 1199px) {
      .hero6__image {
        width: 470px;
        height: 470px; } }
    @media only screen and (max-width: 991px) {
      .hero6__image {
        display: flex;
        margin: 0 auto; } }
    @media only screen and (max-width: 575px) {
      .hero6__image {
        width: 400px;
        height: 400px; } }
    @media only screen and (max-width: 480px) {
      .hero6__image {
        width: 350px;
        height: 350px; } }
    @media only screen and (max-width: 450px) {
      .hero6__image {
        width: 280px;
        height: 280px; } }
    .hero6__image:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #7432ff;
      border-radius: 50%;
      animation: ripple 5s infinite; }
    .hero6__image::after {
      position: absolute;
      content: "";
      width: 90%;
      height: 90%;
      border-radius: 50%;
      background-color: #7432ff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0.2;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        .hero6__image::after {
          width: 450px;
          height: 450px; } }
      @media only screen and (max-width: 1199px) {
        .hero6__image::after {
          width: 380px;
          height: 380px; } }
      @media only screen and (max-width: 991px) {
        .hero6__image::after {
          display: none; } }
    .hero6__image .img1 {
      position: relative;
      z-index: 2;
      max-width: 300px;
      margin: 0 auto; }
      @media only screen and (max-width: 1199px) {
        .hero6__image .img1 {
          max-width: 270px; } }
      @media only screen and (max-width: 991px) {
        .hero6__image .img1 {
          max-width: 500px; } }
      @media only screen and (max-width: 575px) {
        .hero6__image .img1 {
          width: auto; } }
    .hero6__image .img2 {
      position: absolute;
      bottom: 65px;
      left: 5%;
      z-index: 3;
      border-radius: 10px;
      width: 200px;
      animation: img2 10s infinite; }
      @media only screen and (max-width: 1400px) {
        .hero6__image .img2 {
          width: 170px;
          left: 10%; } }
      @media only screen and (max-width: 1199px) {
        .hero6__image .img2 {
          bottom: 0px; } }
      @media only screen and (max-width: 991px) {
        .hero6__image .img2 {
          bottom: 30px;
          left: 5%; } }
      @media only screen and (max-width: 575px) {
        .hero6__image .img2 {
          display: none; } }
    .hero6__image .img3 {
      position: absolute;
      bottom: 65px;
      right: 5%;
      z-index: 3;
      border-radius: 10px;
      width: 200px;
      animation: img1 10s infinite; }
      @media only screen and (max-width: 1400px) {
        .hero6__image .img3 {
          width: 170px;
          right: 10%; } }
      @media only screen and (max-width: 1199px) {
        .hero6__image .img3 {
          bottom: 0px; } }
      @media only screen and (max-width: 991px) {
        .hero6__image .img3 {
          bottom: 30px;
          right: 5%; } }
      @media only screen and (max-width: 575px) {
        .hero6__image .img3 {
          display: none; } }
  .hero6 .footer__subscribe {
    border: 1px solid #161e2e; }
    @media only screen and (max-width: 991px) {
      .hero6 .footer__subscribe {
        display: flex;
        align-items: center;
        background-color: #ffffff;
        padding: 8px;
        border-radius: 100px; }
        .hero6 .footer__subscribe input {
          margin-bottom: 0;
          border: none; }
        .hero6 .footer__subscribe .btn__primary {
          width: auto !important; } }
    @media only screen and (max-width: 480px) {
      .hero6 .footer__subscribe {
        display: block;
        align-items: center;
        background-color: inherit;
        padding: 0;
        border-radius: 0px;
        border: none; }
        .hero6 .footer__subscribe .btn__primary {
          margin-top: 8px;
          width: 100% !important; } }

.theme-dark .hero6 {
  background-color: #161e2e; }
  .theme-dark .hero6 .btn__primary:hover span {
    color: #ffffff; }
  .theme-dark .hero6 .btn__primary::before {
    background-color: #161e2e; }
  .theme-dark .hero6__content__input {
    background-color: #0d1321; }
    .theme-dark .hero6__content__input input {
      background-color: #0d1321; }
  .theme-dark .hero6 .footer__subscribe {
    background-color: #0d1321; }
    .theme-dark .hero6 .footer__subscribe input {
      background-color: #0d1321; }

/*===============
  ABOUT 
===============*/
.about__image {
  position: relative;
  padding-left: 40px;
  isolation: isolate;
  height: 100%;
  display: grid;
  align-content: end; }
  .about__image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 12px;
    border-radius: 5px;
    background: #7432ff; }
  .about__image img {
    border-radius: 5px; }
  .about__image .circle {
    z-index: -1;
    left: -50px;
    animation: moveCircles 10s linear infinite alternate;
    top: 100px; }
    @media only screen and (max-width: 767px) {
      .about__image .circle {
        display: none; } }

.about__content .col-md-6 {
  margin-top: 15px;
  margin-bottom: 15px; }

.about__content--ico {
  font-size: 35px;
  line-height: 45px;
  color: #7432ff; }
  .about__content--ico i {
    transition: 0.4s; }

.about__content--singleTop {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 15px; }

.about__content--single {
  position: relative;
  transition: all 0.4s;
  padding: 25px 20px;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
  isolation: isolate; }
  .about__content--single:before {
    content: '';
    height: 0;
    background-color: #7432ff;
    position: absolute;
    inset: 0;
    transition: 0.6s;
    z-index: -1; }
  .about__content--single:hover:before {
    height: 100%; }
  .about__content--single:hover i,
  .about__content--single:hover h4,
  .about__content--single:hover p {
    color: #ffffff; }
  .about__content--single h4 {
    font-size: 22px;
    transition: 0.4s; }
  .about__content--single p {
    margin-bottom: 0px;
    transition: 0.4s; }

.about__content ul {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (max-width: 991px) {
    .about__content ul {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 767px) {
    .about__content ul {
      grid-template-columns: repeat(1, 1fr); } }
  .about__content ul li p {
    margin-bottom: 0px; }

.theme-dark .bg-one.about {
  background-color: #161e2e; }
  .theme-dark .bg-one.about .about__content--single {
    background-color: #0d1321; }

.theme-dark .about {
  background-color: #0d1321; }
  .theme-dark .about__content--single {
    background-color: #161e2e; }

/*===============
  ABOUT 2
===============*/
.about2__items--single {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px; }
  .about2__items--single--icon {
    color: #7432ff;
    position: absolute;
    font-size: 22px;
    line-height: 0;
    left: 0; }
  .about2__items--single h3 {
    font-size: 20px;
    margin-bottom: 12px; }
  .about2__items--single p:last-child {
    margin-bottom: 0; }

.about2__image {
  position: relative;
  padding-bottom: 150px;
  z-index: 1; }
  @media only screen and (max-width: 575px) {
    .about2__image {
      padding-bottom: 0px; } }
  .about2__image--one, .about2__image--two {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 10px 60px 0 rgba(1, 6, 33, 0.06);
    padding: 10px; }
  .about2__image--one {
    margin-left: auto;
    max-width: 450px;
    display: block;
    height: 500px;
    object-fit: cover; }
    @media only screen and (max-width: 575px) {
      .about2__image--one {
        max-width: 100%; } }
  .about2__image--two {
    position: absolute;
    bottom: 0;
    right: 270px;
    z-index: 1;
    max-width: 350px;
    height: 400px;
    object-fit: cover; }
    @media only screen and (max-width: 1400px) {
      .about2__image--two {
        right: 230px; } }
    @media only screen and (max-width: 1199px) {
      .about2__image--two {
        max-width: 300px;
        height: 300px;
        right: 180px; } }
    @media only screen and (max-width: 991px) {
      .about2__image--two {
        max-width: 350px;
        right: 300px; } }
    @media only screen and (max-width: 767px) {
      .about2__image--two {
        max-width: 350px;
        right: 250px; } }
    @media only screen and (max-width: 575px) {
      .about2__image--two {
        width: 250px;
        right: auto;
        bottom: -30px; } }
    @media only screen and (max-width: 450px) {
      .about2__image--two {
        width: 200px;
        right: auto;
        bottom: 0px;
        height: 250px; } }
    @media only screen and (max-width: 380px) {
      .about2__image--two {
        display: none; } }
  .about2__image--promo {
    position: absolute;
    bottom: 70px;
    right: 200px;
    background-color: #7432ff;
    padding: 10px 15px;
    box-shadow: 0 4px 15px rgba(1, 6, 33, 0.06);
    z-index: 1;
    display: flex;
    gap: 10px;
    align-items: center;
    border: 3px solid #ffffff;
    color: #ffffff;
    border-radius: 15px;
    animation: upDown 3s linear infinite alternate; }
    @media only screen and (max-width: 1400px) {
      .about2__image--promo {
        right: 120px; } }
    @media only screen and (max-width: 1199px) {
      .about2__image--promo {
        right: 100px;
        padding: 15px; } }
    @media only screen and (max-width: 575px) {
      .about2__image--promo {
        width: 230px;
        bottom: -40px;
        right: 50px; } }
    .about2__image--promo--ico {
      font-size: 28px; }
    .about2__image--promo--text h3 {
      color: #ffffff; }

.theme-dark .about2 {
  background-color: #0d1321; }

.theme-dark .bg-one.about2 {
  background-color: #161e2e; }

/*===============
  ABOUT 3
===============*/
.about3__image {
  position: relative;
  display: flex;
  justify-content: center; }
  .about3__image img {
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #7432ff;
    width: 550px;
    height: 550px; }
    @media only screen and (max-width: 1199px) {
      .about3__image img {
        width: 470px;
        height: 470px; } }
    @media only screen and (max-width: 575px) {
      .about3__image img {
        width: 370px;
        height: 370px; } }
    @media only screen and (max-width: 450px) {
      .about3__image img {
        width: 300px;
        height: 300px; } }
  .about3__image__brand {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 230px;
    height: 86px;
    box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
    animation: upDown 3s linear infinite alternate;
    right: 20px;
    bottom: 50px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 80px 1fr; }
    .about3__image__brand--trust {
      display: flex;
      align-items: center;
      font-size: 14px;
      padding-left: 5px;
      border-left: 1px solid rgba(1, 6, 33, 0.06); }
    .about3__image__brand--rating {
      padding-right: 5px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .about3__image__brand--rating--percent {
        font-weight: 700;
        font-size: 18px; }
      .about3__image__brand--rating--stars {
        display: block;
        font-size: 12px;
        color: #fed455; }
      .about3__image__brand--rating--count {
        font-size: 10px; }
    @media only screen and (max-width: 1199px) {
      .about3__image__brand {
        left: -15px; } }
    @media only screen and (max-width: 991px) {
      .about3__image__brand {
        left: 100px;
        bottom: 5%; } }
    @media only screen and (max-width: 767px) {
      .about3__image__brand {
        left: 55px; } }
    @media only screen and (max-width: 575px) {
      .about3__image__brand {
        font-size: 14px;
        width: 230px;
        height: 80px;
        left: 40px;
        bottom: 10px; } }
    .about3__image__brand h3 {
      font-size: 32px; }
    .about3__image__brand p {
      line-height: 1.8;
      margin-bottom: 0; }

.about3__content--ico {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #7432ff;
  color: #7432ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px; }

.about3__content ul {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 15px; }
  @media only screen and (max-width: 575px) {
    .about3__content ul {
      grid-template-columns: auto; } }
  .about3__content ul li {
    display: grid;
    align-items: center;
    grid-gap: 0.5rem;
    background-color: #f0f4ff;
    grid-template-columns: auto 1fr;
    padding: 12px 20px;
    border-radius: 5px; }

.theme-dark .about3 {
  background-color: #0d1321; }
  .theme-dark .about3__content ul li {
    background-color: #161e2e; }
  .theme-dark .about3__image__brand {
    background-color: #161e2e; }

/*===============
  CTA VERSION 01
===============*/
.cta {
  position: relative; }
  .cta:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #161e2e; }
  .cta__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 1;
    color: #ffffff; }
    .cta__content h2 {
      color: #ffffff; }
    .cta__content a:hover {
      color: #ffffff; }
  .cta .video-btn {
    position: inherit;
    background-color: #7432ff;
    color: #ffffff;
    margin-top: 0; }
  .cta .waves-block .waves {
    top: 0;
    margin-top: -15px;
    background-color: #7432ff; }

/*===============
  CTA VERSION 02
===============*/
.ctav2 {
  overflow: hidden;
  position: relative; }
  .ctav2__video {
    height: 100%;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #161e2e; }
    .ctav2__video::after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: -1; }
    @media only screen and (max-width: 991px) {
      .ctav2__video {
        height: 450px;
        margin-top: 60px; } }
  .ctav2__content {
    padding: 80px 90px 80px 60px; }
    @media only screen and (max-width: 1199px) {
      .ctav2__content {
        padding: 80px 40px 80px 40px; } }
    @media only screen and (max-width: 991px) {
      .ctav2__content {
        padding: 30px 0px 60px 0px;
        max-width: 720px;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .ctav2__content {
        max-width: 540px;
        margin: 0 auto; } }
    @media only screen and (max-width: 450px) {
      .ctav2__content {
        text-align: center; } }
    .ctav2__content--counter {
      display: grid;
      grid-gap: 15px;
      grid-template-columns: 1fr 1fr 1fr; }
      .ctav2__content--counter--single {
        background: #ffffff;
        box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
        padding: 20px;
        border-radius: 5px; }
      @media only screen and (max-width: 450px) {
        .ctav2__content--counter {
          display: block; }
          .ctav2__content--counter--single {
            width: 100%; }
            .ctav2__content--counter--single:not(:last-child) {
              margin-bottom: 15px; } }
  @media only screen and (min-width: 1400px) {
    .ctav2 .container-fluid {
      padding-right: calc((100% - 1320px) / 2 + 12px);
      padding-left: 0; } }
  .ctav2 .video-btn i {
    color: #7432ff; }

.bg-one .ctav2__content--counter--single {
  background-color: #ffffff; }

.theme-dark .cta__content a:hover {
  color: #ffffff; }

.theme-dark .ctav2 {
  background-color: #0d1321; }
  .theme-dark .ctav2__content--counter--single {
    background: #161e2e; }

.theme-dark .bg-one.ctav2 {
  background-color: #161e2e; }

.theme-dark .bg-one .ctav2__content--counter--single {
  background-color: #0d1321; }

/*===============
  CTA VERSION 03
===============*/
.cta3__wrapper {
  background-color: #f0f4ff;
  padding: 50px;
  border-radius: 10px;
  position: relative; }
  .cta3__wrapper img {
    border-radius: 10px; }
  .cta3__wrapper__content h5 i {
    font-size: 30px;
    background-color: #7432ff;
    color: #f0f4ff;
    padding: 10px;
    border-radius: 50%;
    display: inline-block; }
  .cta3__wrapper__content h5 span {
    font-size: 30px; }
  .cta3__wrapper__content h6 {
    font-size: 30px; }
  @media only screen and (max-width: 767px) {
    .cta3__wrapper__content {
      text-align: center; } }

.cta3__counter {
  position: relative;
  z-index: 1;
  max-width: 90%;
  margin: 0 auto;
  margin-top: -30px;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06); }

.theme-dark .cta3 {
  background-image: none;
  background-color: #0d1321; }
  .theme-dark .cta3__wrapper {
    background-color: #161e2e; }
    .theme-dark .cta3__wrapper__content p {
      color: #ffffff; }
    .theme-dark .cta3__wrapper__content h5 span {
      color: #ffffff; }
    .theme-dark .cta3__wrapper__content h6 {
      color: #ffffff; }
  .theme-dark .cta3__counter {
    background-color: #0d1321;
    box-shadow: 5px 5px 0px 0px #7432ff;
    position: relative;
    z-index: 1;
    max-width: 90%;
    margin: 0 auto;
    margin-top: -50px;
    padding: 30px 20px;
    border-radius: 10px; }

.theme-dark .theme-dark .cta3 {
  background-image: none;
  background-color: #161e2e; }
  .theme-dark .theme-dark .cta3__wrapper {
    background-color: #161e2e; }
    .theme-dark .theme-dark .cta3__wrapper__content h5 span {
      color: #ffffff; }
    .theme-dark .theme-dark .cta3__wrapper__content h6 {
      color: #ffffff; }
    .theme-dark .theme-dark .cta3__wrapper__content p {
      color: #ffffff; }
  .theme-dark .theme-dark .cta3__counter {
    background-color: #0d1321; }

/*===============
  SERVICE VERSION 01
===============*/
.service__card {
  background-color: #f0f4ff;
  padding: 25px;
  transition: all 0.5s;
  border-radius: 10px; }
  .service__card:hover .service__card__icon:after {
    width: 100%;
    visibility: visible;
    opacity: 1; }
  .service__card:hover .service__card__icon {
    color: #ffffff; }
  .service__card__icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #7432ff;
    padding: 10px;
    color: #ffffff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: -50px;
    overflow: hidden;
    position: relative; }
    .service__card__icon i {
      z-index: 1;
      position: relative;
      transition: all 0.4s; }
    .service__card__icon::after {
      position: absolute;
      width: 0;
      content: '';
      background-color: #161e2e;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      inset: 0; }
  .service__card__content {
    margin-top: 20px;
    text-align: center; }
    .service__card__content h4 {
      margin-bottom: 10px; }

.theme-dark .service {
  background-color: #0d1321; }
  .theme-dark .service__card {
    background-color: #161e2e; }
    .theme-dark .service__card:hover .service__card__icon {
      color: #7432ff; }
    .theme-dark .service__card__icon::after {
      background-color: #ffffff; }

.theme-dark .bg-one .service__card {
  background-color: #0d1321; }

.bg-one .service__card {
  background-color: #ffffff; }

.serviceslider .service__wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 65px; }
  .serviceslider .service__wrapper .service__item {
    box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
    margin: 15px;
    background-color: #f0f4ff;
    border-radius: 5px;
    overflow: hidden; }
    .serviceslider .service__wrapper .service__item:hover .service__icon:after {
      width: 100%;
      visibility: visible;
      opacity: 1; }
    .serviceslider .service__wrapper .service__item:hover .service__icon {
      color: #ffffff; }
    .serviceslider .service__wrapper .service__item-img img {
      width: 100%;
      height: 300px;
      object-fit: cover; }
    .serviceslider .service__wrapper .service__item-content {
      padding: 30px 10px; }
      @media only screen and (max-width: 575px) {
        .serviceslider .service__wrapper .service__item-content {
          padding: 20px; } }
      .serviceslider .service__wrapper .service__item-content .service__icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f0f4ff;
        font-size: 30px;
        margin-bottom: 20px;
        color: #7432ff;
        overflow: hidden;
        position: relative;
        isolation: isolate;
        margin-bottom: 20px; }
        .serviceslider .service__wrapper .service__item-content .service__icon i {
          z-index: 1;
          position: relative;
          transition: all 0.4s; }
        .serviceslider .service__wrapper .service__item-content .service__icon::after {
          position: absolute;
          width: 0;
          content: '';
          background-color: #7432ff;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          inset: 0; }
      .serviceslider .service__wrapper .service__item-content h3 {
        font-size: 22px;
        margin-bottom: 15px; }
  .serviceslider .service__wrapper .service-slider [class*='slid-'] {
    bottom: 12px; }
  .serviceslider .service__wrapper .service-slider .slid-prev {
    left: 50%;
    transform: translate(-45px, 0); }
  .serviceslider .service__wrapper .service-slider .slid-next {
    right: 50%;
    transform: translate(45px, 0); }

.bg-one .service__wrapper .service__item {
  background-color: #ffffff; }

.theme-dark .serviceslider {
  background-color: #161e2e; }
  .theme-dark .serviceslider .service__item {
    background-color: #0d1321; }

.services2.bg-one .services2__item {
  background: #ffffff; }

/*===============
  SERVICE VERSION 02
===============*/
.services2__item--wrap:nth-child(even) {
  top: -15px;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .services2__item--wrap:nth-child(even) {
      top: 0; } }

.services2__item {
  display: grid;
  grid-template-columns: 1fr 50px;
  grid-gap: 10px;
  background: #f0f4ff;
  padding: 30px 20px;
  box-shadow: 0 10px 60px 0 rgba(1, 6, 33, 0.06);
  cursor: pointer; }
  .services2__item--wrap {
    margin-bottom: 20px; }
  .services2__item:hover .ico__link {
    color: #ffffff;
    background-color: #7432ff; }
  .services2__item--ico {
    align-self: end;
    font-size: 45px;
    line-height: 15px;
    color: #7432ff; }
  .services2__item--content--number {
    font-weight: 700;
    font-size: 52px;
    opacity: 0.2; }
  .services2__item--content h3 {
    margin-bottom: 25px;
    font-size: 22px; }

.theme-dark .services2 {
  background-color: #0d1321; }
  .theme-dark .services2__item {
    background-color: #161e2e; }

.theme-dark .services2.bg-one {
  background-color: #161e2e; }
  .theme-dark .services2.bg-one .services2__item {
    background-color: #0d1321; }

/*===============
  OVERVIEW
===============*/
.overview__content {
  border-radius: 15px;
  padding: 60px 30px 30px;
  background-color: #f0f4ff;
  color: #161e2e;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }
  .overview__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7432ff;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s; }
  .overview__content:hover::before {
    border-radius: 15px;
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 0.5s; }
  .overview__content--title h2 {
    color: #161e2e;
    opacity: 0.2;
    margin-bottom: 5px;
    font-size: 40px;
    transition: 0.5s; }
  .overview__content--title h3 {
    position: relative;
    color: #161e2e;
    margin-top: -30px;
    margin-bottom: 20px;
    font-size: 22px;
    transition: 0.5s; }
  .overview__content--title p {
    position: relative;
    transition: 0.5s;
    z-index: 2; }
  .overview__content:hover h2 {
    opacity: 1;
    color: #ffffff;
    transform: translateY(-30px); }
  .overview__content:hover h3,
  .overview__content:hover p {
    color: #ffffff; }

.overview.bg-one .overview__content {
  background-color: #ffffff; }

.theme-dark .overview {
  background-color: #161e2e; }
  .theme-dark .overview__content {
    background-color: #161e2e;
    color: #ffffff; }
    .theme-dark .overview__content--title h2,
    .theme-dark .overview__content--title h3 {
      color: #ffffff; }

.theme-dark .overview.bg-one .overview__content {
  background-color: #0d1321; }

.quick-overview .overview__wrapper {
  overflow: hidden; }
  .quick-overview .overview__wrapper__image {
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
    border: 1px solid rgba(1, 6, 33, 0.06); }

.quick-overview .swiper-pagination .swiper-pagination-bullet {
  background-color: #7432ff;
  transition: 0.4s;
  padding: 5px; }
  .quick-overview .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px; }

.desc-right .gslide-image img {
  max-width: 600px;
  height: auto;
  object-fit: contain; }

.gslide-desc {
  color: #161e2e; }
  .gslide-desc h3 {
    color: #7432ff; }

@media only screen and (max-width: 991px) {
  .desc-right .gslide-image img {
    max-width: 490px;
    height: auto;
    object-fit: contain; } }

.theme-dark .quick-overview {
  background-color: #0d1321; }
  .theme-dark .quick-overview .swiper-pagination-bullet {
    color: #ffffff;
    background-color: #ffffff;
    opacity: 1; }
  .theme-dark .quick-overview .swiper-pagination-bullet-active {
    background-color: #7432ff; }

.theme-dark .gdesc-inner {
  background-color: #161e2e;
  color: #ffffff; }
  .theme-dark .gdesc-inner h3, .theme-dark .gdesc-inner p {
    color: #ffffff; }

/*===============
  WHY US
===============*/
.why-us__content h4 span {
  color: #7432ff; }

.why-us__content--ico {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  color: #7432ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px; }

.why-us__content ul {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 15px; }
  @media only screen and (max-width: 575px) {
    .why-us__content ul {
      grid-template-columns: auto; } }
  .why-us__content ul li {
    display: grid;
    align-items: center;
    grid-gap: 0.5rem;
    background-color: #ffffff;
    grid-template-columns: auto 1fr;
    padding: 12px 20px;
    border-radius: 5px; }

.why-us__image {
  position: relative; }
  .why-us__image .video__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px; }
    .why-us__image .video__button i {
      font-size: 20px; }
  .why-us__image i {
    color: #7432ff; }
  @media only screen and (max-width: 1400px) {
    .why-us__image {
      max-width: 700px;
      margin: 0 auto; } }

.theme-dark .bg-one.why-us {
  background-color: #161e2e; }
  .theme-dark .bg-one.why-us .why-us__content ul li {
    background-color: #0d1321; }

.theme-dark .why-us {
  background-color: #0d1321; }
  .theme-dark .why-us__content ul li {
    background-color: #161e2e;
    color: #ffffff; }

/*===============
  WHAT WE DO
===============*/
.what-we-do .col-md-6 {
  margin-top: 15px;
  margin-bottom: 15px; }

.what-we-do__item {
  padding: 40px 30px;
  border-radius: 5px;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
  height: 100%; }
  .what-we-do__item:hover .what-we-do__item__icon:after {
    width: 100%;
    visibility: visible;
    opacity: 1; }
  .what-we-do__item:hover .what-we-do__item__icon {
    color: #ffffff; }
  .what-we-do__item__icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f4ff;
    font-size: 42px;
    margin-bottom: 20px;
    color: #7432ff;
    overflow: hidden;
    position: relative;
    isolation: isolate; }
    .what-we-do__item__icon i {
      z-index: 1;
      position: relative;
      transition: all 0.4s; }
    .what-we-do__item__icon::after {
      position: absolute;
      width: 0;
      content: '';
      background-color: #7432ff;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      inset: 0; }
  .what-we-do__item h3 {
    font-size: 25px;
    margin-bottom: 20px; }
  .what-we-do__item ul li {
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: 1.8; }

.what-we-do.bg-one .what-we-do__item {
  background-color: #ffffff; }

.theme-dark .what-we-do {
  background-image: none;
  background-color: #0d1321; }
  .theme-dark .what-we-do__item {
    background-color: #161e2e; }

.theme-dark .bg-one.what-we-do {
  background-color: #161e2e; }

.theme-dark .bg-one .what-we-do__item {
  background-color: #0d1321; }

/*===============
  FAQ
===============*/
.faq__image {
  position: relative; }
  .faq__image img {
    border-radius: 10px;
    z-index: 2; }

.faq .faqs-accordion .accordion-faq {
  border-bottom: none;
  margin-bottom: 12px;
  border-radius: 6px;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
  overflow: hidden; }
  .faq .faqs-accordion .accordion-faq .accordion-header .accordion-button {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: none !important;
    font-size: 20px;
    font-weight: 600;
    color: inherit; }
    .faq .faqs-accordion .accordion-faq .accordion-header .accordion-button.collapsed {
      border-radius: 6px; }
      .faq .faqs-accordion .accordion-faq .accordion-header .accordion-button.collapsed:before {
        color: #161e2e;
        transform: rotate(0deg); }
    .faq .faqs-accordion .accordion-faq .accordion-header .accordion-button:focus {
      box-shadow: none; }
    .faq .faqs-accordion .accordion-faq .accordion-header .accordion-button::after {
      display: none; }
    .faq .faqs-accordion .accordion-faq .accordion-header .accordion-button::before {
      content: "\f078";
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: 16px;
      color: #ffffff;
      position: absolute;
      right: 20px;
      transform: rotate(180deg);
      transition: all 0.3s ease-in-out; }
  .faq .faqs-accordion .accordion-faq .accordion-header .accordion-button:not(.collapsed) {
    background-color: #7432ff;
    color: #ffffff; }
  .faq .faqs-accordion .accordion-faq .accordion-body {
    background-color: #ffffff; }

.bg-one.faq .faqs-accordion .accordion-item {
  box-shadow: 0px 1px 20px 0px rgba(1, 6, 33, 0.06); }

.theme-dark .faq {
  background-color: #0d1321; }
  .theme-dark .faq .accordion-faq {
    background-color: #161e2e; }
    .theme-dark .faq .accordion-faq .accordion-body {
      background-color: #161e2e; }
  .theme-dark .faq .accordion-collapse {
    background-color: #161e2e; }
    .theme-dark .faq .accordion-collapse p {
      color: #ffffff !important; }
  .theme-dark .faq .accordion-button {
    background-color: #161e2e;
    color: #ffffff !important; }
  .theme-dark .faq .faqs-accordion
.accordion-faq .accordion-header .accordion-button.collapsed:before {
    color: #ffffff; }
  .theme-dark .faq .accordion-item
.accordion-header
.accordion-button.collapsed::before {
    color: #ffffff; }
  .theme-dark .faq.bg-one {
    background-color: #161e2e; }
    .theme-dark .faq.bg-one .accordion-faq {
      background-color: #0d1321; }
      .theme-dark .faq.bg-one .accordion-faq .accordion-body {
        background-color: #0d1321; }
    .theme-dark .faq.bg-one .accordion-collapse {
      background-color: #0d1321; }
    .theme-dark .faq.bg-one .accordion-button {
      background-color: #0d1321; }

/*===============
  TEAM
===============*/
.team .bg-one .team__member {
  background: #ffffff; }

.team__member {
  border-radius: 10px;
  position: relative;
  background: #ffffff;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06); }
  .team__member__area {
    min-height: 316px;
    padding: 20px;
    text-align: center;
    border-radius: 10px; }
    .team__member__area__image {
      display: flex;
      justify-content: center; }
      .team__member__area__image img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        margin-bottom: 25px;
        border: 3px solid #7432ff;
        padding: 7px;
        object-fit: cover;
        object-position: top center; }
    .team__member__area h4 {
      margin-bottom: 5px; }
    .team__member__area p {
      margin-bottom: 24px; }
    .team__member__area__details {
      width: 40px;
      height: 40px;
      background-color: #7432ff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
      .team__member__area__details i {
        z-index: 1;
        color: #ffffff; }
    .team__member__area:hover .team__member__hover {
      opacity: 1;
      transform: scaleY(1); }
  .team__member__hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: end;
    justify-content: center;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover; }
    .team__member__hover h4 {
      color: #ffffff; }
    .team__member__hover::before {
      content: '';
      border-radius: 10px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.85;
      z-index: -1;
      background-color: #161e2e; }
    .team__member__hover .social-icon {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: auto; }
      .team__member__hover .social-icon a {
        font-size: 16px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #7432ff;
        color: #ffffff;
        transition: all 0.3s; }
        .team__member__hover .social-icon a:hover {
          background-color: #ffffff;
          color: #0d1321; }
    .team__member__hover .btn__primary {
      padding: 5px 20px; }

.bg-one .team__member__area {
  background-color: #ffffff; }

.theme-dark .bg-one.team {
  background-color: #161e2e; }
  .theme-dark .bg-one.team .team__member__area {
    background-color: #0d1321; }

.theme-dark .team {
  background-color: #0d1321; }
  .theme-dark .team__member {
    background-color: #161e2e; }

/*===============
  TEAM 02
===============*/
.teamv2__single {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px; }
  .teamv2__single--image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 5px;
    transition: 0.4s; }
  .teamv2__single--content {
    position: absolute;
    width: 90%;
    height: 90%;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    padding: 20px;
    border: 1px solid #ffffff;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: end;
    flex-direction: column;
    opacity: 0; }
  .teamv2__single--author * {
    display: inline-block;
    background: #ffffff;
    padding: 5px 10px;
    margin-bottom: 5px;
    height: 0px;
    opacity: 0;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .teamv2__single--social {
    height: 0px;
    opacity: 0; }
    .teamv2__single--social ul {
      display: flex;
      gap: 10px; }
      .teamv2__single--social ul li a {
        display: inline-block;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        font-size: 18px;
        color: #7432ff;
        text-decoration: none;
        background-color: #ffffff;
        width: 35px;
        height: 0px;
        opacity: 0;
        transition: all 0.3s; }
        .teamv2__single--social ul li a:hover {
          background-color: #7432ff;
          color: #ffffff; }
  .teamv2__single:hover .teamv2__single--content {
    opacity: 1; }
  .teamv2__single:hover .teamv2__single--author * {
    height: 40px;
    opacity: 1; }
  .teamv2__single:hover .teamv2__single--social {
    opacity: 1;
    height: auto; }
  .teamv2__single:hover .teamv2__single--image img {
    filter: grayscale(80%); }
  .teamv2__single:hover .teamv2__single--social ul li a {
    opacity: 1;
    height: 35px; }

.theme-dark .bg-one.teamv2 {
  background-color: #161e2e; }

.theme-dark .teamv2 {
  background-color: #0d1321; }
  .theme-dark .teamv2__single--author * {
    background-color: #161e2e; }
  .theme-dark .teamv2__single--social ul li a {
    background-color: #161e2e;
    color: #ffffff; }
    .theme-dark .teamv2__single--social ul li a:hover {
      background-color: #7432ff; }

/*===============
  TEAM 03
===============*/
.team3 {
  background-color: #f0f4ff; }
  .team3__wrapper {
    overflow: hidden; }
    .team3__wrapper__card {
      margin-top: 85px;
      padding: 25px;
      border-radius: 10px;
      background-color: #ffffff;
      text-align: center;
      transition: all 0.8s; }
      .team3__wrapper__card:hover {
        box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06); }
      .team3__wrapper__card img {
        margin-top: -100px;
        width: 150px;
        height: 150px;
        padding: 5px;
        border: 2px solid #7432ff;
        object-fit: cover;
        object-position: top center; }
      .team3__wrapper__card .social-icon {
        display: flex;
        gap: 10px; }
        .team3__wrapper__card .social-icon li {
          list-style: none; }
          .team3__wrapper__card .social-icon li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            transition: all 0.8s;
            background-color: #7432ff;
            color: #ffffff; }
            .team3__wrapper__card .social-icon li a:hover {
              background-color: #161e2e; }
            @media only screen and (max-width: 380px) {
              .team3__wrapper__card .social-icon li a {
                width: 50px;
                height: 50px; } }
            @media only screen and (max-width: 991px) {
              .team3__wrapper__card .social-icon li a {
                width: 35px;
                height: 35px; }
                .team3__wrapper__card .social-icon li a i {
                  font-size: 17px; } }
            @media screen and (max-width: 500px) {
              .team3__wrapper__card .social-icon li a {
                width: 40px;
                height: 40px; }
                .team3__wrapper__card .social-icon li a i {
                  font-size: 20px; } }
            .team3__wrapper__card .social-icon li a i {
              font-size: 20px; }
              @media only screen and (max-width: 991px) {
                .team3__wrapper__card .social-icon li a i {
                  font-size: 17px; } }
              @media screen and (max-width: 500px) {
                .team3__wrapper__card .social-icon li a i {
                  font-size: 20px; } }

.theme-dark .team3 {
  background-color: #161e2e; }
  .theme-dark .team3__wrapper__card {
    background-color: #0d1321; }

/*===============
  PRICING
===============*/
.pricing__item {
  text-align: center;
  padding: 25px;
  padding-bottom: 40px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06); }
  .pricing__item:hover {
    background-color: #ffffff; }
  .pricing__item__tag {
    position: absolute;
    left: 0;
    top: 30px;
    text-transform: uppercase;
    background-color: #7432ff;
    color: #ffffff;
    padding: 5px 12px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px; }
  .pricing__item__icon {
    border-radius: 50%;
    margin: 15px auto;
    font-size: 50px;
    background-color: #f0f4ff;
    color: #7432ff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    position: relative; }
    .pricing__item__icon i {
      z-index: 1;
      position: relative;
      transition: all 0.4s; }
    .pricing__item__icon::after {
      position: absolute;
      width: 0;
      content: "";
      background-color: #7432ff;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      inset: 0; }
  .pricing__item:hover .pricing__item__icon:after {
    width: 100%;
    visibility: visible;
    opacity: 1; }
  .pricing__item:hover .pricing__item__icon {
    color: #ffffff; }
  .pricing__item__list {
    display: flex;
    justify-content: center; }
    .pricing__item__list ul li {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin-bottom: 12px; }
      .pricing__item__list ul li:not(:first-child) {
        margin-top: 12px; }
    .pricing__item__list--ico {
      width: 25px;
      height: 25px;
      border-radius: 100%;
      color: #7432ff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px; }
      .pricing__item__list--ico i {
        font-size: 15px; }
  .pricing__item .btn__primary {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    display: flex;
    align-items: center;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;
    justify-content: center; }
    .pricing__item .btn__primary span {
      font-weight: 500; }
      .pricing__item .btn__primary span i {
        margin-left: 7px;
        padding: 10px;
        display: inline-block;
        border-radius: 50%;
        font-size: 20px;
        background-color: #f0f4ff;
        color: #161e2e; }

.theme-dark .pricing {
  background-color: #0d1321; }
  .theme-dark .pricing__item {
    background-color: #161e2e; }
    .theme-dark .pricing__item__icon {
      color: #7432ff; }
    .theme-dark .pricing__item:hover .pricing__item__icon {
      color: #ffffff; }
    .theme-dark .pricing__item__icon::after {
      background-color: #7432ff; }

.theme-dark .bg-one.pricing {
  background-color: #161e2e; }

.theme-dark .bg-one .pricing__item {
  background-color: #0d1321; }

.pricing2__item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 45px;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06); }
  @media only screen and (max-width: 1199px) {
    .pricing2__item {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .pricing2__item {
      padding: 40px 45px; } }
  @media only screen and (max-width: 450px) {
    .pricing2__item {
      padding: 15px; } }
  .pricing2__item.brand {
    background-color: #161e2e;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 50px 45px;
    margin-top: -10px; }
    @media only screen and (max-width: 1199px) {
      .pricing2__item.brand {
        padding: 30px 20px; } }
    @media only screen and (max-width: 991px) {
      .pricing2__item.brand {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .pricing2__item.brand {
        padding: 40px 45px; } }
    @media only screen and (max-width: 450px) {
      .pricing2__item.brand {
        padding: 15px; } }
    .pricing2__item.brand .pricing2__item__title,
    .pricing2__item.brand .pricing2__item__subtitle {
      color: #ffffff; }
    .pricing2__item.brand .pricing2__item__list-icon {
      color: #ffffff;
      border-color: #ffffff; }
    .pricing2__item.brand .btn__primary:hover span {
      color: #161e2e; }
    .pricing2__item.brand .btn__primary:before {
      background-color: #ffffff; }
    .pricing2__item.brand .brand__item {
      position: absolute;
      top: 0;
      right: 0;
      background: #7432ff;
      padding: 15px;
      width: 160px;
      text-align: center;
      transform: rotate(45deg) translate(40px, -22px);
      color: #ffffff;
      font-size: 14px;
      font-weight: bold;
      z-index: 2; }
  .pricing2__item__subtitle {
    font-size: 20px;
    margin-bottom: 10px; }
  .pricing2__item__title {
    font-size: 72px;
    padding: 10px 0; }
    .pricing2__item__title sub {
      font-size: 18px;
      font-weight: 500; }
  .pricing2__item hr {
    background-color: #7432ff;
    margin: 20px 0; }
  .pricing2__item ul {
    margin: 35px 0; }
    .pricing2__item ul li {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-bottom: 15px; }
      .pricing2__item ul li .pricing2__item__list-icon {
        width: 22px;
        height: 22px;
        border-radius: 100%;
        color: #7432ff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px; }

.theme-dark .pricing2 {
  background-color: #0d1321; }
  .theme-dark .pricing2__item {
    background-color: #161e2e; }

.theme-dark .bg-one.pricing2 {
  background-color: #161e2e; }

.theme-dark .bg-one .pricing2__item {
  background-color: #0d1321; }

/*===============
  TESTIMONIAL VERSION 01
===============*/
.testimonial .section-title-left h3 span {
  color: #7432ff; }

.testimonial__slide__content {
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
  padding: 30px;
  margin: 30px;
  border-radius: 10px;
  background-color: #ffffff; }
  @media only screen and (max-width: 991px) {
    .testimonial__slide__content {
      padding: 20px;
      margin: 20px; } }
  @media only screen and (max-width: 450px) {
    .testimonial__slide__content {
      padding: 20px;
      margin: 0; } }
  .testimonial__slide__content .user-info {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 12px; }
    .testimonial__slide__content .user-info__image img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      padding: 5px;
      border: 2px solid #7432ff;
      object-fit: cover; }
  .testimonial__slide__content ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px; }
    .testimonial__slide__content ul li i {
      color: #ffcc00;
      font-size: 20px; }
    .testimonial__slide__content ul li.dark i {
      color: #0d1321; }

.testimonial__slider {
  position: relative; }
  .testimonial__slider__img-1 {
    width: 100px;
    height: 100px;
    top: -15px;
    left: -15px; }
  .testimonial__slider__img-2 {
    width: 60px;
    height: 60px;
    left: 50%;
    top: -40px; }
  .testimonial__slider__img-3 {
    width: 90px;
    height: 90px;
    left: auto;
    right: -25px;
    top: 60px; }
    @media only screen and (max-width: 1199px) {
      .testimonial__slider__img-3 {
        right: 0; } }
  .testimonial__slider__img-4 {
    width: 70px;
    height: 70px;
    left: auto;
    right: -40px;
    bottom: 0; }
    @media only screen and (max-width: 1400px) {
      .testimonial__slider__img-4 {
        right: 0px; } }

[class*='testimonial__slider__img-'] {
  position: absolute;
  object-fit: cover;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #7432ff;
  z-index: 1; }

[class*='slid-'] {
  top: auto;
  bottom: 12px;
  width: 40px;
  height: 40px;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
  background-color: #7432ff;
  color: #161e2e;
  border-radius: 50%;
  transition: all 0.3s;
  color: #ffffff; }
  [class*='slid-']:hover {
    background-color: #161e2e; }
  @media only screen and (max-width: 991px) {
    [class*='slid-'] {
      bottom: 1px; } }
  [class*='slid-']::after {
    font-size: 16px; }

.swiper {
  z-index: 99; }

.testimonialSlider .slid-next {
  left: auto;
  right: 80px; }

.testimonialSlider .slid-prev {
  left: auto;
  right: 130px; }

.theme-dark .testimonial {
  background-color: #0d1321; }
  .theme-dark .testimonial .testimonial__slide__content {
    background-color: #161e2e; }

.theme-dark .bg-one.testimonial {
  background-color: #161e2e; }
  .theme-dark .bg-one.testimonial .testimonial__slide__content {
    background-color: #0d1321; }

/*===============
  TESTIMONIAL VERSION 02
===============*/
.testimonialv2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #7432ff;
  transition: 0.4s;
  padding: 5px; }
  .testimonialv2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px; }

.testimonialv2__contnet--single {
  background-color: #f0f4ff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 40px 0 rgba(1, 6, 33, 0.06); }
  @media only screen and (max-width: 575px) {
    .testimonialv2__contnet--single {
      padding: 20px; } }

.testimonialv2__contnet--info {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 20px; }
  .testimonialv2__contnet--info--image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    padding: 5px;
    border: 2px solid #7432ff; }
  .testimonialv2__contnet--info--about span {
    color: #7432ff;
    font-size: 14px; }

.testimonialv2__contnet--quote blockquote {
  margin-bottom: 0; }

.testimonialv2__video {
  position: relative; }
  .testimonialv2__video img {
    border-radius: 25px; }
    @media only screen and (max-width: 1199px) {
      .testimonialv2__video img {
        min-height: 450px;
        object-fit: cover; } }
    @media only screen and (max-width: 767px) {
      .testimonialv2__video img {
        min-height: 350px; } }

.theme-dark .testimonialv2 {
  background-color: #0d1321; }
  .theme-dark .testimonialv2__contnet--single {
    background-color: #161e2e; }
  .theme-dark .testimonialv2 .swiper-pagination-bullet {
    background-color: #ffffff; }
    .theme-dark .testimonialv2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #7432ff; }

.theme-dark .bg-one.testimonialv2 {
  background-color: #161e2e; }

.theme-dark .bg-one .testimonialv2__contnet--single {
  background-color: #0d1321; }

.theme-dark .bg-one .testimonialv2__contnet--quote blockquote {
  background-color: #161e2e; }

.bg-one .testimonialv2__contnet--single {
  background-color: #ffffff; }

/*===============
  TESTIMONIAL VERSION 03
===============*/
.testimonial3__slide__content {
  padding: 30px;
  border-radius: 10px;
  background-color: #f0f4ff; }
  @media only screen and (max-width: 991px) {
    .testimonial3__slide__content {
      padding: 20px;
      margin: 20px; } }
  @media only screen and (max-width: 450px) {
    .testimonial3__slide__content {
      margin: 0px; } }
  .testimonial3__slide__content .user-info {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 12px; }
    .testimonial3__slide__content .user-info__image img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      padding: 5px;
      border: 2px solid #7432ff;
      object-fit: cover; }
  .testimonial3__slide__content ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px; }
    .testimonial3__slide__content ul li i {
      color: #ffcc00;
      font-size: 20px; }
    .testimonial3__slide__content ul li.dark i {
      color: #0d1321; }

.testimonial3__slider {
  position: relative; }
  .testimonial3__slider__img-1 {
    width: 100px;
    height: 100px;
    top: -15px;
    left: -15px; }
  .testimonial3__slider__img-2 {
    width: 60px;
    height: 60px;
    left: 50%;
    top: -40px; }
  .testimonial3__slider__img-3 {
    width: 90px;
    height: 90px;
    left: auto;
    right: -25px;
    top: 60px; }
    @media only screen and (max-width: 1199px) {
      .testimonial3__slider__img-3 {
        right: 0; } }
  .testimonial3__slider__img-5 {
    width: 70px;
    height: 70px;
    left: auto;
    right: -40px;
    bottom: 0; }
    @media only screen and (max-width: 1400px) {
      .testimonial3__slider__img-5 {
        right: 0px; } }

.theme-dark .testimonial3 {
  background-color: #161e2e; }
  .theme-dark .testimonial3__slide__content {
    background-color: #0d1321; }

.theme-dark .bg-one .testimonial3__slide__content {
  background-color: #0d1321; }

.bg-one .testimonial3__slide__content {
  background-color: #ffffff; }

/*===============
  BLOG VERSION 01
===============*/
.blog__wrapper {
  overflow: hidden; }
  .blog__wrapper .swiper-pagination .swiper-pagination-bullet {
    background-color: #7432ff;
    transition: 0.4s;
    padding: 5px; }
    .blog__wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 30px;
      border-radius: 5px; }

.blog__item {
  position: relative;
  padding-bottom: 65px;
  word-wrap: break-word; }
  .blog__item__image {
    border-radius: 5px;
    overflow: hidden; }
    .blog__item__image img {
      width: 100%;
      height: 400px;
      object-fit: cover; }
  .blog__item__main {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    z-index: 99;
    padding: 32px 28px 22px;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transform-origin: bottom center;
    box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
    margin-bottom: 15px; }
    @media only screen and (max-width: 575px) {
      .blog__item__main {
        left: 20px;
        right: 20px; } }
    .blog__item__main:before {
      content: "";
      z-index: -1;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      background-color: #ffffff;
      clip-path: polygon(0 11%, 100% 0, 100% 100%, 25% 100%, 0 100%);
      transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1); }
    .blog__item__main:hover .blog__item__hover {
      transform: scaleY(1);
      opacity: 1; }
    .blog__item__main ul {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap; }
      .blog__item__main ul li {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #161e2e; }
        .blog__item__main ul li i {
          color: #7432ff; }
        .blog__item__main ul li a {
          color: #161e2e; }
    .blog__item__main__title {
      font-size: 20px;
      margin-top: 10px; }
      .blog__item__main__title a {
        color: #161e2e; }
  .blog__item__hover {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    z-index: 99;
    padding: 45px 20px 20px;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transform-origin: bottom center;
    transform: scaleY(0);
    opacity: 0;
    color: #ffffff; }
    .blog__item__hover:before {
      content: "";
      z-index: -1;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      clip-path: polygon(0 11%, 100% 0, 100% 100%, 25% 100%, 0 100%);
      transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
      background-color: #161e2e;
      opacity: 0.9; }
    .blog__item__hover__title {
      font-size: 20px; }
      .blog__item__hover__title a {
        color: #ffffff; }
    .blog__item__hover p {
      line-height: 1.5;
      margin-top: 10px; }
    .blog__item__hover .btn__primary {
      margin-top: 20px;
      letter-spacing: 0;
      padding: 5px 20px;
      border-radius: 3px;
      font-size: 14px; }
      .blog__item__hover .btn__primary:hover span {
        color: #161e2e; }
      .blog__item__hover .btn__primary:before {
        background: #ffffff; }
  .blog__item:hover .blog__item__main {
    opacity: 0;
    transform: scaleY(0); }
  .blog__item:hover .blog__item__hover {
    transform: scaleY(1);
    opacity: 1; }

.theme-dark .blog {
  background-color: #0d1321; }
  .theme-dark .blog__item__main::before {
    background-color: #161e2e;
    color: #ffffff; }
  .theme-dark .blog__item__main ul li {
    color: #ffffff; }
    .theme-dark .blog__item__main ul li a {
      color: #ffffff; }
  .theme-dark .blog__item__main h3 a {
    color: #ffffff; }
  .theme-dark .blog .swiper-pagination-bullet {
    color: #ffffff;
    background-color: #ffffff;
    opacity: 1; }
  .theme-dark .blog .swiper-pagination-bullet-active {
    background-color: #7432ff; }
  .theme-dark .blog.bg-one {
    background-color: #161e2e; }
    .theme-dark .blog.bg-one .blog__item__main::before {
      background-color: #0d1321;
      color: #ffffff; }
    .theme-dark .blog.bg-one .blog__item__hover:before {
      background-color: #0d1321; }

/*===============
  BLOG VERSION 02
===============*/
.blogv2__single {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(1, 6, 33, 0.06);
  padding-bottom: 15px; }
  .blogv2__single h2 {
    font-size: 25px; }
  .blogv2__single--hr {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 100px; }
    @media only screen and (max-width: 1199px) {
      .blogv2__single--hr {
        display: block; } }
    @media only screen and (max-width: 991px) {
      .blogv2__single--hr {
        display: grid; } }
    @media only screen and (max-width: 575px) {
      .blogv2__single--hr {
        display: block; } }
    .blogv2__single--hr .blogv2__single--image {
      order: 2;
      margin-bottom: 0px; }
      @media only screen and (max-width: 1199px) {
        .blogv2__single--hr .blogv2__single--image {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 575px) {
        .blogv2__single--hr .blogv2__single--image {
          order: inherit; } }
      .blogv2__single--hr .blogv2__single--image img {
        width: 100px;
        height: 100px;
        object-fit: cover; }
        @media only screen and (max-width: 1199px) {
          .blogv2__single--hr .blogv2__single--image img {
            width: 100%;
            height: 207px; } }
        @media only screen and (max-width: 991px) {
          .blogv2__single--hr .blogv2__single--image img {
            width: 100%;
            height: 100%; } }
    .blogv2__single--hr .blogv2__single--content h2 {
      margin-bottom: 0px; }
    .blogv2__single--hr .blogv2__single--content--meta {
      margin-top: 10px; }
  .blogv2__single--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .blogv2__single--image {
    margin-bottom: 20px; }
    .blogv2__single--image img {
      height: 290px;
      object-fit: cover;
      border-radius: 10px; }
  .blogv2__single--content h2 {
    margin-bottom: 20px; }
    .blogv2__single--content h2 a {
      color: #161e2e; }
    .blogv2__single--content h2:hover a {
      color: #7432ff; }
  .blogv2__single--content--meta {
    margin-top: 20px; }
    .blogv2__single--content--meta ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      grid-gap: 15px; }
      .blogv2__single--content--meta ul li a {
        color: #7432ff; }

.blogv2__right--posts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 580px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin; }
  .blogv2__right--posts::-webkit-scrollbar {
    width: 0.5em; }
  .blogv2__right--posts::-webkit-scrollbar-track {
    background: #f0f4ff;
    margin-block: 0.5em; }
  .blogv2__right--posts::-webkit-scrollbar-thumb {
    background: #7432ff; }
  .blogv2__right--posts::-webkit-scrollbar-thumb:hover {
    opacity: 0.2; }
  @supports (scrollbar-color: #7432ff #f0f4ff) {
    .blogv2__right--posts {
      scrollbar-color: #7432ff #f0f4ff;
      scrollbar-width: thin;
      border: none; } }
  .blogv2__right--posts h2 {
    font-size: 22px; }
  @media only screen and (max-width: 1400px) {
    .blogv2__right--posts {
      max-height: 550px; } }
  @media only screen and (max-width: 1199px) {
    .blogv2__right--posts {
      max-height: 520px; } }
  @media only screen and (max-width: 991px) {
    .blogv2__right--posts {
      width: 100%;
      max-height: 100%; } }

.theme-dark .blogv2 {
  background-color: #0d1321; }
  .theme-dark .blogv2__single {
    border-bottom: 1px solid #161e2e; }
    .theme-dark .blogv2__single--content h2 a {
      color: #ffffff; }
    .theme-dark .blogv2__single--content h2:hover a {
      color: #7432ff; }

/*===============
  BLOG VERSION 03
===============*/
.blog3__card {
  position: relative;
  transition: all 0.5s;
  border-radius: 10px; }
  .blog3__card img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center; }
  .blog3__card .subtitle {
    text-transform: uppercase;
    margin: 10px 0;
    color: #7432ff; }
  .blog3__card h5 {
    font-size: 23px;
    font-weight: 700; }
    .blog3__card h5 a {
      color: #161e2e; }
    .blog3__card h5:hover a {
      color: #7432ff; }
  .blog3__card .btn__primary {
    position: absolute;
    bottom: -20px;
    width: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s; }
    .blog3__card .btn__primary i {
      font-size: 20px;
      color: #ffffff; }
  .blog3__card:hover .postman {
    opacity: 0; }
  .blog3__card:hover hr {
    opacity: 0; }
  .blog3__card:hover .btn__primary {
    bottom: 0;
    opacity: 1; }
    .blog3__card:hover .btn__primary:hover i {
      color: #ffffff;
      z-index: 1; }

.theme-dark .blog3 {
  background-color: #0d1321; }
  .theme-dark .blog3__card:hover .btn__primary:hover i {
    color: #161e2e; }

/*===============
  PLATFORMS
===============*/
.bg-one .platforms__single {
  background: #ffffff; }

.platforms__single {
  box-shadow: 0 5px 40px 0 rgba(1, 6, 33, 0.06);
  text-align: center;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 3px solid transparent;
  position: relative; }
  .platforms__single:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 5px;
    width: 0%;
    content: '';
    background: #7432ff;
    transition: 0.4s; }
  .platforms__single:hover {
    color: #7432ff; }
    .platforms__single:hover:before {
      width: 100%; }
  .platforms__single--ico {
    font-size: 32px;
    margin-bottom: 15px;
    transition: 0.4s; }
  .platforms__single--title {
    transition: 0.4s;
    font-weight: 600; }

.theme-dark .bg-one.platforms,
.theme-dark .platforms {
  background-color: #161e2e; }

.theme-dark .bg-one.platforms .platforms__single,
.theme-dark .platforms .platforms__single {
  background: #0d1321; }

.fun-fact__image {
  position: relative; }
  .fun-fact__image--wrap {
    box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px; }
    .fun-fact__image--wrap img {
      border-radius: 10px;
      height: 500px;
      object-fit: cover; }
      @media only screen and (max-width: 575px) {
        .fun-fact__image--wrap img {
          height: 400px; } }
  .fun-fact__image .video-btn {
    color: #ffffff;
    background-color: #7432ff;
    left: 50%; }
  .fun-fact__image .waves-block .waves {
    background-color: #7432ff;
    left: 50%; }

.fun-fact__card {
  width: 800px;
  background: #ffffff;
  padding: 20px 0;
  isolation: isolate;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
  border-radius: 5px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 991px) {
    .fun-fact__card {
      width: 100%; } }

.theme-dark .fun-fact {
  background-color: #161e2e; }
  .theme-dark .fun-fact__card {
    background-color: #0d1321; }
  .theme-dark .fun-fact__item, .theme-dark .fun-fact__image--wrap {
    background-color: #0d1321; }

/*===============
  DOWNLOAD
===============*/
.download {
  overflow: hidden; }
  .download__fun-fact {
    position: relative;
    width: 450px;
    height: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    z-index: 1;
    display: grid;
    align-content: center;
    justify-content: center; }
    .download__fun-fact h3 {
      font-size: 35px; }
    @media only screen and (max-width: 480px) {
      .download__fun-fact {
        width: 330px;
        height: 330px; }
        .download__fun-fact h3 {
          font-size: 20px; }
        .download__fun-fact p {
          font-size: 14px; } }
    @media only screen and (max-width: 380px) {
      .download__fun-fact {
        width: 260px;
        height: 260px; } }
    .download__fun-fact__item {
      display: inline-block;
      background-color: #7432ff;
      padding: 16px 0;
      min-width: 180px; }
      .download__fun-fact__item-1 {
        text-align: center;
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        padding: 10px 20px;
        background-color: #ffffff;
        border-radius: 10px; }
      .download__fun-fact__item-2 {
        position: absolute;
        left: -30px;
        bottom: 80px;
        padding: 10px;
        background-color: #ffffff;
        border-radius: 10px; }
      .download__fun-fact__item-3 {
        position: absolute;
        right: -30px;
        bottom: 80px;
        padding: 10px;
        background-color: #ffffff;
        border-radius: 10px; }
      .download__fun-fact__item-4 {
        background-color: #7432ff;
        padding: 10px;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff; }
        .download__fun-fact__item-4 h3 {
          font-size: 35px;
          color: #ffffff; }
        @media only screen and (max-width: 480px) {
          .download__fun-fact__item-4 {
            display: none; } }
    .download__fun-fact::after {
      position: absolute;
      height: 450px;
      width: 450px;
      content: "";
      border: 1px dashed #7432ff;
      left: 0;
      top: 0;
      border-radius: 50%;
      z-index: -1;
      animation: rotate-animation 30s infinite linear; }
      @media only screen and (max-width: 480px) {
        .download__fun-fact::after {
          width: 330px;
          height: 330px; } }
      @media only screen and (max-width: 380px) {
        .download__fun-fact::after {
          width: 250px;
          height: 250px; } }
  @media only screen and (max-width: 991px) {
    .download__button {
      display: flex;
      gap: 10px;
      justify-content: center; } }
  @media only screen and (max-width: 480px) {
    .download__button {
      display: block; }
      .download__button button {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        justify-content: center; } }
  .download__image-1 {
    position: relative;
    display: flex;
    justify-content: center; }
    .download__image-1 .btn__primary {
      position: absolute;
      bottom: 20px;
      padding: 5px 20px;
      font-size: 14px; }
    .download__image-1 .icon {
      position: absolute;
      top: 20px;
      left: -20px;
      width: 55px;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      background-color: #7432ff;
      color: #ffffff;
      font-size: 20px; }
      @media only screen and (max-width: 450px) {
        .download__image-1 .icon {
          left: auto;
          right: auto; } }
  .download__image-2 {
    position: relative;
    display: flex;
    justify-content: center; }
    .download__image-2 .btn__primary {
      position: absolute;
      bottom: 20px;
      padding: 5px 20px;
      font-size: 14px; }
    .download__image-2 .icon {
      position: absolute;
      top: 20px;
      left: -20px;
      width: 55px;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      background-color: #7432ff;
      color: #ffffff;
      font-size: 20px; }
      @media only screen and (max-width: 380px) {
        .download__image-2 .icon {
          left: auto;
          right: auto; } }

.theme-dark .download {
  background-color: #161e2e; }
  .theme-dark .download__fun-fact {
    color: #161e2e; }
    .theme-dark .download__fun-fact h3 {
      color: #161e2e; }
    .theme-dark .download__fun-fact-4 h3 {
      color: #ffffff; }
  .theme-dark .download__image-1 .btn__primary::before, .theme-dark .download__image-2 .btn__primary::before {
    background: #161e2e; }
  .theme-dark .download__image-1 .btn__primary span, .theme-dark .download__image-2 .btn__primary span {
    color: #ffffff; }

/*===============
  PORTFOLIO
===============*/
.portfoliov2.bg-one .portfoliov2__single--content {
  background: #ffffff; }

.portfoliov2__single {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative; }
  .portfoliov2__single:hover .portfoliov2__single--content:before {
    height: 100%; }
  .portfoliov2__single:hover .portfoliov2__single--content h3,
  .portfoliov2__single:hover .portfoliov2__single--content a {
    color: #ffffff; }
  .portfoliov2__single--image img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    background: #f0f4ff;
    border-radius: 5px; }
  .portfoliov2__single--content {
    background: #ffffff;
    margin: -50px auto 0;
    box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 320px; }
    .portfoliov2__single--content:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 0%;
      background: #7432ff;
      border-radius: 0;
      transition: 0.5s; }
    .portfoliov2__single--content h3 {
      font-size: 18px;
      margin-bottom: 8px;
      transition: 0.4s; }
    .portfoliov2__single--content span {
      font-weight: 600;
      font-size: 12px; }

.theme-dark .portfoliov2 {
  background: #161e2e; }
  .theme-dark .portfoliov2__single--content {
    background-color: #161e2e; }
  .theme-dark .portfoliov2.bg-one {
    background-color: #161e2e; }
    .theme-dark .portfoliov2.bg-one .portfoliov2__single--content {
      background-color: #0d1321; }

.theme-dark .post-type-archive-projects .portfoliov2__single--content {
  background-color: #0d1321; }

/*===============
  PORTFOLIO V2
===============*/
.portfolio4__slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .portfolio4__slider--contnet p {
    background: #7432ff;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px; }
  .portfolio4__slider--contnet h5 {
    background: #ffffff;
    color: #161e2e;
    padding: 5px 10px; }
  .portfolio4__slider--ico a {
    width: 45px;
    height: 45px;
    font-size: 22px;
    display: inline-flex;
    background-color: #7432ff;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 100%; }

.portfolio4 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  transition: all 0.3s ease; }
  .portfolio4 .swiper-slide img {
    position: relative;
    min-height: 400px;
    object-fit: cover; }
  .portfolio4 .swiper-slide.swiper-slide-active {
    color: #ffffff;
    z-index: 9999; }
    .portfolio4 .swiper-slide.swiper-slide-active img {
      transform: scale(1.4); }
    @media only screen and (max-width: 575px) {
      .portfolio4 .swiper-slide.swiper-slide-active {
        transform: scaleX(1); } }
    .portfolio4 .swiper-slide.swiper-slide-active:hover .swiper-slide__hover {
      opacity: 1;
      transform: scaleY(1);
      top: 0; }
    .portfolio4 .swiper-slide.swiper-slide-active img {
      object-fit: inherit; }
  .portfolio4 .swiper-slide__hover {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 10px;
    opacity: 0;
    transform-origin: bottom center;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 30px; }
    @media only screen and (max-width: 991px) {
      .portfolio4 .swiper-slide__hover {
        justify-content: center;
        gap: 10px; } }
    .portfolio4 .swiper-slide__hover::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }

.portfolio4 .swiper-button-prev,
.portfolio4 .swiper-button-next {
  width: 40px;
  height: 40px;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
  background-color: #7432ff;
  color: #ffffff;
  border-radius: 50%; }
  .portfolio4 .swiper-button-prev::after,
  .portfolio4 .swiper-button-next::after {
    font-size: 16px; }
  .portfolio4 .swiper-button-prev:hover,
  .portfolio4 .swiper-button-next:hover {
    background-color: #161e2e; }

.portfolio4 .swiper-button-next {
  right: 30px; }

.portfolio4 .swiper-button-prev {
  left: 30px; }

.theme-dark .portfolio4 {
  background-color: #161e2e; }

/*===============
  CONTACT
===============*/
.contact__item {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }
  .contact__item--ico {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #7432ff;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px; }
    .contact__item--ico i {
      font-size: 27px !important; }
    .contact__item--ico:before {
      content: '';
      background: #7432ff;
      position: absolute;
      inset: 0;
      opacity: 0.3; }
  .contact__item h4 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600; }
  .contact__item p {
    margin-bottom: 0; }

.contact__image {
  height: 100%;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #7432ff;
  border-radius: 5px 0px 0px 5px; }
  .contact__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contact__address {
  padding: 30px;
  position: relative;
  height: 100%; }
  @media only screen and (max-width: 1199px) {
    .contact__address {
      padding: 20px; } }
  .contact__address--single {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 55px 1fr;
    margin-bottom: 25px; }
    .contact__address--single--icon {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 30px;
      color: #7432ff;
      overflow: hidden;
      position: relative; }
      .contact__address--single--icon i {
        isolation: isolate; }
      .contact__address--single--icon:before {
        content: '';
        background: #7432ff;
        position: absolute;
        inset: 0;
        opacity: 0.3; }
    .contact__address--single--content h4 {
      margin-bottom: 10px;
      font-size: 22px;
      font-weight: 600; }
    .contact__address--single--content p {
      margin-bottom: 0; }

.contact__wrapper {
  background: #f0f4ff;
  overflow: hidden;
  border-radius: 10px; }

.contact__form {
  padding: 30px; }
  .contact__form label {
    font-weight: 500;
    color: #161e2e;
    margin-bottom: 5px;
    width: 100%; }
  @media only screen and (max-width: 1199px) {
    .contact__form {
      padding: 20px; } }

.email-success,
.email-failed,
.email-loading,
.success-msg,
.error-msg {
  text-align: center;
  padding: 10px;
  display: none; }

.email-loading img {
  width: 20px;
  margin: 0 auto; }

.email-failed .icon {
  font-size: 20px;
  position: relative;
  top: 5px; }

.email-failed .icon,
.email-success .icon,
.error-msg .icon,
.success-msg .icon {
  font-size: 20px;
  position: relative;
  top: 2px; }

.bg-one .contact__wrapper {
  background-color: #ffffff; }

.bg-one .contact__form input,
.bg-one .contact__form textarea {
  background-color: #f0f4ff; }

.theme-dark .contact {
  background-image: none;
  background-color: #0d1321; }
  .theme-dark .contact__wrapper {
    background: #161e2e; }
  .theme-dark .contact__form label {
    color: #ffffff; }
  .theme-dark .contact__form input, .theme-dark .contact__form textarea {
    background-color: #0d1321;
    color: #ffffff; }
  .theme-dark .contact.bg-one {
    background-color: #161e2e; }
    .theme-dark .contact.bg-one .contact__wrapper {
      background: #0d1321; }
    .theme-dark .contact.bg-one .contact__form input, .theme-dark .contact.bg-one .contact__form textarea {
      background-color: #161e2e; }

.screenshot-slider__image {
  margin-top: 10px; }
  .screenshot-slider__image img {
    border-radius: 30px; }
    @media only screen and (max-width: 575px) {
      .screenshot-slider__image img {
        margin: 0 auto; } }

.screenshot-slider__shape {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%); }
  @media only screen and (max-width: 1400px) {
    .screenshot-slider__shape {
      display: none; } }

.screenshot-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #7432ff;
  transition: 0.4s;
  padding: 5px; }
  .screenshot-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px; }

.screenshot__btn-prev {
  left: -30px;
  right: auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #7432ff;
  color: #ffffff;
  transition: all 0.5s;
  padding: 8px; }
  .screenshot__btn-prev::after {
    font-size: 16px; }
  .screenshot__btn-prev:hover {
    background-color: #161e2e; }
  @media only screen and (max-width: 1400px) {
    .screenshot__btn-prev {
      left: 15px; } }
  @media only screen and (max-width: 575px) {
    .screenshot__btn-prev {
      display: none; } }

.screenshot__btn-next {
  left: auto;
  right: -30px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #7432ff;
  color: #ffffff;
  transition: all 0.5s;
  padding: 8px; }
  .screenshot__btn-next::after {
    font-size: 16px; }
  .screenshot__btn-next:hover {
    background-color: #161e2e; }
  @media only screen and (max-width: 1400px) {
    .screenshot__btn-next {
      right: 15px; } }
  @media only screen and (max-width: 575px) {
    .screenshot__btn-next {
      display: none; } }

.gslide-media .gslide-image {
  background-color: #ffffff; }

.theme-dark .screenshot {
  background-color: #0d1321; }
  .theme-dark .screenshot__btn-prev:hover {
    background-color: #161e2e; }
  .theme-dark .screenshot__btn-next:hover {
    background-color: #161e2e; }

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6,
.sidebar p {
  margin-bottom: 16px; }

.sidebar__item {
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 20px; }
  .sidebar__item form p {
    margin-bottom: 0; }
  .sidebar__item form input,
  .sidebar__item form textarea {
    background-color: #f0f4ff; }
  .sidebar__item form input[type="submit"] {
    background-color: #7432ff; }
    .sidebar__item form input[type="submit"]:hover {
      background-color: #161e2e; }
  .sidebar__item .wp-block-search__inside-wrapper {
    display: block; }
    .sidebar__item .wp-block-search__inside-wrapper button {
      width: 100%;
      margin-top: 10px;
      border-radius: 35px;
      margin-left: 0;
      color: #ffffff;
      padding: 10px; }

.sidebar ul.wp-block-social-links li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .sidebar ul.wp-block-social-links li:not(:last-child) {
    margin-bottom: 0; }
  .sidebar ul.wp-block-social-links li::before {
    display: none; }

.sidebar ul li {
  position: relative;
  padding-left: 15px; }
  .sidebar ul li:not(:last-child) {
    margin-bottom: 15px; }
  .sidebar ul li a {
    color: #161e2e; }
    .sidebar ul li a svg {
      font-size: 24px !important; }
    .sidebar ul li a:hover {
      color: #7432ff; }
  .sidebar ul li::before {
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 14px;
    position: absolute;
    background-color: #7432ff;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(-50%); }

.theme-dark .sidebar__item {
  background-color: #0d1321; }
  .theme-dark .sidebar__item label {
    color: #ffffff; }
  .theme-dark .sidebar__item input, .theme-dark .sidebar__item textarea {
    background-color: #161e2e;
    color: #ffffff; }
  .theme-dark .sidebar__item caption {
    color: #ffffff; }

.theme-dark .sidebar__category-box {
  background-color: #0d1321; }
  .theme-dark .sidebar__category-box ul li a {
    color: #ffffff; }
    .theme-dark .sidebar__category-box ul li a:hover {
      color: #7432ff; }

.theme-dark .sidebar ul li a {
  color: #ffffff; }
  .theme-dark .sidebar ul li a:hover {
    color: #7432ff; }

.footer {
  background-color: #0d1321;
  color: #ffffff; }
  .footer__title {
    color: #ffffff; }
    .footer__title h3 {
      color: #ffffff; }
    @media only screen and (max-width: 575px) {
      .footer__title {
        text-align: center; } }
  .footer__subscribe {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: 0; }
    .footer__subscribe .btn__primary {
      border-radius: 50px;
      width: 160px; }
    .footer__subscribe input {
      margin-bottom: 0;
      background-color: #ffffff;
      border-radius: 50px;
      font-size: 18px;
      border: none; }
      .footer__subscribe input:focus {
        outline: none; }
    @media only screen and (max-width: 991px) {
      .footer__subscribe {
        width: 100%;
        display: block;
        background-color: inherit;
        padding: 0px;
        border-radius: 0px;
        border: none; }
        .footer__subscribe input {
          margin-bottom: 10px;
          border: 1px solid #161e2e;
          padding: 10px 20px; }
        .footer__subscribe .btn__primary {
          width: 100% !important; } }
  .footer__middle h4 {
    font-weight: 600;
    font-size: 22px;
    color: #ffffff; }
  .footer__middle a,
  .footer__middle p {
    color: #ffffff; }
  .footer__social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap; }
    .footer__social-icon li a {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffffff;
      color: #161e2e;
      transition: all 0.4s; }
      .footer__social-icon li a:hover {
        background-color: #7432ff;
        color: #ffffff; }
  .footer__bottom {
    padding: 15px 0;
    text-align: center; }
  @media only screen and (max-width: 575px) {
    .footer form {
      width: 80%;
      margin: 0 auto; } }
  @media only screen and (max-width: 380px) {
    .footer form {
      width: 100%; } }

.theme-dark .footer__subscribe {
  background-color: #161e2e; }
  .theme-dark .footer__subscribe input {
    background-color: #161e2e;
    color: #ffffff; }
  .theme-dark .footer__subscribe .btn__primary:hover span {
    color: #ffffff; }
  .theme-dark .footer__subscribe .btn__primary::before {
    background-color: #161e2e; }

.footer2 .footer__bottom {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .footer2 .footer__bottom {
      flex-direction: column;
      justify-content: center; }
      .footer2 .footer__bottom p {
        margin-bottom: 15px; } }

.blog-title {
  text-align: center; }
  .blog-title ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .blog-title ul li {
      list-style: none;
      font-weight: 500; }
      .blog-title ul li:not(:last-child) {
        margin-right: 15px; }
      .blog-title ul li a {
        color: #7432ff; }
        .blog-title ul li a:hover {
          color: #161e2e; }

.page-header {
  padding: 150px 0;
  position: relative; }
  .page-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .page-header__title {
    text-align: center;
    position: relative;
    z-index: 99; }
    .page-header__title ul {
      display: flex;
      gap: 15px;
      align-items: center;
      justify-content: center; }
    .page-header__title h1 {
      margin-bottom: 20px; }
  @media only screen and (max-width: 575px) {
    .page-header {
      padding: 100px 0; } }

.theme-dark .page-header {
  background-color: #0d1321; }
  .theme-dark .page-header h1 {
    color: #ffffff; }
  .theme-dark .page-header ul li {
    color: #ffffff; }
    .theme-dark .page-header ul li a {
      color: #ffffff; }

.theme-dark .blog-hero.bg-one {
  background-color: #0d1321; }
  .theme-dark .blog-hero.bg-one .blog-title {
    position: relative;
    z-index: 1; }
    .theme-dark .blog-hero.bg-one .blog-title h1 {
      color: #ffffff;
      margin-bottom: 20px; }
    .theme-dark .blog-hero.bg-one .blog-title ul li,
    .theme-dark .blog-hero.bg-one .blog-title ul a {
      color: #ffffff; }

.project-details .feature-text {
  margin: 20px 0; }
  .project-details .feature-text i {
    color: #7432ff; }

.project-details .footer__social-icon li a {
  background-color: #7432ff;
  color: #ffffff; }
  .project-details .footer__social-icon li a:hover {
    background-color: #161e2e; }

.project-details__info {
  padding: 25px;
  border-radius: 10px;
  background-color: #f0f4ff;
  margin-top: 30px; }
  .project-details__info p {
    margin-bottom: 0; }
  .project-details__info a {
    line-height: 1.8; }

.project-details .social-share {
  margin-top: 30px; }

.project-details .project-bottom {
  background-color: #f0f4ff;
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px; }
  .project-details .project-bottom p {
    margin-bottom: 8px; }

.theme-dark .project-details {
  background-color: #161e2e; }
  .theme-dark .project-details__info {
    background-color: #0d1321; }
  .theme-dark .project-details .project-bottom {
    background-color: #0d1321; }
  .theme-dark .project-details .footer__social-icon li a:hover {
    background-color: #0d1321; }

.all-blogs__card__single {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  transition: all 0.5s;
  box-shadow: 2px 0px 15px 5px rgba(1, 6, 33, 0.06); }
  .all-blogs__card__single:not(:last-child) {
    margin-bottom: 30px; }
  .all-blogs__card__single p {
    color: #4a4f61; }
  .all-blogs__card__single img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    max-height: 265px; }
  .all-blogs__card__single span {
    display: inline-block;
    padding: 5px 12px;
    background-color: #7432ff;
    color: #ffffff;
    font-size: 12px;
    border-radius: 30px; }
  .all-blogs__card__single h3 a {
    color: #161e2e; }
  .all-blogs__card__single h3:hover a {
    color: #7432ff; }
  .all-blogs__card__single__writer {
    display: flex;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap; }
    .all-blogs__card__single__writer img {
      width: 60px;
      height: auto;
      border-radius: 50%;
      margin-right: 10px; }
    .all-blogs__card__single__writer h5 a {
      color: #161e2e; }
    .all-blogs__card__single__writer h5:hover a {
      color: #7432ff; }

.all-blogs__pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  .all-blogs__pagination li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7432ff;
    transition: all 1s;
    cursor: pointer; }
    .all-blogs__pagination li a {
      transition: all 1s;
      color: #ffffff;
      background-color: #7432ff;
      border: none;
      border-radius: 50%; }
    .all-blogs__pagination li:hover {
      background-color: #0d1321; }
      .all-blogs__pagination li:hover a {
        background-color: #0d1321;
        color: #ffffff; }
  .all-blogs__pagination .pagination {
    margin-top: 20px; }

.page-item a {
  border-radius: 50% !important; }

.theme-dark .all-blogs {
  background-color: #161e2e; }
  .theme-dark .all-blogs__card__single {
    background-color: #0d1321; }
    .theme-dark .all-blogs__card__single P {
      color: #ffffff; }
    .theme-dark .all-blogs__card__single h3 a {
      color: #ffffff; }
    .theme-dark .all-blogs__card__single h3:hover a {
      color: #7432ff; }
    .theme-dark .all-blogs__card__single__writer h5 a {
      color: #ffffff; }
    .theme-dark .all-blogs__card__single__writer h5:hover a {
      color: #7432ff; }
  .theme-dark .all-blogs .blog__item__main::before {
    background-color: #0d1321; }
  .theme-dark .all-blogs .blog__item__hover::before {
    background-color: #0d1321; }
  .theme-dark .all-blogs .blogv2__single {
    border-bottom: 1px solid #0d1321; }

.blog-details__content .post__top__writer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px; }
  .blog-details__content .post__top__writer img {
    width: 60px;
    height: auto;
    border-radius: 50%;
    margin-right: 10px; }
  .blog-details__content .post__top__writer h5 {
    margin-bottom: 0; }

.blog-details__content .post__main__content ul {
  padding-left: 20px; }
  .blog-details__content .post__main__content ul li {
    list-style: auto; }

.blog-details__content .post__main__category {
  margin-top: 50px;
  padding: 25px;
  border-radius: 10px;
  background-color: #f0f4ff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%; }
  .blog-details__content .post__main__category .category,
  .blog-details__content .post__main__category .tags {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap; }
    .blog-details__content .post__main__category .category h5,
    .blog-details__content .post__main__category .tags h5 {
      margin-bottom: 0; }

.blog-details__content .post__main img {
  border-radius: 10px;
  max-height: 500px;
  object-fit: cover;
  width: 100%; }

.blog-details__content .post__main blockquote {
  background-color: #f0f4ff;
  padding: 25px;
  border-radius: 10px; }
  .blog-details__content .post__main blockquote i {
    font-size: 60px;
    display: inline-block; }

.blog-details__content .post__main__writer {
  margin-top: 50px;
  padding: 25px;
  border-radius: 10px;
  background-color: #f0f4ff; }
  .blog-details__content .post__main__writer h5 {
    margin-bottom: 0; }
    .blog-details__content .post__main__writer h5 a {
      text-transform: capitalize; }
  .blog-details__content .post__main__writer--details {
    display: flex;
    align-items: center; }
    .blog-details__content .post__main__writer--details img {
      width: 150px;
      height: auto;
      border-radius: 10px;
      margin: 0;
      margin-right: 20px; }
    @media only screen and (max-width: 480px) {
      .blog-details__content .post__main__writer--details {
        display: block; }
        .blog-details__content .post__main__writer--details img {
          display: inline-block;
          margin-bottom: 10px; } }

.blog-details__content .post__main ol li img {
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.blog-details__content .post__main .wp-block-comment-author-name a {
  font-weight: 700;
  font-size: 16px; }

.blog-details__content .post__main .wp-block-categories li a {
  width: 100%;
  padding: 8px 0;
  display: inline-block;
  border-bottom: 1px solid rgba(1, 6, 33, 0.06); }

.blog-details__content .post__bottom {
  padding-top: 25px; }
  .blog-details__content .post__bottom__previous-post {
    display: flex;
    margin-top: 25px;
    padding: 25px;
    border-radius: 10px;
    background-color: #f0f4ff; }
    .blog-details__content .post__bottom__previous-post img {
      width: 100px;
      height: auto;
      border-radius: 10px;
      margin: 0;
      margin-right: 20px; }
    @media only screen and (max-width: 480px) {
      .blog-details__content .post__bottom__previous-post {
        display: none; } }

.blog-details__content .social-share {
  margin-top: 50px;
  text-align: center; }
  .blog-details__content .social-share h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f4ff; }
  .blog-details__content .social-share .footer__social-icon {
    justify-content: center; }
    .blog-details__content .social-share .footer__social-icon li a {
      background-color: #7432ff;
      color: #ffffff !important; }
      .blog-details__content .social-share .footer__social-icon li a:hover {
        background-color: #161e2e; }

.blog-details__content .wp-block-tag-cloud a {
  background-color: #f0f4ff;
  padding: 5px 20px;
  line-height: 1.5;
  border-radius: 5px;
  margin-bottom: 10px; }

.blog-details__content .wp-block-archives-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 15px; }
  .blog-details__content .wp-block-archives-list li a {
    background-color: #f0f4ff;
    padding: 5px 20px;
    line-height: 1.5;
    border-radius: 5px;
    display: inline-block; }

.blog-details__content .wp-block-latest-posts li {
  padding: 10px 0px; }

.blog-details__content .wp-block-page-list li a {
  padding: 10px 0px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #f0f4ff; }

.blog-details .related-blogs {
  margin-top: 40px; }

.blog-details .wp-block-page-list .wp-block-navigation__submenu-container {
  padding: 10px; }

.blog-details .gallery-columns-3 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }
  .blog-details .gallery-columns-3 img {
    width: 100%;
    margin-bottom: 15px; }

.blog-details #gallery-1 .gallery-item {
  width: 31%; }

.blog-details .gallery-columns-3,
.blog-details .gallery-columns-4 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }
  .blog-details .gallery-columns-3 img,
  .blog-details .gallery-columns-4 img {
    width: 100%;
    margin-bottom: 15px; }

.blog-details #gallery-1 .gallery-item {
  width: 31%; }

.blog-details .wp-block-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .blog-details .wp-block-social-links li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7432ff;
    transition: all 0.4s; }
    .blog-details .wp-block-social-links li a svg {
      font-size: 16px;
      color: #ffffff; }
    .blog-details .wp-block-social-links li a:hover {
      background-color: #161e2e; }

.blog-details .wp-block-group {
  margin-bottom: 16px; }

.theme-dark .blog-details {
  background-color: #161e2e; }
  .theme-dark .blog-details .post__main .wp-block-categories li a {
    border-bottom: 1px solid #4a4f61; }
  .theme-dark .blog-details__content .post__main__category {
    background-color: #0d1321; }
  .theme-dark .blog-details__content .post__main blockquote {
    background-color: #0d1321; }
  .theme-dark .blog-details__content .post__main__writer {
    background-color: #0d1321; }
  .theme-dark .blog-details__content .post__bottom__previous-post {
    background-color: #0d1321; }
  .theme-dark .blog-details__content .wp-block-tag-cloud a {
    background-color: #0d1321; }
  .theme-dark .blog-details .blog3 {
    background-color: inherit; }
  .theme-dark .blog-details .wp-block-archives-list li a {
    background-color: #0d1321; }
  .theme-dark .blog-details .wp-block-page-list li {
    border-color: #4a4f61; }

.post-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }
  .post-categories li {
    margin-bottom: 0 !important; }
    .post-categories li a {
      display: inline-block;
      padding: 5px 12px;
      background-color: #7432ff;
      color: #ffffff;
      font-size: 12px;
      border-radius: 30px; }
      .post-categories li a:hover {
        color: #ffffff !important; }

.single-details p,
.single-details time,
.single-details h1,
.single-details h2,
.single-details h3,
.single-details h4,
.single-details h5,
.single-details h6 {
  margin-bottom: 16px; }

.single-details ul li {
  margin-bottom: 10px; }

.single-details img {
  width: 100%;
  border-radius: 5px; }

.not-found {
  padding: 200px 0; }
  .not-found h1 {
    font-size: 150px;
    color: #7432ff; }
  .not-found h3 {
    font-size: 75px; }
  .not-found p {
    font-size: 22px; }
  @media only screen and (max-width: 991px) {
    .not-found {
      padding: 150px 0; } }
  @media only screen and (max-width: 767px) {
    .not-found {
      padding: 100px 0; } }

.theme-dark .not-found {
  background-color: #161e2e; }
