/********** Template CSS **********/
:root {
    --primary: #086b01;
    --secondary: #87da89;
    --light: #F8F2F0;
    --dark: #060315;
}
@font-face {
    font-family: 'Eurostile';
    font-style: normal;
    font-weight: normal;
    src: local('Eurostile'), url('../fonts/eurostile.woff') format('woff');
}
    

@font-face {
    font-family: 'EuroStyle Normal';
    font-style: normal;
    font-weight: normal;
    src: local('EuroStyle Normal'), url('../fonts/EuroStyle Normal.woff') format('woff');
}

@font-face {
    font-family: 'EuroStyleBold';
    font-style: normal;
    font-weight: 1000;
    src: local('EuroStyle Normal'), url('../fonts/eurostile.woff') format('woff');
}
@font-face {
    font-family: 'EuroStyleBld';
    font-style: normal;
    font-weight: bold;
    src: local('EuroStyle Normal'), url('../fonts/EUROSTIB.ttf') format('woff');
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#voyager-loader {
    background: #f9f9f9;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

#voyager-loader img {
    animation: spin 1s linear infinite;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-right: -50px;
    position: absolute;
    top: 50%;
    width: 100px
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.logo {
    filter: drop-shadow(1px 1px 1px white);
    height: 325px;
    position: fixed;
    font-family: 'EuroStyleBld' !important;
    font-weight: 1000;
    /* float: left !important; */
    left: 28vw;
}



.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    /* margin-left: 8px; */
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;

}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
    /* margin-top:5px; */
    transform: scale(1.3);
    /* font-size: 18px; */
    /* border-bottom:3px solid #fff127; */

    transition-timing-function: ease-in-out;
    
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .logo-nav {
        filter: drop-shadow(0.5px 0.5px 0.5px white);
        height: 75px;
        width: auto;
        right : 5px;
        top : 2.5px;
        font-family: 'EuroStyleBld' !important;
        font-weight: 1000;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: var(--light);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        /* display: block; */
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        background: var(--primary);
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 1s;
        opacity: 1;
        color: var(--primary);
        
        z-index:1200;
        /* margin-top: 1rem; */
    }

    .logo-nav {
        filter: drop-shadow(0.5px 0.5px 0.5px white);
        height: 75px;
        width: auto;
        left : 5px;
        top : 2.5px;
        font-family: 'EuroStyleBld' !important;
        font-weight: 1000;
    }


    .page-header {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), no-repeat url(../img/bg-header.png) ;
        background-size: cover;
        background-position-y: -5vw;
    }
    .page-header-container {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)),  no-repeat url(../img/bg-header-container.jpg);
        background-size: cover;
        background-position-y: -15rem;
    }
    .page-header-road {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/truck-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-office {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/office-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-warehouse {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/warehouse-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
}



/*** Header ***/
@media (max-width: 800px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item .img {
        position: absolute;
        width: 100%;
        height: 100%;
        /* max-height: 1080px; */
        object-fit: cover;
        

        /* margin-right:10vw; */
    }
    .carousel-1 {
        object-position: 72.5% 100%;
    } 

    .carousel-2 {
        object-position: 90% 100%;
    } 

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 2.5vw !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 4.5vw;
        font-weight: 600;
    }

    .navbar .nav-item .dropdown-menu {
        /* display: block; */
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        background: var(--primary);
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 90%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        color: var(--primary);
        opacity:0.9;
        z-index:1200;
        margin-top: 1rem;
    }

    .header-carousel .btn {
        font-size: 1.5vw;
    }
    .cta-btn {
        padding-left:0% !important;
        padding-right:0% !important;
    }
    .logo {
        left: 36vw !important;
        height: 25vw !important;
        top: 19vw;
    }
    .text-carousel {
        margin-top:8vw;
    }
    .title-carousel {
        margin-top:7vw;
    }
    .button-apply {
        border: none;
        background: url('../../img/APPLY_BTN.png') no-repeat center left;
        background-size: contain;
        padding: 2px 8px;
        width: auto;
        display: block;
        height: 100px;
        /* margin-left: 6.5vw; */
    }
    
    .button-apply-fr {
        border: none;
        background: url('../../img/APPLY_BTN_FR.png') no-repeat center left;
        background-size: contain;
        padding: 2px 8px;
        width: auto;
        display: block;
        height: 100px;
        /* margin-left: 6.5vw; */
    }

    .btn-apply{
        width: 93% !important;
        height:60px !important;
        text-align: center;
        font-weight: 800 !important;
        font-size: 3vw !important;
    }
    .btn-apply span {
        text-align:center; 
        font-weight:800 !important; 
        font-size :4vw !important;
    }

    .btn-cursor {
        position: relative !important;
        right: -25vw !important;
        top: -5.5vw !important;
        height: 50px !important;
        width: 100% !important;
    }

    .president-title {
        padding-left: 0rem !important;
        margin-left:  0rem !important;
    }

}

.btn-apply{
    width: 85.4% ;
    height:75px ;
}
.btn-apply span {
    text-align:center; 
    font-weight:800 ; 
    font-size: 1.5vw ;
}
.btn-cursor {
    position: relative;
    right: -8vw ;
    top: -2vw ;
    height: 50px;
    width: 100% ;
}

@media (max-width:825px) {
    .page-header {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)),center no-repeat url(../img/bg-header.png) ;
        background-size: cover;
        background-position-y: -0vw !important;
    }
    .page-header-container {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/bg-header-container.jpg);
        background-size: cover;
        background-position-y: -0rem !important;
    }
    .page-header-road {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/truck-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-office {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/office-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-warehouse {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/warehouse-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
}

@media (min-width: 825px) and (max-width: 890px) {

    .page-header {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)),center no-repeat url(../img/bg-header.png) ;
        background-size: cover;
        background-position-y: -1rem !important;
    }
    .page-header-container {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)),  no-repeat url(../img/bg-header-container.jpg);
        background-size: cover;
        background-position-y: -15rem !important;
    }
    .page-header-road {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/truck-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-office {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/office-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-warehouse {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/warehouse-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
}

@media (min-width: 891px) and (max-width: 980px) {

    .page-header {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)),center no-repeat url(../img/bg-header.png) ;
        background-size: cover;
        background-position-y: -2rem !important;
    }
    .page-header-container {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/bg-header-container.jpg);
        background-size: cover;
        background-position-y: -15rem !important;
    }
    .page-header-road {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/truck-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-office {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/office-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-warehouse {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/warehouse-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
}

@media (min-width: 981px) and (max-width: 999px) {

    .page-header {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)),center no-repeat url(../img/bg-header.png) ;
        background-size: cover;
        background-position-y: -2rem !important;
    }
    .page-header-container {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/bg-header-container.jpg);
        background-size: cover;
        background-position-y: -15rem !important;
    }
    .page-header-road {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/truck-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-office {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/office-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-warehouse {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/warehouse-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
}


@media (min-width: 1000px) and (max-width: 1149px) {

    .page-header {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)),center no-repeat url(../img/bg-header.png) ;
        background-size: cover;
        background-position-y: -3rem !important;
    }
    .page-header-container {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/bg-header-container.jpg);
        background-size: cover;
        background-position-y: -15rem !important;
    }
    .page-header-road {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/truck-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-office {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/office-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-warehouse {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/warehouse-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
}

@media (min-width: 1150px) and (max-width: 1400px) {
    .page-header {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)),center no-repeat url(../img/bg-header.png) ;
        background-size: cover;
        background-position-y: -11vw !important;
        width: 100%;
        /* height: 150px; */
        background-origin: border-box;
    }
    .page-header-container {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/bg-header-container.jpg);
        background-size: cover;
        background-position-y: -20rem !important;
    }
    .page-header-road {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/truck-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-office {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/office-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
    .page-header-warehouse {
        background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/warehouse-header.png) ;
        background-size: cover;
        /* background-position-y: -35rem; */
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)),center no-repeat url(../img/bg-header.png) ;
    background-size: cover;
    background-position-y: -20vw;
}
.page-header-container {
    background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/bg-header-container.jpg);
    background-size: cover;
    background-position-y: -35rem;
}
.page-header-road {
    background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/truck-header.png) ;
    background-size: cover;
    /* background-position-y: -35rem; */
}
.page-header-office {
    background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/office-header.png) ;
    background-size: cover;
    /* background-position-y: -35rem; */
}
.page-header-warehouse {
    background: linear-gradient(rgba(30, 29, 35, 0.5), rgba(27, 25, 33, 0.5)), center no-repeat url(../img/warehouse-header.png) ;
    background-size: cover;
    /* background-position-y: -35rem; */
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
/* .map {
    min-height: 400px;
    width: 55%;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeInLeft;
} */

/*** About ***/
@media (min-width: 900px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }

    .map {
        min-height: 500px;
        /* width: 55%; */
        visibility: visible;
        animation-delay: 0.1s;
        animation-name: fadeInLeft;
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
    .map {
        min-height: 400px;
        /* width: 55%; */
        visibility: visible;
        animation-delay: 0.1s;
        animation-name: fadeInLeft;
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
    .map {
        min-height: 400px;
        width: 55%;
        visibility: visible;
        animation-delay: 0.1s;
        animation-name: fadeInLeft;
    }
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
    background: var(--secondary);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact-page {
        max-width: 100% !important;
    }

    .contact-page .contact-form {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/map.png) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

/*  Image Logo */

img.tiny {
    height: 0px;
    width: auto;
    opacity: 0.5;
}

img.big {
    /* transition: all 1.5s; */
    height: 18vw;
    width: auto;
    opacity: 1;
}

img.medium {
    height: 150px;
    width: auto;
    opacity: 1;
}



/* Terminals */

.owl-1 .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

.owl-1 .owl-nav .owl-next,
.owl-1 .owl-nav .owl-prev {
    border: 1px solid red;
    z-index: 92;
    position: absolute;
    top: 50%;
}

.owl-1 .owl-nav .owl-next:active,
.owl-1 .owl-nav .owl-next:focus,
.owl-1 .owl-nav .owl-prev:active,
.owl-1 .owl-nav .owl-prev:focus {
    outline: none;
}

.owl-1 .owl-nav .owl-next span,
.owl-1 .owl-nav .owl-prev span {
    color: #fff;
}

.owl-1 .owl-nav .owl-next span:before,
.owl-1 .owl-nav .owl-prev span:before {
    font-size: 40px !important;
}

.owl-1 .owl-nav .owl-next {
    border: 4px solid blue;
    right: 20px;
}

.owl-1 .owl-nav .owl-prev {
    left: 20px;
}

.owl-1 .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-1 .owl-dots .owl-dot {
    background: none;
    display: inline-block;
}

.owl-1 .owl-dots .owl-dot>span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 4px;
}

.owl-1 .owl-dots .owl-dot.active>span {
    background: white;
}

.owl-1 .owl-dots .owl-dot:active,
.owl-1 .owl-dots .owl-dot:focus {
    outline: none;
}

.media-29101 .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.media-29101 .text {
    padding: 0 50px;
}

@media (max-width: 991.98px) {
    .media-29101 .text {
        padding: 20px;
        width: 100%;
    }
}

.media-29101 .text .category {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2rem;
}

.media-29101 .text h2 {
    font-family: "Playfair Display", times, serif;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 30px;
}

.media-29101 .text h2 a {
    color: #000;
}

.carousel-nav {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.carousel-nav a {
    color: #999;
    padding: 20px;
    text-align: center;
    display: inline-block;
}

.carousel-nav a:hover {
    color: #000;
}

.carousel-nav a.active {
    color: #000;
}

.carousel-nav a.active:before {
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    position: absolute;
    /* border-bottom: 1px solid #000;*/
}



.philosophy-text {
    max-width: 1000px;
    margin: 0 auto;
}

.containers-specs {
    max-width: 1400px;
    margin: 0 auto;
}

.align-left {
    float: left;
}

.values {
    padding-bottom: 50px;
}

.values-box img {
    height: 160px;
    border-radius: 100%;
    float: left !important;
    margin-right: 10px;
    width: 160px;
    
    /* height:auto; */

}
.values-box .values-title {
    font-size: 22px;
    margin: 5px 0;
    color: #555;
}
.values-icon img{
    color:#086b01;
    height: 150px;
    width: 150px !important;
    background-color: #edebeb;
}

/* Partners logo section */

.logo-list {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.logo-list img {
    display: inline-block;
    max-width: 85%;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(100);
    -moz-filter: grayscale(100);
    filter: grayscale(100);
}
.logo-list img:hover {
    filter: none;
    transform: scale(1.2);
    -webkit-filter: none;
    -moz-filter: none;
}



@media (min-width:850px) {
    .button-apply {
        border: none;
        background: url('../../img/APPLY_BTN.png') no-repeat center left;
        background-size: contain;
        padding: 2px 8px;
        width: auto;
        display: block;
        height: 100px;
        margin-left: 6vw;
    }
    
    .button-apply-fr {
        border: none;
        background: url('../../img/APPLY_BTN_FR.png') no-repeat center left;
        background-size: contain;
        padding: 2px 8px;
        width: auto;
        display: block;
        height: 100px;
        margin-left: 6vw;
    }
}

/* CTA */
.wrapper {
    padding: 8rem 0 6rem 0;
    position: relative;
    z-index: 1;
    margin-top: 50px;
  }

#cta {
    background-color: #3e9423;
    /* color: rgba(255, 255, 255, 0.75); */
    color: #fff;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(78, 206, 27, 0.25), rgba(78, 206, 27, 0.25)), url(../../img/cta.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 25px;
    font-weight: 300;
}

#cta input,
#cta select,
#cta textarea {
    color: #ffffff;
}

#cta a {
    color: #ffffff;
}

#cta strong,
#cta b {
    color: #ffffff;
}

