/*
[Master Stylesheet]

Template Name: Saasbox - Multipurpose HTML Template for Saas & Agency
Template Author: Designing World
Template Author URL: https://themeforest.net/user/designing-world
Version: 2.0.0
Last Updated: Sep 26, 2021
*/
/*
[Table of Contents]
    Google Fonts
    Template Responsive
    Template Variables
    Basic Styles
        + Reboot CSS
        + Shortcodes CSS
    Components Styles
            + Preloader CSS
            + Header CSS
            + Hero CSS
            + About CSS
            + Tab CSS
            + Service CSS
            + Pricing CSS
            + Feature CSS
            + Team CSS
            + Partner CSS
            + Portfolio CSS
            + Feedback CSS
            + Video CSS
            + Counter CSS
            + Blog CSS
            + Footer CSS
            + CTA CSS
            + Cookie CSS
            + FAQ CSS
            + Breadcrumb CSS
            + Shop CSS
            + Error CSS
            + Register CSS
            + Contact CSS
            + Demo CSS

[font-family]
'Manrope', sans-serif;
*/
/* Import Fonts & All CSS Files */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
/* Reboot CSS */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "Manrope", sans-serif;
  color: #8480ae;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  color: #1f0757;
  font-weight: 700;
  line-height: 1.3;
}

