@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
}

:root {
    --orange: #ff5f01;
    --black: #000;
    --white: #fff;
    --dark: #0a0a0a;
}

.career-banner__image img {
    width: 100%;
}

.career-banner__content {

    height: 100%;
    padding: 50px 40px;
    background-color: #ff5f01;
}

.career-banner__content .subtitle {
    font-size: 0.875rem;
    line-height: 1.3;
    color: rgb(255, 255, 255);
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .career-banner__content .subtitle {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .career-banner__content .subtitle {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .career-banner__content .subtitle {
        margin-bottom: 20px;
    }
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #5a5a5a;
    padding: 0;
    margin: 0;
    padding-top: 200px;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #ffffff;
    z-index: 99;
    height: auto;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 15px;
}

.white-text * {
    color: var(--white);
}

.bg-orange {
    background: var(--orange);
}

.blk-txt {
    color: var(--black);
}

.bold-txt {
    font-weight: bold;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Header Start */

.top_header {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top_header ul {
    padding-left: 0;
    margin: 0;
}

.top_header ul li {
    display: inline-block;
}

.top_header_left ul li a {
    padding-right: 30px;
    font-size: 13px;
    font-weight: 500;
}

.top_header_left ul li:last-child a {
    padding-right: 0;
}

.top_header ul li a {
    color: #5c5c5c;
}

.top_header_right ul li {
    margin-right: 7px;
}

.top_header_right ul li:last-child {
    margin-right: 0;
}

.top_header_right ul li a i {
    font-size: 11px;
    color: var(--white);
    font-weight: 400;
}

.top_header_right ul li a {
    width: 25px;
    height: 25px;
    display: block;
    line-height: 25px;
    border-radius: 50px;
    text-align: center;
}

.top_header_right ul li a:first-child {
    background: #0863f7;
}

.top_header_right ul li:nth-child(2) a {
    background: #302929;
}

.top_header_right ul li:nth-child(3) a {
    background: #3589dd;
}

.top_header_right ul li:nth-child(4) a {
    background: #9f0c0c;
}

.middle_header {
    padding: 20px 0;
    position: relative;
}

.middle_header .searchbox {
    max-width: 380px;
    margin-left: auto;
    position: relative;
}

.middle_header .header_logo img {
    max-width: 165px;
}

.middle_header .searchbox .form-control {
    padding: 11px 20px;
    background-color: #f7f1f1;
    border-color: #f7f1f1;
    border-radius: 50px;
    font-size: 13px;
    color: #6d6d6d;
}

.middle_header .searchbox .form-control:focus {
    box-shadow: none;
}

.middle_header .searchbox .form-control::placeholder {
    color: #6d6d6d;
}

.middle_header .searchbox button {
    border: 0;
}

.middle_header .searchbox button {
    border: 2px solid #fff;
    background: var(--orange);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.middle_header .searchbox button i {
    color: var(--white);
    font-size: 17px;
    line-height: 22px;
}

.middle_header .searchbox i {
    border: 2px solid #fff;
    background: var(--orange);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
    color: #ffffff
}

.nav-area {
    background-color: #f7f1f1;
    position: relative;
}

.main-menu {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.dropdown-menu a {
    text-decoration: none;
    color: #000000;
}

.dropdown-menu ul {
    list-style: square;
    color: white;
    margin-bottom: 0;
}

.dropdown-menu a .d-flex {
    transition: all 0.5s;
}

.dropdown-menu .col-sm-6:nth-child(1) a:hover .d-flex {
    background-color: var(--bs-warning-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {
    background-color: var(--bs-danger-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(3) a:hover .d-flex {
    background-color: var(--bs-success-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {
    background-color: var(--bs-secondary-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(5) a:hover .d-flex {
    background-color: var(--bs-tertiary-bg);
}

.dropdown-menu .col-sm-6:nth-child(6) a:hover .d-flex {
    background-color: var(--bs-info-bg-subtle);
}

@media only screen and (min-width: 992px) {
    .dropdown-menu {
        width: 55vw;
    }

    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}

.dropdown:hover .dropdown-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    top: 35px;
    border-radius: 0px !important;
    background: #ff5823;
}

.navbar-nav>ul>li:hover a {
    background: #ff5823;
    color: #ffffff;
}

.cover-nav {
    display: flex;
    justify-content: space-between;
}

.navbar-nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 5px 0px 0px;
}

.navbar-nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* .navbar-nav > ul > li a:first-child {
    padding-left: 0;
}
.navbar-nav > ul > li a:last-child {
    padding-right: 0;
} */

.navbar-nav>ul>li.current a {
    color: var(--orange);
}

.request_quote {
    background-color: #005d39;
    padding: 8px 10px 9px;
    position: relative;
    /* right: 0;
    top: 0;
    min-width: 350px;
    z-index: 9; */
}

.request_quote:hover,
.request_quote:hover::before {
    background: var(--black);
}

.request_quote a {
    color: var(--white);
}

.request_quote a {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.request_quote a img {
    margin-right: 8px;
}

.request_quote i {
    margin-right: 10px;
    font-size: 25px;
}

.request_quote::before {
    position: absolute;
    content: "";
    width: 63px;
    height: 100%;
    top: 0px;
    left: -25px;
    background: #005d39;
    transform: skew(-50deg);
    z-index: 7;
}

/* Header End */

/* Banner Start */

.logistic-service-banner {
    padding: 40px 0;
    background-image: url("../images/banner01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.inner-banner {
    position: relative;
}

.download-btn {
    position: absolute;
    right: 0;
    top: 80px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
    border-radius: 30px 0 0 0px;
    z-index: 89;
}

.download-btn a {
    border: 0;
    background-color: #005f3f;
    padding: 8px 20px 8px 30px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 89;
    display: inline-block;
}

.download-btn a::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 100%;
    top: 0px;
    left: -15px;
    background: #005e3c;
    transform: skew(24deg);
    z-index: 7;
}

.get-quote-float {
    position: absolute;
    right: 0;
    top: 125px;
}

.get-quote-float a {
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 89;
    display: block;
    padding: 7px 12px 7px 50px;
    border-radius: 6px 0 0 6px;
    text-align: right;
}

.download-btn a:hover,
.download-btn a:hover::before {
    background: var(--black);
}

/* .download-btn a::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 100%;
    top: 0px;
    left: -15px;
    background: var(--orange);
    transform: skew(-28deg);
    z-index: 999;
} */

.shipment-btn {
    position: absolute;
    /* width: 130px; */
    right: 0;
    top: 35px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);

}

.shipment-btn a {
    border: 0;
    background-color: #005e3c;
    padding: 7px 20px 7px 56px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 89;
    border-radius: 0 0 0 30px;
}

.shipment-btn a::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 100%;
    top: 0px;
    left: -10px;
    background: #005e3c;
    transform: skew(24deg);
    z-index: 7;
}

.shipment-btn a:hover,
.shipment-btn a:hover::before {
    background: var(--black);
}

/* .shipment-btn:before {
    position: absolute;
    content: "";
    width: 36px;
    height: 100%;
    top: 0px;
    left: -15px;
    background: var(--orange);
    transform: skew(-28deg);
    z-index: 999;
} */

.inner-banner-left-txt h1 {
    font-size: 38px;
    line-height: 58px;
    color: var(--white);
    font-weight: 900;
    margin-bottom: 0;
}

.banner_service img {
    width: 100%;
}

.inner-banner-left-txt {
    padding-top: 90px;
}

.banner_service .service_title {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 8px 18px;
}

.banner_service .service_title h2 {
    font-size: 26px;
    line-height: 44px;
    font-weight: 900;
    color: var(--black);
    text-align: center;
    margin-bottom: 0;
}

#trackModal .modal-dialog {
    position: absolute;
    min-width: 330px;
    right: 0;
    top: 240px;
}

#trackModal .modal-content {
    border: 0 !important;
    border-radius: 0;
    background-color: transparent;
}

#trackModal .modal-header {
    padding: 8px 15px;
    border: 0;
    background-color: var(--orange);
    display: block;
    border-radius: 0;
    position: relative;
}

#trackModal .modal-header .modal-title {
    font-size: 16px;
    text-align: center;
    display: block;
    color: var(--white);
}

.btn_close {
    width: 25px;
    height: 25px;
    background: var(--black);
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.btn_close button {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2266%) hue-rotate(348deg) brightness(115%) contrast(100%);
    opacity: 1;
    width: 15px;
    height: 16px;
    line-height: 20px;
    padding: 0 !important;
    position: relative;
    top: 6px;
    left: 4px;
}

.btn_close button:hover {
    opacity: 1;
}

.btn_close button:focus {
    box-shadow: none;
}

#trackModal .modal-body {
    background-color: var(--black);
}

#trackModal .nav-tabs .nav-link {
    color: var(--white);
    border: 0;
}

#trackModal .nav-tabs .nav-link:hover {
    border: 0;
}

#trackModal .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #eeb900;
}

#trackModal .nav-tabs {
    border-color: rgba(214, 213, 207, 0.14);
    border-width: 2px;
}

#trackModal .form-group {
    position: relative;
}

#trackModal .form-group:before {
    content: "";
    background-image: url("../images/location.png");
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

#trackModal .form-control {
    border-radius: 0;
    padding: 5px 15px 5px 32px;
    font-size: 12px;
    color: #7b7b7b;
}