#cta h1,
#cta h2,
#cta h3,
#cta h4,
#cta h5,
#cta h6 {
    color: #ffffff;
}

#cta blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

#cta code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

#cta hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

#cta input[type="submit"],
#cta input[type="reset"],
#cta input[type="button"],
#cta button,
#cta .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important;
}

#cta input[type="submit"]:hover,
#cta input[type="reset"]:hover,
#cta input[type="button"]:hover,
#cta button:hover,
#cta .button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#cta input[type="submit"]:hover:active,
#cta input[type="reset"]:hover:active,
#cta input[type="button"]:hover:active,
#cta button:hover:active,
#cta .button:hover:active {
    background-color: rgba(255, 255, 255, 0.25);
}

#cta input[type="submit"].primary,
#cta input[type="reset"].primary,
#cta input[type="button"].primary,
#cta button.primary,
#cta .button.primary {
    box-shadow: none;
    background-color: #ffffff;
    color: #3e9423 !important;
}

#cta input[type="submit"].primary:hover,
#cta input[type="reset"].primary:hover,
#cta input[type="button"].primary:hover,
#cta button.primary:hover,
#cta .button.primary:hover {
    background-color: rgba(255, 255, 255, 0.875);
    box-shadow: none;
}

#cta input[type="submit"].primary:hover:active,
#cta input[type="reset"].primary:hover:active,
#cta input[type="button"].primary:hover:active,
#cta button.primary:hover:active,
#cta .button.primary:hover:active {
    background-color: rgba(255, 255, 255, 0.5);
}

