*, *::after, *::before {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;  
}
html {
    font-size: 10px;
     scroll-behavior: smooth;
     
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
     padding: 0;
     border: 0;
     font-family: "Inter", sans-serif;
}
body {
    background-color: #ffff;
     scroll-behavior: smooth;
     font-family: "Inter", sans-serif;
     
}
ul {
    list-style: none;    
}
.hidden{
    display: none;
}
.overflow-hidden{
    overflow: hidden;
}
video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.show-950, .show-1023, .show-500{
    display: none !important;
}

a{
    transition: .2s ease-in-out;
    text-decoration: none;
}
a:hover{
    opacity: .8;
}
h1 {
    font-size: 6.5rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.3rem;
}
h2{
    font-size: 4.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.2;
}
h1 strong, h2 strong {
    color: #F3B82C !important;
}
h3 {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 1.35;
}
h4{
    font-size: 2.2rem;
    font-weight: 500;
}
h5 {
    font-size: 1.6rem;
    font-weight: 400;
}
p {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 400;
    color: #636363;
}
strong{
    font-weight: inherit;
}
.relative{
    position: relative;
}
.container, .current-openings {
    width: 88%;
    max-width: 1600px;
    margin: 0 auto;
}
.pt-zero{
    padding-top: 0 !important;
}
.pt-13{
    padding-top: 13rem;
}
.com-pd-13{
    padding: 13rem 0;
}
.com-padding {
   padding-top: 17rem;
   padding-bottom: 17rem;
}
.bg-light-grey{
    background-color: #F8F8F8;
}
.capitalize{
    text-transform: capitalize;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;  
}
.text-center {
    text-align: center;  
}
.text-end{
    text-align: end;
}
.text-justify{
    text-align: justify; 
}
.align-center {
    align-items: center; 
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end; 
}
.justify-center {
    justify-content: center; 
}
.justify-between {
    justify-content: space-between;
}
.justify-evenly {
    justify-content: space-evenly;
}
.justify-around {
    justify-content: space-around;
}
.justify-end {
    justify-content: flex-end; 
}
.justify-start {
    justify-content: flex-start; 
}
.margin-x-auto {
    margin-left: auto; 
    margin-right: auto;   
}
.mt-zero{
    margin-top: 0 !important;
}
.mb-zero{
    margin-bottom: 0 !important;
}
.ml-auto {
    margin-left: auto; 
}
.mr-auto {
    margin-right: auto;   
}
.mt-1{
    margin-top: 1rem; 
}
.mt-2{
    margin-top: 2rem; 
}
.mt-3 {
    margin-top: 3rem;  
}
.mt-4 {
    margin-top: 4rem;  
}
.mt-5 {
    margin-top: 5rem;  
}
.mt-7 {
    margin-top: 7rem !important;  
}
.mt-10 {
    margin-top: 10rem !important;  
}
.ml-3{
    margin-left: 3rem;
}
.mr-1{
    margin-right: 1rem;  
}
.mr-2{
    margin-right: 2rem;  
}
.mb-1{
    margin-bottom: 1rem;   
}
.mb-2{
    margin-bottom: 2rem;   
}
.mb-3 {
    margin-bottom: 3rem;  
}
.mb-4 {
    margin-bottom: 4rem;  
}
.mb-5 {
    margin-bottom: 5rem; 
}
.mb-6 {
    margin-bottom: 6rem;  
}
.mb-7 {
    margin-bottom: 7rem; 
}
.pt-3 {
    padding-top: 3rem;  
}
.pt-4 {
    padding-top: 4rem; 
}
.pt-5 {
    padding-top: 5rem;  
}
.fw-400{
    font-weight: 400;  
}
.fw-500{
    font-weight: 500;  
}
.fw-600{
    font-weight: 600;  
}
.bordet-top{
    padding-top: 13rem;
    border-top: 1px solid #747474;
}
/* width  */
.max-content{
    width: max-content;
}
.w-10 {
    width: 10%;  
}
.w-15{
    width: 15%;
}
.w-20 {
    width: 20%; 
}
.w-25 {
    width: 25%; 
}
.w-27 {
    width: 27%; 
}
.w-28 {
    width: 28%; 
}
.w-30 {
    width: 30%;
}
.w-32 {
    width: 32%;
}
.w-33 {
    width: 33.33%; 
}
.w-35 {
    width: 35%;
}
.w-37 {
    width: 37%;
}
.w-39 {
    width: 39%;
}
.w-40 {
    width: 40%;
}
.w-41 {
    width: 41%;
}
.w-42 {
    width: 42%;
}
.w-43 {
    width: 43%;
}
.w-45{
    width: 45%; 
}
.w-46{
    width: 46%; 
}
.w-47{
    width: 47%; 
}
.w-48{
    width: 48%; 
}
.w-50 {
    width: 50%;  
}
.w-51 {
    width: 51%;  
}
.w-52{
    width: 52%;
}
.w-53{
    width: 53%;
}
.w-55 {
    width: 55%; 
}
.w-57 {
    width: 57%;
}
.w-58 {
    width: 58%;
}
.w-60 {
    width: 60%;
}
.w-62 {
    width: 62%;
}
.w-65 {
    width: 65%;
}
.w-66 {
    width: 66%;
}
.w-70 {
    width: 70%;
}
.w-75 {
    width: 75%;
}
.w-80 {
    width: 80%;
}
.w-85 {
    width: 85%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}
