/*---------- Colors ----------*/
/* :root {
--color-primary: #1C355E;
--color-secondary: #A7C73D;
--color-light-secondary: #EBF1F9;
--color-tertiary: #fcf7f3;
--color-quaternary: #ffffff;
--color-svg: #A7C73D;
--color-dark-grey: #555555;
--color-grey: #e1e1e1;
--color-medium-grey: #bababa;
} */

@font-face {
    font-family: 'LeAmatcky';
    font-style: normal;
    src: url('../fonts/Le-Amatcky-1.otf');
}

@font-face {
    font-family: 'Voga-Medium';
    font-style: normal;
    /* line-height: 1.4px; */
    src: url('../fonts/IBMPlexSansArabic-Medium.ttf');
    letter-spacing: 2px;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    src: url('../fonts/IBMPlexSansArabic-Regular.ttf');
}

@font-face {
    font-family: 'Lato-Bold';
    font-style: normal;
    src: url('../fonts/IBMPlexSansArabic-Bold.ttf');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800 !important;
    src: url('../fonts/NotoNaskhArabic-Regular.ttf');
}

@font-face {
    font-family: 'AvenirMedium';
    font-style: bold;
    font-weight: 800 !important;
    src: url('../fonts/NotoNaskhArabic-Medium.otf');
}

@font-face {
    font-family: 'AvenirBold';
    font-style: normal;
    src: url('../fonts/NotoNaskhArabic-Bold.ttf');
}

.factory-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.image-news {
    width: auto;
    max-height: 40rem;
}

/* @font-face {
font-family: 'BaskervilleItalic';
font-style: normal;
src: url('../fonts/BaskervilleItalic.ttf');
} */
.active,
.text-primary a:hover {
    color: var(--color-secondary) !important;
}

.limit-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.active {
    font-weight: bold !important;
}

input[type="file"] #file-input-button {
    background-color: transparent !important;
    ;
}

input#file-input-button {
    display: none;
}

.active.dropdown-toggle::after {
    color: var(--color-secondary) !important;
}

.clients-tabs .active {
    color: white !important;
}

.m-top--5 {
    margin-top: -3rem !important;
}

.mt--3 {
    margin-top: -1rem !important;

}

.list-unstyled {
    padding-right: 0 !important;
}

.rotate-180 {
    transform: rotate(180deg);
}

.mt--8 {
    margin-top: -8rem !important;
}

.mt--23 {
    margin-top: -23rem !important;
}

.pb-20 {
    padding-bottom: 20rem !important;
}

.pb-18 {
    padding-bottom: 18rem !important;
}

.mt--13 {
    margin-top: -13rem !important;
}

.max-width-client {
    max-width: calc(100% - 76rem);
    margin: auto;
}

.family-lato {
    font-family: 'Lato' !important;
    line-height: 1.6;
    letter-spacing: 0.32px;
}

.family-leamatcky {
    font-family: 'LeAmatcky' !important;
}

.family-voga {
    font-family: 'Voga-Medium' !important;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Avenir';
}

.mr-3 {
    margin-left: 1rem !important;
}

/* p {
font-size: 1rem !important;
} */

::selection {
    color: #000000;
    background-color: #CCCCCC;
}

::-moz-selection {
    color: #000000;
    background-color: #CCCCCC;
}

.shadow-grey {
    box-shadow: 0 4px 20px 0 rgba(28, 53, 94, 0.06);
}

.number img {
    direction: ltr;
    float: right;
}

.number span {
    direction: ltr;
    float: right;
}

.drag-popup {
    height: 100%;
    /* opacity: 0; */
    position: absolute;
    top: 0;
    right: 0;
}

.drag {
    width: 50%;
    position: absolute;
    right: 10%;
    bottom: -2px;
}

.border-grey-right {
    border-right: var(--color-svg) 1px solid;
}

.border-dashed {
    border-style: dashed !important;
}

* {
    /* font-size: 18px; */
    outline: none !important;
}

a {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    font-size: inherit !important;
    color: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: color .3s;
}

img {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

a.a-hover:hover {
    color: var(--color-primary) !important;
}

a.text-decoration {
    text-decoration: underline !important;
}

video {
    width: 100%;
    height: 100%;

}

/* Video section */
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    max-height: 80vh;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    max-height: 80vh;
    pointer-events: auto !important;
}

.over-video {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 90vh;
    transition: all .5s;
}

.vdplay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 48px;
    z-index: 3;
    transition: all .5s;
}

/* End Video section */

.h1 *,
h1 *,
.h2 *,
h2 *,
.h3 *,
h3 *,
.h4 *,
h4 *,
.h5 *,
h5 *,
.h6 *,
h6 * {
    font-size: inherit;
}

p,
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6,
label {
    margin: 0;
    font-weight: unset;
}

b {
    font-size: inherit;
}

ul,
ol {
    margin-bottom: 0
}

hr {
    height: 2px !important;
    background-color: #a9a9a9;
}

img {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}

button {
    box-shadow: none !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: none;
}

svg * {
    transition: all .3s;
}

/* svg {
    transform: rotate(180deg);

} */

td {
    font-size: 1.5rem !important;
}

.border-bottom-grey {
    border-bottom: 1px solid #a9a9a9;

}

/*
|--------------------------------------------------------------------------
| General Shortcuts
|--------------------------------------------------------------------------
|
*/

/*---------- Measures ----------*/
/* .clients-slider{
max-width: 95%;
margin: auto;
} */
li.active .dropdown-item {
    color: var(--color-secondary) !important;
}

.aspect-ratio-15 {
    aspect-ratio: 1.5 !important;

}

