@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap");

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

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;
}

a {
    text-decoration: none;
}

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

/* Header Start */
.top_header {

    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;
    padding: 8px 0;
}

.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: #d84e35;
}

.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;
}

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

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

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

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

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

.middle_header .header_logo {
    margin: 7px 0;
}

.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 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;
}

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

.nav-area {
    background-color: #f7f1f1;
    position: relative;
    /* overflow: hidden; */
}

.nav-area::after {
    content: "";
    background: var(--orange);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.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;
    }
}

.cover-nav {
    display: flex;
    background-color: #f7f1f1;
    position: relative;
    z-index: 9;
}

.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;
}

.request_quote {
    background-color: var(--orange);
    padding: 0px 0px 0px 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    height: 45px;
    line-height: 45px;
}

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

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

.request_quote a {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

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

.request_quote::before {
    position: absolute;
    content: "";
    width: 63px;
    height: 100%;
    top: 0px;
    left: -29px;
    background: var(--orange);
    transform: skew(-50deg);
    z-index: -1;
}

/* 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);
}

.download-btn a {
    border: 0;
    background-color: var(--orange);
    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: 999;
    border-radius: 30px 0 0 0px;
    display: inline-block;
}

/* .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 button {
    border: 0;
    background-color: var(--orange);
    padding: 7px 20px 7px 30px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 999;
    border-radius: 0 0 0 30px;
}

/* .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: #0f7aae;
    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: var(--orange);
    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: var(--orange);
    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%;
    border-radius: 0px 0px 60px 0px;
    object-fit: cover;
}

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

.other_service_img_box::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(238, 13, 13, 0.7);
    position: absolute;
    border-radius: 0px 0px 60px 0px;
}

.other_service_title {
    position: absolute;
    top: 50%;
    left: 15px;
    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: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 150px;
    /* s
*/
    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: #1f5c95;
}

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

.other_service_right_img {
    height: 100%;
}

.other_service_right_img video {
    background: var(--orange);
    border-radius: 5px;
    padding: 10px;
    height: 310px;
    overflow: hidden;
}

/* 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;
    height: 250px;
}

.service-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.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: 90px;
    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;
    font-size: 13px;
}

.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);
    color: #000;
}

.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: 90px;
    line-height: 90px;
    text-align: center;
    /* font-size: 44px; */
    color: #fff;
    background-color: var(--black);
}

.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;
    font-size: 13px;
}

.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%);
    margin-top: 50px;
}

.video-wrapper {
    position: relative;
}

.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 img {
    border-radius: 5px;
    width: 100%;
}

.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: var(--orange);
}

.our-loc-form {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 12px;
    background: var(--white);
    height: 100%;
    position: relative;
}

.input-group-text {
    background-color: #efe9e9;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    width: 100px;
    border-radius: 0;
    border-color: rgb(0 0 0 / 25%);
    height: 43px;
}

.our-loc-form .form-control {
    border-radius: 0px;
}

.our-loc-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-arrow.svg) no-repeat scroll right 5px center;
}

.location-submitbtn {
    background: var(--orange);
    color: var(--white);
    padding: 10px 20px;
    border: 0px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.location-submitbtn:hover {
    cursor: pointer;
    background: var(--dark);
}

.loc-form-inner {
    position: absolute;
    width: calc(100% - 30px);
    top: 50%;
    transform: translateY(-50%);
}

/*----------------------- 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 small {
    font-size: 20px;
    margin-left: 5px;
}

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

.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: #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-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: #c5c5c5 url(../images/bg-footer.png) no-repeat scroll 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-green.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: 30px;
}

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

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

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

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

.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: 12px 0;
    color: var(--white);
    font-size: 13px;
    line-height: normal;
}

/* ------------ footer end --------------------*/
/*------------- scroll to top --------------*/
#topbutton {
    background-color: var(--orange);
    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;
}

#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;
}

/* Breaking news css start */
.breaking-news-ticker {
    display: block;
    width: 100%;
    border: solid 1px #2d2d2d;
    background: #2d2d2d;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    line-height: 40px;
    overflow: hidden;
    border-radius: 2px;
    text-align: auto;
    font-size: 15px;
}

.breaking-news-ticker * {
    box-sizing: border-box;
}

.breaking-news-ticker.bn-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.breaking-news-ticker.bn-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

/*********************************/
/*title styles start**************/
.bn-label {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    background-color: var(--color-3);
    text-align: center;
    color: #fff;
    font-weight: bold;
    z-index: 3;
    padding: 0 15px;
    white-space: nowrap;
}

