body {
  color: #7b7b7b;
}

@media (min-width: 900px) {
  .content-container {
    width: 900px;
    margin: auto;
  }
}

.dropdown-menu {
    min-width:220px;
}

.content-container {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.navigation .content-container {
    padding-right: 00px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1450px) {
    .navbar-header {
        float: none;
    }
}

.content-container img {
    width: 40%;
}

.news-list.content-container img {
  width: unset;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 0px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2B2C2F;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .no-js #preloader {
    display: none;
  }

  .all-container {
    opacity: 1;
    height: 100%;
  }


.square-spin > div {
    width: 80px;
    height: 80px;
  }

.owl-carousel.owl-full-width {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
  
  .owl-carousel.owl-full-width .slider {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .owl-full-width div {
    margin-top: -169px;
  }
  
  .header .slider::after,
  .header::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  
  .slider-button {
    position: absolute;
    top: 49%;
    height: 35px;
    width: 35px;
    z-index: 10;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    border: 2px solid #999;
    color: #999;
    opacity: 0;
    cursor: pointer;
    transition: all 0.5s;
  }
  
  .slider-prev-button {
    left: 40px;
    transform: translateX(15px);
  }
  
  .slider-next-button {
    right: 40px;
    transform: translateX(-15px);
  }
  
  .slider-button:hover {
    background: #999;
    color: #fff;
  }
  
  .header:hover .slider-button {
    opacity: 1;
    transform: translateX(0px);
  }
  
  .slider-prev-button .fa {
    position: relative;
    top: -6px;
    left: -2px;
  }
  
  .slider-next-button .fa {
    position: relative;
    top: -6px;
    left: 2px;
  }

.head-container {
    width: 100%;
    color: white;
    font-size: 30px;
    font-family: 'Rubik', sans-serif !important;
    font-weight: 300;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
  }
  
  .head-holder {
    display: table-cell;
    vertical-align: middle;
  }
  
  .introduction {
    font-size: 40px;
    font-weight: 600;
    max-height: 600px;
  }

  @media (min-width: 768px) {
    .introduction  {
        font-size: 60px;
    } 
  }
  
  .typist-blink:after {
    content: " ";
    display: inline-block;
  }
  
  .typist-blink > .selectedText {
    display: none;
  }
  
  .head-holder .hireMe {
    display: inline-block;
    background: transparent;
    background-color: #6f6f6f;
    margin-top: 18px;
    margin-left: 80px;
    text-decoration: none;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-size: 19px;
    font-weight: 500;
    border: 2px solid white;
    padding: 5px 18px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  .head-holder .hireMe:hover {
    background: #6f6f6f;
    color: #fff;
    border: 2px solid #6f6f6f;
  }

  .content-container {
    font-size: 15px;
  }

@media screen {
    .content-container h1 {
        font-size: 28px;
    }

    .content-container h2 {
        font-size: 21px;
    }

    .content-container h3 {
        font-size: 18px;
    }

    .content-container h4 {
        font-size: 15px;
    }
}

@media screen {
    .content-title > .page-title:before {
        background-color: transparent;
    }

    .content-title > .page-title .block h1 {
        font-weight: bold;
        color: black;
        text-transform: none;
        font-size: 22pt;
    }

    .content-title > .bg-2 {
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }
}

.introduction {
    width: 100%;
}

tr:nth-child(2n) {
    background-color:lightgray;
}

.wheel-status td {
    font-size: 15pt;
    color: #fff;
    padding: 10px;
}

.wheel-status tr:nth-child(2n) {
    background-color:white;
}

.wheel-status-logo-container {
    width: 100px;
    height: 100px;
}

.wheel-status-logo-container img {
    width: 100%;
}

.animated-text {
    width: 300px;
}

.content-container .social-icons i {
    font-size: 40px;
}

.content-container .social-icons {
    margin-top: 10px;
}

.content-container a {
    color: darkblue;
    font-weight: 700;
}

.btn-main.read-more {
  color: white;
  font-weight: 700;
}

.header {
    background: #313131;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    height: 88%;
    width: 100%;
}

#background-slide {
    position: absolute;
    width: 100%;
}

.platform {
    overflow: scroll;
    width: 100%;
}

.platform th {
    width: 70px;
}

.yes {
    color: green;
}

.bold {
    font-weight: bolder;
}

.no {
    color: darkred;
}

.team li {
    display: inline;
    list-style: none;
    width: 450px;
    min-height: 150px;
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
}

.logo_floating_text img {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

@media (min-width: 768px) {
  .logo_floating_text div {
  }

  .logo_floating_text img {
    width: 400px;
  }

  .logo_floating_text p {
      float: right;
  }

  .wheel_status_img img {
      width: 700px;
  }
}

.forest {
    min-width: 400px;
}

.forest img {
    height: 250px;
    min-width: 400px;
    margin: 5px;
}

.full_width img {
    width: 100%;
}

.videos li {
    list-style: none;
}

.videos video {
    float: left;
    width: 46%;
    margin: 2%;
}

.grid-item img {
  width: 100%;
  object-fit: cover;
}

.logo {
  height: 100px;
  float: left;
}

.logo p {
  vertical-align: middle;
}

.navbar-brand {
  height: 100px;
  margin: auto;
}

.navbar-brand-item img {
  width: 150px;
}

.navbar-brand-item {
  margin: auto;
}

.navbar-brand-item .undecade {
  width: 200px;
}

.logo p {
  vertical-align: middle;
  margin: auto;
}

.logo {
  display: flex;
}

.gallery img {
  width: 100%;
}

.owl-carousel.owl-full-width #partner-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .navbar-collapse {
    margin-top: 100px;
  }
}

.news-list.content-container .post .post-media.post-thumb img {
  float:left;
  width: 20%;
}

.menu-highlight {
  border-color: orange;
  border-width: 3px;
  border-style: dotted;
  color: white;
}

.post-content.post-excerpt p {
  margin: 0 0 0px;
}