#cta label {
    color: #ffffff;
}

#cta input[type="text"],
#cta input[type="password"],
#cta input[type="email"],
#cta input[type="tel"],
#cta input[type="search"],
#cta input[type="url"],
#cta select,
#cta textarea {
    background-color: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

#cta input[type="text"]:focus,
#cta input[type="password"]:focus,
#cta input[type="email"]:focus,
#cta input[type="tel"]:focus,
#cta input[type="search"]:focus,
#cta input[type="url"]:focus,
#cta select:focus,
#cta textarea:focus {
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
}

#cta select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}

#cta select option {
    color: rgba(255, 255, 255, 0.75);
    background-color: #3e9423;
}

#cta input[type="checkbox"]+label,
#cta input[type="radio"]+label {
    color: rgba(255, 255, 255, 0.75);
}

#cta input[type="checkbox"]+label:before,
#cta input[type="radio"]+label:before {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

#cta input[type="checkbox"]:checked+label:before,
#cta input[type="radio"]:checked+label:before {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #3e9423;
}

#cta input[type="checkbox"]:focus+label:before,
#cta input[type="radio"]:focus+label:before {
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
}

#cta ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

#cta :-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

#cta ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

#cta :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

#cta ul.alt li {
    border-top-color: rgba(255, 255, 255, 0.25);
}

