/* --------------------------------------
Theme     : Leads Landing Page
Framework : Bootstrap 4
Author    : Simplesphere
Date      : 06 August 2017
-----------------------------------------*/

/* --------------------------------------
Resets
-----------------------------------------*/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  font-size: 1em;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
}

a {
  color: #F07986;
  text-decoration: none;
  transition: all .3s
}

a:hover {
  text-decoration: none
}

a:focus {
  color: #5BCF80
  outline: 0;
  outline-offset: 0;
  text-decoration: none
}

iframe {
  border: none
}

ul {
  list-style: square
}

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

hr {
  border: none;
}

/* --------------------------------------
Global Styles & Typography
-----------------------------------------*/
html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
  color: #000;
  font-size: 14px;
  overflow-x: hidden;
  position: relative;
}

input {
  font-family: 'Poppins', sans-serif;
  color: #a6a6a6;
}

iframe {
  width: 100%;
  height: 100%;
  height: 400px;
}

hr {
  margin: 30px auto;
  padding: 0;
  height: 1px;
  background-color:rgba(0,0,0,0.05);
  width: 100%;
}

p {
  color: #596379;
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px;
  color: #343434;
  font-weight: bold;
}

h1 {
  font-size: 24px;
  line-height: 40px;
}

h2 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 1rem;
}

h6 {

}

/* --------------------------------------
Classes
-----------------------------------------*/
.overlay {
  background-color: rgba(29, 155, 212, 0.83);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.heada {
  background-color: rgba(255,255,255,0.8);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
padding: 15px;
}


.section {
  padding: 80px 0;
  position: relative;
}

.vcenter {
  display: flex;
  align-items: center;
}

.noborder-vertical {
  border-top: none;
  border-bottom: none;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.img-450 {
  max-width: 450px;
}

.bb--grey {
  border-bottom: 1px solid rgba(0,0,0,0.03)
}


/* --------------------------------------
Margins & Paddings
-----------------------------------------*/
.m-60 {
  margin: 60px auto;
}

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

.mt-30 {
  margin-top: 30px; 
/* background-color: #fff; */
}

.pad40 {
  padding: 40px 0;
}

.pad20 {
  padding: 20px 0;
}

.pad30 {
  padding: 30px 0;
}

/* --------------------------------------
Text Classes
-----------------------------------------*/
.white-text h2{
  color: #FFF!important ;
}

.white-text h3,
.white-text p,
.white-text li {
  color: #fff  ;
}

.bold-focus {
  background-color: #FFF;
}

.highlighted-blue {
  background: #1d9bd4;
}

.underline {
  position: relative;
}

  .underline:after{
    content: '';
    position: absolute;
    left: 0;  
    right: 0; 
    width: 100%; 
    height: 20px;
    background-color: #fcf22a;
    bottom: 5px;
    z-index:  -1;
  }

/* --------------------------------------
Backgrounds
-----------------------------------------*/
.cover {
  -webkit-background-size: cover;
  background-size: cover;
}

.fixed {
  background-attachment: fixed;
}

.bg-blue {
  background-color: #F37784;
  background-image: url(../images/bg-grey.png);
}


.bg-subscribe {
  background-color: #1d9bd4;
  background-image: url(../images/footer-bg.jpg);
}

.bg-grey {
  background-color: #FAFAFA;
}

/* --------------------------------------
Bullet List
-----------------------------------------*/
.feature-list-summary {
  padding: 0;
}
  .feature-list-summary li {
    list-style-type: none;
    position: relative;
    padding: 10px;
    padding-left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    padding-right: 30px;
  }

    .feature-list-summary li:after {
      font-family: 'bicon' !important;
      content: '';
      position: absolute;
      right: 0;
      color: #FFF;
      background-color: #1d9bd4;
      font-size: 26px;
      border-radius: 50%;
    }

    .feature-list-summary li:last-child {
      border-bottom: none;
    }

/* --------------------------------------
Navigation
-----------------------------------------*/
.navbar {
  width: 100%;
  background: none !important;
}

  .navbar .navbar-toggler {
    cursor: pointer;
    outline: 0;
  }
  .navbar-inverse .navbar-nav .nav-link {
    color: rgba(255,255,255,0.7);
  }
  .navbar .nav-item {
    padding: 0 0.5rem;
  }
  .navbar-inverse .navbar-toggler-icon {
    background-image: none;
    background: #FFF;
    height: 3px;
    display: block;
    margin-bottom: 4px;
  }

.navbar-brand {
 /* text-transform: uppercase;  */
  font-size: 28px;
  font-weight: bold;
}

.fixed-navbar {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 5px 0;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  transition: 0.3s all;
}

  .fixed-navbar .navbar-inverse .navbar-nav .nav-link {
    color: #343434;
  }

  .fixed-navbar .navbar-inverse .navbar-brand,
  .fixed-navbar .navbar-inverse .navbar-toggler {
    color: #343434;
  }

  .fixed-navbar .navbar-inverse .navbar-nav .nav-link.active {
    color: #1d9bd4;
  }



/* --------------------------------------
Forms
-----------------------------------------*/
.form {
  background-color: rgba(255,255,255,0.8);
  padding: 15px;
  border-radius: 4px;
  margin: 0px 0;
  border: 5px solid #000000;
}

  .form .input-group .form-control {
    padding: 10px 15px;
    border: none;
    font-size: 15px;
    margin: 5px 0;
    border: 1px solid #eee;
  }

  .form .btn-submit-form  {
    font-family: 'Poppins', sans-serif;
    color: rgba(0,0,0,0.7);
    font-size: 15px;
    font-weight: bold;
    background-color: #F07986;
    text-transform: uppercase;
    margin: 5px 0;
    width: 100%;
    padding: 15px 20px;
    cursor: pointer;
  }

  .form .input-group-btn .btn:hover {
    cursor: pointer;
    background-color: #ffc721;
  }

.error-msg {
  display: none;
  text-align: left;
}

/* --------------------------------------
Slick Carousel
-----------------------------------------*/
.slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 4px;
}

  .slick-dots li button:before {
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 10px;
    border: 2px solid #1d9bd4;
    border-radius: 50%;
  }

    .slick-next:before, .slick-prev:before {
      font-family: 'bicon' !important;
      font-size: 30px;
      opacity: 1;
      color: #42abda;
    }

    .slick-prev:before {
      content: '';
    }

    .slick-next:before {
      content: '';
    }


/* --------------------------------------
Modal
-----------------------------------------*/
.close-modal {
  margin-top: -30px;
  position: absolute;
}

.thank-you-msg {
  padding: 40px;
  padding-top: 50px;
  padding-bottom: 20px;
}

  .thank-you-msg h3 {
    position: relative;
    padding-bottom: 20px;
  }
    .thank-you-msg h3:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 40px;
      height: 6px;
      bottom: 0;
      background-color: #1d9bd4;
    }