/*title styles end****************/
/*********************************/
/*news item style start **********/
.bn-news {
    position: absolute;
    left: 0 !important;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0 !important;
    overflow: hidden;
}

.bn-news ul {
    display: block;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.bn-news ul li {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    position: absolute;
    width: 100%;
    display: none;
    color: #fff;
}

.bn-news ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 0 10px;
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
}

.bn-news ul li a:hover {
    color: #fff;
}

.bn-loader-text {
    padding: 0 10px;
}

.bn-seperator {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.bn-seperator.bn-news-dot {
    margin-right: 0;
}

.bn-seperator.bn-news-dot:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
}

.bn-prefix {
    color: #2d2d2d;
    margin-right: 15px;
    padding-left: 10px;
}

.bn-positive {
    color: #0b8457;
    font-weight: bold;
}

.bn-negative {
    color: #2d2d2d;
    font-weight: bold;
}

/*news item style end ************/
/*********************************/
/*controls style start ***********/
.bn-controls {
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bn-controls button {
    width: 30px;
    float: left;
    height: 100%;
    cursor: pointer;
    border: none;
    border-left: solid 1px #eee;
    text-align: center;
    background-color: #f6f6f6;
    outline: none;
}

.bn-controls button:hover {
    background-color: #eee;
}

.bn-arrow {
    margin: 0;
    display: inline-block;
    height: 8px;
    position: relative;
    width: 8px;
    top: -2px;
}

.bn-arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}

.bn-arrow.bn-next {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    left: -3px;
}

.bn-arrow.bn-prev {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 3px;
}

.bn-arrow::after {
    border-color: #999999;
}

.bn-arrow::before {
    background-color: #999999;
}

.bn-play {
    position: relative;
    background: #999999;
    width: 0;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
}

.bn-play::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #999999;
    border-width: 8px;
    margin-top: -8px;
}

.bn-pause {
    position: relative;
    width: 0;
    height: 14px;
    display: inline-block;
    top: 1px;
    left: -1px;
}

.bn-pause::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 3px;
    background-color: #999999;
}

.bn-pause::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: -3px;
    background-color: #999999;
}

/*controls style end *************/
/*********************************/
.bn-direction-rtl {
    direction: rtl;
}

.bn-direction-rtl .bn-label {
    left: auto;
    right: 0;
}

.bn-direction-rtl .bn-controls {
    right: auto;
    left: 0;
}

.bn-direction-rtl .bn-seperator {
    margin-left: 15px;
    margin-right: 0;
    float: right;
}

.bn-direction-rtl .bn-prefix {
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 10px;
}

.bn-direction-rtl .bn-controls button {
    border-left: none;
    border-right: solid 1px #eee;
}

.bn-effect-scroll .bn-news ul {
    display: block;
    width: 100%;
    position: relative;
}

.bn-effect-scroll .bn-news ul li {
    display: list-item;
    float: left;
    position: relative;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.bn-effect-scroll .bn-news ul li:before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: var(--orange);
    border-radius: 50px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
    float: right;
}

/*********************************/
/*********************************/
.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(68deg, #d03535, #ff5200, #d84e35, #d05633);
    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;
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: #eaeaea;
    color: #202134;
    font-size: clamp(0.9rem, 4vw, 1rem);
    font-weight: 600;
    border: 0;
    outline: 0;
    padding: 8px 14px;
    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: #235036bd;
    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 .swiper-slide:nth-child(3) .overlay {
    background: #1b355894;
}

.fourth-slider .swiper-slide:nth-child(4) .overlay {
    background: #a1abae1c;
}

.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;
}

@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;
    }
}

#chartdiv {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.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;
}

.research-box ul {
    margin-top: 25px;
}

.research-box ul li {
    margin-bottom: 10px;
    list-style: none;
    padding-left: 30px;
    position: relative;
}

.research-box ul li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-image: url(../images/icon-function-head.png);
    margin-right: 5px;
    top: 2px;
    position: absolute;
    left: 0;
}

/* hiring background */
.hiring-background {
    padding: 50px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100%; */
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hiring-background {
        margin-bottom: 30px;
        height: auto;
    }
}

.hiring-background__content .title {
    font-size: 1.875rem;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .hiring-background__content .title {
        font-size: calc(1.3125rem + 0.75vw);
    }
}

.hiring-background__content .text {
    color: #ffffff;
    margin-bottom: 40px;
}

.hiring-background__content .ht-btn {
    margin-bottom: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hiring-background__content .ht-btn {
        margin-bottom: 0;
    }
}

