a.navbar-brand img {
    width: 123px;
}
.footer-copyright-text p a {
    color: #8ec73d;
}
.footer-logo img {
    width: 125px !important;
}
.page-projects.new-my-landgoi {
    padding-top: 0px;
}
.sidebar-cta-content img {
    width: 130px;
}
.new-faffa {
    margin-top: 50px;
}
.climent-h {
    padding-bottom: 20px;
}
.last-one {
    margin-top: 43px;
    font-size: 20px;
    font-family: arial;
    font-weight: bold;
}
.table thead {
      background-color: #0bbd87;
      color: black;
    }
.table tfoot {
      background-color: #e2e3e5;
      font-weight: bold;
    }
.ff-table {
      margin-bottom: 50px;
      font-size: 46px;
      font-weight: 700;
      text-align: center;
    }
.total-cost {
      font-weight: bold;
      color: #000;
    }
    
 /*==================================   */
    
table {
  
  border-collapse: collapse;
  width: 100%;
  border: 1px solid black;
}
th{
background-color:#0bbd87;
color:dark;

}
td, th {
  
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

/*================================*/

.section-title button {
    margin-top: 25px;
    position: relative;
    display: inline-block;
    background: var(--accent-secondary-color);
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--white-color);
    /* border: none; */
    padding: 17px 50px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}
.more-content { display: none; }

.more-content h4 {
    margin-top: 10px;
}


.text-center{
    text-align: center;
}

.header-contact-btn a.btn-default.btn-highlighted {
    padding: 17px 45px 17px 15px;
}

.team-content h3 {
    margin-bottom: 15px;
}
.team-item:hover .team-content h3{
    color: #fff !important;
}
.team-item:hover .team-content h3 {
    color: #fff !important;
    display: block;
    opacity: 1;
    filter: brightness(0) invert(1) !important;
}
.service-driving-item-list a {
    color: #727272;
}
