/*  1. Template Colors
========================================================================== */
/* Helpers > _Classes.scss                                                    | ootancy */
/*** TABLE OF CONTENTS
======================================================
    0 /  colors
    1 /  spacing
    2 / Padding classes
    3 / Margin classes
    4 / Hidden classes
    5 / flex desiplay
    6 / border-radius
    7 / box-Shadows
    8 / Animations
    9 / Typography
    10 / OTHER
=================================================== ***/
/* =======================================================
  - - - - - - - - 0 / colors
========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400..900;1,400..900&display=swap');
* {
  font-family: "kufam", sans-serif;
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  color: #000;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 400px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-container {
  position: relative;
  display: flex;

  justify-content: center;
  align-items: center;
}
.swiper-container img {
  width: 50%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.swiper-wrapper {
  width: 50%;
  padding-right: 240px;
}
.swiper-button-prev {
  color: #892959;
}
.swiper-button-next {
  color: #892959;
}
/* Adjust other styles as needed */
.text-org {
  text-align: justify !important;
}
.container-bg {
  height: 100%;
  background-color: #000;
}
.section-bg {
  height: 100%;
  background-color: #000;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.Logo {
  width: 170px !important;
  margin-right: auto !important;
}
.text-fix {
  text-align: justify;
  text-justify: inter-word;
}
.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-high {
  height: 100vh;
  width: auto;
}
.logoImage {
  width: 170px;
  margin-right: auto;
}
.footerPadd {
  padding-left: 50px;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
}
.navbar {
  background-color: transparent;
}
.navbar-toggler-icon {
  color: #872959;
}
.navbar-toggler {
  background-color: white;
}
.navbar {
  transition: background-color 0.3s ease-in-out;
}

.navbar.scrolled {
  background-color: rgba(
    0,
    0,
    0,
    0.92
  ); /* Change to your desired background color */
}
/* .bg_effect {
  position: relative;
  background-image: url(../images/bg/bg-header.svg);
  background-repeat: no-repeat;
  background-position: center;
} */
.image-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 1px;
  border: 1px solid #171717; /* Border for the entire grid */
}

.image-grid div {
  border: 1px solid #1d1d1d; /* Border for each cell */
  padding: 20px; /* Padding for each cell */
  display: grid;
  justify-items: center; /* Horizontally center the content within the cell */
  align-items: center;
}

.image-grid img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.image-grid img:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bg-white {
  background: white !important;
}

.color-brand {
  color: #872959;
}

.half_hero {
  margin-top: -200px !important;
}

.space_half_hero {
  margin-top: 100px !important;
}

.bg-dark {
  background: #1f1c27 !important;
}

/* =======================================================
  - - - - - - - - 2 / spacing
========================================================== */
.blog_top_search_reset {
  height: 45px;
}

.top-15 {
  top: 15px;
}

.min_100 {
  margin-top: -100px;
}

.min_70 {
  margin-top: -70px;
}

.top_100 {
  height: 100px;
}

/* =======================================================
  - - - - - - - - 2 / Padding classes
========================================================== */
.p-0 {
  padding: 0 !important;
}

.p-helf {
  padding: 0.5px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-70 {
  padding: 70px;
}

.p-80 {
  padding: 80px;
}

.p-90 {
  padding: 90px;
}

.p-100 {
  padding: 10rem;
}

/* ------------------------------------ padding top*/
.pt-helf {
  padding-top: 0.5px;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

/* ------------------------------------ padding bottom*/
.pb-helf {
  padding-bottom: 0.5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 10rem;
}

/* ------------------------------------ padding bottom*/
.pl-helf {
  padding-left: 0.5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 10rem;
}

/* ------------------------------------ padding bottom*/
@media screen and (max-width: 576px) {
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .footer .copyright {
    padding-left: 22px;
  }
  .footer .footer-desc .logo {
    padding-left: 18px;
  }
  .footer .socialIcons h6 {
    font-size: 15px !important;
    padding-top: 17px;
  }
  .socialIcons ul li {
    margin-left: -8px;
  }
}

@media screen and (max-width: 576px) {
  .pl-sm-0 {
    padding-left: 0 !important;
  }
}

.pr-helf {
  padding-right: 0.5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 10rem;
}

/* =======================================================
  - - - - - - - - 2 / Margin classes
========================================================== */
@media screen and (max-width: 576px) {
  .mr-0-sm {
    margin-right: 0rem !important;
  }
}

.m-0 {
  margin: 0;
}

.m-helf {
  margin: 0.5px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.m-50 {
  margin: 50px;
}

.m-60 {
  margin: 60px;
}

.m-70 {
  margin: 70px;
}

.m-80 {
  margin: 80px;
}

.m-90 {
  margin: 90px;
}

.m-100 {
  margin: 10rem;
}

/* ------------------------------------ margin top*/
@media screen and (max-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-30_reset {
  margin-bottom: -30px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-helf {
  margin-top: 0.5px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

/* ------------------------------------ margin bottom*/
.mb-helf {
  margin-bottom: 0.5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-20_reset {
  margin-bottom: -20px;
}

.mb-30_reset {
  margin-bottom: -30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* ------------------------------------ padding bottom*/
.ml-helf {
  margin-left: 0.5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 10rem;
}

/* ------------------------------------ margin bottom*/
.mr-helf {
  margin-right: 0.5px;
}

.mr-100 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 10rem;
}

.w-100 {
  width: 100%;
}

.w-33 {
  width: 33.33%;
}

/* =======================================================
  - - - - - - - - 3 / hidden classes
========================================================== */
@media screen and (max-width: 992px) {
  .lg-hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .md-hidden {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .sm-hidden {
    display: none;
  }
}

/* =======================================================
  - - - - - - - - 5 /  flex desiplay
========================================================== */
.flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.flex.start {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex.center {
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .flex.md-center {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .flex.sm-center {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.flex.vcenter {
  -webkit-box-align: center;
  align-items: center;
}

.flex.end {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.flex.vend {
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex.between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex.is-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.white-link {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.white-link:hover {
  opacity: 0.7;
  color: #fff;
  font-size: 17px;
}

/* =======================================================
  - - - - - - - - 6 /  border-radius
========================================================== */
.border-rad5 {
  border-radius: 5px;
}

.border-rad10 {
  border-radius: 10px;
}

.border-rad15 {
  border-radius: 15px;
}

.border-rad20 {
  border-radius: 20px;
}

.border-rad50 {
  border-radius: 50px;
}

/* =======================================================
  - - - - - - - - 7 /  box-Shadows
========================================================== */
.light-shadow {
  box-shadow: 0px 10px 40px -10px rgba(209, 209, 209, 0.4);
  border: solid 1px #edf8fa;
  border-radius: 15px;
}

.simple-sh {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}

.light-shadow-bottom {
  box-shadow: 0 15px 40px -15px #edf8fa;
  border: solid 1px #edf8fa;
  border-radius: 15px;
}

.ultra-shadow {
  box-shadow: 0 8px 30px 0 #edf8fa;
  border: solid 1px #edf8fa;
}

/* =======================================================
  - - - - - - - - 8 /  Animations
========================================================== */
@-webkit-keyframes anim-up-down {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes anim-up-down {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.anim-up-down {
  -webkit-animation-name: anim-up-down;
  animation-name: anim-up-down;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes animbg {
  from {
    background-size: 130%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  50% {
    background-size: 120%;
    background-blend-mode: saturation;
    background-repeat: no-repeat;
  }

  to {
    background-size: 130%;
    background-repeat: no-repeat;
  }
}

@keyframes animbg {
  from {
    background-size: 130%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  50% {
    background-size: 120%;
    background-blend-mode: saturation;
    background-repeat: no-repeat;
  }

  to {
    background-size: 130%;
    background-repeat: no-repeat;
  }
}

@-webkit-keyframes anim2 {
  from {
    height: 120%;
    width: 120%;
  }

  50% {
    height: 170%;
    width: 170%;
  }

  70% {
    height: 120%;
    width: 120%;
  }

  to {
    height: 130%;
    width: 130%;
  }
}

@keyframes anim2 {
  from {
    height: 120%;
    width: 120%;
  }

  50% {
    height: 170%;
    width: 170%;
  }

  70% {
    height: 120%;
    width: 120%;
  }

  to {
    height: 130%;
    width: 130%;
  }
}

@-webkit-keyframes anim1 {
  from {
    height: 180%;
    width: 180%;
  }

  50% {
    height: 140%;
    width: 140%;
  }

  70% {
    height: 150%;
    width: 150%;
  }

  to {
    height: 180%;
    width: 180%;
  }
}

@keyframes anim1 {
  from {
    height: 180%;
    width: 180%;
  }

  50% {
    height: 140%;
    width: 140%;
  }

  70% {
    height: 150%;
    width: 150%;
  }

  to {
    height: 180%;
    width: 180%;
  }
}

/* =======================================================
  - - - - - - - - 9 /  Text floats
========================================================== */
.text-primary {
  color: #872959 !important;
}

/* ----------------------------- Font Size */
.font-s-100 {
  font-size: 10px;
}

.font-s-20 {
  font-size: 20px;
}

.font-s-30 {
  font-size: 30px;
}

.font-s-40 {
  font-size: 40px;
}

.font-s-50 {
  font-size: 50px;
}

.font-s-60 {
  font-size: 60px;
}

.font-s-70 {
  font-size: 70px;
}

.font-s-80 {
  font-size: 80px;
}

.font-s-90 {
  font-size: 90px;
}

.font-s-100 {
  font-size: 10rem;
}

/* ----------------------------- Font weight */
.font-w-400 {
  font-weight: 400 !important;
}

.font-w-500 {
  font-weight: 500 !important;
}

.font-w-600 {
  font-weight: 600 !important;
}

/* ----------------------------- Text floats */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-deco {
  text-decoration: underline;
}

/* =======================================================
  - - - - - - - - 10 /  OTHER
========================================================== */
.before-none::before {
  content: none !important;
}

/* ----------------------------- display none classes  */
@media screen and (max-width: 576px) {
  .sm-none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .lg-none {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .xl-none {
    display: none;
  }
}

/* ------------------------------------ display block classes  */
@media screen and (max-width: 576px) {
  .sm-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .md-block {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .lg-block {
    display: block;
  }
}

@media screen and (max-width: 1400px) {
  .xl-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
}

.top-border {
  border-top: solid 1px #f3f3f3;
}

.min-30 {
  margin-bottom: -30px;
}

.min-40 {
  margin-bottom: -40px;
}

.mt-section {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}

.text-primary:hover {
  color: #872959 !important;
}

.rounded {
  position: absolute;
  width: 100%;
  top: -11px;
}

@media screen and (max-width: 992px) {
  .rounded {
    top: -1px;
  }
}

.top-0 {
  top: 0 !important;
}

.mb-70 {
  margin-bottom: 70px;
}

.min-20 {
  margin-bottom: -20px;
}

.text-copyright {
  color: rgba(255, 255, 255, 0.548) !important;
}

.max-30 {
  max-width: 30rem;
}

.max-20 {
  max-width: 20rem;
}

.text-blue {
  color: #563cc9 !important;
}

.bg-blue {
  background: #563cc9 !important;
}

.hover-blue:hover {
  color: #563cc9 !important;
}

.bg-opacity {
  background: rgba(0, 0, 0, 0.082);
}

.text-secondary {
  color: #20113a !important;
}

.bg-pattern {
  position: relative;
  z-index: 1;
}

.bg-pattern::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: -1;
}

.min-60 {
  margin-bottom: -60px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.spacer_header {
  height: 100px;
}

.spacer_header_top {
  height: 154px;
}

.spacer_10 {
  height: 10px;
}

.spacer_bottom {
  padding-bottom: 90px;
}

.color_primary {
  color: #872959 !important;
}

.overlay {
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
}

/* This class can be replaced using options */
.hover-in {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.hover-out {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.number_loader {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: black;
  pointer-events: none;
  -webkit-animation: fadeout 0.5s linear forwards;
  animation: fadeout 0.5s linear forwards;
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.page {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
  -webkit-animation: page 1s cubic-bezier(0.4, 0, 0.2, 1);
  animation: page 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 6.6s;
  animation-delay: 6.6s;
}

@-webkit-keyframes page {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes page {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.valid-feedback {
  margin-top: 5px;
  color: #49d890;
}

.invalid-feedback {
  color: #de4b53;
}

.is_dark {
  background: #1f1c27 !important;
}

.spacer_45 {
  height: 45px;
}

.line-text {
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #ffffff;
}

.has-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.has-icon ion-icon {
  font-size: 22px;
  margin-right: 10px;
  height: 30px;
  width: 30px;
}

/*--------------------------------------------------------------
## Include Fonts
--------------------------------------------------------------*/
/* @font-face {
  font-family: "SpaceGrotesk_Bold";
  src: url("../fonts/SpaceGrotesk-Bold.ttf") format("truetype");
}
@import url("https://use.typekit.net/wtk4cob.css");

@font-face {
  font-family: "SpaceGrotesk";
  src: url("../fonts/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
	font-family: "kufam";
	src: url("https://use.typekit.net/af/cb5988/00000000000000003b9b12dd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/cb5988/00000000000000003b9b12dd/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/cb5988/00000000000000003b9b12dd/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "kufam";
	src: url("https://use.typekit.net/af/30fd2a/00000000000000003b9b12df/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/30fd2a/00000000000000003b9b12df/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/30fd2a/00000000000000003b9b12df/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "kufam";
	src: url("https://use.typekit.net/af/69d5b6/00000000000000003b9b12e2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/69d5b6/00000000000000003b9b12e2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/69d5b6/00000000000000003b9b12e2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
} */

/*@font-face {
	font-family: "kufam";
	src: url("../fonts/") format("truetype");
	font-display: auto;
	font-style: normal;
	font-weight: 800;
}*/

/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
.pace-running > *:not(.pace) {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
}

/* .animsition-loading {
  background-color: transparent;
  height: 4rem;
  width: 4rem;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #01A19A;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
  z-index: 99999999;
} */

body {
  font-family: "kufam", sans-serif;
  font-size: 17px;
  letter-spacing: 0.3px;
  background: #000;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
/* 
body.black {
  background: #000;
} */
/*  */
body.dark_skin {
  background: black;
  color: #fff;
}

body.dark_skin dl,
body.dark_skin ol,
body.dark_skin ul,
body.dark_skin h1,
body.dark_skin h2,
body.dark_skin h3,
body.dark_skin h4,
body.dark_skin h5,
body.dark_skin h6 {
  color: white;
}

body.dark_skin p {
  color: #b6b6b6;
}

body .bg_dark {
  color: #1f1c27 !important;
  color: #fff;
}

body .bg_dark dl,
body .bg_dark ol,
body .bg_dark ul,
body .bg_dark h1,
body .bg_dark h2,
body .bg_dark h3,
body .bg_dark h4,
body .bg_dark h5,
body .bg_dark h6 {
  color: white;
}

body .bg_dark p {
  color: #b6b6b6;
}

.container {
  width: 1000px;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .swiper-pagination {
    display: none;
  }
}

@media only screen and (min-width: 1510px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .container {
    width: 100%;
  }
}

dl,
ol,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

section:focus {
  outline: none !important;
}

a {
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.text-grey {
  color: grey;
}

a:hover {
  text-decoration: none;
  color: #872959 !important;
}

li {
  list-style: none;
}

/* .animsition-overlay-slide {
  background-color: black !important;
  z-index: 9999999;
} */

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-size: 3rem;
  color: #fff;
}

p {
  color: #b6b6b6;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #872959 !important;
  opacity: 0.8;
}

#overlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #4a4a4a;
}

.font2 {
  font-family: "kufam";
}

.font2 h1,
.font2 h2,
.font2 h3,
.font2 h4,
.font2 h5,
.font2 h6 {
  font-family: "kufam";
}

.font2 .navbar a {
  font-family: "kufam";
}

.font2 a {
  font-family: "kufam";
}

[data-aos="anim1"] {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: -webkit-transform 0.2s
    cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-aos="anim1"].aos-animate {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-aos="anim2"] {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: -webkit-transform 0.2s
    cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-aos="anim2"].aos-animate {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-aos="anim1"]:before {
  content: "";
  background: #10131a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 0% 0px;
  transform-origin: 0% 0% 0px;
  -webkit-animation: reveal 1s 0s ease-in-out forwards;
  animation: reveal 1s 0s ease-in-out forwards;
  z-index: 1;
}

[data-aos="anim1"].aos-animate {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slick-dots {
  margin-top: 20px;
}

.slick-dots li {
  border: none;
  background-color: rgba(90, 82, 255, 0.4);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 50%;
}

.slick-dots li:hover {
  background: #872959;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border: solid 1px #872959;
}

.slick-dots .slick-active {
  background: #872959;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.slick-dots li button:before {
  width: 15px;
  height: 15px;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
}

.slick-dots li {
  width: 15px;
  height: 15px;
}

.slick-dots {
  bottom: -20px;
}

.ip-header {
  position: fixed;
  top: 0;
  z-index: 9999999999999999999;
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: flex;
}

.ip-logo,
.ip-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.ip-logo {
  top: 0;
  height: 100%;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.ip-loader {
  bottom: 20%;
}

.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.ip-header .ip-logo svg {
  min-width: 320px;
  max-width: 480px;
  width: 25%;
}

.ip-header .ip-logo svg path {
  fill: #872959;
}

.ip-header .ip-loader svg path {
  fill: none;
  stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #fff;
}

.ip-header .ip-loader svg path.ip-loader-circle {
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;
  stroke: #872959;
}

/* Content */
.ip-main {
  overflow: hidden;
}

/* Animations */
/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
  opacity: 1;
  -webkit-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loading .ip-loader {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
  }
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0);
  }
}

/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
  opacity: 1;
}

.loaded .ip-loader {
  -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

/* Change the color of the logo */
.loaded .ip-logo svg path {
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  fill: #fff;
}

/* Header animation when loading finishes */
.loaded .ip-header {
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* No JS */
.no-js .ip-header {
  position: relative;
  min-height: 0px;
}

.no-js .ip-header .ip-logo {
  margin-top: 20px;
  height: 180px;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .ip-header .ip-logo svg path {
  fill: #fff;
}

.slick-list {
  margin-bottom: 20px;
}

.dark-bg {
  background: #0e0d12;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/icons/loader.gif ") center no-repeat #fff;
  background-size: 5rem;
}

.top-bg-secondary {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(32, 17, 58, 0.2)),
    color-stop(50%, white)
  );
  background: linear-gradient(rgba(32, 17, 58, 0.2) 0%, white 50%);
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100vh;
  width: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #872959;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #872959, 0 0 5px #872959;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  width: 50px;
  height: 50px;
  border: solid 3px transparent;
  border-top-color: #736cff;
  border-left-color: #872959;
  border-radius: 50%;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.dropzone {
  padding: 5rem 1rem;
  background-color: #fff;
  border: 2px dashed #c6d3e6;
  border-radius: 0.375rem;
  text-align: center;
  color: #869ab8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-ordinal-group: 0;
  order: -1;
  cursor: pointer;
  z-index: 999;
  margin-bottom: 20px;
  margin-top: 2px;
}

.dropzone p {
  color: #526692;
}

.dropzone:hover {
  background-color: rgba(241, 242, 248, 0.562);
}

.dropzone:hover p {
  color: #1f1c27;
}

.slick-dots {
  bottom: -2rem;
}

.slick-dots button::after {
  content: none;
}

.slick-dots li button {
  box-shadow: none;
}

.ms-left .ms-section div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
}

.ms-right .ms-section div {
  padding: 0 15%;
}

/* .navigation1 {
  bottom: 30px;
  position: fixed;
  text-align: right;
  right: 40px;
  z-index: 99999;
}

.navigation1 ul {
  margin: 0;
  padding: 0;
}

.navigation1 ul li {
  display: inline-block;
}

.navigation1 ul li span i {
  border: 1px solid #999;
  border-radius: 100%;
  color: #999;
  font-size: 21px;
  padding: 7px 11px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} */

.portfolio_masonry img {
  width: 100%;
  margin-bottom: 1rem;
}

.portfolio_masonry .grid {
  display: -webkit-box;
  display: flex;
}

.portfolio_masonry .is_big {
  -webkit-box-flex: 30% !important;
  flex: 30% !important;
}

.portfolio_masonry .grid-col {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 0 0.1em;
}

.portfolio_masonry .grid-col--2,
.portfolio_masonry .grid-col--3 {
  display: none;
}

.portfolio_masonry .content {
  position: absolute;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  color: white;
  padding: 1rem 2rem;
  margin-top: 0;
}

.portfolio_masonry .content h2 {
  margin: 0.2em 0.5em;
  font-size: 1em;
}

@media (min-width: 768px) {
  .portfolio_masonry h1 {
    margin: 3em 0;
  }

  .portfolio_masonry .grid-col--2 {
    display: block;
  }

  .portfolio_masonry .grid-col {
    padding: 0 0.5em;
  }

  .portfolio_masonry .content {
    opacity: 0;
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .portfolio_masonry .grid-item:hover {
    cursor: pointer;
  }

  .portfolio_masonry .grid-item:hover .content {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 1080px) {
  .portfolio_masonry .grid-col--3 {
    display: block;
  }

  .portfolio_masonry h1 {
    margin: 5em 0;
  }
}

.font-titles {
  font-family: "kufam", sans-serif;
}

.heading {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "kufam", sans-serif !important;
  font-weight: bold;
  text-align: inherit;
  position: relative;
  color: #1f1c27;
  letter-spacing: -0.01em;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  margin: 0;
}

h1.heading-md,
h1.heading-sm,
h2.heading-md,
h2.heading-sm,
h3.heading-md,
h3.heading-sm,
h4.heading-md,
h4.heading-sm,
h5.heading-md,
h5.heading-sm,
h6.heading-md,
h6.heading-sm {
  margin: 5px 0px;
  font-weight: 600;
}

h1.heading-sm,
h2.heading-sm,
h3.heading-sm,
h4.heading-sm,
h5.heading-sm,
h6.heading-sm {
  margin: 10px 0 !important;
}

h1.heading-md,
h2.heading-md,
h3.heading-md,
h4.heading-md,
h5.heading-md,
h6.heading-md {
  margin: 20px 0 !important;
}

a {
  color: #872959;
}

a:hover {
  color: #872959;
}

h1 {
  font-size: calc(46px + 26 * ((100vw - 576px) / 1024));
  line-height: 1;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 46px;
  }
}

@media screen and (min-width: 1600px) {
  h1 {
    font-size: 72px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    line-height: 1 !important;
  }
}

h2 {
  font-size: calc(40px + 14 * ((100vw - 576px) / 1024));
  line-height: 1.05;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1600px) {
  h2 {
    font-size: 54px;
  }
}

h3 {
  font-size: calc(36px + 4 * ((100vw - 576px) / 1024));
  line-height: 1.1;
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1600px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: calc(24px + 2 * ((100vw - 576px) / 1024));
  line-height: 1.35;
}

@media screen and (max-width: 576px) {
  h4 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: calc(19px + 1 * ((100vw - 576px) / 1024));
  line-height: 1.3;
}

@media screen and (max-width: 576px) {
  h5 {
    font-size: 19px;
  }
}

@media screen and (min-width: 1600px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 1.05em;
  line-height: 1.3;
  letter-spacing: 0;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
p {
  width: 100%;
  margin: 10px auto;
  display: block;
}

p.text-small {
  font-size: 0.94rem;
}

.has-regular-font-size {
  font-size: 16px;
  font-family: inherit;
}

.has-extra-small-font-size {
  font-size: 0.867em;
}

.has-small-font-size {
  font-size: 0.934em;
}

.has-large-font-size {
  font-size: 1.6875em;
  font-weight: 500;
}

.has-larger-font-size {
  font-size: 1.9875em;
}

.text-wrap {
  margin: 6px 0;
}

.text-wrap *:first-child {
  margin-top: 0;
}

.text-split p {
  padding-left: 10px;
  padding-right: 10px;
}

.text-split p:first-child {
  padding-left: 0;
}

.text-split p:last-child {
  padding-right: 0;
}

.blockquote {
  border-left: solid 10px #f3f2fc;
  padding-left: 20px;
}

.text_line {
  text-align: center;
  padding: 0 10px;
  position: relative;
  background: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.has_line {
  position: relative;
  -webkit-transform: translateY(44px);
  transform: translateY(44px);
  width: 100%;
  height: 2px;
  background: #eaeaee;
  bottom: 29px;
}

/* ====================================================
- - - - - - - - - 0/ Generale
=====================================================*/
input[type="submit"],
button,
.btn,
a.btn input.btn,
a.button,
span.button,
div.button {
  background-color: #1f1c27;
  border: 1px solid transparent;
  color: white;
  padding: 14px 18px;
  min-height: 20px;
  line-height: 20px;
  border-radius: 4px;
  font-family: "kufam", sans-serif;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
  will-change: transform, box-shadow;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 -100px 0 rgba(0, 0, 0, 0) inset;
}

input[type="submit"]::after,
button::after,
.btn::after,
a.btn input.btn::after,
a.button::after,
span.button::after,
div.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#000)
  );
  background: linear-gradient(to bottom, #fff 0%, #000 100%);
  z-index: 1;
  opacity: 0.05;
}

input[type="submit"]:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
button:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
.btn:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
a.btn input.btn:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
a.button:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
span.button:not(.btn-outline):not(.btn-flat):not(.btn-link) .text,
div.button:not(.btn-outline):not(.btn-flat):not(.btn-link) .text {
  color: #fff;
}

input[type="submit"]:before,
button:before,
.btn:before,
a.btn input.btn:before,
a.button:before,
span.button:before,
div.button:before {
  display: none;
}

input[type="submit"] ion-icon,
button ion-icon,
.btn ion-icon,
a.btn input.btn ion-icon,
a.button ion-icon,
span.button ion-icon,
div.button ion-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  font-size: 20px;
  position: relative;
  stroke: 2px;
  min-width: 20px;
  height: 20px;
}

input[type="submit"] ion-icon-left,
button ion-icon-left,
.btn ion-icon-left,
a.btn input.btn ion-icon-left,
a.button ion-icon-left,
span.button ion-icon-left,
div.button ion-icon-left {
  margin-right: 5px;
}

input[type="submit"] ion-icon-right,
button ion-icon-right,
.btn ion-icon-right,
a.btn input.btn ion-icon-right,
a.button ion-icon-right,
span.button ion-icon-right,
div.button ion-icon-right {
  margin-left: 5px;
}

input[type="submit"]:not(.text-hover):hover .icon.icon-right:before,
input[type="submit"]:not(.text-hover):hover .icon.icon-right svg,
button:not(.text-hover):hover .icon.icon-right:before,
button:not(.text-hover):hover .icon.icon-right svg,
.btn:not(.text-hover):hover .icon.icon-right:before,
.btn:not(.text-hover):hover .icon.icon-right svg,
a.btn input.btn:not(.text-hover):hover .icon.icon-right:before,
a.btn input.btn:not(.text-hover):hover .icon.icon-right svg,
a.button:not(.text-hover):hover .icon.icon-right:before,
a.button:not(.text-hover):hover .icon.icon-right svg,
span.button:not(.text-hover):hover .icon.icon-right:before,
span.button:not(.text-hover):hover .icon.icon-right svg,
div.button:not(.text-hover):hover .icon.icon-right:before,
div.button:not(.text-hover):hover .icon.icon-right svg {
  -webkit-animation: hoverBtn ease-out 0.3s;
  animation: hoverBtn ease-out 0.3s;
}

input[type="submit"]:not(.text-hover):hover .icon.icon-left:before,
input[type="submit"]:not(.text-hover):hover .icon.icon-left svg,
button:not(.text-hover):hover .icon.icon-left:before,
button:not(.text-hover):hover .icon.icon-left svg,
.btn:not(.text-hover):hover .icon.icon-left:before,
.btn:not(.text-hover):hover .icon.icon-left svg,
a.btn input.btn:not(.text-hover):hover .icon.icon-left:before,
a.btn input.btn:not(.text-hover):hover .icon.icon-left svg,
a.button:not(.text-hover):hover .icon.icon-left:before,
a.button:not(.text-hover):hover .icon.icon-left svg,
span.button:not(.text-hover):hover .icon.icon-left:before,
span.button:not(.text-hover):hover .icon.icon-left svg,
div.button:not(.text-hover):hover .icon.icon-left:before,
div.button:not(.text-hover):hover .icon.icon-left svg {
  animation: hoverBtn ease-out 0.3s reverse;
}

input[type="submit"]:not(.text-hover):hover .icon:before,
button:not(.text-hover):hover .icon:before,
.btn:not(.text-hover):hover .icon:before,
a.btn input.btn:not(.text-hover):hover .icon:before,
a.button:not(.text-hover):hover .icon:before,
span.button:not(.text-hover):hover .icon:before,
div.button:not(.text-hover):hover .icon:before {
  color: inherit;
}

@-webkit-keyframes hoverBtn {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  51% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1;
  }

  52% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  53% {
    opacity: 0;
  }

  54% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes hoverBtn {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  51% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1;
  }

  52% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  53% {
    opacity: 0;
  }

  54% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus,
a.btn input.btn:hover,
a.btn input.btn:focus,
a.button:hover,
a.button:focus,
span.button:hover,
span.button:focus,
div.button:hover,
div.button:focus {
  color: #fff;
  opacity: 0.9;
  outline: none;
  box-shadow: inherit;
  opacity: 0.9;
}

input[type="submit"].btn-white,
button.btn-white,
.btn.btn-white,
a.btn input.btn.btn-white,
a.button.btn-white,
span.button.btn-white,
div.button.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #1f1c27;
}

input[type="submit"].btn-white:hover,
button.btn-white:hover,
.btn.btn-white:hover,
a.btn input.btn.btn-white:hover,
a.button.btn-white:hover,
span.button.btn-white:hover,
div.button.btn-white:hover {
  background-color: white;
  color: #fff;
}

input[type="submit"].text-hover,
button.text-hover,
.btn.text-hover,
a.btn input.btn.text-hover,
a.button.text-hover,
span.button.text-hover,
div.button.text-hover {
  overflow: hidden;
  position: relative;
}

input[type="submit"].text-hover .icon,
input[type="submit"].text-hover .text,
button.text-hover .icon,
button.text-hover .text,
.btn.text-hover .icon,
.btn.text-hover .text,
a.btn input.btn.text-hover .icon,
a.btn input.btn.text-hover .text,
a.button.text-hover .icon,
a.button.text-hover .text,
span.button.text-hover .icon,
span.button.text-hover .text,
div.button.text-hover .icon,
div.button.text-hover .text {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

input[type="submit"].text-hover .icon,
button.text-hover .icon,
.btn.text-hover .icon,
a.btn input.btn.text-hover .icon,
a.button.text-hover .icon,
span.button.text-hover .icon,
div.button.text-hover .icon {
  max-width: 100%;
  text-align: center;
  height: 26px;
  position: absolute;
  top: calc(50% - 10px);
  font-size: 20px;
  left: 50%;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

input[type="submit"].text-hover .text,
button.text-hover .text,
.btn.text-hover .text,
a.btn input.btn.text-hover .text,
a.button.text-hover .text,
span.button.text-hover .text,
div.button.text-hover .text {
  display: inline-block;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  opacity: 0;
}

input[type="submit"].text-hover:hover .icon,
button.text-hover:hover .icon,
.btn.text-hover:hover .icon,
a.btn input.btn.text-hover:hover .icon,
a.button.text-hover:hover .icon,
span.button.text-hover:hover .icon,
div.button.text-hover:hover .icon {
  -webkit-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);
  opacity: 0;
}

input[type="submit"].text-hover:hover .text,
button.text-hover:hover .text,
.btn.text-hover:hover .text,
a.btn input.btn.text-hover:hover .text,
a.button.text-hover:hover .text,
span.button.text-hover:hover .text,
div.button.text-hover:hover .text {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

p a.btn:hover {
  text-decoration: none;
}

button[disabled].btn-white:hover,
input[type="submit"][disabled].btn-white:hover {
  background-color: #fff;
  color: #1f1c27;
}

button[disabled].btn-primary:hover,
input[type="submit"][disabled].btn-primary:hover {
  background-color: #9288f2;
  color: #fff;
}

/*--------------------------------------------------------------
### Buttons: outline
--------------------------------------------------------------*/
.btn-outline,
input[type="submit"].btn-outline,
a.btn-outline,
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: currentColor;
}

.btn-outline:after,
.btn-outline:before,
input[type="submit"].btn-outline:after,
input[type="submit"].btn-outline:before,
a.btn-outline:after,
a.btn-outline:before,
.is-style-outline .wp-block-button__link:after,
.is-style-outline .wp-block-button__link:before {
  display: none;
}

.btn-outline:hover,
.btn-outline:focus,
input[type="submit"].btn-outline:hover,
input[type="submit"].btn-outline:focus,
a.btn-outline:hover,
a.btn-outline:focus,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus {
  background-color: #872959;
  color: #fff;
}

.btn-outline.btn-white,
input[type="submit"].btn-outline.btn-white,
a.btn-outline.btn-white,
.is-style-outline .wp-block-button__link.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline.btn-white:hover,
input[type="submit"].btn-outline.btn-white:hover,
a.btn-outline.btn-white:hover,
.is-style-outline .wp-block-button__link.btn-white:hover {
  background-color: #fff;
  color: #1f1c27;
}

.btn-outline.disabled:hover,
input[type="submit"].btn-outline.disabled:hover,
a.btn-outline.disabled:hover,
.is-style-outline .wp-block-button__link.disabled:hover {
  background-color: transparent;
  color: #1f1c27;
  border-color: #1f1c27;
  cursor: default;
}

/*--------------------------------------------------------------
### Buttons: loading spinner
--------------------------------------------------------------*/
.btn-loading {
  box-shadow: none;
}

.btn-loading:before {
  content: "";
  position: relative;
  display: inline-block !important;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  bottom: auto;
  left: auto;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  -webkit-animation: 0.8s rotate cubic-bezier(0.99, 0.71, 0.22, 0.68) infinite;
  animation: 0.8s rotate cubic-bezier(0.99, 0.71, 0.22, 0.68) infinite;
}

.btn-loading.btn-outline:before,
.btn-loading.btn:before {
  margin-right: 8px;
}

.btn-loading:before {
  vertical-align: top;
  margin-top: 1px;
}

.btn-loading .ion-left {
  display: none;
}

.btn-loading:hover {
  -webkit-transition: none;
  transition: none;
}

.btn-loading:hover:before {
  background: transparent;
  width: 18px;
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/* =====================================================
- - - - - - - - - 1/ Button sizes
======================================================*/
.btn-sm {
  padding: 0.3rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.btn-lg {
  padding: 0.7rem 2rem;
  font-size: 17px;
  line-height: 1.7;
}

/* ==================================================+===
- - - - - - - - - 2/ Button variations
=======================================================*/
.btn-primary {
  background: #892959;
  color: #fff;
  border: 2px solid transparent;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn-primary2 {
  background: #9288f2;
  color: #fff;
  border: 2px solid transparent;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn-primary.btn-sh {
  box-shadow: 0 14px 35px -11px #872959;
}

.btn-primary.btn-outline {
  border: solid 2px #872959;
  background: transparent !important;
  color: #872959;
}

.btn-primary.btn-outline-bottom {
  border-bottom: solid 3px #872959;
  background: transparent !important;
  color: #872959 !important;
}

.btn-primary.btn-hover-line:hover {
  background: transparent;
  border: solid 2px #9288f2;
  color: #872959;
}

.btn-primary:hover {
  outline: none;
  background: #9288f2 !important;
  border: solid 2px #9288f2;
}

.btn-secondary {
  background: #20113a;
  color: #fff;
  border: solid 2px #20113a;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn-secondary:hover {
  background: #0a0513 !important;
  border: solid 2px #0a0513 !important;
  color: #fff;
}

.btn-secondary.btn-sh {
  box-shadow: 0 14px 35px -11px #20113a;
}

.btn-secondary.btn-outline {
  border: solid 2px #20113a;
  background: transparent !important;
  color: #20113a;
}

.btn-secondary.btn-outline-bottom {
  border-bottom: solid 3px #20113a;
  background: transparent !important;
  color: #872959 !important;
}

.btn-secondary.btn-hover-line:hover {
  background: transparent;
  border: solid 2px #20113a;
  color: #20113a;
}

.btn-white {
  background: #949ba9;
  color: #fff;
  border: solid 1px #f3f3f3 !important;
}

.btn-white.btn-outline {
  color: white;
  border: solid 2px white;
}

.btn-white:hover {
  opacity: 0.8;
  color: #000000 !important;
  box-shadow: 0 9px 6px rgba(0, 0, 0, 0.1), 0 -50px 0 rgba(0, 0, 0, 0) inset;
}

.btn-red {
  background: #ff5f7c;
  color: #fff;
  border: solid 1px #ff5f7c;
}

.btn-green {
  background: #54eb9f;
  color: #fff;
  border: solid 1px #54eb9f;
}

.btn-dark {
  background: #1f1c27;
  color: #fff;
  border: solid 1px #1f1c27;
}

.btn-dark:hover {
  color: #872959;
  background: #1f1c27;
  border: solid 1px #1f1c27;
}

.btn-dark.btn-sh {
  box-shadow: 0 14px 35px -11px #1f1c27;
}

.btn-dark.btn-outline {
  border: solid 2px #1f1c27;
  background: transparent !important;
  color: #1f1c27;
}

.btn-dark.btn-outline-bottom {
  border-bottom: solid 3px #1f1c27;
  background: transparent !important;
  color: #1f1c27;
}

/* ==================================================+===
- - - - - - - - - 3 / outher button
=======================================================*/
button.close {
  height: 2rem;
  width: 2rem;
  border-radius: 50px;
  position: relative;
}

button.close::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  height: 20px;
  width: 40px;
  background-image: url(../images/others/deco_plus.svg);
  background-size: contain;
  opacity: 0.5;
  background-repeat: no-repeat;
}

button.close:hover {
  color: white;
  outline: none;
  box-shadow: none;
  border: none;
}

/*--------------------------------------------------------------
### Custom Select
--------------------------------------------------------------*/
.select-holder {
  position: relative;
}

.select-holder:after {
  content: "\f3d0";
  font-family: "Ionicons";
  font-weight: 600;
  font-size: 13px;
  position: absolute;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  z-index: 10;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

select {
  cursor: pointer;
  display: inline-block;
  padding: 0 15px 0 15px !important;
  height: 62px;
}

textarea {
  padding: 15px !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  background: 0 0;
  color: #232226;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-bottom: solid 2px #413a4d !important;
  width: 100%;
  padding: 30px 15px;
  line-height: 1.3;
  font-weight: 400;
  font-size: inherit;
  border-radius: 4px;
  position: relative;
  -webkit-appearance: none;
  box-shadow: 0 7px 9px rgba(29, 14, 98, 0.05);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  outline: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border: solid 0px transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-bottom: solid 2px #168acb !important;
}

input[type="text"].is-valid,
input[type="password"].is-valid,
input[type="email"].is-valid,
input[type="tel"].is-valid,
input[type="number"].is-valid,
select.is-valid,
textarea.is-valid {
  border-bottom: solid 3px #49d890 !important;
  border: 1px solid #e2e4e9;
  padding-right: calc(1.5em + 0.75rem);
  background: none !important;
}

input[type="text"].is-valid:focus,
input[type="password"].is-valid:focus,
input[type="email"].is-valid:focus,
input[type="tel"].is-valid:focus,
input[type="number"].is-valid:focus,
select.is-valid:focus,
textarea.is-valid:focus {
  border-bottom: solid 3px #49d890 !important;
  border: 1px solid #e2e4e9;
  outline: 0;
  box-shadow: none;
}

input[type="text"].is-invalid,
input[type="password"].is-invalid,
input[type="email"].is-invalid,
input[type="tel"].is-invalid,
input[type="number"].is-invalid,
select.is-invalid,
textarea.is-invalid {
  border-bottom: solid 3px #de4b53 !important;
  border: 1px solid #e2e4e9;
  padding-right: calc(1.5em + 0.75rem);
  background: none;
}

input[type="text"].is-invalid:focus,
input[type="password"].is-invalid:focus,
input[type="email"].is-invalid:focus,
input[type="tel"].is-invalid:focus,
input[type="number"].is-invalid:focus,
select.is-invalid:focus,
textarea.is-invalid:focus {
  border-bottom: solid 3px #de4b53 !important;
  border: 1px solid #e2e4e9;
  outline: 0;
  box-shadow: none;
}

.form-group {
  margin-bottom: 30px;
}

.input-group-text {
  padding: 0.375rem 20px !important;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #e2e4e9;
  border-radius: 0.25rem;
}

.textarea {
  width: 100%;
  height: 150px;
  resize: vertical;
}

label {
  color: #77748f;
}

/*--------------------------------------------------------------
### Radio Checkbox
--------------------------------------------------------------*/
.radio {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}

.radio + label {
  text-transform: none;
  font-weight: normal;
  color: inherit;
  vertical-align: middle;
}

.radio input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.radio input:checked {
  cursor: default;
}

.radio input:checked + .input:after {
  background: #1f1c27;
}

.radio .input {
  background: rgba(20, 20, 22, 0.03);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.radio .input:after {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.radio:hover .input:after {
  background: #1f1c27;
}

.radio:hover input:checked + .input:after {
  background: #1f1c27;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: white;
  background-color: #872959;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  width: 20px;
  height: 20px;
}

.custom-control-label {
  margin-left: 5px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}

.custom-control-label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
  display: block;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15) !important;
  outline: none;
  width: 20px;
  height: 20px;
  content: "";
  background: no-repeat 50%/50% 50%;
  outline: none !important;
}

.custom-control-label::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
  display: block;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15) !important;
  outline: none;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  outline: none !important;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 2.75rem;
  pointer-events: all;
  border-radius: 24px;
  height: 22px;
  border: none;
  background-color: #f3f2fc;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: white;
  background-color: #872959;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  width: 2.75rem;
  height: 20px;
}

.custom-switch .custom-control-label::after {
  top: 1px;
  left: calc(-14px + 0px);
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
  border-radius: 1.5rem;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  left: calc(-47px + 0px);
  top: -9px;
}

.custom-switch .custom-control-label {
  margin-left: 0;
  padding-left: 19px;
}

.custom-select {
  height: 62px;
}

.input-group-prepend .btn {
  padding: 19px 18px;
}

.custom-select-xs {
  height: calc(0.5rem + 0.9375rem * 1.6 + 2px);
  padding: 0.25rem 1.875rem 0.25rem 0.625rem;
  line-height: 1.6;
  font-size: 0.9375rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#popup_form1 .cover_sign {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

#popup_form1 .popup_title {
  font-size: calc(24px + 16 * ((100vw - 576px) / 1024));
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  #popup_form1 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_form1 .popup_title {
    font-size: 40px;
  }
}

#popup_form1 .popup_description {
  margin-bottom: 30px;
}

#popup_form1 .modal-body {
  padding: 20px;
}

#popup_form2 ion-icon {
  color: white;
}

#popup_form2 .modal-body {
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  padding: 40px;
}

#popup_form2 .modal-body .popup_title {
  font-size: calc(24px + 16 * ((100vw - 576px) / 1024));
  margin-bottom: 30px;
  color: white;
  text-align: center;
}

@media screen and (max-width: 576px) {
  #popup_form2 .modal-body .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_form2 .modal-body .popup_title {
    font-size: 40px;
  }
}

#popup_form2 .modal-body .popup_description {
  margin-bottom: 30px;
  color: white;
  text-align: center;
}

#popup_form3 .modal-dialog {
  bottom: -76% !important;
}

@media screen and (max-width: 991px) {
  #popup_form3 .modal-dialog {
    bottom: 0 !important;
  }
}

#popup_form3 .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.74);
  z-index: 6;
}

#popup_form3 .close:hover ion-icon {
  color: #1f1c27;
}

#popup_form3 .popup_wrap {
  padding: 30px;
  position: relative;
}

#popup_form3 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../../website/assets/images/others/top_decoration.png);
  top: -16px;
  left: -16px;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#popup_form3 .popup_title {
  font-size: calc(24px + 16 * ((100vw - 576px) / 1024));
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  #popup_form3 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_form3 .popup_title {
    font-size: 40px;
  }
}

#popup_notification1 .popup_wrap {
  padding: 40px;
}

#popup_notification1 .popup_title {
  font-size: calc(24px + 16 * ((100vw - 576px) / 1024));
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  #popup_notification1 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_notification1 .popup_title {
    font-size: 40px;
  }
}

#popup_notification1 .popup_description {
  text-align: center;
}

#popup_notification1 img {
  width: 14rem;
  margin-left: auto;
  margin-right: auto;
}

#popup_notification2 .modal-dialog {
  bottom: -20% !important;
}

@media screen and (max-width: 991px) {
  #popup_notification2 .modal-dialog {
    bottom: 0 !important;
  }
}

#popup_notification2 .popup_wrap {
  padding: 60px 40px;
}

#popup_notification2 .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.74);
}

#popup_notification2 .top_img {
  overflow: hidden;
  width: 100%;
}

#popup_notification2 .top_img img {
  height: 15rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

#popup_notification2 .modal-body {
  padding: 0;
  border: none;
}

#popup_notification2 .popup_title {
  font-size: calc(24px + 16 * ((100vw - 576px) / 1024));
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  #popup_notification2 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_notification2 .popup_title {
    font-size: 40px;
  }
}

#popup_notification2 .popup_description {
  text-align: center;
  margin-bottom: 30px;
}