p {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

a,
a:hover,
a:focus {
  font-family: "Manrope", sans-serif;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #1f0757;
}

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

input:required,
textarea:required {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Container */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 320px;
}

@media (min-width: 400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 360px;
  }
}
@media (min-width: 480px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 420px;
  }
}
@media (min-width: 576px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1120px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1170px;
  }
}
/* Spacing */
.mt-120 {
  margin-top: 70px;
}
@media only screen and (min-width:992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 70px;
}
@media only screen and (min-width:992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.mt-70 {
  margin-top: 50px;
}
@media only screen and (min-width:992px) {
  .mt-70 {
    margin-top: 70px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 50px;
}
@media only screen and (min-width:992px) {
  .mb-70 {
    margin-bottom: 70px;
  }
}

.mb-80 {
  margin-bottom: 50px;
}
@media only screen and (min-width:992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 70px;
}
@media only screen and (min-width:992px) {
  .mb-100 {
    margin-bottom: 100px;
  }
}

.pt-120 {
  padding-top: 70px;
}
@media only screen and (min-width:992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 70px;
}
@media only screen and (min-width:992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

/* Box Shadow */
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
}

/* Shortcodes */
.fz-16 {
  font-size: 16px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-12 {
  font-size: 12px !important;
}

ul li,
ol li {
  line-height: 1.75;
}

.btn {
  font-weight: 700;
  padding: 0.5rem 1rem;
  border: 0 !important;
  font-size: 14px;
}
@media only screen and (min-width:768px) {
  .btn {
    padding: 0.625rem 1.25rem;
    border-radius: 0.3rem;
  }
}
@media only screen and (min-width:992px) {
  .btn {
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
  }
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 14px;
}
@media only screen and (min-width:768px) {
  .btn-group-sm > .btn,
.btn-sm {
    padding: 0.437rem 0.875rem;
  }
}
@media only screen and (min-width:992px) {
  .btn-group-sm > .btn,
.btn-sm {
    padding: 0.5rem 1.25rem;
  }
}

.btn-link:hover, .btn-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-minimal {
  padding: 0 !important;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  color: #8480ae;
}
.btn-minimal::before {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -0.125rem;
  left: 0;
  content: "";
  border-radius: 4px;
  background-color: #c2d4f8;
}
.btn-minimal::after {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -0.125rem;
  left: 0;
  content: "";
  border-radius: 4px;
}
.btn-minimal i {
  margin-left: 0.125rem;
}
.btn-minimal:hover, .btn-minimal:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-minimal.btn-primary {
  color: #0d6efd;
}
.btn-minimal.btn-primary:hover::after, .btn-minimal.btn-primary:focus::after {
  width: 100%;
  background-color: #0d6efd;
}
.btn-minimal.btn-dark {
  color: #0c0c0c;
}
.btn-minimal.btn-dark:hover::after, .btn-minimal.btn-dark:focus::after {
  width: 100%;
  background-color: #0c0c0c;
}
.btn-minimal.btn-success {
  color: #198754;
}
.btn-minimal.btn-success:hover::after, .btn-minimal.btn-success:focus::after {
  width: 100%;
  background-color: #198754;
}
.btn-minimal.btn-warning {
  color: #ffc107;
}
.btn-minimal.btn-warning:hover::after, .btn-minimal.btn-warning:focus::after {
  width: 100%;
  background-color: #ffc107;
}
.btn-minimal.btn-info {
  color: #0dcaf0;
}
.btn-minimal.btn-info:hover::after, .btn-minimal.btn-info:focus::after {
  width: 100%;
  background-color: #0dcaf0;
}
.btn-minimal.btn-danger {
  color: #dc3545;
}
.btn-minimal.btn-danger:hover::after, .btn-minimal.btn-danger:focus::after {
  width: 100%;
  background-color: #dc3545;
}
.btn-minimal.btn-light {
  color: #ffffff;
}
.btn-minimal.btn-light:hover::after, .btn-minimal.btn-light:focus::after {
  width: 100%;
  background-color: #ffffff;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  content: "";
  background-color: #0c0c0c;
  opacity: 0.76;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-gray {
  background-color: #f1f4fd !important;
}

.bg-text-gray {
  background-color: #c2d4f8 !important;
}

@media only screen and (min-width:992px) {
  .curve-shape-top {
    position: absolute !important;
    width: 110%;
    background-color: #ffffff;
    content: "";
    height: 60px;
    top: -42px;
    left: -5%;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    z-index: 100 !important;
  }
}

@media only screen and (min-width:992px) {
  .curve-shape-bottom {
    position: absolute !important;
    width: 110%;
    height: 60px;
    background-color: #ffffff;
    content: "";
    bottom: -42px;
    left: -5%;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    z-index: 100 !important;
  }
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media only screen and (min-width:992px) {
  .section-heading {
    margin-bottom: 80px;
  }
}
.section-heading span {
  color: #0d6efd;
}
.section-heading h6 {
  color: #8480ae;
  text-transform: capitalize;
}
@media only screen and (min-width:992px) {
  .section-heading h6 {
    font-size: 1.25rem;
  }
}
.section-heading h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.625rem;
}
@media only screen and (min-width:768px) {
  .section-heading h2 {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width:992px) {
  .section-heading h2 {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width:1200px) {
  .section-heading h2 {
    font-size: 2.5rem;
  }
}
.section-heading p {
  margin-bottom: 0;
}
@media only screen and (min-width:992px) {
  .section-heading p {
    font-size: 18px;
  }
}
.section-heading.white span {
  color: #ffc107;
}
.section-heading.white h6,
.section-heading.white h2,
.section-heading.white p {
  color: #ffffff;
}

.card {
  border-color: #e9e9e9;
  border-radius: 8px;
}

.card-img-top {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.border,
.border-left,
.border-right,
.border-bottom,
.border-top {
  border-color: #e9e9e9 !important;
}

.border-dashed {
  border-top: 2px dashed #e9e9e9 !important;
}

#scrollTopButton {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 9999;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #000;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media only screen and (min-width:992px) {
  #scrollTopButton {
    width: 2rem;
    height: 2rem;
    bottom: 2rem;
    right: 2rem;
    font-size: 1.375rem;
  }
}
#scrollTopButton.scrolltop-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#scrollTopButton.scrolltop-hide {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/* Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #0d6efd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

/* Header CSS */
.header-area {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.125);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.125);
}
@media only screen and (min-width:992px) {
  .header-area {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header-area.sticky-on {
  background-color: #1f0757;
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
}
.header-area.mobile-menu-open {
  background-color: #1f0757;
}
.header-area .navbar-toggler {
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.5rem;
  color: #ffffff;
}
.header-area .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-area .navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar {
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-area .navbar .navbar-brand {
  margin-right: 2rem;
  line-height: 1 !important;
}
@media only screen and (min-width:992px) {
  .header-area .navbar .navbar-brand {
    margin-right: 3rem;
  }
}
@media only screen and (min-width:1200px) {
  .header-area .navbar .navbar-brand {
    margin-right: 4rem;
  }
}
.header-area .navbar-nav {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.header-area .navbar-nav li > a {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li > a {
    padding: 1.375rem 1rem;
  }
}
.header-area .navbar-nav li > a:hover {
  color: #ffc107;
}
.header-area .navbar-nav li .sb-dropdown-menu {
  list-style: none;
  background-color: transparent;
  position: relative;
  z-index: 100;
  top: 100%;
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  display: none;
  padding-left: 0.5rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .sb-dropdown-menu {
    padding: 1rem 0;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: absolute;
    top: calc(100% + 8px);
    width: 12.5rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.125);
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.125);
    visibility: hidden;
    opacity: 0;
    display: block;
  }
}
.header-area .navbar-nav li .sb-dropdown-menu li > a {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  position: relative;
  font-size: 14px;
  padding: 0.375rem 1rem;
  color: #8480ae;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .sb-dropdown-menu li > a {
    padding: 0.375rem 1.5rem;
  }
}
.header-area .navbar-nav li .sb-dropdown-menu li > a:hover, .header-area .navbar-nav li .sb-dropdown-menu li > a:focus {
  background-color: transparent;
  color: #ffc107;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .sb-dropdown-menu li > a:hover, .header-area .navbar-nav li .sb-dropdown-menu li > a:focus {
    color: #0d6efd;
  }
}
.header-area .navbar-nav li.sb-dropdown {
  position: relative;
  z-index: 1;
}
.header-area .navbar-nav li.sb-dropdown .dropdown-toggler {
  position: absolute;
  width: 100%;
  height: 36px;
  z-index: 100;
  background-color: transparent;
  color: #ffc107;
  top: 2px;
  cursor: pointer;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  padding-right: 0.75rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.sb-dropdown .dropdown-toggler {
    display: none;
  }
}
.header-area .navbar-nav li.sb-dropdown > a {
  position: relative;
  padding-right: 1.5rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.sb-dropdown > a::after {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.5rem;
    content: "\f229";
    color: #ffffff;
    font-family: bootstrap-icons !important;
    font-size: 10px;
  }
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.sb-dropdown:hover .sb-dropdown-menu, .header-area .navbar-nav li.sb-dropdown:focus .sb-dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header-area .navbar-nav li.sb-dropdown .sb-dropdown .dropdown-toggler {
  right: 1rem;
}
.header-area .navbar-nav li.sb-dropdown .sb-dropdown > a {
  position: relative;
  padding-right: 1.375rem;
  width: 100%;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.sb-dropdown .sb-dropdown > a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.25rem;
    content: "\f231";
    color: #1f0757;
    font-family: bootstrap-icons !important;
    font-size: 12px;
  }
}
.header-area .navbar-nav li.sb-dropdown .sb-dropdown .sb-dropdown-menu {
  display: none;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.sb-dropdown .sb-dropdown .sb-dropdown-menu {
    margin-left: 0.25rem;
    top: -8px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;
  }
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.sb-dropdown .sb-dropdown:hover .sb-dropdown-menu, .header-area .navbar-nav li.sb-dropdown .sb-dropdown:focus .sb-dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width:992px) {
  .header-area.header-2 {
    background-color: transparent;
  }
}
.header-area.header-2 .navbar-toggler {
  color: #1f0757;
}
.header-area.header-2.mobile-menu-open {
  background-color: #ffffff;
}
.header-area.header-2 .navbar-nav li > a {
  color: #1f0757;
}
.header-area.header-2 .navbar-nav li > a:hover {
  color: #0d6efd !important;
}
.header-area.header-2 .navbar-nav li.sb-dropdown .dropdown-toggler {
  color: #1f0757;
}
.header-area.header-2 .navbar-nav li.sb-dropdown > a::after {
  color: #1f0757;
}
.header-area.header-2.sticky-on {
  background-color: #ffffff;
}

/* Hero CSS */
.background-animation {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
}
.background-animation .item1 {
  position: absolute;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  top: 15%;
  left: 45%;
  z-index: -1;
  -webkit-animation: rotateAnimation linear 39s infinite;
          animation: rotateAnimation linear 39s infinite;
}
.background-animation .item1::after {
  position: absolute;
  content: "\f417";
  top: 10%;
  left: 10%;
  z-index: -1;
  font-family: bootstrap-icons !important;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1rem;
}
.background-animation .item2 {
  position: absolute;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  top: 50%;
  left: 60%;
  z-index: -1;
  -webkit-animation: rotateAnimation linear 46s infinite;
          animation: rotateAnimation linear 46s infinite;
}
.background-animation .item2::after {
  position: absolute;
  content: "\f588";
  top: 10%;
  left: 10%;
  z-index: -1;
  font-family: bootstrap-icons !important;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1rem;
}
.background-animation .item3 {
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rotateAnimation linear 40s infinite;
          animation: rotateAnimation linear 40s infinite;
  width: 20%;
  height: 20%;
  left: 30%;
  top: 50%;
  z-index: -1;
}
.background-animation .item3::after {
  position: absolute;
  content: "";
  z-index: -1;
  font-family: bootstrap-icons !important;
  content: "\f588";
  font-size: 1rem;
  color: #ffffff;
}
.background-animation .item4 {
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rotateAnimation linear 34s infinite;
          animation: rotateAnimation linear 34s infinite;
  width: 180px;
  height: 180px;
  left: 10%;
  top: 10%;
  z-index: -1;
}
.background-animation .item4::after {
  font-size: 1rem;
  position: absolute;
  content: "\f28a";
  font-family: bootstrap-icons !important;
  top: 10%;
  left: 10%;
  z-index: -1;
  color: rgba(255, 255, 255, 0.3);
}
.background-animation .item5 {
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rotateAnimation linear 37s infinite;
          animation: rotateAnimation linear 37s infinite;
  width: 15%;
  height: 18%;
  left: 7%;
  top: 70%;
  z-index: -1;
}
.background-animation .item5::after {
  width: 18px;
  height: 18px;
  position: absolute;
  content: "";
  z-index: -1;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes rotateAnimation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnimation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.background-shape .circle1 {
  width: 1100px;
  height: 1100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: -30;
  top: -550px;
  right: -550px;
}
@media only screen and (min-width:992px) {
  .background-shape .circle1 {
    width: 1500px;
    height: 1500px;
    top: -750px;
    right: -750px;
  }
}
@media only screen and (min-width:1400px) {
  .background-shape .circle1 {
    width: 2200px;
    height: 2200px;
    top: -1100px;
    right: -1100px;
  }
}
.background-shape .circle2 {
  width: 850px;
  height: 850px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: -20;
  top: -425px;
  right: -425px;
}
@media only screen and (min-width:992px) {
  .background-shape .circle2 {
    width: 1200px;
    height: 1200px;
    top: -600px;
    right: -600px;
  }
}
@media only screen and (min-width:1400px) {
  .background-shape .circle2 {
    width: 1700px;
    height: 1700px;
    top: -850px;
    right: -850px;
  }
}
.background-shape .circle3 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: -10;
  top: -300px;
  right: -300px;
}
@media only screen and (min-width:992px) {
  .background-shape .circle3 {
    width: 900px;
    height: 900px;
    top: -450px;
    right: -450px;
  }
}
@media only screen and (min-width:1400px) {
  .background-shape .circle3 {
    width: 1200px;
    height: 1200px;
    top: -600px;
    right: -600px;
  }
}
.background-shape .circle4 {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: -10;
  top: -175px;
  right: -175px;
}
@media only screen and (min-width:992px) {
  .background-shape .circle4 {
    width: 600px;
    height: 600px;
    top: -300px;
    right: -300px;
  }
}
@media only screen and (min-width:1400px) {
  .background-shape .circle4 {
    width: 700px;
    height: 700px;
    top: -350px;
    right: -350px;
  }
}

.welcome-area {
  position: relative;
  z-index: 10;
  height: 750px;
  background-color: #0d6efd;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .welcome-area {
    height: 500px;
  }
}
@media only screen and (min-width:992px) {
  .welcome-area {
    height: 660px;
  }
}
@media only screen and (min-width:1200px) {
  .welcome-area {
    height: 750px;
  }
}
@media only screen and (min-width:1400px) {
  .welcome-area {
    height: 800px;
  }
}
.welcome-area .background-image {
  position: absolute !important;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}
.welcome-area .hero-background-shape {
  position: absolute !important;
  top: -1px;
  right: -1px;
  z-index: -1;
}
.welcome-area .welcome-content {
  margin-top: 50px;
}
@media only screen and (min-width:992px) {
  .welcome-area .welcome-content {
    margin-top: 80px;
  }
}
.welcome-area .welcome-content ul {
  padding-left: 0;
}
.welcome-area .welcome-content ul li {
  position: relative;
  list-style: none;
  padding-right: 21px;
  color: #ffffff;
  font-weight: 700;
}
.welcome-area .welcome-content ul li::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "\f309";
  font-family: bootstrap-icons !important;
  z-index: 1;
  font-size: 20px;
}
.welcome-area .welcome-content ul li:last-child::after {
  display: none;
}
.welcome-area .welcome-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
}
@media only screen and (min-width:992px) {
  .welcome-area .welcome-content h2 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width:1200px) {
  .welcome-area .welcome-content h2 {
    font-size: 3.75rem;
    margin-bottom: 1.5rem;
  }
}
.welcome-area .welcome-content p {
  font-size: 1rem;
  color: #ffffff;
}
@media only screen and (min-width:992px) {
  .welcome-area .welcome-content p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:768px) {
  .welcome-area .welcome-thumb {
    margin-top: 50px;
  }
}
@media only screen and (min-width:992px) {
  .welcome-area .welcome-thumb {
    margin-top: 80px;
  }
}
.welcome-area.hero2 .hero2-big-circle {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 3rem solid #f1f4fd;
  position: absolute !important;
  left: -120px;
  top: 54%;
  z-index: -1;
}
.welcome-area.hero2 .welcome-content h2 {
  font-size: 2rem;
  color: #1f0757;
}
@media only screen and (min-width:992px) {
  .welcome-area.hero2 .welcome-content h2 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width:1200px) {
  .welcome-area.hero2 .welcome-content h2 {
    font-size: 3.25rem;
  }
}
.welcome-area.hero2 .welcome-content p {
  color: #8480ae;
}
.welcome-area.hero2 .background-animation .item1::after {
  color: rgba(12, 82, 255, 0.26);
}
.welcome-area.hero2 .background-animation .item4::after {
  border: 4px solid rgba(12, 82, 255, 0.13);
}
.welcome-area.hero2 .background-animation .item5::after {
  background-color: rgba(12, 82, 255, 0.11);
}
.welcome-area.hero3 .welcome3-slide-item {
  width: 100%;
  height: 750px;
}
@media only screen and (min-width:768px) {
  .welcome-area.hero3 .welcome3-slide-item {
    height: 500px;
  }
}
@media only screen and (min-width:992px) {
  .welcome-area.hero3 .welcome3-slide-item {
    height: 660px;
  }
}
@media only screen and (min-width:1200px) {
  .welcome-area.hero3 .welcome3-slide-item {
    height: 750px;
  }
}
@media only screen and (min-width:1400px) {
  .welcome-area.hero3 .welcome3-slide-item {
    height: 800px;
  }
}
.welcome-area.hero3 .welcome-content h2 {
  font-size: 1.75rem;
}
@media only screen and (min-width:992px) {
  .welcome-area.hero3 .welcome-content h2 {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width:1200px) {
  .welcome-area.hero3 .welcome-content h2 {
    font-size: 3rem;
  }
}
.welcome-area.hero4 {
  background-color: #ffffff;
}
.welcome-area.hero4 .hero4-bg-shape {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -10;
}
.welcome-area.hero4 .hero4-bg-shape2 {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: -10;
}
.welcome-area.hero4 .welcome-content h2 {
  color: #1f0757;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width:992px) {
  .welcome-area.hero4 .welcome-content h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:1200px) {
  .welcome-area.hero4 .welcome-content h2 {
    font-size: 3rem;
  }
}
.welcome-area.hero4 .welcome-content p {
  color: #8480ae;
}
.welcome-area.hero4 .key-quote {
  font-size: 14px;
  padding: 0.5rem 1rem;
  background-color: #ffc107;
  display: inline-block;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  color: #1f0757;
}
.welcome-area.hero4 .hero-video-card {
  position: relative;
  z-index: 1;
  border: 0;
  -webkit-box-shadow: 0 16px 48px 12px rgba(12, 82, 255, 0.17);
          box-shadow: 0 16px 48px 12px rgba(12, 82, 255, 0.17);
  border-radius: 1rem;
  background-color: transparent;
}
.welcome-area.hero4 .hero-video-card .video-shape {
  position: absolute;
  bottom: -35px;
  left: -70px;
  z-index: -1;
  -webkit-animation: slideAnimation linear 12s infinite;
          animation: slideAnimation linear 12s infinite;
}
@media only screen and (min-width:992px) {
  .welcome-area.hero4 .hero-video-card .video-shape {
    bottom: -70px;
  }
}
.welcome-area.hero4 .hero4-slide-controls .tns-nav {
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
  line-height: 1;
}
.welcome-area.hero4 .hero4-slide-controls .tns-nav button {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c2d4f8;
  border: 0;
  outline: none;
  margin-right: 0.5rem;
  border-radius: 50%;
}
.welcome-area.hero4 .hero4-slide-controls .tns-nav button.tns-nav-active {
  background-color: #0d6efd;
}

@-webkit-keyframes slideAnimation {
  50% {
    bottom: 0;
  }
}
@keyframes slideAnimation {
  50% {
    bottom: 0;
  }
}
/* About CSS */
.about-card {
  -webkit-box-shadow: 0 12px 30px rgba(47, 91, 234, 0.05);
          box-shadow: 0 12px 30px rgba(47, 91, 234, 0.05);
}
.about-card .card-body {
  padding: 2rem;
}
.about-card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  width: 4rem;
  height: 4rem;
  background-color: #1f0757;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  border-radius: 0.75rem;
}