.width-par {
    max-width: calc(100% - 42rem);
    margin: auto;
}

.clients-tabs .nav {
    flex-wrap: unset !important;
}

.nav-link,
.dropdown-item {
    color: var(--color-primary);
}

.video-div .play-icon {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%);
    transition: all .5s;
}

.video-div-factory .play-icon {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%);
    transition: all .5s;
}

.width-par2 {
    max-width: calc(100% - 57rem);
    margin: auto;
}

.client-slider img {
    max-width: 9rem;
    max-height: 10rem;
}

.size-15 {
    width: 15px;
    height: 15px;
}

.width-100 {
    width: 100%;
}

.width-270 {
    width: 16.9rem;
}

.width-310 {
    width: 290px;
}

.max-width-calc-2 {
    max-width: calc(100% - 20rem);
}

.max-width-calc-title {
    max-width: calc(100% - 45rem);
    margin: auto;
}

.h-100vh {
    height: 100vh;
}

.h-85vh {
    height: 85vh;
}

.h-75vh {
    height: 75vh !important;
}

.min-height-100 {
    min-height: 100%;
}

.min-width-6 {
    min-width: 4.5rem !important;
}

.height-auto {
    height: auto;
}

.max-width-51 {
    max-width: 51.1%;
}

.width-60 {
    width: 60%;
}

.display-2 p {
    font-size: 4.5rem !important;
}

.max-width1-5 {
    max-width: 1.6rem;
    margin-right: 0.5rem;
}

/*---------- End Measures ----------*/

/* --------- Spacing -------------- */
.pl-45 {
    padding-right: 42px !important;
}

.px-sm-3 {
    padding-right: 0 !important;
    padding-right: 0 !important;
}

.pt-16 {
    padding-top: 16rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.ms--2 {
    margin-right: -0.5rem !important;
}

.mt-22 {
    margin-top: 22rem !important;
}

.mt--13 {
    margin-top: -13rem !important;
}

.mb--20 {
    margin-bottom: -20rem !important;
}

.mb-10 {
    margin-bottom: 10rem !important;
}

/* --------- End Spacing ----------- */

/*---------- Elements ----------*/
#careersAccordion h5 {
    color: var(--color-primary);
    font-size: 1.25rem;
    padding: 1.5rem 0;
    font-family: 'Lato-Bold';
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.news-details h2 {
    font-size: 2.5rem !important;
    font-family: 'Voga-Medium' !important;
    color: var(--color-primary) !important;
}

.font-weight-b {
    font-weight: 600;
}

.footer .font-weight-b {
    letter-spacing: 1px;
    font-family: 'AvenirMedium' !important;
}

.news-details p {
    color: var(--color-medium-grey) !important;
    font-size: 1.25rem !important;
}

.news-details p img {
    width: 50% !important;
    padding: 0.5rem;
}

#careersAccordion p,
#careersAccordion ul li {
    color: var(--color-medium-grey) !important;
    font-size: 1rem !important;
}

.max-height-30 {
    max-height: 30rem;
}

.custom-col {
    padding-right: 0 !important;
}

.col-md-4 {
    min-height: 100% !important;
}

.colors-list span {
    border-radius: 50%;
    width: 19px;
    height: 19px;
    margin-right: 0.5rem;
}

.icon {
    width: 24px;
    height: 24px;
}

.svg-list img {
    width: auto !important;
    height: auto !important;
    margin: auto 0.2rem;
}

.story-icon {
    width: 60px;
    height: 60px;
}

.clients-tabs li a {
    text-align: center;
    /* padding: 0.5rem 5rem !important; */
    border: 1px solid;
    border-color: var(--color-primary);
    transition: color, border-color, background-color .5s;
    color: var(--color-primary);
    font-size: 1rem;
    width: 17rem !important;
    margin-left: 1rem;
    cursor: pointer;
}

.border-right-0 {
    border-left: 0 !important;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--color-primary);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
    margin: auto;
    text-align: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.newsletter-form input {
    max-width: 18rem;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.locations-tabs .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    padding-left: 3rem;
    font-size: 1rem;
    border-top: 1px var(--color-primary) solid;
    border-bottom: 1px var(--color-primary) solid;
}

.locations-tabs li {
    margin-left: 2rem;
    color: var(--color-primary);
    margin-right: 2rem;
}

.clients-tabs li.active a,
.clients-tabs li a:hover {
    border-color: #a3cbea61;
    background-color: #a3cbea61;
    color: #94C5EA;
}

.clients-tabs li.active a {
    font-weight: bold;
}

.slick-dots li,
.slick-dots li button {
    width: 1rem !important;
    height: 1rem !important;
    border-width: 0 !important;
}

.slick-dots li button {
    background-color: white !important;
    opacity: 1 !important;
}

.slick-dots {
    position: absolute;
    bottom: 4rem !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    margin-bottom: 1rem !important;
}

.slick-dots .slick-active button {
    background-color: var(--color-primary) !important;
}

.over-img {
    height: 100%;
    opacity: 0;
    width: 100%;
}

.hover-img:hover .over-img {
    opacity: 0.8 !important;
}

.hover-img:hover .section-bottom {
    opacity: 1 !important;
}

.hover-img .over-img {
    transition: all .5s;
}

.ps-lg-3 {
    padding-right: 1rem;
}

.ms-lg-5 {
    margin-right: 3rem;
}

.pt-lg-5 {
    padding-top: 3rem;
}

.ps-lg-5 {
    padding-right: 3rem;
}