#popup_notification2 .popup_wrap {
  position: relative;
}

#popup_notification2 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../../website/assets/images/others/circle_decoration.png);
  top: -46%;
  left: 1%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#popup_notification3 .modal-dialog {
  bottom: -20% !important;
}

@media screen and (max-width: 991px) {
  #popup_notification3 .modal-dialog {
    bottom: 0 !important;
  }
}

#popup_notification3 .popup_wrap {
  padding: 60px 40px;
}

#popup_notification3 .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
}

#popup_notification3 .modal-body {
  padding: 0;
  border: none;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
}

#popup_notification3 .popup_title {
  font-size: calc(24px + 2 * ((100vw - 576px) / 1024));
  margin-bottom: 30px;
  color: white;
}

@media screen and (max-width: 576px) {
  #popup_notification3 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_notification3 .popup_title {
    font-size: 26px;
  }
}

#popup_notification3 .popup_description {
  margin-bottom: 30px;
  color: white;
}

#popup_notification3 .popup_wrap {
  overflow: hidden;
  position: relative;
}

#popup_notification3 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../../website/assets/images/others/circle_decoration.png);
  top: -46%;
  left: 1%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#popup_notification3 .top_img {
  overflow: hidden;
  width: 100%;
}

#popup_notification3 .top_img img {
  height: 15rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

#popup_cookies1 .modal-dialog {
  bottom: -20% !important;
}

@media screen and (max-width: 991px) {
  #popup_cookies1 .modal-dialog {
    bottom: 0 !important;
  }
}

#popup_cookies1 .modal-content {
  min-width: 21rem;
}

#popup_cookies1 .popup_wrap {
  padding: 30px;
}

#popup_cookies1 .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  z-index: 5;
}

#popup_cookies1 .modal-body {
  padding: 0;
  border: none;
  background: white;
}

#popup_cookies1 .top_img {
  max-width: 5rem;
  margin-bottom: 20px;
}

#popup_cookies1 .popup_title {
  font-size: calc(24px + 2 * ((100vw - 576px) / 1024));
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  #popup_cookies1 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_cookies1 .popup_title {
    font-size: 26px;
  }
}

#popup_cookies1 .popup_description {
  margin-bottom: 20px;
}

#popup_cookies1 .popup_wrap {
  overflow: hidden;
  position: relative;
}

#popup_cookies1 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../../website/assets/images/others/circle_decoration.png);
  top: -46%;
  left: 1%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#popup_cookies2 .modal-dialog {
  bottom: -20% !important;
}

@media screen and (max-width: 991px) {
  #popup_cookies2 .modal-dialog {
    bottom: 0 !important;
  }
}

#popup_cookies2 .popup_wrap {
  padding: 30px;
}

#popup_cookies2 .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  z-index: 9;
}

#popup_cookies2 .close:hover ion-icon {
  color: #1f1c27;
}

#popup_cookies2 .modal-body {
  padding: 0;
  border: none;
  background: white;
}

#popup_cookies2 .top_img {
  max-width: 5rem;
  margin-right: 30px;
}

#popup_cookies2 .popup_title {
  font-size: calc(24px + 2 * ((100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  #popup_cookies2 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_cookies2 .popup_title {
    font-size: 26px;
  }
}

#popup_cookies2 .popup_description {
  max-width: 30rem;
}

#popup_cookies2 .popup_wrap {
  overflow: hidden;
  position: relative;
}

#popup_cookies2 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../../website/assets/images/others/circle_decoration.png);
  top: -46%;
  left: 1%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#popup_cookies3 .popup_wrap {
  padding: 30px;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  border: solid 10px rgba(255, 255, 255, 0.212);
}

#popup_cookies3 .modal-body {
  padding: 0;
  border: none;
  background: white;
}

#popup_cookies3 .top_img {
  max-width: 5rem;
  margin-right: 30px;
}

#popup_cookies3 .popup_title {
  font-size: calc(24px + 2 * ((100vw - 576px) / 1024));
  color: white;
}

@media screen and (max-width: 576px) {
  #popup_cookies3 .popup_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  #popup_cookies3 .popup_title {
    font-size: 26px;
  }
}

#popup_cookies3 .popup_description {
  max-width: 30rem;
  color: white;
}

#popup_cookies3 .popup_wrap {
  overflow: hidden;
  position: relative;
}

#popup_cookies3 .popup_wrap::before {
  content: "";
  position: absolute;
  background: url(../../website/assets/images/others/circle_decoration.png);
  top: -46%;
  right: 1%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
## box styles
--------------------------------------------------------------*/
.box {
  padding: 40px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: default;
}

.box .box-title {
  text-transform: capitalize;
}

.box.has-style1 {
  background: #f3f2fc;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.box.has-style1 .box-icon {
  margin-bottom: 14px;
  text-align: center;
}

.box.has-style1 .box-title {
  margin-bottom: 14px;
  text-align: center;
}

.box.has-style1 .box-desc {
  text-align: center;
}

.box.has-style2 {
  background: #fff;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: solid 1px #e3e7ef;
}

.box.has-style2 .box-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #1f1c27;
  z-index: 0;
  position: relative;
}

.box.has-style2 .box-icon::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -25px;
  height: 7.5rem;
  width: 7.5rem;
  background-image: url(../images/others/icon_decoration.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.box.has-style2 .box-icon img {
  max-height: 3rem;
}

.box.has-style2 .box-icon ion-icon {
  color: white;
  font-size: 35px !important;
}

.box.has-style2 .box-title {
  margin-bottom: 20px;
  text-align: center;
}

.box.has-style2 .box-desc {
  color: #232323;
  text-align: center;
  margin: 0;
}

.box.is-dark {
  background: #1f1c27;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.box.is-dark .box-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: white;
  position: relative;
}

.box.is-dark .box-icon::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -25px;
  height: 7.5rem;
  width: 7.5rem;
  background-image: url(../images/others/icon_decoration.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.box.is-dark .box-icon img {
  max-height: 5rem;
}

.box.is-dark .box-icon ion-icon {
  color: #1f1c27 !important;
  font-size: 35px;
}

.box.is-dark .box-title {
  margin-bottom: 10px;
  text-align: left;
  color: white;
}

.box.is-dark .box-desc {
  color: white;
  text-align: left;
  margin: 0;
}

.box.has-left-icon {
  background: #fff;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.box.has-left-icon .box-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #1f1c27;
  position: relative;
}

.box.has-left-icon .box-icon::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -25px;
  height: 7.5rem;
  width: 7.5rem;
  background-image: url(../images/others/icon_decoration.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.box.has-left-icon .box-icon img {
  max-height: 5rem;
}

.box.has-left-icon .box-icon ion-icon {
  color: white;
  font-size: 35px;
}

.box.has-left-icon .box-title {
  margin-bottom: 10px;
  text-align: left;
}

.box.has-left-icon .box-desc {
  text-align: left;
  margin: 0;
}

.card.style_1 .card-body {
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
}

.box_numbers {
  padding: 10px;
  border-radius: 5px;
  max-width: 25rem;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  overflow: hidden;
  position: relative;
}

.box_numbers::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  bottom: auto;
  top: 27px;
  left: 46%;
  background-color: transparent;
  background-image: url(../images/others/img_effect.png);
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .box_numbers {
    margin-left: auto;
    margin-right: auto;
  }
}

.box_numbers_wrap {
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  padding: 30px;
}

.box_numbers .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.199);
}

.box_numbers .number {
  color: white;
}

.box_numbers .description {
  color: white;
}