@media only screen and (min-width:992px) {
  .about-content .col-12:nth-child(2) .about-card {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
}
@media only screen and (min-width:992px) {
  .about-content .col-12:nth-child(4) .about-card {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
}

.single-about-item .icon img {
  max-height: 3rem;
}

.aboutUs-thumbnail {
  position: relative;
  z-index: 1;
  border-radius: 0.75rem;
}
.aboutUs-thumbnail::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 40px;
  background-color: #ffc107;
  top: 50px;
  right: 70%;
  z-index: 10;
  border-radius: 4px;
}
.aboutUs-thumbnail img {
  border-radius: 0.75rem;
}

.single-work-step > span {
  width: 3rem;
  height: 3rem;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  min-width: 3rem;
  margin-right: 1rem;
  background-color: #0d6efd;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3rem;
  margin-top: 0.25rem;
}

.about4 .aboutUs-thumbnail::before {
  display: none;
}

.about3 {
  background-color: #ffffff;
}

.about-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  text-align: center;
  background-color: #0d6efd;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.hero-card {
  background-color: #f1f4fd;
}
.hero-card .card-body {
  padding: 1.5rem;
}
.hero-card i {
  color: #0d6efd;
  font-size: 2.5rem;
  display: block;
  margin-bottom: 1rem;
}

