@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 {
    --blue: #2596ff;
    --black: #000;
    --white: #fff;
    --dark: #0a0a0a;
    --light-green: #c6ff96;
    --dark-green: #003942;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #5a5a5a;
    padding: 0;
    margin: 0;
    padding-top: 170px;
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #ffffff;
    z-index: 9999;
    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 {
    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: 6px;
    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 {
    position: absolute;
    top: 3px;
}

.middle_header .header_logo img {
    width: auto;
    max-height: 65px;
}

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

.nav-area::after {
    /*     content: "";
    background: var(--blue);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%; */
}
.navbar {
    padding: 0;
}
.main-menu {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

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

.navbar-nav > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 20px 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;
}

.request_quote {
    background-color: var(--blue);
    padding: 12px 0px 12px 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.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;
    padding-right: 26px;
}

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

.request_quote::before {
    position: absolute;
    content: "";
    width: 63px;
    height: 100%;
    top: 0px;
    left: -29px;
    background: var(--blue);
    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);
    border-radius: 30px 0 0 0px;
}
.download-btn a {
    border: 0;
    background-color: var(--blue);
    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 i,
.shipment-btn button i {
    color: var(--black);
    margin-right: 5px;
}
/* .download-btn a::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 100%;
    top: 0px;
    left: -15px;
    background: var(--blue);
    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);
    border-radius: 0 0 0 30px;
}

.shipment-btn button {
    border: 0;
    background-color: var(--blue);
    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(--blue);
    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(--blue);
    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;
    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;
    height: 100%;
    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;
    width: 60px;
}

.logistic_service_box h3 {
    margin-bottom: 0;
    font-family: "Readex Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: var(--dark-green);
    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;
}

.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(--dark-green);
    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: var(--blue);
}

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

.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: auto;
    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(37, 150, 255, 0.7);
    position: absolute;
    border-radius: 0px 0px 60px 0px;
} */

.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;
    /* 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: var(--blue);
}

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

.other_service_right_img {
    /* height: 100%; */
}

.other_service_right_img img {
    width: 100%;
    height: auto;
    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(--blue);
    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(--blue);
    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: 270px;
}

.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(--blue);
}
.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 .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: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;
}
.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(--blue);
}
.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;
    margin-top: 15px;
}
.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: var(--blue);
}
.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(--blue);
    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: 30px;
    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;
}
.counter-icon-holder img {
    max-width: 40px;
}
.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(--blue);
    font-size: 18px;
    display: block;
    line-height: 30px;
    font-weight: 400;
}

.testimonial-slider .owl-item {
    background: #f5f5f5;
    padding: 51px 15px 100px;
    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;
    max-height: 150px;
  overflow-y: scroll;
    
}

/* width */
.testimonial-slider .testi-content::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.testimonial-slider .testi-content::-webkit-scrollbar-track{
    background: transparent;
}

/* Handle */
.testimonial-slider .testi-content::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 5px;
}

/* Handle on hover */
.testimonial-slider .testi-content::-webkit-scrollbar-thumb:hover {
    background:  var(--blue);
}

.testimonial-slider .testi-content p {
    position: relative;
    padding-bottom: 15px;
}
.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 h6 {
    color: var(--blue);
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 0;
}
.testimonial-slider .testi-content h5 {
    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(--blue) !important;
}

/*--------------------- footer -------------------------*/
.footer-top {
    background: #d2dbf4 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;
}
.logo-holder img {
    max-width: 214px;
}
.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 {
    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-top: 65px;
    margin-bottom: 50px;
}
.footer-social li {
    list-style: none;
    display: inline-block;
    margin-left: 25px;
}
.footer-social li:first-child {
    margin-left: 0px;
}
.footer-social li a {
    font-size: 25px;
    color: var(--color4);
}

.copy-right {
    background: var(--dark);
    padding: 15px 0;
    color: var(--white);
    font-size: 14px;
    line-height: 24px;
}

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

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

#topbutton {
    background-color: #0b5e66;
    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: var(--blue);
    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(--light-green);
    border-radius: 50px;
    position: absolute;
    left: 0px;
    top: 10px;
}
.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
    float: right;
}

/*********************************/
/*********************************/
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;

}

.left-slide {
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
}

.left-slide > div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;

    justify-content: center;
    color: #fff;
}

.left-slide h1 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: -30px;
    text-transform: capitalize;
}
.left-slide p {
    font-size: 24px;
}
.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 35%;
    width: 65%;
    transition: transform 0.5s ease-in-out;
}

.right-slide > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.slider-container button {
    background-color: #fff;
    border: none;
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
}

.slider-container button:hover {
    color: #222;
}

.slider-container button:focus {
    outline: none;
}

.slider-container .action-buttons button {
    position: absolute;
    left: 35%;
    top: 50%;
    z-index: 100;
}

