
body {

    font-size: 15px;
    color: #1f1f1f;
    line-height: normal;
    background-color: #ffffff;
    overflow-x: hidden;
}


@font-face {
    font-family: Barlow_Light;
    src: url(Barlow-Light.otf);
    font-family: Barlow_Medium;
    src: url(Barlow-Medium.otf
);
}



p {
    font-size: 18px;
    display: inline-block;
    line-height: 1.5;
    font-weight: 100;
}

.pad-60{padding-bottom: 60px;padding-top: 60px;}

.footer__social-media ul li {
    display: inline-block;
    padding: 10px 20px;
}
.logo {
    padding-top: 15px;
}
.footer__social-media a {
    color: #c62828;
}
.white {
    color: #414141;
}
.card {
    margin-bottom: 50px;
}
.slide-head {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.big-symbol {
    font-size: 70px;
    color: #c62828;
    font-weight: 600;
}
.bio-nav {
    padding-top: 30px;
}
.bio-dark {
    background-color: #ffffff;
}
a.nav-link {
    color: #a3a3a3 !important;
    text-transform: uppercase;
    margin: 10px;
}
.btn-bio {
    background-color: #c62828;
    color: #fff !important;
    padding: 7px 25px;
    border-radius: 30px;
    }
    .btn-bio-outline {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .7);
}
.card-bg{background-color: #272727;}

.card-bg-1{background-color: #911212;}

.btn-bio-outline {
    background-color: transparent;
    color: #a3a3a3 !important;
    border: 2px solid;
    padding: 7px 25px;
    border-radius: 30px;
}
.card-header {
    border: none;
}
a.nav-link.btn-bio {
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 25px !important;
}
.bottom-strip {
    width: 30px;
    background-color: #ffffff;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    border: 7px solid #c62828;
       margin: 0 auto;
    position: relative;
    /*transition: all .4s cubic-bezier(.37, .26, .35, 1);
animation: circleAn 4s infinite;*/
}
.card-header {
    padding: 1.75rem 1.25rem;
}
.price-title{color: #ffffff}
.price-highlight {
    color: #ffffff;
    font-size: 30px;
}
.highlight-txt{color: #c62828;}
.bottom-strip:before {
    position: absolute;
    content: '';
    border-top: 3px solid #eeeeee;
    border-top-style: dotted;
    width: 90px;
    top: 8px;
    left: 23px;
}

.bottom-strip:after {
    position: absolute;
    content: '';
    border-top: 3px solid #eeeeee;
    border-top-style: dotted;
    width: 90px;
    top: 8px;
    right: 23px;
}
.bio-shadow{box-shadow: 2px 2px 10px #c62828;}
ul.feature-list li {
    list-style-type: square;
    padding: 5px;
    font-size: 16px;
    color: #a3a3a3;
}
ul.highlight-list li {
    list-style-type: square;
    padding: 5px;
    font-size: 16px;
    color: #ffffff;
}
h1.card-title.pricing-card-title {
    color: #ffffff;
    font-size: 44px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.month {
    font-size: 30px;
}
h1.card-title-highlight {
    color: #ffffff;
    font-size: 44px;
    padding-top: 20px;
    padding-bottom: 20px;
}
span.logo-txt {
    text-transform: lowercase;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}
.standard-block{
    position: relative;
    bottom: 40px;
}

.pulse-wave{transition: all .4s cubic-bezier(.37,.26,.35,1);
  animation: circleAn 4s infinite;}
  @keyframes circleAn {
  0%   { 
    box-shadow:
      0px 30px 30px -25px rgba(0,0,0,0.6), 
      0px 0px 0px 0px rgb(255, 255, 255), 
      0px 0px 0px 0px rgba(255, 255, 255, 0.7),
      0px 0px 0px 0px rgba(255, 255, 255, 0.5);
  }
 100% { 
   box-shadow:
     0px 5px 5px -5px rgba(0,0,0,0.6), 
     0px 0px 0px 10px rgba(52,175,255,0),
     0px 0px 0px 30px rgba(52,175,255,0),
     0px 0px 0px 50px rgba(52,175,255,0);
  }
}


