/*
Style hosting
*/
@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700,900";
@import "https://fonts.googleapis.com/css?family=Raleway:400,700,800";
body {
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  font-size: 14px;
  background-repeat: repeat;
  background-color: #fff;
  color: #4d4d4d;
  font-weight: 400; }

a {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important; }

h1, h2, h3, h4, h5 {
  color: #363636;
  margin-top: 0px;
  font-family: 'Raleway', sans-serif; }

.space-80 {
  height: 80px; }

.space-40 {
  height: 40px; }

.space-100 {
  height: 100px; }

.o-hidden {
  overflow: hidden; }

.top-bar {
  background-color: #009999;
  color: #fff;
  padding: 5px 0; }

.top-bar ul {
  margin: 0px;
  padding: 0px; }

.top-bar ul li a {
  color: #fff; }

.top-bar ul li a:hover {
  color: #fff; }

.navbar-default {
  background-color: #fff;
  border: 0px;
  margin: 0px;
  position: relative; }

.navbar-default .navbar-nav > li > a {
  color: #1d4999;
  font-weight: 700;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px; }

.navbar-default .navbar-nav > li.active > a:after {
  content: "";
  width: 7px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background: url(../images/v1-active.png) no-repeat; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #000;
  background-color: transparent; }

.navbar-brand {
  padding: 20px 15px; }

.top-search {
  width: 250px;
  padding: 10px 15px; }

.clients {
  padding: 30px 0;
  margin: 0px;
  background: #ebebeb; }

.clients li {
  vertical-align: middle;
  padding: 10px 20px; }

.footer {
  padding: 50px 0;
  background-color: #060c17; }

.footer p {
  color: #647188; }

.footer h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff; }

.footer ul.f-nav li a {
  display: block;
  color: #fff; }

.footer ul.f-nav li a:before {
  content: "\f101";
  font-family: 'FontAwesome';
  margin-right: 6px; }

.news-list li img {
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  float: left;
  margin-right: 15px; }

.news-list h5 {
  margin: 0px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff; }

.news-list p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 16px; }

.news-list span {
  font-size: 12px;
  color: #333f55; }

.news-list li {
  padding-bottom: 20px; }

.footer-bottom {
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5); }

.footer-bottom ul {
  margin: 0;
  padding: 0; }

.footer-bottom ul li a {
  color: #999;
  font-size: 20px; }

.footer-bottom ul li a:hover {
  color: #333f55; }

.footer .col-md-3 {
  margin-bottom: 30px; }

.footer form {
  position: relative;
  margin-bottom: 20px; }

.footer form button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0px;
  background-color: #009999;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: #000;
  font-size: 14px; }

.footer .form-control {
  border-radius: 0px;
  height: 40px;
  box-shadow: none;
  border: 0px; }

.subtitle {
  font-weight: 500;
  color: #000;
  font-size: 30px; }

.heading {
  font-weight: 800;
  text-transform: uppercase;
  color: #009999;
  font-size: 60px;
  line-height: 60px; }

.button-rounded {
  border-radius: 100px;
  padding: 20px 45px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #060c17; }

.white-bg {
  padding: 20px 50px;
  background: #fff; }
  .white-bg i {
    color: #009999;
    margin-right: 10px; }

.overflo-h {
  overflow: hidden !important; }

.search-bar {
  padding: 60px 0;
  background: #060c17; }
  .search-bar .form-control {
    background: #fff;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    height: 45px; }
  .search-bar .btn-theme {
    line-height: 45px;
    padding-top: 0px;
    padding-bottom: 0px; }
  .search-bar h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700; }
  .search-bar ul {
    margin-bottom: 0px;
    padding-top: 40px; }
    .search-bar ul li {
      color: #009999;
      position: relative;
      padding: 0px; }
      .search-bar ul li:after {
        content: "|";
        color: #a4a4a4;
        display: inline-block;
        margin: 0px 15px; }
      .search-bar ul li:last-child:after {
        content: ""; }
      .search-bar ul li span {
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        font-size: 25px;
        padding-right: 10px; }

.progress-bar {
    background-color: #009999;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #54baba;
    background-color: #54baba;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #54baba;
}

.btn-default {
    color: #333;
    border-color: #54baba;
}

.btn-theme {
  background: #009999;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 25px; }
  .btn-theme i {
    margin-right: 8px; }
  .btn-theme:hover {
    background: #be5108;
    color: #fff; }

.white-text {
  color: #fff !important; }

.center-title {
  padding-bottom: 50px; }
  .center-title h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase; }

.features {
  padding: 90px 0;
  padding-bottom: 60px;
  background: url(../images/Consultoria.png) no-repeat center center;
  background-size: cover; }

.feature-box {
  padding: 20px 15px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px; }
  .feature-box i {
    width: 90px;
    height: 90px;
    border: 5px solid #009999;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
    border-radius: 50%;
    transition: all 0.3s;
    color: #009999; }
  .feature-box h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
    margin-bottom: 10px;
    font-size: 15px; }
  .feature-box p {
    margin-bottom: 0px; }
  .feature-box:hover i {
    background: #009999;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6); }

.mockup-wrap {
  padding: 90px 0; }
  .mockup-wrap h1 {
    font-weight: 800; }
  .mockup-wrap h4 {
    font-weight: 700; }

.section-circle {
  padding: 90px 0;
  padding-bottom: 60px;
  background: url(../images/hosting/bg3.jpg) no-repeat center center;
  background-size: cover;
  text-align: center; }
  .section-circle span {
    text-transform: capitalize;
    display: block;
    margin-top: 5px; }

.circle-box {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  line-height: 170px;
  font-size: 28px;
  font-weight: 700;
  background: url(../images/hosting/circle.png) no-repeat; }

.our-services {
  padding: 90px 0; }

.service-box {
  padding: 20px 15px;
  border: 1px dashed #ddd; }
  .service-box a {
    text-decoration: underline;
    color: #009999; }
  .service-box i {
    font-size: 40px;
    margin-bottom: 10px; }
  .service-box:hover {
    border-color: #009999; }

.service-slide .item {
  padding: 0 15px;
  margin-bottom: 50px; }
.service-slide.owl-theme .owl-controls .owl-page span {
  width: 60px;
  height: 5px;
  border-radius: 0px;
  padding: 0px;
  background: #009999; }

.tabs-wrapper {
  padding: 90px 0;
  background: #ebebeb; }

.hosting-tabs > li {
  padding: 0px 40px; }
  .hosting-tabs > li.active a {
    color: #009999; }
    .hosting-tabs > li.active a i {
      border-color: #009999;
      color: #009999; }
    .hosting-tabs > li.active a .tab-border {
      opacity: 1; }
.hosting-tabs > li > a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #444; }
  .hosting-tabs > li > a i {
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    border: 3px solid #444;
    border-radius: 50%;
    line-height: 80px;
    font-size: 40px;
    color: #444;
    margin: 0 auto;
    margin-bottom: 10px; }
  .hosting-tabs > li > a .tab-border {
    height: 2px;
    background: #009999;
    display: block;
    margin-top: 5px;
    position: relative;
    opacity: 0; }
    .hosting-tabs > li > a .tab-border:after, .hosting-tabs > li > a .tab-border:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .hosting-tabs > li > a .tab-border:after {
      border-color: rgba(0, 166, 81, 0);
      border-top-color: #009999;
      border-width: 5px;
      margin-left: -5px; }
    .hosting-tabs > li > a .tab-border:before {
      border-color: rgba(0, 166, 81, 0);
      border-top-color: #009999;
      border-width: 11px;
      margin-left: -11px; }

.hosting-inner-tabs > li > a {
  color: #fff;
  padding: 10px;
  padding-left: 30px;
  background: #009999;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  text-transform: capitalize; }
  .hosting-inner-tabs > li > a i {
    width: 30px; }
.hosting-inner-tabs > li.active a {
  background: #ebebeb;
  color: #666; }

.hosting-tabs-content {
  padding-top: 40px; }

.btn-dark {
  font-family: 'Raleway', sans-serif;
  background: #060c17;
  padding: 14px 40px;
  border-radius: 0px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px; }
  .btn-dark:hover {
    color: #fff; }

.latest-news {
  padding: 100px 0;
  padding-bottom: 70px; }

.news-desc {
  padding: 30px 20px; }
  .news-desc p {
    margin-bottom: 30px; }
  .news-desc ul li {
    line-height: 16px;
    border-right: 1px solid #9e9e9e;
    padding: 0px 10px; }
    .news-desc ul li:last-child {
      border-right: 0px; }

.sponsors {
  padding: 90px 0;
  background-color: #ebebeb; }

.sponsors .col-sm-3 {
  margin-top: 40px; }

.sponsors .col-sm-3 img {
  display: block;
  margin: 0 auto;
  border: 1px dashed #009999; }

.testimonials {
  padding-top: 90px; }

.testi-wrapper {
  background: #060c17;
  padding: 50px 0;
  padding-bottom: 0; }
  .testi-wrapper .flexslider {
    background: transparent;
    margin: 0 0 0 0;
    border: 0;
    box-shadow: none; }
    .testi-wrapper .flexslider p {
      text-align: center;
      color: #949dae;
      padding: 0px 30px;
      position: relative;
      margin-top: 100px; }
      .testi-wrapper .flexslider p:before {
        position: absolute;
        left: 0;
        top: 50%;
        content: "\f10d";
        color: #fff;
        font-family: 'FontAwesome';
        font-size: 20px;
        margin-top: -13px; }
      .testi-wrapper .flexslider p:after {
        position: absolute;
        right: 0;
        top: 50%;
        content: "\f10e";
        color: #fff;
        font-family: 'FontAwesome';
        font-size: 20px;
        margin-top: -13px; }
    .testi-wrapper .flexslider h5 {
      text-align: center;
      color: #fff;
      margin-bottom: 20px; }
      .testi-wrapper .flexslider h5 small {
        color: #949dae !important; }
    .testi-wrapper .flexslider .flex-direction-nav a {
      opacity: 1;
      line-height: 40px;
      text-align: center;
      font-size: 20px; }
      .testi-wrapper .flexslider .flex-direction-nav a:before {
        content: "\f178";
        font-family: 'FontAwesome';
        font-size: 20px;
        text-shadow: none;
        color: #fff; }
      .testi-wrapper .flexslider .flex-direction-nav a.flex-prev:before {
        content: "\f177"; }
  .testi-wrapper #carousel .slides li {
    opacity: 0.5;
    cursor: pointer; }
  .testi-wrapper #carousel .slides li.flex-active-slide {
    opacity: 1; }

.page-breadcrumb {
  padding: 80px 0;
  background: url("../images/hosting/bg1.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 90px; }
  .page-breadcrumb h1 {
    color: #009999;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0px; }
  .page-breadcrumb .breadcrumb {
    border-radius: 0px;
    margin-bottom: 0px;
    display: inline-block;
    background: #fff; }

.about-hosting img {
  border: 3px solid #ebebeb;
  margin-bottom: 30px; }

.about-hosting {
  padding-bottom: 50px; }
  .about-hosting h4 {
    font-weight: 700;
    margin-top: 30px; }

.open-image img {
  max-width: 100%; }

@media (max-width: 767px) {
  .navbar-brand > img {
    display: block;
    width: 150px;
    margin-top: -11px; }

  .mockup-wrap img {
    margin-top: 30px; }

  .hosting-tabs > li > a {
    margin-bottom: 40px; }

  .open-image img {
    margin-top: 30px; } }

/*# sourceMappingURL=style-hosting.css.map */
