/* FONT START */
/* OpenSansCondensed Start */
@font-face {
    font-family: OpenSansCondensed-Thin;
    font-display: swap;
    src: url(fonts/OpenSansCondensed/OpenSansCondensed-Thin.ttf) format('truetype');
}

@font-face {
    font-family: OpenSansCondensed-Light;
    font-display: swap;
    src: url(fonts/OpenSansCondensed/OpenSansCondensed-Light.ttf) format('truetype');
}

@font-face {
    font-family: OpenSansCondensed-Regular;
    font-display: swap;
    src: url(fonts/OpenSansCondensed/OpenSansCondensed-Regular.ttf) format('truetype');
}

@font-face {
    font-family: OpenSansCondensed-Medium;
    font-display: swap;
    src: url(fonts/OpenSansCondensed/OpenSansCondensed-Medium.ttf) format('truetype');
}

@font-face {
    font-family: OpenSansCondensed-SemiBold;
    font-display: swap;
    src: url(fonts/OpenSansCondensed/OpenSansCondensed-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: OpenSansCondensed-Bold;
    font-display: swap;
    src: url(fonts/OpenSansCondensed/OpenSansCondensed-Bold.ttf) format('truetype');
}

/* OpenSansCondensed End */

/* FONT END */


/* Variables Start */
:root {

    /* Color Start */
    --primary: #8fa426;
    --primary-darker: #475213;
    --primary-light: ;
    --primary-lighter: ;

    --secondary: #c23b22;
    --secondary-light: ;
    --secondary-lighter: ;

    --tertiary-lighter: ;
    --white: #fff;
    --black: #000;
    --light-gray: #f4f4f4;
    --gray: #cbcbcb;
    --dark-gray: #a3a3a3;
    --red: #cc0000;
    --gold: #d6ad5b;

    --text-primary: #000;
    --text-secondary: ;

    --border-gray: #F1F0F2;
    /* Color End */

    /* Font Start */
    --primary-font-size: 16px;
    /* Font End */

    /* Transition Start */
    --primary-transition: all .3s ease-in-out;
    /* Transition End */

    /* Background Start */
    /* Background End */

    /* Background Start */
    --primary-box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
    /* Background End */

}

/* Variables End */


/* Default Start */
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: var(--primary-font-size);
    line-height: 30px;
}

body {
    box-sizing: border-box;
    color: var(--white);
    font-family: OpenSansCondensed-Light, sans-serif;
    background-color: var(--black);
    padding-right: 0 !important;
    overflow: auto !important;
}

ul {
    list-style: none !important;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    user-select: none;
}

h1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Default End */

@media (min-width:992px) {
    /* ScrollBar Start */
    * {
        scrollbar-width: thin;
        scrollbar-color: var(--white);
    }

    *::-webkit-scrollbar {
        width: 13px;
    }

    *::-webkit-scrollbar-track {
        background: var(--white);
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--primary);
        border-radius: 20px;
        border: 3px solid var(--white);
    }

    /* ScrollBar End */
}


/* Font Size Start */
.fs-xxxl {
    font-size: 250px;
    line-height: 210px;
}

.fs-xxl {
    font-size: 62px;
    line-height: 90px;
}

.fs-xll {
    font-size: 48px;
    line-height: 72px;
}

.fs-xl {
    font-size: 27px;
    line-height: 44px;
}

.fs-lg {
    font-size: 24px;
    line-height: 36px;
}

.fs-md {
    font-size: 19px;
    line-height: 24px;
}

.fs-sm {
    font-size: 16px;
    line-height: 24px;
}

.fs-xsm {
    font-size: 14px;
    line-height: 21px;
}

.fs-xxsm {
    font-size: 12px;
    line-height: 18px;
}

