@charset "UTF-8";
/************
  Theme Name: Beborn
   Theme URI: http://echotheme.com/arwen
      Author: Echo Theme
  Author URI: http://echotheme.com
     Version: 1.0.0
        Tags: Beborn
 Text Domain: Beborn
 Description: Our Beborn theme is clean designed for clarity. Beborn simple, 
              straightforward typography is readable on a  wide variety of screen sizes,
              and suitable for multiple languages. We designed it using a mobile-first approach,
              meaning your content takes center-stage, regardless of whether your visitors arrive
              by smartphone, tablet, laptop, or desktop computer.

\************/
/**
   ***** TABLE OF CONTENTS

01.global
02.Global...............Globally-available variables and config.
03.intro
04.nav
05.form
06.steps
07.approach
08.features
09.fun-fact
10.coverage
11.testimonial
12.main-benefits
13.faq
14.pricing
15.contact
16.footer
 */
/*------------------------------------*#VARIABLE AND MIXINS
\*------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  overflow-x: hidden;
}

.fondo_rosado {
  background-color: #f0dada;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #915edf;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000;
}

h1,
h2 {
  font-size: 48px;
}

.no-padding {
  padding: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-margin {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-title {
  font-size: 48px;
  font-weight: 900;
  color: #000000;
}

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

.color-text {
  color: #915edf;
}

.bg-yellow {
  background: #ffb81e;
}

.bg-theme {
  background: #915edf;
}

.bg-light-green {
  background: #76de51;
}

.bg-light-red {
  background: #f75e61;
}

.block-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
}

.btn.btn-theme {
  background: #915edf;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 170px;
  height: 50px;
  padding: 15px;
  color: #fff;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

#intro-hero {
  background: url(../img/intro-bg3a.jpg) no-repeat scroll 0 0;
  background-size: cover;
  padding-bottom: 50px;
}

#hero-content {
  color: #000;
  padding-top: 200px;
  padding-bottom: 100px;
}

.hero-title {
  font-size: 48px;
  /* background: rgba(255, 255, 255, 0.8);*/
  color: #3f5393;
  font-weight: 900;
}

.hero-tagline {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.8);
}

.play-video {
  font-size: 14px;
  font-weight: 600;
}

.play-video .icon.icon-play-button2 {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 30px;
}

.intro-btn > a {
  margin: 0 10px;
}

.intro-btn > .btn.btn-theme {
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  #hero-content {
    padding-top: 120px;
    padding-bottom: 50px;
    text-align: center;
  }
  .hero-title {
    font-size: 34px;
    line-height: 40px;
  }
  .intro-btn > a {
    margin: 20px 10px;
  }
  .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#main-nav {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.3s;
  background: #fff;
}

.nav.navbar-nav > li > a {
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 15px;
  line-height: normal;
}

.nav.navbar-nav > li > a.btn-call-to-action {
  background: #915edf;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:active,
.nav.navbar-nav > li > a:focus {
  background: inherit;
  color: #915edf;
}

.nav.navbar-nav > li > a.btn-call-to-action:hover,
.nav.navbar-nav > li > a.btn-call-to-action:active,
.nav.navbar-nav > li > a.btn-call-to-action:focus {
  background: #915edf;
  color: #fff;
}

.is-scrolling {
  background: #fff;
  color: #000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  height: auto;
  max-height: 50px;
}

.logo-dark {
  position: absolute;
  top: 0;
  padding: 15px;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.navbar-fixed-top.is-scrolling .logo-default {
  opacity: 0;
}

.navbar-fixed-top.is-scrolling .logo-dark {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .nav.navbar-nav.pull-right {
    float: none !important;
    padding-left: 15px;
  }
  .nav.navbar-nav > li {
    float: none;
  }
  .navbar-toggle {
    background: #915edf;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
  }
  #main-nav {
    background: #fff;
    color: #000;
  }
  .logo-default {
    opacity: 0;
  }
  .logo-dark {
    opacity: 1;
  }
}

.registration-form {
  background: #fff;
  /*background:rgba(0, 140, 214, 0.46);*/
  /*background: #f6f6f6;*/
  padding: 30px;
  border-radius: 4px;
  max-width: 400px;
  margin: 0 auto;
}

.recordar-form {
  background: #fff;
  /*background:rgba(0, 140, 214, 0.46);*/
  /*background: #f6f6f6;*/
  padding: 30px;
  border-radius: 4px;
  max-width: 400px;
  margin: 0 auto;
}

.registration-form > h4 {
  margin-bottom: 20px;
}

.recordar-form > h4 {
  margin-bottom: 20px;
}

.registration-form .form-control {
  margin-bottom: 30px;
}

.recordar-form .form-control {
  margin-bottom: 30px;
}

.reg-term {
  color: #bbbbbb;
  font-size: 13px;
}

.registration-form .form-control,
select.form-control {
  background: #f6f6f6;
  border: 1px solid transparent;
  box-shadow: none;
  padding: 13px;
  height: 50px;
  color: #000000;
}

.recordar-form .form-control {
  background: #f6f6f6;
  border: 1px solid transparent;
  box-shadow: none;
  padding: 13px;
  height: 50px;
  color: #bbb;
}

.registration-form .has-error .form-control {
  border-color: red;
}

.recordar-form .has-error .form-control {
  border-color: red;
}

.has-error .form-control:focus {
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #bbb;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #bbb;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #bbb;
}

.form-control:-moz-placeholder {
  opacity: 1;
  color: #bbb;
}

@media screen and (max-width: 991px) {
  .registration-form .form-group {
    margin-bottom: 15px;
  }
}

#steps {
  padding-top: 100px;
  padding-bottom: 120px;
}