.newsletter-card .card-body {
  padding: 2rem;
}
@media only screen and (min-width:576px) {
  .newsletter-card .card-body {
    padding: 3rem;
  }
}
.newsletter-card small {
  font-size: 12px;
  line-height: 1.2;
}

/* Tab CSS */
.tab--area .nav-tabs {
  width: 100%;
  position: relative;
  z-index: 1;
  border-bottom: none;
  margin-bottom: 30px;
}
.tab--area .nav-tabs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  border-radius: 50px;
  background-color: #f1f4fd;
  bottom: -20px;
  left: 0;
  right: 0;
}
.tab--area .nav-tabs .nav-item {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tab--area .nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  border: none;
  text-align: center;
  font-size: 1rem;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #1f0757;
}
@media only screen and (min-width:992px) {
  .tab--area .nav-tabs .nav-item .nav-link {
    padding: 1rem;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:992px) {
  .tab--area .nav-tabs .nav-item .nav-link::before {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    content: "";
    position: absolute;
    width: 0%;
    height: 7px;
    background-color: #ffc107;
    border-radius: 0 6px 6px 0;
    bottom: -20px;
    left: 50%;
  }
}
@media only screen and (min-width:992px) {
  .tab--area .nav-tabs .nav-item .nav-link::after {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    content: "";
    position: absolute;
    width: 0%;
    height: 7px;
    background-color: #ffc107;
    border-radius: 6px 0 0 6px;
    bottom: -20px;
    right: 50%;
  }
}
.tab--area .nav-tabs .nav-item .nav-link.active {
  background-color: #ffc107;
}
.tab--area .nav-tabs .nav-item .nav-link.active::before {
  width: 50%;
}
.tab--area .nav-tabs .nav-item .nav-link.active::after {
  width: 50%;
}
.tab--area .tab--text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1f0757;
  font-weight: 500;
}
.tab--area .tab--text ul li i {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.5rem;
  line-height: 1.25rem;
}
.tab--area .tab--text .progress {
  height: 5px;
  background-color: #f1f4fd;
  margin-bottom: 0.25rem;
}
.tab--area .tab--text .progress .progress-bar {
  background-color: #0d6efd;
}