/* .hover-img:hover .over-img .text,.text{
opacity: 1 !important;
} */
.hover-img .section-center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    /* z-index: 60; */
    text-align: center;
}

.z-index-100 {
    z-index: 100;
}

.section-bottom {
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.locations-tabs .nav li a:hover {
    color: var(--color-secondary);
    /* font-weight: bold; */
}

.banner-abs.prev {
    right: 3%;
}

.banner-abs .next {
    left: 3%;
}

.clients-tabs .prev {
    right: -10px;
}

.clients-tabs .next {
    left: 2px;
}

.prev {
    position: absolute;
    top: 50%;
    right: 1%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.next {
    position: absolute;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.right-5 {
    left: 5px;
}

.prev:hover,
.next:hover {
    cursor: pointer;
}

.stroke-primary {
    stroke: var(--color-primary) !important;
    transition: all 0.5s;
}

.banner-abs {
    top: 92%;
}

.counter-abs {
    top: 75%;
}

.stroke-primary:hover svg,
.stroke-primary:hover svg path {
    stroke: var(--color-tertiary) !important;
}

.stroke-primary:hover {
    background-color: var(--color-primary) !important;
}

.bg-100 {
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.navigation .fs-6,
.navigation a {
    font-size: 1.5rem !important;
}

.fs-5 {
    font-size: 1.5rem !important;
}

.text-over {
    top: 3rem !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.adjust-element {
    font-size: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.z-index-1 {
    z-index: 1;
}

.box-shadow-grey {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
}

/* .align-image-center{
position: absolute;
right: 50%;
-ms-transform: translate(-50%);
transform: translate(-50%);
} */

/* .image-center {
width: 60%;
margin: auto;
display: block;
} */

.report-row img {
    min-height: 220px;
    max-height: 220px;
    width: 95%;
    margin: auto;
    display: block;
}

.report-row .box-shadow-grey {
    transition: all 0.5s;
}

.report-row .box-shadow-grey:hover {
    box-shadow: 0 30px 40px 0 rgb(125 138 208 / 50%);
    transform: scale(1.05);
}

.card-blue:hover {
    box-shadow: 0 30px 40px 0 rgb(125 138 208 / 20%);
    transform: scale(1.05);
}

/* ACCORDION */
.accordion-button {
    background-color: transparent !important;
    border: none !important;
    border-top: 1px #BABABA solid !important;
    padding: 1.5rem !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/assets-web/images/careers/arrow.svg');
    transform: none;
}

.accordion-button::after {
    background-image: url('/assets-web/images/careers/arrow.svg');
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
    color: black;
}

.accordion-body {
    border: none;
}

.accordion-item {
    background-color: transparent;
    border: none !important;
}


.form-check-input:checked {
    background-color: white;
    border-color: rgba(0, 0, 0, .25);
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a41c41'/%3e%3c/svg%3e");
}

.eye {
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.pricing-radio {
    width: 2rem;
    height: 2rem;
    margin: auto;
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 13%);
}

.form-check {
    padding-right: 0;
}

.popup {
    max-width: 40rem;
}

.form-popup input,
.form-popup select,
.form-popup select::-webkit-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--color-medium-grey) !important;
}

.form-popup {
    display: none;
    position: fixed;
    z-index: 100000;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    backdrop-filter: blur(10px);
    overflow-y: auto;
}

.form-popup::-webkit-scrollbar {
    display: none;
}

.position-relative .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0 !important;
}

.form-popup .position-relative {
    width: 100%;
    height: 100%;
}

.benefits li {
    list-style: none !important;
    font-size: 1.75rem !important;
    color: black !important;
}

.benefits h3,
.benefits li {
    padding: 0.5rem 0;
}

.benefits li::before,
.benefits h3::before {
    content: url('../images/home/verify.svg');
    padding-left: 1rem;
}

/* .footer li {
padding-top: 1rem !important;
} */

/*---------- End Elements ----------*/

/*
|--------------------------------------------------------------------------
| Navigation
|--------------------------------------------------------------------------
|
*/

.navigation {
    z-index: 1000;
}

/* nav li a:hover, */
nav li a.active {
    font-weight: bold;
}

nav li a:hover,
.card-blue {
    transition: all .5s;
}

/*
|--------------------------------------------------------------------------
| End Navigation
|--------------------------------------------------------------------------
*/
/*---------- Fonts Weights ----------*/
/*.font-weight-regular{
font-family: 'ts_rotgerregular' !important;
}
.font-weight-light{
font-family: 'ts_rotgerlight' !important;
}*/
.min-h-8 {
    min-height: 8rem;
}

label {
    display: block;
    margin-top: 1.5rem !important;
    font-size: 1.25rem;
    color: var(--color-primary) !important;
}

.form-label,
select option,
select::-webkit-select option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--color-primary) !important;
    font-size: 1.25rem !important;
}

input,
textarea,
select,
select::-webkit-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: var(--color-medium-grey);
    padding: 1rem;
    border: 0 !important;
    font-size: 1.25rem;
}

input::placeholder,
textarea::placeholder,
select option,
select::-webkit-select option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--color-medium-grey);
}

.text-light-white::placeholder {
    color: var(--color-light-white) !important;
}

.font-weight-bold {
    font-family: 'AvenirBold' !important;

}

