@font-face{
  font-family:'Designer';
  src:
    url('../fonts/designer.woff2') format('woff2'),
    url('../fonts/designer.woff')  format('woff'),
    url('../fonts/designer.otf')   format('opentype'); /* fallback */
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Poppins';
  src:
    url('../fonts/designer.woff2') format('woff2'),
    url('../fonts/designer.woff')  format('woff'),
    url('../fonts/Poppins-Regular.ttf')   format('truetype'); /* fallback */
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Poppins-M';
  src:
    url('../fonts/designer.woff2') format('woff2'),
    url('../fonts/designer.woff')  format('woff'),
    url('../fonts/Poppins-Medium.ttf')   format('truetype'); /* fallback */
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

span.small.letter span {
    font-size: 18px;
}

.slider {
          position: relative;
          width: 100%;
          height: 100%;
          overflow: hidden;
        }

        .slides {
          display: flex;
          transition: transform 1s ease-in-out;
        }

        .slides img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          flex-shrink: 0;
        }

        /* Dots Navigation on Slider */
        .dots {
          position: absolute;
          bottom: 30px;
          left: 50%;
          transform: translateX(-50%);
          display: flex;
          gap: 10px;
          z-index: 10;
        }

        .dot {
          width: 12px;
          height: 12px;
          background-color: #fff;
          border-radius: 50%;
          cursor: pointer;
          transition: background-color 0.3s;
        }

        .dot.active {
          background-color: white;
        }

        .dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
        }

        .dots span {
            display: block;
            width: 10px;
            height: 10px;
            margin: 5px;
            background: #fff;
            border-radius: 50%;
            cursor: pointer;
        }

        .dots .active {
            background: #fff;
        }

.footer-widget.footer-contact-infos .info_item span {
    background-color: #ec3238;
    padding: 7px 10px;
    border-radius: 50px;
    margin-right: 10px;
}

.footer-widget.footer-contact-infos .info_item {
    color: #fff;
    margin-bottom: 25px;
}

b, strong {
    font-weight: 500;
}

p.mt-10 {
    margin-top: 1px;
    margin-left: 49px;
}

.text-whitte {
  color: #dcd3d3;
}

.mtb-15 {
  margin: 15px 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-0 {
  padding-top: 0 !important;
}

.mtb-20 {
  margin: 20px 0;
}

[id] {
  scroll-margin-top: 50px;
}

.row.rg-30 .contact-item .contact-list li a,
.contact-item.style-2 p {
    font-family: "Poppins-M", sans-serif;
    color: #f3f3f3 !important;
}

.row.rg-30 .contact-item .contact-list { margin-top: auto; }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-text {
    text-align: center;
  }
  .h7-about-section .about-statistics > img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .tj-page-link span {
    font-size: 15px !important;
  }
  .tj-page-link {
    margin-top: 10px !important;
    gap: 5px !important;
    padding: 5px 10px !important;
  }
}

.visitor-counter {
    position: relative;
    background: #e5edcf;
    border-radius: 5px;
    bottom: 0;
    padding: 5px 20px;
    width: fit-content;
    margin-top: 30px;
    border: 3px solid #ed4a42;
}

.cust-list {
    margin-left: 46px !important;
    margin-bottom: 20px !important;
}

.cust-list li {
    font-size: 15px !important;
    color: #ededed;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif !important;
}