#cta table tbody tr {
    border-color: rgba(255, 255, 255, 0.25);
}

#cta table tbody tr:nth-child(2n + 1) {
    background-color: rgba(255, 255, 255, 0.075);
}

#cta table th {
    color: #ffffff;
}

#cta table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

#cta table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25);
}

#cta table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25);
}

#cta .highlights .content {
    background: #3e9423;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025);
}

#cta .testimonials .content {
    background: #3e9423;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025);
}

#cta .testimonials .content .credit strong {
    color: #3e9423;
}

#cta .inner {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 980px) {
    #cta {
        background-attachment: scroll;
    }
}

.cta-box {
    border-radius: 5px;
    opacity:.925;
    /* box-shadow: 5px 5px 5px #464646; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.list{
    list-style: none;
  }
  
.list-content::before {
    content: "\2022";
    color: green;
    font-weight: 400;
    font-size: 2em;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.list-content {
    padding-bottom: 0em;
}

.generic-border {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 10px;
    /* padding-bottom: 0px !important; */
    border: 1px solid green !important;
    border-radius: 5px;
}
  /* .li-text-align {
    margin-bottom: 2em;
  } */

.notes {
    font-style: italic;
    font-size: 0.75rem;
}

p {
    text-align: left;
}

.thumbnail {
    position: relative;
    z-index: 0;
  }
  
  .thumbnail:hover {
    background-color: transparent;
    z-index: 50;
  }
  
  .thumbnail span {
    /*CSS for enlarged image*/
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    left: -1000px;
    border: 1px solid gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
  }
  
  .thumbnail span img {
    /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
    max-width:300px;
  }
  
  .thumbnail:hover span {
    /*CSS for enlarged image on hover*/
    visibility: visible;
    top: -21.25rem;
    left: 4.35rem; /*position where enlarged image should offset horizontally */
  }