.font-poppins-bold {
    letter-spacing: 0.3px;
    font-family: 'Poppins Bold' !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

/* b,
strong{
font-family: 'ts_rotgerbold';
} */
/*---------- End Fonts Weights ----------*/

/*---------- Line Height ----------*/


/*---------- End Line Height ----------*/

/*---------- Text Color ----------*/
.text-light-white {
    color: #ffffff91 !important;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-tertiary {
    color: var(--color-tertiary) !important;
}

.text-quaternary {
    color: var(--color-quaternary) !important;
}

.text-white {
    color: #FFFFFF;
}

.text-grey {
    color: var(--color-grey) !important;
}

.text-medium-grey *,
.text-medium-grey {
    color: var(--color-medium-grey) !important;
}

.text-black {
    color: #000 !important;
}

.text-dark-grey {
    color: var(--color-dark-grey) !important;
}

.text-blue {
    color: #2d30b4 !important;
}

.footer li,
.footer li:hover,
.footer li:focus,
a.dropdown-item:hover,
.dropdown-item,
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent !important;
}

.text-svg {
    color: var(--color-svg) !important;
    font-size: 1.75rem;
}

.counter-abs .text-svg {
    font-size: 1.75rem;
}

.fs-6 {
    font-size: 1.25rem !important;
}

/*---------- End Text Color ----------*/

.text-left {
    text-align: right !important;
}

.text-right {
    text-align: left !important;
}

.max-width-75 {
    max-width: 75%;
}

.max-width-65 {
    max-width: 65%;
}

/*---------- Background Color ----------*/
.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-svg {
    background-color: var(--color-svg) !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

.bg-light-secondary {
    background-color: var(--color-light-secondary) !important;
}

.bg-tertiary {
    background-color: var(--color-tertiary) !important;
}

.bg-quaternary {
    background-color: var(--color-quaternary) !important;
}

.bg-grey {
    background-color: var(--color-grey) !important;
}

.bg-light-grey {
    background-color: #dddddd !important;
}

.bg-black {
    background-color: #edededd6;
}

.bg-white {
    background-color: #FFFFFF;

}

.bg-full {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* .contact-banner {
background-image: url('/assets-web/images/contact-us/Group 114.png');
} */

.car-banner {
    position: absolute;
    left: -9rem;
    max-width: 58rem;
    float: left;
}

.car-banner img {
    filter: drop-shadow(16px 16px 19px black);
}

.bg-left-center {

    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;

}

.faq-banner {
    position: relative;
    z-index: 3;
    min-height: 595px;
}

.img-faq {
    position: absolute;
    top: 10rem;
    left: -10rem;
    margin-left: -256px;
    z-index: 1;
    max-width: 960px;
    /* transform: translateY(-25%); */
    aspect-ratio: 1.5;
    object-fit: contain;
}

/* .faq-banner{
background-image: url('/assets-web/images/faq/banner.png');
} */
/*---------- End Background Color ----------*/

/*---------- Picture Ratio ----------*/
/*.picture-wrapper{
position: relative;
}
.picture-wrapper.padding-top-100{
padding-top: 100%;
}
.picture-wrapper img,
.picture-wrapper iframe{
position: absolute;
top: 0;
left: 0;
}*/

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

.aspect-ratio-15 {
    aspect-ratio: 1.5;
}

.aspect-ratio-12 {
    aspect-ratio: 1.2;
}

.aspect-ratio-13 {
    aspect-ratio: 1.3;
}

.aspect-ratio-6 {
    aspect-ratio: 0.6;
}

.aspect-ratio-24 {
    aspect-ratio: 2.4;
}

/*---------- End Picture Ratio ----------*/

/*---------- Images / Videos ----------*/
img.cover,
video.cover {
    -o-object-fit: cover;
    object-fit: cover;
}

img.contain,
img.contain-lg {
    -o-object-fit: contain;
    object-fit: contain;
}

img.greyscale {
    filter: grayscale(1);
}

/*---------- End Images / Videos ----------*/

/*---------- Background Image ----------*/
.background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.background-image.fixed {
    background-attachment: fixed;
}

/*---------- End Background Image ----------*/

/*---------- Overlay ----------*/
.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.overlay.top-left:before {
    background-image: linear-gradient(-45deg, transparent 55%, rgba(0, 0, 0, 0.85));
}

.overlay.full-gradient:before {
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
}

.overlay.full:before {
    background: rgba(0, 0, 0, 0.5);
}

/*---------- End Overlay ----------*/

/*---------- Submit Loader ----------*/
/*.submit-loading{
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.75);
z-index: 9999;
}
.submit-loading img{
position: absolute;
width: 25px;
height: 25px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: rotation 2s infinite;
-webkit-animation: rotation 2s infinite;
}*/
/*---------- End Submit Loader ----------*/

/*---------- Rich Text ----------*/
.rich-text {
    word-break: break-word;
}


.rich-text a {
    text-decoration: underline !important;
}

/*.rich-text ul{
padding-left: 20px;
}*/
/*.rich-text ul li{
margin-bottom: 20px;
}*/
.rich-text ul li:last-child {
    margin-bottom: 0;
}

/*---------- End Rich Text ----------*/

/*---------- Pagination ----------*/
.pagination {
    justify-content: center;
}

.pagination .page-link {
    color: var(--color-primary) !important;
    border: 0;
    background-color: unset !important;
    font-family: 'Avenir';
    font-size: 1.25rem !important;
    font-weight: 600;
}

.pagination .active .page-link {
    color: var(--color-secondary) !important;
}

.pagination .page-item.active .page-link {
    opacity: 1;
}


/*---------- End Pagination ----------*/

/*
|--------------------------------------------------------------------------
| End General Shortcuts
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Inputs & Buttons Styling
|--------------------------------------------------------------------------
|
*/

/*---------- Button Custom ----------*/
.icons-wrapper {
    padding: 0.25rem !important;
}

.btn-custom {
    /*height: 55px;*/
    color: #FFFFFF !important;
    background-color: var(--color-primary);
    border-radius: 12px;
    /*font-size: 22px;*/
    transition: all 0.3s;
}


.btn.bg-primary:hover,
.btn.bg-primary:hover {
    color: var(--color-primary) !important;
    background-color: var(--color-quaternary) !important;
    stroke: var(--color-primary) !important;
    fill: var(--color-primary) !important;
    font-weight: bold !important;
}

.btn {
    transition: all .5s !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-center .btn {
    margin: auto;
}

/*---------- End Button Custom ----------*/

/*---------- Input Custom ----------*/
.form-control:focus {
    box-shadow: none !important;
    border-color: inherit;
}

.form-group img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 17.5px;
    transform: translateY(-50%);
    z-index: 1;
}

.form-custom {
    height: 55px;
    padding-left: 26px;
    border-radius: 12px;
    border-color: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.form-custom.invalid-error {
    border-color: #dc3545 !important;
}

.select-custom {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: url(../images/icons/arrow-down.svg) no-repeat 94.5%;
}

/*---------- End Input Custom ----------*/
/* FORMS */

.custom-form .form-label {
    padding-top: 43px;

}

#pass_fields {
    display: none;
}

.partner-form {
    margin-bottom: 135px;
}

#partner_form .form-check {
    padding-left: 2rem;
}

.custom-form textarea {
    min-height: 230px;
}

.custom-form .form-control {
    padding: 0.75rem;
    background-color: #fafafa;
    border-color: rgba(112, 112, 112, 0.48);
    border-radius: 10px;
}

.partner-form .form-check-input {

    height: 1.5rem;
    width: 1.5rem;
    border: solid 1px #707070;

}

.form-check {
    margin-bottom: 1rem;
}

.custom-form .submit {
    padding: 0.5rem 114px !important;
}

/* END FORMS */

/*---------- HTML General Elements ----------*/
.btn-shop {
    transform: rotate(90deg);
    top: 40%;
    background-color: var(--color-primary) !important;
}

.btn-shop:hover {
    background-color: var(--color-quaternary) !important;
    color: var(--color-primary) !important;
}

.min-height-3 {
    min-height: 3.5rem;
}

.text-dark-grey::-ms-input-placeholder {
    color: var(--color-dark-grey) !important;
}

footer li {
    padding-bottom: 0.5rem !important;
}

footer li a:hover {
    color: var(--color-secondary) !important;
}

.text-dark-grey::-webkit-input-placeholder {
    color: var(--color-dark-grey) !important;
}

.text-black::-ms-input-placeholder {
    color: #000000 !important;
}

.text-black::-webkit-input-placeholder {
    color: #000000 !important;
}

.text-dark-grey::placeholder {
    color: var(--color-dark-grey) !important;
}

.text-black::placeholder {
    color: #000000 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* Chrome, Safari, Edge, Opera */
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    /* Firefox */
    -moz-appearance: textfield;
}

textarea {
    padding-top: 12px !important;
    height: auto !important;
    padding-top: 8px !important;
    /* resize: vertical; */
}

/*---------- End HTML General Elements ----------*/
.payment-img {
    max-width: 7rem;
    float: left;
    margin-left: 3rem;
}

/*---------- Checkbox Custom ----------*/
.check-custom {
    display: none;
}

.check-custom+label {
    position: relative;
    padding-right: 35px;
    cursor: pointer;
}

.check-custom+label:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.check-custom:checked+label:before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.check-custom:checked+label:after {
    content: url('../images/icons/tick.svg');
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    text-align: center;
}

/*---------- End Checkbox Custom ----------*/

/*---------- Radio Custom ----------*/
.radio-custom {
    display: none;
}

.radio-custom+label {
    position: relative;
    padding-right: 35px;
    cursor: pointer;
}

.radio-custom+label:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-radius: 100%;
}