/* color  */
.text-white, .text-white *{
    color: #fff;
}
.text-golden h5{
    color: #D09A18;
    text-transform: uppercase;
}
.up {
    opacity: 0;
}
.m-auto{
    margin: 0 auto;
}
html.lenis, html.lenis body {
height: auto;
}
.lenis.lenis-smooth {
scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}
.lenis.lenis-stopped {
overflow: hidden;
}
.lenis.lenis-smooth iframe {
pointer-events: none;
}
.main-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 5rem;
    z-index: 99;
}
.header-btn-group a {
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    border: 1px solid #D8A52B;
    border-radius: 5rem;
    padding: 1.35rem 3rem;
    font-weight: 500;
}
.header-logo img {
    width: 9.5rem;
}
.header-btn-group a:first-child {
    margin-right: 1.5rem;
}
.header-btn-group a img {
    width: 2.1rem;
    vertical-align: middle;
    margin-right: 1rem;
    transition: .2s ease-in-out;
}
.header-btn-group a:hover {
    background-color: #D8A52B;
}
.header-btn-group a:hover img {
    filter: brightness(100);
}
.hp-banner {
    min-height: 100rem;
}
.hp-banner-video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg-overlay{
    position: relative;
}
.bg-overlay::before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #000000 -4.06%, rgba(0, 0, 0, 0.891778) 8.99%, rgba(0, 0, 0, 0.52) 37.13%, rgba(0, 0, 0, 0) 54.11%);
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.bg-overlay::after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #000000 -6.24%, rgba(0, 0, 0, 0.549624) 9.59%, rgba(0, 0, 0, 0) 30.08%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}
.bg-style{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hp-banner-image {
    width: 100%;
    min-height: 100rem;
}
.banner-content {
    padding-bottom: 12rem;
    z-index: 99;
    position: relative;
}
.banner-description {
    position: relative;
    width: 45%;
    padding-left: 10rem;
}
.banner-description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #848E85 23.08%, #BBC8BD 46.63%, #A4B0A6 69.71%, rgba(255, 255, 255, 0) 96.63%);
    width: 2px;
    height: 100%;
}
.banner-content p {
    font-size: 2rem;
    letter-spacing: 1px;
}
p strong {
    font-weight: 600;
}
.flex-direct-column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.banner-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 7rem;
    padding-left: 7rem;
}
.banner-btn img {
    position: absolute;
    left: 0;
    width: 9rem;
    transition: .2s ease-in-out;
}
.banner-btn:hover img{
    opacity: .7;
}
.sub-head h5 {
    color: #D09A18;
    border: 1px solid #D09A18;
    border-radius: 6rem;
    display: inline-block;
    margin-bottom: 3rem;
    padding: 1rem 2.1rem;
    font-weight: 500;
    text-transform: uppercase;
}
.pointers-list li {
    font-size: 3rem;
    position: relative;
    padding: 2.7rem 0rem 2.7rem 5rem;
    border-bottom: 1px solid #BCBCBC;
    font-weight: 500;
}
.pointers-list li:last-child {
    border-bottom: 0;
}
.pointers-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3rem;
    background-image: url(../img/check-yellow.png);
    background-size: contain;
    width: 2.9rem;
    height: 2.9rem;
}
.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: white;
    background: #D8A52B;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s;
    width: 9.3rem;
    height: 9.3rem;
}
.custom-play-button span {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    background-image: url(../img/video-play-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 2.1rem;
    height: 2.5rem;
}
.products-usps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.products-usps li {
    border-left: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5rem;
    align-items: flex-start;
}
.products-usps img {
    margin-bottom: 3.5rem;
    object-fit: contain;
    height: 6.5rem;
}
.products-usps li:last-child{
    border-right: 1px solid #D9D9D9;
}
.products-usps h2 {
    font-size: 9.5rem;
    color: #D8A52B;
    display: flex;
    line-height: 1;
    align-items: center;
    margin-bottom: 1rem;
}
.products-usps h2 .short-num-head {
    font-weight: 100;
    margin-left: .5rem;
}
.text-grey p{
    color: #BFBFBF;
}
span.is-percent {
    font-size: 6.5rem;
    font-weight: 200 !important;
}
.products-usps li h3 {
    font-weight: 300;
}
.products-usps li h3 strong {
    font-weight: 500;
    display: block;
}
.products-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 6rem;
    grid-row-gap: 3rem;
    counter-reset: section;
}
.products-content {
    border-top: 1.1px solid #2A2A2A;
    padding-top: 2rem;
    margin-top: 2rem;
}
.products-image{
    position: relative;
}
.products-image::before {
    counter-increment: section;
    content: "00-" counter(section) " ";
    font-size: 1.5rem;
    font-weight: 400;
    position: absolute;
    right: -4rem;
    transform: rotate(-90deg);
    top: .7rem;
}
button, .btn-primary {
    text-align: center;
    width: max-content;
    background-color: #D8A52B;
    border-radius: 5rem;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    padding: 2rem 7.5rem 2rem 3rem;
    position: relative;
    min-width: 30.2rem;
    text-align: left;
    outline: none;
    border: none;
    transition: .2s ease-in-out;
    border: 1px solid #D8A52B;
    cursor: pointer;
    display: inline-block;
}
.btn-secondary {
    background-color: transparent;
    color: #D09A18;
}
.btn-secondary:hover img {
    filter: brightness(100);
}
.btn-secondary:hover {
    color: #fff;
}
.btn-primary img {
    vertical-align: middle;
    width: 3.2rem;
    position: absolute;
    right: 3rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn-primary:hover {
    background-color: #ce960e;
}
.featured-background {
    background-attachment: fixed;
    height: 100rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.company-usps-pointers-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
}
.company-usps-pointer-item {
    box-shadow: 0px 60px 64px 0px #0000000A;
    background-color: #fff;
    border-radius: 2rem;
    padding: 5rem 4rem;
}
.company-usps-pointer-head {
    display: flex;
    align-items: center;
}
.company-usps-pointer-head img {
    height: 6.5rem;
    margin-right: 3rem;
    width: 6.5rem;
    object-fit: contain;
}
.company-usps-pointer-content p {
    color: #8A8A8A;
}
.popup-main {
    visibility: hidden;
    position: relative;
    overflow: hidden;
    display: none;
}
.popup-main.is-visible {
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.82);
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}
.popup-transition {
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    opacity: 0;
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
    justify-content: center;
}
.popup-content-wrapper {
    max-width: 95%;
    margin: 1.75rem auto;
    width: 120rem;
    transform: translateY(-100%);
    transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.popup-main.is-visible .popup-content-wrapper {
    transform: translateY(0);
    opacity: 1;
}
.popup-content-inner {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 6rem 4.5rem;
}
.close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.close-popup:hover img{
    transform: rotate(360deg);
}
.close-popup img {
    width: 2.4rem;
    transition: transform 0.6s ease;
}
.current-openings-item {
    background-color: #F5F5F4;
    border-radius: 2.1rem;
    padding: 5rem 4rem;
    height: 100%;
}

.current-opening-list-main {
    width: 94%;
    max-width: 2200px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 7rem;
}
.circle-slider-btn {
    width: 5.8rem;
    height: 5.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #CFCFCF;
    background-color: #fff;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.circle-slider-btn:hover {
    background-color: #d8a52b;
    border-color: #d8a52b;
}
.circle-slider-btn:hover img {
    filter: brightness(100);
}
.circle-slider-btn img {
    width: 1.1rem;
}
.slide-controler .circle-slider-btn:first-child {
    margin-right: 1rem;
}
#current-opening-slider .slick-track {
    display: flex;
}
.current-opening-list .slick-slide> div {
    height: 100%;
}
.current-opening-list .slick-slide {
    width: 50rem;
    background-color: #F5F5F4;
    border-radius: 2.1rem;
    padding: 5rem 4rem;
    margin: 0 1.5rem;
    height: inherit;
}
.current-opening-list .slick-slide .current-openings-item {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.current-openings button.btn-primary {
    padding: 1.5rem 2rem;
    color: #fff;
    font-size: 1.6rem;
    min-width: 22.3rem;
    text-align: center;
}
.opeining-ctn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 95%;
    height: 1px;
    background-color: #D8A52B;
    left: 0;
    margin: auto;
    z-index: -1;
}
.current-openings .slide-controler{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
}
.global-map-thumbnail img{
    width: 98%;
    margin: 0 auto;
}
.global-usps.products-usps h2 {
    font-size: 7.8rem;
}
.global-usps.products-usps h2 span.short-num-head {
    font-size: 5.3rem;
}
.global-usps {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.global-usps li {
    width: 50%;
    flex-direction: row;
    padding: 0 1rem;
    align-items: center;
}
.global-usps li:first-child {
    width: 42%;
}
.global-usps li:last-child {
    width: 56%;
}
.global-usps li:last-child h3 strong {
    display: inline-block;
}
.global-usps li h3 {
    font-size: 2.6rem;
    margin-left: 1.5rem;
}
.social-links li {
    align-items: flex-start;
    border-top: 1px solid #303030;
    padding: 4rem 0;
}
.social-links li:first-child{
    border-top: 0;
}
.social-links li img {
    margin-top: 1rem;
    width: 1.9rem;
}
.social-links li a, .social-links li p {
    font-size: 2rem;
    width: 68%;
    margin-left: 2rem;
    line-height: 1.6;
    color: #fff;
}
.contact-form {
    background-color: #333333;
    border-radius: 2rem;
    padding: 7rem 5rem;
}
.form-control::placeholder {
    color: #E3E3E3;
}
.form-control {
    color: #E3E3E3;
    background-color: transparent;
    outline: none;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    display: block;
    border-bottom: 1.2px solid #E3E3E3;
    padding-bottom: 1em;
    width: 100%;
}
.form-submit p {
    width: max-content;
    background-color: #D8A52B;
    border-radius: 5rem;
    position: relative;
    text-align: left;
    border: 1px solid #D8A52B;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}
.form-submit .btn-primary {
    color: #fff;
}
.form-submit button.btn-primary::after, .form-submit p::after {
    content: '';
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    width: 3.2rem;
    height: 1.5rem;
    margin: auto;
    background-image: url(../img/golden-arrow.png);
    filter: brightness(100);
    background-size: contain;
    background-repeat: no-repeat;
}
.form-submit span.wpcf7-spinner {
    display: none;
}
textarea.form-control {
    border: 1.2px solid #E3E3E3;
    padding: 2rem;
}
.form-submit button.btn-primary {
    color: #fff;
    min-width: 23.3rem;
    padding: 1.75rem 7.5rem 1.75rem 3rem;
}
.copyright {
    border-top: 1px solid #464646;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.products-image {
    position: relative;
    min-height: 65.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.products-image img.w-100 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    z-index: 99;
    padding: 2rem 4rem 5rem;
}
.products-list-item:hover .product-description, .products-image:hover .product-description{
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}
.products-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 26.16%, #101010 100%);
    z-index: 9;
    opacity: 0;
    transition: .2s ease-in-out;
}
.products-list-item:hover .products-image::after, .products-image:hover .products-image::after{
    opacity: 1;
}
.products-list-item:hover .product-description p, .products-image:hover .product-description p{
    color: #fff;
}
.featured-video-sec {
    position: relative;
    overflow: hidden;
}
.featured-video video {
    width: 100%;
    object-fit: cover;
}
.wpcf7 form .wpcf7-response-output{
    font-size: 2rem;
}
.product-popup .close-popup img {
    filter: invert(1);
}
.social-links h4 {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}
.banner-tagline {
    border: 1px solid #D09A18;
    display: inline-block;
    border-radius: 6rem;
    padding: 0.8rem 1.3rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 2rem;
}
.office-address img {
    margin-right: 1rem;
    width: 1.9rem;
    margin-top: 4px;
}
.contact-head-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.office-address p {
    width: 85%;
}
@media (min-width: 1920px){
  .current-opening-list-main {
    width: 92.5%;
  }
}
@media (min-width: 2000px){
  .current-opening-list-main {
    margin-left: 13vw;
  }
}
@media (min-width: 2300px){
  .current-opening-list-main {
    margin-left: 16vw;
  }
}
@media (min-width: 2500px){
  .current-opening-list-main {
    margin-left: 18.5vw;
  }
}
@media (max-width: 1600px){
  html{
    font-size: 52%;
  }
}

@media (max-width: 1440px){
  html{
    font-size: 47%;
  }
}
@media (max-width: 1370px){
  html{
    font-size: 44%;
  }
}
@media (max-width: 1300px){
  html{
    font-size: 41%;
  }
}
@media (max-width: 1080px){
    .container, .current-openings {
        width: 90%;
    }
}
@media (max-width: 1023px){
    .full-width-1023{
        width: 100% !important;
    }
    .hide-1023{
        display: none !important;
    }
    .show-1023{
        display: block !important;
    }
    .why-us-head {
        text-align: left;
    }
    .banner-description, .products-list .products-list-item:first-child{
        margin-top: 3rem;
    }
    .products-content.show-1023 {
        border: 0;
        padding: 0 0 2rem;
        border-bottom: 1px solid;
        margin: 0 0 2rem;
    }
    .products-list, .company-usps-pointers-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .products-usps.show-1023 {
        display: grid !important;
    }
    .mob-mt{
        margin-top: 5rem;
    }
    .current-opening-list .slick-slide {
        width: 360px;
    }
    .banner-description::before{
        display: none;
    }
    .banner-description {
        padding-left: 0;
    }
    .com-pd-13{
        padding: 10rem 0;
    }
    .pt-13{
        padding-top: 10rem;
    }
    .bordet-top {
        padding-top: 10rem;
    }
    .mt-10{
        margin-top: 7rem !important;
    }
    .product-description p{
        color: #fff;
    }
    .products-image::after{
        opacity: 1;
    }
    .sticky-floating {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        margin-top: 0 !important;
        padding: 0 !important;
    }
    .sticky-floating a:first-child {
        background-color: #D8A52B;
    }
    .sticky-floating a:last-child{
        background-color: #000;
        border-color: #000;
    }
    .sticky-floating a {
        border-radius: 12px 12px 0px 0px;
        width: 50%;
        padding: 15.6px 13px;
        font-size: 2.4rem;
        margin: 0 !important;
    }
    .sticky-floating a img {
        margin-right: 2rem;
        width: 2.4rem;
    }
    .company-usps-pointers-list {
        grid-auto-flow: column;
        scroll-behavior: auto;
        overflow-y: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        justify-content: flex-start;
        align-items: normal;
        grid-column-gap: normal;
    }
    .company-usps-pointer-item {
        scroll-snap-align: start;
        min-height: auto;
        min-width: 310px;
        margin-right: 1.5rem;
        max-width: 310px;
    }

    .copyright {
        padding-bottom: 75px;
    }
}
@media (max-width: 720px){
    h1{
        font-size: 5.8rem;
    }
    h3, .pointers-list li{
        font-size: 2.7rem;
    }
    .products-list {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 6rem;
    }
    .company-usps-pointers-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .products-usps li {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .header-btn-group {
        margin-top: 4rem;
        padding-bottom: 7rem;
        width: 100%;
        text-align: center;
    }
    br{
        display: none;
    }
    .banner-content br {
        display: block;
    }
    .products-usps h2 {
        font-size: 7.7rem;
    }
    span.is-percent {
        font-size: 5rem;
    }
    .hp-banner-image {
        padding: 27rem 0 0rem;
    }
    .products-image::before {
        right: 0rem;
        top: 2rem;
        z-index: 9;
    }
    .featured-background {
        height: 75rem;
        background-attachment: local;
        background-position: center;
    }
    .mob-mt{
        margin-top: 7rem !important;
    }
    .mt-7{
        margin-top: 4rem !important;
    }
    .show-1023.sticky-floating {
        display: flex !important;
    }
    .social-links li {
        padding: 2.5rem 0;
    }
    .contact-footer-bg section.com-pd-13 {
        padding-bottom: 7rem;
    }
    .copyright{
        justify-content: center;
    }
    .current-openings-item button.btn-primary {
        min-width: auto;
        padding: 2rem 13.5rem 2rem 3rem;
    }
    .opeining-ctn::after{
        display: none;
    }
    .circle-slider-btn {
        width: 33px;
        height: 33px;
    }
    .global-usps li {
        flex-direction: column;
        align-items: flex-start;
    }
    .global-usps li h3 {
        margin-left: 0;
    }
}
@media (max-width: 500px){
    .show-500{
        display: block !important;
    }
    .hide-500{
        display: none !important;
    }
}
@media (max-width: 450px){
    .products-usps {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .products-usps h2 {
        margin-right: 3rem;
    }
    .products-usps li {
        border-left: 0 !important;
        border-right: 0 !important;
        padding: 4rem 0 !important;
        flex-direction: row;
        justify-content: flex-start;
    }
    .global-usps li h3 {
        width: 63%;
    }
    .tender-usps li > div {
        width: 60%;
    }
    .tender-usps h2 {
        margin-right: 0;
    }
    .products-usps img {
        margin-right: 4rem;
    }
    .products-usps li, .global-usps li:nth-child(3), .global-usps li:nth-child(4){
        border-bottom: 1px solid #D9D9D9;
    }
    .products-usps li:first-child{
        padding-top: 0 !important;
    }
    .products-usps li:last-child{
        border-bottom: 0;
        padding-bottom: 0 !important;
    }
    .current-opening-list .slick-slide {
        width: 310px;
        margin: 0 .7rem;
    }
    .social-links li a, .social-links li p {
        width: 90%;
    }
    .global-usps li:first-child, 
    .global-usps li:last-child {
        width: 100%;
        border-right: 0;
        align-items: center;
    }
    .global-usps.products-usps h2 {
        margin-right: 2rem;
        margin-bottom: 0;
    }
}


.reel-number {
    display: inline-flex;
    overflow: hidden;
    grid-column-gap: 2px;
}

.reel-digit {
  height: 1.2em;
  min-width: 0.6em;
  overflow: hidden;
  position: relative;
  display: inline-block; /* Added this */
}

.reel-digit .reel-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 3.5s cubic-bezier(.17,.89,.32,1.2);
}
.reel-number {
  font-variant-numeric: tabular-nums; /* 👈 sab digits equal width */
}
.reel-digit i {
  display: block;
  height: 1.2em;
  line-height: 1.2em;
  font-style: normal;
}