.slider-container .action-buttons .down-button {
    transform: translateX(-100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.slider-container .action-buttons .up-button {
    transform: translateY(-100%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.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-counter__number .number-suffix {
    font-size: 26px;
    font-weight: 700;
    vertical-align: top;
    position: relative;
    left: -15px;
}
@media only screen and (max-width: 479px) {
    .single-counter__number .number-suffix {
        left: 0;
    }
}
.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(--blue);
}
.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;
}
.breadcrumb-holder {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.breadcrumb-page-list {
    text-align: right;
    padding: 5px 10px;
    text-transform: capitalize !important;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    border-radius: 5px;
    flex-direction: row;
}
.breadcrumb-page-list li {
    display: inline-block;
    color: #ffffff;
    font-size: 0.8125rem;
    line-height: 1.2;
    font-weight: 700;
    background: #2596ffd6;
    padding: 5px 25px 5px 15px;
}
.breadcrumb-page-list li.has-children {
    position: relative;
    
}
.breadcrumb-page-list li.has-children a {
    color: #ffffff;
    position: relative;
    letter-spacing: 0.5px;
    padding: 2px 0;
}
.breadcrumb-page-list li.has-children:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 0px;
    top: 46%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.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(--blue);
}
.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(--blue);
    color: var(--blue);
    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(--blue);
    color: #fff;
}
.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;
    }
}
.border-rounded {
    border-radius: 10px;
}
.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(--blue);
    background-image: none !important;
}
.accordion-button.collapsed::after {
    background-color: var(--bs-gray-300);
}
.accordion-button:not(.collapsed) {
    color: var(--blue);
}
.icon-bx-sm {
    padding: 15px;
    background-color: var(--blue);
    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%;
    background: var(--blue);
    border-radius: 5px;
}

.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,
.contact-form-wrapper select {
    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(--blue);
    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(--blue);
}
.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;
    }
}
.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-counter__number .number-suffix {
    font-size: 26px;
    font-weight: 700;
    vertical-align: top;
    position: relative;
    left: -15px;
}
@media only screen and (max-width: 479px) {
    .single-counter__number .number-suffix {
        left: 0;
    }
}
.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(--blue);
}
.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;
}
.news-details-pic-holder {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.news-detail-date-holder {
    background: var(--blue);
    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);
}

.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,
.single-icon-info__image span {
    font-size: 50px;
    color: var(--blue);
}
.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;
}
.company-value-box {
    margin-top: 40px;
}
.company-value-box .media {
    background-color: #f8f8f8;
    border: none;
    border-radius: 4px;
}
@media only screen and (max-width: 479px) {
    .company-value-box .media {
        display: block;
    }
}
.company-value-box .media:hover .item-img img {
    transform: translateY(-20px);
}
@media only screen and (max-width: 479px) {
    .company-value-box .media:hover .item-img img {
        transform: translateY(0px);
    }
}
@media only screen and (max-width: 479px) {
    .company-value-box .media .item-img {
        text-align: center;
    }
}
.company-value-box .media .item-img img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.company-value-box .media .media-body {
    margin-left: 30px;
    padding: 40px 10px 30px 0px;
    position: relative;
}
@media only screen and (max-width: 479px) {
    .company-value-box .media .media-body {
        margin-left: 0;
        padding: 30px 10px 30px 0px;
        text-align: center;
    }
}
.company-value-box .media .media-body .heading-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
    .company-value-box .media .media-body .heading-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .company-value-box .media .media-body .heading-title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .company-value-box .media .media-body .heading-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 479px) {
    .company-value-box .media .media-body .heading-title {
        font-size: 22px;
        line-height: 30px;
    }
}
.company-value-box .media .media-body p {
    margin-bottom: 30px;
    color: #646464;
    font-weight: 500;
}
@media only screen and (max-width: 1399px) {
    .left-slide h1 {
        font-size: 30px;
    }
    .left-slide p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1199px) {
    .company-value-box .media .media-body p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
.company-value-box .media .media-body .item-number {
    position: absolute;
    right: 0px;
    color: var(--blue);
    font-size: 60px;
    font-weight: 700;
    top: -30px;

}
.company-value-box .media {
  display: flex;
      background-color: #f8f8f8;
      border-radius: 4px;
      justify-content: center;
      align-items: center;
      flex-direction: column;
}
.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, 0.05);
    transition: opacity 0.25s ease, margin 0.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;
}
.top-links-item:hover.top-links-sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 499;
}
.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;
}
.carousel-caption {
    bottom: 0;
    background: linear-gradient(179deg, transparent, rgb(51 153 210 / 26%) 30%, rgb(27 127 204));
    padding: 5rem 25px;
    width: 100%;
    left: 0;
}
.carousel-caption h3 {
    font-size: 35px;
    font-weight: normal;
    font-family: "Readex Pro", Bangla409, sans-serif;
}
.temp-name {
    margin-top: 15px;
}
.temp-name h4{
    font-size: 18px;
    margin: 10px 0 0;
}
.temp-name .col-md-4.mb-3 > img{
 height: 170px;
}
.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(--blue);
    color: white !important;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
   
    padding: 7px 15px;
}

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