.radio-custom:checked+label:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    border-radius: 100%;
}

/*---------- End Radio Custom ----------*/

/*
|--------------------------------------------------------------------------
| End Inputs & Buttons Styling
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Override Bootstrap
|--------------------------------------------------------------------------
|
*/
/*
.container {
max-width: 1400px;
} */

.badge {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-100%);
    border-radius: 100%;
}

.form-control:disabled,
.form-control[readonly] {
    border-color: #e9ecef !important;
    background-color: #e9ecef !important;
}


/*
|--------------------------------------------------------------------------
| Progress Bar
|--------------------------------------------------------------------------
*/

.progress {
    display: block;
    width: 100%;
    height: 0.8rem;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e8e9f6;
    background-image: linear-gradient(to right, var(--color-tertiary), var(--color-tertiary));
    background-repeat: no-repeat;
    background-size: 0 100%;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 25%);
    transition: background-size .4s ease-in-out;
}

.progres_bar_2 {
    background-color: #a41c4145 !important;
    box-shadow: 0 !important;
}

/*
|--------------------------------------------------------------------------
|   End Progress Bar
|--------------------------------------------------------------------------
*/



/*
|--------------------------------------------------------------------------
| End Override Bootstrap
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Override Slick
|--------------------------------------------------------------------------
|
*/

.slick-slider {
    margin-bottom: 0 !important;
}

/*---------- Dots Custom ----------*/
.slick-dots {
    font-size: 0;
    bottom: -15px;
}

.slick-dots li {
    margin: 0 2.5px;
}

