/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #212529;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

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

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type=submit], input[type=reset], input[type=button] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

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

blockquote {
  background-color: #f0eff5;
  padding: 40px;
  border-radius: 10px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 120px;
  opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.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-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.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-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

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

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

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

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

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

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

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

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

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

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

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

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

.mb-40-none {
  margin-bottom: -40px;
}

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

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #7813e1;
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #ea5455;
}

.bg--warning {
  background-color: #ff9f43;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #7813e1 !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #7813e1;
}

.text--success {
  color: #28c76f;
}

.text--danger {
  color: #ea5455;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: #7813e1 !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #7813e1;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: #f0eff5 !important;
}

.bg--gray {
  background-color: #f0eff5;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  line-height: 47px;
  font-weight: 600;
  background-color: #7813e1;
  border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
  color: #ffffff !important;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-5000%);
          transform: translateY(-5000%);
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-area {
  margin-top: -5px;
  margin-bottom: -15px;
}

.custom-table {
  width: 100%;
  border-spacing: 0 15px;
  border-collapse: separate;
}
@media only screen and (max-width: 1199px) {
  .custom-table thead {
    display: none;
  }
}
.custom-table thead tr {
  background: #7813e1;
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  padding: 10px 30px;
}
.custom-table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
  text-align: left;
}
.custom-table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
  text-align: right;
}
.custom-table tbody tr {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-table tbody tr:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.custom-table tbody tr td {
  border: none;
  font-weight: 600;
  text-align: center;
  color: #212529;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  padding: 8px 30px;
}
.custom-table tbody tr td:first-child {
  text-align: left;
}
.custom-table tbody tr td:last-child {
  text-align: right;
}
.custom-table tbody tr td .author-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-table tbody tr td .author-info .thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.custom-table tbody tr td .author-info .thumb img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.custom-table tbody tr td .author-info .content {
  padding-left: 15px;
  width: calc(100% - 45px);
}
.custom-table tbody tr td a {
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 3px !important;
}
.custom-table tbody tr td .btn {
  border-radius: 3px;
}
.custom-table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}
.custom-table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 1199px) {
  .custom-table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  }
  .custom-table tbody tr td:last-child {
    border: none;
  }
  .custom-table tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: #7813e1;
    width: 50%;
    text-align: left;
  }
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgba(88, 66, 188, 0.2);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7813e1;
  width: 25px;
  border-radius: 10px;
}

.slider-next, .slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 50%;
  color: #212529;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  cursor: pointer;
  margin-top: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next:hover, .slider-prev:hover {
  background-color: #7813e1;
  color: #ffffff;
}

