/* CSS Document */
.top_bar {
  position: relative;
  padding: 7px 0px;
  background: #E95440;
  background-position: center;
  background-size: cover;
  /* Apply the blink animation */
  animation: blink 6s infinite;
  -webkit-animation: blink 6s infinite; /* Safari and Chrome */
  /* W3C */
}
.top_bar p {
  color: #fff;
  margin: 0px;
  font-weight: 500;
  font-size: 16px;
}
.top_bar p b {
  font-weight: 500 !important;
}
.top_bar p small {
  color: #fc2158;
  font-size: 16px;
}
.top_bar p small.dollar {
  text-decoration: line-through;
  text-decoration-color: var(--color-one);
  font-weight: 400;
  font-size: 14px;
}
.top_bar span {
  display: inline-block;
  padding: 0px 8px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin-right: 8px;
}
.top_bar a {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  margin-left: 10px;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 600;
}
.top_bar a:hover {
  color: #E95440;
}
.top_bar strong {
  font-weight: 500 !important;
}
.top_bar .countdown {
  margin: 0px;
  padding: 0px;
}
.top_bar .countdown li {
  display: inline-block;
}

/* Reset ================================================================================= */
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1320px;
  }
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: #FFF;
  color: #6B7177;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "DM Sans";
  color: #000000;
  line-height: 1.4;
  font-weight: 700;
}

#wrapper {
  margin: 0 auto;
}

.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background: #f5f5f5;
  z-index: 99;
}

a {
  outline: none;
}

p {
  margin: 20px 0 10px;
}

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

a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #E95440;
}

a {
  color: #212121;
}

#home-pages {
  background: #fff;
}

