.contact-info-section {
    position: relative;
    padding: 95px 0px 40px;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.contact-info-section .title-column {
    position: relative;
}
.contact-info-section .title-column .inner-column {
    position: relative;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title .separater {
    position: relative;
    width: 14px;
    height: 20px;
    margin-bottom: 24px !important;
    border-left: 2px solid #002155;
    border-right: 2px solid #002155;
}   
.sec-title.style-two .separater::before {
    background-color: #fe982f;
}
.sec-title .separater:before {
    position: absolute;
    content: '';
    left: 4px;
    top: -5px;
    width: 2px;
    height: 20px;
    background-color: #fd5d14;
}
.sec-title.style-two .title {
    color: #fe982f;
}

.sec-title .title {
    position: relative;
    color: #fd5d14;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
}

h2 {
    font-size: 36px;
}
.sec-title .text {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 15px;
}
.contact-info-section .info-column {
    position: relative;
    margin-bottom: 40px;
}
.contact-info-section .info-column .inner-column {
    position: relative;
}
.contact-info-section .info-column .contact-column {
    position: relative;
    margin-bottom: 30px;
}
.contact-info-section .info-column .contact-column .inner {
    position: relative;
    padding-left: 100px;
}
.contact-info-section .info-column .contact-column .inner .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #222222;
    font-size: 60px;
    line-height: 1em;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.contact-info-section .info-column .contact-column .inner ul li {
    position: relative;
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6em;
}
.contact-info-section .info-column .contact-column .inner ul li strong {
    position: relative;
    color: #fe982f;
    font-size: 30px;
    font-weight: 800;
}
.item-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensure the parent container has a height */
}

.centered {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
table {
    width: 100%;
    border-collapse: collapse;
  }

  th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  th {
    background-color: #f2f2f2;
  }

  tr:hover {
    background-color: #f5f5f5;
  }
  .ltn__brand-logo-1{
    margin-top: 150px;
  }
  .ltn__breadcrumb-inner{
    margin-top: 120px;
  }
  @media only screen and (max-width: 640px)  {
    #lightcase-case{
        color: black;
    }#lightcase-case {
        text-shadow:none;
        width: 90%;
      }
      #ltn__inline_description_1{
        background-color: white;
        padding: 20px;
      }
  }


  .table-container {
    overflow-x: auto;
  }


  /*  */
  @media screen and (max-width: 500px) {
    .ltn__gallery-item-img img {
        height: 350px;
    }
}