.blog-grid-area-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

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

.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);
}

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

.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);
}

.icon-bx-sm {
    padding: 15px;
    background-color: var(--orange);
    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;
}

.featured-project-four__wrapper {
    margin-bottom: -40px;
}

.featured-project-single-grid {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    margin-bottom: 70px;
}

.featured-project-single-grid__image {
    position: relative;
}

.featured-project-single-grid__image img {
    width: 100%;
}

.featured-project-single-grid__image: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);
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
}

.featured-project-single-grid__content {
    padding: 30px;
}

.featured-project-single-grid__content .title 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);
}

.featured-project-single-grid__content .title a:hover {
    color: #ef2e45;
}

.featured-project-single-grid__content .text {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 14px;
}

.featured-project-single-grid:hover .featured-project-single-grid__image:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.featured-project-single-grid__content .title 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: #222;
}

.project-details-link {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    font-size: 20px;
    width: 60px;
    height: 60px;
    color: #ef2e45;
    border: 2px solid #ef2e45;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    -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);
}

.project-details-link:hover {
    background-color: #ef2e45;
}

.project-details-link:hover i {
    color: #ffffff;
}

.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: 0;
    border-bottom: 2px solid #ddd;
    color: #222;
    font-weight: 400;
    padding: 12px 0 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: #0C95EC;
}

.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-bottom: 2px solid #ddd;
    font-weight: 400;
    color: #222;
    display: block;
    padding: 12px 0 3px;
    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);
}

.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;
}

.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;
}

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

.career-banner__content {
    height: 100%;
    padding: 50px 40px;
    background-color: var(--orange);
}

.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;
    }

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

.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;
}

.service-details-box-icon__single .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    width: 30px;
    height: 30px;
    border: 2px solid #ef2e45;
    color: #ef2e45;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .service-details-box-icon__single .icon {
        font-size: calc(1.3125rem + 0.75vw);
    }
}

.service-details-box-icon__single .content .heading {
    font-size: 1.25rem;
    line-height: normal;
    margin-bottom: 0px;
}

.service-details-box-icon__single .content .text {
    margin-bottom: 5px;
}

.section-title-area .title--style7 {
    font-weight: 900;
    padding-bottom: 0;
    color: #05103B;
    line-height: 1.2;
    margin-top: -7px;
}

.section-title-content--style4 {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #888;
}

.service-details-box-icon__single:hover .icon {
    -webkit-animation: box-image-pop 0.3s linear;
    animation: box-image-pop 0.3s linear;
}

.service-details-box-icon__single--style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.service-details-box-icon__single--style2 .icon {
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    margin-right: 20px;
    margin-bottom: 0;
}

.service-details-box-icon__single--style2 .content {
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
}

.service-details-box-icon__wrapper .title {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.pr-3 {
    padding-left: 3rem;
}

.about-content-row__content .title {
    margin-top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .about-counter-header-wrapper .section-title-area {
        margin-bottom: 20px;
    }
}

.about-counter-content__area {
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .about-counter-content__image {
        margin-bottom: 30px;
    }
}

.about-counter-content__content .title {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.about-counter-content__content .title--black3 {
    color: #05103B;
}

.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;
}


.single-counter__number .number-suffix {
    font-size: 26px;
    font-weight: 700;
    vertical-align: top;
    position: relative;
    left: -15px;
}

@media only screen and (max-width: 550px) {
    .single-counter__number .number-suffix {
        left: 0;
    }

    body {
        padding-top: 300px;
    }
}

.single-counter__text {
    font-size: 1.125rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
    .single-counter__text {
        font-size: 16px;
    }
}

.single-counter__text--black3 {
    color: #05103B;
}

.about-list-wrapper .about-list-title {
    font-size: 20px;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 25px;
}

.about-list-wrapper .about-list-title:after {
    content: "";
    display: block;
    margin-top: 2px;
    width: 100%;
    height: 3px;
    background-color: var(--orange);
}

.about-list-wrapper li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.about-list-wrapper li:last-child {
    margin-bottom: 0;
}

.about-list-wrapper li:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    font-family: "Font Awesome 6 Free";
    content: "\f111";
    font-size: 8px;
    color: #b6b6b6;
}

.about-list-wrapper ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.top-links-item {
    padding-left: 0;
}

.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: 70%;
    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-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: var(--orange);
    color: white !important;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;

    padding: 7px 15px;
}

.search-results .blog-content a {
    color: var(--orange);
}

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;
}

.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;
}