/* --------------------------------------
Social
-----------------------------------------*/
.social {

}

  .social ul {
    padding: 0;
    margin: 0;
  }
  
    .social li {
      display: inline-block;
      margin: 0px 3px;
    }

      .social li i {
        font-size: 30px;
      }


/* --------------------------------------
Accordion
-----------------------------------------*/
.accordion .card {
  background-color: transparent;
  border-radius: 0;
  border: none;
}

  .accordion .card-header {
    background-color: transparent;
    border: none;
    background-color: rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
  }

    .accordion .card-header a[data-toggle=collapse]:after {
      font-family: 'bicon' !important;
      content: '';
      float: right;
      line-height: 1;
      width: 22px;
      font-size: 20px;
      text-align: center;
      position: absolute;
      right: 15px;
      transform: rotate(90deg);
    }

    .accordion .card-header a[data-toggle=collapse].collapsed:after {
      font-family: 'bicon' !important;
      content: '';
      transform: rotate(-90deg);
    }

  .accordion .card-block {
    padding: 20px;
  }

  .accordion h5 {
    position: relative;
    font-size: 15px;
    font-weight: bold;
  }

    .accordion h5 a {
      color: #FFF;
    }

/* --------------------------------------
Headline
-----------------------------------------*/
.headline {
  margin-bottom: 60px;
  position: relative;
}

 
/*
  .headline h2 {
    font-size:  2.8rem;
    margin-bottom: 15px;
  }
*/

    .headline h2 strong {
      color: #1d9bd4;
    }

  .headline h3 {
/*
    font-size: 30px;
*/
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: 100;
    color: #555;
    position: relative;
  }

  .headline p {
    font-size: 15px;
  }


