.partner-item {
    padding: 20px 0;
}
.product-title {
  margin: 0 !important;
}
.product-images {

}
.footer .footer-text p{
    color: #fff;
}
.footer h3 {
    color: #fff;
}
.footer .location ul li {
    color: #fff;
}
.footer .location ul li a, .footer .location ul li a:hover {
    color: #fff !important;
}
.footer .social-icons a {
    color: #fff !important;
}
.footer .social-icons a:hover {
    color: #9ccb3c !important;
}
.footer .links li a {
    color: #fff !important;
}
.footer .links li a:hover {
    color: #9ccb3c !important;
}
.footer .copyRight_text p {
  color: #fff !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.product-item {
    margin-bottom: 20px;
    padding: 38px 20px 38px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-transition: .5s;
    transition: .5s;
    border: 2px solid #eee;
        padding: 35px;
}
.img-natural {
  width: inherit;
}
.crypto-language-menu {
    width: 110px;
}
.main-menu {
    float: right;
}

.post-image-blog {
      width: 100%;
    height: 250px;
}
.news-post-image .bg {
  background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.content-post img {
    width: inherit;
    max-width: 600px;
    padding-right: 20px;
}
table td {
 padding: 15px 5px !important;
}
thead tr {
  background-color: #9ccb3c;
  color: #fff;
}
thead td {
 padding: 15px 0 !important;
}
.table>thead>tr>th {
  border-bottom: none !important;
}

.content-post .nav-item {
width: 33.3%;
}
.content-post .nav-item svg {
  width: 40px;
  height: 40px;
}
.content-post .nav-item svg path, .content-post .nav-item svg rect{
  fill:#9ccb3c;
}
.content-post .nav-item .nav-link{
  display: flex;
}
.content-post .nav-item span{
      color: #9ccb3c;
    margin-left: 10px;
    margin-top: 7px;
    font-size: 18px;
}
.bg-team {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.team-image {
    width: 130px;
    height: 130px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}

@media only screen and (max-width: 991px){ 
    .main-menu {
      float: none;
  }
} 