.bg_grad {
  background: radial-gradient(circle at 50% 0, #5731ab9c, #20113a),
    url(../images/bg/event.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.dots {
  background-image: url(../../images/others/team_dots.svg);
  background-position: 50%;
  margin-top: 3.75rem;
  height: 21.25rem;
}

.img_effect_before {
  position: relative;
}

.img_effect_before::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  bottom: auto;
  top: 27px;
  left: 70%;
  background-color: transparent;
  background-image: url(../images/others/img_effect.png);
  background-size: contain;
}

.img_effect_before.in_left {
  position: relative;
}

.img_effect_before.in_left::before {
  content: "";
  position: absolute;
  left: auto;
  right: 35%;
}

.img_effect {
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  border-radius: 5px;
  width: 100%;
  position: relative;
  position: relative;
}

.img_effect::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  bottom: auto;
  top: -25px;
  left: -2.5rem;
  background-color: transparent;
  background-image: url(../images/others/img_effect.png);
  background-size: contain;
}

.side-options {
  width: 5rem;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
  right: 15px;
  background: #1f1c27;
  z-index: 99;
  padding: 15px;
}

.side-options .item {
  background: #1a191d;
  padding: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  z-index: 0;
}

.side-options .item .link_item {
  position: absolute;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 3.2rem;
  border-radius: 5px 0 0 5px;
  top: 50%;
  -webkit-transform: translate(5rem, -50%);
  transform: translate(5rem, -50%);
  padding: 15px;
  background-color: #fff;
  box-shadow: 20px 1px 20px 2px rgba(0, 0, 0, 0.09);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-options .item .link_item a {
  color: #1f1c27;
}

.side-options .item .link_item a:hover {
  color: #872959;
}

.side-options .item.is_active {
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
}

.side-options .item.is_active svg {
  fill: #fff !important;
}

.side-options .item svg {
  fill: #f3f2fc;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-options .item:hover {
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
}

.side-options .item:hover svg {
  fill: white !important;
}

.side-options .item:hover .link_item {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.side-options.in_left {
  left: 15px;
}

.side-options.in_left .item .link_item {
  left: 4rem;
  -webkit-transform: translate(5rem, -50%);
  transform: translate(5rem, -50%);
  padding: 15px;
  background-color: #fff;
  box-shadow: -20px 1px 20px 2px rgba(0, 0, 0, 0.09);
}

.side-options.in_left .item.is_active {
  background: radial-gradient(circle at 50% 0, #94d75d, #54842f);
}

.side-options.in_left .item.is_active svg {
  fill: #fff !important;
}

.side-options.in_left .item svg {
  fill: #1f1c27;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-options.in_left .item:hover {
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
}

.side-options.in_left .item:hover svg {
  fill: white !important;
}

.side-options.in_left .item:hover .link_item {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .side-options {
    display: none;
  }
}

.bg-effect::before {
  content: "";
  background-repeat: no-repeat;
  height: 5.5rem;
  width: 100%;
  position: absolute;
  bottom: auto;
  top: -25px;
  left: -2.5rem;
  background-color: transparent;
  background-image: url(../images/others/title_effect.png);
  background-size: contain;
  z-index: -1;
  opacity: 0.5;
}

.circle_effect::before {
  content: "";
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  background-color: transparent;
  background-image: url(../../website/assets/images/others/circle_decoration.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.circle_effect2::before {
  content: "";
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: auto;
  top: -2rem;
  left: 2rem;
  background-color: transparent;
  background-image: url(../../website/assets/images/others/circle_decoration.png);
  background-size: contain;
  background-position: left center;
  z-index: -1;
  -webkit-transform: scale(3);
  transform: scale(3);
}

.half_light {
  position: relative;
}

.half_light::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #f3f2fc;
  height: 50%;
  width: 100%;
  z-index: -1;
}

.half_dark {
  position: relative;
}

.half_dark::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #1f1c27;
  height: 50%;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .half_dark::before {
    height: 30%;
  }
}

.img-top {
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
  position: relative;
}

.play_btn {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}

.top_line {
  height: 10px;
  width: 100%;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
}

.devider {
  position: absolute;
  background-image: url(../images/others/devider.svg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  bottom: -2px;
  left: 0;
  right: 0;
}

.devider_grey {
  position: absolute;
  background-image: url(../images/others/devider_grey.svg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  bottom: -2px;
  left: 0;
  right: 0;
}

.devider_white {
  position: absolute;
  background-image: url(../images/others/devider.svg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  bottom: -2px;
  left: 0;
  right: 0;
}

.devider_dark_top {
  background: url(../images/others/devider_light.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 6rem;
  background-position: top;
}

.devider_light_top {
  background: url(../images/others/devider_light.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 6rem;
  background-position: top;
}

.divider_light_bottom {
  background: url(../images/others/devider_light.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 6rem;
  background-position: bottom;
}

.title_line {
  position: relative;
  display: inline;
}

.title_line::before {
  content: "";
  background-repeat: no-repeat;
  height: 32px;
  width: 100%;
  position: absolute;
  bottom: -13px;
  top: auto;
  right: -2px;
  background-color: transparent;
  background-image: url(../images/others/draw.svg);
  background-size: contain;
  left: auto;
}

.avatar.avatar-sm {
  width: 3rem;
  height: 3rem;
}

.avatar.avatar-md {
  width: 5rem;
  height: 5rem;
}

.avatar.avatar-lg {
  width: 6rem;
  height: 6rem;
}

.avatar-group {
  display: -webkit-box;
  display: flex;
  margin-left: 25px;
}

.avatar-group .avatar-item {
  width: 3rem;
  height: 3rem;
  margin-left: -25px;
  border: solid 6px white;
}

.accordion {
  background-color: #f3f2fc;
  border-radius: 5px;
  border: none;
  border-radius: 5px !important;
  outline: none !important;
  overflow: hidden;
}

.accordion .accordion-desc {
  border: none;
  padding: 25px 0 0 25px;
}

.accordion .accordion-header {
  padding: 25px;
  margin-bottom: 0;
  border: none;
}

.accordion ion-icon {
  color: #1f1c27;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 4px;
  position: relative;
}

.accordion ion-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  height: 20px;
  width: 40px;
  background-image: url(../images/others/deco_plus.svg);
  background-size: contain;
  opacity: 0.5;
  background-repeat: no-repeat;
}

.accordion.has_style1 {
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  background: white;
  border: solid 1px #f6f7fa;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.breadcrumb a {
  color: #1f1c27;
}

.breadcrumb.has_style1 {
  border-radius: 5px;
  background: linear-gradient(
    135deg,
    #2fc4d1 0%,
    #168acb 50%,
    #01a19a 100%
  ) !important;
}

.breadcrumb.has_style1 a {
  color: rgba(255, 255, 255, 0.459);
}

.breadcrumb.has_style1 .active {
  color: white !important;
}

.breadcrumb.has_style1 .breadcrumb-item {
  position: relative;
}

.breadcrumb.has_style1 .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0;
  color: #6c757d;
  content: "";
  margin-right: 7px;
  left: 0;
  top: 0%;
  width: 9px;
  height: 10px;
  background: url(../images/icons/left_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.breadcrumb.has_stylel2 {
  border-radius: 5px;
  background: transparent !important;
}

.breadcrumb.has_stylel2 a {
  color: rgba(255, 255, 255, 0.459);
}

.breadcrumb.has_stylel2 .active {
  color: white !important;
}

.breadcrumb.has_stylel2 .breadcrumb-item {
  position: relative;
}

.breadcrumb.has_stylel2 .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0;
  color: #6c757d;
  content: "";
  margin-right: 7px;
  left: 0;
  top: 0%;
  width: 9px;
  height: 10px;
  background: url(../images/icons/left_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.breadcrumb.has_stylel2::before {
  content: none;
}

.breadcrumb .breadcrumb-item {
  position: relative;
}

.breadcrumb .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0;
  color: #6c757d;
  content: "";
  margin-right: 5px;
  left: 0;
  top: 0%;
  width: 12px;
  height: 20px;
  background: url(../images/icons/left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.breadcrumb .breadcrumb-item:first-child::before {
  content: none;
}

.alert {
  border: none !important;
}

.alert-primary {
  color: #872959;
  background-color: #5b52ff25;
}

.alert-gradient {
  color: white;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
}

.alert-success {
  color: #3dcabd;
  background-color: rgba(61, 202, 188, 0.158);
}

.alert-info {
  color: #872959;
  background-color: #5b52ff25;
}

.alert-warning {
  color: #f6bf70;
  background-color: rgba(246, 190, 112, 0.151);
}

.alert-danger {
  color: #f8655a;
  background-color: rgba(248, 101, 90, 0.158);
}

.alert-light {
  color: #1f1c27;
  background-color: #ffffff;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
}

.alert-dark {
  color: white;
  background-color: #1f1c27;
}

.page-link {
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 100%;
  color: #1f1c27;
  background-color: black;
  padding: 0.5rem 0.75rem;
  border-width: 1px;
  border: none;
  border-radius: 60px;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.page-link.is-active {
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  color: white;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-link.is-active:hover {
  background: #1f1c27;
  color: white;
}

.page-link:hover {
  background: #e8e6f9;
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
  color: #1f1c27;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-radius: 60px;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 60px;
}

.pagination.has_style1 .page-link {
  background: black;
}

.pagination.has_style1 .page-link:hover {
  color: #872959;
}

.pagination.has_style1 .page-link.is-active {
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  color: #1f1c27;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.pagination.has_style1 .page-link.is-active:hover {
  background: white;
  color: #1f1c27;
}

.nav-tabs {
  margin-bottom: 30px;
  border-bottom: none;
}

.nav-link {
  color: #1f1c27;
}

.nav-link:hover {
  border: none;
}

.nav-link.active {
  border: none;
  border-bottom: solid 3px #872959;
  border-radius: 5px 5px 0 0;
  background: transparent;
  color: #872959;
}

.table-flush tbody td:first-child,
.table-flush tbody th:first-child,
.table-flush tfoot td:first-child,
.table-flush thead th:first-child {
  padding-left: 0;
}

.table-flush tbody td:last-child,
.table-flush tbody th:last-child,
.table-flush tfoot td:last-child,
.table-flush thead th:last-child {
  padding-right: 0;
}

.table td,
.table th {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #e5ebf1;
}

.table-white {
  background-color: white;
  padding: 0 30px 30px;
  border-radius: 5px;
}

.table th {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
}

.table thead th {
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #8d9aae;
}

.table tfoot td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.table-clickable [data-href]:hover {
  cursor: pointer;
}

.table-clickable [data-href]:hover .table-clickable-hover {
  color: #5546e8;
}

@media (max-width: 767.98px) {
  .table-features.table-features-alt td:nth-child(2),
  .table-features.table-features-alt th:nth-child(2) {
    display: none;
  }

  .table-features:not(.table-features-alt) td:nth-child(3),
  .table-features:not(.table-features-alt) th:nth-child(3) {
    display: none;
  }
}

.list_checked li {
  padding-left: 30px;
  margin-top: 20px;
  position: relative;
}

.list_checked li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/others/check.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
}

.timeline {
  padding-left: 0;
  list-style-type: none;
}

.timeline-item {
  position: relative;
  display: block;
  text-align: center;
  counter-increment: timeline-counter;
}

.timeline-item h4 {
  margin-bottom: 1.5rem;
}

.timeline-item + .timeline-item {
  margin-top: 2rem;
}

.timeline-item::before {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  font-size: 2rem;
  border-radius: 50%;
  content: counter(timeline-counter);
  padding-top: 5px;
}

.timeline-item::after {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  display: none;
  border-top: 2px solid;
  content: "";
}

.timeline-item:first-child::after {
  left: 50%;
  width: 50%;
}

.timeline-item:last-child::after {
  width: 50%;
}

.timeline-primary .timeline-item::before {
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  color: #fff;
}

.timeline-primary .timeline-item.active::before {
  background-color: rgba(52, 30, 99, 0.15);
}

.timeline-primary .timeline-item::after {
  border-color: #bcb6f6;
}

.timeline-primary .timeline-item.active::after {
  border-color: rgba(52, 30, 99, 0.15);
}

.timeline-secondary .timeline-item::before {
  background-color: #b5b6c5;
  color: #fff;
}

.timeline-expand-xs {
  display: -webkit-box;
  display: flex;
}

.timeline-expand-xs .timeline-item {
  -webkit-box-flex: 1;
  flex: 1;
}

.timeline-expand-xs .timeline-item::after {
  display: block;
}

.timeline-expand-xs .timeline-item + .timeline-item {
  margin-top: 0;
}

@media (min-width: 576px) {
  .timeline-expand-sm {
    display: -webkit-box;
    display: flex;
  }

  .timeline-expand-sm .timeline-item {
    -webkit-box-flex: 1;
    flex: 1;
  }

  .timeline-expand-sm .timeline-item::after {
    display: block;
  }

  .timeline-expand-sm .timeline-item + .timeline-item {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .timeline-expand-md {
    display: -webkit-box;
    display: flex;
  }

  .timeline-expand-md .timeline-item {
    -webkit-box-flex: 1;
    flex: 1;
  }

  .timeline-expand-md .timeline-item::after {
    display: block;
  }

  .timeline-expand-md .timeline-item + .timeline-item {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .timeline-expand-lg {
    display: -webkit-box;
    display: flex;
  }

  .timeline-expand-lg .timeline-item {
    -webkit-box-flex: 1;
    flex: 1;
  }

  .timeline-expand-lg .timeline-item::after {
    display: block;
  }

  .timeline-expand-lg .timeline-item + .timeline-item {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .timeline-expand-xl {
    display: -webkit-box;
    display: flex;
  }

  .timeline-expand-xl .timeline-item {
    -webkit-box-flex: 1;
    flex: 1;
  }

  .timeline-expand-xl .timeline-item::after {
    display: block;
  }

  .timeline-expand-xl .timeline-item + .timeline-item {
    margin-top: 0;
  }
}

.company-item {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 992px) {
  .company-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.company-item img {
  margin-bottom: 30px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.company-item img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.company-item .upper-logo {
  max-width: 4rem;
}

/*====================================
    ========= Lists
    =====================================*/
.list {
  margin-bottom: 1rem;
  box-shadow: none;
  background: none;
  border: none;
}

.list .list-item {
  display: -webkit-box;
  display: flex;
}

.list .list-item .icon {
  color: #872959;
  margin-right: 1rem;
}

.list .list-item.has-style1 {
  background: #e9e9e9;
  border: none;
  box-shadow: none;
}

.boxes_reset .box {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 0;
}

.has_before .box {
  position: relative;
}

.has_before .box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
  background: rgb(0 0 0 / 23%);
}

.has_before .box:hover {
  position: relative;
}

.has_before .box:hover::before {
}

.box {
  padding: 70px 30px;
  border-radius: 0px;
  margin-bottom: 30px;
  position: relative;
  cursor: default;
  position: relative;
  z-index: 0;
}

.box.is_active {
  background: linear-gradient(
    135deg,
    #2fc4d1 0%,
    #168acb 50%,
    #01a19a 100%
  ) !important;
}

.box.is_active p {
  color: white;
}

.box .box-title {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.box .box-desc {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

.box .bg {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -3;
  opacity: 1;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.flipster__item img {
  border-radius: 10px;
}

.box.has_number .number {
  font-size: 18px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.box.has_number .box-title {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.box.has_number:hover .number {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.box.has_icon {
  padding: 40px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  background: transparent;
}

.box.has_icon .icon {
  height: 5rem;
  width: 5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  border-radius: 5px;
}

.box.has_icon .icon [class^="ri-"],
.box.has_icon .icon [class*=" ri-"] {
  font-size: 1.6rem;
  color: white;
}

.box.has_icon .box-title {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.box.has_icon .box-details {
  text-align: center;
}

.box.has_icon:hover .number {
  -webkit-transform: scale(1.1), translateX(-20px);
  transform: scale(1.1), translateX(-20px);
}

.box.has_number_center {
  height: 400px;
  padding: 60px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  background: #1f1c27;
}

.box.has_number_center .box-icon {
  height: 6rem;
  width: 6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  border: solid 10px black;
}

.box.has_number_center .box-icon .number {
  line-height: 100%;
}

.box.is_simple {
  background: transparent !important;
  padding: 0 !important;
}

.box.is_simple.has_icon {
  padding: 40px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  position: relative;
  background: #1f1c27;
}

.box.is_simple .box-title {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.box.is_simple .box-desc {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.box .link-icon {
  height: 2rem;
  width: 2rem;
  background: #872959;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
}

.box .link-icon ion-icon {
  font-size: 1rem;
  color: white;
}

.box .box-particles {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.box .box-particles2 {
  position: absolute;
  top: -1rem;
  right: -1rem;
}

.box .box-particles2 img {
  max-width: 6rem;
}

.box .box-price {
  background: #872959;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  margin-top: 40px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.box .box-price .title {
  color: white;
}

.box .box-price ion-icon {
  font-size: 1.5rem;
}

.box .box-price:hover {
  background: #4239ff;
}

.box .box-logo {
  margin-bottom: 40px;
}

.box .box-logo img {
  height: 2rem;
}

.box .row {
  padding: 0;
  margin: 0;
}

.box .col,
.box .col-auto {
  padding: 0;
  margin: 0;
}

.box .col {
  margin-left: 10px;
}

.box .box-icon {
  margin-bottom: 15px;
}

.box .box-icon ion-icon {
  font-size: 3rem !important;
  line-height: 100%;
}

.box .box-icon2 {
  margin-bottom: 15px;
}

.box .box-icon2 ion-icon {
  background: rgba(90, 82, 255, 0.1);
  border-radius: 10px;
  font-size: 2rem;
}

.box .box-title {
  margin-bottom: 15px;
}

.box.has-primary-bg {
  background: #872959;
  -webkit-transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
  transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
}

.box.has-primary-bg:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.098);
}

.box.has-primary-bg .box-icon ion-icon {
  color: #fff;
}

.box.has-primary-bg .box-title {
  color: #fff;
}

.box.has-primary-bg .box-desc {
  color: #fff;
}

.box.has-blue-text .box-title {
  color: #3639a3;
}

.box.has-blue-text .box-desc {
  color: #3639a3;
}

.box.has-blue-text svg {
  color: #3639a3;
}

.box.has-blue-text ion-icon {
  color: #3639a3;
}

.box.has-blue-text path {
  color: #3639a3;
}

.box.has-secondary-bg {
  background: #872959;
  -webkit-transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
  transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
}

.box.has-secondary-bg:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.098);
}

.box.has-secondary-bg .box-icon ion-icon {
  color: #fff;
}

.box.has-secondary-bg .box-title {
  color: #fff;
}

.box.has-secondary-bg .box-desc {
  color: #fff;
}

.box.has-shadow {
  background: #fff;
  box-shadow: 0 0 0 0 #eee;
  box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.078);
  -webkit-transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
  transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
  border: solid 1px #c2e6e2d7;
}

.box.has-shadow:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.098);
}

.box.is-dark {
  background: #002b44 !important;
}

.box.is-dark ion-icon {
  color: white;
}

.box.is-dark .box-title {
  color: white;
}

.box.is-dark .box-desc {
  color: white;
}

.box.has-left-icon .box-title {
  margin: 5px 0 10px;
}

.box.has-style1 {
  background: rgba(90, 82, 255, 0.1);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.box.has-style1 .box-icon ion-icon {
  font-size: 1.5rem;
}

.box.has-style1:hover {
  background: rgba(90, 82, 255, 0.17);
}

.box.has-style2 {
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  box-shadow: 0 3px 7px #0000000a;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.box.has-style2 .box-icon ion-icon {
  font-size: 1.5rem;
}

.box.has-style2:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.box.has-style3 {
  background: white;
  box-shadow: 0 60px 40px -30px rgba(37, 48, 51, 0.04),
    0 10px 50px 0 rgba(37, 48, 51, 0.06);
}

.box.has-style3 .box-icon ion-icon {
  font-size: 1.5rem;
}

.list-wrap {
  margin: 0 0 60px;
}

.list-wrap .title {
  margin-bottom: 10px;
  position: relative;
  padding-left: 2rem;
  color: #872959;
}

.list-wrap .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/others/tick-price.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
}

.list-wrap .desc {
  max-width: 25rem;
  padding-left: 2rem;
}

.progress-bar {
  background: linear-gradient(
    135deg,
    #2fc4d1 0%,
    #168acb 50%,
    #01a19a 100%
  ) !important;
}

.progress {
  background-color: #1f1c27;
  border-radius: 1rem;
}

.vertical_social {
  position: absolute;
  z-index: 1;
  left: -4rem;
  bottom: 50%;
  -webkit-transform: rotate(90deg) translate(0%, 50%);
  transform: rotate(90deg) translate(0%, 50%);
}

.vertical_social.is_right {
  left: auto;
  right: -4rem;
}

@media screen and (max-width: 991px) {
  .vertical_social.tablet_none {
    display: none;
  }
}

.vertical_social::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -40px;
  bottom: 50%;
  height: 2px;
  width: 33px;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
}

.vertical_social::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -40px;
  bottom: 50%;
  height: 2px;
  width: 33px;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
}

.vertical_social .hover {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2rem;
}

.vertical_social strong {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 5px;
  letter-spacing: 0.5px;
  position: relative;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.vertical_social strong:hover {
  color: rgba(255, 255, 255, 0.699);
}

@media screen and (max-width: 768px) {
  .vertical_social {
    display: none;
  }
}

.play_btn {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.play_btn ion-icon {
  font-size: 26px;
  color: white;
}

.play_btn:hover {
  opacity: 0.6;
}

.lines_effect {
  overflow: hidden;
}

.lines_effect img {
  position: absolute;
  top: 40%;
  left: -30rem;
  width: 50rem;
}

.card_grad {
  background: #948af4;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 30px;
}

.card_grad2 {
  background: #872959;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 30px;
}

.card_grad p {
  color: white !important;
}

/*=========================================
        Navbar    
=========================================*/
/* .top-menu li {
  display: inline;
  margin-left: 5px;
}

.top-menu li a {
  text-decoration: none;
} */

@media screen and (max-width: 992px) {
  .top-site p {
    text-align: center;
    margin-left: 0 !important;
  }
}

.top-site a {
  color: white;
  text-decoration: underline;
}

.top-site a:hover {
  opacity: 0.8;
}

.top-site.has-style1 {
  background: #20113a;
  color: white;
  padding: 10px 0;
  border-bottom: none;
  border-top: none;
}

.top-site.has-style1 a {
  color: white;
}

.top-site.has-style1 a:hover {
  opacity: 0.7;
}

.top-site.has-style1 p {
  color: white;
}

.site-header {
  background: transparent;
  vertical-align: middle;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 60;
  padding: 0px;
  /*--------------------------------------------------------------
    ### Header Type2
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    ### Header Type3
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    ### Header Type4
    --------------------------------------------------------------*/
}

.site-header li a {
  color: #1f1c27;
}

.site-header li a:hover {
  opacity: 0.6 !important;
  color: #1f1c27;
}

.site-header.in-dark .item-title {
  color: #fff;
}

.site-header.has_light_dark .item-title {
  color: #fff;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.205);
  z-index: 0;
}

.hero.in_index {
  overflow: hidden;
  z-index: 0;
}

.hero.in_index .hero-wrap {
  padding: 100px 0;
}

.hero.in_index .title {
  line-height: 1.1;
  margin-bottom: 30px;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    135deg,
    #2fc4d1 0%,
    #168acb 50%,
    #01a19a 100%
  );
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 9rem;
}

@media screen and (max-width: 1024px) {
  .hero.in_index .title {
    font-size: calc(46px + 26 * ((100vw - 576px) / 1024));
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) {
  .hero.in_index .title {
    font-size: 46px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1600px) {
  .hero.in_index .title {
    font-size: 72px;
  }
}

.hero.in_index .title_outline {
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px #ffffff;
  font-size: 8rem;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .hero.in_index .title_outline {
    font-size: calc(46px + 26 * ((100vw - 576px) / 1024));
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) {
  .hero.in_index .title_outline {
    font-size: 46px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1600px) {
  .hero.in_index .title_outline {
    font-size: 72px;
  }
}

.hero.in_index .img_right {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 991px) {
  .hero.in_index .img_right {
    display: none;
  }
}

.hero.in_index .description {
  margin-bottom: 0;
  margin: 0;
  margin-bottom: 30px;
}

.hero.in_index .list_index {
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

.hero.in_index .advantages {
  background: url(../images/others/banner.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: visible;
}

.hero.has-style1 {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 1024px) {
  .hero.has-style1 {
    height: auto;
  }

  .hero.has-style1 .hero_wrap {
    margin: 70px 0;
  }

  .hero.has-style1 .hero_wrap br {
    display: none;
  }
}

.hero.has-style1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
}

.hero.has-style1 .title {
  color: white;
  font-size: 8rem;
  font-size: calc(46px + 26 * ((100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  .hero.has-style1 .title {
    font-size: 46px;
  }
}

@media screen and (min-width: 1600px) {
  .hero.has-style1 .title {
    font-size: 72px;
  }
}

@media screen and (min-width: 1025px) {
  .hero.has-style1 .title {
    font-size: 7rem;
  }
}

.hero.has-style1 .desc {
  color: white;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 20px 0;
  font-size: 19px;
}

@media screen and (max-width: 576px) {
  .hero.has-style1 .desc {
    font-size: 16px;
  }
}

.hero.has-style2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: white;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero.has-style2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
}

.hero.has-style2 .scroll_down {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.hero.has-style2 .ri-arrow-down-line {
  -webkit-animation-name: anim-up-down;
  animation-name: anim-up-down;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.hero.has-style2 .hero_wrap2 {
  padding: 25vh 0;
}

.hero.has-style2 .hero_wrap {
  position: relative;
  padding: 18vh 0;
  margin-left: 10%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .hero.has-style2 .hero_wrap {
    margin-left: 0;
  }
}

.hero.has-style2 .hero_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#03080f),
    color-stop(#03080fb9),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    #03080f,
    #03080fb9,
    rgba(255, 255, 255, 0)
  );
}

.hero.has-style2 .title {
  color: white;
  font-size: 6rem;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .hero.has-style2 .title {
    font-size: calc(46px + 26 * ((100vw - 576px) / 1024));
  }
}

@media screen and (max-width: 991px) and (max-width: 576px) {
  .hero.has-style2 .title {
    font-size: 46px;
  }
}

@media screen and (max-width: 991px) and (min-width: 1600px) {
  .hero.has-style2 .title {
    font-size: 72px;
  }
}

.hero.has-style2 .content {
  position: relative;
  width: 100%;
}

.hero.has-style2 .hero_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero.has-style2 .desc {
  color: white;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin: 20px 0;
  font-size: 19px;
}

.hero.has-style2 .left_part,
.hero.has-style2 .right_part {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.hero.has-style2 .right_part {
  position: relative;
  right: 0;
}

.hero.has-style2 .right_img {
  -o-object-fit: cover;
  object-fit: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: inherit;
}

.hero.has_slider {
  overflow: hidden;
  background: #000;
}

.hero.has_slider .hero_wrap {
  margin: 100px 0;
}

.hero.has_slider .hero_wrap .hero_title {
  font-size: 9rem;
}

@media screen and (max-width: 991px) {
  .hero.has_slider .hero_wrap .hero_title {
    font-size: calc(46px + 26 * ((100vw - 576px) / 1024));
  }
}

@media screen and (max-width: 991px) and (max-width: 576px) {
  .hero.has_slider .hero_wrap .hero_title {
    font-size: 46px;
  }
}

@media screen and (max-width: 991px) and (min-width: 1600px) {
  .hero.has_slider .hero_wrap .hero_title {
    font-size: 72px;
  }
}

.hero.has_slider .slider_wrap {
  margin-left: 8rem;
  position: relative;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero.has_slider .slider_wrap {
    margin-left: 0rem;
  }
}

.hero.has_slider .slider_wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1rem;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  top: 0em;
  left: 0;
}

.hero.has_slider .slider_wrap .overlay {
  position: relative;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero.has_slider .slider_wrap .overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
  z-index: 1;
}

.hero.has_slider .slider_wrap .img_logo {
  margin-bottom: 30px;
  max-height: 1.5rem;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero.has_slider .slider_wrap .slide_inner {
  padding: 0 100px;
  padding-right: 40%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.hero.has_slider .slider_wrap .slider_img {
  height: 560px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.hero.has_slider .slider_wrap .slide_title {
  margin-bottom: 30px;
}

.hero.has_slider .hero_text {
  -webkit-transform: rotate(-30deg) translateY(-50%);
  transform: rotate(-30deg) translateY(-50%);
  position: absolute;
  top: -20%;
  left: -12%;
  font-size: 600px;
  letter-spacing: -3px;
  font-weight: 900;
  color: #1f1c279c;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .hero.has_slider .hero_text {
    font-size: 134px;
    top: 9%;
    left: 19%;
  }
}

/* .hero.has_slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ffffff !important;
  opacity: 1;
}

.hero.has_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: linear-gradient(
    135deg,
    #2fc4d1 0%,
    #168acb 50%,
    #01a19a 100%
  ) !important;
} */

.hero_page {
  position: relative;
}

.hero_page .hero_wrap {
  margin: 100px 0;
}

.hero_page.has_style1 .hero_title {
  text-align: center;
}

.hero_page.has_style1 .hero_description {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_page.has_bg {
  background: #1f1c27;
  overflow: hidden;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero_page.has_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
}

.hero_page.has_bg .hero_title {
  text-align: center;
  color: white !important;
}

.hero_page.has_bg .hero_description {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.hero_page .hero_wrap .outline_text {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 10rem;
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  line-height: 0;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .hero_page .hero_wrap .outline_text {
    display: none;
  }
}

.hero_page.has_style2 {
  background: #1f1c27;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero_page.has_style2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
}

.hero_page.has_style2 .hero_wrap {
  padding: 100px 0;
  margin: 0;
}

.hero_page.has_style2 .hero_title {
  text-align: center;
  color: white !important;
}

.hero_page.has_style2 .hero_description {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.section {
  /*=========================
        ======= Global
    ===========================*/
  background-color: black;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center;
  /*====================================
    ========= section index demos
    =====================================*/
  /*====================================
    ========= section index feautures
    =====================================*/
  /*====================================
    ========= section companies
    =====================================*/
  /*====================================
    ========= section feautures
    =====================================*/
  /*====================================
    ========= section feautures2
    =====================================*/
  /*====================================
    ========= section feautures3
    =====================================*/
  /*====================================
    ========= section portfolio
    =====================================*/
  /*====================================
    ========= section  Customer
    =====================================*/
  /*====================================
    ========= section  Stars
    =====================================*/
  /*====================================
    ========= section works
    =====================================*/
  /*====================================
    ========= section team
    =====================================*/
  /*====================================
    ========= section works2
    =====================================*/
  /*====================================
    ========= section works3
    =====================================*/
  /*====================================
    ========= section testimonials
    =====================================*/
  /*====================================
    ========= section testimonial2
    =====================================*/
  /*====================================
    ========= section testimonial3
    =====================================*/
  /*====================================
    ========= section testimonial4
    =====================================*/
  /*====================================
    ========= section testimonial4
    =====================================*/
  /*====================================
    ========= section About
    =====================================*/
  /*====================================
    ========= section About us
    =====================================*/
  /*====================================
    ========= section blog
    =====================================*/
  /*====================================
    ========= section talk
    =====================================*/
  /*====================================
    ========= section video
    =====================================*/
  /*====================================
    ========= section video2
    =====================================*/
  /*====================================
    ========= section Plans
    =====================================*/
  /*====================================
    ========= section counter
    =====================================*/
  /*====================================
    ========= section services
    =====================================*/
  /*====================================
    ========= section services 2
    =====================================*/
  /*====================================
    ========= section services 3
    =====================================*/
  /*====================================
    ========= section contact
    =====================================*/
  /*=========================
    ======= section jobs
    ===========================*/
  /*=========================
    ======= section strps
    ===========================*/
  /*=========================
    ======= section trial
    ===========================*/
  /*=========================
    ======= section partners
    ===========================*/
}

.section.spacer {
  padding: 80px 0;
}

.section.half-left {
  position: relative;
}

.section.half-left::before {
  content: "";
  position: absolute;
  top: 0em;
  left: 0;
  width: 30%;
  height: 100%;
  background: #1f1c27;
  background-image: url(../../website/assets/images/others/decoration.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.section.is-dark {
  background-color: black;
  color: #f3f2fc;
}

.section.is-dark .title {
  color: #fff;
}

.section.is-dark h1,
.section.is-dark h2,
.section.is-dark h3,
.section.is-dark h4,
.section.is-dark h5,
.section.is-dark h6 {
  color: #fff;
}

.section .section-head {
  margin-bottom: 60px;
  width: 100%;
}

.section .section-subtitle {
  color: #872959;
  margin-bottom: 15px;
}

.section .section-subtitle.is-center {
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section .section-title {
  font-size: 48px;
  max-width: 40rem;
  color: #1f1c27;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .section .section-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .section .section-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 576px) {
  .section .section-title {
    font-size: 30px;
  }
}

.section .section-title ::before {
  content: "";
  position: absolute;
  top: -10px;
  height: 4px;
  left: 0;
  width: 40px;
  background: #872959;
}

.section .section-title ::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  background-color: #282828;
  left: 42px;
  top: -10px;
}

.section .section-title .has-line {
  position: relative;
}

.section .section-title .has-line::before {
  content: "";
  position: absolute;
  height: 0.7rem;
  bottom: 0.2rem;
  width: 103%;
  left: 0;
  background: #872959;
  z-index: 0;
  opacity: 0.2;
}

.section .section-title.is-left {
  max-width: 30rem;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.section .section-title.is-center {
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 60rem;
}

.section .section-title.is-center ::before {
  content: "";
  position: absolute;
  top: -10px;
  height: 4px;
  left: 50%;
  width: 40px;
  background: #872959;
}

.section .section-title.is-center ::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 4px;
  background-color: #282828;
  left: 50%;
  top: -10px;
}

.section .section-title-sm {
  margin-bottom: 1.5rem;
  font-size: 2.5em;
  line-height: 1.4;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  color: #1f1c27;
  text-align: center;
  text-transform: lowercase;
}

.section .section-title-sm .has-line {
  position: relative;
}

.section .section-title-sm .has-line::before {
  content: "";
  position: absolute;
  height: 0.7rem;
  bottom: 0.2rem;
  width: 103%;
  left: 0;
  background: #872959;
  z-index: 0;
  opacity: 0.2;
}

.section .section-title-sm.is-left {
  max-width: 30rem;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.section .section-desc {
  margin: 30px 0;
}

.section .section-desc.is-center {
  text-align: center;
  margin: 30px auto;
  max-width: 45rem;
}

.section .section-shape1 {
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: -1;
  height: 100%;
}

.section .section-particle {
  position: absolute;
  height: 50em;
  width: 50em;
  top: -10em;
  left: -25em;
  z-index: -3;
}

@media screen and (max-width: 768px) {
  .section .section-particle {
    width: 100%;
    left: -10rem;
    top: 70px;
    height: 50%;
    top: -70px;
  }
}

.section .section-shape2 {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: -1;
  width: 100%;
  max-width: 32rem;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .section .section-shape2 {
    -webkit-transform: translate(50%, -50%) scale(1.5);
    transform: translate(50%, -50%) scale(1.5);
  }
}

.section .lines {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.section.section-grey-half {
  background: #872959;
}

.section.section-grey-half::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 40%;
  width: 100%;
  background: rgba(255, 255, 255, 0.911);
}

.section.section-grey {
  background: #f1eff5;
}

.section.primary-bg {
  background: #872959;
}

.section.section-demos .demo-wrap {
  background: #1f1c27;
  padding: 40px 20px;
  border-radius: 7px;
  margin-bottom: 60px;
}

.section.section-demos .demo-item {
  margin-bottom: 40px;
}

.section.section-demos .demo-item .item-img {
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  max-height: 24rem;
  border: solid 1px #383240;
}

.section.section-demos .demo-item .item-img:hover {
  -webkit-transform: rotateX(-10deg) translateZ(50px);
  transform: rotateX(-10deg) translateZ(50px);
  opacity: 0.9;
}

.section.section-demos .demo-item .item-title {
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.section.section-demos .demo-item img {
  width: 100%;
}

.section.section-demos .demo-item:hover .item-title {
  color: #872959;
}

.section.section-index-feautures {
  background-color: #2f1893;
  position: relative;
}

.section.section-companies {
  padding: 1rem 1rem;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.section.section-companies.in-header {
  bottom: -140px;
}

.section.section-companies.has-style1 {
  background: #1f1c27;
  box-shadow: 0 60px 40px -30px rgba(37, 48, 51, 0.04),
    0 10px 50px 0 rgba(37, 48, 51, 0.06);
}

.section.section-companies.has-style1.is-dark {
  background: #17161b;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  .section.section-companies.has-style1.is-dark {
    border-radius: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .section.section-companies.has-style1.is-dark {
    border-radius: 10px;
  }
}

.section.section-companies.has-style1 .company-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.section.section-companies.has-style1 .company-item img {
  margin-bottom: 30px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media screen and (max-width: 768px) {
  .section.section-companies.has-style1 .company-item img {
    max-height: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .section.section-companies.has-style1 .company-item img {
    max-height: 1.5rem;
  }
}

.section.section-companies.has-style1 .company-item img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 992px) {
  .section.section-companies.has-style1 {
    padding: 4rem 1rem;
  }

  .section.section-companies.has-style1 .company-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.section.section-feautures .feautures-boxes {
  counter-reset: feautures-box;
}

@media screen and (max-width: 992px) {
  .section.section-feautures .feautures-boxes .col-lg-4 {
    margin-bottom: 2rem;
  }

  .section.section-feautures .feautures-boxes .col-lg-4:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
}

.section.section-feautures .feautures-boxes .feautures-box {
  background: #161616;
  padding: 60px 40px;
  position: relative;
  z-index: 0;
  color: #fff;
  overflow: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.section.section-feautures .feautures-boxes .feautures-box .title {
  color: #fff;
}

.section.section-feautures .feautures-boxes .feautures-box .desc {
  color: #fff;
}

.section.section-feautures .feautures-boxes .feautures-box::after {
  content: url(../img/bg/box.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.section.section-feautures .feautures-boxes .feautures-box .title {
  font-size: 24px;
  margin: 0 0 20px 0;
}

.section.section-feautures .feautures-boxes .feautures-box .feather {
  width: 50px;
  height: 50px;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin-bottom: 20px;
}

.section.section-feautures .feautures-boxes .feautures-box.is-active {
  background: #872959;
  color: #fff;
}

.section.section-feautures .feautures-boxes .feautures-box.is-active .desc {
  color: #fff;
}

.section.section-feautures .feautures-boxes .feautures-box.is-active::after {
  content: none;
}

.section.section-feautures .feautures-boxes .feautures-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 11px 19px 0 rgba(0, 0, 0, 0.12);
}

.section.section-feautures .feautures-boxes .feautures-box:hover .feather {
  color: #291fff;
}

.section.section-feautures2 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(rgba(90, 82, 255, 0.2))
  );
  background: linear-gradient(white, rgba(90, 82, 255, 0.2));
  position: relative;
}

.section.section-feautures3 {
  background: #efefef;
  background: url(../img/bg/sectionbg.jpg);
  background-position: center;
  background-size: cover;
}

.section.section-feautures3 .feautures3-box {
  background: #fff;
  padding: 2rem;
  margin-bottom: 30px;
}

.section.section-feautures3 .feautures3-box .media-left {
  margin-right: 20px;
}

.section.section-feautures3 .feautures3-box .feather {
  width: 40px;
  height: 40px;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  color: #872959;
}

.section.section-feautures3 .feautures3-box .title {
  font-size: 24px;
  margin: 30px 0 5px 0;
}

.section.section-feautures3 .feautures3-box .icon {
  max-width: 4rem;
}

.section.section-portfolio .portfolio-boxes .portfolio-box {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 30px;
}

.section.section-portfolio .portfolio-boxes .portfolio-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 8px;
}

.section.section-portfolio .portfolio-boxes .portfolio-box img {
  width: 100%;
}

.section.section-portfolio .portfolio-boxes .portfolio-box .icon {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.section.section-portfolio .portfolio-boxes .portfolio-box .icon .feather {
  height: 20px;
  width: 20px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin-bottom: 2px;
  color: #fff;
}

.section.section-portfolio .portfolio-boxes .portfolio-box .wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  z-index: 3;
}

.section.section-portfolio .portfolio-boxes .portfolio-box .wrap .title {
  color: #fff;
}

.section.section-portfolio .portfolio-boxes .portfolio-box .wrap span {
  color: #fff;
}

.section.section-portfolio .portfolio-boxes .portfolio-box:hover {
  -webkit-transform: rotateX(-10deg) translateZ(50px);
  transform: rotateX(-10deg) translateZ(50px);
}

.section.section-portfolio .portfolio-boxes .portfolio-box:hover::before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
}

.section.section-portfolio .portfolio-boxes .portfolio-box:hover .wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.section.section-portfolio.is-dark {
  background: #161616;
}

.section.section-clients {
  position: relative;
}

.section.section-clients .col {
  padding: 0;
}

.section.section-clients .slick-dots {
  bottom: -30px !important;
}

.section.section-clients::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #161616;
  width: 100%;
  height: 60%;
  z-index: -1;
}

.section.section-clients .section-title {
  color: #fff;
}

.section.section-clients .client-wrap {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 5px 10px 35px #00000014;
}

.section.section-clients .client-logo {
  background: #282828;
  height: 20rem;
  padding: 2rem;
}

.section.section-clients .client-logo img {
  width: 70%;
}

@media screen and (max-width: 992px) {
  .section.section-clients .client-logo {
    height: 20rem;
  }
}

.section.section-clients .client-image {
  background-size: cover;
  background-position: center;
  height: 20rem;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .section.section-clients .client-image {
    height: 20rem;
  }
}

.section.section-clients .client-quote {
  background: #282828;
  height: 20rem;
  padding: 4rem;
  text-align: center;
  font-style: italic;
  color: white;
}

@media screen and (max-width: 992px) {
  .section.section-clients .client-quote {
    height: auto;
    padding: 2rem;
  }
}

.section.section-clients.is-dark .client-wrap {
  box-shadow: 5px 10px 35px #070216;
}

.section.section-clients.is-dark .client-quote {
  background: #020d1f;
}

.section.section-clients.is-grad::before {
  background: #efefef;
}

.section.section-clients.is-light::before {
  background: #f3f6fc;
}

.section.section-clients.is-light .section-title {
  color: #1f1c27;
}

.section.section-customers .customer-box {
  border-radius: 10px;
  background: #000;
  padding: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.section.section-customers .customer-box .thumb {
  margin-bottom: 30px;
}

.section.section-customers .customer-box .thumb img {
  width: 100%;
  max-width: 5rem;
  border-radius: 100%;
}

.section.section-customers .customer-box .name {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.section.section-customers .customer-box .desc {
  color: #fff;
  text-align: center;
}

.section.section-stars.is-dark {
  background: #000;
}

.section.section-stars .section-title {
  margin-bottom: 20px;
}

.section.section-stars .stars {
  margin-top: 20px;
}

.section.section-stars .stars img {
  max-height: 1rem;
}

@media screen and (max-width: 768px) {
  .section.section-stars .stars img {
    margin-bottom: 70px;
  }
}

.section.section-stars .img {
  width: 100%;
}

.section.section-team .team-item {
  height: 30rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 0;
  margin-bottom: 2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
}

.section.section-team .team-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #10131a;
  z-index: -1;
  opacity: 0.3;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section.section-team .team-item .team-img {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  height: 100%;
  width: 130%;
  z-index: -2;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.section.section-team .team-item .title {
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
  text-transform: capitalize;
  padding: 30px 0 30px 30px;
}

.section.section-team .team-item .title a {
  color: #fff;
}

.section.section-team .team-item .sub-title {
  color: #e7e7e7;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.8;
  padding: 30px 30px 30px 0;
}

.section.section-team .team-item .link {
  padding: 0 2rem 2rem;
}

.section.section-team .team-item:hover::before {
  background: #1f1c27;
  z-index: -1;
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section.section-team .team-item:hover .team-img {
  width: 100%;
}

.section.section-team.has-bg {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(60%, #fff),
    color-stop(40%, #000)
  );
  background: linear-gradient(to top, #fff 60%, #000 40%);
  background: url(../img/bg/imgsection.jpg);
  background-position: center;
  position: relative;
  z-index: 0;
}

.section.section-team.has-bg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #fff;
  z-index: -1;
}

.section.section-team .team-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.section.section-team .team-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0 18px 33px rgba(0, 0, 0, 0.078);
}

.section.section-team .team-thumb img {
  width: 100%;
}

.section.section-team .team-thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: none;
  -webkit-transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
  transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
}

.section.section-team .team-thumb img {
  max-width: 100%;
}

.section.section-team .team-thumb .team-social {
  margin: 1rem 0 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0%;
  left: 50%;
  visibility: hidden;
  -webkit-transform: translateX(-50%) scale(1.3);
  transform: translateX(-50%) scale(1.3);
  -webkit-transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
  transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
  opacity: 0;
}

.section.section-team .team-thumb .team-social li {
  margin: 0 0.5rem;
}

.section.section-team .team-thumb .team-social li a {
  color: #ffffff;
}

.section.section-team .team-thumb .team-social li svg {
  color: #ffffff;
}

.section.section-team .team-thumb:hover .team-social {
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

.section.section-team .team-thumb:hover::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.26);
}

.section.section-team .team-name {
  text-transform: capitalize;
}

.section.section-works2 {
  background-position: center;
  position: relative;
  z-index: 0;
}

.section.section-works2 .work3-box {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
}

.section.section-works2 .work3-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #872959;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  transition: 0.25s;
}

.section.section-works2 .work3-box .work3-head {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  z-index: 3;
}

.section.section-works2 .work3-box .work3-head .title a {
  color: white;
  font-size: 24px;
}

.section.section-works2 .work3-box .work3-head span {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}

.section.section-works2 .work3-box .work3-img {
  position: relative;
  width: 100%;
  z-index: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section.section-works2 .work3-box:hover::before {
  opacity: 0.6;
}

.section.section-works2 .work3-box:hover .work3-head {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.section.section-works2 .work3-box.is-active .work3-head {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.section.section-works2 .work3-box.is-active::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #1f1c27;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  transition: 0.25s;
}

.section.section-works .work-boxes-slick {
  margin: 0 -20px;
}

@media screen and (max-width: 768px) {
  .section.section-works .work-boxes-slick {
    margin: 0 0;
  }
}

.section.section-works .work-box {
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.15);
}

@media screen and (max-width: 576px) {
  .section.section-works .work-box {
    margin-left: 0;
    margin-right: 0;
  }
}

.section.section-works .work-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #872959;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  transition: 0.25s;
}

.section.section-works .work-box .work-head {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  z-index: 3;
}

.section.section-works .work-box .work-head .title a {
  color: white;
  font-size: 24px;
}

.section.section-works .work-box .work-head span {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}

.section.section-works .work-box .work-img {
  position: relative;
  width: 100%;
  z-index: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin: 1rem;
}

.section.section-works .work-box:hover::before {
  opacity: 0.6;
}

.section.section-works .work-box:hover .work-head {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.section.section-works .work-box.is-active .work-head {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.section.section-works .work-box.is-active::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #1f1c27;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  transition: 0.25s;
}

.section.section-testimonial {
  position: relative;
  z-index: 0;
  overflow: visible;
}

.section.section-testimonial .client-wrap {
  padding-left: 4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 576px) {
  .section.section-testimonial .client-wrap {
    padding-left: 0;
  }
}

.section.section-testimonial .client-wrap.is-white .client {
  color: #000;
}

.section.section-testimonial .client-wrap.is-white .client-quote {
  color: #000;
}

.section.section-testimonial .client-wrap.is-white .client-name {
  color: #000;
}

.section.section-testimonial .client-wrap.is-white .client-position {
  color: #000;
}

.section.section-testimonial .stars {
  max-height: 1.2rem;
}

.section.section-testimonial .client {
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
}

.section.section-testimonial .client-quote {
  color: #fff;
  text-align: center;
  max-width: 25rem;
}

.section.section-testimonial .client-img {
  border-radius: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.section.section-testimonial .client-img img {
  max-width: 5rem;
}

.section.section-testimonial .client-name {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}

.section.section-testimonial .client-position {
  margin-top: 20px;
  color: #fff;
}

.section .testimonial-box {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 768px) {
  .section .testimonial-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.section .testimonial-box .box-left {
  background-size: cover;
  height: inherit;
}

.section .testimonial-box .box-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.section .testimonial-box .box-right {
  background: #17161c;
  border-radius: 0 5px 5px 0;
  width: 75%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 60px;
}

@media screen and (max-width: 768px) {
  .section .testimonial-box .box-right {
    width: 100%;
  }
}

.section .testimonial-box .box-right .testimonial-quote {
  -webkit-box-flex: 1;
  flex-grow: 1;
  font-size: 1.875rem;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  color: white;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
  .section .testimonial-box .box-right .testimonial-quote {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .section .testimonial-box .box-right .testimonial-quote {
    font-size: 20px;
  }
}

.section .testimonial-box .box-right .logo {
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.section .testimonial-box .box-right .logo img {
  height: 2.5rem;
}

.section .testimonial-box .box-right .title {
  text-align: center;
  margin: 30px 0;
  color: white;
}

.section.section-testimonial2 {
  background: #000;
  background: url(../img/bg/imgsection2.jpg);
  background-position: center;
}

.section.section-testimonial2 .section-title {
  color: #ffffff;
}

.section.section-testimonial2 .client-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.section.section-testimonial2 .client-wrap .client-img {
  border-radius: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.section.section-testimonial2 .client-wrap .client-img img {
  max-width: 5rem;
}

.section.section-testimonial2 .client-wrap .client-name {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.section.section-testimonial2 .client-wrap .client-quote {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.section.section-testimonial3 {
  background: #000;
  background: url(../img/bg/imgsection2.jpg);
  background-position: center;
}

.section.section-testimonial3 .quote {
  width: 100%;
  position: relative;
}

.section.section-testimonial3 .quote::before {
  content: url(../img/others/icon-quote-white.svg);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  background-position: center 0;
  background-repeat: no-repeat;
  z-index: 1;
  height: 100%;
}

.section.section-testimonial3 .section-title {
  color: #ffffff;
}

.section.section-testimonial3 .client-wrap {
  padding-top: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.section.section-testimonial3 .client-wrap .client-img {
  border-radius: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.section.section-testimonial3 .client-wrap .client-img img {
  max-width: 5rem;
}

.section.section-testimonial3 .client-wrap .client-name {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.section.section-testimonial3 .client-wrap .client-quote {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.section.section-testimonial4 .quote-wrap {
  background: #000;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 60px;
  padding-bottom: 80px;
  background: url(../img/bg/imgsection2.jpg);
}

.section.section-testimonial4 .quote-wrap .client-img {
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.section.section-testimonial4 .quote-wrap .client-img img {
  max-width: 4rem;
}

.section.section-testimonial4 .quote-wrap .client-name {
  color: #fff;
}

.section.section-testimonial4 .quote-wrap .client-position {
  text-transform: uppercase;
  color: #a1a1a1;
  font-size: 13px;
}

.section.section-testimonial4 .quote-wrap .client-quote {
  margin-top: 40px;
  font-size: 25px;
  color: #fff;
}

.section.section-testimonial4 .profile-img img {
  width: 100%;
}

.section.section-testi .element-eight {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: left;
  box-shadow: none !important;
  margin-bottom: 25px;
}

.section.section-testi .element-eight * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.section.section-testi .element-eight img {
  max-width: 100%;
  vertical-align: middle;
  height: 70px;
  width: 70px !important;
  border-radius: 50% !important;
  margin: 30px 0 0 25px;
}

.section.section-testi .element-eight .description {
  background-color: #fff;
  display: block;
  font-weight: 400;
  line-height: 30px;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 41px;
  padding-bottom: 40px;
  padding-left: 38px;
  padding-right: 38px;
  position: relative;
  box-shadow: 0px 10px 30px rgba(3, 36, 27, 0.08);
  border-radius: 5px;
  color: #5e656c;
  line-height: 30px;
  border: solid 1px #c2e6e2;
}

.section.section-testi .element-eight .arrow {
  top: 97%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #fff;
  margin: 0;
  position: absolute;
  display: none;
}

.section.section-testi .element-eight .author {
  position: absolute;
  bottom: 9%;
  padding: 0 10px 0 112px;
  margin: 0;
  color: #16171e;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.section.section-testi .element-eight .author h5 {
  font-size: 22px;
  font-weight: 500;
  color: #16171e;
  margin-bottom: 10px;
  line-height: 28px;
}

.section.section-testi .element-eight .author p {
  font-size: 14px;
  color: #85868c;
  margin-top: -10px;
}

.section.section-testimonial-cards .testimonial3 h1,
.section.section-testimonial-cards .testimonial3 h2,
.section.section-testimonial-cards .testimonial3 h3,
.section.section-testimonial-cards .testimonial3 h4,
.section.section-testimonial-cards .testimonial3 h5,
.section.section-testimonial-cards .testimonial3 h6 {
  color: #3e4555;
}

.section.section-testimonial-cards .testimonial3 .font-weight-medium {
  font-weight: 500;
}

.section.section-testimonial-cards .testimonial3 .bg-light {
  background-color: #f4f8fa !important;
}

.section.section-testimonial-cards .testimonial3 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.section.section-testimonial-cards .testimonial3 .testi3 .card-body {
  padding: 40px;
}

.section.section-testimonial-cards .testimonial3 .testi3 h6 {
  line-height: 26px;
}

.section.section-testimonial-cards .testimonial3 .testi3 .thumb-img img {
  width: 60px;
}

.section.section-testimonial-cards .testimonial3 .testi3 .customer {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.section.section-testimonial-cards .testimonial3 .card.card-shadow {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.section.section-testimonial-cards .testimonial3 .font-10 {
  font-size: 10px;
}

.section.section-testimonial-cards .testimonial3 .text-success {
  color: #2cdd9b !important;
}

.section.section-testimonial-cards .testimonial3 .text-muted {
  color: #8d97ad !important;
}

.section.section-testimonial-cards
  .testimonial3
  .owl-theme
  .owl-dots
  .owl-dot.active
  span,
.section.section-testimonial-cards
  .testimonial3
  .owl-theme
  .owl-dots
  .owl-dot:hover
  span {
  background: #316ce8;
}

.section.section-about {
  position: relative;
  overflow: hidden;
}

.section.section-about .about-img {
  width: 100%;
}

.section.section-about .screen {
  width: 100%;
}

.section.section-about-us {
  overflow: hidden;
}

.section.section-about-us .section-title {
  margin-bottom: 20px;
}

.section.section-about-us .section-description {
  margin-bottom: 20px;
}

.section.section-blog .blog .blog-img {
  width: 100%;
  z-index: -1;
}

.section.section-blog .blog .blog-wrap {
  position: relative;
  padding: 1.5rem;
  margin-top: -1rem;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 2;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section.section-blog .blog .title a {
  font-size: 20px;
  color: #1f1c27;
}

.section.section-blog .blog .blog-item {
  margin-bottom: 2rem;
}

.section.section-blog .blog .blog-item:hover .blog-wrap {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  background: #872959;
}

.section.section-blog .blog .blog-item:hover .title a {
  font-size: 20px;
  color: #fff;
}

.section.section-subscribe {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}

.section.section-subscribe .section-desc {
  margin: 30px 0;
}

.section.section-subscribe::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.438);
  z-index: -1;
}

.section.section-talk {
  background: #202020;
  color: #ffffff;
  background: url(../img/bg/imgsection.jpg);
  background-position: center;
}

.section.section-talk .row {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .section.section-talk {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section.section-talk .section-title {
  color: #ffffff;
}

.section.section-video {
  overflow: hidden;
  background: #eae9ec;
}

.section.section-video .section-title {
  margin-bottom: 20px;
}

.section.section-video .section-description {
  margin-bottom: 20px;
}

.section.section-video .signature {
  margin-top: 20px;
  max-width: 6rem;
}

.section.section-video .info {
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section.section-video .info {
    padding: 70px 30px;
  }
}

@media screen and (max-width: 576px) {
  .section.section-video .info {
    padding: 70px 15px;
  }
}

.section.section-video .play-area {
  position: absolute;
  z-index: 9;
  left: 51%;
  top: 55%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media screen and (max-width: 992px) {
  .section.section-video .play-area {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

.section.section-video .play-btn {
  background: #fff;
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  padding: 0.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  cursor: pointer;
}

.section.section-video .play-btn::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 50%;
  border-radius: 100%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  background: rgba(255, 255, 255, 0.301);
  height: 150%;
  z-index: -1;
  -webkit-animation-name: anim2;
  animation-name: anim2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.41, 1.87);
  animation-timing-function: cubic-bezier(0, 0, 0.41, 1.87);
  width: 150%;
}

.section.section-video .video {
  background-size: cover;
  height: 30rem;
  width: 100%;
  position: relative;
  right: 0;
  background: transparent;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .section.section-video .video {
    display: none;
  }
}

.section.section-video .video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .section.section-video .video img {
    height: auto;
    width: 100%;
  }
}

.section.section-testimonial5 {
  overflow: hidden;
}

.section.section-testimonial5 .section-title {
  margin-bottom: 30px;
}

.section.section-testimonial5 .section-description {
  margin-bottom: 30px;
  color: #fff;
}

.section.section-testimonial5 .info {
  padding: 140px 7em 140px 6.5em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section.section-testimonial5 .info {
    padding: 70px 30px;
  }
}

@media screen and (max-width: 576px) {
  .section.section-testimonial5 .info {
    padding: 70px 15px;
  }
}

.section.section-testimonial5 .video {
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}

.section.section-testimonial5 .video img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .section.section-testimonial5 .video img {
    height: auto;
    width: 100%;
  }
}

.section.section-testimonial5 .image img {
  border-radius: 100%;
  margin-right: 10px;
  width: 5rem;
  margin-top: 30px;
}

.section.section-testimonial5 .client-quote {
  color: #fff;
  font-size: 30px;
}

.section.section-testimonial5 .media-content {
  margin-top: 30px;
}

.section.section-plans {
  position: relative;
}

.section.section-plans .is-dark-green {
  color: white !important;
  background: #002b44 !important;
}

.section.section-plans .is-dark-green .plan-title {
  color: white !important;
}

.section.section-plans .is-dark-green .item {
  color: white !important;
}

.section.section-plans .pricing-toggle {
  float: right;
  text-align: right;
  margin-bottom: 20px;
}

.section.section-plans f .pricing-toggle span {
  color: #59c894;
  font-weight: 500;
  text-transform: uppercase;
}

.section.section-plans .pricing-toggle svg {
  fill: #59c894;
  margin-right: 15px;
  position: relative;
  top: 15px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.section.section-plans .pricing-toggle .pricing-switch {
  color: #000;
  line-height: 34px;
  margin-top: 20px;
}

.section.section-plans .pricing-toggle .pricing-switch .switch {
  margin: 0 10px;
}

.section.section-plans .slider {
  background-color: #3d8aed;
  bottom: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
}

.section.section-plans .slider,
.section.section-plans .slider:before {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section.section-plans .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  width: 26px;
}

.section.section-plans input:checked + .slider {
  background-color: #872959;
}

.section.section-plans input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.section.section-plans .slider.round {
  border-radius: 34px;
}

.section.section-plans .slider.round:before {
  border-radius: 50%;
}

.section.section-plans .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.section.section-plans .switch input {
  height: 0;
  opacity: 0;
  width: 0;
}

.section.section-plans .rounded-underline {
  position: relative;
  text-decoration: none;
}

.section.section-plans .rounded-underline:before {
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 6px;
  position: absolute;
  width: 100%;
}

@media (max-width: 991.98px) {
  .section.section-plans .rounded-underline:before {
    display: none;
  }
}

.section.section-plans .in-right {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

@media screen and (max-width: 992px) {
  .section.section-plans .in-right {
    -webkit-transform: none;
    transform: none;
  }
}

.section.section-plans .in-left {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .section.section-plans .in-left {
    -webkit-transform: none;
    transform: none;
  }
}

.section.section-plans .plan-item {
  border-radius: 0.5rem;
  background: #efefff;
  position: relative;
}

.section.section-plans .plan-item .best-choose {
  position: absolute;
  top: -2rem;
  border-radius: 5px 5px 0 0;
  background: #e4f1f1;
  padding: 5px 20px;
  font-size: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #872959;
}

@media screen and (max-width: 992px) {
  .section.section-plans .plan-item {
    margin-bottom: 2rem;
  }
}

.section.section-plans .plan-item .plan-head {
  padding: 2rem 2rem 0;
}

.section.section-plans .plan-item .billed {
  margin-bottom: 20px;
}

.section.section-plans .plan-item .plan-title {
  font-size: 26px;
  color: #1f1c27;
}

.section.section-plans .plan-item .plan-desc {
  margin: 20px 0;
}

.section.section-plans .plan-item .price-var {
  color: #81838a;
  margin-right: 0.5rem;
}

.section.section-plans .plan-item .plan-price {
  font-size: 3rem;
  line-height: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .section.section-plans .plan-item .plan-price {
    font-size: 1.5rem;
  }
}

.section.section-plans .plan-item .list-items {
  margin-bottom: 1rem;
  padding: 0;
  margin-left: 0;
}

.section.section-plans .plan-item .list-items .item {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #828893;
}

.section.section-plans .plan-item .list-items .item ion-icon {
  background: #872959;
  color: #fff;
  border-radius: 50%;
  padding: 2px;
  margin-right: 10px;
}

.section.section-plans .plan-item .list-items .item img {
  color: #fff;
  padding: 2px;
  margin-right: 10px;
}

.section.section-plans .plan-item.is-active {
  color: #1f1c27;
  background-color: white;
  position: relative;
  z-index: 3;
  border: solid 17px #21a09a24;
}

.section.section-plans .plan-item.is-dark {
  background: #872959;
}

.section.section-plans .plan-item.is-dark .plan-title {
  color: #fff;
}

.section.section-plans .plan-item.is-dark .price-var {
  color: #fff;
}

.section.section-plans .plan-item.is-dark .plan-price {
  color: #fff;
}

.section.section-plans .plan-item.is-dark .list-items {
  color: #fff;
}

.section.section-plans .plan-item.is-dark .list-items .item {
  color: #fff;
}

.section.section-plans .plan-item.is-dark .list-items .item ion-icon {
  color: #fff;
}

.section.section-plans .plan-item .plan-body {
  padding: 40px;
}

.section.section-plans .plan-item.has-style1 {
  background: #fff;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.06);
  border: solid 1px #c2e6e2;
}

.section.section-counter {
  overflow: hidden;
}

.section.section-counter .counters {
  margin-top: 70px;
}

.section.section-counter .counter-item {
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: default;
  -webkit-transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
  transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
}

.section.section-counter .counter-item:hover {
  box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.098);
  border-radius: 10px;
}

.section.section-counter .counter-item .counter-number {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section.section-counter .counter-item .counter-number {
    font-size: 20px;
  }
}

.section.section-counter .counter-item .counter-name {
  color: #872959;
  text-align: center;
}

.section.section-services .section-title {
  margin-bottom: 30px;
  max-width: 30rem;
  margin-left: 0;
}

.section.section-services .section-description {
  margin-bottom: 30px;
  max-width: 30rem;
  margin-left: 0;
}

.section.section-services .service-img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 5px;
}

.section.section-services .service-img img {
  width: 100%;
}

.section.section-services2 {
  background: #f3f3f3;
}

.section.section-services2 .section-title {
  margin-bottom: 30px;
}

.section.section-services2 .read-more {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .section.section-services2 .read-more {
    margin: 30px 0;
  }
}

.section.section-services2 .list-group {
  margin-top: 30px;
}

.section.section-services2 .list-group .list-group-item {
  border: none;
  position: relative;
  margin: 0px 0px 10px 20px;
  padding: 0;
  padding-left: 20px;
  background-color: #01a19a;
}

.section.section-services2 .list-group .list-group-item::before {
  content: "";
  position: relative;
  top: 10px;
  left: 0;
  background-color: #01a19a;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.section.section-services2 .img-box {
  background-color: #fff;
  box-shadow: 0 28px 50px rgba(77, 91, 120, 0.15);
  box-sizing: content-box;
  margin-left: 55px;
  margin-top: 0;
  padding: 14%;
  position: relative;
  z-index: 1;
}

.section.section-services2 .img-box.has-padding0 {
  margin-right: 55px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .section.section-services2 .img-box {
    margin-left: 0;
    margin-right: 0 !important;
  }
}

.section.section-services2 .img-box img {
  width: 100%;
}

.section.section-services2 .exp-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  justify-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.section.section-services2 span.exp-year {
  font-weight: 900;
  color: #872959;
  font-size: 100px;
}

.section.section-services2 span.exp-text {
  color: #1f1c27;
  font-size: 20px;
  width: 100px;
  max-width: 100px;
  margin-left: 20px;
}

.section.section-services2 .services2-boxes {
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  .section.section-services2 .services2-boxes {
    margin-top: 70px;
  }
}

.section.section-services2 .services2-box {
  padding: 40px 25px 40px 25px;
  -webkit-transition: 0.25;
  transition: 0.25;
}

.section.section-services2 .services2-box .feather {
  width: 40px;
  height: 40px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin-bottom: 20px;
  color: #872959;
}

.section.section-services2 .services2-box.is-active {
  border-top: solid 2px #872959;
  background: #ffff;
  box-shadow: 0 28px 50px rgba(77, 91, 120, 0.15);
}

.section.section-services2 .services2-box.is-active p {
  color: #282828;
}

.section.section-services2 .services2-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.section.section-services2 .services2-box:hover .feather {
  color: #1f1c27;
}

.section.section-services2 .services2-box .title {
  font-size: 20px;
  line-height: 28px;
  margin: 0px 0px 20px 0px;
}

.section.section-services3 .service-boxes .service-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background: #1f1c27;
}

.section.section-services3 .service-boxes .service-box .feather {
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  stroke-width: 1.5;
}

.section.section-services3 .service-boxes .service-box:hover .feather {
  right: 15px;
}

.section.section-services3 .service-boxes .service-box.is-active {
  background: #948af4;
  color: white;
}

.section.section-services3 .service-boxes .service-box.is-active h5 {
  color: white;
}

.section.section-services3 .service-boxes .service-box.has-style2 {
  border-radius: 10rem;
  background: #161616;
  color: #fff;
  border: none;
}

.section.section-services3 .service-boxes .service-box.has-style2.is-active {
  background: #000;
  border: solid 1px #161616;
}

.section.section-services3 .service-boxes .service-box.has-style2 .title {
  color: #fff;
}

.section.section-contact {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-color: #ffffff;
}

.section.section-contact .contact-form {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 #ffff;
  box-shadow: 0 17px 43px #e1e4e5;
  padding: 60px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 576px) {
  .section.section-contact .contact-form {
    padding: 25px 15px;
  }
}

.section.section-contact .feather {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  color: #872959;
  margin-right: 20px;
}

.section.section-contact .contact-info-list-item {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}

.section.section-contact .contact-info-list-item p {
  font-weight: 400;
  color: #c1c1c1;
  font-size: 16px;
}

.section.section-contact .contact-info-list-item h3 {
  font-weight: 900;
  margin-top: 5px;
  color: #fff;
  font-size: 25px;
}

.section.section-contact .contact-info-list-item.pdt-50:last-child span {
  margin-right: 50px;
}

.section.section-contact h4.contact-heading {
  border-bottom: 1px solid #ddd;
  margin-bottom: -40px;
}

.section.section-map {
  background-color: #ffffff;
}

.section .items-contact .col-lg-12 {
  padding: 0;
}

.section .items-contact .contact-item {
  margin: 0 0 2rem;
  box-shadow: 0 60px 120px rgba(150, 155, 187, 0.2);
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 30px;
}

.section .items-contact .contact-item h6 {
  font-size: 1.1rem;
  position: relative;
  color: #872959;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.section .items-contact .contact-item h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 1rem;
  width: 1rem;
  background: #872959;
  border-radius: 5px 5px 5px 15px;
}

.section .items-contact .contact-item-info {
  font-size: 1rem;
}

.section.section-jobs .job-title {
  color: #262626;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 60px 0px 30px;
  margin: 0px;
}

.section.section-jobs .job-list-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 22px 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section.section-jobs .job-list-item.is-active {
  background: #872959;
  color: #fff;
}

.section.section-jobs .job-list-item.is-active .job-item-title {
  color: #fff;
}

.section.section-jobs .job-list-item.is-active .job-info {
  color: #fff;
}

.section.section-jobs .job-list-item.is-active .arrow {
  color: white;
}

.section.section-jobs .job-list-item .arrow {
  color: #872959;
}

.section.section-jobs .job-list-item .job-info {
  color: #000;
}

.section.section-jobs .job-list-item .job-item-title {
  color: #872959;
}

.section.section-jobs .job-list-item:hover {
  background: rgba(90, 82, 255, 0.08);
  color: #1f1c27;
}

.section.section-jobs .job-list-item:hover .arrow {
  color: #1f1c27;
}

.section.section-jobs .job-list-item:hover .job-info {
  color: #1f1c27;
}

.section.section-jobs .job-list-item:hover .job-item-title {
  color: #1f1c27;
}

.section.section-steps .SimpleSteps {
  -webkit-box-align: top;
  align-items: top;
  counter-reset: section;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.section.section-steps .SimpleSteps::before {
  background: rgba(0, 0, 0, 0.38);
  content: "";
  height: 1px;
  left: 140px;
  position: absolute;
  right: 120px;
  top: 23px;
  z-index: 1;
}

@media screen and (max-width: 576px) {
  .section.section-steps .SimpleSteps::before {
    display: none;
  }
}

.section.section-steps .SimpleSteps__step {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
  text-align: center;
}

.section.section-steps .SimpleSteps__step::before {
  background: #872959;
  border-radius: 50%;
  box-shadow: 0 0 0 10px white;
  content: counter(section);
  counter-increment: section;
  display: block;
  font-size: 1.5rem;
  height: 3rem;
  line-height: 3rem;
  margin: 0 auto 1rem;
  position: relative;
  width: 3rem;
  color: white;
  z-index: 2;
}

.section.section-steps .SimpleSteps__step-content {
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (max-width: 720px) {
  .section.section-steps .SimpleSteps {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .section.section-steps .SimpleSteps__step {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 720px) {
  .section.section-steps .SimpleSteps__step::after {
    background: rgba(0, 0, 0, 0.38);
    bottom: -78px;
    content: "";
    height: 70px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    z-index: 1;
    display: inline;
  }
}

@media screen and (max-width: 720px) {
  .section.section-steps .SimpleSteps__step:last-child::after {
    display: none;
  }
}

.section .SimpleSteps__step:last-child {
  margin-bottom: 0;
}

.section.section-trial .free-box {
  padding: 2.5rem 4rem;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #892959;
  overflow: hidden;
}

.section.section-trial .free-box .title {
  margin-bottom: 20px;
  color: #fff;
}

.section.section-trial .free-box .desc {
  margin-bottom: 20px;
  color: #fff;
  font-size: 19px;
}

.section.section-trial .plan-boxes {
  margin-top: 70px;
}

.section.section-trial .plan-boxes .plan-box {
  background: #efefef;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 30px;
}

.section.section-trial .plan-boxes .plan-box .plan-title {
  margin-bottom: 20px;
}

.section.section-trial .plan-boxes .plan-box .plan-desc {
  margin-bottom: 20px;
}

.section.section-trial .plan-boxes .plan-box .plan-price-wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  justify-items: start;
}

.section.section-trial .plan-boxes .plan-box .plan-price-wrap .price-title {
  margin-right: 5px;
  font-size: 30px;
}

.section.section-trial .plan-boxes .plan-box.is-active {
  background: #872959;
  color: #fff;
  box-shadow: 0 15px 17px rgba(0, 0, 0, 0.19);
}

.section.section-trial .plan-boxes .plan-box.is-active .plan-title {
  color: #fff;
}

.section.section-trial .plan-boxes .plan-box.is-active .plan-desc {
  color: #fff;
}

.section.section-trial .plan-boxes .plan-box.is-active .price-title {
  color: #fff;
}

.section.section-call2action {
  background-size: cover;
}

.section.section-call2action::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  opacity: 0.3;
}

/*====================================
    ========= section  help
    =====================================*/
.section-help .card.in-help {
  margin-bottom: 30px;
}

.section-help .card.in-help .card-text {
  font-size: 17px;
}

.section-help .card.in-help .text-small span {
  font-size: 14px;
}

.section-help .card.in-help .ml-min {
  margin-left: -20px;
}

.section-help .card.in-help .avatars {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
}

.section-help .card.in-help .avatars .avatar {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 5px solid #fff;
}

/*====================================
    ========= section  companies2
    =====================================*/
.section-companies2 {
  margin-top: 70px;
}

.section-companies2 .company-item {
  background: #181818;
  padding: 30px;
  border-radius: 50rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-bottom: 30px;
}

.section-companies2 .company-item:hover {
  -webkit-transform: rotateX(-5deg) translateZ(50px);
  transform: rotateX(-5deg) translateZ(50px);
}

.section-companies2 .company-item img {
  width: 70%;
}

.section-job .job-wrap {
  background-size: cover;
  background-position: top;
  border-radius: 10px;
  padding: 100px;
  position: relative;
  z-index: 0;
}

.section-job .job-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1f1c27;
  opacity: 0.5;
  z-index: -1;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .section-job .job-wrap {
    padding: 60px 15px;
  }
}

.section-blog2 .card-blog {
  margin: 0 0 3rem;
  border-radius: 5px;
  box-shadow: 0 15px 29px -4px #3f49621f;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87);
  transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87);
}

.section-blog2 .card-blog .card-blog-wrap {
  padding: 2rem;
}

.section-blog2 .card-blog .img-blog {
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
}

.section-blog2 .card-blog .title-blog {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section-blog2 .card-blog .meta-blog {
  display: -webkit-box;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: center;
  align-items: center;
}

.section-blog2 .card-blog .meta-blog .author {
  font-size: 0.9rem;
  margin-right: 1rem;
}

.section-blog2 .card-blog .meta-blog .author a {
  color: #872959;
}

.section-blog2 .card-blog .meta-blog .date {
  color: #a2a6ad;
  font-size: 0.8rem;
}

.section-blog2 .card-blog:hover {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}

.section-blog2 .card-blog:hover .img-blog {
  -webkit-filter: blur(0.1rem);
  filter: blur(0.1rem);
  opacity: 0.9;
}

.section-blog2 .card-blog:hover .title-blog {
  color: #872959;
}

.section-blog2 .load-more {
  margin-top: 3rem;
}

.section-blog2 .load-more span {
  padding: 1rem 2rem;
  box-shadow: 0 15px 29px -4px #2227351f;
  border-radius: 50rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #872959;
  background: #ffffff;
}

.section-blog2 .load-more span:hover {
  background: rgba(90, 82, 255, 0.05);
  box-shadow: none;
}

.section-blog2 .img-post {
  border-radius: 10px;
  position: relative;
  z-index: -1;
  width: 100%;
}

.section-blog2 .content-post {
  overflow: hidden;
  padding: 4rem;
  margin: -8rem 4rem 0;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 15px 29px -4px #3f49621f;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section-blog2 .content-post {
    padding: 1rem;
    margin: -2rem 1rem 0;
  }
}

.section-blog2 .content-post p {
  margin-bottom: 1rem;
}

.section-blog2 .content-post img {
  width: 100%;
  margin: 1rem 0 2rem;
}

.section-blog2 .coments-wrap {
  margin: 2rem 4rem 0;
  background: rgba(90, 82, 255, 0.1);
  padding: 4rem;
}

@media screen and (max-width: 768px) {
  .section-blog2 .coments-wrap {
    padding: 1rem;
    margin: 2rem 0 0;
  }
}

.section-blog2 .coments-wrap .coments-wrap-title {
  color: #872959;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.blog-top {
  margin-top: -70px;
}

.blog-top .card-blog .card-blog-wrap {
  padding: 1.5rem;
}

.blog-top .card-blog .title-blog {
  font-size: 20px;
  line-height: 1.3;
}

.section-purshase {
  background: url(../images/bg/shapes.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.section-purshase ion-icon {
  color: white;
  font-size: 2rem;
}

.img-screen {
  border-radius: 5px;
  box-shadow: 0 32px 64px -8px rgba(36, 18, 77, 0.32);
}

.screen-wrap {
  position: relative;
}

.screen-wrap .deco {
  position: absolute;
  width: 120%;
  z-index: -1;
  left: 50%;
  bottom: -5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.divider-wrap {
  background: url(../images/bg/devider.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 6rem;
  background-position: top;
  position: absolute;
  bottom: 0;
}

.divider-wrap-white {
  background: url(../images/others/divider-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 6rem;
  background-position: top;
}

.divider-wrap2 {
  background: url(../images/others/devider2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 6rem;
  background-position: top;
  position: absolute;
  top: 0;
}

.bg-secondary {
  background: rgba(90, 82, 255, 0.08) !important;
}

.draw {
  position: relative;
}

.draw::before {
  content: "";
  background-image: url(../images/others/draw.svg);
  background-repeat: no-repeat;
  height: 2rem;
  width: 100%;
  position: absolute;
  bottom: -6px;
  right: -3rem;
}

@media screen and (max-width: 768px) {
  .draw::before {
    bottom: -23px;
    right: 0rem;
    background-size: contain;
  }
}

.integration {
  position: relative;
}

.integration .integration-list-left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.integration .integration-list-left li {
  min-width: 76px;
  min-height: 76px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.06);
}

.integration .integration-list-left li img {
  width: 40px;
}

.integration .content {
  background-image: url(../images/others/cover.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  height: 650px;
}

@media screen and (max-width: 992px) {
  .integration .content {
    height: 100%;
    padding: 60px 0;
  }
}

.integration .integration-list-left li:nth-of-type(1) {
  position: relative;
  margin-top: -280px;
}

.integration .integration-list-left li:nth-of-type(2) {
  margin-bottom: -230px;
  margin-left: -10px;
}

.integration .integration-list-left li:nth-of-type(3) {
  margin-top: -40px;
  margin-left: -45px;
}

.integration .integration-list-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.integration .integration-list-right li {
  min-width: 76px;
  min-height: 76px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.06);
}

.integration .integration-list-right li:nth-of-type(1) {
  position: relative;
  margin-bottom: -160px;
  margin-left: 25px;
}

.integration .integration-list-right li img {
  width: 40px;
}

.integration .integration-list-right li:nth-of-type(3) {
  margin-top: 25px;
  position: relative;
}

.integration .integration-list-right li:nth-of-type(2) {
  margin-top: -180px;
  position: relative;
  margin-left: -10px;
}

.integration .heading {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .integration-block {
    display: none;
  }
}

.bg-secondary-solid {
  background: #872959 !important;
}

.plan-single {
  box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.078);
  border-radius: 7px;
  background: white;
  padding: 5rem;
}

@media screen and (max-width: 768px) {
  .plan-single {
    padding: 3rem;
  }
}

.plan-single .desc-plan {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 576px) {
  .plan-single {
    padding: 2rem;
  }
}

.plan-single.top-header {
  margin-top: -4rem;
}

.plan-single .box {
  box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.078);
}

.plan-single .title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
}

.plan-single .price {
  font-size: 6.25rem;
  text-align: center;
}

.plan-single .width {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.plan-single .bg-points {
  background: url(../images/others/pricing.svg);
  background-size: contain;
}

.plan-single .billed {
  margin-bottom: 20px;
}

.plan-single .pricing {
  font-size: 35px;
}

.plan-single .list-title {
  margin-bottom: 20px;
}

.plan-single .list__pricing {
  font-weight: 500;
  color: #4e5867;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 30px;
}

.plan-single .list {
  margin-top: 40px;
}

.plan-single .paragraph {
  font-size: 13px;
  text-align: center;
  color: rgba(90, 82, 255, 0.7);
}

.pricing-table {
  background: #002b44;
  overflow: auto;
  padding-bottom: 30px;
  border-radius: 5px;
}

.pricing-table table {
  display: block;
}

.pricing-table table thead {
  display: block;
}

.pricing-table table thead tr {
  display: block;
}

.pricing-table table thead tr .sin-title-box {
  padding: 0 20px;
  height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.56px;
}

.pricing-table table tbody {
  display: block;
}

.pricing-table table tbody tr {
  display: block;
}

.pricing-table table .title-col {
  min-width: 290px;
}

.pricing-table table .basic-col {
  min-width: 195px;
}

.pricing-table table .standard-col {
  min-width: 195px;
}

.pricing-table table .premium-col {
  min-width: 195px;
}

.pricing-table table .ent-col {
  min-width: 195px;
}

.pricing-table table .colored-row {
  border-top: 2px solid #002b44;
  width: initial;
  background: #24475d;
}

.pricing-table table .colored-row:first-child {
  border-top: 0;
}

.pricing-table table .colored-row:first-child .sin-box:before {
  height: 100%;
  top: auto;
  bottom: 0;
}

.pricing-table table .colored-row .sin-box {
  position: relative;
  padding: 0 20px;
  height: 65px;
  color: #d8d8d8;
  background: #24475d;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.56px;
}

.pricing-table table .colored-row .sin-box:before {
  content: "";
  background: #002b44;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 1px;
}

.pricing-table table .colored-row .sin-box.title-col {
  color: #ffffff;
  font-weight: 700;
}

.pricing-table table .colored-row .sin-box .table-icon {
  font-size: 20px;
}

.pricing-table table .colored-row .sin-box .table-icon.neg {
  color: #f04037;
}

.pricing-table table .colored-row .sin-box .table-icon.pos {
  color: #67d216;
}

.pricing-table table .price-widget-block {
  padding-left: 22px;
  margin-top: 50px;
}

.pricing-table table .price-widget-block .title {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.66px;
  padding-bottom: 5px;
}

.pricing-table table .price-widget-block .subtitle {
  color: #9c9aaa;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.46px;
  padding-bottom: 26px;
}

.pricing-table table .price-widget-block .btn {
  width: 167px;
  height: 50px;
  border-radius: 5px;
  background-color: #872959;
  color: white;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.56px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.pricing-table table .price-widget-block .btn:hover {
  background-color: #872959;
  color: white;
}

.bg-dark {
  background: #002b44 !important;
}

.is-dark-green {
  background: #002c44;
}

.post.has_style1 {
  background: #1f1c27;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}

.post.has_style1 .post_img {
  width: 100%;
  height: 14rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.post.has_style1:hover .post_img {
  width: 110%;
}

.post.has_style1 .post_title {
  margin-bottom: 10px;
}

.post.has_style1 .post_data {
  margin-bottom: 10px;
}

.post.has_style1 .post_data span {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.596);
}

.post.has_style1 .post_data span:first-child {
  margin-right: 20px;
}

.post.has_style1 .post_wrap {
  padding: 40px;
}

.blog_card {
  padding: 50px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  background: #1f1c27;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog_card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
}

.blog_card .author_info {
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.blog_card .img {
  margin-right: 20px;
}

.blog_card .read_more {
  color: #872959;
  font-size: 16px;
  text-transform: uppercase;
}

.blog_card .thumb_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.blog_card .thumb_wrap .thumb {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog_card:hover .thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-nav {
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  color: white;
  padding: 2px 0;
}

.top-nav p {
  color: white;
}

.clients_logos {
  padding: 40px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.295);
  width: -webkit-fill-available;
  margin-bottom: -30px;
}

.clients_logos .logo {
  margin-bottom: 30px;
}

.clients_logos .logo img {
  max-height: 30px;
}

@media screen and (max-width: 991px) {
  .clients_logos .logo img {
    max-height: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.work-boxes {
  margin: 0 -20px;
  overflow: hidden;
}

.work-boxes .work_item {
  position: relative;
  padding: 20px;
  overflow: hidden;
  margin: 0 20px;
  z-index: 0;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-boxes .work_item .work-title {
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-boxes .work_item .work-tags {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  color: rgba(255, 255, 255, 0.808);
}

.work-boxes .work_item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(0, 0, 0, 0.116);
}

.work-boxes .work_item:hover {
  -webkit-transform: scale(0.98) !important;
  transform: scale(0.98) !important;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-boxes .work_item:hover .work-title {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.work-boxes .work_item:hover .work-tags {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  color: white !important;
}

.work-boxes .work_item:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
  background: rgba(0, 0, 0, 0.452);
}

.work_boxes2 {
  margin: 0 -20px;
  margin-bottom: -30px;
}

.work_boxes2 .work_item {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  z-index: 0;
  margin-bottom: 30px;
  position: relative;
}

.work_boxes2 .work_item::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.004 9.414l-8.607 8.607-1.414-1.414L14.589 8H7.004V6h11v11h-2V9.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.438);
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.work_boxes2 .work_item .work-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: -1;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.work_boxes2 .work_item .work-title {
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.work_boxes2 .work_item .work-tags {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  color: rgba(255, 255, 255, 0.808);
  font-size: 14px;
  text-transform: uppercase;
}

.work_boxes2 .work_item:hover {
  position: relative;
}

.work_boxes2 .work_item:hover::after {
  content: "";
  position: absolute;
  top: 0%;
  opacity: 1;
}

.work_boxes2 .work_item:hover .work-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}

.work_boxes2 .work_item:hover .work-title {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.work_boxes2 .work_item:hover .work-tags {
  color: white !important;
  opacity: 0;
}

.work_boxes_vertical {
  margin: 0 -20px;
  margin-bottom: -30px;
}

.work_boxes_vertical .work_item {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  z-index: 0;
  margin-bottom: 30px;
  position: relative;
}

.work_boxes_vertical .work_item::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16.004 9.414l-8.607 8.607-1.414-1.414L14.589 8H7.004V6h11v11h-2V9.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.438);
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.work_boxes_vertical .work_item .work-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 20rem;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.work_boxes_vertical .work_item .work-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.work_boxes_vertical .work_item .work-title {
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.work_boxes_vertical .work_item .work-tags {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  color: rgba(255, 255, 255, 0.808);
  font-size: 14px;
  text-transform: uppercase;
}

.work_boxes_vertical .work_item .work_wrap {
  padding: 5rem;
}

.work_boxes_vertical .work_item:hover {
  position: relative;
}

.work_boxes_vertical .work_item:hover::after {
  content: "";
  position: absolute;
  left: 10%;
  opacity: 1;
}

.work_boxes_vertical .work_item:hover .work-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}

.work_boxes_vertical .work_item:hover .work-title {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.work_boxes_vertical .work_item:hover .work-tags {
  color: white !important;
  opacity: 0;
}

.testimonial.in_box {
  padding: 60px;
  border-radius: 5px;
  background-image: url(../images/others/quote.svg);
  background-repeat: no-repeat;
  background-position: 87% 22%;
  background: #1f1c27;
  position: relative;
}

.testimonial.in_box::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  height: 100%;
  top: 0em;
  left: 0;
}

@media screen and (max-width: 768px) {
  .testimonial.in_box {
    padding: 30px;
  }
}

.testimonial.in_box .description {
  font-size: 20px;
}

.testimonial.in_box .face {
  padding: 0 0 20px 0;
  max-height: 7rem;
}

.feuatures_list.has_mt {
  margin-top: 40px;
}

.feuatures_list .image {
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  height: 20rem;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.feuatures_list .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feuatures_list .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
  z-index: 1;
}

.feuatures_list .title {
  margin-bottom: 20px;
}

.feuatures_list .list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.feuatures_list .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 1rem;
  width: 1rem;
  background: linear-gradient(
    45deg,
    #37b8d4 0%,
    #4343c7 34%,
    #4043c6 44%,
    #e75eff 100%
  );
  border-radius: 5px 5px 5px 15px;
}

.call2action {
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  padding: 50px 60px;
  border-radius: 5px;
}

.team {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.team .left_part {
  overflow: hidden;
  height: inherit;
}

.team .left_part img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  max-height: 400px;
  border-radius: 5px;
}

.team .right_part {
  padding: 50px 40px;
  border-radius: 5px;
  background: #17161a;
  width: 75%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-height: 400px;
}

.has_bg_wrap {
  padding: 90px 35px 90px 215px;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  position: relative;
}

@media screen and (max-width: 991px) {
  .has_bg_wrap {
    padding: 90px 35px 90px 35px;
  }
}

.has_bg_wrap.has_overlay {
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.has_bg_wrap.has_overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
}

.bg_grad_wrap {
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  padding: 40px 30px;
  border-radius: 5px;
}

.bg_dark_wrap {
  background: #1f1c27;
  padding: 90px 60px;
  border-radius: 5px;
}

/*=========================
======= job page
===========================*/
.next-prev .col {
  padding: 0;
  margin: 0;
}

.next-prev .row {
  padding: 0;
  margin: 0;
  margin-top: 60px;
}

.next-prev .next {
  border-right: 2px solid rgba(0, 0, 0, 0.356);
}

.next-prev .prev {
  border-left: 2px solid rgba(0, 0, 0, 0.342);
}

.next-prev .next,
.next-prev .prev {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.next-prev .next::before,
.next-prev .prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.466);
  z-index: 1;
  -webkit-transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
  transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
}

.next-prev .next img,
.next-prev .prev img {
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
  transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
  -o-object-fit: cover;
  object-fit: cover;
  height: 15rem;
}

.next-prev .next h5,
.next-prev .prev h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  z-index: 2;
  -webkit-transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
  transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.next-prev .next h5 a,
.next-prev .prev h5 a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.next-prev .next:hover img,
.next-prev .prev:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.next-prev .next:hover h5,
.next-prev .prev:hover h5 {
  color: rgba(255, 255, 255, 0.787);
}

.awwards {
  margin-bottom: -30px;
}

.awwards .box_awwards {
  text-align: left;
  margin-bottom: 30px;
}

.awwards .box_awwards .box-title {
  text-align: left;
  margin: 10px 0;
}

.awwards .box_awwards .box-desc {
  text-align: left;
}

.footer {
  margin: 0;
  overflow-y: visible !important;
}

.footer .draw1 {
  position: relative;
  display: inline;
}

.footer .draw1::before {
  content: "";
  background-repeat: no-repeat;
  height: 2rem;
  width: 100%;
  position: absolute;
  bottom: -14px;
  top: auto;
  right: -5px;
  background-color: transparent;
  background-image: url(../images/others/draw.svg);
  background-size: contain;
  left: auto;
}

.footer .copyright {
  font-size: 1rem;
  color: #595b5d;
}

.footer .footer-shape {
  position: absolute;
  top: 0rem;
  right: -5rem;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 0;
  height: 100%;
}

.footer .footer-shape-top {
  position: absolute;
  top: -2rem;
  left: -5rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 0;
  height: 100%;
}

.footer {
  color: #1f1c27;
}

.footer.in-index {
  padding: 1rem 0 1rem;
}

.footer .footer-body {
  background: black;
  overflow: hidden;
  padding: 30px 0 35px;
}

.footer .social-footer {
  margin-top: 1rem;
}

.footer .social-footer a ion-icon {
  font-size: 25px;
}

/* .footer .footer-desc {
  margin-bottom: 2rem;
} */

/* .footer .footer-desc .logo {
  margin-bottom: 2rem;
} */

/* .footer .footer-desc .logo img {
  height: 4rem;
} */

.footer .footer-desc p {
  font-size: 1rem;
  max-width: 20rem;
  color: #fff;
  margin-left: 0;
}

.footer .list-title {
  font-size: 1.1rem;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
  color: #fff;
}

.footer .list-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 1rem;
  width: 1rem;
  background: #8cf1d6;
  border-radius: 5px 5px 5px 15px;
}

.footer .list-items {
  /* margin-bottom: 2rem; */
  color: #fff;
}

/* .footer .list-items li {
  margin-bottom: 1rem;
} */

.footer .list-items li a {
  font-size: 1rem;
  color: #c5c5c5;
}
.progress-bar {
  background: linear-gradient(
    135deg,
    #ff2272 0%,
    #168acb 50%,
    #01a19a 100%
  ) !important;
  z-index: 11212 !important;
}
.progress {
  background-color: #1f1c27;
  border-radius: 1rem;
}
.footer .copyright {
  margin-top: 35px;
}

.footer .copyright p {
  padding: 2rem 0 2rem;
  font-size: 1rem;
  margin: 0;
  color: #a5a5a5;
}

.footer .contact-item {
  margin-bottom: 2rem;
}

.footer .contact-item h6 {
  font-size: 1.1rem;
  position: relative;
  margin-bottom: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer .contact-item h6::before {
  background: #872959;
}

.footer .contact-item div {
  position: absolute;
  height: 60%;
  width: 3rem;
  right: -1.944rem;
  top: 60%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  background-image: url(../images/others/title.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  right: -1.5em;
  top: 50%;
}

.footer form {
  position: relative;
  height: 4rem;
  background: #fff;
  border-radius: 50rem;
  max-width: 30rem;
  width: 100%;
  margin-bottom: 4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 576px) {
  .footer form {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 1rem;
    background: transparent;
  }
}

.divider {
  width: 100%;
  position: relative;
  height: 5vw;
  pointer-events: none;
  -webkit-mask-image: url(../../images/others/divider.svg);
  mask-image: url(../../images/others/divider.svg);
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #fff;
}

.footer-index {
  background: url(../images/others/footer_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 2rem 0;
}

.footer-index img {
  max-height: 2rem;
}

.footer-index .links a {
  margin-right: 2rem;
  font-size: 14px;
  letter-spacing: 2px;
}

.footer-index a {
  color: #fff;
}

.block {
  padding: 30px;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
  border: solid 1px #f3f4f7;
  background: white;
}

.block .title {
  font-size: 20px;
}

.block .title_top {
  font-size: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #ebeaef;
  font-size: calc(24px + 2 * ((100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  .block .title_top {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .block .title_top {
    font-size: 26px;
  }
}

.block li:not(:last-child) {
  margin-bottom: 5px;
}

.block li a {
  color: #526792 !important;
}

.block .list-item.is_active a {
  color: #872959;
}

.dark_block {
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
}

.dark_block h1,
.dark_block h2,
.dark_block h3,
.dark_block h4,
.dark_block h5,
.dark_block h6,
.dark_block span,
.dark_block p {
  color: white;
}

.client_slick .slick-next {
  left: 25%;
  bottom: -13%;
  top: auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E"),
    linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  position: absolute !important;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 15px 21px #13072c80;
}

.client_slick .slick-prev {
  left: 18%;
  bottom: -13%;
  top: auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10.828 12l4.95 4.95-1.414 1.414L8 12l6.364-6.364 1.414 1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E"),
    linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  position: absolute !important;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 15px 21px #13072c80;
  opacity: 1 !important;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .client_slick .slick-next {
    left: 51%;
    bottom: auto;
    top: 0;
    width: 3rem;
    height: 3rem;
  }

  .client_slick .slick-prev {
    left: 44%;
    bottom: auto;
    top: 0;
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .client_slick .slick-prev {
    left: 40%;
  }
}

.page_light {
  background-color: rgba(243, 242, 252, 0.3);
}

.subscribe {
  background: #1f1c27;
  color: #fff;
}

.subscribe .section-head {
  margin-bottom: 30px;
}

.subscribe .section-title {
  color: #fff;
  font-size: calc(40px + 14 * ((100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  .subscribe .section-title {
    font-size: 40px;
  }
}

@media screen and (min-width: 1600px) {
  .subscribe .section-title {
    font-size: 54px;
  }
}

.subscribe p {
  color: #fff;
}

.team-box.has_style1 {
  margin-bottom: 30px;
}

.team-box.has_style1 .team-name {
  text-align: center;
}

.team-box.has_style1 .team-social {
  background-color: white;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  margin-top: -20px;
  -webkit-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 1;
}

.team-box.has_style1 .team-social ul {
  display: -webkit-box;
  display: flex;
}

.team-box.has_style1 .team-social a {
  color: #1f1c27;
  margin: 0 5px;
  line-height: 100%;
}

.team-box.has_style1 .team-social a:hover {
  color: #872959;
}

.team-box.has_style1 .team-social a svg {
  height: 0.8rem;
}

.team-box.has_style1 .team-social a ion-icon {
  height: 1rem;
  padding-top: 7px;
  font-size: 18px;
}

.team-box.has_style1 .badge {
  position: absolute;
  top: -10px;
  z-index: 1;
  background: #872959;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
}

.team-box.has_style1 .team-img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-box.has_style1 .team-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.team-box.has_style1 .team-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-box.has_style1:hover .team-social {
  margin-top: 0;
  opacity: 1;
}

.team-box.has_style1:hover .team-img::before {
  opacity: 1;
}

.process-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.125rem;
  background: rgba(90, 82, 255, 0.05) !important;
}

.process-circle:empty:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #872959;
}

.process-vertical {
  padding: 0;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.process-vertical li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.process-vertical li .process-circle {
  margin-right: 25px;
}

.process-vertical li:not(:last-child) {
  position: relative;
  margin-bottom: 25px;
}

@media screen and (min-width: 1025px) {
  .process-vertical li {
    width: 50%;
    margin-left: 50%;
  }

  .process-vertical li .process-circle {
    margin-left: -25px;
  }

  .process-vertical li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    text-align: right;
    margin-left: 0;
    margin-right: 50%;
  }

  .process-vertical li:nth-child(even) .process-circle {
    margin-right: -25px;
    margin-left: 25px;
  }

  .process-vertical li:not(:last-child) {
    padding-bottom: 75px;
    margin-bottom: 0;
  }

  .process-vertical li:not(:last-child):after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background: #e5e0eb;
    position: absolute;
    top: 4.125rem;
  }

  .text-light .process-vertical li:not(:last-child):after {
    background: rgba(255, 255, 255, 0.25);
  }
}

.career_wrap h3 {
  font-size: 25px;
}

.career_wrap h3:not(:first-child) {
  margin: 20px 0;
}

.block_404 {
  margin: 0;
  height: calc(100vh - 100px);
  position: relative;
}

.block_404 .title_404 {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  font-size: 20rem;
  font-family: "kufam", sans-serif;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    135deg,
    #2fc4d1 0%,
    #168acb 50%,
    #01a19a 100%
  );
  -webkit-text-fill-color: transparent;
  line-height: 100%;
}

.block_404 .title_404 .title {
  color: white;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    135deg,
    #2fc4d1 0%,
    #168acb 50%,
    #01a19a 100%
  );
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
}

@media screen and (max-width: 1024px) {
  .block_404 {
    margin: 100px 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .block_404 .title_404 {
    position: absolute;
    top: 0;
    font-size: 10rem;
  }
}

.block_thank_you {
  margin: 0;
  height: calc(100vh - 100px);
  position: relative;
}

.block_thank_you .title_404 {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  font-size: 10rem;
  font-family: "kufam", sans-serif;
  color: white;
  text-shadow: 0 0 74px #35356c0a;
  line-height: 100%;
}

@media screen and (max-width: 1024px) {
  .block_thank_you {
    margin: 100px 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .block_thank_you .title_404 {
    position: absolute;
    top: 0;
    font-size: 10rem;
  }
}

.block_reviews .reviews_box {
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  padding: 60px;
  margin-bottom: 30px;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background: black;
  border-radius: 5px;
  position: relative;
}

.block_reviews .reviews_box:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.block_reviews .reviews_box::before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z' fill='rgba(243,242,252,1)'/%3E%3C/svg%3E");
  background-size: contain;
  height: 3rem;
  width: 3rem;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.block_reviews .reviews_box .stars {
  display: -webkit-box;
  display: flex;
}

.block_reviews .reviews_box .stars img {
  max-height: 1.5rem;
}

.block_reviews .reviews_box .quote {
  margin: 20px 0;
}

.block_reviews .reviews_box .avatar {
  height: 4rem;
  width: 4rem;
}

.reviews_slick .slick-list {
  overflow: visible !important;
}

.reviews_slick .reviews_box {
  margin: 0 20px;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.reviews_slick .reviews_box.slick-center {
  opacity: 1;
}

.block_faq {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.block_case {
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  margin-bottom: 30px;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 5px;
  position: relative;
  background: white;
}

.block_case .img_case {
  width: 100%;
}

.block_case .case_wrap {
  padding: 30px;
}

.block_case .logo {
  position: absolute;
  top: 15px;
  left: 15px;
  background: white;
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
}

.block_case .logo img {
  height: 1rem;
}

.block_case2 {
  display: -webkit-box;
  display: flex;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  margin-bottom: 30px;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 5px;
  position: relative;
  background: white;
  overflow: hidden;
}

.block_case2 .img_case {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.block_case2 .case_wrap {
  padding: 30px;
  position: relative;
}

.block_case2 .logo {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
}

.block_case2 .logo img {
  height: 1rem;
}

.block_timer {
  border-radius: 5px;
  padding: 20px 40px;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  overflow: hidden;
}

.block_timer .dots {
  color: white;
  font-size: calc(72px + 0 * ((100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  .block_timer .dots {
    font-size: 72px;
  }
}

@media screen and (min-width: 1600px) {
  .block_timer .dots {
    font-size: 72px;
  }
}

@media screen and (max-width: 1024px) {
  .block_timer .dots {
    font-size: calc(26px + 46 * ((100vw - 576px) / 1024));
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) {
  .block_timer .dots {
    font-size: 26px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1600px) {
  .block_timer .dots {
    font-size: 72px;
  }
}

.block_timer .number {
  color: white;
  font-size: calc(72px + 0 * ((100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  .block_timer .number {
    font-size: 72px;
  }
}

@media screen and (min-width: 1600px) {
  .block_timer .number {
    font-size: 72px;
  }
}

@media screen and (max-width: 1024px) {
  .block_timer .number {
    font-size: calc(26px + 46 * ((100vw - 576px) / 1024));
  }
}

@media screen and (max-width: 1024px) and (max-width: 576px) {
  .block_timer .number {
    font-size: 26px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1600px) {
  .block_timer .number {
    font-size: 72px;
  }
}

.block_timer .dots {
  padding: 0 20px;
  height: auto !important;
  margin-top: 0;
}

.block_timer::before {
  content: "";
  position: absolute;
  background: url(../../website/assets/images/others/circle_decoration.png);
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.block_contact_form .content {
  padding: 30px;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
}

.block_help {
  padding: 30px;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
  background: white;
  position: relative;
}

.block_help .icon {
  margin-right: 20px;
}

.block_help .icon svg {
  fill: #872959 !important;
  width: 55px;
}

.help_wrap p,
.help_wrap h3,
.help_wrap h4,
.help_wrap h5,
.help_wrap h6,
.help_wrap span {
  margin-top: 0;
  margin-bottom: 20px;
}

.block_popup {
  margin-bottom: 60px;
  cursor: pointer;
}

.block_popup:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.block_popup img {
  width: 100%;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 30px;
}

.block_popup .link {
  color: white;
  background: transparent !important;
}

.ticket_block {
  padding: 60px;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  border-radius: 5px;
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  position: relative;
}

.ticket_block::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background: white;
  border-radius: 50px;
  left: -10px;
}

.ticket_block::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background: white;
  border-radius: 50px;
  right: -10px;
}

.ticket_block .wrap {
  position: relative;
}

.ticket_block .wrap::before {
  content: "";
  position: absolute;
  background: url(../../website/assets/images/others/circle_decoration.png);
  top: -72%;
  left: 15%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ticket_block .title {
  color: white;
  margin-bottom: 20px;
}

.ticket_block .description {
  color: white;
  margin-bottom: 20px;
  max-width: 15rem;
  font-size: 19px;
}

.ticket_block .price {
  font-size: calc(46px + 26 * ((100vw - 576px) / 1024));
  line-height: 1;
  color: white;
  font-family: "kufam", sans-serif;
}

@media screen and (max-width: 576px) {
  .ticket_block .price {
    font-size: 46px;
  }
}

@media screen and (min-width: 1600px) {
  .ticket_block .price {
    font-size: 72px;
  }
}

.event_block {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  background: white;
}

.event_block .title {
  font-size: calc(36px + 4 * ((100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  .event_block .title {
    font-size: 36px;
  }
}

@media screen and (min-width: 1600px) {
  .event_block .title {
    font-size: 40px;
  }
}

.event_block .date {
  font-size: calc(36px + 4 * ((100vw - 576px) / 1024));
  color: #872959;
}

@media screen and (max-width: 576px) {
  .event_block .date {
    font-size: 36px;
  }
}

@media screen and (min-width: 1600px) {
  .event_block .date {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .event_block .date {
    text-align: left;
  }
}

.event_block .description {
  margin-top: 20px;
}

.tools_block {
  margin: 30px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.tools_block img {
  height: 2.5rem;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.tools_block img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.courses_block .item {
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  position: relative;
  background: white;
  display: -webkit-box;
  display: flex;
}

.courses_block .item .thumb_wrap {
  position: relative;
}

.courses_block .item .item_wrap {
  padding: 20px;
  padding-left: 2rem;
  position: relative;
}

.courses_block .item .item_wrap .info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3.3rem;
  width: 4rem;
  height: 4rem;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  color: white;
  border: solid 5px white;
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
}

.courses_block .item .item_wrap .info h4 {
  font-size: 18px;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 100%;
}

.courses_block .item .item_wrap .info span {
  font-size: 13px;
}

.courses_block .item .thumb {
  width: 10rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  margin-right: 20px;
}

.courses_block .item .title {
  margin: 0 0 20px 0;
  font-size: 22px;
}

.courses_block .item .item_meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.courses_block .item .item_meta div {
  font-size: 13px;
  color: #524e63;
}

.courses_block .item .item_meta svg {
  fill: #524e63;
}

.numbers_block {
  border-right: 1px solid #dfdbe9;
  padding: 40px;
}

.numbers_block.none {
  border-right: 0 !important;
}

.numbers_block .number {
  color: #872959;
}

.plan-single {
  box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.078);
  border-radius: 7px;
  background: white;
  padding: 5rem;
}

@media screen and (max-width: 768px) {
  .plan-single {
    padding: 3rem;
  }
}

.plan-single .desc-plan {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 576px) {
  .plan-single {
    padding: 2rem;
  }
}

.plan-single.top-header {
  margin-top: -4rem;
}

.plan-single .box {
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  color: white;
  position: relative;
  border-radius: 5px;
  z-index: 0;
}

.plan-single .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/others/lines.svg);
  background-size: contain;
  z-index: -1;
}

.plan-single .title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
  color: white;
}

.plan-single .price {
  font-size: 6.25rem;
  text-align: center;
  color: white;
}

.plan-single .width {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.plan-single .billed {
  margin-bottom: 20px;
  color: white;
}

.plan-single .pricing {
  font-size: 35px;
}

.plan-single .list-title {
  margin-bottom: 20px;
}

.plan-single .list__pricing {
  font-weight: 500;
  color: #4e5867;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 30px;
}

.plan-single .list {
  margin-top: 20px;
}

.plan-single .paragraph {
  font-size: 13px;
  text-align: center;
  color: rgba(90, 82, 255, 0.7);
}

.pricing-table {
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  overflow: auto;
  border-radius: 5px;
}

.pricing-table table {
  display: block;
}

.pricing-table table thead {
  display: block;
}

.pricing-table table thead tr {
  display: block;
}

.pricing-table table thead tr .sin-title-box {
  padding: 0 20px;
  height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.56px;
}

.pricing-table table tbody {
  display: block;
}

.pricing-table table tbody tr {
  display: block;
}

.pricing-table table .title-col {
  min-width: 290px;
}

.pricing-table table .basic-col {
  min-width: 195px;
}

.pricing-table table .standard-col {
  min-width: 195px;
}

.pricing-table table .premium-col {
  min-width: 195px;
}

.pricing-table table .ent-col {
  min-width: 195px;
}

.pricing-table table .colored-row {
  border-top: 2px solid #00000025;
  width: initial;
  background: #ffffff10;
}

.pricing-table table .colored-row:first-child {
  border-top: 0;
}

.pricing-table table .colored-row:first-child .sin-box:before {
  height: 100%;
  top: auto;
  bottom: 0;
}

.pricing-table table .colored-row .sin-box {
  position: relative;
  padding: 0 20px;
  height: 65px;
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.56px;
}

.pricing-table table .colored-row .sin-box:before {
  content: "";
  background: #002b44;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 1px;
}

.pricing-table table .colored-row .sin-box.title-col {
  color: #ffffff;
  font-weight: 700;
}

.pricing-table table .colored-row .sin-box .table-icon {
  font-size: 20px;
}

.pricing-table table .colored-row .sin-box .table-icon.neg {
  color: #f04037;
}

.pricing-table table .colored-row .sin-box .table-icon.pos {
  color: #67d216;
}

.pricing-table table .price-widget-block {
  padding-left: 22px;
  margin-top: 50px;
}

.pricing-table table .price-widget-block .title {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.66px;
  padding-bottom: 5px;
}

.pricing-table table .price-widget-block .subtitle {
  color: #c7c5d6;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.46px;
  padding-bottom: 26px;
}

.pricing-table table .price-widget-block .btn {
  width: 167px;
  height: 50px;
  border-radius: 5px;
  background-color: #872959;
  color: white;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.56px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.pricing-table table .price-widget-block .btn:hover {
  background-color: #872959;
  color: white;
}

.terms_block {
  padding: 60px !important;
}

@media screen and (max-width: 991px) {
  .terms_block {
    padding: 15px !important;
  }
}

.terms_block .badge {
  background: #872959;
  height: 5px;
  width: 5px;
  margin-top: 14px !important;
  border-radius: 50%;
}

.block_list {
  position: relative;
  padding-top: 60px;
  padding-bottom: 44px;
  position: relative;
}

.block_list::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1rem;
  width: 100%;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  left: 0;
  right: 0;
  border-radius: 5px 5px 0 0;
}

.block_list .list_item {
  border-bottom: solid 1px #dfdce6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block_list .list_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact_wrap_dark {
  max-width: 60rem;
  border-radius: 5px;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  padding: 60px 30px;
}

.contact_wrap_dark label {
  color: white;
}

.contact_wrap_dark p {
  color: white;
}

.steps_block .ellipse {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.steps_block .ellipse .num {
  color: white;
  text-align: center;
}

.steps_block .description {
  max-width: 20rem;
  margin-left: 4rem;
  margin-bottom: 30px;
}

.steps_block .title {
  margin-left: 1rem;
  line-height: 1.1;
}

.img_block {
  height: 40rem;
  width: 100%;
  background: #1f1c27;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.img_block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
  z-index: 0;
}

.img_block .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.img_block .in_img {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 15rem;
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}

.team_block {
  margin-bottom: -30px;
}

.team_block .item {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.team_block .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
  z-index: 0;
  background: rgba(0, 0, 0, 0.17);
}

.team_block .item .name {
  position: absolute;
  -webkit-transform: rotate(-90deg) translate(50%, 0%);
  transform: rotate(-90deg) translate(50%, 0%);
  bottom: 0;
  left: 0;
}

.team_block .item img {
  width: 100%;
}

.project_block p {
  color: #c9c9c9 !important;
}

.project_block .project_info {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #1f1c27;
}

.project_block .project_info .title {
  margin-bottom: 30px;
}

.project_block .project_info .categories {
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  padding: 30px;
}

.project_wrap {
  margin: 40px 0;
}

.block_split_left {
  padding: 15% !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.block_split_left .text_outline {
  position: absolute;
  bottom: 15px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  font-size: 10rem;
  color: #1f1c27;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px #ffffff26;
  text-transform: uppercase;
  word-wrap: normal;
}

.block_split_left .title {
  margin-bottom: 30px;
}

.block_split_left .description {
  margin-bottom: 30px;
}

.block_split_right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ms-right .ms-section div {
  padding: 0;
}

/* #multiscroll-nav span {
  top: 2px;
  left: 2px;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid white !important;
  background: white !important;
  box-shadow: 0 0 34px black;
} */

/* #multiscroll-nav li .active span {
  background: linear-gradient(
    135deg,
    #2fc4d1 0%,
    #168acb 50%,
    #01a19a 100%
  ) !important;
}

#multiscroll-nav li {
  width: 15px !important;
  height: 15px !important;
  margin: 1rem !important;
} */

.lines_effect_splite {
  position: absolute;
  z-index: 2;
  top: -10rem;
}

.lines_effect_splite img {
  max-width: 40rem;
  -webkit-transform: translateX(-30rem);
  transform: translateX(-30rem);
}

.lines_effect_top {
  position: absolute;
  z-index: -2;
  top: -10rem;
}

.lines_effect_top img {
  max-width: 50rem;
  -webkit-transform: translateX(-30rem);
  transform: translateX(-30rem);
}

.items div {
  margin: 0;
  padding: 0;
  border-right: none;
  border-bottom: none;
}

.items div:nth-child(13),
.items div:nth-child(14),
.items div:nth-child(15),
.items div:nth-child(16),
.items div:nth-child(17),
.items div:nth-child(18) {
  border-bottom: 0.05px solid #80878e;
}

.items div:nth-child(6),
.items div:nth-child(12),
.items div:nth-child(18) {
  border-right: 0.05px solid #80878e;
}
/*--------------------------------------------------------------
## Style Guide Page
--------------------------------------------------------------*/
.style_guide .element_wrap {
  margin: 140px 0;
  padding-bottom: 140px;
  border-bottom: solid 2px #f3f2fd;
}

.style_guide .element_wrap:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .style_guide .element_wrap {
    margin: 90px 0;
    padding-bottom: 90px;
    border-bottom: solid 2px #d5cee3;
  }
}

.style_guide .element_title {
  padding: 30px;
  background-image: radial-gradient(circle at 50% 0, #5731ab, #20113a);
  border-radius: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .style_guide .element_title {
    margin-bottom: 30px;
  }
}

.style_guide .element_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/others/lines.svg);
  background-size: contain;
  z-index: 1;
}

.style_guide .element_title h4 {
  color: white;
}

.style_guide .element_title p {
  color: white;
}

.style_guide .menu_icon {
  cursor: pointer;
  position: fixed;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-image: radial-gradient(circle at 50% 0, #5731ab, #20113a);
  z-index: 999;
  right: 30px;
  top: 50%;
  -webkit-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.style_guide .menu_icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M16 18v2H5v-2h11zm5-7v2H3v-2h18zm-2-7v2H8V4h11z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  fill: red;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.style_guide .menu_icon:hover {
  -webkit-transform: scaleX(1.1);
  transform: scaleX(1.1);
  opacity: 0.9;
}

.style_guide .menu_icon.menu_icon_active {
  right: 14rem;
}

@media screen and (max-width: 1024px) {
  .style_guide .menu_icon {
    right: 15px;
  }
}

.style_guide .menu_elements {
  position: fixed;
  height: 100vh;
  width: 13rem;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.19);
  background: white;
  z-index: 999;
  right: -13rem;
  top: 0;
  -webkit-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  padding: 30px;
}

.style_guide .menu_elements::before {
  content: "";
  top: 0;
  right: 0;
  height: 100vh;
  width: 15px;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  position: absolute;
}

.style_guide .menu_elements.is_active {
  right: 0;
  opacity: 1;
}

.style_guide .menu_elements h6 {
  margin-bottom: 0.5rem;
}

.style_guide .menu_elements .link {
  color: #707070;
  font-size: 14px;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.style_guide .menu_elements .link:hover {
  color: #872959;
  padding-right: 5px !important;
}

.style_guide .colors p {
  margin: 0;
  margin-bottom: 30px;
}

.style_guide .color_palette {
  border-radius: 5px;
  height: 120px;
  margin-bottom: 20px;
}

.style_guide .color_palette.color_brand {
  background: #872959;
}

.style_guide .color_palette.color_dark {
  background: #1f1c27;
}

.style_guide .color_palette.color_light {
  background: #f3f2fc;
}

.style_guide .color_palette.color_gradient {
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
}

.style_guide .sh_palette {
  border-radius: 5px;
  height: 120px;
  margin-bottom: 20px;
}

.style_guide .sh_palette.shadow_1 {
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
}

.style_guide .sh_palette.shadow_2 {
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
}

.style_guide .sh_palette.shadow_3 {
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
}

.style_guide .devider_palette {
  background: #1f1c27;
  border-radius: 5px;
  padding: 60px 30px;
}

.style_guide .logos_palette1 {
  border: solid 1px #f3f2fc;
  border-radius: 5px;
  padding: 30px;
}

.style_guide .logos_palette {
  background: #1f1c27;
  border-radius: 5px;
  margin-top: 20px;
  padding: 30px;
}

.index_page {
  background: black !important;
}

.index_page #particles-js {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.index_page .demo {
  border-radius: 2px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .index_page .demo {
    padding: 15px;
  }
}

.index_page .demo-title {
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ffffff;
  display: block;
}

@media screen and (max-width: 992px) {
  .index_page .demo-title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .index_page .demo-title {
    font-size: 2.2rem;
  }
}

.index_page .demo-title .has-line {
  position: relative;
}

.index_page .demo-title .has-line::before {
  content: "";
  position: absolute;
  height: 0.2rem;
  top: -1rem;
  width: 103%;
  left: 0;
  background: #872959;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .index_page .demo-title {
    font-size: 1.8rem;
  }
}

.index_page .demo-item {
  margin-bottom: 30px;
}

.index_page .demo-item img {
  border-radius: 5px;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.index_page .demo-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.index_page .item-title {
  font-size: 22px;
}

.index_page .item-img {
  opacity: 1;
}

.index_page .item-img img {
  width: 100%;
}

.index_page .buy {
  max-width: 38rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  box-shadow: 0 6px 12px 1px #e5e5f2;
}

.index_page .buy .pricing {
  background: #e9e9e9;
  border-radius: 5px;
  padding: 2rem;
}

.index_page .buy .pricing-title {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.index_page .buy .button {
  position: relative;
  z-index: 1;
}

.index_page .buy::before {
  content: url(../img/others/buy-shape2.svg);
  position: absolute;
  right: 0;
  bottom: 4rem;
  height: 4rem;
  width: 4rem;
  z-index: 0;
}

.index_page .buy::after {
  content: url(../img/others/buy-shape1.svg);
  position: absolute;
  left: 0;
  top: 0;
  height: 4rem;
  width: 4rem;
  z-index: 0;
}

.index_page .buy-list {
  z-index: 1;
}

.index_page .buy-list-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.index_page .buy-list-item svg {
  background: #872959;
  border-radius: 20rem;
  padding: 0.2rem;
  color: #fff;
  margin-right: 0.5rem;
}

.index_page .bottom0menu {
  padding: 20px 0;
}
/* @media screen and (max-width: 576) {
  
} */

@media screen and (max-width: 768px) {
  .index_page .bottom0menu {
    padding: 10px 0;
  }
  .swiper-wrapper img {
    width: 100%;
    border-radius: 15px;
    height: 500px;
  }
  .swiper-wrapper {
    width: 100%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .swiper-wrapper img {
    width: 100%;
    border-radius: 15px;
    height: 500px;
  }
}

.index_page .main_docs .docs1 {
  position: relative;
  top: 0%;
  left: 22.5%;
  box-shadow: -90px 60px 130px rgba(0, 0, 0, 0.15);
  max-width: 20rem;
}

@media screen and (max-width: 991px) {
  .index_page .main_docs .docs1 {
    width: 70%;
    position: relative;
  }
}

.index_page .main_codes {
  background: #1f1c27;
  color: white;
  text-align: left;
  z-index: 0;
}

.index_page .main_codes::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/others/pattern-1.svg);
  background-size: contain;
  z-index: -1;
}

.index_page .main_codes h2 {
  color: white;
}

.index_page .main_codes .description {
  color: rgba(255, 255, 255, 0.664);
  margin-bottom: 30px;
  font-size: 18px;
}

.index_page .main_codes .images img {
  margin-right: 5px;
}

.index_page .main_codes .text-adaptive {
  color: rgba(255, 255, 255, 0.664);
  margin-bottom: 20px;
}

.index_page .main_codes .title {
  color: #ff2272;
  font-size: 18px;
}

.index_page .section-purchase {
  position: relative;
  background-image: url(../images/bg/bg-header.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.index_page .purchase-title {
  text-align: center;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  font-size: 5rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(46px + 26 * ((100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  .index_page .purchase-title {
    font-size: 46px;
  }
}

@media screen and (min-width: 1600px) {
  .index_page .purchase-title {
    font-size: 72px;
  }
}

.index_page .markerplace_slider {
  border-radius: 5px;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

.index_page .markerplace_slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/others/pattern-1.svg);
  background-size: contain;
  z-index: -1;
}

.index_page .markerplace_slider .market_slick .slick-list {
  padding: 4rem 0 !important;
}

.index_page .markerplace_slider .market_slick .slick-prev {
  left: -4.5rem;
}

.index_page .markerplace_slider .market_slick .slick-next {
  right: -4.5rem;
}

.index_page .markerplace_slider .market_slick .item {
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  opacity: 0.6;
}

.index_page .markerplace_slider .market_slick .item img {
  width: 100%;
  max-width: 40rem;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 -100px 0 rgba(0, 0, 0, 0) inset;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.index_page .markerplace_slider .market_slick .item img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #05010975;
  background: rgba(0, 0, 0, 0.199);
}

@media screen and (max-width: 991px) {
  .index_page .markerplace_slider .market_slick .item img {
    max-width: 15rem;
  }
}

.index_page .markerplace_slider .market_slick .slick-center {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .index_page .markerplace_slider .market_slick .slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.index_page .markerplace_slider .market_slick .slick-center:hover {
  z-index: 9;
}

.index_page .blog_slick .item {
  padding: 20px 10px;
  opacity: 0.6;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.index_page .blog_slick .item .item-title {
  text-align: center;
}

.index_page .blog_slick .item img {
  width: 100%;
  margin-top: 60px;
}

.index_page .blog_slick .slick-center {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 1;
}

.index_page .slick-next {
  right: 25%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E"),
    linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  position: absolute !important;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 15px 21px #13072c80;
}

@media screen and (max-width: 991px) {
  .index_page .slick-next {
    display: none !important;
  }
}

.index_page .slick-prev {
  left: 25%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10.828 12l4.95 4.95-1.414 1.414L8 12l6.364-6.364 1.414 1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E"),
    linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  position: absolute !important;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 15px 21px #13072c80;
  opacity: 1 !important;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .index_page .slick-prev {
    display: none !important;
  }
}

.account_page .has_cover .col-md-6 {
  padding: 0;
  margin: 0;
}

.account_page .has_cover .row {
  padding: 0;
  margin: 0;
}

.account_page .has_cover .left_part {
  padding: 30px 22%;
}

@media screen and (min-width: 1025px) {
  .account_page .has_cover .left_part {
    padding: 30px 22%;
  }
}

@media screen and (max-width: 768px) {
  .account_page .has_cover .left_part {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 991px) {
  .account_page .has_cover .left_part {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 768px) {
  .account_page .has_cover .left_part {
    padding: 30px 15px;
  }
}

.account_page .has_cover .left_part .content {
  margin-top: 70%;
  height: 100%;
}

.account_page .has_cover .right_part {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .account_page .has_cover .right_part {
    display: none;
  }
}

.account_page .has_cover .right_part .right_part_wrap {
  position: fixed;
  height: 100vh;
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 90px;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  z-index: 0;
}

.account_page .has_cover .right_part .right_part_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/others/lines.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.account_page.is_basic {
  background-color: rgba(243, 242, 252, 0.3);
}

.account_page.is_basic .sign-form {
  margin-top: 100px;
  background: white;
  border-radius: 5px;
  padding: 60px 30px;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  margin-bottom: 90px;
}

.account_page .row_sign {
  padding: 0 !important;
  margin: 0 !important;
}

.account_page .back_to {
  position: absolute;
  left: 40px;
  top: 20px;
  padding: 10px 20px;
  border-radius: 50px;
  background: #f3f2fc;
  font-size: 14px;
  color: #232226;
}

.account_page .logo_sign {
  margin-bottom: 60px;
}

.account_page .logo_sign img {
  height: 40px;
}

.account_page .social_sign {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.account_page .social_sign span {
  color: white;
}

.account_page .google_sign {
  padding: 15px 20px;
  background: #db4437;
  border-radius: 5px;
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.account_page .google_sign:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
  opacity: 0.9;
}

@media screen and (max-width: 576px) {
  .account_page .google_sign {
    margin-bottom: 20px;
    width: auto;
  }
}

.account_page .facebook_sign {
  padding: 15px 20px;
  background: #4267b2;
  border-radius: 5px;
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.account_page .facebook_sign:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
  opacity: 0.9;
}

@media screen and (max-width: 576px) {
  .account_page .facebook_sign {
    width: auto;
  }
}

.account_page .or_line {
  position: relative;
  -webkit-transform: translateY(44px);
  transform: translateY(44px);
  width: 100%;
  height: 2px;
  background: #eaeaee;
  top: 50%;
}

.account_page .or {
  text-align: center;
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  background: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.account_page .or::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #eaeaee;
  top: 50%;
  z-index: -1;
}

.account_page .head {
  margin-bottom: 30px;
}

.account_page .head p {
  margin: 0;
}

.account_page .sign_title {
  text-align: center;
  margin-bottom: 10px;
  font-size: calc(36px + 4 * ((100vw - 576px) / 1024));
  line-height: 1.1;
}

@media screen and (max-width: 576px) {
  .account_page .sign_title {
    font-size: 36px;
  }
}

@media screen and (min-width: 1600px) {
  .account_page .sign_title {
    font-size: 40px;
  }
}

.account_page .quote {
  mix-blend-mode: overlay;
}

.account_page .text-hkgrotesk {
  font-size: 30px;
}

.modal-sign {
  overflow: hidden;
  margin: 2rem 0 0;
}

.modal-sign .close {
  margin-bottom: 20px;
}

.modal-sign .row {
  padding: 0;
  width: 100%;
}

.modal-sign .col {
  padding: 0;
}

.modal-sign .sign-form {
  margin: 0;
  padding: 0;
}

.modal-sign .modal-body {
  padding: 40px;
}

.modal-sign .cover_sign {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: inherit;
}

.modal-sign .modal-content {
  overflow: hidden;
}

.modal-sign .modal-content .row {
  padding: 0 !important;
  margin: 0 !important;
}

.modal-sign .modal-content .row .col-lg-6 {
  padding: 0;
}

.author_setting {
  background-color: rgba(243, 242, 252, 0.3);
}

.author_setting_reset {
  height: 60px;
}

.author_setting_wrap {
  margin-bottom: 100px;
  margin-top: -60px;
}

.sidebar {
  width: 25%;
  float: left;
}

.main-content {
  width: 75%;
  float: left;
}

.author_setting_wrap .author_sidebar {
  padding: 30px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
}

.author_setting_wrap .author_sidebar p {
  padding: 0;
}

.author_setting_wrap .author_content {
  padding: 30px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
}

.author_setting_wrap .sign_title {
  font-size: 25px;
  margin-bottom: 30px;
}

.sidebar_account {
  padding: 30px;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #2fc4d1 0%, #4f54f1 28%, #c86dd7 100%);
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  color: rgba(255, 255, 255, 0.89);
  z-index: 0;
}

.sidebar_account::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/others/lines.svg);
  background-size: cover;
  z-index: -1;
}

.sidebar_account a {
  margin-bottom: 5px !important;
  display: block;
}

.sidebar_account a:hover {
  padding-left: 5px;
}

.sidebar_account .title {
  color: white;
  margin-bottom: 10px;
}

.sidebar_account .is_active {
  color: white !important;
  font-weight: bold;
  position: relative;
}

.sidebar_account .is_active::before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  left: -30px;
  height: 72%;
  top: 2px;
  width: 10px;
  background: #665fff;
  mix-blend-mode: screen;
}

.block_account {
  padding: 30px;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
  background: white;
  position: relative;
}

.block_account .title_top {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ebeaef;
  font-size: calc(24px + 2 * ((100vw - 576px) / 1024));
}

@media screen and (max-width: 576px) {
  .block_account .title_top {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .block_account .title_top {
    font-size: 26px;
  }
}

.block_account .block_item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ebeaef;
}

.block_account .Heading {
  font-size: 18px;
  color: #1f1c27;
}

.block_account small {
  font-size: 15px;
  color: #515090;
}

.blog.has_style1 {
  background: #1f1c27;
  margin: 0 0 60px;
  border-radius: 5px;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  overflow: hidden;
}

.blog.has_style1 .row {
  padding: 0;
  margin: 0;
}

.blog.has_style1 .col-row {
  padding: 0;
  margin: 0;
}

.blog.has_style_grid {
  background: #1f1c27;
  margin: 0 0 30px;
  border-radius: 5px;
  overflow: hidden;
}

.blog.has_style_grid .blog-excerpt {
  font-size: 16px;
  margin-bottom: 20px;
}

.blog.has_style_grid .blog-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 14rem;
}

.blog.has_style_grid .blog-title {
  font-size: 24px;
}

.blog.has_style_grid .row {
  padding: 0;
  margin: 0;
}

.blog.has_style_grid .col-row {
  padding: 0;
  margin: 0;
}

.blog .meta.absolute {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 10;
  background-color: #1f1c27;
  border-radius: 25px;
  display: -webkit-box;
  display: flex;
  color: #1f1c27;
  padding: 6px 12px;
}

.blog .meta.absolute .meta-info {
  color: white;
  font-size: 13px;
  margin: 0 3px;
}

.blog .meta.absolute .meta-info svg {
  width: 15px;
  height: 15px;
  fill: #eee;
  vertical-align: middle;
  margin-top: -3px;
}

.blog .meta.absolute .min-read {
  display: inline-block;
  cursor: default;
}

.blog .meta.absolute .min-read span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: #7169fe;
  text-align: center;
  line-height: 21px;
  font-size: 13px;
  vertical-align: middle;
  margin-top: -4px;
  overflow: hidden;
}

.blog .meta.absolute .views-counter {
  cursor: default;
}

.blog .blog-title {
  margin: 0 0 20px;
  color: white !important;
  font-size: calc(24px + 16 * ((100vw - 576px) / 1024));
  line-height: 1.33;
  max-height: 2.66em;
  letter-spacing: 0.2px;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .blog .blog-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .blog .blog-title {
    font-size: 40px;
  }
}

.blog .blog-title a {
  color: white !important;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog .blog-title a:hover {
  color: #872959;
}

.blog .blog-excerpt {
  font-size: 18px;
  line-height: 1.78;
  margin: 0 0 20px;
}

.blog .blog-img {
  position: relative;
}

.blog .blog-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog .blog-author-detail {
  margin-top: 20px;
}

.blog .blog-author-detail .c-customer-review-meta {
  margin-top: 0;
}

.blog .blog-wrap {
  margin: 30px;
}

.blog .name {
  padding: 0;
}

.blog .author-post {
  text-transform: uppercase;
  color: #7a7d97;
  font-size: 13px;
  margin: 0;
}

.blog .user {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.blog .post_wrap {
  position: relative;
}

.blog_top_search {
  height: 90px;
  margin-top: -45px;
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
  border-radius: 5px;
  background: white;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: solid 1px transparent;
}

.blog_top_search input {
  box-shadow: none;
  height: inherit !important;
}

.blog_top_search .input-group {
  height: 90px;
}

.blog_top_search:hover {
  border: solid 1px #eaeef1;
}

.tag_cloud a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #1f1c27;
  border-radius: 50px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: solid 1px transparent;
  color: white;
}

.tag_cloud a:hover {
  background-color: #fff;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  border: solid 1px rgba(238, 238, 238, 0.096);
}

.tag_cloud .p_tags {
  margin-right: 10px;
  line-height: 2;
}

.masonry-column {
  padding: 0 15px;
}

.sidebar__inner {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 991px) {
  .blog-sidebar {
    margin-top: 60px;
  }
}

.blog-sidebar .widget {
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  margin-bottom: 30px;
  padding: 30px;
  background: white;
}

.blog-sidebar .tag_cloud {
  margin-bottom: -10px;
}

.blog-sidebar .tag_cloud .p_tags {
  display: -webkit-box;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  line-height: 2;
  display: block;
  margin-right: 20px;
}

.blog-sidebar .tag_cloud a {
  padding: 2px 10px;
  background-color: #f3f2fc;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: solid 1px transparent;
  color: #1f1c27;
}

.blog-sidebar .tag_cloud a:hover {
  background-color: #fff;
  color: #872959;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  border: solid 1px #eee;
}

.blog-sidebar .widget-title {
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 30px;
  color: #1f1c27;
  font-weight: bold;
  position: relative;
}

.blog-sidebar .social-widget {
  display: -webkit-box;
  display: flex;
}

.blog-sidebar .social-widget a {
  color: #1f1c27;
}

.blog-sidebar .social-widget iom-icon {
  font-size: 24px;
}

.blog-sidebar .social-widget .social_link {
  margin-right: 20px;
  height: 3rem;
  width: 3rem;
  background: #f3f2fc;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-sidebar .social-widget .social_link:hover {
  background: white;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  border: solid 1px #f1f0f5;
}

.blog-sidebar .Recent_Articles-widget .item {
  display: -webkit-box;
  display: flex;
}

.blog-sidebar .Recent_Articles-widget .item .thumb img {
  width: 70px;
  margin-right: 10px;
  border-radius: 5px;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-sidebar .Recent_Articles-widget .item .info {
  padding-bottom: 20px;
  border-bottom: solid 1px #f3f2fc;
  margin-bottom: 20px;
}

.blog-sidebar .Recent_Articles-widget .item .info.reset {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.blog-sidebar .Recent_Articles-widget .item .info .title {
  font-size: 16px;
  margin-bottom: 4px;
}

.blog-sidebar .Recent_Articles-widget .item .info .title a {
  color: #1f1c27;
}

.blog-sidebar .Recent_Articles-widget .item .info .title a:hover {
  color: #872959;
}

.blog-sidebar .Recent_Articles-widget .item .info .time {
  font-size: 12px;
  color: #86819e;
}

.blog-sidebar .Recent_Articles-widget .item:hover img {
  -webkit-filter: saturate(0.5);
  filter: saturate(0.5);
}

.blog-sidebar .ads-widget img {
  width: 100%;
  border-radius: 5px;
}

.blog-sidebar .cat-item {
  padding-bottom: 10px;
  border-bottom: solid 1px #f3f2fc;
  margin-bottom: 10px;
}

.blog-sidebar .cat-item a {
  color: #1f1c27;
}

.blog-sidebar .cat-item a:hover {
  padding-left: 5px;
  color: #872959;
}

.blog-sidebar .cat-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.blog-sidebar .tag_cloud a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #f3f2fc;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: solid 1px transparent;
  color: #1f1c27;
}

.blog-sidebar .tag_cloud a:hover {
  background-color: #fff;
  color: #872959;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  border: solid 1px #eee;
}

.article_page {
  background: #000;
}

.article_page .user {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.article_page .blog-author-detail {
  margin-bottom: 40px;
}

.article_page .author-meta p {
  margin: 0;
}

.article_page .article_wrap {
  margin-top: 100px;
  background: #000;
}

.article_page .article_wrap .tag_cloud a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #f3f2fc;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: solid 1px transparent;
  background: black;
}

.article_page .article_wrap .tag_cloud a:hover {
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  border: solid 1px rgba(238, 238, 238, 0.13);
}

.article_page .article_wrap .content {
  background: #1f1c27;
}

.article_page .article_wrap h1,
.article_page .article_wrap h2,
.article_page .article_wrap h3,
.article_page .article_wrap h4,
.article_page .article_wrap h5,
.article_page .article_wrap h6,
.article_page .article_wrap div {
  color: white;
}

.article_page .blog-share-container {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  left: 0;
}

.article_page .blog-share {
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  padding: 20px;
  border-radius: 5px;
  background: linear-gradient(135deg, #2fc4d1 0%, #168acb 50%, #01a19a 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.article_page .blog-share::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/others/lines.svg);
  background-size: cover;
  mix-blend-mode: screen;
  z-index: -1;
}

.article_page .blog-share .share {
  text-align: center;
  margin-bottom: 20px;
  color: white;
}

.article_page .blog-share ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.article_page .blog-share ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.article_page .blog-share ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}

.article_page .blog-share ul li a:hover {
  color: #872959;
}

.article_page .blog-share a {
  color: #1f1c27;
}

.article_page .content {
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  padding: 30px;
  margin-bottom: 60px;
}

.article_page .content .inner h2,
.article_page .content .inner h3,
.article_page .content .inner h4,
.article_page .content .inner h5,
.article_page .content .inner h6,
.article_page .content .inner p {
  margin-top: 25px;
  margin-bottom: 25px;
}

.article_page .content img {
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 21px 23px -5px rgba(82, 48, 162, 0.12);
}

.sharect {
  border-radius: 50px !important;
  padding: 0 0 3px 10px;
  background-color: white !important;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  -webkit-animation-name: sharect;
  animation-name: sharect;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.sharect div:last-child {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  border-top: 5px solid white !important;
}

@-webkit-keyframes sharect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes sharect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.comments_article {
  max-width: 1000px;
  background-color: #1f1c27;
  padding: 30px 30px 10px;
  margin-bottom: 60px;
  border-radius: 5px;
}

.comments_article.is_dark {
  background: #1f1c27;
}

.comments_article.is_dark .comment-content {
  background: black;
}

.comments_article.is_dark .is_child .comment-content {
  background: black;
}

.comments_article .avatar {
  border-radius: 100%;
}

.comments_article .comment {
  margin-bottom: 20px;
}

.comments_article .comment-content {
  background: black;
  border-radius: 0 15px 15px 15px;
  padding: 20px;
}

.comments_article .is_child {
  padding-left: 60px;
  border-left: solid 2px #000000;
}

.comments_article .is_child .comment-content {
  background: rgba(0, 0, 0, 0.623);
}

@media screen and (max-width: 991px) {
  .comments_article .is_child {
    padding-left: 20px;
  }
}

.reply {
  max-width: 1000px;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  padding: 30px;
  border-right: 5px;
  background: #1f1c27;
}

.top_tag_cloud .p_tags {
  display: -webkit-box;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  line-height: 2;
  display: block;
  margin-right: 20px;
}

.top_tag_cloud a {
  padding: 2px 10px;
  background-color: #f3f2fc;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: solid 1px transparent;
  color: #1f1c27;
}

.top_tag_cloud a:hover {
  background-color: #fff;
  color: #872959;
  box-shadow: 0 21px 51px rgba(29, 14, 98, 0.15);
  border: solid 1px #eee;
}

.portfolio {
  /* Layout 1 */
  /* Layout 2 */
  /* Layout 3 */
  /* Layout 4 */
  /* Layout 5 */
}

.portfolio body {
  margin: 0;
  --color-text: rgb(255, 255, 255);
  --color-bg: $color_dark;
  --color-link: #de6565;
  --color-link-hover: rgb(255, 255, 255);
  --color-menu-stroke: rgb(255, 255, 255);
  --color-menu-item: rgb(255, 255, 255);
  --color-explore: rgb(255, 255, 255);
  background-color: black !important;
  /* overflow: scroll; */
  overflow-x: hidden;
}

.portfolio .main {
  width: 100%;
  overflow: hidden;
}

.portfolio a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
}

.portfolio a:hover,
.portfolio a:focus {
  color: var(--color-link-hover);
  outline: none;
}

.portfolio .frame {
  padding: 2rem 1rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}

.portfolio .frame__title {
  font-size: 1rem;
  margin: 0 0 1rem;
}

.portfolio .frame__links {
  display: inline;
}

.portfolio .frame a {
  pointer-events: auto;
  text-transform: lowercase;
}

.portfolio .frame__links a:not(:last-child) {
  margin-right: 1rem;
}

.portfolio .frame__social {
  margin: 1rem 0 0 0;
}

.portfolio .frame__social-behance {
  width: 20px;
  display: inline-block;
}

.portfolio .frame__pagetitle {
  font-weight: bold;
  margin: 0 0 1rem;
}

.portfolio .menu-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.portfolio .page--preview ~ .menu-wrap {
  pointer-events: auto;
}

.portfolio .menu-draggable {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: -webkit-grab;
  cursor: grab;
}

.portfolio .menu-draggable:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.portfolio .menu {
  display: -webkit-box;
  display: flex;
  width: 100vw;
  height: 100vh;
  position: relative;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  counter-reset: menu-number;
  pointer-events: none;
  will-change: transform;
}

.portfolio .menu__item {
  position: relative;
  text-align: center;
  margin: 0 10vw 0 0;
  --counter-opacity: 0;
  color: var(--color-menu-item);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.portfolio .page--preview ~ .menu-wrap .menu__item {
  --counter-opacity: 1;
}

.portfolio .menu__item::before {
  counter-increment: menu-number;
  content: counter(menu-number, decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 100%;
  opacity: var(--counter-opacity);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.portfolio .menu__item--current {
  color: var(--color-menu-item);
}

.portfolio .menu__item-link {
  color: currentColor;
  font-weight: bold;
  font-size: 12vw;
  display: -webkit-box;
  display: flex;
  line-height: 1.2;
}

.portfolio .menu__item-explore {
  cursor: pointer;
  margin: 0.5rem 0 0 0;
  display: inline-block;
  will-change: transform;
}

.portfolio .menu__item-explore:hover,
.portfolio .menu__item-explore:focus {
  text-decoration: none;
}

.portfolio
  .page--preview
  ~ .menu-wrap
  .menu__item--current
  .menu__item-explore {
  pointer-events: auto;
}

.portfolio .letter {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.portfolio .letter__inner {
  display: block;
  will-change: transform;
  color: #ffffff;
  font-weight: normal !important;
}

.portfolio .letter__inner--stroke {
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    135deg,
    #2fc4d1 0%,
    #4f54f1 28%,
    #c86dd7 100%
  );
  -webkit-text-fill-color: transparent;
}

.portfolio .menu__item--current .letter__inner {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-background-clip: text;
  background-image: linear-gradient(
    135deg,
    #2fc4d1 0%,
    #4f54f1 28%,
    #c86dd7 100%
  );
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: transparent;
}

.portfolio .grid-wrap {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 100%;
  grid-template-rows: 3rem 1fr;
  position: relative;
  padding: 13rem 5vw 2rem;
  pointer-events: none;
}

.portfolio .gridback {
  align-self: start;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 0;
  pointer-events: auto;
}

.portfolio .page--preview .gridback {
  pointer-events: none;
}

.portfolio .gridback:hover {
  color: var(--color-link-hover);
}

.portfolio .gridback:focus {
  outline: none;
}

.portfolio .grid {
  grid-area: 2 / 1 / 3 / 2;
  --gridgap: 1vw;
  --gridwidth: 100%;
  --gridheight: 80vw;
  display: grid;
  width: var(--gridwidth);
  height: var(--gridheight);
  grid-template-rows: repeat(10, calc(var(--gridheight) / 10 - var(--gridgap)));
  grid-template-columns: repeat(
    10,
    calc(var(--gridwidth) / 10 - var(--gridgap))
  );
  grid-gap: var(--gridgap);
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.portfolio .grid__item-wrap {
  position: relative;
  will-change: transform;
}

.portfolio .grid__item {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  will-change: transform;
  -webkit-filter: grayscale(0) contrast(1) brightness(1);
  filter: grayscale(0) contrast(1) brightness(1);
}

.portfolio .page--preview .grid__item {
  -webkit-filter: grayscale(0.5) contrast(0.4) brightness(1.5);
  filter: grayscale(0.5) contrast(0.4) brightness(1.5);
}

.portfolio .grid--layout-1 .grid__item-wrap:first-child {
  grid-area: 3 / 1 / 8 / 4;
}

.portfolio .grid--layout-1 .grid__item-wrap:nth-child(2) {
  grid-area: 1 / 2 / 3 / 4;
}

.portfolio .grid--layout-1 .grid__item-wrap:nth-child(3) {
  grid-area: 5 / 4 / 8 / 8;
}

.portfolio .grid--layout-1 .grid__item-wrap:nth-child(4) {
  grid-area: 2 / 7 / 5 / 11;
}

.portfolio .grid--layout-1 .grid__item-wrap:nth-child(5) {
  grid-area: 1 / 4 / 5 / 7;
}

.portfolio .grid--layout-1 .grid__item-wrap:nth-child(6) {
  grid-area: 8 / 5 / 11 / 2;
}

.portfolio .grid--layout-1 .grid__item-wrap:nth-child(7) {
  grid-area: 10 / 9 / 8 / 11;
}

.portfolio .grid--layout-1 .grid__item-wrap:nth-child(8) {
  grid-area: 5 / 8 / 8 / 10;
}

.portfolio .grid--layout-1 .grid__item-wrap:nth-child(9) {
  grid-area: 8 / 5 / 11 / 9;
}

.portfolio .grid--layout-2 .grid__item-wrap:first-child {
  grid-area: 2 / 1 / 5 / 4;
}

.portfolio .grid--layout-2 .grid__item-wrap:nth-child(2) {
  grid-area: 1 / 4 / 4 / 7;
}

.portfolio .grid--layout-2 .grid__item-wrap:nth-child(3) {
  grid-area: 1 / 7 / 5 / 10;
}

.portfolio .grid--layout-2 .grid__item-wrap:nth-child(4) {
  grid-area: 5 / 1 / 7 / 4;
}

.portfolio .grid--layout-2 .grid__item-wrap:nth-child(5) {
  grid-area: 4 / 4 / 7 / 7;
}

.portfolio .grid--layout-2 .grid__item-wrap:nth-child(6) {
  grid-area: 7 / 7 / 11 / 4;
}

.portfolio .grid--layout-2 .grid__item-wrap:nth-child(7) {
  grid-area: 5 / 7 / 8 / 11;
}

.portfolio .grid--layout-2 .grid__item-wrap:nth-child(8) {
  grid-area: 7 / 2 / 9 / 4;
}

.portfolio .grid--layout-3 .grid__item-wrap:first-child {
  grid-area: 1 / 2 / 3 / 5;
}

.portfolio .grid--layout-3 .grid__item-wrap:nth-child(2) {
  grid-area: 3 / 1 / 6 / 5;
}

.portfolio .grid--layout-3 .grid__item-wrap:nth-child(3) {
  grid-area: 1 / 5 / 5 / 8;
}

.portfolio .grid--layout-3 .grid__item-wrap:nth-child(4) {
  grid-area: 2 / 8 / 6 / 11;
}

.portfolio .grid--layout-3 .grid__item-wrap:nth-child(5) {
  grid-area: 5 / 5 / 8 / 8;
}

.portfolio .grid--layout-3 .grid__item-wrap:nth-child(6) {
  grid-area: 6 / 8 / 8 / 11;
}

.portfolio .grid--layout-3 .grid__item-wrap:nth-child(7) {
  grid-area: 6 / 2 / 8 / 5;
}

.portfolio .grid--layout-3 .grid__item-wrap:nth-child(8) {
  grid-area: 11 / 4 / 8 / 7;
}

.portfolio .grid--layout-3 .grid__item-wrap:nth-child(9) {
  grid-area: 8 / 9 / 11 / 7;
}

.portfolio .grid--layout-4 .grid__item-wrap:first-child {
  grid-area: 2 / 1 / 4 / 4;
}

.portfolio .grid--layout-4 .grid__item-wrap:nth-child(2) {
  grid-area: 1 / 4 / 3 / 7;
}

.portfolio .grid--layout-4 .grid__item-wrap:nth-child(3) {
  grid-area: 3 / 4 / 5 / 7;
}

.portfolio .grid--layout-4 .grid__item-wrap:nth-child(4) {
  grid-area: 1 / 7 / 4 / 11;
}

.portfolio .grid--layout-4 .grid__item-wrap:nth-child(5) {
  grid-area: 4 / 2 / 7 / 4;
}

.portfolio .grid--layout-4 .grid__item-wrap:nth-child(6) {
  grid-area: 5 / 7 / 8 / 4;
}

.portfolio .grid--layout-4 .grid__item-wrap:nth-child(7) {
  grid-area: 4 / 7 / 8 / 11;
}

.portfolio .grid--layout-4 .grid__item-wrap:nth-child(8) {
  grid-area: 8 / 9 / 11 / 4;
}

.portfolio .grid--layout-5 .grid__item-wrap:first-child {
  grid-area: 2 / 1 / 5 / 4;
}

.portfolio .grid--layout-5 .grid__item-wrap:nth-child(2) {
  grid-area: 1 / 4 / 5 / 7;
}

.portfolio .grid--layout-5 .grid__item-wrap:nth-child(3) {
  grid-area: 5 / 2 / 7 / 5;
}

.portfolio .grid--layout-5 .grid__item-wrap:nth-child(4) {
  grid-area: 1 / 7 / 4 / 11;
}

.portfolio .grid--layout-5 .grid__item-wrap:nth-child(5) {
  grid-area: 5 / 7 / 7 / 5;
}

.portfolio .grid--layout-5 .grid__item-wrap:nth-child(6) {
  grid-area: 7 / 5 / 10 / 1;
}

.portfolio .grid--layout-5 .grid__item-wrap:nth-child(7) {
  grid-area: 4 / 7 / 7 / 9;
}

.portfolio .grid--layout-5 .grid__item-wrap:nth-child(8) {
  grid-area: 4 / 9 / 9 / 11;
}

.portfolio .grid--layout-5 .grid__item-wrap:nth-child(9) {
  grid-area: 7 / 5 / 11 / 9;
}

.portfolio .page--preview {
  position: relative;
  overflow: hidden;
  height: 100vh;
  pointer-events: none;
}

@media screen and (min-width: 53em) {
  .portfolio .frame {
    position: fixed;
    text-align: left;
    z-index: 10000;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 2.5rem 3rem;
    grid-template-columns: 20rem 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "title links pagetitle" "... ... ..." "... ... social";
  }

  .portfolio .frame__pagetitle {
    grid-area: pagetitle;
    margin: 0;
  }

  .portfolio .frame__title-wrap {
    grid-area: title;
    display: -webkit-box;
    display: flex;
  }

  .portfolio .frame__title {
    margin: 0;
  }

  .portfolio .frame__tagline {
    position: relative;
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem;
  }

  .portfolio .frame__social {
    margin: 0;
    grid-area: social;
    justify-self: end;
  }

  .portfolio .frame__links {
    grid-area: links;
    padding: 0;
    justify-self: start;
  }

  .portfolio .grid-wrap {
    grid-template-rows: 1.25rem 1fr;
    grid-gap: 3rem;
    padding: 2.5rem 3rem;
  }

  .portfolio .grid {
    padding: 0 10vw;
  }

  .portfolio .gridback {
    justify-self: end;
  }
}

@media (any-pointer: fine) {
  .portfolio .cursor {
    display: block;
  }

  .portfolio .cursor__inner {
    z-index: 9999;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    border-radius: 50%;
  }

  .portfolio .cursor__side {
    position: absolute;
    top: 50%;
    width: 5px;
    height: 1px;
    background: #de6565;
    opacity: 0;
  }

  .portfolio .cursor__side--left {
    right: calc(100% + 5px);
  }

  .portfolio .cursor__side--right {
    left: calc(100% + 5px);
  }

  .portfolio .cursor__inner--circle {
    width: 25px;
    height: 25px;
    border: 1px solid #de6565;
  }
}

.documentation_page .site-header {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

.documentation_page .side {
  position: relative;
  width: 21rem;
}

.documentation_page .docs-sidenav {
  position: fixed;
  top: 0;
  height: 100vh;
  /* overflow-y: scroll; */
  border-radius: 5px;
  background: white;
}

.documentation_page .first_title {
  margin-bottom: 30px;
}

.documentation_page .fa-star {
  color: #f3d343;
}

.documentation_page .doc_box {
  padding: 60px 40px;
  box-shadow: -20px -17px 36px -21px rgba(29, 14, 98, 0.1);
  margin-top: 60px;
  border: 1px solid #e9ecf0;
  border-radius: 5px;
  max-width: 65rem;
  margin: 60px 0;
  margin-left: 60px;
}

@media screen and (max-width: 991px) {
  .documentation_page .doc_box {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.documentation_page .doc_box img {
  margin-bottom: 2rem;
}

.documentation_page .doc_box p {
  margin-bottom: 1.5rem !important;
}

.documentation_page .doc_box ul {
  margin-bottom: 2rem;
  border-left: solid 0.3rem #f7f7f7;
  padding-left: 1rem;
  cursor: default;
}

.documentation_page .doc_box ul li {
  line-height: 2;
}

.documentation_page .doc_box .box-title {
  font-size: calc(46px + 26 * ((100vw - 576px) / 1024));
  line-height: 1.05;
  margin-bottom: 30px;
  border-bottom: solid 2px #f3f2fc;
  padding-bottom: 30px;
  text-transform: capitalize;
}
#Hippa {
  position: fixed;
  bottom: 6rem;
  right: 0px;
  width: 20rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
}

@media only screen and (max-width: 1200px) {
  #Hippa {
    width: 10rem;
  }
}
@media screen and (min-width: 991px) and (max-width: 1300px) {
  .navbar {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 576px) {
  .documentation_page .doc_box .box-title {
    font-size: 46px;
  }
}

@media screen and (min-width: 1600px) {
  .documentation_page .doc_box .box-title {
    font-size: 72px;
  }
}

.documentation_page .doc_box .color-span {
  color: #872959;
}

.documentation_page .doc_box .style_guide .box-title {
  font-size: 26px;
  margin-bottom: 0px;
}

.documentation_page .box-sub-title {
  margin: 30px 0;
  position: relative;
  font-size: calc(36px + 4 * ((100vw - 576px) / 1024));
  line-height: 1.1;
}

@media screen and (max-width: 576px) {
  .documentation_page .box-sub-title {
    font-size: 36px;
  }
}

@media screen and (min-width: 1600px) {
  .documentation_page .box-sub-title {
    font-size: 40px;
  }
}

.documentation_page .box-sub-title::before {
  content: "#";
  color: #872959;
}

.documentation_page .box-sub2-title {
  background: rgba(61, 123, 194, 0.078);
  font-size: calc(24px + 2 * ((100vw - 576px) / 1024));
  margin-bottom: 2rem;
}

@media screen and (max-width: 576px) {
  .documentation_page .box-sub2-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .documentation_page .box-sub2-title {
    font-size: 26px;
  }
}

.documentation_page .box-sub2-title::before {
  content: "##";
  color: #872959;
}

.documentation_page .structure {
  background: #ffffff;
  border-radius: 5px;
  padding: 30px 60px !important;
  border: solid 1px #f7f7f7 !important;
  box-shadow: 0 0 36px rgba(29, 14, 98, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.documentation_page .structure:hover {
  box-shadow: none;
}

.documentation_page .structure .fa-folder-open {
  color: #ffe16e;
}

.documentation_page .structure .fa-folder {
  color: #afa8ff;
}

.documentation_page .structure .file {
  color: #ffa8a8;
}

.documentation_page .structure .file2 {
  color: #a8ffe5;
}

.documentation_page .structure .file3 {
  color: #aea8ff;
}

.documentation_page #docsSidenav {
  padding: 60px;
  background-color: rgba(243, 242, 252, 0.3);
  border-right: 1px solid #f3f2fc;
  max-width: 21rem;
  margin-top: 86px;
}

.documentation_page #docsSidenav h5 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.documentation_page #docsSidenav a {
  font-size: 15px;
}

.documentation_page #docsSidenav .icon {
  margin-right: 10px;
}

.documentation_page #docsSidenav .icon svg {
  fill: #1f1c27 !important;
}

.documentation_page .border {
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #eaf2fe;
}

pre[class*="language-"] {
  font-size: 14px;
  padding: 1em;
  margin: 1.5em 0;
  overflow: auto;
  border: none;
  border-radius: 0.5em;
  box-shadow: none;
  border-radius: 5px;
  background: #1f1c27 !important;
}

pre[class*="language-"],
:not(pre) > code[class*="language-"] {
  background: #1f1c27 !important;
}

.code-toolbar:hover:hover button {
  background: #872959;
  color: #fff;
  border: solid 2px #872959;
  padding: 10px 13px 10px 42px;
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  font-weight: normal;
  font-family: "kufam", sans-serif;
  border-radius: 5px;
  border: none;
  border-radius: 4px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-decoration: none;
  vertical-align: middle;
  outline: 0;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M6 4v4h12V4h2.007c.548 0 .993.445.993.993v16.014a.994.994 0 0 1-.993.993H3.993A.994.994 0 0 1 3 21.007V4.993C3 4.445 3.445 4 3.993 4H6zm2-2h8v4H8V2z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 11px 8px;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #706699;
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #6edfff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #baea80;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #b9a5ca;
}

span.inline-color-wrapper {
  height: 16px;
  width: 16px;
  margin: 0 6px 0 0;
  box-sizing: border-box;
  border: 1px solid #61448a;
  outline: none;
  border-radius: 50%;
}

#fluid-btn {
  position: fixed;
  bottom: 2rem;
  right: -1.5rem;
  border-radius: 10px 0px 0px 10px !important;

  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  #fluid-btn {
    display: none;
  }
}
.btn.btn-gradient-success4 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1ce1ac),
    to(#8cf1d6)
  );
  background: linear-gradient(to right, #f8e46f 0%, #ffec82 100%);
  border: none;
  position: absolute;
  right: 0px;
  font-size: 10px;
  margin: 1px;
  color: black;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.card {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #fefefe;
  height: 88px;
  max-width: 500px;
  overflow: hidden;
  transition: 375ms cubic-bezier(0.4, 0, 0.2, 1);

  /* to position in middle */
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cardActive {
  height: 332px;
}

.cardActive .nonSharedContent {
  /* When closing, wait 75ms before fading and fade for longer */
  transition: 150ms;
  transition-delay: 75ms;
  opacity: 1;
}

.nonSharedContent {
  transition: 75ms;
  opacity: 0;
}

.cardHeader {
  cursor: pointer;
  width: 100%;
  height: 72px;
  padding-top: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cardHeaderTextContainer {
  display: inline-block;
  height: 100%;
  padding-top: 4px;
  width: auto;
}

.cardHeaderTitle {
  background-color: #2196f2;
  width: 184px;
  height: 16px;
  margin-bottom: 16px;
}

.cardHeaderSupportingText {
  background-color: #2196f2;
  height: 16px;
  width: 136px;
}

.cardAvatarContainer {
  display: inline-block;
  margin: 0 16px;
  height: 100%;
}

.cardAvatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #2196f2;
  display: inline-block;
}

.greySquaresContainer {
  width: 200%;
  padding: 10px;
}

.greySquare {
  margin: 8px;
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: #ededed;
  border-radius: 2px;
}

.greyLine {
  width: 160px;
  height: 16px;
  margin: 24px 16px;
  background-color: #ededed;
}

.greyLine:first-of-type {
  width: 220px;
  margin: 0 16px;
}

.list-group-item {
  border: none !important;
}

.list-group-item2 {
  border: none;
  position: relative;
  margin: 10px 0px 10px 20px;
  padding: 12px;
  padding-left: 20px;
  background: transparent;
}

.list-group {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem;
  padding-left: 0;
  margin-bottom: 0;
  border: 1px solid white;
  border-radius: 8px;
  background: transparent;
  height: 350px;
}

.text-size {
  font-size: 48px;
  line-height: 1.4;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .labs-list {
    padding-left: 3rem !important;
  }

  .circle1 {
    height: 25px !important;
    width: 25px !important;
    background-color: #948af4 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    margin-top: 24px !important;
    position: relative !important;
    top: 2rem !important;
  }
}

@media screen and (min-width: 595px) and (max-width: 991px) {
  .labs-list {
    padding-left: 3rem !important;
  }

  .circle1 {
    height: 25px !important;
    width: 25px !important;
    background-color: #948af4 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    margin-top: 24px !important;
    position: relative !important;
    top: 2rem !important;
  }
}

@media screen and (min-width: 514px) and (max-width: 595px) {
  .labs-list {
    padding-left: 3rem !important;
  }

  .circle1 {
    height: 25px !important;
    width: 25px !important;
    background-color: #948af4 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    margin-top: 24px !important;
    position: relative !important;
    top: 2rem !important;
  }
}

@media screen and (max-width: 514px) {
  .list-group {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 3rem;
    padding-top: 20px;
    padding-left: 13px;
    margin-bottom: 25px;
    border: 1px solid white;
    border-radius: 8px;
    background: transparent;
    height: 350px;
  }

  .Video-header {
    padding-top: 80px;
  }
  .section-space {
    padding: 18px;
  }
  .section.section-trial .free-box {
    padding: 1.5rem 1rem;
    border-radius: 5px;
    color: #fff;
    position: relative;
    background: #872959;
    overflow: hidden;
  }
  .text-size {
    font-size: 24px;
    line-height: 1.4;
  }
  .Our-mission {
    padding-top: 1rem;
  }
  .text-size2 {
    line-height: 1.4 !important;
    font-size: 30px;
  }
  .office {
    display: flex;
    flex-direction: column;
  }
  .circle1 {
    height: 25px;
    width: 25px;
    background-color: #948af4;
    border-radius: 50%;
    display: inline-block;
    margin-top: 24px;
    position: relative;
    top: 46px;
  }
  .labs-list {
    padding-left: 3rem !important;
  }
  .title2 {
    padding-top: 5px;
  }
  nav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: black;
  }
  .navbar {
    background-color: black;
  }
  .navbar-toggler-icon {
    color: #872959;
  }
  .navbar-toggler {
    background-color: white;
  }
  .navbar {
    transition: background-color 0.3s ease-in-out;
  }
  .video-container {
    padding-top: 6rem;
    position: static;
    height: auto;
  }

  video {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }
  .video-high {
    height: auto;
    width: auto;
  }
  .text-fix {
    text-align: start;
    text-justify: inter-word;
  }
  .text-size2 {
    text-align: left;
    line-height: 1.4 !important;
    font-size: 24px !important;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
  }
  table thead {
    font-family: "Lobster", cursive;
    background-color: #000;
    color: #fff;
    font-size: 1.5rem;
  }
  table th {
    border: 2px solid #ddd;
    padding: 14px 12px;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 5;
  }

  table tbody td {
    border: 2px solid #ddd;
    padding: 15px 12px;
    color: #fff;
    font-size: 14px;
  }

  table tbody td a {
    display: block;
    padding: 10px;
    /*IMPORTANT: padding just for a 
  so we fill all the A:link cell
  (delete the padding for td)*/
    text-decoration: none;
    color: #fff;
  }
  table tbody td a:hover {
    background-color: none;
  }
}
@media screen and (max-width: 600px) {
  .table {
    max-width: 100%;
  }

}
/*  */