.headline-no-border:after {
  content: none;
}

.headline-left {
  margin-bottom: 30px;
}

.headline-left:after {
  right: auto;
}


.headline-big {
  margin-bottom: 40px;
}

/*
  .headline-big h2 {
    font-size: 3rem;
  }
*/

  .headline-big h3 {
    font-size: 1.3rem;
  }


.headline-small h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

/* --------------------------------------
Partners
-----------------------------------------*/
.clients-logo {
  margin-bottom: 0;
}

.clients-logo li img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* --------------------------------------
Features
-----------------------------------------*/
.feature-box {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  padding: 20px;
  background: #fff;
}

  .feature-box i {
    font-size: 45px;
    color: #1d9bd4;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .feature-box img {
    width: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .feature-box h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }


/* --------------------------------------
Intro Section
-----------------------------------------*/
.intro-section {
  background: url(../images/back.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 10px;
}

.banner-intro {
  padding: 40px 0 0px;
}

.icon-top {
  position: relative;
  margin-bottom: 25px;
  margin-top: 20px;
}

  .icon-top i {
    font-size: 45px;
    color: #1d9bd4;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .icon-top h4 {
    padding-bottom: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1rem;
    position: relative;
  }

  .icon-top h4:after {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 6px;
    bottom: 0;
    background-color: #DDD;
  }

/* --------------------------------------
Pricing
-----------------------------------------*/
.price-table {
  height: 100%;
}

.plan-title {
  background-color: #343434;
}

  .plan-title h2,
  .plan-title h5 {
    color: #FFF;
    text-shadow: 3px 2px rgba(0,0,0,0.05);
  }

  .plan-title h5 {
    font-size: 0.9rem;
  }

  .plan-price h2 {
    text-align: center;
  }

  .plan-title i {
    font-size: 12rem;
    position: absolute;
    right: 0;
    top: 15%;
    color: rgba(255,255,255,0.03);
    z-index: 0;
  }

  .plan-price a {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
    background-color: #ffd454;
    color: rgba(0,0,0,0.7);
    text-align: center;
    width: 75%;
  }

.popular {
  background-color: #1d9bd4;
}

  .popular i {
    color: rgba(255,255,255,0.05);
  }

.plan-details {
  background-color: #f8f8f8;
}

.plan {
  height: 100%;
  border: 1px solid rgba(0,0,0,0.05);
}

.pricing-box {
  padding: 20px;
}

  .pricing-box ul {
    padding: 0;
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
    column-count: 2;
    column-gap: 2.5em;
  }

  .pricing-box ul li {
    list-style-type: none;
    position: relative;
    padding: 5px;
    padding-left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    padding-right: 30px;
    color: #8f8f8f;
  }

    .pricing-box ul li:after {
      font-family: 'bicon' !important;
      content: '';
      position: absolute;
      right: 0;
      color: #1d9bd4;
      font-size: 17px;
    }

    .pricing-box ul li.unavailable:after {
      content: '';
      color: #952442;
    }

    .pricing-box ul li del {
      color: #d2d0d0;
    }

/* --------------------------------------
Screenshots
-----------------------------------------*/
.screenshot {
  padding: 5px;
  background-color: #FFF;
  margin-bottom: 30px;
}
  .screenshot a {
    position: relative;
    display: block;
  }

    .screenshot a:after {
      font-family: 'bicon';
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(29, 155, 212, 0.83);
      color: #FFF;
      text-align: center;
      top: 0;
      opacity: 0;
      transition: 0.3s all;
      padding-top: calc(50% - 20px);
      font-size: 22px;
    }

    .screenshot a:hover:after {
      opacity: 1;
    }

  .screenshot img {
    width: 100%;
  }

/* --------------------------------------
Testimonials
-----------------------------------------*/
.stars {
  position: relative;
}

  .stars:before {
    content: '★★★★★';
    color: #DDD;
    font-size: 20px;
    position: absolute;
    left: 0;
  }

  .stars3:after {
    content: '★★★';
    color: #ffd454;
    font-size: 20px;
    position: absolute;
    left: 0;
  }
  .stars4:after {
    content: '★★★★';
    color: #ffd454;
    font-size: 20px;
    position: absolute;
    left: 0;
  }
  .stars5:after {
    content: '★★★★★';
    color: #ffd454;
    font-size: 20px;
    position: absolute;
    left: 0;
  }

.testimonial-text {
  position: relative;
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 15px;
}
  .testimonial-text p {
    font-style: italic;
  }

  .testimonial-text p:last-child {
    margin-bottom: 10px;
  }

  .testimonial-text:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -10px;
    color: transparent;
    border-color: #f2f2f2 transparent;
    left: 30px;
  }

