.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: white;
    background-color: rgba(0, 0, 0, 1);
    opacity: 1;
}
.centered {
    display: flex;
    align-items: center;
    justify-content: center; /* Optional: horizontally center the content */
}
.single-couter-3 p{
    padding-top: 2px;
    line-height: 30px;
}

.bg-24-new{
    background-color:  #f7f1db !important;
}
.bg-24-new-footer{
    background-color:  white !important;
}
.row.counters-3 > div {
    border-right: 1px solid rgba(208, 171, 55, 0.3);
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    }

td, th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}
th{
    color: white;
}
tr{
    background-color: rgb(204,204,204);
}
td{
    font-weight: bolder;
}
tr:nth-child(1) {
    background-color: #D0AB37;
}
tr:nth-child(2),tr:nth-child(6), tr:nth-child(8){
    background-color: rgba(23,78,101)
}

tr:nth-child(8){
    border: none !important;
}
.table-bg{
    background-color: rgb(1,69,93);
}
.logo-color{
    color: #D0AB37 !important;
}

.social li a:hover{
background-color: #D0AB37 !important;
}
.progress-circle path {
    stroke: #D0AB37 !important;
}
.progress-wrap::after{
 color: #D0AB37 !important;
}
.airport-heading-color{
    color: #D0AB37 !important;
}
.heading4 small.overline:after{
    background-color: #D0AB37 !important;
}

/* media queries */
@media screen and (max-width: 767px) {
  .cover-background img{
    width: 150px;
    height: auto;
  }
  table {
    font-size: 0.7rem;
    table-layout: auto;
    padding: 0;
  }
  td{
    font-weight: 100;
  }
}
@media screen and (max-width: 400px){
    .case-study-2 > .container{
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin: 0px !important;
    }
    .subscribe2 h2{
        font-size: 25px !important;
    }
    .cover-background {
        position: relative !important;
        background-size: cover !important;
        overflow: hidden !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        color: white;
        background-color: rgba(0, 0, 0, 1);
        opacity: 1;
    }
     table {
    font-size: 0.7rem;
    table-layout: auto;
    padding: 0;
  }
  td{
    font-weight: 100;
  }
}