/* Service Area */
.service-card {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  position: relative;
  z-index: 1;
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0 12px 30px rgba(47, 91, 234, 0.05);
          box-shadow: 0 12px 30px rgba(47, 91, 234, 0.05);
  overflow: hidden;
}
.service-card::after {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.15;
  top: 20px;
  content: "";
  left: 20px;
  z-index: -1;
}
.service-card .icon {
  position: relative;
  z-index: 10;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 30px;
  background-color: #1f0757;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.75rem;
}
.service-card .icon i {
  line-height: 4rem;
}
.service-card h5 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
@media only screen and (min-width:992px) {
  .service-card h5 {
    font-size: 1.25rem;
  }
}
.service-card p {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  margin-bottom: 0;
}
.service-card:hover, .service-card:focus {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 18px 56px rgba(47, 91, 234, 0.135);
          box-shadow: 0 18px 56px rgba(47, 91, 234, 0.135);
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.service-card:hover .icon::after, .service-card:focus .icon::after {
  border-color: rgba(255, 255, 255, 0.5);
}
.service-card:hover h5,
.service-card:hover p, .service-card:focus h5,
.service-card:focus p {
  color: #ffffff;
}
.service-card:hover .btn-minimal, .service-card:focus .btn-minimal {
  color: #ffffff;
}

.service2-card {
  border: 0;
  background-color: transparent;
}
.service2-card .card-body {
  padding: 0;
}
.service2-card .icon {
  margin-bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  background-color: #0d6efd;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
}

/* :: Pricing CSS */
.pricing-card {
  position: relative;
  z-index: 1;
  border-radius: 0.75rem;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
}
@media only screen and (min-width:992px) {
  .pricing-card {
    padding: 60px 50px;
  }
}
.pricing-card .pricing-heading .price {
  width: 60%;
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.pricing-card .pricing-heading .price-icon img {
  max-height: 5rem;
}
.pricing-card .pricing-heading .price-quantity {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}
.pricing-card .pricing-heading .price-quantity .monthly-price,
.pricing-card .pricing-heading .price-quantity .yearly-price {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 2.75rem;
  font-weight: 700;
}
.pricing-card .pricing-heading .price-quantity .monthly-price span,
.pricing-card .pricing-heading .price-quantity .yearly-price span {
  display: block;
  color: #8480ae;
}
.pricing-card .pricing-heading .price-quantity .yearly-price {
  opacity: 0;
  visibility: hidden;
}
.pricing-card.yearly-plan .pricing-heading .price-quantity .yearly-price {
  opacity: 1;
  visibility: visible;
}
.pricing-card.yearly-plan .pricing-heading .price-quantity .monthly-price {
  opacity: 0;
  visibility: hidden;
}
.pricing-card .pricing-desc ul > li {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #1f0757;
  margin-bottom: 0.75rem;
  padding-left: 25px;
  font-weight: 700;
}
.pricing-card .pricing-desc ul > li::before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #198754;
}
.pricing-card .pricing-desc ul > li.times::before {
  content: "\f659";
  color: #dc3545;
}
.pricing-card .pricing-desc ul > li:last-child {
  margin-bottom: 0;
}
.pricing-card.active {
  z-index: 100;
  background-color: #ffffff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 88px 2px rgba(47, 91, 234, 0.125);
          box-shadow: 0 0 88px 2px rgba(47, 91, 234, 0.125);
}
@media only screen and (min-width:992px) {
  .pricing-card.active {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.saasbox-pricing-plan-area {
  position: relative;
  z-index: 1;
}
.saasbox-pricing-plan-area.price2 .pricing-card {
  border: 2px solid #ffffff;
}
.saasbox-pricing-plan-area.price2 .pricing-card.active {
  border-color: #ffc107;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.saasbox-pricing-plan-area.price2 .pricing-heading .price {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.saasbox-pricing-plan-area.price2 .pricing-heading .price > span {
  display: block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 4rem;
}
.saasbox-pricing-plan-area.price2 .pricing-heading .price-quantity {
  margin-right: 0;
  min-height: 3.5rem;
}
.saasbox-pricing-plan-area.price2 .pricing-heading .price-quantity .monthly-price,
.saasbox-pricing-plan-area.price2 .pricing-heading .price-quantity .yearly-price {
  font-size: 2rem;
}
.saasbox-pricing-plan-area.price2 .pricing-desc ul > li {
  padding-left: 0;
}
.saasbox-pricing-plan-area.price2 .pricing-desc ul > li::before {
  display: none;
}
.saasbox-pricing-plan-area.price2 .pricing-desc ul > li:last-child {
  margin-bottom: 0;
}

.pricing-table-switch {
  text-align: center;
}
.pricing-table-switch .form-switch .form-check-input {
  width: 3rem;
  border-radius: 8rem;
  height: 1.375rem;
}
.pricing-table-switch label {
  cursor: pointer;
}
.pricing-table-switch label > span {
  top: -1.125rem;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/* Feature CSS */
.feature-card {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  overflow: hidden;
}
.feature-card::after {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.1;
  z-index: -1;
  content: "";
  bottom: -120px;
  right: -120px;