.slider-next {
  margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  padding-top: 20px;
  margin-top: 60px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  color: #000000;
  padding: 0;
  font-weight: 700;
  line-height: 30px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  background: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  color: #000000;
}
.pagination .page-item .page-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #7813e1;
  border-color: transparent;
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  margin-bottom: 30px;
}
.nav-tabs .nav-link {
  padding: 8px 20px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 3px;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs .nav-link:hover {
  background-color: #7813e1;
  border: 1px solid #7813e1;
  color: #ffffff;
}
.nav-tabs .nav-link.active {
  background-color: #7813e1;
  border: 1px solid #7813e1;
  color: #ffffff;
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
  border: none;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.custom--card .card-header {
  background: #7813e1;
  padding: 0.8rem 1.6rem;
  border: none;
}
.custom--card .card-header .card-title {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
}
.custom--card .card-header .card-title i {
  margin-right: 5px;
}
.custom--card .card-header .card-btn a {
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 600;
}
.custom--card .card-header .card-btn a i {
  margin-right: 5px;
}
.custom--card .card-body {
  padding: 20px 30px;
}
@media only screen and (max-width: 991px) {
  .custom--card .card-body {
    padding: 20px;
  }
}
.custom--card .card-body p {
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
}
.custom--card .card-body .card-form-wrapper .form--control {
  font-size: 12px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background: #ffffff;
  font-size: 13px;
  height: 40px;
  color: #212529;
  font-weight: 600;
}
.custom--card .card-body .card-form-wrapper .form--control::-webkit-input-placeholder {
  color: #212529;
}
.custom--card .card-body .card-form-wrapper .form--control::-moz-placeholder {
  color: #212529;
}
.custom--card .card-body .card-form-wrapper .form--control:-ms-input-placeholder {
  color: #212529;
}
.custom--card .card-body .card-form-wrapper .form--control::-ms-input-placeholder {
  color: #212529;
}
.custom--card .card-body .card-form-wrapper .form--control::placeholder {
  color: #212529;
}
.custom--card .card-body .card-form-wrapper label {
  font-weight: 700;
  margin-bottom: 5px;
}
.custom--card .card-body .card-form-wrapper textarea {
  height: auto;
  min-height: 120px;
  color: #212529;
}
.custom--card .card-body .card-form-wrapper .submit-btn {
  margin-top: 10px;
  padding: 12px 30px;
}

.modal-content {
  border: 2px solid #7813e1;
}
.modal-content .close {
  border-radius: 3px;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 900;
}

h1 {
  font-size: 50px;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 30px;
  }
}
.section-header .section-sub-title {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: #7813e1;
  margin-bottom: 20px;
  font-weight: 600;
}
.section-header .section-title {
  margin-bottom: 0;
  text-transform: capitalize;
}
.section-header .section-title span {
  color: #7813e1;
}
.section-header p {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary {
  background-color: #7367f0;
}

.badge--secondary {
  background-color: #868e96;
}

.badge--success {
  background-color: #28c76f;
}

.badge--danger {
  background-color: #ea5455;
}

.badge--warning {
  background-color: #ff9f43;
}

.badge--info {
  background-color: #1e9ff2;
}

.badge--dark {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  font-weight: 600;
  border-radius: 999px;
  padding: 5px 20px 7px 20px;
  font-size: 11px;
}

.btn--base {
  position: relative;
  background: #7813e1;
  border: 1px solid #7813e1;
  border-radius: 999px;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base.active {
  background: transparent;
  color: #7813e1;
}
.btn--base.active:focus, .btn--base.active:hover {
  color: #ffffff;
  background: #7813e1;
}
.btn--base:focus, .btn--base:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(88, 66, 188, 0.4);
          box-shadow: 0 10px 20px rgba(88, 66, 188, 0.4);
}

.custom-btn {
  color: #7813e1 !important;
  font-weight: 700;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000000;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #000000;
}
input::placeholder, textarea::placeholder {
  color: #000000;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 200px;
}

input,
select,
textarea {
  border: 1px solid rgba(153, 153, 153, 0.2);
  vertical-align: baseline;
  font-size: 100%;
  color: #000000;
}

label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #000000;
}

.input-group {
  margin-bottom: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group input {
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(107, 124, 147, 0.15);
  color: #6b7c93;
  height: 45px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(88, 66, 188, 0.2);
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append input {
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-right: none;
  background-color: #ffffff;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background: #EFF0F0;
  color: #000000;
  height: 45px;
  border-radius: 0 5px 5px 0;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: #7813e1;
  border: 1px solid #7813e1;
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 14px;
  height: 50px;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(153, 153, 153, 0.2);
}

.form--control {
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  font-size: 14px;
  color: #212529;
  border-radius: 999px;
  padding: 10px 25px;
  width: 100%;
}
.form--control:focus {
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #212529;
}
.form--control::-webkit-input-placeholder {
  color: #212529;
}
.form--control::-moz-placeholder {
  color: #212529;
}
.form--control:-ms-input-placeholder {
  color: #212529;
}
.form--control::-ms-input-placeholder {
  color: #212529;
}
.form--control::placeholder {
  color: #212529;
}

.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -3px -7px;
}
.radio-wrapper .radio-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 3px 7px;
}
.radio-wrapper .radio-item img {
  width: 60px;
  margin-right: 5px;
}

.radio-item [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:checked + label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #7813e1;
  background-color: #7813e1;
  border-radius: 8px;
  padding: 20px 25px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.radio-item [type=radio]:not(:checked) + label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px 25px;
  display: inline-block;
  color: #212529;
  width: 100%;
  text-align: center;
}

.select2-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid rgba(153, 153, 153, 0.2) !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #212529;
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #212529 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #212529 transparent;
}