/* Font Size End */
@media (max-width:768px) {
    .ps-mobile-0 {
        padding-left: 0 !important;
    }

    .pe-mobile-0 {
        padding-right: 0 !important;
    }

    .px-mobile-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fs-mobile-xxsm {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .fs-mobile-xsm {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .fs-mobile-sm {
        font-size: 17px !important;
        line-height: 24px !important;
    }

    .fs-mobile-md {
        font-size: 20px !important;
        line-height: 27px !important;
    }

    .fs-mobile-lg {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .fs-mobile-xl {
        font-size: 27px !important;
        line-height: 51px !important;
    }
}

/* Font Family Start */
.ff-primary-light {
    font-family: OpenSansCondensed-Light, sans-serif;
}

.ff-primary-regular {
    font-family: OpenSansCondensed-Regular, sans-serif;
}

.ff-primary-medium {
    font-family: OpenSansCondensed-Medium, sans-serif;
}

.ff-primary-semi {
    font-family: OpenSansCondensed-SemiBold, sans-serif;
}

.ff-primary-bold {
    font-family: OpenSansCondensed-Bold, sans-serif;
}

.ff-primary-extra {
    font-family: OpenSansCondensed-ExtraBold, sans-serif;
}

.ff-secondary-light {
    font-family: OpenSansCondensed-Light, sans-serif;
}

.ff-secondary-regular {
    font-family: OpenSansCondensed-Regular, sans-serif;
}

.ff-secondary-medium {
    font-family: OpenSansCondensed-Medium, sans-serif;
}

.ff-secondary-semi {
    font-family: OpenSansCondensed-SemiBold, sans-serif;
}

.ff-secondary-bold {
    font-family: OpenSansCondensed-Bold, sans-serif;
}

/* Font Family End */


/* Text Color Start */
.text-primary {
    color: var(--text-primary) !important;
}

.text-secondary {
    color: var(--primary) !important;
}

.text-tertiary {
    color: var(--text-secondary) !important;
}

.text-red {
    color: var(--text-red) !important;
}

.text-gold {
    color: var(--gold) !important;
}

/* Text Color End */


/* Border Start */
.border-gray {
    border: 1px solid var(--gray);
}

.border-top-gray {
    border-top: 1px solid var(--gray);
}

.border-right-gray {
    border-right: 1px solid var(--gray);
}

.border-bottom-gray {
    border-bottom: 1px solid var(--gray) !important;
}

.border-left-gray {
    border-left: 1px solid var(--gray);
}

.border-top-white {
    border-top: 1px solid var(--white);
}

.border-bottom-white {
    border-bottom: 1px solid var(--white);
}

.border-dark-gray {
    border: 1px solid var(--dark-gray);
}

.border-top-dark-gray {
    border-top: 1px solid var(--dark-gray);
}

.border-right-dark-gray {
    border-right: 1px solid var(--dark-gray);
}

.border-bottom-dark-gray {
    border-bottom: 1px solid var(--dark-gray);
}

.border-left-dark-gray {
    border-left: 1px solid var(--dark-gray);
}

.border-right-black {
    border-right: 1px solid var(--black);
}

.border-bottom-black {
    border-bottom: 1px solid var(--black);
}

/* Border End */


/* Background Start */
.bg-primary {
    background-color: var(--primary) !important;
}

.bg-primary-lighter {
    background-color: var(--primary-lighter) !important;
}

.bg-primary-darker {
    background-color: var(--primary-darker) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-secondary-lighter {
    background-color: var(--secondary-lighter) !important;
}

.bg-secondary-lighter {
    background-color: var(--secondary-lighter) !important;
}

.bg-tertiary-lighter {
    background-color: var(--tertiary-lighter) !important;
}

.bg-light-gray {
    background-color: var(--light-gray) !important;
}

.bg-gray {
    background-color: var(--gray) !important;
}

.bg-black {
    background-color: var(--black) !important;
}

.bg-white {
    background-color: var(--white) !important;
}

.bg-none {
    background-color: unset !important;
}

.bg-cover {
    background-size: cover;
}

/* Background End */


/* Title Start */
.title-primary {
    color: var(--white);
    transition: var(--primary-transition);
}

.title-primary:hover {
    color: var(--primary-darker);
}

.title-secondary {
    color: var(--primary);
    transition: var(--primary-transition);
}

.title-secondary:hover {
    color: var(--white);
}

.title-blog {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

/* Title Start */


/* Buttons Start */
.button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-primary {
    width: 140px;
    background-color: var(--primary) !important;
    transition: var(--primary-transition);
    padding: 0.5rem;
    border: none;
    color: var(--white) !important;
    text-transform: uppercase;
}

.button-primary:hover {
    background-color: var(--primary-darker) !important;
}

.button-language {
    padding: 0.25rem;
    line-height: 1;
    color: var(--white) !important;
    font-size: 14px;
    text-transform: uppercase;
}

.button-language.active {
    border: 1px solid var(--white);
}

.button-icon-text {
    display: flex;
    justify-content: start;
    align-items: center;
}

.button-icon-text span {
    color: var(--white);
    transition: var(--primary-transition);
}

.button-icon-text span:hover {
    color: var(--primary-darker);
}

.button-back {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    cursor: pointer;
    opacity: 1;
    transition: var(--primary-transition);
    position: absolute;
    left: 40px;
    top: 40px;
}

.button-back:hover {
    opacity: .7;
}

.button-back img {
    height: 22px;
}

/* Buttons End */


/* Max Width Start */
.max-w-unset {
    max-width: unset !important;
}

.max-w-150 {
    max-width: 150px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-300 {
    max-width: 300px;
}

.max-w-350 {
    max-width: 350px;
}

.max-w-400 {
    max-width: 400px;
}

.max-w-500 {
    max-width: 500px;
}

.max-w-600 {
    max-width: 600px;
}

.max-w-700 {
    max-width: 700px;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-900 {
    max-width: 900px;
}

.max-w-1000 {
    max-width: 1000px;
}

.max-w-1100 {
    max-width: 1100px;
}

.max-w-1200 {
    max-width: 1200px;
}

@media (min-width: 768px) {
    .max-w-md-500 {
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .obs.desktop-none {
        opacity: 1 !important;
    }

    .max-w-lg-300 {
        max-width: 300px;
    }

    .max-w-lg-400 {
        max-width: 400px;
    }

    .max-w-lg-500 {
        max-width: 500px;
    }

    .max-w-lg-600 {
        max-width: 600px;
    }

    .max-w-lg-700 {
        max-width: 700px;
    }

    .max-w-lg-800 {
        max-width: 800px;
    }

    .max-w-lg-900 {
        max-width: 900px;
    }

    .max-w-lg-1000 {
        max-width: 1000px;
    }

    .max-w-lg-1100 {
        max-width: 1100px;
    }
}

/* Max Width End */


/* Max Height Start */
.max-h-300 {
    max-height: 300px;
}

.max-h-400 {
    max-height: 400px;
}

.max-h-500 {
    max-height: 500px;
}

.max-h-600 {
    max-height: 600px;
}

.max-h-700 {
    max-height: 700px;
}

.max-h-100-vh {
    max-height: 100vh;
}

/* Max Height End */


/* Flex Classes Start */
.flex-row-start {
    display: flex;
    justify-content: start;
    align-items: center;
}

.flex-row-end {
    display: flex;
    justify-content: end;
    align-items: center;
}

.flex-row-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.flex-row-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-column-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
}

.flex-column-end {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    height: 100%;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


/* Flex Classes End */


/* Icon Start */
.icon {
    width: 40px;
}

.icon-logo {
    height: 70px;
    width: fit-content;
}

.icon-white {
    filter: brightness(0) invert(1);
}

.icon-xsm {
    width: 14px;
}

.icon-sm {
    width: 16px;
}

.icon-md {
    width: 20px;
}

.icon-lg {
    width: 24px;
}

.icon-xl {
    width: 34px;
}

.icon-xxl {
    width: 48px;
}

.icon-holder {
    width: 200px;
    height: 140px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.icon-holder img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* Icon End */


/* Radius Start */
.rounded {
    border-radius: 15px !important;
}

.rounded-small {
    border-radius: 8px !important;
}

/* Radius End */


/* Custom Classes Start */
.mt-40 {
    margin-top: 40px !important;
}

.main-homepage {
    min-height: calc(100vh - 130px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero {
    min-height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero article {
    z-index: 100;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.translate-t:hover {
    transform: translateY(-3px);
}

.primary-transition {
    transition: var(--primary-transition);
}

.user-select-none {
    user-select: none !important;
}

.content ul li {
    margin-bottom: .5rem !important;
}

.content p:last-child,
.accordion-body p:last-child {
    margin-bottom: 0 !important;
}

.content a {
    color: var(--primary) !important;
    transition: var(--primary-transition);
}

.content a:hover {
    color: var(--white) !important;
}

.content-short {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-size: 14px !important;
}

.content-short.short-2 {
    -webkit-line-clamp: 2;
    font-size: 16px !important;
}

.content-short a {
    border: none !important;
    transition: var(--primary-transition);
}

.content-short a strong {
    color: var(--secondary);
    transition: var(--primary-transition);
    font-weight: 300 !important;
}

.content-short a:hover strong {
    color: var(--black);
    transition: var(--primary-transition);
}

.content-short p:last-of-type {
    margin-bottom: 0 !important;
}

.w-unset {
    width: unset;
}

.w-fit {
    width: fit-content;
}

.box-shadow {
    box-shadow: var(--primary-box-shadow) !important;
}

.text-justify {
    text-align: justify;
}

.sticky-top {
    position: sticky;
    top: 92.69px;
}

.sticky-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    color: var(--text-primary) !important;
}

.sticky-box.active {
    background-color: var(--primary-darker);
    color: var(--white) !important;
    border-color: var(--primary-darker);
}

.sticky-box.active p {
    border: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.margin-top {
    margin-top: 130px;
}

.section-inner {
    background-color: rgba(255, 255, 255, .87);
    margin-top: -303px;
}

.list-style-disc,
.list-style-disc ul {
    list-style: disc !important;
}

.map-stats {
    position: absolute;
    right: 0;
    top: 0;
}

/* Custom Classes End */


/* Header Start */
.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: var(--black);
    transition: var(--primary-transition);
}

.header-top {
    transition: var(--primary-transition);
    height: 60px;
    overflow: hidden;
}

.header.fixed .header-top {
    height: 0;
}

.dropdown-language {
    position: fixed;
    right: 75px;
}

.dropdown-language .dropdown-toggle {
    cursor: pointer;
    width: 20px;
}

.dropdown-language .dropdown-toggle:after {
    display: none;
}

.dropdown-language .dropdown-menu {
    min-width: unset;
    border-radius: 0;
}

.dropdown-language .dropdown-item.active,
.dropdown-language .dropdown-item:active,
.dropdown-language .dropdown-item:focus,
.dropdown-language .dropdown-item:hover {
    color: var(--white);
    background-color: var(--primary);
    border-radius: 0 !important;
}

.navbar-toggler {
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    transition: var(--primary-transition);
    position: fixed;
    z-index: 9999;
    width: 60px;
    right: 15px;
    top: 55px;
    transition: var(--primary-transition);
}

.navbar-toggler.fixed {
    top: -6px;
}

.navbar-toggler.collapsed {
    transition: var(--primary-transition);
}

.navbar-toggler-icon {
    width: 25px;
    height: 2px;
    background: var(--white);
    position: relative;
    transition: var(--primary-transition);
}

.navbar-toggler .navbar-toggler-icon::before {
    content: "";
    width: 25px;
    height: 2px;
    background: var(--white);
    position: absolute;
    top: -8px;
    left: 0;
    transition: var(--primary-transition);
    transform: unset;
}

.navbar-toggler .navbar-toggler-icon::after {
    content: "";
    width: 25px;
    height: 2px;
    background: var(--white);
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: var(--primary-transition);
    transform: unset;
}

.navbar-toggler.collapsed .navbar-toggler-icon::before {
    transform: rotate(0deg);
    top: -8px;
    transition: var(--primary-transition);
}

.navbar-toggler.collapsed .navbar-toggler-icon::after {
    transform: rotate(0deg);
    bottom: -8px;
    transition: var(--primary-transition);
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background-color: var(--white);
}

.navbar-toggler .navbar-toggler-icon {
    background-color: var(--white)
}

.navbar-toggler .navbar-toggler-icon::before {
    /* transform: rotate(-45deg); */
    top: -8px;
    transition: var(--primary-transition);
}

.navbar-toggler .navbar-toggler-icon::after {
    /* transform: rotate(45deg); */
    bottom: -8px;
    transition: var(--primary-transition);
}

/* Header End */


/* Footer End */
.footer-link {
    display: flex;
    justify-content: start;
    align-items: start;
    width: fit-content;
}

.footer-link,
.footer-link h5 {
    transition: var(--primary-transition);
    color: white;
}

.footer-link:hover,
.footer-link:hover h5 {
    transition: var(--primary-transition);
    color: var(--gold);
}

.footer-logo {
    width: 180px;
}

.footer-social {
    display: flex;
    justify-content: start;
    align-items: center;
}

.social:not(:last-child) {
    margin-right: 2.5rem !important;
}

.social img {
    width: 19px;
    height: 19px;
}

.icon-shown {
    display: flex;
}

.icon-hidden {
    display: none;
}

.social:hover .icon-shown {
    display: none;
}

.social:hover .icon-hidden {
    display: flex;
}

.footer-bottom {
    font-size: 16px;
    padding: 25px 0;
}

.footer-top h5 {
    font-size: 14px !important;
}

.footer-bottom * {
    font-size: 15px !important;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-inner {
    display: flex;
    align-items: center;
}

.footer-inner-left {
    justify-content: flex-start;
}

.footer-inner-right {
    justify-content: flex-end;
}


.footer-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom * {
    color: var(--white);
}

.footer-bottom p {
    margin-bottom: 0 !important;
}

.footer-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    margin-right: 10px;
}

.footer-image a img {
    width: 40px;
}

.footer-heading {
    margin-bottom: 0 !important;
    font-size: 16px;
}

/* Footer End */


/* Hero Start */
.hero {
    position: relative;
}

/* .hero img {
    max-height: 100vh;
} */

.hero-box {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

/* .hero-2 {
    height: calc(100vh - 92.69px);
}

.hero-2 img {
    max-height: calc(100vh - 92.69px);
} */

/* Hero End */

/* Carousel Start */
.carousel-inner {
    align-items: center !important;
}

.carousel-indicators {
    justify-content: space-between;
    position: relative;
}

.carousel-indicators [data-mdb-target] {
    text-indent: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 1;
    z-index: 100;
    margin: 0;
}

.carousel-indicators .active {
    background-color: var(--secondary);
}

.carousel-abs-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: .5px;
    background-color: var(--dark-gray);
}

.carousel-item {
    display: flex;
}

.carousel-caption {
    position: relative;
}

/* Carousel End */

/* Form Start */
.invalid-feedback {
    color: var(--red);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    color: var(--red);
}

.form-notch-leading,
.form-notch-middle,
.form-notch-trailing {
    border-radius: 0 !important;
    transition: var(--primary-transition);
}

.form-outline .form-control {
    color: var(--black);
}


.select-input.focused~.form-notch .form-notch-leading,
.select-input.focused~.form-notch .form-notch-middle,
.select-input.focused~.form-notch .form-notch-trailing {
    border-width: 1px;
    border-color: var(--white);
}

.form-outline .form-control:focus~.form-notch .form-notch-leading,
.form-outline .form-control:focus~.form-notch .form-notch-middle,
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
    border-color: var(--primary) !important;
    border-width: 1px;
}

.form-control {
    background: var(--white) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: var(--primary-transition);
    border-width: 1px;
    color: var(--black) !important;
    border-color: transparent;
}

.form-control.select-input {
    color: var(--dark-gray) !important;
    padding: .5rem !important;
}

.form-control:focus {
    border-color: var(--primary) !important;
    border-width: 1px;
}

.form-control::placeholder {
    color: var(--dark-gray) !important;
}

.select-arrow:before {
    display: none;
}

.select-arrow {
    width: 14px;
    background: url("/images/icons/yepp-logistics-srbija-strelica-dole.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
    top: 0;
    transition: var(--primary-transition);
    pointer-events: none;
}

.select-input.focused~.select-arrow {
    transform: rotate(-180deg);
}

.select-arrow:before {
    display: none;
}


.select-arrow,
.select-input.focused~.select-arrow {
    color: var(--black);
}

.form-icon {
    width: 50px;
}

.file-upload {
    height: 80px;
    transition: var(--primary-transition);
}


.file-upload-default-message {
    font-family: OpenSansCondensed-Light, sans-serif;
    color: var(--white);
    font-size: 16px !important;
    transition: var(--primary-transition);
    width: 200px;
    height: 40px;
    display: flex;
    margin-bottom: 0 !important;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
}

.file-uplod-preview-details-inner {
    display: flex !important;
    flex-direction: row-reverse !important;
}

.file-uplod-preview-details-inner p {
    margin-bottom: 0 !important;
    margin-right: 5px !important;
}

.file-upload:hover .file-upload-default-message {
    background-color: var(--primary-darker);
}

.file-upload-file-name {
    font-family: 'OpenSansCondensed-SemiBold', sans-serif;
    font-style: italic !important;
}

.file-upload .btn-danger {
    border-radius: 0 !important;
    color: var(--white) !important;
    background-color: var(--red) !important;
    transition: var(--primary-transition);
    border: 1px solid var(--red);
    width: 140px !important;
    position: absolute !important;

}

.file-upload .btn-danger:hover {
    color: var(--red) !important;
    background-color: var(--white) !important;
    font-family: OpenSansCondensed-Medium, sans-serif;
}

.file-upload-preview-details {
    background-color: var(--black) !important;
    opacity: 1;
}

.file-upload-errors {}

.file-upload-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px dotted var(--white);
}

/* Form End */



/* Card Start */
.card-image {
    position: relative;
    overflow: hidden;
    transition: var(--primary-transition);
}

.card-image.hover img {
    transition: var(--primary-transition);
}

.card-image.hover img:hover {
    transform: scale(1.03);
}

.card-image span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-family: OpenSansCondensed-Bold, sans-serif;
    z-index: 10;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    user-select: none;
    transition: var(--primary-transition);
}

.card-image:hover span {
    color: var(--primary);
    top: 45%;
}

.card-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 1) 100%);
    user-select: none;
    z-index: 9;
}

/* Card End */

@media (min-width:992px) {
    .modal {
        overflow-y: hidden !important;
    }
}

/* Modal Start */
.modal-backdrop.show {
    z-index: 1050 !important;
}

.modal-fullscreen .modal-content {
    background-color: rgba(0, 0, 0, 0.84);
}

.modal-ftr .modal-header {
    background: var(--primary);
    border-radius: 0 !important;
    border: 0 !important;
}

.modal-ftr .modal-footer {
    background: var(--black);
    border-radius: 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--primary) !important;
}

.modal-ftr .modal-content {
    border-radius: 0 !important;
}

.modal-ftr .btn-close {
    background: transparent url("/images/icons/yepp-logistics-srbija-zatvori.svg") 50%/1em auto no-repeat;
}

.modal-ftr .modal-body a {
    color: var(--primary) !important;
    transition: var(--primary-transition);
}

.modal-ftr .modal-body a:hover {
    color: var(--white) !important;
}

.modal-ftr ul {
    list-style: initial !important;
}

/* Modal End */



/* Observation Animation Start */
.obs {
    transition: all 1s ease-in-out;
    opacity: 0;
    /* transform: translateY(50px); */
}

.obs.animated {
    opacity: 1;
    transition: all 1s ease-in-out;
    /* transform: translateY(0); */
}

.obs-s {
    transition: all 1s ease-in-out;
    opacity: 0;
    transform: translateX(-100%);
}

.obs-s.animated {
    opacity: 1;
    transition: all 1s ease-in-out;
    transform: translateX(0%);
}

.obs-e {
    transition: all 1s ease-in-out;
    opacity: 0;
    transform: translateX(100%);
}

.obs-e.animated {
    opacity: 1;
    transition: all 1s ease-in-out;
    transform: translateX(0%);
}

/* Observation Animation End */
/* Menu start */
@media (min-width: 992px) {
    #menu-box .menu-inner {
        font-weight: bold;
        max-width: 950px;
        width: 100%;
        height: 100vh;
        padding: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden !important;
    }

    .menu-inner.mobile,
    .jobs-container.mobile {
        display: none !important;
    }

    #menu-box .menu-inner {
        position: relative;
        padding: 30px;
    }
}

#menu-box .menu-inner li a {
    font-size: 23px;
    display: block;
    padding: 10px;
    text-transform: uppercase !important;
    font-family: OpenSansCondensed-Bold, sans-serif;
}

#menu-box .menu-inner li {
    width: 100%;
}

#menu-box .menu-inner li ul a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
}

#menu-box .menu-inner ul li {
    width: 100%;
    list-style: circle;
}

