/* ----------------------------------------------------------------------------------------
Template: Chilo - Startup and SaaS template
Version: 1.0.0
Author: tempload - support@tempload.com
 -----------------------------------------------------------------------------------------*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. testimonials
08. pricing
09. blog
10. footer
11. pages
12. faq
13. aside
14. contact
15. preloader

--------------------------------------------- */
/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&subset=latin-ext");
/*
---------------------------------------------
reset
---------------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
  background: #f9faff;
  color: #6f8ba4;
  font-family: "Montserrat", sans-serif;
}

::selection {
  background: #625fdb;
  color: #fff;
}

::-moz-selection {
  background: #625fdb;
  color: #fff;
}

.section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section.white {
  background: #fff;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3b566e;
  letter-spacing: 1.75px;
  line-height: 42px;
  margin-bottom: 30px;
}

.left-heading .section-title.dotted {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

/* .left-heading .section-title.dotted:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 2px;
  bottom: 0px;
  left: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #625FDB;
}

.left-heading .section-title.dotted:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 2px;
  bottom: 0px;
  left: 24px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #625FDB;
} */

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3b566e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

.center-text.colored {
  color: #f0f1ff;
}

.center-text p {
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #f0f1ff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3b566e;
}

.left-text ul {
  color: #6f8ba4;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
}