#trackModal .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

#trackModal .modal-form-btn {
    padding: 5px 18px;
    border: 0;
    background-color: #dff5ff;
    color: var(--black);
    font-size: 13px;
    font-weight: 600;
    margin-top: 16px;
    border-radius: 0;
}

/* Banner End */

/* latest news */

.about-the-company {
    position: relative;
    margin-bottom: 60px;
}

.latest-news-txt {
    background: #2d2d2d;
    color: var(--white);
    position: absolute;
    width: 100%;
    height: 60px;
}

.latest-news-txt marquee {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.latest-news-txt marquee span {
    display: inline-block;
    margin: 0 20px 0 45px;
    position: relative;
}

.latest-news-txt marquee span:before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #ff1419;
    border-radius: 50px;
    position: absolute;
    left: -45px;
    top: 0;
}

/* Logistic Services */

.logistic_services {
    padding: 50px 0 15px;
    position: relative;
}

.logistic_services h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 0;
    text-transform: uppercase;
}

.logistic_services:before {
    content: "";
    background-image: url(../images/logistic-service-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.logistic_services_row {
    padding-top: 45px;
}

.logistic_service_box {
    padding: 20px 25px;
    border: 1px solid rgba(0, 0, 0, 0.28);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    margin-bottom: 35px;
    background: var(--white);
}

.logistic_service_box img {
    height: 100%;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

.logistic_service_box h3 {
    margin-bottom: 0;
    font-family: "Readex Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #005d39;
    margin-top: 45px;
    min-height: 45px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

.logistic_service_box p {
    margin: 22px 0;
    font-size: 13px;
    line-height: 20px;
    color: #5a5a5a;
    font-weight: 400;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.logistic_service_box a {
    font-family: "Readex Pro", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

span.right_arrow {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #005d39;
    margin-left: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 27px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

span.right_arrow img {
    width: 18px;
    height: 15px;
    margin: auto;
    text-align: center;
}

.logistic_service_box:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#162316));
}

.logistic_service_box:hover h3 {
    color: #c6ff96;
}

.logistic_service_box:hover p,
.logistic_service_box:hover a {
    color: var(--white);
}

.logistic_service_box:hover img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(49%) hue-rotate(220deg) brightness(118%) contrast(100%);
}

.logistic_service_box:hover span.right_arrow {
    background: #c6ff96;
}

.logistic_service_box:hover span.right_arrow img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(3%) hue-rotate(146deg) brightness(97%) contrast(104%);
}

/* Other Services  */

.other_services {
    padding: 15px 0;
}

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

.other_service_img_box {
    position: relative;
    margin-bottom: 15px;
}

.other_service_title {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: var(--white);
}

.other_service_title h2 {
    font-size: 28px;
    line-height: 34px;
}

.other_service_box {
    padding: 20px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 150px;
    margin-bottom: 15px;
    transition: 0.5s ease-in-out;
}

.other_service_box h3 {
    font-size: 16px;
    color: var(--black);
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    transition: 0.5s ease-in-out;
}

.other_service_box:hover {
    background: #005d39;
}

.icon-bx-sm {
    padding: 15px;
    background-color: #ff5823;
    cursor: pointer;
}

.bookmark {
    position: absolute;
    font-size: 30px;
    top: -7px;
    right: 0px;
}

.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.other_service_box:hover h3 {
    color: var(--white);
}

.other_service_right_img {
    height: 100%;
}

.other_service_right_img img {
    width: 100%;
    height: 95%;
    object-fit: cover;
}

/* Events and news  */

.news-section {
    padding: 70px 0;
}

.top_title h3 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.view-all-news {
    background-color: var(--orange);
    padding: 10px 30px;
    width: 130px;
    transform: skew(-25deg);
}

.view-all-news a {
    color: var(--white);
    display: block;
    text-align: center;
    transform: skew(25deg);
    font-family: "Readex Pro", sans-serif;
    font-size: 14px;
}

.news_event_row {
    padding-top: 30px;
}

.event_box {
    border: 1px solid #c6c6c6;
    height: 100%;
}

.event_box img {
    width: 100%;
}

.event_box_content {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 100%; */
}

.event_box_content h3 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.event_date span {
    display: block;
}

.event_date .date {
    background-color: var(--orange);
    color: var(--white);
    font-family: "Readex Pro", sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 10px;
    line-height: 25px;
}

.event_date {
    margin-left: 5px;
}

.service-block-two {
    position: relative;
    z-index: 20;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.service-block-two .inner-box .image {
    position: relative;
}

.service-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    height: 200px;
    object-fit: cover;
}

.service-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 35px;
    z-index: 1;
    padding-left: 110px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-two .inner-box:hover .overlay-box {
    bottom: -120px;
}

.service-block-two .inner-box .overlay-box .icon {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /* font-size: 30px; */
    color: var(--white);
    background-color: var(--orange);
}

.service-block-two .inner-box .overlay-box .icon h3 {
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.service-block-two .inner-box .overlay-box .icon span {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: block;
}

.service-block-two .inner-box .overlay-box .content {
    position: relative;
    padding: 18px 25px 14px;
    background-color: var(--white);
}

.service-block-two .inner-box .overlay-box h5 {
    font-weight: bold;
    color: var(--black);
}

.service-block-two .inner-box .overlay-box .title {
    position: relative;
    display: block;
    font-size: var(--font-15);
    margin-top: var(--margin-top-5);
}

.service-block-two .inner-box:hover .overlay-box-two {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service-block-two .inner-box .overlay-box-two {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service-block-two .inner-box .overlay-box-two:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 30px;
    bottom: 0px;
    opacity: 0.9;
    background-color: #fff;
}

.service-block-two .inner-box .overlay-box-two .icon-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 55px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    color: #fff;
    background-color: var(--black);
    font-weight: bold;

}

.service-block-two .inner-box .overlay-box-two .icon-two h3 {
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.service-block-two .inner-box .overlay-box-two .icon-two span {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: block;
}

.icon-link {
    font-size: 20px;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--orange);
}

.icon-link:hover {
    background: #000;
    color: #fff;
}

.service-block-two .inner-box .overlay-box-two .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 50px 10px 15px;
}

.service-block-two .inner-box .overlay-box-two .overlay-inner .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-right: 50px;
}

.service-block-two .inner-box .overlay-box-two h5 {
    max-width: 200px;
    font-size: 20px;
    color: var(--deepblue);
    font-weight: bold;
}

.service-block-two .inner-box .overlay-box-two h5 a {
    position: relative;
    color: var(--black-color);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two .inner-box .overlay-box-two h5 a:hover {
    color: var(--color-eleven);
}

.service-block-two .inner-box .overlay-box-two .text {
    color: var(--black);
    margin-top: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-block-two .inner-box .overlay-box-two .read-more {
    position: relative;
    padding: 14px 22px;
    border-radius: 4px;
    font-weight: 700;
    display: inline-block;
    font-size: var(--font-14);
    color: var(--text-white);
    text-transform: uppercase;
    background-color: var(--color-eleven);
    font-family: var(--font-family-BeVietnam);
}

.service-block-two .inner-box .overlay-box-two .read-more span {
    position: relative;
    top: 1px;
    font-family: "Flaticon";
    font-size: var(--font-12);
    margin-left: var(--margin-left-5);
}

.service-block-two.style-two .inner-box .overlay-box .icon,
.service-block-two.style-two .inner-box .overlay-box-two .read-more,
.service-block-two.style-two .inner-box .overlay-box-two .icon-two {
    background-color: var(--main-color);
}

.service-block-two.style-two .inner-box .overlay-box-two h5 a:hover {
    color: var(--main-color);
}

.service-block-two.style-three .inner-box .overlay-box .icon,
.service-block-two.style-three .inner-box .overlay-box-two .read-more,
.service-block-two.style-three .inner-box .overlay-box-two .icon-two {
    background-color: var(--color-thirteen);
}

.service-block-two.style-three .inner-box .overlay-box-two h5 a:hover {
    color: var(--color-thirteen);
}

/*------------- our partners and affiliates ---------------*/

.our-affiliates-partners {
    background: url(../images/shadow-bkg.png) no-repeat scroll center center;
    background-size: contain;
    padding: 50px 0;
    border-top: 1px solid rgb(0 0 0 / 25%);
}

.video-wrapper {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.video-wrapper img {
    border-radius: 5px;
    width: 100%;
}

.video-wrapper .wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-wrapper .video-main {
    position: relative;
    display: inline-block;
}

.video-wrapper .video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #000000;
    z-index: 999;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.video-wrapper.fa-play:before {
    content: "\f04b";
}

.video-wrapper .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.video-wrapper .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.video-wrapper .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.our-affiliates-partners h3 {
    color: #000;
}

/*----------------------- counter -------------------*/

.counter-section {
    background: url(../images/counter-bg.png) no-repeat scroll 0 0;
    padding: 40px 0;
    background-size: cover;
}

.counter-section h3 {
    color: #fff;
    font-weight: 600;
}

.counter-section .count-digit-holder {
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    color: var(--white);
    text-align: center;
}

.counter-section .count-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    margin-top: 15px;
}

.counter-icon-holder {
    margin-right: 10px;
}

.count-area-content span {
    vertical-align: middle;
}

/*------------------------ testimonial slider -------------*/

.testimonial-slider-section {
    padding: 50px 0;
}

.title-subtitle h3 {
    font-weight: 700;
    color: var(--black);
}

.title-subtitle span {
    color: var(--orange);
    font-size: 18px;
    display: block;
    line-height: 30px;
    font-weight: 400;
}

.testimonial-slider .owl-item {
    background: #fcfdff;
    padding: 51px 15px 80px;
    margin-top: 60px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    border-radius: 10px;
}

.testimonial-slider.owl-carousel .owl-stage {
    display: flex;
}

/* .testimonial-slider .item{display: flex; flex: 1 0 auto; height: 100%;} */
.testimonial-slider .owl-item .testi-author {
    text-align: center;
}

.testimonial-slider .owl-item .testi-author img {
    width: 102px;
    height: 102px;
    border-radius: 102px;
    border: 4px solid rgba(0, 0, 0, 0.2);
    margin: -102px auto 0;
}

.testimonial-slider .testi-content {
    margin-top: 10px;
    padding: 0 30px;
}

.testimonial-slider .testi-content p {
    position: relative;
}

.testimonial-slider .testi-content p::before {
    position: absolute;
    left: -30px;
    top: 0;
    content: url(../images/quote-top.png);
    width: 24px;
    height: 21px;
}

.testimonial-slider .testi-content p::after {
    position: absolute;
    right: -30px;
    bottom: 0;
    content: url(../images/quote-bottom.png);
    width: 24px;
    height: 21px;
}

.testimonial-slider .testi-content h5 {
    color: var(--orange);
    line-height: 21px;
    font-weight: 700;
}

.testimonial-slider .testi-content h6 {
    color: #444;
    line-height: 18px;
    font-weight: 300;
    font-size: 12px;
}

.testi-bottom-details {
    position: absolute;
    bottom: 15px;
    left: 45px;
    right: 45px;
}

.testimonial-slider .owl-nav {
    position: absolute;
    top: -81px;
    right: 0px;
}

.testimonial-slider .owl-nav button {
    background: rgba(0, 0, 0, 0.5) !important;
    width: 26px;
    height: 26px;
    border-radius: 26px !important;
    color: #fff !important;
}

.testimonial-slider .owl-nav button:hover {
    background: var(--orange) !important;
}

/*--------------------- footer -------------------------*/
.footer-top {
    /* background: #d2dbf4 url(../images/bg-footer.png) no-repeat scroll center bottom; */
    background: #d3d3d3 url(../images/bg-footer.png) no-repeat fixed center bottom;
    padding: 40px 0;
    border-top: 1px solid rgb(0 0 0 / 25%);
    background-size: 100% auto;
}

.footer-top p {
    color: var(--black);
    font-weight: 500;
}

.dash {
    background: url(../images/dash-blue.png) no-repeat scroll 0 bottom;
}

.footer-highlight {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

.footer-highlight1 {
    color: var(--black);
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
}

.footer-top h6 {
    color: var(--black);
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.footer-top .links {
    padding: 0;
}

.footer-top .links li {
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    transition-duration: 0.6s;
}

.footer-top .links li a {
    color: var(--black);
    transition-duration: 0.6s;
}

.footer-top .links li:hover a {
    padding-left: 10px;
}

.footer-social {
    padding: 0;
    font-size: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.footer-social li {
    list-style: none;

}

.footer-social li:hover a {
    font-size: 16px;
    color: var(--color4);
    background: white;
    padding: 7px 15px;
    transition-duration: 0.2s;
}

.footer-social li:first-child {
    margin-left: 0px;
}

.footer-social li a {
    font-size: 25px;
    color: var(--color4);
}

.footer-social li:nth-child(1):hover a {
    color: #1f5c95;
}

.footer-social li:nth-child(2):hover a {
    color: #ff0000;
}

.footer-social li:nth-child(3):hover a {
    color: #14171a;
}

.footer-social li:nth-child(4):hover a {
    color: #0a66c2;
}

.copy-right {
    background: var(--dark);
    padding: 9px 0;
    color: var(--white);
    font-size: 12px;

}

/* ------------ footer end --------------------*/

/*------------- scroll to top --------------*/

#topbutton {
    background-color: #f72c00;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 0px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.ht-btn--default {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--orange);
    letter-spacing: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: none;
}

#topbutton::after {
    content: "\f062";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

#topbutton:hover {
    cursor: pointer;
    background-color: #333;
}

#topbutton:active {
    background-color: #555;
}

#topbutton.show {
    opacity: 1;
    visibility: visible;
}

.fourth-slider {
    background-image: radial-gradient(circle at 20% 100%, rgba(184, 184, 184, 0.1) 0%, rgba(184, 184, 184, 0.1) 33%, rgba(96, 96, 96, 0.1) 33%, rgba(96, 96, 96, 0.1) 66%, rgba(7, 7, 7, 0.1) 66%, rgba(7, 7, 7, 0.1) 99%),
        linear-gradient(353deg, #ff5823, #eb734d, #dc3545, #ff5823);
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-columns: 50% 45%;
    place-items: center;
    gap: 60px;
    min-height: 75vh;
    padding: 20px 7rem;
}

/* CONTENT */

.fourth-slider .content {
    max-width: 2400px;
}

.fourth-slider .content h1 {
    font-family: "Comfortaa", sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 36px;
    color: #fff;
}

.fourth-slider .content h1:first-child {
    text-shadow: 1px 1px 1px #6c757d, 1px 2px 1px #6b7572, 1px 3px 1px #6c757d, 1px 4px 1px #6c757d, 1px 5px 1px #6c757d, 1px 6px 1px #6c757d, 1px 10px 5px rgba(16, 16, 16, 0.5), 1px 15px 10px rgba(16, 16, 16, 0.4), 1px 20px 30px rgba(16, 16, 16, 0.3), 1px 25px 50px rgba(16, 16, 16, 0.2);
}

.fourth-slider .content p {
    font-size: clamp(1rem, 4vw, 1.1rem);
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #fff;
}

.fourth-slider .content button {
    background: #000000;
    color: #ffffff;
    font-size: clamp(0.9rem, 4vw, 1rem);
    font-weight: 600;
    border: 0;
    outline: 0;
    padding: 10px 35px;
    border-radius: 7px;
    transform: scale(1);
    transition: all 0.4s ease-in;
    cursor: pointer;
}

.fourth-slider .content button:is(:hover, :focus) {
    transform: scale(0.98);
    background-color: #6f7aa6;
    color: #eaeaea;
}

/* SLIDER */

.fourth-slider .swiper {
    position: relative;
    width: 400px;
    height: 490px;
}

.fourth-slider .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.3);
    user-select: none;
    border-radius: 20px;
}

.fourth-slider .cost {
    position: absolute;
    top: 8px;
    right: 6px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 6px 10px;
    color: #fff;
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 600;
}

.fourth-slider .dark-text {
    color: #202134;
}

.fourth-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.fourth-slider .overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    background: rgba(93, 95, 145, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 0 0 20px 20px;
}

.fourth-slider .overlay h1 {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 600;
}

.fourth-slider .overlay p {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
    line-height: 1.3;
}

.fourth-slider .ratings {
    display: flex;
    column-gap: 10px;
    margin-top: -6px;
}

.fourth-slider .ratings span {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
}

.fourth-slider .star {
    color: #afe312;
}

.breadcrumb-holder {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrumb-page-list {
    text-align: right;
}

.breadcrumb-page-list li {
    display: inline-block;
    color: #ffffff;
    font-size: 0.8125rem;
    line-height: 1.2;
    font-weight: 700;
}

.breadcrumb-page-list li.has-children {
    position: relative;
    padding-right: 25px;
}

.breadcrumb-page-list li.has-children a {
    color: #ffffff;
    position: relative;
    letter-spacing: 0.5px;
    padding: 2px 0;
}

.breadcrumb-page-list li.has-children a:after {
    -webkit-transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    background-color: transparent;
}

.breadcrumb-page-list li.has-children:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 8px;

    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.breadcrumb-page-list li.has-children:hover a:after {
    background-color: #ffffff;
    width: 100%;
    left: 0;
    right: auto;
}

.breadcrumb-page-title {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.inner-page {
    padding: 60px 0;
    background-image: url(../images/logistic-service-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.news-card {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    margin-bottom: 50px;
}

.news-card h5 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: var(--black);
}

.news-card h6 {
    font-weight: 700;
    color: #b5b5b5;
    font-size: 13px;
}

.news-card h6 i {
    color: var(--orange);
}

.news-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-card:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}

.news-card-link {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    border-radius: 100%;
    font-size: 24px;
    border: 2px solid var(--orange);
    color: var(--orange);
    background-color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.news-card:hover .news-card-link {
    background-color: var(--orange);
    color: #fff;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}

.accordion-button::after {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: var(--orange);
    background-image: none !important;
}

.accordion-button.collapsed::after {
    background-color: var(--bs-gray-300);
}

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

/*---------------------- testimonial --------------*/

.testimonial_owlCarousel .owl-item {
    background: #f5f5f5;
    padding: 51px 15px 80px;
    margin-top: 60px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}

.testimonial_owlCarousel h5 {
    color: var(--orange);
    line-height: 21px;
    font-weight: 700;
}

.testimonial_owlCarousel h6 {
    color: #444;
    line-height: 18px;
    font-weight: 300;
    font-size: 12px;
}

.testimonial_owlCarousel .owl-item .testi-author {
    text-align: center;
    margin-bottom: 15px;
}

.testimonial_owlCarousel .owl-item .testi-author img {
    width: 102px;
    height: 102px;
    border-radius: 102px;
    border: 4px solid rgba(0, 0, 0, 0.2);
    margin: -102px auto 0;
}

.news-details-pic-holder {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.news-details .news-details-pic {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.news-details:hover .news-details-pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-detail-date-holder {
    background: var(--orange);
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}

.single-icon-info {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-icon-info:hover .single-icon-info__image {
    -webkit-animation: box-image-pop 0.3s linear;
    animation: box-image-pop 0.3s linear;
}

@keyframes box-image-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.single-icon-info__image {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
}

.single-icon-info__image i {
    font-size: 50px;
    color: var(--orange);
}

.single-icon-info__content {
    -ms-flex-preferred-size: calc(100% - 50px);
    flex-basis: calc(100% - 50px);
    margin-left: 20px;
}

.single-icon-info__title {
    color: var(--black);
    font-weight: bold;
}

.contact-location-grid__content .info-list {
    padding: 0px;
}

.contact-location-grid__content .info-list li {
    padding: 5px 0;
    padding-left: 30px;
    position: relative;
    list-style: none;
}

.contact-location-grid__content .info-list li:last-child {
    margin-bottom: 0;
}

.contact-location-grid__content .info-list li:before {
    font-size: 18px;
    font-family: "Font Awesome 6 Free";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    color: var(--orange);
    font-weight: 900;
}

.contact-location-grid__content .info-list li.address:before {
    content: "\f3c5";
}

.contact-location-grid__content .info-list li.email:before {
    content: "\f658";
}

.contact-location-grid__content .info-list li.phone:before {
    content: "\f095";
}

.contact-location-grid__content .info-list li.fax:before {
    content: "\f1ac";
}

.see-more-link {
    display: inline-block;
    position: relative;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #eee;
    color: var(--orange);
}

.see-more-link i {
    margin-left: 5px;
}

.see-more-link:hover {
    color: var(--orange);
}

.see-more-link:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}

.see-more-link:after {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--orange);
}

.see-more-link--dark {
    color: #222;
    border-bottom: 0;
}

.see-more-link--dark i {
    color: var(--orange);
}

.see-more-link--dark.see-more-link:after {
    display: none;
}

.see-more-link--dark--style2 {
    border-bottom: 2px solid #eee;
}

.see-more-link--dark--style2.see-more-link:after {
    display: block;
}

.see-more-link--dark--style2--alt:hover {
    color: #222;
}

.see-more-link--style2 {
    padding-bottom: 8px;
}

.see-more-link--style3 {
    color: #ffffff;
    border-bottom: 0;
}

.see-more-link--style3 i {
    color: var(--orange);
}

.see-more-link--style3:after {
    display: none;
}

.service-sdebar {
    padding: 15px;
}

.sidebar-category {
    padding: 0;
}

.sidebar-category li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-top: 1px solid #eee;
    position: relative;
}

.sidebar-category li::before {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 5px;
    height: 0;
    background-color: var(--orange);
}

.sidebar-category li:first-child {
    border-top: none;
}

.sidebar-category li a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: var(--black);
    font-size: 15px;
    font-weight: bold;
}

.sidebar-category li:hover a,
.sidebar-category li.active a {
    color: var(--orange);
}

.sidebar-category li:hover,
.sidebar-category li.active {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
}

.sidebar-category li:hover:before,
.sidebar-category li.active:before {
    height: 100%;
}

.service-right h6 {
    color: var(--black);
    font-weight: bold;
}

@media (max-width: 1050px) {
    .fourth-slider .swiper {
        width: 350px;
        height: 450px;
    }
}

@media (max-width: 930px) {
    .fourth-slider {
        grid-template-columns: 100%;
        grid-template-rows: 55% 40%;
        grid-template-areas:
            "slider"
            "content";
        place-items: center;
        gap: 64px;
        padding: 60px;
    }

    .fourth-slider .swiper {
        grid-area: slider;
    }

    .fourth-slider .content {
        grid-area: content;
        text-align: center;
    }

    .fourth-slider .content h1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 470px) {
    .fourth-slider {
        padding: 40px 40px 60px;
    }

    .fourth-slider .swiper {
        width: 300px;
        height: 400px;
    }
}

.contact-form-wrapper {
    margin-bottom: -15px;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

.contact-form-wrapper input {
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    color: #222;
    font-weight: 400;
    padding: 12px;
    height: 50px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact-form-wrapper input:focus {
    border-color: #005d39;
}

.contact-form-wrapper input:focus::-webkit-input-placeholder {
    color: transparent;
}

.contact-form-wrapper input:focus:-moz-placeholder {
    color: transparent;
}

.contact-form-wrapper input:focus::-moz-placeholder {
    color: transparent;
}

.contact-form-wrapper input:focus:-ms-input-placeholder {
    color: transparent;
}

.contact-form-wrapper textarea {
    width: 100%;
    outline: none;
    border: 0;
    border: 1px solid #ddd;
    font-weight: 400;
    color: #222;
    display: block;
    padding: 12px;
    max-width: 100%;
    margin-bottom: 30px;
    height: 150px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.captcha {
    margin-bottom: 10px;
}

.contact-form-wrapper textarea:focus {
    border-color: #0C95EC;
}

.contact-form-wrapper textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.contact-form-wrapper textarea:focus::-moz-placeholder {
    color: transparent;
}

.contact-form-wrapper textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.contact-form-wrapper ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}

.contact-form-wrapper ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}

.contact-form-wrapper :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}

.contact-form-wrapper ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}

.contact-form-wrapper ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}

.contact-form-wrapper :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888;
}

.contact-form-wrapper ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888;
}

.contact-form-wrapper .form-message {
    margin-top: 15px;
}

.contact-form-wrapper--style2 {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding: 40px 30px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .contact-form-wrapper--style2 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .contact-form-wrapper--style2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.contact-form-wrapper--style2 input,
.contact-form-wrapper--style2 textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 15px;
}

.contact-form-wrapper--style2 input:focus,
.contact-form-wrapper--style2 textarea:focus {
    border-color: #ddd;
}

.contact-form-wrapper--style2 textarea {
    padding: 10px 15px;
}

.career-banner__content p a {
    color: #ffffff;
}

.career-banner__content p {
    font-size: 20px;
}

.top-links-section,
.top-links-sub-menu {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    list-style: none;
    z-index: -1;
    line-height: 1.5;
    background: #ffffff;
    border: 0;
    top: 100%;
    left: -1px;
    width: 140px;
    margin-top: 10px;
    border: 1px solid #ff5823;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    transition: opacity .25s ease, margin .2s ease;
}

.top-links.on-click .top-links-section,
.top-links.on-click .top-links-sub-menu,
.top-links:not(.on-click) .top-links-item:hover>.top-links-section,
.top-links:not(.on-click) .top-links-item:hover>.top-links-sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    z-index: 499
}

.top-links.on-click .top-links-section,
.top-links.on-click .top-links-sub-menu {
    display: none
}

.top-links-item {
    position: relative;

}

.lang-box {
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid var(--text-white);
    text-align: center;
    font-size: 10px;
    display: inline-block;
    padding: 3px;
    width: 22px;
    color: var(--text-black);
    margin-left: 5px;
}

.language-box,
.theme-box {
    align-items: center;
    display: flex;
    padding: 12px;
}

.theme-box a {
    display: inline-block;
    border: 1px solid var(--text-white);
    margin-left: 5px;
    width: 20px;
    height: 22px;
}

.theme-box-gray {
    background-color: #f6f6f6;
}

.theme-box-yellow {
    background-color: #fce305;
}

.chem-bred {
    margin-top: 25px;
}

.director_sec {
    padding-bottom: 4rem;
}

.search-results-module-results .card {
    padding: 15px;
    margin-left: -15px;
    margin-bottom: 15px;
    background-color: rgba(248, 249, 250, var(--bs-bg-opacity)) !important;
}

.search-results .section-header {
    margin-bottom: 10px;
}

.read-more {
    width: 100%;
    background: #008045;
    color: white !important;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    color: var(--deepblue);
    padding: 7px 15px;
}

.search-results .blog-content a {
    color: #008045;
}

body.dark {
    background-color: #181818;
    color: #ffffff;
}

.dark header {
    background: #000000;
}

.dark header .top_header ul li a {
    color: #ffffff;
}

.dark header .nav-area {
    background-color: #ffe000;
}

.dark header .logistic_services h2,
.dark header .other_service_box h3,
.dark .top_title h3,
.dark .title-subtitle h3 {
    color: #ffe000;
    border-color: #ffe000;
}

.dark .service-block-two .inner-box .overlay-box .content {
    background-color: #000000;
}

.dark .testimonial-slider .owl-item {
    background: #000000;
}

.blink {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    animation: blink 1s step-start infinite;
    color: red;
}

.top-blink {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    animation: blink 1s step-start infinite;
    color: #ff4141;
    top: 16px;
    left: 15px;
    padding: 0 7px;
    background: white;
}

@keyframes blink {

    0% {
        color: black;
        opacity: 1;
    }

    /* Fully visible with black text */
    50% {
        color: red;
        opacity: 0;
    }

    /* Invisible with red text */
}

.feature-check {
    color: red;
    font-size: 1.2rem;
    margin-right: 10px;
}

.quote-box {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn-red {
    background-color: #e30613;
    color: #fff;
}

.btn-red:hover {
    background-color: #c50510;
}

.form-control {
    border-radius: 0.5rem;
}

.logos img {
    max-height: 40px;
    margin-right: 1rem;
}

.three-pl-box {
    margin-top: -5vw;
    background-color: #f4f4f4;
    border-radius: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.three-pl-box h4 {
    margin-bottom: 25px;
    color: #ff5f01;
    font-weight: bold;
}

.three-pl-box h5 {
    font-weight: bold;
}