.submit-btn {
  padding: 12px 20px;
  color: #ffffff;
  background: #f0eff5;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

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

.bg-overlay-base {
  position: relative;
}

.bg-overlay-base:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(-250deg, #f0eff5 30%, rgba(25, 25, 25, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-base > div {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.pace {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  transition: all 1s;
  pointer-events: none;
}
.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}
.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}
.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #ffffff;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
}
#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#preloader.isdone::before, #preloader.isdone::after {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#preloader::before, #preloader::after {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: #7813e1;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader::before {
  top: 0;
}
#preloader::after {
  bottom: 0;
}

.custom-container {
  max-width: 1400px;
}

.row > * {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}
::-moz-selection {
  background-color: #7813e1;
  color: #ffffff;
}
::selection {
  background-color: #7813e1;
  color: #ffffff;
}

.top-notice {
  background-image: url(../images/element/element-2.png);
  background-size: cover;
  background-position: top;
  padding: 10px 15px 50px;
  text-align: center;
}
.top-notice .content .btn {
  border-radius: 5px;
  font-weight: 500;
}

.fs-10px {
  font-size: 10px;
}

.op-6 {
  opacity: 0.6;
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -38px;
}
@media only screen and (max-width: 1400px) {
  .header-section .header-bottom-area .container {
    max-width: 100%;
  }
}

.header {
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  z-index: 9;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.header.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
  margin-top: 0;
}
.header-section.header-fixed .header-top-area {
  display: none !important;
}
.header-section.header-fixed .header-bottom-area {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.header-bottom-area {
  position: relative;
  background: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area {
    padding: 10px 0;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }
  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
.header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 22px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 35px 0;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.header-bottom-area .navbar-collapse .main-menu li a::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20px);
  transform: translateX(-50%) translateY(-20px);
  width: 55px;
  height: 30px;
  background-image: url(../images/element/element-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a::before {
    display: none;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a:hover, .header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #7813e1;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover::before, .header-bottom-area .navbar-collapse .main-menu li a.active::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 60px;
  left: -30px;
  padding: 10px 0;
  width: 150px;
  background-color: #ffffff;
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
          box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  border-radius: 15px;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  margin-right: 0;
  padding-right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #7813e1;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 10px;
  padding: 2px 15px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  max-width: 130px;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 100px;
  }
}

.header-action {
  margin: -10px;
}
.header-action a {
  margin: 10px;
}
.header-action .header-account-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-action .header-account-btn:hover {
  background-color: #f0eff5;
  border: 1px solid #f0eff5;
}
.header-action .btn--base.active {
  padding: 8px 25px;
}

.language-select {
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .language-select {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .header-link {
    display: none;
  }
}
.header-link a {
  color: #ffffff;
}
.header-link a i {
  color: #7813e1;
  margin-right: 5px;
  font-size: 16px;
}
.header-link a + a {
  margin-left: 20px;
}

.header-social li {
  display: inline-block;
}
.header-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-social li a:hover, .header-social li a.active {
  background: #7813e1;
  color: #ffffff;
}
.header-social li a.facebook {
  background-color: #0d6efd;
}
.header-social li a.instagram {
  background-color: #dc3545;
}
.header-social li + li {
  margin-left: 5px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #7813e1;
  color: #ffffff;
  font-size: 18px;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .banner-section {
    padding-bottom: 80px;
  }
}
.banner-section .banner-element {
  position: absolute;
  left: 10%;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: rotate-center 100s linear infinite both;
          animation: rotate-center 100s linear infinite both;
}
.banner-section .container {
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .banner-section .container {
    max-width: 100%;
  }
}
.banner-section .banner-content .sub-title {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: #7813e1;
  margin-bottom: 40px;
  font-weight: 600;
}
.banner-section .banner-content .title {
  margin-bottom: 15px;
}
.banner-section .banner-content .title span {
  color: #7813e1;
}
.banner-section .banner-content p {
  font-size: 16px;
  width: 80%;
  line-height: 2em;
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-content p {
    width: 100%;
    font-size: 14px;
  }
}
.banner-section .banner-content .banner-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -15px;
  margin-top: 30px;
}
.banner-section .banner-content .banner-btn-area .btn-wrapper {
  margin: 15px;
}
.banner-section .banner-content .banner-btn-area .banner-video-btn .video-btn {
  width: 42px;
  height: 42px;
  line-height: 42px;
  padding-left: 5px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(88, 66, 188, 0.6);
  border-radius: 50%;
  color: #7813e1;
  font-size: 16px;
}
.banner-section .banner-content .banner-btn-area .banner-video-btn span {
  padding-left: 10px;
  color: #7813e1;
  font-weight: 700;
}
.banner-section .banner-content .banner-feature-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px;
  margin-top: 40px;
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-content .banner-feature-area {
    margin: -10px;
    margin-top: 40px;
  }
}
.banner-section .banner-content .banner-feature-area .banner-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-content .banner-feature-area .banner-feature-item {
    margin: 10px;
  }
}
.banner-section .banner-content .banner-feature-area .banner-feature-item .banner-feature-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: #f0eff5;
  border-radius: 50%;
  font-size: 14px;
  color: #7813e1;
}
.banner-section .banner-content .banner-feature-area .banner-feature-item .banner-feature-content {
  padding-left: 10px;
  font-weight: 500;
}
.banner-section .banner-thumb {
  position: absolute;
  bottom: -490px;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-thumb {
    display: none;
  }
}

