.ratio-1-1 {
    aspect-ratio: 1 / 1;
}

.ratio-3-2 {
    aspect-ratio: 3 / 2;
}

.ratio-5-8 {
    aspect-ratio: 5 / 8;
}

.ratio-16-21 {
    aspect-ratio: 16 / 21;
}

.ratio-17-22 {
    aspect-ratio: 16 / 21;
}

.of-cover {
    object-fit: cover;
}

.of-fill {
    object-fit: fill;
}

.h-500px {
    height: 500px;
}

.h-240px {
    height: 240px;
}

.h-70px {
    height: 70px;
}

.jbs-content ul {
    padding: 0;
    margin: 0;
}

.jbs-content ul li {
    list-style: none;
    position: relative;
    color: rgba(0, 44, 63, 0.6);
    font-weight: 500;
    padding: 0.2rem 0rem 0.2rem 1.4rem;
}

.jbs-content ul li::before {
    content: "\f192";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
}

.ctr-jobstock-box {
    background: rgba(195, 49, 41, 0.12);
    border-color: rgba(195, 49, 41, 0.2);
    color: #c33129;
}

.ctr-jobstock-signl {
    border-color: rgba(195, 49, 41, 0.2);
}

.ctr-jobstock-signl-ico {
    color: #c33129;
}

.foot-socials ul li:last-child {
    margin-right: 0 !important;
}

.tns-outer {
    position: relative;
}

.tns-item {
    touch-action: pan-y;
    user-select: none;
}

.tiny-slider .item {
    position: relative;
}

.tns-controls [data-controls] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0.5rem;
    display: block;
    z-index: 9;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: none;
    margin: 0 10px;
}
.tns-controls [data-controls]:hover {
    background-color: var(--bs-primary);
    color: #fff;
}
.tns-controls [data-controls] i {
    line-height: inherit;
}

.tns-controls [data-controls="prev"] {
    left: 0;
}

.tns-controls [data-controls="next"] {
    right: 0;
}

/* rtl:raw:
  .tiny-slider .tns-controls [data-controls]{
    transform: scaleX(-1) translateY(-50%);
  }
  .tiny-slider.arrow-creative .tns-controls [data-controls]{
    transform: scaleX(1) translateY(-50%);
  }
  .tns-visually-hidden {
    right: -10000em !important;
    left: 0 !important;
  }
  */

.tns-controls [data-controls] {
    border-radius: 50%;
}

.tns-controls [data-controls] {
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.4) !important;
}
.tns-controls [data-controls]:hover {
    backdrop-filter: blur(0px);
    background: rgba(0, 0, 0, 0.4) !important;
}
.tns-controls.arrow-white [data-controls] {
    background-color: rgba(var(--bs-body-bg-rgb), 0.2) !important;
    color: #fff;
}
.arrow-xs .tns-controls [data-controls] {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.tns-nav {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: auto;
    text-align: center;
    white-space: nowrap;
}
.tns-nav [data-nav] {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px var(--bs-gray-500);
    transition: all 0.3s ease-in-out;
    border: 0;
}
.tns-nav [data-nav]:after {
    border-radius: 50%;
    overflow: hidden;
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: var(--bs-gray-500);
    box-shadow: 0 0 1px var(--bs-gray-500);
    transition: height 0.3s ease-in-out;
}
.tns-nav .tns-nav-active:after {
    height: 100%;
}