.modal-backdrop {
    opacity: 0.88 !important;
}

.modal-dialog.search {

    max-width: 750px;
    margin-top: 0 !important;
}

.modal-dialog {
    pointer-events: auto !important;
}

/* Menu end */

/* MAX-WIDTH Start */
@media (max-width: 1600px) {
    .fs-xxxl {
        font-size: 120px;
        line-height: 1;
    }
}

@media (max-width: 1416px) {
    .footer-inner-right {
        flex-direction: column;
    }

    .footer-inner-right .footer-line {
        display: none;
    }

    .footer-bottom .footer-inner-right>* {
        margin-bottom: 10px !important;
    }

    .footer-bottom .footer-inner-right .footer-heading {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1150px) {
    .footer-inner-left {
        flex-direction: column;
    }

    .footer-image {
        margin-bottom: 10px;
    }

    .footer-top-column:not(:last-of-type) {
        margin-bottom: 3rem;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
    .icon-carousel {
        width: 20px;
    }

    .obs.mobile-none {
        opacity: 1 !important;
    }

    .footer-inner-left {
        margin-bottom: 10px;
    }


    .section-inner {
        margin-top: initial;
    }

    .map-stats {
        position: static;
    }

    #menu-box .menu-inner li a {
        font-size: 20px !important;
    }

    #menu-box .menu-inner li ul a {
        font-size: 16px !important;
    }

    #menu-box.active {
        overflow-y: scroll !important;
        align-content: flex-start !important;
    }

    #menu-box.active {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

}