.left-text ul li {
  min-height: 32px;
  line-height: 32px;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.left-text ul li:before {
  position: absolute;
  left: 0px;
  content: "\f178";
  font-family: FontAwesome;
  height: 32px;
  line-height: 32px;
}

.left-text ul li:hover {
  padding-left: 40px;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.border-bottom {
  border-bottom: 1px solid #f5f5f5 !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.light-btn {
  display: block;
  /* chekc width */
  width: 170px;
  height: 40px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* padding-left: 66px; */
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #3b566e;
}

.light-btn.home-btn {
  width: 100%;
  margin-bottom: 30px;
}

.light-btn:before {
  font-family: FontAwesome;
  content: "\f105";
  letter-spacing: 0px;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  left: 4px;
  top: 4px;
  background: #f6f4fd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #3b566e;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.light-btn:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 4px;
  top: 4px;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.light-btn:hover,
.light-btn.active {
  color: #3b566e;
}

.light-btn:hover:before,
.light-btn.active:before {
  background: none;
  color: #fff;
}

.light-btn:hover:after,
.light-btn.active:after {
  opacity: 1;
}

.dark-btn {
  display: block;
  width: 170px;
  height: 40px;
  background: #f6f4fd;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 66px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #3b566e !important;
}

.dark-btn.home-btn {
  width: 100%;
  margin-bottom: 30px;
}

.dark-btn:before {
  font-family: FontAwesome;
  content: "\f105";
  letter-spacing: 0px;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  left: 4px;
  top: 4px;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.dark-btn:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 4px;
  top: 4px;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.btn-primary-line {
  width: 160px;
  margin: auto;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #625fdb;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 12px;
  background: #fff;
  color: #625fdb;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
  cursor: pointer;
}

.btn-primary-line:hover {
  background: #625fdb;
  color: #fff;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.margin-top-50 {
  margin-top: -50px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

blockquote {
  margin-bottom: 28px;
  padding: 30px;
  padding-top: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f4f8fb;
  overflow: hidden;
}

blockquote .text {
  position: relative;
  text-align: center;
}

blockquote .text p {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px !important;
}

blockquote .text:before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .text:after {
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .author {
  color: #3b566e;
  text-align: center;
}

.page-gallery {
  height: 185px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-bottom-fix {
    margin-bottom: 0px;
  }

  .margin-bottom-60 {
    margin-bottom: 0px !important;
  }

  .margin-bottom-30 {
    margin-bottom: 0px !important;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

/*
---------------------------------------------
header
---------------------------------------------
*/
.header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 28px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: left;
  margin-top: 21px;
  margin-left: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #3b566e;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #625fdb;
}

.header-area .main-nav .nav li a.btn-nav-line {
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 30px;
  margin-top: 5px;
  line-height: 29px;
  letter-spacing: 0.5px;
  background: none;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.header-area .main-nav .nav li a.btn-nav-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0.19;
}

.header-area .main-nav .nav li a.btn-nav-line span {
  position: relative;
  z-index: 2;
}

.header-area .main-nav .nav li a.btn-nav-line:hover {
  background: #fff;
  color: #625fdb;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #3b566e;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3b566e;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #625fdb;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #f5f5f5;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3b566e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3b566e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3b566e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3b566e;
}

.header-area .main-nav .buttons {
  float: right;
  margin-top: 19px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .buttons a {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  float: left;
  border: 1px solid #625fdb;
  margin-left: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.35px;
  color: #625fdb;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
}

.header-area .main-nav .buttons a:hover {
  background: #625fdb;
  color: #fff;
}

.header-area .main-nav .buttons a.btn-register {
  color: #fff;
  border: none;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 20px;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 5px;
  }
}

@media (max-width: 991px) {
  .header-area {
    background: #fff;
    height: 80px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: left;
    width: 100%;
    margin-top: 20px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    padding-left: 30px !important;
    border: none !important;
    background: #fff !important;
    color: #3b566e !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #f5f5f5 !important;
  }
  .header-area .main-nav .nav li a.btn-nav-line {
    margin-top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    padding-left: 50px !important;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .buttons {
    display: none;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/*
---------------------------------------------
welcome
---------------------------------------------
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.welcome-area:after {
  content: "";
  position: absolute;
  width: 485px;
  height: 487px;
  z-index: 1;
  top: 0px;
  left: 0px;
  background: url(../images/header-radial.png);
}

.welcome-area .header-bg {
  position: relative;
  top: 1px;
  height: auto;
  z-index: 2;
}

.welcome-area .header-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  z-index: 4;
}

.welcome-area .header-text h1 {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  line-height: 48px;
  letter-spacing: 1.07px;
  margin-bottom: 40px;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 16px;
  color: #f0f1ff;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.welcome-area .header-text .email-box {
  max-width: 360px;
  position: relative;
  height: 46px;
  background: none;
  overflow: hidden;
}

.welcome-area .header-text .email-box .input input {
  position: absolute;
  width: 100%;
  height: 46px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  outline: none;
  padding-left: 20px;
  padding-right: 120px;
  z-index: 1;
  font-weight: 500;
  font-size: 12px;
  color: #f0f1ff;
  letter-spacing: 0.67px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: none;
}

.welcome-area .header-text .email-box .input input::-webkit-input-placeholder {
  color: #f0f1ff;
}

.welcome-area .header-text .email-box .input input:-moz-placeholder {
  color: #f0f1ff;
}

.welcome-area .header-text .email-box .input input:focus {
  padding-left: 30px;
}

.welcome-area .header-text .email-box .input button {
  position: absolute;
  right: 0px;
  z-index: 2;
  height: 46px;
  border: none;
  background: #fff;
  border-radius: 0 5px 5px 0;
  font-weight: 400;
  font-size: 12px;
  color: #625fdb;
  width: 98px;
  outline: none;
  cursor: pointer;
}

.welcome-area .header-text .imgs {
  min-height: 474px;
}

.welcome-area .header-text .imgs .img-bottom {
  position: absolute;
  width: 390px;
  height: 404px;
  right: 15px;
  z-index: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
  top: 35px;
}

.welcome-area .header-text .imgs .img-top {
  position: absolute;
  width: 390px;
  height: 474px;
  right: 230px;
  z-index: 2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.welcome-area .btn-play {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #625fdb;
  margin: auto;
  left: 0%;
  right: 0px;
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  z-index: 3;
}

.welcome-area .btn-play:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #fff;
  opacity: 0.8;
  z-index: 1;
}

.welcome-area .btn-play i {
  padding-left: 5px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .header-text {
    top: 60% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .header-text h1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .header-text .email-box {
    width: 100% !important;
  }
  .header-text .imgs {
    min-height: 374px !important;
  }
  .header-text .imgs .img-bottom {
    width: 300px !important;
    height: 304px !important;
  }
  .header-text .imgs .img-top {
    width: 300px !important;
    height: 374px !important;
    right: 160px !important;
  }
}

@media (max-width: 991px) {
  .welcome-area {
    margin-top: 80px;
    height: 800px;
  }
  .welcome-area .header-bg {
    display: none;
  }
  .welcome-area .header-text {
    top: 58% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .welcome-area .header-text h1 {
    font-size: 26px !important;
    line-height: 38px !important;
    margin-bottom: 10px !important;
    color: #fff;
    text-align: center;
  }
  .welcome-area .header-text p {
    color: #fff;
    text-align: center;
  }
  .welcome-area .header-text .email-box {
    max-width: 100% !important;
    margin-bottom: 60px;
  }
  .welcome-area .header-text .email-box span {
    color: #fff;
    text-align: center;
  }
  .welcome-area .header-text .imgs .img-bottom {
    width: 60% !important;
  }
  .welcome-area .header-text .imgs .img-top {
    width: 60% !important;
    left: 15px;
  }

  .left-heading .section-title.dotted {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 35px;
    font-size: 24px;
    letter-spacing: 0.75px;
    text-align: center;
    margin-bottom: 15px;
  }
}

/*
---------------------------------------------
features
---------------------------------------------
*/
.home-fix {
  padding-top: 0px;
  margin-top: -100px;
}

.about-fix {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
  background: none;
}

.features-small-item {
  display: block;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 30px 26px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.features-smaller-item {
  display: block;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 10px 13px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.features-small-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.features-smaller-item:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.features-small-item.active:before,
.features-small-item:hover:before,
.features-smaller-item.active:before,
.features-smaller-item:hover:before {
  opacity: 1;
}

.features-small-item.active .icon i,
.features-small-item:hover .icon i,
.features-smaller-item.active .icon i,
.features-smaller-item:hover .icon i {
  background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
}

.features-small-item.active .features-title,
.features-small-item:hover .features-title,
.features-smaller-item.active .features-title,
.features-smaller-item:hover .features-title  {
  color: #ffffff;
}

.features-small-item.active p,
.features-small-item:hover p {
  color: #f0f1ff;
}

.features-small-item.home-top-p {
  margin-top: 70px;
}

.features-small-item.home-top-n {
  margin-top: -70px;
}

.features-small-item.smaller {
  padding: 30px 13px;
}

.features-small-item .icon {
  width: 60px;
  height: 30px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}

.features-smaller-item .icon {
  width: 20px;
  height: 15px;
  margin: auto;
  position: relative;
  margin-bottom: 10px;
}

.features-small-item .icon i {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
  font-size: 28px;
  background-image: linear-gradient(127deg, #6a30d1 0%, #5c83e3 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.features-smaller-item .icon i {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
  font-size: 28px;
  background-image: linear-gradient(127deg, #6a30d1 0%, #5c83e3 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.features-small-item .features-title {
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  line-height: 28px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.features-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px !important;
}

.features-small-item .dark-btn {
  margin: auto;
  box-shadow: none;
  padding-left: 30px;
  margin-top: 30px;
}

.services-post {
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  display: block;
}

.services-post:hover .post-content .icon {
  right: 30px;
}

.services-post .img {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  height: 200px;
}

.services-post .post-content {
  padding: 25px;
  padding-bottom: 5px;
  padding-top: 35px;
  position: relative;
}

.services-post .post-content h3 {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.88px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: -100px;
  margin-bottom: 20px;
}

.services-post .post-content .text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.88px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 60px;
  text-align: center;
}

.services-post .post-content .text.post-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.services-post .post-content .dark-btn {
  margin: auto;
  margin-bottom: 30px;
  box-shadow: none;
}

@media (max-width: 991px) {
  .home-fix {
    padding-top: 30px;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .features-small-item.home-top-p {
    margin-top: 0px !important;
  }
  .features-small-item.home-top-n {
    margin-top: 0px !important;
  }

  .left-heading .section-title {
    font-size: 24px;
    letter-spacing: 0.75px;
    text-align: center;
    margin-bottom: 15px;
    color: #625fdb;
  }

  .left-text p.dark {
    text-align: center;
    line-height: 25px;
    margin-bottom: 0px;
  }

  .left-text p {
    text-align: center;
    margin-bottom: 0px;
    line-height: 25px;
  }

  .feature-padding {
    padding-top: 30px;
  }
}

/*
---------------------------------------------
parallax
---------------------------------------------
*/
.parallax {
  min-height: 5px;
  overflow: hidden;
  position: relative;
}

.parallax.padding-fix {
  padding-bottom: 70px;
}

.parallax:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: 0.8;
  background-image: linear-gradient(127deg, #6a30d1 0%, #5c83e3 91%);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.parallax .parallax-content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.parallax .parallax-content .info {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.parallax .parallax-content .info h5 {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.69px;
  line-height: 24px;
  margin-bottom: 15px;
}

.parallax .parallax-content .info p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.6px;
  line-height: 28px;
}

.parallax .parallax-content .info a {
  width: 200px;
  padding-left: 30px;
  background: #fff;
  margin: auto;
  margin-top: 50px;
}

.parallax-counter {
  min-height: 315px;
  overflow: hidden;
  position: relative;
}

.parallax-counter:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: 0.8;
  background-image: linear-gradient(127deg, #6a30d1 0%, #5c83e3 91%);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.parallax-counter .parallax-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  width: 100%;
}

.parallax-counter .parallax-content .count-item {
  height: 280px;
  position: relative;
  overflow: hidden;
}

.parallax-counter .parallax-content .count-item:hover strong {
  margin-top: 60px;
}

.parallax-counter .parallax-content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1.72px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parallax-counter .parallax-content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.86px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .parallax .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .parallax .parallax-content .api-btn-content {
    margin-top: 20px;
  }
  .parallax-counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .parallax-counter .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .parallax-counter .parallax-content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .parallax-counter .parallax-content .count-item:hover strong {
    margin-top: 0px;
  }
  .parallax-counter .parallax-content .count-item:before {
    display: none;
  }
  .parallax-counter .parallax-content .count-item:after {
    width: 40px;
    height: 1px;
  }
  .parallax-counter .parallax-content .count-item strong {
    margin-top: 0px;
  }
}

/*
---------------------------------------------
testimonials
---------------------------------------------
*/
.testimonials-item {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.testimonials-item:hover .hexagon-user,
.testimonials-item.active .hexagon-user {
  top: -30px;
}

.testimonials-item:hover .testimonials-content:before,
.testimonials-item.active .testimonials-content:before {
  opacity: 1;
}

.testimonials-item:hover .testimonials-content .user-name,
.testimonials-item.active .testimonials-content .user-name {
  color: #fff;
}

.testimonials-item:hover .testimonials-content span,
.testimonials-item:hover .testimonials-content p,
.testimonials-item.active .testimonials-content span,
.testimonials-item.active .testimonials-content p {
  color: #f0f1ff;
}

.testimonials-item:hover .testimonials-content ul li a,
.testimonials-item.active .testimonials-content ul li a {
  color: #fff;
}

.DashboardTitleSection {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #3d405b;
  justify-content: center;
}

.ReadyTitleSection {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;

  display: flex;
  align-items: center;
  color: #56477a;
  justify-content: center;
}

.SpendAmountSection {
  background: #ffffff;
  border: 2px solid #8f6add;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  display: flex;
  padding: 10px;
}

.SpendAmountText {
  font-weight: bold;
  font-size: 16px;
  align-items: center;
  color: #8f6add;
  display: flex;
  justify-content: center;
}

.SpendAmountCost {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  justify-content: flex-start;
  display: flex;
  /* align-items: flex-end; */
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #352b73;
}

.GreyBoxSection {
  background: linear-gradient(0deg, #eeeeee, #eeeeee);
  border-radius: 20px;
  padding: 10px;
}

.GreyTitle {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  color: #6938d2;
  display: flex;
  justify-content: center;
}

.GreyValue {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;

  letter-spacing: 0.5px;

  color: #6938d2;
  display: flex;
  justify-content: center;
}

.testimonials-item .profile {
  width: 80px;
  height: 110px;
  position: absolute;
  top: -10px;
  left: 25px;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.testimonials-item .testimonials-content {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.testimonials-item .testimonials-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonials-item .testimonials-content .user-name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  margin-top: 20px;
  padding-left: 140px;
  letter-spacing: 0.69px;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
}

.testimonials-item .testimonials-content span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.6px;
  padding-left: 140px;
  padding-right: 25px;
  position: relative;
  z-index: 3;
}

.testimonials-item .testimonials-content .social {
  padding-left: 140px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: 10px;
}

.testimonials-item .testimonials-content .social li {
  float: left;
  margin-right: 14px;
}

.testimonials-item .testimonials-content .social li a {
  color: #6f8ba4;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonials-item .testimonials-content p {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.6px;
  line-height: 26px;
  position: relative;
  z-index: 3;
}

/*
---------------------------------------------
pricing
---------------------------------------------
*/
.pricing-item {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.pricing-item.active .pricing-header {
  background-image: linear-gradient(127deg, #6a30d1 0%, #5c83e3 91%);
}

.pricing-item.active .pricing-header .pricing-title {
  color: #fff;
}

.pricing-item.active .pricing-header .number {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.pricing-item.active .pricing-header .number:before {
  border-bottom: 14px solid #fff;
}

.pricing-item.active .pricing-header .number:after {
  border-top: 14px solid #fff;
}

.pricing-item .pricing-header {
  border-bottom: 1px solid #e2ebff;
  text-align: center;
  height: 130px;
  display: block;
  position: relative;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #3b566e;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: perspective(1px) translateY(0%);
}

.pricing-item .pricing-header .number {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #f6f4fd;
  position: relative;
  bottom: -105px;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pricing-item .pricing-header .number span {
  font-weight: 400;
  font-size: 16px;
  color: #625fdb;
  display: block;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 20px;
  color: #625fdb;
  position: relative;
  top: -15px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 700;
  font-size: 34px;
  color: #625fdb;
  letter-spacing: 2.12px;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 700;
  font-size: 14px;
  color: #625fdb;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #bcd2e6;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li.active {
  color: #3b566e;
}

.pricing-item .pricing-footer {
  text-align: center;
}

.pricing-item .pricing-footer a {
  margin: auto;
  margin-bottom: 40px;
  padding-left: 30px;
  box-shadow: none;
}

/*
---------------------------------------------
blog
---------------------------------------------
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  height: 200px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.blog-post-thumb .img .date {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 15px;
  margin: auto;
  width: 100px;
  background-image: linear-gradient(127deg, #6a30d1 0%, #5c83e3 91%);
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.blog-post-thumb .img .date strong {
  display: inline-block;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 12px;
}

.blog-post-thumb .img .date span {
  display: inline-block;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 12px;
}

.blog-post-thumb .post-content {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 20px 30px 30px 30px;
}

.blog-post-thumb .post-content h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb .post-content h3 a {
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  letter-spacing: 1px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb .post-content h3 a:hover {
  color: #625fdb;
}

.blog-post-thumb .post-content .post-meta {
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-post-thumb .post-content .post-meta li {
  float: left;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  color: #625fdb;
  font-size: 14px;
}

.blog-post-thumb .post-content .post-meta li a {
  color: #625fdb;
}

.blog-post-thumb .post-content .post-meta li span {
  display: inline-block;
  margin-right: 5px;
}

.blog-post-thumb .post-content .text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.88px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-content .text.post-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.blog-post-thumb .post-content .post-footer {
  overflow: hidden;
  border-bottom: 1px solid #ecf7ff;
  border-top: 1px solid #ecf7ff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-post-thumb .post-content .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #6f8ba4;
}

.blog-post-thumb .post-content .post-footer ul.share {
  float: right;
}

.blog-post-thumb .post-content .post-footer ul.share li {
  float: left;
  margin-left: 15px;
}

.blog-post-thumb .post-content .post-footer ul.share li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #625fdb;
}

.blog-post-thumb .post-content .dark-btn {
  box-shadow: none;
  padding-left: 30px;
  margin-top: 30px;
}

.section-comments {
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 0px;
}

.section-comments ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.section-comments ul li {
  overflow: hidden;
}

.section-comments ul li .avatar {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.section-comments ul li .comment-content {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  float: left;
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
}

.section-comments ul li .comment-content .comment-by {
  margin-bottom: 10px;
  position: relative;
}

.section-comments ul li .comment-content .comment-by strong {
  display: block;
  color: #3b566e;
}

.section-comments ul li .comment-content .comment-by span {
  font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply {
  position: absolute;
  right: 0px;
  top: 15px;
  background: #f4f8fb;
  color: #6f8ba4;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-comments ul li .comment-content .comment-by .btn-reply i {
  font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply:hover {
  background: #625fdb;
  color: #fff;
}

.section-comments ul li ul {
  padding-left: 30px;
}

.post-comment {
  background: #fff;
  /* box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* padding: 30px; */
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.post-comment .comment-form .form-item {
  margin-bottom: 20px;
}

.post-comment .comment-form .form-item label {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}

.post-comment .comment-form .form-item input,
.post-comment .comment-form .form-item textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.post-comment .comment-form .form-item input:focus,
.post-comment .comment-form .form-item textarea:focus {
  border: 1px solid #ddd;
}

.post-comment .comment-form .form-item textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.post-comment .comment-form .dark-btn,
.dark-btn {
  padding-left: 30px;
  border: none;
  cursor: pointer;
  outline: none;
  width: 215px;
  box-shadow: none;
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}

.pagination .page-item a {
  font-size: 14px;
  color: #625fdb;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination .page-item a:hover {
  background: #f4f8fb;
}

@media (max-width: 991px) {
  .blog-post-thumb.big .img {
    height: 350px;
  }

  .blog-post-thumb .post-content {
    padding: 20px 10px 10px 10px;
  }

  .blog-post-thumb .post-content .dark-btn {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 420px) {
  .blog-post-thumb.big .img {
    height: 200px;
  }
}

/*
---------------------------------------------
footer
---------------------------------------------
*/
footer {
  background: #fff;
  border-top: 1px solid #e8e8ff;
  padding-top: 70px;
}

footer img.logo {
  /* margin-bottom: 30px; */
}

footer .text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 30px;
  letter-spacing: 0.88px;
}

footer h5 {
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  letter-spacing: 0.69px;
  line-height: 30px;
  margin-bottom: 0px !important;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
}

footer .social li {
  float: left;
  font-size: 16px;
  margin-right: 10px;
}

footer .social li a {
  color: #fff;
}

footer .footer-nav li a {
  display: block;
  overflow: hidden;
}

footer .footer-nav li a:hover span {
  padding-left: 5px;
  color: #625fdb;
}

footer .footer-nav li a i {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
  font-size: 14px;
  color: #3b566e;
}

footer .footer-nav li a span {
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .address p {
  display: block;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  line-height: 26px;
  letter-spacing: 0.88px;
  margin-bottom: 5px;
}

footer .address p a {
  color: #625fdb;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid #e8e8ff;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.88px;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/*
---------------------------------------------
pages
---------------------------------------------
*/
.page .cover {
  margin-top: 80px;
  min-height: 100px;
  position: relative;
}

.page .cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(127deg, #6a30d1 0%, #5c83e3 91%);
  z-index: 2;
  opacity: 0.95;
}

.page .cover .page-top {
  position: absolute;
  width: 100%;
  bottom: -20px;
  z-index: 3;
  text-align: center;
}

.page .cover .page-top h1 {
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 1.4px;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}

.page .cover .page-top .breadcrumb {
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 0px;
  display: inline-block;
  text-align: center;
  height: 35px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
  padding-right: 20px;
}

.page .cover .page-top .breadcrumb li {
  font-weight: 400;
  font-size: 12px;
  color: #6f8ba4;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  letter-spacing: 1.35px;
}

.page .cover .page-top .breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px;
  color: #6f8ba4;
}

.page .cover .page-top .breadcrumb li:first-child {
  margin-left: 0px;
}

.page .cover .page-top .breadcrumb li:last-child:after {
  content: "";
  margin-left: 0px;
}

.page .cover .page-top .breadcrumb li a {
  font-weight: 400;
  font-size: 12px;
  color: #6f8ba4;
}

.page .cover .page-top .breadcrumb li a.home {
  width: 29px;
  height: 29px;
  line-height: 29px;
  color: #fff;
  display: inline-block;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 8px;
  font-size: 14px;
}

.page .page-bottom {
  padding-top: 50px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.88px;
  line-height: 28px;
  color: #6f8ba4;
}

.page .page-bottom p {
  margin-bottom: 28px;
}

.page .page-bottom .about {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.page .page-bottom .about h2 {
  font-weight: 400;
  font-size: 30px;
  color: #3b566e;
  margin-bottom: 20px;
}

.page .page-bottom .about h3 {
  font-weight: 400;
  font-size: 18px;
  color: #3b566e;
  margin-bottom: 30px;
}

.page .page-bottom .about h5 {
  font-style: italic;
  font-size: 20px;
  color: #6f8ba4;
  letter-spacing: 1.25px;
  text-align: center;
  line-height: 28px;
  margin-top: -20px;
}

.page .page-bottom .about .about-image {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 370px;
  width: 100%;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.page .page-bottom .about .about-image .play {
  position: absolute;
  width: 80px;
  height: 80px;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 2;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
  transition: all 0.2s ease-in-out;
}

.page .page-bottom .about .about-image .play:hover {
  transform: scale(1.1);
}

.page .page-bottom .about .about-image .play i {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  padding-left: 2px;
  color: #625fdb;
  text-align: center;
}

.page .page-bottom .about .count strong {
  display: block;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 1.29px;
  color: #3b566e;
  margin-bottom: 10px;
}

.page .page-bottom .about .count span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.69px;
  color: #6f8ba4;
}

.page .page-bottom .features-small-item {
  background: #fff;
}

.page .page-bottom .page-detail .image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .page .cover {
    margin-top: -50px;
    min-height: 225px;
  }
  .page .cover h1 {
    font-size: 26px !important;
    line-height: 55px !important;
  }
  .page .cover .page-top {
    text-align: center;
  }
  .page .cover .page-top .breadcrumb {
    float: none;
    text-align: center;
  }
  .page .cover .page-top .breadcrumb li {
    display: inline;
  }
  .page .page-bottom .about {
    margin-bottom: 0px;
  }
  .page .page-bottom .about .about-image {
    margin-bottom: 30px;
  }
  .page .page-bottom .about .count span {
    margin-bottom: 30px;
  }

  .page .page-bottom {
    padding-top: 50px;
  }

  .page .page-bottom {
    padding-bottom: 10px;
  }
}

/*
---------------------------------------------
faq
---------------------------------------------
*/
.faq-wrapper .faq-header {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e9e9e9;
}

.faq-wrapper .faq-header h2 {
  font-weight: 400;
  font-size: 30px;
  color: #625fdb;
  letter-spacing: 1.88px;
  margin-bottom: 20px;
}

.faq-wrapper .faq-header .search {
  height: 50px;
  position: relative;
}

.faq-wrapper .faq-header .search input {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0px;
  border: none;
  background: #fff;
  outline: none;
  top: 5px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.88px;
  z-index: 1;
}

.faq-wrapper .faq-header .search input:focus {
  padding-left: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.faq-wrapper .faq-header .search input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.88px;
}

.faq-wrapper .faq-header .search input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.88px;
}

.faq-wrapper .faq-header .search button {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  color: #fff;
  outline: none;
  cursor: pointer;
}

.faq .card {
  border: none;
  background: none;
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: #625fdb;
}

.faq .card .card-header:hover .faq-title {
  color: #fff;
  padding-left: 10px;
}

.faq .card .card-header:hover .faq-title .num {
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
  color: #625fdb;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3b566e;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .num {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  margin-right: 20px;
  /* margin-top: -3px; */
}

.faq .card .card-body {
  padding: 0px;
  padding-bottom: 16px;
  padding-top: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
}

.faq .card .card-body .content {
  border-top: 1px solid #e4eff9;
  padding-top: 15px;
}

.faq .card .card-body p {
  margin-bottom: 14px;
  font-size: 14px !important;
  line-height: 28px !important;
  letter-spacing: 0.88px !important;
  margin-left: 20px;
}

.splitText {
  color: #6938d2;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 18px;
    margin-top: 0px;
  }

  .page .cover .page-top h1 {
    margin-bottom: 0px;
  }

  .faq-wrapper .faq-header h2 {
    font-size: 23px;
    letter-spacing: 0.75px;
    text-align: center;
    margin-bottom: 15px;
  }

  .faq-wrapper .faq-header {
    padding-bottom: 20px;
    margin-bottom: 0px;
  }

  .faq-text {
    text-align: center;
  }

  .faq .card .card-header .faq-title .num {
    margin-right: 14px;
    margin-left: 9px;
    /* margin-top: 6px; */
  }

  aside.default-aside .sidebar .box {
    height: 200px !important;
  }

  aside.default-aside .sidebar .box .hovered {
    top: 35%;
  }

  .vona-table-text {
    margin-left: 3px !important;
  }

  .splitText {
    color: #6938d2;
  }

  .faq .card .card-body {
    padding: 6px;
  }
}

/*
---------------------------------------------
aside
---------------------------------------------
*/
aside.default-aside {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

aside.default-aside .sidebar ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

aside.default-aside .sidebar ul li.active a {
  background: #625fdb;
  color: #fff;
}

aside.default-aside .sidebar ul li.active a:after {
  color: #fff;
}

aside.default-aside .sidebar ul li.active a:hover {
  padding-left: 60px;
}

aside.default-aside .sidebar ul li:last-child a {
  border: none;
}

aside.default-aside .sidebar ul li a {
  display: block;
  border-bottom: 1px solid #ecf7ff;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.88px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

aside.default-aside .sidebar ul li a:hover {
  padding-left: 60px;
}

aside.default-aside .sidebar ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 30px;
  color: #3b566e;
}

aside.default-aside .sidebar ul li a span {
  float: right;
  margin-right: 30px;
  display: inline-block;
  background: #f6f4fd;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #6f8ba4;
  margin-top: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

aside.default-aside .sidebar .search-widget {
  display: block;
  margin-bottom: 30px;
  height: 50px;
  position: relative;
}

aside.default-aside .sidebar .search-widget input {
  border: 1px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  font-size: 14px;
}

aside.default-aside .sidebar .search-widget input:focus {
  border: 1px solid #625fdb;
  padding-left: 30px;
}

aside.default-aside .sidebar .search-widget button {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  height: 30px;
  width: 30px;
  border: none;
  background-image: linear-gradient(127deg, #6a30d1 0%, #5c83e3 91%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  text-align: center;
  padding: 0px;
}

aside.default-aside .sidebar .search-widget button i {
  color: #fff;
}

aside.default-aside .sidebar .widget-tags {
  padding: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

aside.default-aside .sidebar .widget-tags a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f6f4fd;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #6f8ba4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

aside.default-aside .sidebar .widget-tags a:hover {
  background: #625fdb;
  color: #fff;
}

aside.default-aside .sidebar .download {
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  height: 50px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  display: block;
}

aside.default-aside .sidebar .download .icon {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
}

aside.default-aside .sidebar .download .icon i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
}

aside.default-aside .sidebar .download .text {
  float: left;
  width: calc(100% - 50px);
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
  color: #6f8ba4;
}

aside.default-aside .sidebar .box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  min-height: 180px;
  position: relative;
  margin-bottom: 30px;
  /* overflow: hidden; */
}

aside.default-aside .sidebar .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  /* z-index: 2; */
  z-index: 0;
  left: 0px;
  top: 0px;
  opacity: 0.85;
}

aside.default-aside .sidebar .box .hovered {
  /* position: sticky; */
  z-index: 3;
  /* padding-top: 30px; */
  /* padding-left: 30px; */
  /* padding-right: 30px; */
  /* padding-left: 15%; */
  /* padding-right: 15%; */
  padding: 20px;
  /* top: 22%; */
  /* left: 26%; */
}

aside.default-aside .sidebar .box .hovered p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.12px;
  /* margin-top: 30px; */
  /* display: box; */
  /* width: 80%; */
  margin-bottom: 30px;
  /* padding-left: 30px; */
  /* padding-right: 30px; */
}

aside.default-aside .sidebar .box .hovered a {
  /* margin: auto; */
  display: box;
  width: 80%;
  margin: 0 auto;
  /* padding-left: 30px; */
}

.StpperLylo {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -ms-font-smoothing: antialiased !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #555555;
}
.md-stepper-horizontal {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.md-stepper-horizontal .md-step {
  display: table-cell;
  position: relative;
  padding: 6px;
}
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
  background-color: rgba(0, 0, 0, 0.04);
}
.md-stepper-horizontal .md-step:active {
  border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
  background-color: #757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
  display: none;
}
.md-stepper-horizontal .md-step .md-step-circle {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-color: #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
  background-color: #00ae4d;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
  background-color: #605fdb;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
  background-color: rgb(33, 150, 243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
  font-family: "FontAwesome";
  font-weight: 100;
  content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
  display: none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
  font-family: "FontAwesome";
  font-weight: 100;
  content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
  text-align: center;
  color: rgba(0, 0, 0, 0.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
  font-weight: 600;
}
.md-stepper-horizontal .md-step .md-step-optional {
  font-size: 12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
  position: absolute;
  top: 36px;
  height: 1px;
  border-top: 1px solid #dddddd;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
  right: 0px;
  left: 50%;
  margin-left: 19px;
  top: 20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
  top: 20px;
}

/*
---------------------------------------------
contact
---------------------------------------------
*/
.contact-area {
  position: relative;
  border-bottom: 1px solid #e8e8ff;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.contact-area .contact-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  overflow: hidden;
  height: 70px;
}

.contact-area .contact-item .icon {
  width: 56px;
  height: 56px;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  color: #625fdb;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 7px;
  margin-left: 7px;
}

.contact-area .contact-item .icon i {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
}

.contact-area .contact-item .txt {
  padding-left: 80px;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
}

.contact-area .contact-item .txt p {
  margin-bottom: 0px !important;
}

.contact-area .contact-item .txt a {
  color: #6f8ba4;
}

.contact-area .map-canvas {
  width: 100%;
  height: 240px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.contact-bottom {
  margin-top: 10px;
}

.contact-bottom .contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-bottom .contact-text p {
  margin-bottom: 26px;
}

.contact-bottom .contact-form .input,
.contact-bottom .contact-form select,
.contact-bottom .contact-form textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-bottom .contact-form .input:focus,
.contact-bottom .contact-form select:focus,
.contact-bottom .contact-form textarea:focus {
  border: 1px solid #625fdb;
  padding-left: 30px;
}

.contact-bottom .contact-form .radio {
  border: 1px solid #eee;
  width: 25%;
  height: 25px;
  margin-bottom: 30px;
  margin-top: 15px;
  margin-left: 25%;
  padding-left: 55%;
}

.contact-bottom .contact-form ul {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.contact-bottom .contact-form ul li span {
  display: block;
  margin-top: -60px;
}

.contact-bottom .contact-form ul li span {
  display: block;
  margin-top: -60px;
}

/* .contact-bottom .contact-form select option:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #625FDB;
}

.contact-bottom .contact-form select option:hover {
  background: #f5f5f5;
  padding-left: 25px;
}

.contact-bottom .contact-form select option:hover:before {
  width: 3px;
} */

.contact-bottom .contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-bottom .contact-form .light-btn {
  padding-left: 30px;
  border: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 30px;
  float: right;
}

@media (max-width: 991px) {
  .contact-area {
    overflow: initial !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .contact-area .contact-item .txt {
    font-size: 12px;
  }
  .contact-area .map-canvas {
    margin-bottom: 30px;
  }
  .contact-bottom {
    padding-top: 0px;
  }

  .contact-bottom .contact-form .input,
  .contact-bottom .contact-form select,
  .contact-bottom .contact-form textarea {
    margin-bottom: 0px;
  }

  aside.default-aside .sidebar .box {
    margin-bottom: 0px;
  }
}

input[type='checkbox'] {
    border: 1px solid #ccc;
    width: 30px;
    height: 40px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 30px;
    color: #fff;
    content: "\2713"
}

input[type='checkbox']:hover {
    border: 1px solid #625fdb;
}

input[type='checkbox']:checked {
    background-color: #625fdb;
    /* content: '\002714'; */
    /* content: "\2713"; */
    color: #fff;
}

.checkmark {
    display:inline-block;
    margin-left: -15px;
}

.checkmark-split {
    display:inline-block;
    width: 30px;
    width: 40px;
    /* margin-left: -15px; */
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark:before {
    content: '';
    position: absolute;
    width:6px;
    height:18px;
    background-color:#eee;
    left:22px;
    top:15px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark-split:before {
    content: '';
    position: absolute;
    width:6px;
    height:18px;
    background-color:#eee;
    left:16px;
    top:10px;
}

.checkmark {
  cursor: pointer;
}

.checkmark:after {
    content: '';
    position: absolute;
    width:6px;
    height:18px;
    background-color:#eee;
    left:12px;
    top:17px;
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}

.checkmark-split:after {
    content: '';
    position: absolute;
    width:6px;
    height:18px;
    background-color:#eee;
    left:10px;
    top:19px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

input[type="checkbox"]:checked + .checkmark:before,
input[type="checkbox"]:checked + .checkmark:after {
  background-color: #fff;
}

.form-check-label {
  display: block;
  padding-left: 50px;
  padding-top: 10px;
  margin-top: -20px;
}

.split-table td {
  padding-bottom: 25px;
  padding-top: 15px;
}
/*
---------------------------------------------
preloader
---------------------------------------------
*/
.preloader-wrapper {
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
  background: #f7fafd;
}

.preloader-wrapper .loader {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  background-image: linear-gradient(135deg, #6a30d1 0%, #5c83e3 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: loader 3s ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@keyframes loader {
  33% {
    transform: rotate(45deg);
    border-radius: 10px;
  }
  66% {
    transform: rotate(90deg);
    border-radius: 0;
  }
  100% {
    transform: rotate(135deg);
    border-radius: 50%;
  }
}