.fuel-surcharge-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    margin-bottom: 2rem;
}

.fuel-surcharge-table th {
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 1.1rem;
    border-bottom: 2px solid var(--secondary);
}

.fuel-surcharge-table td {
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    padding: 0.75rem 0.5rem;
}

.fuel-surcharge-table tr:nth-child(even) {
    background: #f8f2f0;
}

.fuel-surcharge-table tr:hover {
    background: #e6f7e6;
    transition: background 0.2s;
}

.fuel-surcharge-table td[rowspan] {
    background: #eafbe7;
    font-weight: 600;
    color: var(--primary);
    font-size: 1.05rem;
}

.generic-border {
    background: #f8f2f0;
    border: 1.5px solid var(--primary);
    border-radius: 10px;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
}

/* Fuel Surcharge Ticker Styles */
.ticker-container {
    display: flex;
    align-items: stretch;
    background: #f8f9fa;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
    border: 2px solid #d3dd0a;
}
.ticker-label {
    font-weight: 600;
    font-size: 1.3em;
    background-color: #d3dd0a !important;
    color: #fff;
    min-width: 220px;
    justify-content: center;
}
.ticker-content {
    flex: 1;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}
.ticker-items {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: ticker-scroll 40s linear infinite;
    font-size: 1.1em;
    color: #222;
}
.ticker-items a {
    color: #d3dd0a;
    font-weight: 500;
}
.ticker-content:hover .ticker-items {
    animation-play-state: paused;
}
@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Fuel Surcharge Category Styling */
.fuel-surcharge-table .category-maritime {
    background-color: #fff3cd !important;
    color: #856404 !important;
    font-weight: 600;
}

.fuel-surcharge-table .category-road {
    background-color: #d4edda !important;
    color: #155724 !important;
    font-weight: 600;
}

.fuel-surcharge-table tr.category-maritime-row {
    background-color: #fffbf0 !important;
}

.fuel-surcharge-table tr.category-road-row {
    background-color: #f8fff9 !important;
}

.fuel-surcharge-table tr.category-maritime-row:hover {
    background-color: #fff3cd !important;
}

.fuel-surcharge-table tr.category-road-row:hover {
    background-color: #d4edda !important;
}