.step-iocn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 36px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-count {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #333;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  top: -5px;
  left: -5px;
  font-size: 14px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  #steps {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#approach {
  background: url(../img/approach-bg.jpg) no-repeat scroll 0 0;
  background-size: cover;
  padding-top: 90px;
}

.approch-text .color-text {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  #approach {
    padding-bottom: 120px;
  }
  .approach-thumb {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #approach {
    padding-top: 70;
    padding-bottom: 70px;
  }
}

#features {
  padding-top: 120px;
  padding-bottom: 120px;
}

.feature-slider .owl-nav > div {
  width: 50px;
  height: 50px;
  background: #eee;
  color: #666;
  border-radius: 4px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}

.feature-slider .owl-nav > div:hover {
  background: #915edf;
  color: #fff;
}

.feature-slider .owl-nav {
  position: absolute;
  top: 25%;
  width: 100%;
}

.feature-slider .owl-prev {
  float: left;
  margin-left: -60px;
}

.feature-slider .owl-next {
  float: right;
  margin-right: -60px;
}

@media screen and (max-width: 1200px) {
  .feature-slider .owl-prev {
    margin-left: 0;
  }
  .feature-slider .owl-next {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #features {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#fun-facts {
  background: url(../img/fun-fact-bg.jpg) no-repeat fixed;
  background-position: center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  color: #fff;
  z-index: 1;
}

#fun-facts:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #915edf;
  background: rgba(145, 94, 223, 0.9);
  z-index: -1;
}

.fun-fact-block > h2 {
  color: #fff;
}

.fact-icon {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .fun-fact-block {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #fun-facts {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#media-coverage {
  padding-top: 100px;
  padding-bottom: 200px;
}

.list-inline.logos > li {
  width: 20%;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #media-coverage {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .list-inline.logos > li {
    width: 33.33337%;
    height: 100px;
  }
}

#testimonials {
  background: #f6f6f6;
  padding-bottom: 160px;
  padding-top: 120px;
}

.testimonials-box > h4 {
  color: #ffb81e;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}

.testimonials-box {
  background: #3e3e3e;
  color: #fff;
  padding: 30px;
  border-radius: 4px;
  position: absolute;
  min-height: 530px;
  top: -200px;
}

.testimonial-slides:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  font-family: "icomoon";
  font-size: 150px;
  color: #ececec;
  top: -110px;
}

.tm-item {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
}

.tm-author-avatar {
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

.tm-text {
  margin-left: 100px;
}

.tm-text > h4 {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.tm-text > span {
  color: #bbb;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dot {
  width: 10px;
  height: 10px;
  background: #e3e3e3;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin: 4px;
}

.owl-dot.active {
  background: #915edf;
}

@media screen and (max-width: 991px) {
  .testimonials-box {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    min-height: auto;
    top: -200px;
  }
}

@media screen and (max-width: 991px) {
  #testimonials {
    padding-bottom: 70px;
  }
}

#main-benefits {
  padding-top: 100px;
  padding-bottom: 120px;
}

.benefit-count {
  height: 70px;
  overflow: hidden;
}

.benefit-count > span {
  font-size: 100px;
  vertical-align: bottom;
  line-height: 1.07;
  font-weight: 600;
  color: #eeeeee;
}

@media screen and (max-width: 767px) {
  #main-benefits {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#faq {
  background: url(../img/fag-bg.jpg) no-repeat scroll 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 120px;
}

#faq .section-title {
  font-size: 24px;
}

.faq-block {
  margin-top: 30px;
}

.faq-block > h4 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  #faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#pricing {
  padding-top: 90px;
  padding-bottom: 120px;
}