.slick-dots li button {
    padding: 0;
    background-color: #FFFFFF;
    border-radius: 100%;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li,
.slick-dots li button {
    width: 5px;
    height: 5px;
}

.slick-dots li button:before {
    content: none;
}

.slick-dots li.slick-active button {
    opacity: 1;
    background-color: #FFFFFF;
}

/*---------- End Dots Custom ----------*/

/*---------- Vertical Dots Custom ----------*/
.vertical-dots .slick-dots {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -60px;
    width: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-dots .slick-dots li {
    display: block;
    margin: 0;
    margin-bottom: 10px;
}

/*---------- End Vertical Dots Custom ----------*/

/*---------- Arrow Custom ----------*/
.slick-prev,
.slick-next {
    top: 50%;
    width: 15px;
    height: 15px;
    z-index: 1;
}

.slick-prev {
    right: 0;
}

.slick-next {
    left: 0;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
}

.slick-prev:before {
    background-image: url(../images/icons/slick/arrow-right.svg);

}

.slick-next:before {
    background-image: url('../images/icons/slick/arrow-left.svg')
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.5 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*---------- End Arrow Custom ----------*/

/*
|--------------------------------------------------------------------------
| End Override Slick
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Newsletter form
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| Override Select2
|--------------------------------------------------------------------------
|
*/
.py-lg-5 {
    padding: 3rem;
}

.select2-container {
    font-size: 15px !important;
    width: 175px !important;
    border-radius: .25rem !important;
}

.select2-selection--single .select2-selection__rendered {
    color: #FFFFFF !important;
    padding: 0 28px !important;
    padding: 0 1.75rem !important;
    line-height: 40px !important;
    text-align: center;
}

.select2-selection--single .select2-selection__arrow {
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 100% !important;
}

.select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px !important;
    border-color: #FFFFFF transparent transparent transparent !important;
}

.select2-selection--single,
.select2-selection--multiple {
    border: none !important;
    min-height: 40px !important;
    border-radius: .25rem !important;
    background-color: var(--color-primary) !important;
}

.select2-dropdown {
    border-color: #eee;
}

.select2-results__option {
    text-align: center;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-primary) !important;
}

/*
|--------------------------------------------------------------------------
| End Override Select2
|--------------------------------------------------------------------------
*/
/* LOGO */
.logo {
    width: 14rem;
    height: auto;
    position: absolute;
    z-index: 2000;
    top: 2rem;
    right: 5rem;
}

/* END LOGO */
/*
|--------------------------------------------------------------------------
| Google Maps Components
|--------------------------------------------------------------------------
|
*/

/*---------- Map ----------*/
.map {
    width: 100%;
    height: 500px;
}

/*---------- End Map ----------*/

/*---------- InfoWindow ----------*/
.gm-style-iw.gm-style-iw-c {
    border-radius: 0 !important;
    padding: 0 !important;
}

.gm-style-iw.gm-style-iw-c button {
    top: 0 !important;
    left: 0 !important;
}

.gm-style-iw-c .gm-style-iw-d {
    padding: 0 !important;
    overflow: hidden !important;
}

.gm-style .gm-style-iw-t::after {
    background-color: var(--color-secondary) !important;
}

/*---------- End InfoWindow ----------*/

/*---------- START ROUNDED CUSTOM CLASS----------*/

.rounded-5 {
    border-radius: 0.5rem !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-end-4 {
    border-top-left-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important;
}

.rounded-start-4 {
    border-top-right-radius: 0.4rem !important;
    border-bottom-right-radius: 0.4rem !important;
}

/*---------- End ROUNDED CUSTOM CLASS ----------*/

/*---------- START BORDERS CUSTOM CLASS----------*/

.border-tertiary {
    border-color: var(--color-tertiary) !important;
}

.border-primary {
    border-color: var(--color-primary) !important;
}

.border-light-grey {
    border-color: rgba(112, 112, 112, 0.33) !important;
}

/*---------- End BORDERS CUSTOM CLASS ----------*/

/*---------- START BUTTONS ----------*/
.btn-style-1,
.btn-style-2,
.btn-style-3 {
    transition: background-color .5s, color .5s;
}

.btn-style-1:hover {
    color: var(--color-tertiary) !important;
    background-color: var(--color-quaternary) !important;
}

.btn-style-1:hover svg g path {
    stroke: var(--color-tertiary) !important;

}

.btn-style-2:hover {
    color: white !important;
    background-color: var(--color-tertiary) !important;
}

.btn-style-3:hover svg g path {
    stroke: var(--color-primary) !important;
}

.btn-style-3:hover {
    background-color: var(--color-quaternary) !important;
}

/*---------- End BUTTONS ----------*/

/* START POSITION ABSOLUTE/RELATIVE */
.position-absolute-center {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translateY(-50%);
}

.position-absolute-center-hor {
    position: absolute;
    top: 50%;
    left: 50%;
    /*didnt change left to right*/
    transform: translate(-50%, -50%);
}

/* END POSITION ABSOLUTE/RELATIVE */
/* START IMAGES STYLE */
.ratio-15 {
    aspect-ratio: 1.5;
}

.ratio-13 {
    aspect-ratio: 1.3;
}



/* END IMAGES STYLE */
.navigation .btn-style-1,
.navigation .btn-style-2 {
    width: 6.5rem;
}

.dropdown-menu {
    color: var(--color-primary) !important;
    text-align: right;
}

.dropdown-toggle::after {
    content: url('../images/header-arrow.svg') !important;
    width: 6px;
    height: 3px;
    border: 0 !important;
}

.dropdown-toggle:hover::after {
    content: url('../images/header-arrow-active.svg') !important;

}

.accordion-button span {
    padding-left: 0.5rem;
}

/*
|--------------------------------------------------------------------------
| End Google Maps Components
|--------------------------------------------------------------------------
*/
.submit {
    font-size: 1rem;
}

.max-width-5 {
    max-width: 5rem;
}

.hover-secondary,
.hover-secondary svg path,
.hover-secondary span,
.hover-secondary svg circle,
.hover-secondary svg {
    transition: all .5s;
}

.hover-secondary:hover svg path,
.hover-secondary:hover svg circle {
    stroke: var(--color-secondary) !important;
}

.hover-secondary:hover svg {
    transform: scale(1.1);

}

.hover-secondary:hover span {
    color: var(--color-secondary) !important;
}

.hover-icon img {
    transition: all .5s;
}

.hover-icon img:hover {
    margin-top: -0.5rem !important;
    box-shadow: 0 4px 20px 0 rgba(28, 53, 94, 0.06) !important;
}

.p-lg-5,
.pbanner-lg-5 {
    padding: 3rem !important;
}

.ms-lg-4 {
    margin-right: 1.5rem !important;

}

.font-family-avenir {
    font-family: 'Avenir' !important;
}

/*
|--------------------------------------------------------------------------
| Responsiveness Media Queries
|--------------------------------------------------------------------------
|
*/

@media all and (min-width: 992px) {
    .navigation .nav-item .dropdown-menu {
        display: none;
    }


    .navigation .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navigation .nav-item .dropdown-menu {
        margin-top: 0;
    }


}

@media (max-width: 4000px) {

    html,
    body {
        font-size: 13px;
    }

    .btn-shop {
        left: -6.5rem;
    }
}

@media (max-width: 1600px) {

    html,
    body {
        font-size: 13px;
    }

    .container.news-details {
        max-width: 1000px;
    }

    .btn-shop {
        left: -6.5rem;
    }
}


@media (min-width: 1200px) {
    .display-1 {
        font-size: 4rem;
    }

    .display-2 {
        font-size: 3.5rem;
    }

    .display-3 {
        font-size: 3rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .fs-1 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 1496px) {

    body,
    html {
        font-size: 13px;
    }

    .logo {
        /*   width: 6rem;
        position: relative; */
        right: 4rem;
    }

    /* .container {
    max-width: 1200px;
} */
    .max-width-client {
        max-width: calc(100% - 55rem);
    }

}

@media (max-width: 1360px) {

    body,
    html {
        font-size: 11px;
    }

    .slick-dots {
        bottom: 6rem !important;
    }
}

@media (max-width: 1025px) {

    body,
    html {
        font-size: 11px;
    }

    .logo {
        width: 6rem;
        position: relative;
        margin-right: -4rem;
    }
}

@media (max-width: 991px) {
    .sticky-nav {
        position: fixed !important;
        width: 100% !important;
        top: 0 !important;
        background-color: #ffffffad !important;
    }

    /* .sticky-nav .row.py-3{
        padding-top: 0 !important;
        padding-bottom: 0 !important;

    } */

    /* .sticky-nav .logo{
        width: 4rem !important;
    }
    */
    /* .sticky-nav .burger{
        top: 2.5rem !important;
    }  */
    html,
    body {
        font-size: 11px;
    }

    select {
        -webkit-appearance: none !important;
    }

    .container.news-details {
        max-width: 900px;
    }

    .text-over {
        top: 1rem !important;
        /* right: 33%; */
        -webkit-transform: translate(-50%);
        /* transform: translateX(-30%); */
    }

    .ms-lg-5 {
        margin-right: 0;
    }

    .pt-lg-5 {
        padding-top: 0;
    }

    .pbanner-lg-5 {
        padding: 0 1rem !important;
        padding-left: 2rem !important;
        padding-top: 1rem !important;
    }

    .ps-lg-5 {
        padding-right: 0;
    }

    .max-width-client {
        max-width: unset;
    }

    .dropdown-menu a {
        font-size: 1.25rem !important;
    }

    .max-width1-5 {
        max-width: 2.5rem;
    }

    img.contain-lg {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .h-sm-57 {
        height: 57vh;
    }

    #careersAccordion p,
    #careersAccordion ul li,
    .categories .fs-6 p,
    .client-section .fs-6 p span {
        font-size: 1.15rem !important;
    }

    .categories .section-center {
        top: 50% !important;
        left: unset !important;
        transform: translateY(-50%) !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    /*
|--------------------------------------------------------------------------
| Navigation
|--------------------------------------------------------------------------
|
*/

    /*---------- Burger ----------*/
    .burger span {
        display: block;
        width: 35px;
        height: 2px;
        background: var(--color-primary);
    }

    .burger {
        z-index: 10000;
        position: absolute;
        left: 1%;
        top: 2rem;
    }

    .burger span:nth-child(2) {
        margin: 7px 0;
    }

    .burger.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
        transition: all 0.3s;
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
        transition: all 0.3s;
    }

    .burger.white span {
        background: #FFFFFF;
    }

    /*---------- End Burger ----------*/

    /*---------- Menu ----------*/
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        background: var(--color-body);
        transition: all .5s;
        z-index: 999;
        font-family: 'Avenir' !important;
    }



    .menu ul li {
        font-family: 'Avenir' !important;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity, transform 0.3s;
        transition: opacity, transform 0.3s;
    }

    .menu ul li:nth-child(1) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .menu ul li:nth-child(2) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .menu ul li:nth-child(3) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .menu ul li:nth-child(4) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .menu ul li:nth-child(5) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .menu ul li:nth-child(6) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .menu ul li:nth-child(7) {
        position: absolute;
        bottom: 30px;
        width: 100%;
        right: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    /**********/
    .menu.active {
        opacity: 1;
        visibility: visible;
    }

    .menu.active ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .menu.active ul li:nth-child(1) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.4s;
    }

    .menu.active ul li:nth-child(2) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.5s;
    }

    .menu.active ul li:nth-child(3) {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.6s;
    }

    .menu.active ul li:nth-child(4) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.7s;
    }

    .menu.active ul li:nth-child(5) {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.8s;
    }

    .menu.active ul li:nth-child(6) {
        -webkit-transition-delay: 1s;
        transition-delay: 0.9s;
    }

    .menu.active ul li:nth-child(7) {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    /*---------- End Menu ----------*/

    .justify-content-center-mob {
        justify-content: center !important;
    }

    .text-center-mob {
        text-align: center !important;
    }

    .width-270 {
        width: 14rem;
    }

    /*
|--------------------------------------------------------------------------
| End Navigation
|--------------------------------------------------------------------------
*/

}

@media (max-width: 960px) {

    html,
    body {
        font-size: 11px;
    }

    .image-news {
        width: 100%;
        max-height: 100%;
    }

    .max-width-calc-title {
        max-width: 100%;
    }

    .slick-dots {
        bottom: 4rem !important;
    }

    .img-faq {
        position: relative;
        display: none;

    }

    .section-bottom {
        opacity: 1;
    }

    .faq-banner {
        min-height: unset !important;
    }

    .next img,
    .prev img {
        max-width: 1.5rem;
    }

    .width-par {
        max-width: 100% !important;
    }

    .h-75vh {
        height: 33vh !important;
    }

    .hover-img .section-center {
        top: 50%;
        /* left: 50%; */
        transform: translateY(-50%);
        /* -webkit-transform: translate(-27%, -50%); */
        text-align: center;
    }

    .clients-tabs li a {
        width: unset !important;
        padding: 0.5rem 2rem !important;
    }

    .position-rel-sm {
        position: relative !important;
    }


    .clients-tabs .prev {
        right: 2px;
    }

    .container-mobile {
        max-width: 97%;
        margin: auto;
    }

    .banner-h {
        height: 20vh;
    }

    .banner-factory {
        height: 16vh;
    }

    .slick-dots li {
        display: none;
    }

    .p-lg-5 {
        padding: 0 !important;
    }

    .ms-lg-4 {
        margin-right: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* Clients */

    .custom-description {
        width: 100% !important;
    }

    .custom-row {
        margin-top: 10px !important;
        margin-right: 0px !important;
    }

    .custom-section {
        text-align: center;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* Clients */

    .custom-description {
        width: 100% !important;
    }

    .custom-row {
        margin-top: 10px !important;
        margin-right: 0px !important;
    }

    .custom-section {
        text-align: center;
    }
}

@media (max-width: 820px) {

    html,
    body {
        font-size: 12px;
    }

    .play-icon {
        display: none;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    /* .img-faq{
    opacity: 0.5;
    top: 1rem;
    transform: none;
    margin-right: -100px;

} */
    .submit {
        width: 100%;
    }

    #NewsLetterForm .submit {
        width: auto;
    }

    .footer h4 {
        padding-top: 1rem !important;
    }



    .hover-img .section-center {
        top: 50%;
        /* left: 50%; */
        transform: translateY(-50%);
        text-align: center;
    }

    .popup {
        margin-top: 10rem;
    }

    /* .locations-tabs li {
    margin-right: 1rem;
} */

    .locations-tabs .nav {
        padding: 1rem 0 !important;
    }

}

@media (max-width: 768px) {

    html,
    body {
        font-size: 11px;
    }

    .text-over {
        top: -1rem !important;
    }

    .max-width-calc-2,
    .max-width-65,
    .max-width-calc-title {
        max-width: 100%;
    }

    .h-85vh {
        height: auto;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .position-absolute-center-hor {
        top: 50%;
        left: unset;
        transform: translateY(-50%);
    }

    .dropdown-menu.show {
        text-align: center !important;
        border: none !important;
        position: unset !important;
        inset: unset !important;
        transform: unset !important;
        color: var(--color-primary);
    }

    .text-over {
        top: unset;
        left: unset;
        transform: unset;
        -webkit-transform: unset;
    }
}

@media (max-width: 575px) {

    html,
    body {
        font-size: 11px;
    }

    /*---------- Logo ----------*/
    .logo {
        width: 5rem;
        position: relative;
    }

    /*---------- End Logo ----------*/
    .custom-description {
        width: 100% !important;
    }

    .custom-row {
        margin-top: 10px !important;
        margin-right: 0px !important;
    }

    .custom-section {
        text-align: center;
    }

    .modal-dialog {
        max-width: 600px;
    }

    .banner-factory {
        height: 20vh;
    }
}

@media (max-width: 455px) {

    html,
    body {
        font-size: 11px;
    }

    .btn-shop {
        width: 150px !important;
        right: 79%;
        left: unset;
    }

    .burger {
        top: 3rem;
    }

}

/*
@media (max-width: 425px) {

    html,
    body {
        font-size: 10px;
    }

} */
@media (max-width: 376px) {

    html,
    body {
        font-size: 10px;
    }

    .btn-shop {
        width: 150px !important;
        right: 76%;
        left: unset;
    }

    .clients-tabs li a {
        padding: 0.5rem 1rem !important;
    }
}


/*
|--------------------------------------------------------------------------
| End Responsiveness Media Queries
|--------------------------------------------------------------------------
*/


/*
|--------------------------------------------------------------------------
| End Responsiveness Media Queries
|--------------------------------------------------------------------------
*/