body {
    background: #ffffff !important;
}
p {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 30px;
}
.banner-hero button {
    padding: 10px 25px;
    border-radius: 100px !important;
    text-transform: uppercase !important;
    font-weight: 600;
    color: #ffffff;
    margin: 10px 0 !important;
    background: transparent;
    border: 2px solid #fff;
}
section {
    padding: 80px 0;
    background: #fff;
}
.banner-hero {
    padding: 40px 0;
    text-align: center;
    background: url(/img/banner-industrial.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    height: 500px;
}

.hero-content {
    padding: 50px;
    color:#fff;
    text-align:left;
    width:823px !important;
}
.hero-content h1 {
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
}
.hero-content h3 {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
     color: #fff;
}

.hero-content p {
     color: #fff;
}


.explore-text h3 {
    font-size: 48px;
    font-weight: 700;
}


.slide-mark ul li {
    float: left;
    padding-right: 32px;
    list-style: none;
}

.slide-mark {
    background: #bb0000;
    color: #fff;
    padding: 10px;
    margin: 0px auto;
}

.slide-mark ul {
    padding: 0;
    margin: 0;
}
.auction-outer h3 {
    font-size: 48px;
    font-weight: 700;
}

section.auction {
    border-top: 1px solid #bdbdbd;
    padding: 80px 0;
    background: #F6F6F6;
}

.vision-image {
    text-align: right;
}

.heading-expert h3 {
    font-size: 48px;
    font-weight: 700;
}
.exp-1 {
    min-height: 239px;
    border: 1px solid #33333333;
    padding: 20px;
    text-align: center;
}
.inner-text h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.inner-text p{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #333333ab;
}
.inner-text img {
    border-bottom: 2px solid;
    height: 80px;
    width: 80px;
    background: #dcdcdc;
    margin-bottom: 20px;
    padding: 11px;
}

.head-work h3 {
    text-align: left;
    font-size: 48px;
    font-weight: 700;
}
.content-work {
    background: url(/img/Union-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    padding: 20px;
}


section.how-work {
    border-top: 1px solid #bdbdbd;
    padding: 80px 0;
    background: #F6F6F6;
}
/* span {
    height: 80px;
    width: 68px;
    display: block;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    font-size: 51px;
} */

.content-work h3 {
    font-size: 20px;
    padding: 10px 0;
    font-weight: 700;
    width: 55%;
}
.content-work p {
    font-size: 15px;
    color: #646464;
    line-height: 24px;
    width: 100%;
}

.exp-2 {
    border: 1px solid #dedede;
    text-align: left;
    padding: 30px 28px;
    box-shadow: 2px 2px 11px #0000001f;
    border-radius: 20px;
    height: 350px;
        margin-bottom: 20px;
}
.exp-2:hover{
    background-color: #bb0000;
}

.exp-2:hover h3{
    color: #ffffff;
}

.exp-2:hover p{
    color: #ffffff;
}

.exp-2 .inner-text img {
    border: none;
    background: none;
}
table.main-table-indus tr:hover {
    background: #bb0000;
    color: #fff;
}
table.main-table-indus tr {
    border-bottom: 1px solid #d0d0d0;
        font-size: 20px;
}

table.main-table-indus th {
   text-transform: uppercase;
   background: transparent;
}
table.main-table-indus td {
    padding: 30px 0;
    font-size: 16px;
}

.content-work img {
    width: 40%;
}
.head-work p {
    line-height: 24px;
    text-align: left;
    width: 50%;
    color: #6a6565;
}

.checked {
  color: orange;
}

.rating {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    padding: 20px;
    margin: 20px;
}

.rating:hover {
   background-color: #bb0000;
}
.rating h5{
    color: #bb0000;
}

.rating:hover h5 {
   color: #ffffff;
}

.rating:hover h3 {
   color: #ffffff;
}

.rating:hover p {
   color: #ffffff;
}
/* --------------------------------------------------------------- */

@media only screen and (max-width: 600px) {
  .vision-image:before{
    display: none;
  }
.hero-content h1 {
        font-size: 26px !important;
        line-height: 44px;
    }

.explore-text h3 {
    font-size: 35px;
}
.vision-image {
    text-align: center;
}

.auction-outer h3 {
    font-size: 35px;
}

.heading-expert h3 {
    font-size: 35px;
}

table.main-table-indus tr {
    font-size: 16px;
}
.heading-expert h3 {
    font-size: 35px;
}
.head-work h3 {
    font-size: 35px;
}
.head-work p {
   width: 100%;
}
.content-work h3 {
    width: 100%;
}
}

table.main-table-indus :hover td img {
    background-color: #fff;
    border-radius: 100px;
}