.main-content {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.decs-content {
  text-align: center;
  padding: 150px 0;
  margin-bottom: 40px;
  position: relative;
  background: url("../images/bg-header.jpg") repeat fixed left top;
}

.wrap-img {
  transition: all 200ms ease 0s;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.wrap-img .new {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(241, 18, 18);
  padding: 5px 15px;
  border-radius: 10px;
  color: #fff;
}

@media (min-width: 1200px) {
  .wrap-img {
    margin-bottom: 40px;
  }
}
.wrap-img a {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  display: block;
  position: relative;
}

.img-bg {
  background: #F0EFEC;
  padding: 30px 30px 0;
  border-radius: 8px;
}

.img-bg img {
  border-radius: 8px 8px 0 0;
}

.img-bg:hover {
  background: #1F4B3F;
}

.wrap-img:hover .title-demo a {
  color: #E95440;
}

.wrap-img a .action {
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9; /* IE 9 */ /* Safari */
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}

.wrap-img a:hover:before,
.wrap-img a:active:before {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.wrap-img a:hover .action,
.wrap-img a:active .action {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.title-demo {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 0;
}

.bg-text-theme {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffbf43;
  font-size: 40px !important;
}

.btn {
  background: transparent;
  padding: 13px 30px;
  color: #202124;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  text-transform: capitalize;
  line-height: 1.4;
}

.velaLogo {
  padding: 0px 50px;
  text-align: left;
}

.text-theme {
  color: #00FF84;
}

.get-start-btn {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
}

.get-start-btn:hover,
.get-start-btn:active {
  color: #e5e5e5;
}

.header-title {
  font-size: 30px;
  margin: 0;
  line-height: 1.3;
  text-transform: capitalize;
}

.footerTextRight {
  text-align: right;
}

.footer-top {
  background-color: #F5C34B;
  color: #fff;
  padding: 20px 0;
}

.footer-top .btn {
  background-color: #f2b31b;
  border-color: #f2b31b;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

@media (min-width: 768px) {
  .flex-middle-sm {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
  }
  .justify-end {
    justify-content: end;
    -webkit-justify-content: end;
    -ms-justify-content: end;
  }
  .justify-center {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.flex-middle {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {
  .footer-top {
    padding: 50px 0;
  }
}
.title-footer {
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 5px;
  color: #fff;
}

.footerTextLeft {
  text-align: left;
}

.footerTextLeft span {
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  color: white;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .footerTextLeft {
    text-align: center;
  }
  .footerTextLeft span {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.list-shop .title-shop {
  font-size: 36px;
  margin: 0 0 20px;
}

.list-shop {
  margin-top: 30px;
}

.list-shop ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.list-shop ul li {
  margin-bottom: 10px;
}

.img-des1 {
  margin-top: 30px;
}

.row-header {
  padding: 30px 0;
}

.header-full {
  max-width: 1830px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  transition: all 0.3s ease-in-out 0s;
}

.section1 {
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .header-full {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .img-des1 {
    margin-top: 70px;
  }
  .row-header {
    padding: 100px 0;
  }
  .section1 {
    padding-bottom: 100px;
  }
  .section1.home-pages {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .list-shop.list1 {
    margin-top: 80px;
  }
}
.list-shop ul li:before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #F5C34B;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  margin-right: 12px;
}

.list-shop .description {
  font-size: 18px;
}

.footerTextRight .btnLandingpage {
  margin: 0px;
  padding: 0px 30px;
  border-radius: 0px;
  border: 0px;
  background-color: #ffbf43;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}

.titleLandingpage {
  position: relative;
  text-align: center;
  margin: 10px 0;
}

.titleLandingpage h3 {
  position: relative;
  margin: 0px;
  padding: 14px 0;
  font-family: Roboto;
  font-size: 35px;
  font-weight: bold;
  color: #ffbf43;
  text-transform: uppercase;
}

.titleLandingpage span {
  font-size: 100px;
  font-weight: 500;
  color: #333;
  opacity: 0.1;
  filter: alpha(opacity=10);
  position: absolute;
  top: 55px;
  left: 0px;
  right: 0px;
  line-height: 74px;
}

.right-header {
  margin: 3px 0 0;
}

.logo {
  margin-top: 5px;
}

.apus-header {
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  z-index: 9;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.apus-header.stick {
  background: #000000;
}

.stick .header-full {
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu {
  list-style: none;
  padding: 0;
  text-align: center;
  display: block;
  float: none;
}

.menu li {
  display: inline-block;
  float: none;
}

.menu li a {
  transition: all 0.3s ease-in-out 0s;
  color: #fff !important;
  background: transparent !important;
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
  padding: 0;
}

@media (min-width: 1500px) {
  .menu li a {
    margin-right: 40px;
  }
}
.menu li.active > a,
.menu li:hover > a {
  text-decoration: underline;
}

.navbar-inverse {
  background: transparent;
  border: none;
  min-height: 0;
  margin: 0;
}

.buy {
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .buy {
    margin-left: 40px;
  }
}
.sub-title {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.header-title {
  font-size: 70px;
  color: #fff;
}

.des-title {
  font-size: 24px;
  color: #fff;
  margin: 0 0 25px;
}

.top-wrapper {
  padding: 30px 0;
}

.title {
  font-size: 30px;
  margin: 0 0 10px;
  line-height: 1.3;
}

.wrap-img .title {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 0;
}

@media (min-width: 1200px) {
  .top-wrapper {
    padding: 100px 0 50px;
  }
  .title {
    font-size: 45px;
  }
}
.no-margin {
  margin-bottom: 0 !important;
}

.des {
  max-width: 820px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  font-weight: 500;
}

.btn-page {
  padding: 12px 30px;
  background: #212121 !important;
  text-transform: uppercase;
  border: 0 !important;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.btn-page:hover {
  background: #111 !important;
  color: #fff;
}

.section2 {
  padding-bottom: 30px;
}

.img-listing {
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.img-listing img {
  border-radius: 8px;
}

#dashboard {
  padding-top: 30px;
  background: #FFF8F6;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  #dashboard {
    border-radius: 16px;
    padding-top: 100px;
  }
  .section2 {
    padding-bottom: 100px;
  }
  .right-dashboard {
    padding-left: 100px;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.footer-inner {
  color: #fff;
  padding: 40px 0 20px;
}

.footer-bottom {
  margin-top: 30px;
}

@media (min-width: 1450px) {
  .footer-inner {
    padding: 160px 0 40px;
  }
  .footer-bottom {
    margin-top: 110px;
  }
}
.food {
  margin: 0 auto 20px;
  font-size: 30px;
  color: #fff;
}

@media (min-width: 1200px) {
  .food {
    font-size: 60px;
    margin: 0 auto 30px;
  }
}
.footerText {
  font-size: 18px;
  margin: 0 0 20px;
}

.btn-theme {
  border-color: #E95440;
  background: #E95440;
  color: #fff;
}

.btn-theme:hover,
.btn-theme:focus {
  border-color: #E95440;
  background: #E95440;
  color: #fff;
}

.btn-theme.btn-outline {
  background: transparent;
  color: #F5C34B;
  border-color: #F5C34B;
}

.btn-theme.btn-outline:hover,
.btn-theme.btn-outline:focus {
  background: #F5C34B;
  color: #fff;
  border-color: #F5C34B;
}

.features {
  margin-bottom: 35px;
}

.section-features {
  overflow: hidden;
  padding: 0 0 30px;
}

.media-left img {
  width: 100px;
  max-width: none;
}

.media-left, .media > .pull-left {
  padding-right: 30px;
}

.media-body .title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .menu li a {
    margin: 0 5px;
  }
  .media-left img {
    width: 70px;
  }
  .media-left, .media > .pull-left {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .header-title {
    font-size: 25px;
  }
  .media {
    margin-bottom: 10px;
  }
  .des-title {
    font-size: 15px;
  }
  .title {
    font-size: 25px;
  }
}
.short .img-bg .img-skin,
.short .img-bg,
.short .wrap-img {
  height: 360px;
}

.row-15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row-15 [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.short img {
  margin-bottom: 30px;
}

.short > .row {
  margin-bottom: 50px;
}

.short .spa-20 {
  margin-bottom: 21px;
}

.section-short .wrap-img a {
  height: 100px;
}

.section-short .wrap-img {
  height: 100px;
  margin-bottom: 30px;
  max-width: 100%;
}

.section-short {
  margin-bottom: 30px;
}

.footer-images .wrap-img,
.footer-images .wrap-img a {
  height: auto;
}

.title-f {
  margin: 15px 0 10px;
  font-size: 20px;
}

.des-f {
  color: #6d6d6d;
}

#beginner {
  background-color: #fafafa;
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .top-30 {
    margin-top: 30px;
  }
}
.table-comparison {
  margin: auto;
  max-width: 600px;
  border: 1px solid #ededed;
  border-radius: 4px;
}

.table-comparison th {
  font-size: 18px;
  text-align: center;
  color: #262626;
  font-weight: 700;
  padding: 15px 25px;
}

.table-comparison th:first-child,
.table-comparison td:first-child {
  text-align: left;
}

.table-comparison th:nth-child(2n),
.table-comparison td:nth-child(2n) {
  background: #79b531;
  color: #fff;
}

.table-comparison th:nth-child(3n),
.table-comparison td:nth-child(3n) {
  color: #221f1f;
}

.table-comparison td {
  font-weight: 700;
  font-size: 16px;
  color: #6d6d6d;
  padding: 15px 25px;
  text-align: center;
}

.table-comparison tr {
  border-bottom: 1px solid #ededed;
}

#listing {
  overflow: hidden;
}

.slick-slider {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.slick-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-slider .slick-dots {
  position: static;
}

.slick-slider .slick-dots li {
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  line-height: 8px;
  text-align: center;
}

.slick-slider .slick-dots li.slick-active {
  width: 20px;
}

.slick-slider .slick-dots li.slick-active button {
  background: #202124;
}

.st-white .slick-dots li button {
  background: #fff !important;
}

.slick-slider .slick-dots li button {
  border: none;
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #BFC8CB;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.2s ease-in-out 0s;
}

.slick-slider .slick-dots li button:before {
  display: none;
}

.title-p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .title-p {
    font-size: 17px;
  }
  .included .slick-dots {
    display: none;
  }
}
.title-top {
  font-size: 35px;
  margin: 0 0 15px;
}

.des-top {
  font-size: 17px;
  margin-bottom: 20px;
  color: #fff;
}

.button-top .btn {
  margin-right: 20px;
  min-width: 180px;
}

@media (min-width: 1400px) {
  .title-top {
    font-size: 60px;
    margin-bottom: 45px;
    margin-right: auto;
    margin-left: auto;
  }
  .button-top .btn {
    margin-right: 30px;
  }
}
.topheader {
  background: #0A192B;
}

.topheader-inner {
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}

.number,
.number-homes {
  line-height: 1;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .number {
    font-size: 45px;
  }
  .number-homes {
    font-size: 45px;
  }
  .topheader-inner {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .btn {
    padding: 8px 15px;
  }
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}

@media (max-width: 991px) {
  .button-top .btn {
    min-width: 130px;
  }
  .title-footer {
    font-size: 25px;
  }
  .food,
  .title {
    font-size: 25px;
  }
  #included .col-xs-4:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .title-top {
    font-size: 30px;
  }
  .top-wrapper .des {
    display: none;
  }
  .menu-xs {
    display: none;
  }
  .logo img {
    max-width: 120px;
  }
  .title {
    margin: 0;
  }
  #included .container, #beginner .container {
    margin-bottom: 0;
  }
  #included .container .col-xs-12, #beginner .container .col-xs-12 {
    margin-bottom: 15px;
  }
  #beginner .col-xs-12 > img:first-child {
    display: none;
  }
  .table-comparison th,
  .table-comparison td {
    padding: 5px;
    font-size: 15px;
  }
  .top-wrapper {
    padding: 30px 0 20px;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.text-theme-second {
  color: #ED7D56 !important;
}

.btn-theme-second {
  background: #E95440;
  color: #fff;
  border-color: #E95440;
}

.btn-theme-second:focus,
.btn-theme-second:hover {
  border-color: #ED7D56;
  background: #ED7D56;
  color: #fff;
}

.btn-white {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.view {
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: inline-block;
  border-radius: 50%;
  line-height: 90px;
  width: 90px;
  height: 90px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background: #ED7D56;
  transform: translate(-50%, -50%) scale(0);
}

.img-bg:hover .view {
  transform: translate(-50%, -50%) scale(1);
}

.btn-white:hover,
.btn-white:focus {
  color: #fff;
  background: #ED7D56;
  border-color: #ED7D56;
}

.text-white {
  color: #fff !important;
}

#listing .title {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

#listing .des {
  max-width: 450px;
}

#mobile {
  background: #FFEDE8;
  padding-top: 30px;
}

.titile-mobile {
  margin: 0 0 10px;
}

#featured .title-p {
  text-transform: capitalize;
}

#included {
  background: #F2F3F5;
}

@media (min-width: 1200px) {
  #mobile {
    padding-top: 100px;
  }
  .titile-mobile {
    font-size: 40px;
  }
  .pading_40px {
    padding: 20px 20px;
  }
}
.m-auto {
  margin: auto;
}

.unique-item {
  background: #fff;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  margin-bottom: 30px;
}

.unique-item img {
  width: 28px;
  flex-shrink: 0;
}

.unique-item .inner {
  padding-left: 20px;
  color: #000000;
  font-weight: 600;
  font-size: 15px;
}

.max-850 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.max-850 .slick-list {
  overflow: visible;
}

.max-850 .slick-slide {
  transition: all 0.2s ease-in-out 0s;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

.max-850 .slick-current {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}

@media (max-width: 1199px) {
  .slick-list {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
    margin: 0 0 10px;
  }
  .col-xs-4:nth-child(3n+1) {
    clear: both;
  }
  .col-xs-6:nth-child(2n+1) {
    clear: both;
  }
  .food {
    font-size: 18px;
  }
  .des-mobile {
    margin-bottom: 20px;
  }
}
.under_line {
  text-decoration: underline;
}

.list-check {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  color: #222;
  font-size: 15px;
  text-transform: capitalize;
}

.list-check li {
  display: -moz-flex;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .list-check li {
    margin-bottom: 25px;
  }
}
.list-check .icon {
  background: #000000;
  font-size: 8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.top-images {
  margin-top: -170px;
}

@media (max-width: 1199px) {
  .top-images {
    display: none;
  }
}
#plugins,
#wooCommerce,
#included {
  padding-top: 30px;
}

#dashboard .des,
#wooCommerce .des,
#built .des {
  margin: 20px 0;
}

#wooCommerce .title {
  margin-bottom: 20px;
}

.integration {
  background: #F5F7FE;
  padding: 30px 30px 0;
  border-radius: 8px;
}

.integration .des {
  margin: 20px 0;
}

#included .title-p {
  margin: 0;
}

.included {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .included {
    margin-top: 50px;
  }
  #plugins,
  #wooCommerce,
  #included {
    padding-top: 100px;
  }
  .integration .des {
    margin: 30px 0 50px;
  }
  .integration {
    padding: 50px 40px 0;
  }
}
@media (max-width: 767px) {
  .integration {
    margin-bottom: 20px;
  }
}
.top1 {
  margin-bottom: 30px;
}

.nav-version {
  margin: 0 0 30px;
  text-align: center;
  border: 0;
}

.nav-version > li {
  float: none;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.nav-version > li a {
  border-radius: 50px;
  padding: 10px 20px;
}

.nav-version > li:hover > a,
.nav-version > li > a:hover,
.nav-version > li > a:focus,
.nav-version > li > a {
  border: 1px solid transparent;
  display: inline-block;
  color: #222;
  background: #fff;
}

.nav-version > li.active a:focus,
.nav-version > li.active a:hover,
.nav-version > li.active a {
  background: #fff;
  color: #ED7D56;
  border: 1px solid #E9E9E9;
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

#listing .tab-content {
  overflow: hidden;
  background-color: #222;
  border-radius: 16px;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0;
}

.slick-class .slick-dots {
  padding-top: 30px;
}

.category-banner-inner {
  background: #fff;
  border: 1px solid #E9E9E9;
  padding: 12px;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 15px;
  border-radius: 4px;
}

.category-banner-inner:hover {
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.category-banner-inner .banner-image {
  margin-bottom: 20px;
}

.category-banner-inner .title-p {
  margin-bottom: 10px;
}

.category-banner-inner .des {
  color: #6B7177;
  font-weight: 500;
  transition: all 0.2s ease-in-out 0s;
}

.category-banner-inner:hover .des {
  color: #222;
}

.footer {
  background: url("../images/footer-bg-new.png") center center/cover no-repeat #16473A;
}

@media (min-width: 1200px) {
  .category-banner-inner {
    padding: 30px;
    margin-bottom: 30px;
  }
  #listing .tab-content {
    background: url("../images/left.png") left top no-repeat, url("../images/right.png") right bottom no-repeat #222;
  }
  .slick-class .slick-dots {
    padding-top: 60px;
  }
  #listing .tab-content {
    padding: 100px 0;
  }
  .nav-version {
    margin-bottom: 55px;
  }
  .nav-version > li {
    font-size: 20px;
  }
  .nav-version > li a {
    padding: 12px 30px;
  }
}
@media (max-width: 991px) {
  .category-banner-inner .des {
    display: none;
  }
}
@media (max-width: 767px) {
  .unique-item {
    padding: 10px;
    margin-bottom: 15px;
  }
  .unique-item img {
    display: none;
  }
  .unique-item .inner {
    padding-left: 0;
    font-size: 14px;
  }
  #mobile .des {
    margin-bottom: 15px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}

/*page loading*/
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  transition: 0.6s;
  margin: 0 auto;
}
.preloader img {
  max-width: 250px;
}

.page-loading-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.page-loading-inner div {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  box-sizing: content-box;
  margin: -10px -20px;
}
.page-loading-inner div:nth-child(1) {
  background: #E95440;
  animation: page-loading-inner 1s linear infinite;
  animation-delay: -0.5s;
}
.page-loading-inner div:nth-child(2) {
  background: #000;
  animation: page-loading-inner 1s linear infinite;
  animation-delay: 0s;
}
.page-loading-inner div:nth-child(3) {
  background: #E95440;
  animation: page-loading-inner-o 1s linear infinite;
  animation-delay: -0.5s;
}

.page-loading {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  margin: auto;
}

.preloader-inner {
  width: 100px;
  height: 100px;
  margin: auto;
}

@keyframes page-loading-inner-o {
  0% {
    opacity: 1;
    transform: translate(0 0);
  }
  49.99% {
    opacity: 1;
    transform: translate(30px, 0);
  }
  50% {
    opacity: 0;
    transform: translate(30px, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes page-loading-inner {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rotate {
  0%, 49.999%, 100% {
    transform: none;
  }
  50%, 99.999% {
    transform: rotate(90deg);
  }
}
@keyframes shift-left {
  0%, 100% {
    transform: translateX(0%);
  }
  50% {
    transform: scale(0.65) translateX(-75%);
  }
}
@keyframes shift-right {
  0%, 100% {
    transform: translateX(0%);
  }
  50% {
    transform: scale(0.65) translateX(75%);
  }
}
.loader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.loader-wrap .preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-position: center center;
  background-repeat: no-repeat;
}
.loader-wrap .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.loader-wrap .animation-preloader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0);
  background: #E95440;
  animation: spin 2s linear infinite;
  z-index: 9999;
}
.loader-wrap .animation-preloader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0);
  border-top-color: var(--preloader-spinner-color-1);
  animation: spin 3s linear infinite;
}
.loader-wrap .animation-preloader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0);
  background: #E95440;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.d_flex, .d-flex, .mc4wp-form-fields {
  display: -moz-flex !important;
  display: flex !important;
}

.click-count {
  display: none;
}

.coming_soon .img-bg {
  opacity: 0.7;
  /* Striped effect using linear-gradient */
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 20px 20px; /* Adjust size of stripes */
  transition: all 0.3s ease; /* Smooth transition for hover effect */
}

.coming_soon .img-bg:hover {
  opacity: 1; /* Restore full opacity */
  background-image: none; /* Remove striped effect */
}

.home-pages .nav-version li a {
  font-weight: normal !important;
}

.header-full .btn-theme {
  min-width: 167px;
  min-height: 50px;
  left: 1693px;
  top: 32px;
  background: linear-gradient(95.65deg, #A578FF 1.36%, #FF83BD 38.84%, #FFBA6D 76.32%, #FBE9BE 114.94%);
  border-radius: 120px;
  border: unset;
  /* 15/Bold */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  /* identical to box height, or 187% */
  /* Color/Primary */
  color: #000000;
}

.spanone {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 91px;
  /* leading-trim and text-edge are draft CSS properties.

  Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
  */
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  /* l3 */
  background: linear-gradient(90deg, #FFFFFF 0%, #EF4DE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.spantwo {
  /* Car Hire WordPress Theme */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 91px;
  /* leading-trim and text-edge are draft CSS properties.

  Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
  */
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  /* ll */
  background: linear-gradient(95.65deg, #A578FF 1.36%, #FF83BD 38.84%, #FFBA6D 76.32%, #FBE9BE 114.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.bottom_image {
  margin-top: 2rem;
}
.bottom_image img {
  width: 100%;
  height: auto;
}

.topheader-inner .btn.btn-white, .topheader-inner .btn.btn-theme, .footer .btn.btn-white, .footer .btn.btn-theme {
  border: unset;
  /* Buttons-Arrow */
  width: 200px;
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 120px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 58px;
  leading-trim: both;
  text-edge: cap;
  padding: unset;
  text-transform: uppercase;
  /* Black */
  color: #000000 !important;
}

.boxed {
  background-size: cover;
}

.section_e-cab .boxed {
  padding: 60px;
  background: #F0FBF7;
  border-radius: 12px;
}
.section_e-cab .ecab_image {
  position: relative;
  margin-right: -10rem;
}
.section_e-cab .title_box {
  text-align: center;
}
.section_e-cab .title_box img {
  margin: auto;
  border-radius: 100px;
}
.section_e-cab .title_box h1 span {
  display: block;
}
.section_e-cab .title_box h1 .e-title-one {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  /* Color/Secondary */
  color: #E95440;
}
.section_e-cab .title_box h1 .e-title-two {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  /* text */
  color: #1E2127;
}

.footer_span_two {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  /* l3 */
  background: linear-gradient(90deg, #FFFFFF 0%, #EF4DE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.footer_span_three {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  /* leading-trim and text-edge are draft CSS properties.

  Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
  */
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  /* ll */
  background: linear-gradient(95.65deg, #A578FF 1.36%, #FF83BD 38.84%, #FFBA6D 76.32%, #FBE9BE 114.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.topheader {
  background-size: cover;
}

@media (max-width: 992px) {
  .section_e-cab .title_box h1 .e-title-one, .e-title-two {
    font-size: 40px;
  }
  .section_e-cab .ecab_image {
    margin-right: unset;
  }
  .spanone, .spantwo {
    font-size: 40px;
    line-height: 50px;
  }
  .topheader-inner .btn.btn-white, .topheader-inner .btn.btn-theme, .footer .btn.btn-white, .footer .btn.btn-theme {
    line-height: 40px;
    width: 150px;
    font-size: 14px;
  }
  .container-fluid {
    padding: 10px !important;
  }
  .boxed {
    padding: 20px !important;
  }
}/*# sourceMappingURL=style.css.map */