@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');
html,
body {
  width: 100%;
}

body {
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.nav-bg {
  margin-top: 1.5rem;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background: transparent!important;
}

.nav-bg.scrolled {
  margin-top: 0;
  background: #000!important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.nav-bg.scrolled .navbar-nav .nav-link,
.nav-bg.scrolled .navbar-brand {
  margin-bottom: 4px;
}

.nav-bg.scrolled .navbar-brand {
  padding: 0;
}

.nav-bg.scrolled .navbar {
  margin-top: 10px;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .9);
}

.navbar-dark .navbar-nav .nav-link.free-trial,
.trial-but {
  color: #FFF;
  font-weight: 700;
  background: #F2A002;
  border-radius: 3px;
  font-size: 14px;
  padding: 7px 10px;
  margin-left: 10px;
}

a.trial-but {
  font-size: 22px;
  padding: 15px 18px;
  text-decoration: none;
  margin-left: 0;
}

.navbar-dark .navbar-nav .nav-link.free-trial:hover,
.trial-but:hover {
  background: #DD9103;
  color: white;
}

/*.nav-bg a.navbar-brand::before {
  content: url(../images/logo.jpg);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}*/

.banner {
  background: #666;
  background: url(../images/background.jpg) center top;
  background-size: cover;
  height: 100%;
  padding-top: 100px;
  position: relative;
  padding-bottom: 40px;
}

.banner h1 {
  font-size: 38px;
}

.banner h2 {
  font-size: 30px;
}
.banner h5 {
  line-height: 30px;
}
.banner .bottomBg {
  width: 100%;
  padding: 10px;
  background: #1C53A5;
  position: absolute;
  bottom: 0;
}

.banner h3 {
  font-size: 32px;
}
.banner .video {
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 6px;
}
.line {
  width: 280px;
  height: 2px;
  background: #1C53A5;
  margin: 20px auto 40px;
}

.subhead p {
  font-size: 20px;
  color: #333;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
.subhead .text-1 p {
  font-size: 20px;
  color: #555;
  position: relative;
  padding-left: 30px;
  font-family: 'Roboto', sans-serif;
}

.subhead .text-1 p i {
  color: #D12826;
  position: absolute;
  left: 0;
  top: 6px;
}

.section-1 {
  background: #F8F8F8;
}
.section-3 {
  background: #ddd;
}
.section-1 h2 {
  font-size: 40px;
}
.section-1, .section-2, .section-3 {
  font-family: 'Roboto', sans-serif;
}
.section-2 h2, .section-3 h2 {
  font-size: 40px;
}
.section-2 .rounded-circle {
  width: 50px;
  height: 50px;
}
.section-1 p, .section-2 p {
  font-size: 20px;
  color: #555;
  position: relative;
}

.section-1 p i {
  color: #D12826;
  position: absolute;
  left: 0;
  top: 6px;
}

.appDetails {
  border-bottom: 1px solid #e6e3e3;
}

.brderless {
  border-bottom: none;
}

.text-icon {
  font-size: 50px;
  text-align: center;
}

.text-icon__title {
  padding-top: 0;
  padding: 0 0 15px;
  margin: 0;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}

.text-icon__text {
  margin: 0;
  color: #666;
}
.followers {
  background: #f1f1f1;
  padding: 10px 15px;
  font-size: 22px;
  font-family: 'Ubuntu', sans-serif;
  color: #333;
  margin-bottom: 10px
}
.copy a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 0 5px;
}

.copy a:hover {
  color: #ccc;
}
.case .card {
  max-width:  70%;
  margin: 0 auto;
  padding: 5px;
  position: relative;
}
.case .card-body {
  position: relative;
  padding: 0;
}
.case .card-body .card-title {
  position: absolute;
  top: -25px;
  color: #f1f1f1;
  background: rgba(0,0,0,0.7);
  width: 100%;
  font-size: 14px;
  padding: 2px;
}
.case .card-body .card-text {
  font-weight: bold;
  padding-top: 5px;
}
.case .card .follow1, .case .card .follow2 {
  position: absolute;
  background: #666;
  bottom: 60px;
  left: -30px;
  color: white;
  padding: 4px 6px;
  font-size: 16px;
}
.case .card .follow2 {
  top: 10px;
  right: -40px;
  background: #F79322;
  bottom: auto;
  left: auto;
  font-size: 18px;
  font-weight: bold;
}
.case .card .follow1::before, .case .card .follow2::before {
  content: 'BEFORE';
  display: block;
  color: #f1f1f1;
  font-size: 12px;
  text-align: right;
  margin-bottom: -7px;
  font-weight: bold;
}
.case .card .follow2::before {
  content: 'NOW';
  font-size: 14px;
  font-weight: bold;
  color: #333;
   margin-bottom: -8px;
}
.case .card .follow1 span, .case .card .follow2 span {
  display: block;
  font-size: 12px;
  margin-top: -8px
}
.case hr {
  width: 80%;
  border-top: 1px solid #c4c3c3;
}
footer {
  width: 100%;
  padding: 30px 0;
  background: #312E30;
}

@media (min-width: 1200px) {
  .subhead h2 {
  font-size: 40px;
}
}

@media (max-width:1200px) {
  br {
    display: none;
  }

}

@media (max-width:992px) {
  .case hr {
    display: none;
  }

}
@media (max-width:560px) {
  .banner h1 {
    font-size: 36px;
  }
  .banner h1 .subhead {
    font-size: 20px;
  }
   .section-2 h2, .section-3 h2 {
    font-size: 28px;
  }
  .section-1 p {
    text-align: left;
  }
  .section-1 h3 {
    font-size: 24px;
  }
  
}
@media (max-width:350px) {
  a.trial-but {
    font-size: 18px;
  }
}