.pricing-plan {
  border-top: 1px solid #eee;
  min-height: 560px;
  margin-top: 50px;
  transition: 0.5s;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

.plan-head {
  padding: 15px 0 5px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.plan-value {
  border-bottom: 1px solid #eee;
  height: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plan-value > h4 {
  font-size: 48px;
  color: #000000;
  font-weight: bold;
  transition: 0.5s;
}

.plan-value > h4 > sup {
  font-weight: normal;
  font-size: 14px;
  top: -30px;
}

.plan-feature ul {
  padding: 0;
  margin: 0;
}

.plan-feature li {
  padding: 10px;
  list-style: none;
  border-bottom: 1px solid #eee;
}

.plan-feature li .text-muted {
  color: #bbbbbb;
}

.plan-buy > .btn.btn-theme {
  background: #222;
  border-radius: 50px;
  margin: 30px;
  font-size: 12px;
  letter-spacing: 2px;
}

#pricing .col-md-3.col-sm-6:last-child .pricing-plan {
  border-right: 1px solid #eee;
}

.pricing-plan.recommanded {
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleY(1.01);
  -ms-transform: scaleY(1.01);
  transform: scaleY(1.01);
}

.pricing-plan:hover .plan-value > h4,
.pricing-plan.recommanded .plan-value > h4 {
  color: #915edf;
}

.pricing-plan:hover .plan-head,
.pricing-plan.recommanded .plan-head {
  color: #915edf;
}

.pricing-plan:hover .btn.btn-theme,
.pricing-plan.recommanded .btn.btn-theme {
  background: #915edf;
}

@media screen and (max-width: 991px) {
  .pricing-plan {
    margin-bottom: 30px;
    border: 1px solid #eee;
  }
}

@media screen and (max-width: 767px) {
  #pricing {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.team-top-title .section-title {
  color: #fff;
  font-size: 36px;
  margin-top: 10px;
}

.team-top-title {
  background: #333;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}

.team-single {
  position: relative;
}

.team-img img {
  width: 100%;
}

.team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #915edf;
  background: rgba(145, 94, 223, 0.8);
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

.team-overlay > h4 {
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
}

.team-social > a {
  width: 30px;
  height: 30px;
  background: #915edf;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.team-social > a:hover {
  color: #915edf;
  background: #fff;
}

.team-single:hover .team-overlay {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .team-single {
    margin-bottom: 30px;
  }
}

#contact {
  padding-top: 100px;
  padding-bottom: 120px;
}

#contact .block-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 0;
}

.social > .list-inline > li > a > i {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  -webkit-transform: 0.5s;
  -ms-transform: 0.5s;
  transform: 0.5s;
}

.social > .list-inline > li > a > i.fa-facebook {
  background: #365493;
}

.social > .list-inline > li > a > i.fa-twitter {
  background: #33ccff;
}

.social > .list-inline > li > a > i.fa-google-plus {
  background: #d44132;
}

.social > .list-inline > li > a > i.fa-pinterest-p {
  background: #cb2027;
}

.social > .list-inline > li > a > i:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#contact .form-control {
  border: 1px solid #eeeeee;
  box-shadow: none;
  padding: 13px;
  height: 44px;
  font-size: 13px;
}

.success-message {
  position: absolute;
  top: -50px;
  color: #915edf;
  width: 100%;
  height: 30px;
  z-index: 1;
  font-weight: bold;
  opacity: 0;
  transition: 0.5s;
  left: 0;
}

#contact .has-error .form-control {
  border-color: red !important;
}

#contact textarea.form-control {
  height: auto;
}

@media screen and (max-width: 767px) {
  #contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contact-form {
    margin-top: 50px;
  }
}

.footer-top {
  background: #2b2b2b;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #bbb;
  font-size: 13px;
  line-height: 26px;
}

.footer-bottom {
  background: #222;
  padding-left: 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-bottom i.fa {
  color: #915edf;
}

.footer-widget > h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-widget ul {
  padding: 0;
  list-style: none;
}

.tweet ul li {
  position: relative;
  padding-left: 20px;
}

.tweet ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontawesome;
  color: #33ccff;
  font-size: 15px;
}

.widget-instargram ul > li {
  width: 33.33333%;
  float: left;
  padding: 3px;
}

#instafeed > a {
  display: block;
  width: 33.33%;
  float: left;
  padding: 3px;
}

#instafeed img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .footer-widget {
    margin-bottom: 30px;
  }
  br {
    display: none !important;
  }
}

.switcher-wrap {
  position: fixed;
  top: 100px;
  width: 250px;
  background: #fff;
  z-index: 100;
  padding: 20px;
  color: #000;
  left: -250px;
  transition: 0.3s;
}

.switcher-wrap.active {
  left: 0;
}

.switcher-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.color-switcher ul li {
  width: 28px;
  height: 28px;
  float: left;
  margin: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.color-switcher ul li.active {
  border: 3px solid #fff;
}

.switcher-wrap h4 {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.switcher-trigger {
  position: absolute;
  left: 100%;
  width: 40px;
  height: 40px;
  background: #fff;
  top: 0;
  font-size: 20px;
  text-align: center;
  color: #000;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 2px 2px 0;
}

.color-default {
  background: #915edf;
}

.color-blue {
  background: #3598dc;
}

.color-green {
  background: #32c5d2;
}

.color-green-jungle {
  background: #26c281;
}

.color-maroon-light {
  background: #c49f47;
}

.color-yellow {
  background: #ffb81e;
}

@media screen and (max-width: 767px) {
  .switcher-wrap {
    display: none;
  }
}

#page-loader {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
}

.loader-icon {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
  border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-right: 3px solid #915edf !important;
  border-top: 3px solid rgba(19, 19, 19, 0.1) !important;
  height: 50px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.colored-border {
  border-color: #fff;
}

.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.scroll-top {
  background: #915edf;
  bottom: 20px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  position: fixed;
  text-align: center;
  width: 40px;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  line-height: 40px;
  right: -100px;
}

.scroll-top.active {
  right: 20px;
}