.testimonial-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

  .testimonial-bottom img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #DDD;
    margin-right: 20px;
    margin-top: 10px;
  }

  .testimonial-bottom h5 {
    margin-bottom: 5px;
  }

.testimonial-mini {
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 30px;
}

  .testimonial-mini img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #DDD;
    margin-right: 20px;
    float: left;
  }

  .testimonial-mini h5 {
    margin-bottom: 0;
  }

  .testimonial-mini p {
    margin-bottom: 0;
    font-style: italic;
  }


  .testimonial-mini-footer {
    margin-top: 5px;
  }

    .testimonial-mini-footer .stars {
      float: left;
    }

    .testimonial-mini-footer span {
      float: left;
      margin-right: 15px;
      font-weight: bold;
    }



/* --------------------------------------
Footer
-----------------------------------------*/
.footer {
  background-color: #343434;
  padding: 30px 0;
}

  .footer p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.8);
  }

  .footer a {
    color: #FFF;
  }

  .footer i {
    margin: 0 5px;
    font-size: 13px;
  }

.btn.btn-primary{
    font-family: 'Poppins', sans-serif;
    color: rgba(0,0,0,0.7);
    font-size: 15px;
    font-weight: bold;
    background-color: #F6B8CB;
    text-transform: uppercase;
    padding: 15px 20px;
    border: none;
}


/* TABS  */
ul li {
  list-style:none;
  cursor:pointer;
}



/* --------------------------------------
Mobile Fixes
-----------------------------------------*/
@media(max-width: 600px) {
  html {
    font-size: 12px;
  }

  body {
    font-size: 14px;
    line-height: 23px;
  }

  iframe {
    height: auto;
    min-height: 300px;
  }
  .section {
    padding: 60px 0;
  }
  .navbar-inverse .navbar-toggler {
    border-color: transparent;
  }
  .navbar .nav-item {
    padding: 0.4rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
    .navbar .nav-item:last-child {
      border-bottom: none;
    }

    #main-nav {
      margin: -10px;
      padding: 10px;
      margin-top: 10px;
    }
    .navbar-inverse .navbar-toggler-icon {
      background-image: none;
      background: #FFF;
      height: 3px;
    }

  .fixed-navbar {
    padding: 10px 0;
  }
    .fixed-navbar #main-nav {
      background-color: #FFF;
      border-top: 1px solid rgba(0,0,0,0.05);
    }
    .fixed-navbar .navbar-inverse .navbar-toggler-icon {
      background-color: #000;
    }
  .leads-form .input-group {
    display: block;
  }
  .form {
    margin: 25px;
    background-color: transparent;
  }
    .form .input-group .form-control {
      width: 100%;
      border-radius: 3px;
    }
    .form .input-group-btn .btn {
      padding: 15px;
      margin: 0;
      margin-top: 10px;
      border-radius: 3px;
    }
  .intro-section {
    padding-bottom: 0;
  }

  .headline-big h2 {
    font-size: 14px;
}

  .banner-intro {
    padding: 0px 0;
  }
  .price-table {
    height: auto;
    margin-bottom: 45px;
  }
    .pricing-box ul {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
    }
  .feature-list-summary li:after {
    font-size: 20px;
  }

.heada {
  background-color: rgba(255,255,255,0.8);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
padding: 15px;
}

.offset-1{
   margin-left:0;
}

h1 {
  font-size: 20px;
  line-height: 30px;
}

.navbar-brand {
  font-size: 22px;
}


}