@media (max-width: 768px) {
    .header-top {
        height: 26px;
    }

    .icon-logo {
        height: unset;
        width: 150px;
    }

    .margin-top {
        margin-top: 77.17px;
    }


}

@media (max-width: 575px) {
    .fs-xxxl {
        font-size: 60px;
        line-height: 1;
    }

    .contact-card-inner {
        max-width: 250px;
        margin: 0 auto;
    }

    .button-back {
        left: 15px;
        top: 15px;
        width: fit-content !important;
    }

    .button-back img {
        height: 14px;
    }

    .button-back span {
        font-size: 12px !important;
    }
}

@media (max-width: 500px) {}

@media (max-width: 450px) {
    .footer-details {
        flex-direction: column;
    }

    .footer-inner-left .footer-line {
        display: none;
    }

    .footer-details :not(:last-child) {
        margin-bottom: 10px !important;
    }
}

/* MAX-WIDTH End */
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5px;
    stroke-linecap: round;
}

.ham8 .top {
    stroke-dasharray: 40 160;
}

.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}

.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
    stroke-dashoffset: -64px;
}

.ham8.active .middle {
    transform: rotate(90deg);
}

.ham8.active .bottom {
    stroke-dashoffset: -64px;
}

.ham8.active .line,
.ham8:hover .top,
.ham8:hover .bottom {
    stroke: #8fa426 !important;
}

