.home-content {
    text-align: justify;
}

.text-color {
    color: white;
    text-align: center;
}

.footer-img {
    width: 100px;
}

.rot-180 {
    transform: rotateY('180deg') !important;
    -webkit-transform: rotateY('180deg') !important;
    -moz-transform: rotateY('180deg') !important;
    -ms-transform: rotateY('180deg') !important;
    -o-transform: rotateY('180deg') !important;
}

.back-color {
    background-color: #E72424;
}

.text-contact {
    color: bisque;
}

.text-contact:hover {
    color: bisque;
}

.nav-img {

    padding: 4px;
}

.font-anchore {
    font-size: 10px;
}

.flag-img {
    width: 30px;
}

.singapore {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

.tp-hero-cpr-item {
    height: 100vh;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-md-space {
        padding: 10px 20px !important;
    }

    .p-relative {
        position: relative;
    }

    .align-items-center {
        align-items: center !important;
    }

    .justify-content-between {
        justify-content: space-between !important;
    }

    .d-flex {
        display: flex !important;

    }
}

.gap-40 {
    gap: 40px;
}

/* Top Header Fix */
.tp-header-crt-top .row {
    align-items: center;
}

.tp-header-crt-social a {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

.tp-header-crt-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tp-header-crt-content img.flag-img {
    width: 24px;
    height: 20px;
    margin-right: 5px;
}

@media (min-width: 1200px) and (max-width: 1213px) {
    .lgooheader {
        width: 276px !important;
    }
}

.text-justify {
    text-align: justify;
}

.text-color {
    color: blue;
}

.text-darks {
    color: black;
}

.text-blue {
    color: #1B4386;
}

.list-nones {
    list-style: none;
}

.border-cls {
    border: 2px black;
}

.pb-100 {
    padding-bottom: 50px;
}

.map-img-height {
    height: 450px;
    width: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

thead th {
    background-color: grey;
    color: white;
}

tbody tr:nth-child(odd) {
    background-color: white;
    color: #124995;
}

tbody tr:nth-child(even) {
    background-color: #124995;
    color: white;
}

.svg-hegith {
    height: 65px;
}

.svg-hegiths {
    height: 80px;
}


/* 
        .col-lg-44 {
        flex: 0 0 auto;
        width: 36.333333%;
    } */

.font-size-p {
    font-size: 15px;
}



.box-hover-effect {
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    height: 320px
}

.box-hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.ndt-img {
    height: 160px;
    width: 160px;
}

.ndt-para-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;

}

/* .w-700{
    width: 70% !important;
} */

@media screen and (max-width: 768px) {
    .ndt-para-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
}

.w-700 {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/* .ndt-para-content {
      display: flex;
      gap: 1rem;
      align-items: flex-start;
    } */

@media screen and (max-width: 768px) {
    .ndt-para-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    .contact-flex{
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
    }
}

.pt-1500 {
    padding-top: 100px;
}

.list-style-none{
    list-style: none;
}

.lh-20{
    line-height: 30px;
}
.translate-cls:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease-in-out;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
}


.text-blue-color{
    color: #1B4386;
}

/* hover content in lifting page */
.group {
  cursor: pointer;
  position: relative;
}

.static-img,
.gif-img {
  transition: opacity 0.4s ease-in-out;
}

.gif-img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.group:hover .gif-img {
  opacity: 1;
}

.group:hover .static-img {
  opacity: 0;
}

/* Overlay style */
.overlay {
  background: rgba(0, 0, 0, 0.4); /* Glassy black */
  /* backdrop-filter: blur(4px); */
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 2;
}

/* Show overlay on hover */
.group:hover .overlay {
  opacity: 1;
}

.text-name {
  font-weight: bold;
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgba(0, 0, 0, 0.644);
  transition: color 0.4s ease-in-out;
  z-index: 3;
  pointer-events: none;
}

.group:hover .text-name {
  color: white;
}

.border-cls-rius{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pt-51{
        padding-top: 45px !important;
}

@media only screen and (max-width: 600px) {
.fs-60 {
   font-size: 30px;
  }
}


@media only screen and (max-width: 600px) {
.tp-hero-cpr-item {
    height: 75vh;
}
}