body {
  padding-top: 70px;
  font-family: "Roboto", sans-serif !important;
}
/* start navbar */
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  color: #bbb;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #e41b17;
}
.dropdown-menu {
  background-color: #222222;
  border-top: 3px solid #e41b17;
  min-width: 200px;
}
.dropdown-menu > li > a {
  color: #bbb;
  padding: 6px 20px;
  transition: 0.5s;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e41b17;
  color: white;
  padding-left: 30px;
}
.dropdown-menu .divider {
  background-color: #871818;
}
.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}
.navbar {
  min-height: 70px;
}
.navbar-brand {
  font-size: 30px !important;
  line-height: 30px;
}
.navbar-brand span {
  color: #e41b17;
}
.navbar-toggle {
  margin-top: 18px;
}
/* end navbar */
/* satrt carousel */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}
.carousel-caption {
  bottom: 180px;
  background-color: rgba(0, 0, 0, 0.6);
  padding-right: 20px;
  padding-left: 20px;
}
.carousel-indicators .active {
  background-color: #e41b17;
  border-color: #e41b17;
}
/* end carousel */
/* start about */
.about {
  padding-top: 60px;
  padding-bottom: 60px;
  .lead {
    color: #888;
    font-size: 25px;
    margin-top: 15px;
  }
  h1,
  h3 {
    font-weight: bold;
  }
  h1 span,
  h3 span {
    color: #e41b17;
  }
}
/* end about */
/* start features*/
.features {
  background-color: #eee;
  padding-top: 50px;
  padding-bottom: 50px;
  h1 {
    margin-bottom: 50px;
  }
  .feat {
    margin-bottom: 50px;
    span.glyphicon {
      font-size: 40px;
      margin-bottom: 10px;
      color: #666;
    }
    p {
      line-height: 2em;
    }
  }
}
/* end features*/
/* start testimonials */
.testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
  h1 {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .lead {
    line-height: 2em;
    margin-bottom: 10px;
  }
  span {
    font-size: 18px;
    font-weight: bold;
    color: #e41b17;
  }
  .carousel-indicators {
    position: static;
    width: 100%;
    margin-left: auto;
    padding-top: 20px;
    li {
      text-indent: 0;
      width: 80px;
      height: 80px;
      opacity: 0.4;
      border-radius: 50%;
      overflow: hidden;
      background-color: transparent;
      border: 2px solid #fff;
      margin: 5px;
      transition: ALL 0.5s;
      &.active {
        opacity: 1;
        border-color: #e41b17;
      }
      img {
        max-width: 100%;
      }
    }
  }
  .carousel-inner {
    min-height: 160px;
  }
}
/* end testimonials */
/* start price table */
.price-table {
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 40px;
  h1 {
    margin-bottom: 50px;
  }
  .price-box {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    &:hover p {
      transform: scale(1.2) rotate(360deg);
      border-color: #e41b17;
    }
    h2 {
      margin: 5px 0 15px;
    }
    p {
      font-size: 40px;
      font-weight: bold;
      color: #666;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: #f3f3f3;
      line-height: 100px;
      transition-duration: 0.7s;
      border: 2px solid #fff;
    }
    ul {
      line-height: 250%;
      font-size: 18px;
    }
    a {
      margin-bottom: 5px;
    }
  }
}
/* end price table */
/* sart team */
.our-team {
  background: url(../imags/stats.png) no-repeat center center fixed;
  background-size: cover;
  min-height: 600px;
  .team {
    background-color: rgb(2, 2, 2, 0.6);
    color: #fff;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
    h1 {
      margin-bottom: 60px;
    }
    .person {
      margin-bottom: 40px;
      img {
        width: 200px;
        height: 200px;
      }
      i {
        margin: 5px;
      }
    }
  }
}
/* end team */
/* start suscribe */
.suscribe {
  padding-top: 40px;
  padding-bottom: 70px;
  background-color: #eee;
  h1 {
    color: #888;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  p {
    margin-bottom: 30px;
  }
  input {
    border-radius: 0;
    margin-right: -5px;
    width: 300px;
  }
  button {
    border-radius: 0;
    i {
      margin-right: 5px;
    }
  }
}
/* end suscribe */
/* start stats*/
.stats {
  background: url(../imags/stat.png) no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  .data {
    background-color: rgb(2, 2, 2, 0.6);
    color: #b6b5b5;
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
    h1 {
      margin-bottom: 40px;
    }
    .statsbox {
      margin-bottom: 40px;
      transition: all 0.5s ease-in-out;
      &:hover {
        color: white;
      }
      p {
        font-size: 60px;
        font-weight: 600;
        margin-bottom: 0;
      }
      span {
        font-size: 18px;
      }
    }
  }
}
/* end stats*/
/* start skills*/
.skills {
  padding-top: 40px;
  padding-bottom: 40px;
  h1 {
    margin-bottom: 60px;
  }
  .skills-progress {
    margin-bottom: 50px;
  }
  h2 {
    font-weight: bold;
    margin-top: 0;
  }
  .progress {
    height: 36px;
  }
  .progress-bar {
    line-height: 36px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    text-indent: 10px;
  }
}
/* end skills*/
/*star contact */
.contact {
  background: url(../imags/landing.jpg) no-repeat center center fixed;
  background-size: cover;
  min-height: 300px;
  .data {
    background-color: rgb(2, 2, 2, 0.8);
    color: #b6b5b5;
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  p {
    margin-bottom: 40px;
  }
  textarea {
    min-height: 108px;
    resize: none;
  }
  input[type="text"],
  textarea {
    background-color: rgba(82, 78, 78, 0.7);
    color: white;
    border: none;
  }
}
/*end contact */
/* start clients */
.clients {
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  li {
    min-height: 100px;
  }
  img {
    opacity: 0.6;
    margin-top: 20px;
    margin-botto: 20px;
    transition: all 0.3s ease-in-out;
    &:hover {
      opacity: 1;
    }
  }
}
/* end clients */
/* start footer */
.footer {
  background-color: #111;
  color: #aaa;
  padding-top: 10px;
  a {
    color: #aaa;
    &:hover {
      color: #fff;
    }
  }
  h3 {
    color: #0895d1;
    letter-spacing: 1px;
    margin: 30px 0 20px 0;
  }
  .three-columns {
    overflow: hidden;
    li {
      width: calc(100% / 3);
      float: left;
      padding: 15px 0;
      text-align: center;
    }
  }
  .sochial-list {
    overflow: hidden;
    margin: 20px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    li {
      float: left;
      margin: auto;
      opacity: 0.4;
      transition: all 0.5s ease-in-out;

      &:hover {
        opacity: 1;
      }
    }
  }
  .media {
    img {
      width: 64px;
      height: 64px;
    }
  }
  .img100 {
    .img-thumbnail {
      width: 150px;
      height: 100px;
      background-color: rgba(0, 0, 0, 0.2);
      border: 1px solid #444;
      margin-bottom: 5px;
    }
  }
  .copyright {
    background-color: #333;
    color: #aaa;
    padding: 15px 0;
    margin-top: 30px;
    font-size: 18px;
    span {
      color: #0895d1;
    }
  }
}
/* end footer */