/* Accordion Start */
.accordion-button {
    color: var(--white) !important;
    background-color: transparent;
}

.accordion-button::after {
    display: none !important;
}

.accordion-button::before {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    content: "";
    background-image: url('/images/icons/yepp-logistics-srbija-arrow-right-faq.svg');
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out;
}

.accordion-item:last-of-type .accordion-collapse {
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed):before {
    transform: rotate(90deg);
}

.accordion-body {
    border-top: 1px solid var(--white);
}

.accordion-item {
    background-color: transparent;
    border: 1px solid var(--white);
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

/* Accordion End */



/* MIN WIDTH Start */
@media (min-width: 576px) {}


@media (min-width: 991px) {}


@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    .container {
        max-width: 1300px;
    }

    .container.narrow {
        max-width: 1100px;
    }
    .container.narrow.extra {
        max-width: 800px;
    }
}


@media (min-width: 1600px) {
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .container {
        max-width: 1300px;
    }

    .container.narrow {
        max-width: 1100px;
    }
    .container.narrow.extra {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        right: 0px;
        top: 18px;
        width: 50px !important;
    }

    .dropdown-language {
        position: fixed;
        right: 50px;
        margin: 0 !important;
        padding: 0.8rem !important;
    }

    .navbar-toggler.fixed {
        top: -9px;
    }
    #menu-box .desktop {
        display: none !important;
    }
    #menu-box.active {
        opacity: 1;
        visibility: visible;
        height: 100%;
        padding-top: 50px;
        padding-left: 0 !important;
    }
    #menu-box.active .menu-inner {
        padding: 0 1rem !important;
    }
}

/* MIN WIDTH End */