.inner-banner-section {
  padding-top: 200px;
  padding-bottom: 220px;
}
@media only screen and (max-width: 1199px) {
  .inner-banner-section {
    padding-top: 150px;
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-banner-section {
    padding-bottom: 120px;
  }
}
.inner-banner-section .banner-bottom-shape {
  position: absolute;
  bottom: 0;
}
.inner-banner-section .banner-content {
  text-align: center;
}
.inner-banner-section .banner-content .title {
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .inner-banner-section .banner-content .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb li {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}

.breadcrumb-item a {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item a {
    font-size: 18px;
  }
}

.breadcrumb-item.active {
  color: #7813e1;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active {
    font-size: 18px;
  }
}

.breadcrumb-item.active::before {
  content: "/";
  font-weight: 600;
  color: #ffffff;
  left: 0;
  top: 1px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active::before {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  position: relative;
  margin-top: 180px;
  background-color: #f0eff5;
  padding-top: 80px;
}
@media only screen and (max-width: 575px) {
  .footer-section {
    overflow: hidden;
  }
}
.footer-section .footer-element img {
  position: absolute;
  left: 0;
  bottom: 95%;
  width: 100%;
  max-width: unset;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 7;
  -webkit-animation: wave 1.8s ease-in-out infinite alternate both;
          animation: wave 1.8s ease-in-out infinite alternate both;
}

.footer-top-area {
  text-align: center;
  margin-bottom: 50px;
}
.footer-top-area .title {
  margin-bottom: 20px;
}
.footer-top-area .title span {
  color: #7813e1;
}
.footer-top-area p span {
  font-weight: 700;
}

.footer-btn-area {
  margin: -10px;
  margin-top: 30px;
}
.footer-btn-area a {
  margin: 10px;
}

.footer-bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .footer-bottom-area {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-logo {
    margin-bottom: 30px;
  }
}

.footer-list {
  margin: -15px;
}
@media only screen and (max-width: 575px) {
  .footer-list {
    margin: -8px;
  }
}
.footer-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 15px;
}
@media only screen and (max-width: 575px) {
  .footer-list li {
    margin: 8px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-social {
    margin-top: 30px;
  }
}

.footer-social li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(88, 66, 188, 0.1);
  color: #7813e1;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-social li.active, .footer-social li:hover {
  color: #ffffff;
  background-color: #7813e1;
}

.footer-social li + li {
  margin-left: 10px;
}

.copyright-area {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid rgba(153, 153, 153, 0.6);
}
.copyright-area p {
  font-size: 14px;
  margin-bottom: 0;
}
.copyright-area p a {
  font-weight: 700;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
@media only screen and (max-width: 575px) {
  .testimonial-section {
    overflow: hidden;
  }
}
.testimonial-section .section-header {
  margin-bottom: 10px;
}

.testimonial-left-content p {
  font-size: 16px;
  line-height: 2em;
}
.testimonial-left-content .testimonial-widget-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.testimonial-left-content .testimonial-widget-area .testimonial-widget-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media only screen and (max-width: 767px) {
  .testimonial-left-content .testimonial-widget-area .testimonial-widget-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.testimonial-left-content .testimonial-widget-area .testimonial-widget-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 20%;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.2);
}
.testimonial-left-content .testimonial-widget-area .testimonial-widget-item:last-child::after {
  display: none;
}
.testimonial-left-content .testimonial-widget-area .testimonial-widget-item .testimonial-widget-thumb {
  margin-bottom: 30px;
}
.testimonial-left-content .testimonial-widget-area .testimonial-widget-item .testimonial-widget-content .title {
  color: #7813e1;
}
.testimonial-left-content .testimonial-widget-area .testimonial-widget-item .testimonial-widget-content .ratings {
  font-size: 10px;
  color: #fdb900;
}
.testimonial-left-content .testimonial-widget-area .testimonial-widget-item .testimonial-widget-content .sub-title {
  font-size: 12px;
}
.testimonial-left-content .testimonial-btn {
  margin-top: 60px;
}

.testimonial-item-area {
  position: relative;
  padding: 0 5vw;
  margin-bottom: -20px;
}
@media only screen and (max-width: 991px) {
  .testimonial-item-area {
    padding: 0;
  }
}

.testimonial-element {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  max-height: unset;
  max-width: unset;
  opacity: 0.2;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
@media only screen and (max-width: 575px) {
  .testimonial-element {
    display: none;
  }
}

.testimonial-item {
  position: relative;
  z-index: 8;
  border-radius: 15px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
          box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  margin-bottom: 20px;
}
@media only screen and (max-width: 400px) {
  .testimonial-item {
    display: block;
  }
}
.testimonial-item:nth-of-type(2) {
  right: -5vw;
}
@media only screen and (max-width: 575px) {
  .testimonial-item:nth-of-type(2) {
    right: 0;
  }
}
.testimonial-item .testimonial-thumb {
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 400px) {
  .testimonial-item .testimonial-thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.testimonial-item .testimonial-thumb img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-item .testimonial-content .ratings {
  font-size: 10px;
  color: #fdb900;
  margin-bottom: 5px;
}
.testimonial-item .testimonial-content p {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
.testimonial-item .testimonial-content .title {
  font-size: 10px;
}
.testimonial-item .testimonial-content .title span {
  color: #000000;
  font-weight: 500;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### feature block ]
*/
.feature-section {
  position: relative;
  background-color: #f0eff5;
  overflow: hidden;
}
.feature-section.two {
  background-color: #ffffff;
  overflow: visible;
}
.feature-section.two .feature-item {
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
          box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
}
.feature-section .feature-element img {
  position: absolute;
  top: 100px;
  width: 76%;
  left: 12%;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.feature-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  border-radius: 35px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.feature-item:hover {
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
  margin-top: -5px;
}
.feature-item .feature-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  background-color: #f0eff5;
  border-radius: 50%;
  font-size: 30px;
  color: #7813e1;
  margin-bottom: 20px;
}

/*-------------------------------------------------
    [ ### about block ]
*/
.bg-shape-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.bg-shape-area .about-element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  -webkit-animation: rotate-center 100s linear infinite both;
          animation: rotate-center 100s linear infinite both;
}
.bg-shape-area .app-element-one img {
  position: absolute;
  bottom: 45%;
  left: 0;
  width: 40%;
  z-index: -1;
}
.bg-shape-area .app-element-two img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  -webkit-animation: rotate-center 100s linear infinite both;
          animation: rotate-center 100s linear infinite both;
}
.bg-shape-area .service-element img {
  position: absolute;
  top: 80%;
  left: 0;
  width: 50%;
  -webkit-animation: rotate-center 100s linear infinite both;
          animation: rotate-center 100s linear infinite both;
}

.about-thumb {
  margin-right: 80px;
}
@media only screen and (max-width: 991px) {
  .about-thumb {
    margin-right: 0;
  }
}

.about-content .section-header {
  margin-bottom: 15px;
}
.about-content .about-list li {
  font-weight: 700;
  padding-top: 20px;
}
.about-content .about-list li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: #f0eff5;
  border-radius: 50%;
  color: #7813e1;
  margin-right: 10px;
}
.about-content .about-btn {
  margin-top: 40px;
}

/*-------------------------------------------------
    [ ### app block ]
*/
.app-content {
  margin-right: 60px;
}
@media only screen and (max-width: 991px) {
  .app-content {
    margin-right: 0;
  }
}
.app-content .section-header {
  margin-bottom: 15px;
}
.app-content p {
  line-height: 2em;
}
.app-content .app-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
  margin-top: 40px;
}
.app-content .app-btn-area .app-btn {
  background-color: #ffffff;
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
          box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  border-radius: 5px;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.app-content .app-btn-area .app-btn .content {
  padding-left: 15px;
}
.app-content .app-btn-area .app-btn .content .sub-title {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.app-content .app-btn-area .app-btn .content .title {
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.app-content .app-btn-area .app-btn:hover {
  background-color: #7813e1;
}
.app-content .app-btn-area .app-btn:hover .content .sub-title {
  color: #ffffff;
}
.app-content .app-btn-area .app-btn:hover .content .title {
  color: #ffffff;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.service-thumb {
  margin-right: 60px;
}
@media only screen and (max-width: 991px) {
  .service-thumb {
    margin-right: 0;
  }
}

.service-item .service-icon {
  width: 45px;
  height: 45px;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  background-color: #7813e1;
  border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 25px;
}
.service-item .service-icon.blue {
  background-color: #4ba0ff;
}
.service-item .service-icon.yellow {
  background-color: #fbd06f;
}
.service-item .service-icon.green {
  background-color: #48db7a;
}
.service-item .service-content p {
  font-size: 13px;
}

/*-------------------------------------------------
    [ ### how it works block ]
*/
.how-it-works-section {
  position: relative;
  overflow: hidden;
}
.how-it-works-section .how-it-works-element {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: rotate-center 100s linear infinite both;
          animation: rotate-center 100s linear infinite both;
}
.how-it-works-section .section-header .section-title {
  font-size: 45px;
  line-height: 1.6em;
}
@media only screen and (max-width: 991px) {
  .how-it-works-section .section-header .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .how-it-works-section .section-header .section-title {
    font-size: 22px;
  }
}

.how-it-works-thumb {
  position: relative;
  height: 500px;
  border-radius: 25px;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(109, 121, 141, 0.3);
          box-shadow: 0px 30px 40px 0px rgba(109, 121, 141, 0.3);
  overflow: hidden;
  margin-bottom: 60px;
}
.how-it-works-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-it-works-thumb .how-it-works-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.how-it-works-thumb .how-it-works-video .video-area .video-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 30px;
  z-index: 1;
  background-color: #7813e1;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media only screen and (max-width: 991px) {
  .how-it-works-thumb .how-it-works-video .video-area .video-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.how-it-works-thumb .how-it-works-video .video-area .video-icon::before, .how-it-works-thumb .how-it-works-video .video-area .video-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: #7813e1;
}
.how-it-works-thumb .how-it-works-video .video-area .video-icon img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .how-it-works-thumb .how-it-works-video .video-area .video-icon img {
    width: 40%;
  }
}

/*-------------------------------------------------
    [ ### brand block ]
*/
.brand-section {
  position: relative;
  background-color: #f0eff5;
}
.brand-section.two {
  background-color: #ffffff;
}
.brand-section.two .brand-slider {
  padding: 0;
  border: 0;
}
.brand-section .brand-top-shape {
  position: absolute;
  width: 100%;
  left: 0;
  top: -17px;
}
@media only screen and (max-width: 991px) {
  .brand-section .brand-top-shape {
    display: none;
  }
}
.brand-section .brand-top-shape img {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.brand-header {
  margin-bottom: 50px;
  text-align: center;
}
.brand-header .brand-header-title {
  margin-bottom: 0;
}
.brand-header .brand-header-title span {
  color: #7813e1;
}

.brand-slider {
  overflow: hidden;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}

.brand-item {
  text-align: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.brand-item:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-thumb {
  margin-right: 60px;
}
@media only screen and (max-width: 991px) {
  .faq-thumb {
    margin-right: 0;
  }
}

.faq-wrapper {
  margin-bottom: -20px;
}
.faq-wrapper .faq-item {
  background-color: #ffffff;
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
          box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  padding: 20px 30px;
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item {
    padding: 20px;
  }
}
.faq-wrapper .faq-item .faq-title {
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 16px;
  }
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  display: inline-block;
  margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-content {
  display: none;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-content {
    margin-top: 15px;
  }
}
.faq-wrapper .faq-item .faq-content p {
  font-size: 13px;
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #7813e1;
  border-radius: 50%;
  position: relative;
}
.faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: "";
  background: #ffffff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-wrapper .faq-item .right-icon::before {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item .right-icon::after {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item.active .faq-content {
  display: block;
}
.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/
.subscribe-area {
  background-color: #7813e1;
  padding: 60px 20px;
  border-radius: 35px;
  margin-bottom: -200px;
  position: relative;
  z-index: 8;
}
@media only screen and (max-width: 575px) {
  .subscribe-area {
    padding: 40px 15px;
  }
}

.subscribe-content {
  text-align: center;
}
.subscribe-content .title {
  color: #ffffff;
}

.subscribe-form {
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .subscribe-form {
    width: 100%;
  }
}
.subscribe-form input {
  background-color: #ffffff !important;
  border-radius: 999px;
  padding: 10px 30px;
  height: 65px;
}
.subscribe-form button, .subscribe-form input[type=button], .subscribe-form input[type=reset], .subscribe-form input[type=submit] {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: #7813e1;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
}

/*-------------------------------------------------
    [ ### app-item block ]
*/
.app-item-section {
  position: relative;
  overflow: hidden;
}
.app-item-section .app-bg-element img {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
}

.app-item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 60px 0;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
}
@media only screen and (max-width: 991px) {
  .app-item-area {
    padding: 30px 0;
    padding-bottom: 80px;
  }
}
.app-item-area .app-item {
  -webkit-animation: scroll-down 1.7s ease-in-out infinite alternate both;
          animation: scroll-down 1.7s ease-in-out infinite alternate both;
}
@media only screen and (max-width: 991px) {
  .app-item-area .app-item img {
    width: 70%;
  }
}
.app-item-area .app-item:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.app-item-area .app-item:nth-of-type(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.app-item-area .app-item:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.app-item-area .app-item:nth-of-type(4) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.app-item-area .app-item:nth-of-type(5) {
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
}

/*-------------------------------------------------
    [ ### privacy block ]
*/
.privacy-area {
  background: #ffffff;
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
          box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  border-radius: 20px;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .privacy-area {
    padding: 20px;
  }
}

.privacy-wrapper {
  margin-bottom: -25px;
}
.privacy-wrapper .privacy-content {
  margin-bottom: 25px;
}
.privacy-wrapper .privacy-content .title {
  margin-bottom: 10px;
}
.privacy-wrapper .privacy-content p {
  font-size: 14px;
  line-height: 2em;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-form-area {
  position: relative;
  border-top: 10px solid #7813e1;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 100px 150px;
}
@media only screen and (max-width: 991px) {
  .contact-form-area {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-area {
    padding: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-area {
    padding: 25px;
  }
}
.contact-form-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
          box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  background-size: 400% 400%;
  -webkit-animation: gradient 20s linear infinite;
          animation: gradient 20s linear infinite;
  border-radius: 30px;
  overflow: hidden;
}
.contact-form-area textarea {
  border-radius: 30px;
}
.contact-form-area .form--control::-webkit-input-placeholder {
  color: #212529;
}
.contact-form-area .form--control::-moz-placeholder {
  color: #212529;
}
.contact-form-area .form--control:-ms-input-placeholder {
  color: #212529;
}
.contact-form-area .form--control::-ms-input-placeholder {
  color: #212529;
}
.contact-form-area .form--control::placeholder {
  color: #212529;
}
.contact-form-area button, .contact-form-area input[type=button], .contact-form-area input[type=reset], .contact-form-area input[type=submit] {
  margin-top: 15px;
}

.contact-widget {
  border-radius: 30px;
  padding: 0 20px 50px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-widget:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.contact-widget::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background: #ffffff;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
          box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  border-radius: 30px;
  z-index: -1;
}
.contact-widget .contact-item-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
          box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
  border-radius: 50%;
  color: #7813e1;
  font-size: 40px;
}
.contact-widget .contact-item-content {
  padding-top: 20px;
}
.contact-widget .contact-item-content .title {
  margin-bottom: 15px;
}

.map-area iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 991px) {
  .map-area iframe {
    height: 400px;
  }
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-section {
  position: relative;
  min-height: 100vh;
  z-index: 2;
  overflow: hidden;
}
.account-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
          box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  background-size: 400% 400%;
  -webkit-animation: gradient 20s linear infinite;
          animation: gradient 20s linear infinite;
  border-radius: 30px;
  overflow: hidden;
  z-index: -1;
}
.account-section .account-element {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1450px) {
  .account-section .account-element {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1199px) {
  .account-section .account-element {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .account-section .account-element {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .account-section .account-element {
    display: none;
  }
}
.account-section .right {
  padding: 3.125rem 5rem;
  width: 35%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1550px) {
  .account-section .right {
    padding: 3.125rem 3rem;
    width: 40%;
  }
}
@media only screen and (max-width: 1299px) {
  .account-section .right {
    width: 45%;
  }
}
@media only screen and (max-width: 1199px) {
  .account-section .right {
    width: 48%;
  }
}
@media only screen and (max-width: 991px) {
  .account-section .right {
    width: 50%;
    padding: 3.125rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .account-section .right {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .account-section .right {
    width: 80%;
  }
}
@media only screen and (max-width: 420px) {
  .account-section .right {
    width: 100%;
  }
}

.account-header .site-logo {
  border: none;
  padding: 0;
  margin: 0;
}

.account-form-area p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}

.forgot-item label {
  margin-bottom: 0;
}

.or-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .or-area {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .or-area {
    gap: unset;
  }
}
.or-area .or-line {
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 575px) {
  .or-area .or-line {
    display: none;
  }
}
.or-area .or-title {
  margin-bottom: 0;
  font-size: 14px;
}

.account-form-btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.account-form-btn a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: #7813e1;
  border-radius: 50%;
  margin: 8px;
}
.account-form-btn a.facebook {
  background-color: #3a5795;
}
.account-form-btn a.google {
  background-color: #4285f4;
}
.account-form-btn a.apple {
  background-color: #000000;
}
.account-form-btn a svg {
  fill: #ffffff;
}

.account-footer p {
  font-size: 14px;
  font-weight: 500;
}

/*-------------------------------------------------
    [ ### 404 block ]
*/
.four-not-four-section {
  position: relative;
  overflow: hidden;
}
.four-not-four-section .row {
  min-height: 100vh;
}

.four-not-four-content .title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.four-not-four-content .title span {
  color: #7813e1;
}
.four-not-four-content p {
  width: 40%;
  font-weight: 500;
  line-height: 2em;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .four-not-four-content p {
    width: 100%;
  }
}
.four-not-four-content .btn--base {
  margin-top: 35px;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/