.container,
.main-menu .main-menu__list>li.dropdown>a {
    padding-right: 15px
}

.checked-box1 label,
.main-header__language-switcher .nice-select,
.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a,
.styled-pagination li a,
.thm-btn,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--logistiq-font)
}

:root {
    --logistiq-font: "DM Sans", sans-serif;
    --logistiq-base: #971425;
    --logistiq-base-rgb: 151, 20, 37;
    --logistiq-black: #37363e;
    --logistiq-black-rgb: 55, 54, 62;
    --logistiq-gray: #565969;
    --logistiq-gray-rgb: 86, 89, 105;
    --logistiq-white: #ffffff;
    --logistiq-white-rgb: 255, 255, 255;
    --logistiq-gray-bg: #F4F5F9;
    --logistiq-gray-bg-rgb: 244, 245, 249;
    --logistiq-bdr-color: #232423;
    --logistiq-bdr-color-rgb: 35, 36, 35
}

.row {
    --bs-gutter-x: 30px
}

.gutter-y-30 {
    --bs-gutter-y: 30px
}

body {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: var(--logistiq-gray)
}

.xs-sidebar-group .content-inner .thm-social-link1,
body.locked {
    overflow: hidden
}

a {
    color: var(--logistiq-base);
    -webkit-transition: .5s;
    transition: .5s
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

input:focus,
select:focus,
textarea:focus {
    border-color: transparent;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--logistiq-black);
    margin: 0
}

p {
    margin: 0
}

dl,
ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

button {
    cursor: pointer;
    border: none;
    background: 0 0;
    padding: 0
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}

.container {
    padding-left: 15px
}

.list-unstyled {
    padding-left: 0
}

@media (min-width:1350px) {
    .container {
        max-width: 1350px
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::placeholder {
    color: inherit;
    opacity: 1
}

.thm-btn,
.thm-btn:hover {
    color: var(--logistiq-white)
}

.section-separator {
    border-color: var(--logistiq-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: .4;
    z-index: -1
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 49px;
    z-index: 1
}

.sec-title__tagline {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.rating-box,
.sec-title__tagline .line,
.sec-title__tagline .text,
.thm-social-link1 {
    position: relative;
    display: block
}

.sec-title.center .sec-title__tagline {
    justify-content: center
}

.sec-title__tagline .line {
    width: 20px;
    height: 2px;
    background: var(--logistiq-base);
    margin-right: 10px
}

.sec-title__tagline .text h4 {
    color: var(--logistiq-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

.sec-title__tagline .icon span,
.sec-title__title span {
    color: var(--logistiq-base);
    position: relative;
    display: inline-block
}

.sec-title__tagline .icon {
    position: relative;
    display: inline-block
}

.sec-title__tagline .icon span {
    font-size: 20px;
    top: 2px;
    margin-left: 15px
}

.sec-title__title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    text-transform: none
}

.sec-title__title span {
    //text-transform: uppercase
}

.sec-title__title span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    right: 3px;
    height: 2px;
    background-color: var(--logistiq-base)
}

.thm-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    background: var(--logistiq-base);
    border-radius: 7px;
    padding: 1px 35px 0;
    overflow: hidden;
    text-transform: capitalize;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    z-index: 1
}

.header-contact-style1 ul li .text-box p a:hover,
.rating-box i,
.scroll-to-top:hover,
.sidebar-contact-info ul li a:hover {
    color: var(--logistiq-base)
}

.thm-btn i {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    top: 1px;
    margin-left: 5px
}

.hover-btn {
    background-color: var(--logistiq-black);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .5s;
    transition: .5s;
    width: 25%;
    z-index: -1
}

.hover-bx,
.hover-bx2 {
    -webkit-transition-delay: 105ms
}

.hover-bx {
    left: 0;
    transition-delay: 105ms;
    border-radius: 7px 0 0 7px
}

.hover-bx2 {
    left: 25%;
    transition-delay: 105ms
}

.hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 105ms;
    transition-delay: 105ms
}

.hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 7px 7px 0
}

.thm-btn:hover .hover-btn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: 0 0;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: .2s
}

.scroll-to-top__wrapper,
.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
    background-color: var(--logistiq-base)
}

.rating-box i,
.scroll-to-top__wrapper {
    position: relative;
    display: inline-block
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    margin-left: 10px
}

.scroll-to-top__wrapper {
    width: 30px;
    height: 4px;
    overflow: hidden
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--logistiq-bdr-color)
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px
}

.rating-box i {
    font-size: 15px;
    line-height: 15px
}

.xs-sidebar-group .xs-overlay {
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .4s ease-in .8s;
    -o-transition: .4s ease-in .8s;
    transition: .4s ease-in .8s;
    cursor: url(../images/icon/cross-out.png), pointer;
    z-index: 999
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    -webkit-transition: .8s ease-out;
    -o-transition: .8s ease-out;
    transition: .8s ease-out;
    right: 100%
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--logistiq-base);
    border-color: var(--logistiq-base)
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .5s cubic-bezier(.9, .03, 0, .96) .6s;
    -o-transition: .5s cubic-bezier(.9, .03, 0, .96) .6s;
    transition: .5s cubic-bezier(.9, .03, 0, .96) .6s;
    visibility: hidden;
    opacity: 0
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    background-color: var(--logistiq-black);
    -webkit-transition: .7s cubic-bezier(.9, .03, 0, .96) .4s;
    -o-transition: .7s cubic-bezier(.9, .03, 0, .96) .4s;
    transition: .7s cubic-bezier(.9, .03, 0, .96) .4s
}

.sidebar-textwidget {
    padding: 70px 30px
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in .3s;
    -o-transition: .3s ease-in .3s;
    transition: .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 1s ease-out 1.2s;
    -o-transition: 1s ease-out 1.2s;
    transition: 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0
}

.xs-bg-black {
    background-color: #000
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    max-width: 172px;
    width: 100%;
    margin-bottom: 30px
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px
}

.header-contact-style1 ul li .text-box p a,
.header-contact-style2 ul li .text-box .text2 a,
.header-social-link-style2 ul li a:hover,
.header-social-links a,
.sidebar-contact-info ul li,
.sidebar-contact-info ul li a,
.stricky-header--style2 .header-search-box-two a,
.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before,
.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover,
.thm-social-link1 ul li a,
.thm-social-link1 ul li a:hover,
.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
    color: var(--logistiq-white)
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px
}

.xs-sidebar-group .content-inner .content-box p {
    color: #fff
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type=email],
.xs-sidebar-group .content-inner .form-inner .form-group input[type=text],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: #848484;
    border: none;
    outline: 0;
    transition: .5s
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
    border: none;
    outline: 0;
    background-color: var(--logistiq-white);
    color: var(--logistiq-black);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 45px;
    -webkit-transition: .5s;
    transition: .5s
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: #00224f
}

.sidebar-contact-info {
    position: relative;
    display: block;
    padding-top: 43px
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
    padding-bottom: 22px
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    line-height: 30px
}

.sidebar-contact-info ul li span {
    position: relative;
    display: inline-block;
    width: 25px
}

.styled-pagination li a,
.thm-social-link1 ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    z-index: 1;
    text-align: center
}

.sidebar-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    color: #fff
}

.thm-social-link1 ul {
    position: relative
}

.thm-social-link1 ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px
}

.styled-pagination li:last-child,
.thm-social-link1 ul li:last-child {
    margin-right: 0
}

.thm-social-link1 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--logistiq-white-rgb), .1);
    border-radius: 50%;
    transition: .5s
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--logistiq-base);
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1
}

.header-social-link-style2 ul li a:hover::before,
.thm-social-link1 ul li a:hover:before {
    transform: scale(1);
    opacity: 1
}

.checked-box1 {
    position: relative;
    display: block;
    min-height: 26px
}

.checked-box1 input[type=checkbox] {
    display: none
}

.checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--logistiq-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    cursor: pointer
}

.checked-box1 input[type=checkbox]+label span {
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #e3e4ea;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.checked-box1 label span:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--logistiq-base);
    border-radius: 50%;
    margin: 2px auto 0;
    transform: scale(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.checked-box1 input[type=checkbox]:checked+label span {
    border-color: #e3e4ea
}

.checked-box1 input[type=checkbox]:checked+label span:before {
    transform: scale(1)
}

.handle-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--logistiq-black);
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999999
}

.preloader-close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--logistiq-black);
    font-size: 18px;
    line-height: 30px;
    background: var(--logistiq-white);
    text-align: center;
    cursor: pointer;
    z-index: 99999999
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.handle-preloader .animation-preloader .spinner {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 45px;
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    border: 3px solid var(--logistiq-white)
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: 15px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
    font-family: var(--thm-font)
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    position: absolute;
    top: 0;
    left: 0;
    animation: 4s infinite letters-loading;
    content: attr(data-text-preloader);
    opacity: 0;
    color: var(--logistiq-white)
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: .2s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: .4s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: .6s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: .8s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.3s
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.5s
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0)
    }
}

@media screen and (max-width:767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }
}

@media screen and (max-width:500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 10px
    }
}

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 30px
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 11px
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    background: 0 0;
    border-radius: 50%;
    color: rgba(var(--logistiq-gray-rgb), .5);
    line-height: 40px;
    font-weight: 600;
    border: 1px solid rgba(var(--logistiq-gray-rgb), .5);
    transition: .5s
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
    color: var(--logistiq-white);
    background: var(--logistiq-base);
    border-color: var(--logistiq-base)
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    border-radius: 50%;
    color: rgba(var(--logistiq-gray-rgb), .5)
}

.styled-pagination li a span:before {
    position: relative;
    top: 0;
    color: rgba(var(--logistiq-gray-rgb), .5);
    font-size: 14px;
    font-weight: 700;
    transition: .2s linear 0.1s
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    transition: .5s;
    z-index: 999
}

.main-header-one {
    position: relative;
    display: block;
    background: var(--logistiq-black)
}

.main-header-one .container,
.stricky-header--style1 .container {
    max-width: 1850px
}

.main-header-one__inner {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--logistiq-white-rgb), .15);
    border-top: none
}

.main-header-one__top {
    position: relative;
    display: block;
    background-color: rgba(var(--logistiq-white-rgb), .15);
    border-bottom: 1px solid rgba(var(--logistiq-white-rgb), .15);
    padding: 10px 40px 8px
}

.mobile-nav__container,
.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.main-header-one__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-contact-style1,
.header-contact-style1 ul li .icon,
.header-social-links,
.main-header-one__top-left,
.main-menu__main-menu-box {
    position: relative;
    display: block
}

.header-contact-style1 ul,
.header-contact-style1 ul li {
    position: relative;
    display: flex;
    align-items: center
}

.header-contact-style1 ul li+li {
    margin-left: 40px
}

.header-contact-style1 ul li .icon span {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 16px;
    line-height: 16px
}

.header-contact-style1 ul li .text-box,
.header-contact-style2 ul li .text-box {
    position: relative;
    display: block;
    margin-left: 10px;
    flex: 1
}

.header-contact-style1 ul li .text-box p {
    font-size: 16px;
    line-height: 20px;
    margin: 0
}

.header-contact-style1 ul li .text-box p span {
    color: var(--logistiq-base);
    margin-right: 5px;
    display: none
}

.main-header-one__top-right {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 60px;
    z-index: 1
}

.main-header-one__top-right::before {
    position: absolute;
    top: -10px;
    left: 0;
    bottom: -8px;
    right: -40px;
    background: var(--logistiq-base);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    content: "";
    z-index: -1
}

.header-search-box a:hover,
.header-social-links a:hover {
    color: var(--logistiq-black)
}

.header-social-links a+a {
    margin-left: 16px
}

.header-social-links a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px
}

.header-search-box {
    position: relative;
    display: block;
    margin-left: 40px
}

.header-search-box a {
    position: relative;
    display: inline-block;
    color: var(--logistiq-white);
    font-size: 17px;
    line-height: 17px;
    font-weight: 400
}

.header-search-box a i {
    position: relative;
    display: none;
    font-size: 16px;
    top: 3px;
    margin-left: 5px
}

.main-menu,
.main-menu__wrapper,
.main-menu__wrapper-inner {
    position: relative;
    display: block;
    z-index: 1
}

.main-header-one__bottom {
    position: relative;
    display: block;
    padding: 0 40px
}

.main-header-one__bottom-inner,
.main-header-one__bottom-left,
.main-header-one__bottom-right {
    display: flex;
    align-items: center;
    position: relative
}

.main-header-one__bottom-inner {
    justify-content: space-between
}

.main-header-one__bottom-left .logo-box {
    position: relative;
    display: block;
    padding-right: 70px;
    z-index: 1
}

.main-header-one__bottom-left .logo-box::before {
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    right: 0;
    background: var(--logistiq-base);
    clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
    z-index: -1;
    content: ""
}

.header-social-link-style2 ul li,
.main-header-one__bottom-left .logo-box a {
    position: relative;
    display: inline-block
}

.main-header-one__bottom-right-btn a::before,
.main-header-one__bottom-right-btn::after,
.main-header-one__bottom-right-btn::before {
    position: absolute;
    background: rgba(var(--logistiq-white-rgb), .15);
    content: ""
}

.main-header-one__bottom-left .logo-box a img {
    width: 100%
}

.main-header-one__bottom-menu {
    position: relative;
    display: block;
    margin-left: 140px
}

.main-header-one__bottom-right-btn {
    position: relative;
    display: block;
    padding-left: 3px;
    padding-right: 3px
}

.mobile-nav__wrapper,
.stricky-header {
    position: fixed;
    visibility: hidden;
    left: 0
}

.main-header-one__bottom-right-btn::before {
    top: -28px;
    left: 0;
    bottom: -27px;
    width: 1px
}

.main-header-one__bottom-right-btn::after {
    top: -28px;
    right: 0;
    bottom: -27px;
    width: 1px
}

.main-header-one__bottom-right-btn a {
    position: relative;
    display: inline-block;
    color: var(--logistiq-white);
    font-size: 16px;
    font-weight: 700;
    padding: 0 40px;
    text-transform: uppercase;
    z-index: 1
}

.main-header-one__bottom-right-btn a::before {
    top: -26px;
    left: 0;
    bottom: -24px;
    right: 0;
    transition: .2s linear 0.1s;
    z-index: -1
}

.main-header-one__bottom-right-btn a:hover::before {
    background: var(--logistiq-base)
}

.main-header-one__bottom-right-btn a i {
    position: relative;
    display: none;
    font-size: 15px;
    font-weight: 700;
    top: 1px;
    margin-left: 5px
}

.main-header-one__bottom-right .login-box {
    position: relative;
    display: block;
    margin-left: 40px
}

.header-contact-style2 ul,
.header-contact-style2 ul li,
.main-header-one__bottom-right .login-box a {
    position: relative;
    display: flex;
    align-items: center
}

.main-header-one__bottom-right .login-box a i {
    position: relative;
    display: none;
    color: var(--logistiq-base);
    font-size: 25px;
    line-height: 25px;
    font-weight: 400
}

.main-header-one__bottom-right .login-box a span {
    position: relative;
    display: block;
    color: var(--logistiq-white);
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    transition: .2s linear 0.1s;
    text-align: center;
    -webkit-text-stroke: 1px #222
}

.main-header-one__bottom-right .login-box a:hover span,
.main-menu .main-menu__list>li.current-menu-item>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current-menu-item>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--logistiq-base)
}

.stricky-header.main-menu {
    background-color: var(--logistiq-black)
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

@media (min-width:1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list>li>ul,
    .main-menu .main-menu__list>li>ul>li>ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list>li>ul,
    .stricky-header .main-menu__list>li>ul>li>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 27px;
    padding-bottom: 27px;
    position: relative
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 48px
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    position: relative;
    color: var(--logistiq-white);
    font-size: 17px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu .main-menu__list>li.dropdown>a:after {
    position: absolute;
    top: 56%;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 14px;
    color: var(--anity-black);
    transform: translateY(-50%);
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--logistiq-white);
    min-width: 280px;
    padding: 20px 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -webkit-transition: .2s linear;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    border-top: 5px solid var(--logistiq-base)
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: perspective(500px) rotatex(0)
}

.shadow-box {
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header--style1 .main-header-one__top {
    display: none
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
    border-top: 1px solid rgba(var(--logistiq-black-rgb), .1);
    margin-top: 0
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--logistiq-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 17px 0;
    -webkit-transition: .2s linear;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
    color: var(--logistiq-base);
    padding-left: 5px;
    text-shadow: 2px 3px 8px var(--logistiq-base)
}

.main-menu .main-menu__list>li>ul>li.dropdown>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li.dropdown>a::before,
.stricky-header .main-menu__list>li>ul>li.dropdown>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li.dropdown>a::before {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f105";
    font-size: 14px;
    color: var(--anity-white);
    transform: translateY(-50%) scale(1) rotate(0);
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu .main-menu__list>li>ul>li.dropdown:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li.dropdown:hover>a::before,
.stricky-header .main-menu__list>li>ul>li.dropdown:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li.dropdown:hover>a::before {
    color: var(--anity-base);
    transform: translateY(-50%) scale(1) rotate(90deg)
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    top: 0;
    left: 100%;
    border-left: 40px solid transparent;
    background-color: transparent;
    width: 320px;
    box-shadow: none;
    border-top: none
}

.main-menu .main-menu__list>li>ul>li>ul::before,
.stricky-header .main-menu__list>li>ul>li>ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--logistiq-white)
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%
}

.main-menu__wrapper .main-menu__list>.megamenu {
    position: static
}

.main-menu__wrapper .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    box-shadow: none;
    padding: 0
}

.stricky-header {
    z-index: 991;
    top: 0;
    background-color: #fff;
    width: 100%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility .5s, -webkit-transform .5s;
    transition: transform .5s, visibility .5s, -webkit-transform .5s;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05)
}

@media (max-width:1199px) {
    .stricky-header {
        display: none !important
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--logistiq-base);
    cursor: pointer
}

.mobile-nav__buttons a+a {
    margin-left: 10px
}

.mobile-nav__buttons a:hover {
    color: var(--logistiq-base)
}

.main-menu .mobile-nav__toggler {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--logistiq-white);
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--logistiq-base)
}

@media (min-width:1200px) {

    .main-menu .mobile-nav__toggler,
    .mobile-nav__buttons {
        display: none
    }
}

.stricky-header--style1.stricky-header .main-menu__list>li {
    padding-top: 31px;
    padding-bottom: 31px
}

.stricky-header--style1 .main-header-one__bottom-right-btn::after,
.stricky-header--style1 .main-header-one__bottom-right-btn::before {
    top: -42px;
    bottom: -41px;
    display: none
}

.stricky-header--style1 .main-header-one__bottom-right-btn a::before {
    top: -31px;
    bottom: -30px
}

.stricky-header--style1 .main-header-one__bottom-left .logo-box::before {
    top: -24px;
    bottom: -24px
}

.mobile-nav__wrapper {
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility .5s .5s, -webkit-transform .5s .5s;
    transition: transform .5s .5s, visibility .5s .5s, -webkit-transform .5s .5s
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: visibility .5s, -webkit-transform .5s;
    transition: transform .5s, visibility .5s, -webkit-transform .5s
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    cursor: pointer
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--logistiq-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity .5s, visibility .5s, -webkit-transform .5s;
    transition: opacity .5s, visibility .5s, transform .5s, -webkit-transform .5s
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .5s .5s, visibility .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, visibility .5s .5s, transform .5s .5s, -webkit-transform .5s .5s
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--logistiq-white);
    cursor: pointer
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-left: .5em
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none !important
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: var(--logistiq-font);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__content .main-menu__list li a.expanded,
.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
    color: var(--logistiq-base)
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: var(--logistiq-base);
    border: none;
    outline: 0;
    color: #fff;
    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;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    padding: 0
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-color: #fff;
    color: var(--logistiq-base)
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.mobile-nav__contact li,
.mobile-nav__contact li>i,
.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox
}

.mobile-nav__top .main-menu__login a {
    color: var(--logistiq-text-dark)
}

.header-contact-style2 ul li .text-box .text2 a:hover,
.header-search-box-two a:hover,
.main-header-two .main-menu .main-menu__list>li.current>a,
.main-header-two .main-menu .main-menu__list>li:hover>a,
.main-header-two .stricky-header .main-menu__list>li.current>a,
.main-header-two .stricky-header .main-menu__list>li:hover>a,
.mobile-nav__contact li a:hover,
.mobile-nav__social a:hover,
.stricky-header--style2 .header-search-box-two a:hover {
    color: var(--logistiq-base)
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__social {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--logistiq-white);
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__social a+a {
    margin-left: 30px
}

.mobile-nav__contact {
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    color: var(--logistiq-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav__contact li+li {
    margin-top: 15px
}

.mobile-nav__contact li a {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--logistiq-base);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff
}

.mobile-nav__container .main-logo,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login,
.mobile-nav__container .topbar__buttons {
    display: none
}

.main-header-two {
    position: relative;
    display: block;
    z-index: 4
}

.main-header-two .container {
    max-width: 1830px;
    width: 100%
}

.main-header-two__inner {
    position: relative;
    display: block;
    padding-left: 360px
}

.logo-box-two {
    position: absolute;
    top: 0;
    left: 0;
    height: 168px;
    display: flex;
    align-items: center;
    padding-right: 110px;
    z-index: 2
}

.logo-box-two::before {
    position: absolute;
    top: 0;
    left: -9999px;
    bottom: 0;
    right: 130px;
    background: var(--logistiq-base);
    content: "";
    z-index: -1
}

.logo-box-two::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--logistiq-base);
    clip-path: polygon(0% 0%, 100% 0, 85% 71%, 100% 100%, 0% 100%);
    content: "";
    z-index: -1
}

.main-header-two__top {
    position: relative;
    display: block;
    padding: 14px 0 20px;
    z-index: 1
}

.main-header-two__top::before {
    position: absolute;
    top: 0;
    left: -9999px;
    bottom: 0;
    right: -9999px;
    background: var(--logistiq-black);
    content: "";
    z-index: -1
}

.main-header-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-contact-style2,
.header-social-link-style2,
.header-social-link-style2 ul,
.main-header-two__bottom,
.main-header-two__top-left,
.main-header-two__top-right {
    position: relative;
    display: block
}

.header-contact-style2 ul li+li {
    margin-left: 80px
}

.header-contact-style2 ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(var(--logistiq-white-rgb), .1);
    border-radius: 1px
}

.header-contact-style2 ul li .icon span {
    position: relative;
    display: inline-block;
    color: var(--logistiq-white);
    font-size: 17px;
    line-height: 17px
}

.header-contact-style2 ul li .text-box .text1,
.header-social-link-style2 .title-box p {
    color: var(--logistiq-white);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize
}

.header-contact-style2 ul li .text-box .text2 {
    color: var(--logistiq-white);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}

.header-search-box-two a,
.main-header-three .main-menu .main-menu__list>li>a,
.main-header-two .main-menu .main-menu__list>li>a,
.main-header-two .stricky-header .main-menu__list>li>a,
.stricky-header.stricky-header--style3 .main-menu__list>li>a {
    color: var(--logistiq-black)
}

.header-social-link-style2 .title-box {
    position: relative;
    display: block;
    margin-bottom: 8px
}

.header-social-link-style2 ul li+li {
    margin-left: 11px
}

.header-social-link-style2 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--logistiq-white);
    width: 30px;
    height: 30px;
    background: rgba(var(--logistiq-white-rgb), .1);
    z-index: 1
}

.header-social-link-style2 ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--logistiq-base);
    border-radius: 0;
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    z-index: -1
}

.header-social-link-style2 ul li a span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 12px
}

.main-header-two__bottom .shape1 {
    position: absolute;
    top: 0;
    left: -80px;
    bottom: 0;
    width: 70px;
    background: #983315;
    clip-path: polygon(0% 0%, 45% 0, 29% 32%, 100% 100%, 0% 100%)
}

.search-popup__content .thm-btn,
.stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-1,
.stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-2,
.stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-3 {
    background-color: var(--logistiq-base)
}

.main-header-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-header-two__bottom-left {
    position: relative;
    display: block
}

.main-header-two .main-menu .main-menu__list>li,
.main-header-two .stricky-header .main-menu__list>li {
    padding-top: 22px;
    padding-bottom: 22px
}

.main-header-three__right,
.main-header-two__bottom-right {
    position: relative;
    display: flex;
    align-items: center
}

.header-search-box-two {
    position: relative;
    display: block;
    margin-right: 40px;
    line-height: 0
}

.header-search-box-two a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700
}

.main-header-two__bottom-right .sidebar-icon {
    position: relative;
    display: block;
    margin-right: 40px
}

.main-header-two__bottom-right .sidebar-icon a {
    position: relative;
    display: block
}

.main-header-two__bottom-right .sidebar-icon a span+span {
    margin-top: 5px
}

.main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-1 {
    position: relative;
    display: block;
    height: 2px;
    width: 20px;
    background-color: var(--logistiq-black);
    -webkit-transition: .5s;
    transition: .5s
}

.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-1,
.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-3 {
    width: 30px;
    background: var(--logistiq-base)
}

.main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-2 {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background-color: var(--logistiq-black);
    -webkit-transition: .5s;
    transition: .5s
}

.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-2 {
    width: 20px;
    background: var(--logistiq-base)
}

.main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-3 {
    position: relative;
    display: block;
    height: 2px;
    width: 25px;
    background-color: var(--logistiq-black);
    -webkit-transition: .5s;
    transition: .5s
}

.main-header-two__bottom-right .btn-box {
    position: relative;
    display: block;
    line-height: 0
}

.stricky-header--style2 .container {
    max-width: 1830px
}

.stricky-header--style2 .main-header-two__bottom .shape1,
.stricky-header--style2 .main-header-two__top {
    display: none
}

.search-popup,
.search-popup__content .thm-btn,
.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox
}

.stricky-header--style2.stricky-header .main-menu__list>li {
    padding-top: 42px;
    padding-bottom: 42px
}

.stricky-header--style2 .logo-box-two::after {
    clip-path: none
}

.stricky-header--style2 .logo-box-two {
    height: 112px;
    padding-right: 50px
}

.stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-1,
.stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-2,
.stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-3 {
    background-color: var(--logistiq-white)
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s
}

.search-popup.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--logistiq-black);
    opacity: .75;
    cursor: pointer
}

.search-popup__content {
    width: 100%;
    max-width: 560px
}

.search-popup__content form {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: 0;
    height: 66px;
    padding-left: 30px;
    padding-right: 85px
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    border: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.search-popup__content .thm-btn:after {
    background-color: var(--logistiq-black);
    border-radius: 0
}

.search-popup__content .thm-btn .hover-bx,
.search-popup__content .thm-btn .hover-bx4 {
    border-radius: 0
}

.search-popup__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: var(--logistiq-white);
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.search-popup__content .thm-btn:hover i {
    color: var(--logistiq-white)
}

.main-header-three {
    position: relative;
    display: block;
    z-index: 3
}

.main-header-three__top {
    position: relative;
    display: block;
    background: var(--logistiq-black);
    padding: 20px 0 53px
}

.main-header-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-header__language-switcher {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 19px;
    margin-right: 12px
}

.main-header__language-switcher::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 8px;
    width: 1px;
    background: var(--logistiq-white);
    content: ""
}

.main-header__language-switcher .icon {
    position: relative;
    display: block;
    margin-right: 12px
}

.main-header__language-switcher .icon span {
    position: relative;
    display: inline-block;
    color: var(--logistiq-white);
    font-size: 18px;
    line-height: 18px
}

.main-header-three__bottom,
.main-header__language-switcher .language-switcher,
.main-header__language-switcher .language-switcher form .select-box {
    display: block;
    position: relative
}

.main-header__language-switcher .language-switcher form {
    position: relative;
    display: block;
    width: 48px
}

.main-header__language-switcher .nice-select {
    background-color: var(--logistiq-black);
    border-radius: 0;
    color: var(--logistiq-white);
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    outline: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.main-header__language-switcher .nice-select:after {
    right: 0;
    margin-top: -6px;
    border-bottom: 1px solid var(--logistiq-white);
    border-right: 1px solid var(--logistiq-white)
}

.main-header__language-switcher .nice-select .list {
    width: 65px;
    background-color: var(--logistiq-base)
}

.main-header-three .main-menu .main-menu__list>li.current>a,
.main-header-three .main-menu .main-menu__list>li:hover>a,
.main-header-three__right .header-social-links a:hover,
.stricky-header.stricky-header--style3 .main-menu__list>li.current>a,
.stricky-header.stricky-header--style3 .main-menu__list>li:hover>a {
    color: var(--logistiq-base)
}

.main-header-three__bottom {
    margin-top: -25px;
    z-index: 2
}

.main-header-three__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--logistiq-white);
    padding: 0 20px
}

.main-header-three__bottom-left,
.main-header-three__bottom-left .logo-box,
.main-header-three__bottom-middle,
.main-header-three__menu {
    position: relative;
    display: block
}

.main-header-three__bottom-left .logo-box a {
    position: relative;
    display: inline-block
}

.main-header-three__bottom-left .logo-box a img {
    width: 100%
}

.main-header-three .main-menu .main-menu__list>li,
.main-header-three .stricky-header.stricky-header--style3 .main-menu__list>li {
    padding-top: 32px;
    padding-bottom: 32px
}

.main-header-three__bottom-right {
    position: relative;
    display: flex;
    align-items: center
}

.main-header-three__bottom-right .header-search-box-two {
    margin-right: 30px
}

.main-header-three__bottom-right .btn-box {
    position: relative;
    display: block;
    line-height: 0
}

.stricky-header--style3 .main-header-three__bottom-right,
.stricky-header--style3 .main-header-three__top {
    display: none
}

.stricky-header--style3 .main-header-three__bottom {
    margin-top: 0
}

.stricky-header--style3.stricky-header.main-menu {
    background-color: var(--logistiq-white)
}

.stricky-header--style3.stricky-header .main-menu__list>li {
    padding-top: 37px;
    padding-bottom: 37px
}

.header-toggle-box {
    margin-left: 20px;
}

.header-toggle-box .btn-primary {
    color: #fff;
    background-color: #565969;
    border-color: #565969;
}

.header-toggle-box .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #212529;
}

.header-toggle-box .btn-default.active {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.header-toggle-box .toggle-on.btn-xs {
    padding-right: 22px;
}

.header-toggle-box .toggle-off.btn-xs {
    padding-left: 22px;
}

/***
=============================================
Banner
=============================================
***/
.banner {
    position: relative;
    display: block;
    background: rgb(18, 33, 38);
    background: linear-gradient(90deg, rgba(18, 33, 38, 1) 0%, rgba(18, 33, 38, 1) 35%, rgba(10, 44, 54, 1) 60%, rgba(10, 44, 54, 1) 100%);
    padding: 512px 0px 94px;
    z-index: 2;
}

.banner::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -300px;
    opacity: 0.80;
    content: "";
    background: rgb(14, 18, 29);
    background: linear-gradient(-120deg, rgba(14, 18, 29, 0.90) 10%, rgba(255, 94, 20, 0.7) 30%, rgba(14, 18, 29, 0.9) 50%);
}

.banner_pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.02;
    z-index: -1;
}

.banner_pattern2 {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}

.banner .shape1 {
    position: absolute;
    left: -240px;
    bottom: -25px;
    z-index: -1;
}

.banner_img1 {
    position: absolute;
    bottom: -40px;
    right: -35px;
    z-index: 1;
}

.banner_img5 {
    position: absolute;
    bottom: -65px;
    right: 0;
    z-index: 1;
}




.banner_location {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1030px;
    min-height: 470px;
    margin: 0 auto;
    z-index: 7;
}

.banner_location-single {}


.banner_location-single.style1 {
    position: absolute;
    top: 115px;
    left: 40px;
}

.banner_location-single.style2 {
    position: absolute;
    top: 60px;
    left: 360px;
}

.banner_location-single.style3 {
    position: absolute;
    top: 150px;
    left: 570px;
}

.banner_location-single.style4 {
    position: absolute;
    left: 315px;
    bottom: 150px;
}

.banner_location-single.style5 {
    position: absolute;
    left: 545px;
    bottom: 145px;
}

.banner_location-single.style6 {
    position: absolute;
    top: 160px;
    right: 265px;
}

.banner_location-single.style7 {
    position: absolute;
    right: 240px;
    bottom: 185px;
}

.banner_location-single.style8 {
    position: absolute;
    top: 115px;
    right: 25px;
}


.banner_location-single .round-box {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--logistiq-base);
    border-radius: 50%;
    cursor: pointer;
}

.banner_location-single .round-box::before,
.banner_location-single .round-box::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: transparent;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    transition: all .4s ease;
}

.banner_location-single .round-box::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.banner_location-single .round-box .bdr {
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--logistiq-base);
    border-radius: 50%;
    content: "";
}



.banner_location-single .content-box {
    position: absolute;
    top: 55px;
    left: -100%;
    background: var(--logistiq-white);
    padding: 0px 15px 18px;
    border: 2px solid var(--logistiq-base);
    text-align: center;
    transition: all 0.2s ease;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    visibility: hidden;
    z-index: 100;
    margin-left: -40px;
}

.banner_location-single:hover .content-box {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
}

.banner_location-single .content-box::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
    border-bottom: 25px solid var(--logistiq-white);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    z-index: 1;
}

.banner_location-single .content-box::after {
    content: "";
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
    border-bottom: 25px solid var(--logistiq-base);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    z-index: -1;
}

.banner_location-single .content-box .img-box {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e4e4e4;
    padding: 3px 3px 3px;
    margin: -6px auto 8px;
    z-index: 2;
}

.banner_location-single .content-box .img-box img {
    width: 100%;
}

.banner_location-single .content-box .text-box {
    position: relative;
    display: block;
}

.banner_location-single .content-box .text-box h4 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.banner_location-single .content-box .text-box p {
    color: var(--logistiq-black);
    font-size: 15px;
    line-height: 24px;
}

.banner_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_content-left {
    position: relative;
    display: block;
    text-align: right;
}

.banner_content-left h2 {
    color: var(--logistiq-white);
    font-size: 74px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 27px;
}

.banner_content-left h2 span {
    color: var(--logistiq-base);
}

.banner_content-left p {
    color: var(--logistiq-white);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.banner_content-right {
    position: relative;
    display: block;
    padding-left: 40px;
    margin-left: 40px;
}

.banner_content-right::before {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0px;
    width: 2px;
    background: var(--logistiq-base);
    content: "";
}

.banner_content-right-text {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.banner_content-right-text p {
    color: #E4E4E4;
    font-size: 20px;
    line-height: 34px;
}

.banner_content-right-middle {
    position: relative;
    display: flex;
    align-items: center;
}

.banner_content-right-middle ul {
    position: relative;
    display: block;
}

.banner_content-right-middle ul li {
    position: relative;
    display: block;
    float: left;
}

.banner_content-right-middle ul li+li {
    margin-left: -20px;
}

.banner_content-right-middle ul li .img-box {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--logistiq-base);
}

.banner_content-right-middle ul li .img-box img {
    width: 100%;
}

.banner_content-right-middle .text-box {
    position: relative;
    display: block;
    margin-left: 10px;
    flex: 1;
}

.banner_content-right-middle .text-box h2 {
    color: var(--logistiq-white);
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
}

.banner_content-right-middle .text-box p {
    color: var(--logistiq-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.banner_content-right-btn {
    position: relative;
    display: block;
    margin-top: 30px;
    line-height: 0;
}

.banner_content-right-btn .hover-btn {
    background-color: var(--logistiq-white);
}

.banner_content-right-btn .thm-btn:hover {
    color: var(--logistiq-black);
}

/***
=============================================
About One
=============================================
***/
.about {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.about_content {
    position: relative;
    display: block;
    max-width: 655px;
    width: 100%;
}

.about_content .sec-title {
    padding-bottom: 31px;
}

.about_content-text2 {
    position: relative;
    display: block;
    margin-top: 45px;
}

.about_content-text2 .row {
    --bs-gutter-x: 20px;
}

.about_content-text2-single {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.08);
    border-left: 2px solid var(--logistiq-base);
    padding: 25px 25px 21px;
    margin-bottom: 30px;
}

.about_content-text2-single-top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}

.about_content-text2-single-top .icon {
    position: relative;
    display: block;
    padding-right: 10px;
}

.about_content-text2-single-top .icon::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 6px;
    width: 1px;
    background: #E4E4E4;
    content: "";
}

.about_content-text2-single-top .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 30px;
    line-height: 30px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.about_content-text2-single:hover .about_content-text2-single-top .icon span::before {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.about_content-text2-single-top .title-box {
    position: relative;
    display: block;
    margin-left: 10px;
    flex: 1;
}

.about_content-text2-single-top .title-box h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.about_content-text2-single p {
    font-size: 16px;
    margin: 0;
}

.about_content-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.about_content-bottom .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
}

.about_content-bottom .contact-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 85px;
}

.about_content-bottom .contact-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--logistiq-white);
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
}

.about_content-bottom .contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 15px;
    line-height: 15px;
}

.about_content-bottom .contact-box .text-box {
    position: relative;
    display: block;
    margin-left: 15px;
    flex: 1;
}

.about_content-bottom .contact-box .text-box p {
    font-size: 16px;
    color: var(--logistiq-base);
}

.about_content-bottom .contact-box .text-box h4 {
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
}

.about_content-bottom .contact-box .text-box h4 a {
    color: var(--logistiq-black);
}

.about_content-bottom .contact-box .text-box h4 a:hover {
    color: var(--logistiq-base);
}

.about_img {
    position: relative;
    display: block;
    max-width: 425px;
    width: 100%;
}

.about_img .shape1 {
    position: absolute;
    top: -5px;
    right: -26px;
    z-index: -1;
}

.about_img .shape2 {
    position: absolute;
    top: 135px;
    right: -40px;
    z-index: -1;
}

.about_img1 {
    position: relative;
    display: block;
    max-width: 360px;
    width: 100%;
}

.about_img1 img {
    width: 100%;
}

.about_img2 {
    position: absolute;
    bottom: -145px;
    right: 0px;
    z-index: 2;
}

.about_img2 .shape3 {
    position: absolute;
    left: -90px;
    bottom: -30px;
    z-index: -1;
}

.about_img2::before {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: 0px;
    right: 0px;
    background: var(--logistiq-white);
    content: "";
    z-index: -1;
}

.about_round-text-box {
    position: absolute;
    bottom: 80px;
    left: -80px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--logistiq-base);
    z-index: 5;
}

.about_round-text-box .inner {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
}

.about_curved-circle {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    color: var(--logistiq-white);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    letter-spacing: 0px;
    word-spacing: 2px;
    transform: rotate(0deg);
    height: 150px !important;
}

.about_round-text-box .overlay-icon-box {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background-color: var(--logistiq-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_round-text-box .overlay-icon-box a {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 40px;
}



.about_img2-inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about_img2-inner img {
    width: 100%;
}

/***
=============================================
Service One
=============================================
***/
.service {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.service_pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.service_single {
    position: relative;
    display: block;
}

.service_single-inner {
    position: relative;
    display: block;
    margin-right: 25px;
}

.service_single-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.service_single-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--logistiq-black-rgb), 0.6);
    opacity: 0;
    z-index: 1;
    content: "";
}

.service_single:hover .service_single-img::before {
    opacity: 1;
}

.service_single-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.service_single:hover .service_single-img img {
    transform: scale(1);
}

.service_single-content {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    margin-top: -60px;
    margin-left: 30px;
    padding: 33px 40px 32px;
    z-index: 5;
}

.service_single-content::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background: var(--logistiq-black);
    content: "";
}

.service_single-content::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background: var(--logistiq-base);
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: 1;
    content: "";
}

.service_single:hover .service_single-content::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.service_single-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.service_single-content h2 a {
    color: var(--logistiq-black);
}

.service_single-content h2 a:hover {
    color: var(--logistiq-base);
}

.service_single-content p {
    font-size: 16px;
    margin: 0;
}

.service_single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 13px;
}

.service_single-content .btn-box a {
    color: var(--logistiq-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.service_single-content .btn-box a:hover {
    color: var(--logistiq-base);
}

.service_single-content .btn-box a span::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    top: 2px;
    margin-left: 5px;
}

.service_single .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--logistiq-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

.service_single:hover .icon {
    background: var(--logistiq-base);
}

.service_single .icon::before {
    position: absolute;
    top: -20px;
    right: 0px;
    width: 25px;
    border-bottom: 20px solid #04171d;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.service_single:hover .icon::before {
    border-bottom: 20px solid #7f2b11;
}

.service_single .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-white);
    font-size: 45px;
    line-height: 45px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.service_single:hover .icon span::before {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.service .owl-nav {
    margin: 50px 0 0 0;
}

.service .owl-prev,
.service .owl-next {
    background: #971425 !important;
    padding: 10px 12px !important;
    color: #fff !important;
}

.service .owl-prev span,
.service .owl-next span {
    line-height: 2;
    padding: 10px;
}

/***
=============================================
Why Choose One
=============================================
***/
.why-choose {
    position: relative;
    display: block;
    background: var(--logistiq-black);
    padding: 120px 0px 120px;
    z-index: 2;
}

.why-choose_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    text-align: center;
    z-index: -1;
}

.why-choose .shape1 {
    position: absolute;
    right: 340px;
    bottom: -80px;
    z-index: -1;
}

.why-choose_content {
    position: relative;
    display: block;
}

.why-choose_content .sec-title {
    padding-bottom: 31px;
}

.why-choose_content .sec-title__tagline .text h4 {
    color: var(--logistiq-white);
}

.why-choose_content .sec-title__title {
    color: var(--logistiq-white);
}

.why-choose_content-list {
    position: relative;
    display: block;
}

.why-choose_content-list ul {
    position: relative;
    display: block;
}

.why-choose_content-list ul li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.why-choose_content-list ul li:last-child {
    margin-bottom: 0px;
}

.why-choose_content-list ul li p {
    color: var(--logistiq-white);
}

.why-choose_content-list ul li p span {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-right: 4px;
    top: 1px;
}

.why-choose_content-list ul li p span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 17px;
}

.why-choose_content .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 42px;
}

.why-choose_content .btn-box .thm-btn:hover {
    color: var(--logistiq-black);
}

.why-choose_content .btn-box .hover-btn {
    background-color: var(--logistiq-white);
}

.why-choose_form-box {
    position: relative;
    display: block;
    max-width: 580px;
    width: 100%;
    float: right;
    margin-top: -180px;
    background: var(--logistiq-white);
    padding: 54px 60px 60px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    z-index: 2;
}

.why-choose_form-box .title-box {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.why-choose_form-box .title-box h2 {
    font-size: 42px;
    line-height: 1em;
    font-weight: 700;
}

.why-choose_form {
    position: relative;
    display: block;
}

.why-choose_form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.why-choose_form .input-box .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.why-choose_form .input-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-gray);
    font-size: 15px;
}

.why-choose_form .input-box input[type="text"],
.why-choose_form .input-box input[type="email"] {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: var(--logistiq-white);
    border: 1px solid rgba(var(--logistiq-black-rgb), .10);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--logistiq-gray);
    border-radius: 2px;
    font-family: var(--logistiq-font);
}

#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--logistiq-black);
    color: var(--logistiq-black);
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--logistiq-base) none repeat scroll 0 0;
    border: 2px solid var(--logistiq-base);
    border-radius: 0;
    color: var(--logistiq-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    background: var(--thm-logistiq);
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: var(--logistiq-white);
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}

#ui-datepicker-div.ui-widget {
    font-family: var(--logistiq-font);
}

#ptTimeSelectCntr .ui-widget {
    font-family: var(--logistiq-font);
}

.why-choose_form .input-box .select-box {
    width: 100%;
}

.why-choose_form .input-box .nice-select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: var(--logistiq-white);
    border: 1px solid rgba(var(--logistiq-black-rgb), .10);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
    color: var(--logistiq-gray);
    border-radius: 2px;
    font-family: var(--logistiq-font);
    float: none;
}

.why-choose_form .input-box .nice-select:after {
    position: absolute;
    top: 18px;
    right: 23px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid var(--logistiq-gray);
    border-right: 1px solid var(--logistiq-gray);
    margin-top: 0px;
    z-index: 10;
}

.why-choose_form .input-box .nice-select .option {
    color: var(--logistiq-white);
}

.why-choose_form-distance {
    position: relative;
    display: block;
    margin-bottom: 35px;
    margin-top: -7px;
}

.why-choose_form-distance .title {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.why-choose_form-distance .title p {
    color: var(--logistiq-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.why-choose_form-distance-inner {
    position: relative;
    display: block;
    max-width: 460px;
    width: 100%;
}

.why-choose_form-distance-inner .price-ranger {
    position: relative;
    display: block;
}

.why-choose_form-distance-inner .ui-widget-content {
    background: #e4e4e4;
    border: none;
    height: 5px;
}

.why-choose_form-distance-inner .ui-slider-handle {
    position: relative;
    display: inline-block;
    background: var(--logistiq-base) none repeat scroll 0 0;
    border: 0px solid #ffffff;
    border-radius: 50%;
    width: 15px !important;
    height: 15px;
    margin-left: -5px;
    outline: medium none;
    cursor: pointer;
}

.why-choose_form-distance-inner .ui-slider-handle::before {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    background: var(--logistiq-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    content: "";
}

.why-choose_form-distance-inner .ui-slider-horizontal .ui-slider-handle {
    top: -16px;
}

.why-choose_form-distance-inner .ui-slider .ui-slider-range {
    position: relative;
    display: block;
    background: var(--logistiq-base);
    width: 100%;
    height: 5px;
}

.why-choose_form-distance-inner #slider-range {
    margin-left: 3px;
    margin-right: 5px;
    margin-top: 0;
    max-width: 315px;
    width: 100%;
}

.why-choose_form-distance-inner .ranger-min-max-block {
    position: absolute;
    top: -22px;
    right: 0;
    width: 120px;
    height: 50px;
    border: 1px solid rgba(var(--logistiq-black-rgb), .10);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.why-choose_form-distance-inner .ranger-min-max-block input {
    display: inline-block;
}

.why-choose_form-distance-inner .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    color: var(--logisitq-white);
    text-align: center;
    padding: 8px 0 7px;
    border: 1px solid var(--logisitq-white);
    background: var(--logisitq-white);
    cursor: pointer;
    margin-top: 7px;
    margin-bottom: 8px;
    font-family: var(--logistiq-base);
}

.why-choose_form-distance-inner .ranger-min-max-block input[type="submit"]:hover {}

.why-choose_form-distance-inner .ranger-min-max-block input[type="text"] {
    border: medium none;
    color: var(--logistiq-gray);
    font-size: 16px;
    font-weight: 300;
    outline: medium none;
    text-align: center;
    width: 100%;
    margin-left: -13px;
    z-index: -1;
}

.why-choose_form-distance-inner .ranger-min-max-block input[type='text'].max {}

.why-choose_form-distance-inner .ranger-min-max-block span {
    color: var(--logistiq-gray);
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    margin-left: -27px;
}

.why-choose_form-btn {
    position: relative;
    display: block;
}

/***
=============================================
Faq One
=============================================
***/
.faq {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 120px 0px 169px;
    z-index: 1;
}

.faq .shape1 {
    position: absolute;
    top: -45px;
    left: 15px;
    z-index: 1;
}

.faq_content {
    position: relative;
    display: block;
    margin-top: 120px;
    margin-right: -50px;
    z-index: 2;
}

.faq_content-faq {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 120px 80px 120px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.faq-accrodion {
    position: relative;
    display: block;
    border-top: 1px solid #EEEEEE;
}

.faq-accrodion .accrodion {
    position: relative;
    display: block;
    border-bottom: 1px solid #EEEEEE;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-two__right .faq-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}


.faq-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 19px 0px 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-accrodion .accrodion-title h4 {
    position: relative;
    color: var(--logistiq-black);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    //text-transform: capitalize;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--logistiq-base);
}

.faq-accrodion .accrodion-title h4::before {
    position: absolute;
    color: var(--logistiq-black);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    content: "\e923";
    font-family: 'icomoon' !important;
}

.faq-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e924";
    color: var(--logistiq-base);
}

.faq-accrodion .accrodion-content {
    position: relative;
    display: block;
    padding: 0px 0px 17px;
    margin-top: -3px;
}

.faq-accrodion .accrodion-content p {
    margin: 0;
}

.faq_img {
    position: relative;
    display: block;
    margin-left: -115px;
}

.faq_img-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.faq_img-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--logistiq-black-rgb), 0.2);
    content: "";
    z-index: 1;
}

.faq_img-box img {
    width: 100%;
}

.faq_video-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.faq_video-icon {
    position: relative;
    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;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: var(--logistiq-white);
    background-color: var(--logistiq-base);
    border: 0px solid var(--logistiq-black);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.faq_video-icon:hover {
    background-color: var(--logistiq-white);
    color: var(--logistiq-black);
}

.faq_video-link .ripple,
.faq_video-icon .ripple:before,
.faq_video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--logistiq-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--logistiq-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--logistiq-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--logistiq-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.faq_video-icon .ripple:before {
    position: absolute;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
}

.faq_video-icon .ripple:after {
    position: absolute;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
}

/***
=============================================
Faq One Faq
=============================================
***/
.faq--faq {
    position: relative;
    display: block;
    padding-bottom: 0px;
}

/***
=============================================
Cta One
=============================================
***/
.cta {
    position: relative;
    display: block;
    z-index: 1;
}

.cta::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200px;
    background: var(--logistiq-gray-bg);
    content: "";
    z-index: -1;
}

.cta_inner {
    position: relative;
    display: block;
    background: var(--logistiq-black);
    padding: 65px 95px 75px;
    border-radius: 3px;
    z-index: 1;
}

.cta_img {
    position: absolute;
    right: 185px;
    bottom: 0;
    z-index: 1;
}

.cta_pattern {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    z-index: -1;
}

.cta_inner .shape1 {
    position: absolute;
    top: 175px;
    left: 460px;
    z-index: -1;
}

.cta_inner .shape2 {
    position: absolute;
    bottom: 0;
    right: 130px;
}

.cta_inner .shape3 {
    position: absolute;
    bottom: 0;
    right: 90px;
    z-index: -1;
}

.cta_content {
    position: relative;
    display: block;
}

.cta_content h2 {
    color: var(--logistiq-white);
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 25px;
}

.cta_content h2 span {
    color: var(--logistiq-base);
}

.cta_content p {
    color: var(--logistiq-white);
}

.cta_content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 37px;
}

.cta_content .btn-box .hover-btn {
    background-color: var(--logistiq-white);
}

.cta_content .btn-box .thm-btn:hover {
    color: var(--logistiq-black);
}

/***
=============================================
Counter One
=============================================
***/
.counter {
    position: relative;
    display: block;
    background: var(--logistiq-gray-bg);
    padding: 110px 0px 112px;
    z-index: 1;
}

.counter_single {
    position: relative;
    display: block;
}

.counter_single-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.counter_single-inner .icon {
    position: relative;
    display: block;
    z-index: 1;
}

.counter_single-inner .icon::before {
    position: absolute;
    left: -15px;
    bottom: -6px;
    width: 90px;
    border-bottom: 90px solid #ecedef;
    border-left: 0px solid transparent;
    border-right: 90px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.counter_single-inner .icon span {
    position: relative;
    display: inline-block;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.counter_single:hover .counter_single-inner .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.counter_single-inner .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-black);
    font-size: 70px;
    line-height: 70px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.counter_single:hover .counter_single-inner .icon span::before {
    color: var(--logistiq-base);
}

.counter_single-inner .content-box {
    position: relative;
    display: block;
    margin-left: 35px;
    padding-left: 25px;
    flex: 1;
}

.counter_single-inner .content-box::before {
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 8px;
    width: 2px;
    background: #ecedef;
    content: "";
}

.counter_single-inner .content-box .count-text-box {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.counter_single-inner .content-box .count-text-box h3 {
    font-size: 74px;
    line-height: 1em;
    font-weight: 700;
}

.counter_single-inner .content-box .count-text-box .plus {
    position: relative;
    display: inline-block;
    color: var(--logistiq-black);
    font-size: 43px;
    margin-left: 9px;
    top: 3px;
    font-weight: 700;
}

.counter_single-inner .content-box .text-box {
    position: relative;
    display: block;
    margin-top: 1px;
}

.counter_single-inner .content-box .text-box p {
    color: var(--logistiq-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.counter_single .shape1 {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    border-top: 20px solid var(--logistiq-black);
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.counter_single:hover .shape1 {
    border-top: 20px solid var(--logistiq-base);
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
}

/***
=============================================
Features Two
=============================================
***/
.features {
    position: relative;
    display: block;
    background: var(--logistiq-black);
    padding: 120px 0px 90px;
    z-index: 1;
}

.features_top {
    position: relative;
    display: block;
    margin-bottom: 51px;
}

.features_top-inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.features_top .sec-title {
    padding-bottom: 0px;
}

.features_top .sec-title__tagline .text h4 {
    color: var(--logistiq-white);
}

.features_top .sec-title__title {
    color: var(--logistiq-white);
}

.features_top .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
    top: -9px;
}

.features_top .btn-box .hover-btn {
    background-color: var(--logistiq-white);
}

.features_top .btn-box .thm-btn:hover {
    color: var(--logistiq-black);
}


.features .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.features_single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.features_single-img {
    position: relative;
    display: block;
}

.features_single-img-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.features_single-img-inner::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    transition: all 0.4s linear 0s;
    content: "";
    z-index: 1;
}

.features_single:hover .features_single-img-inner::before {
    height: 80%;
}

.features_single-img-inner img {
    width: 100%;
    transition: all 500ms ease;
}

.features_single:hover .features_single-img-inner img {
    transform: scaleY(1.05);
}

.features_single-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 40px 30px 40px;
    padding-top: 0px;
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    transition: all 0.4s linear 0s;
    z-index: 5;
}

.features_single:hover .features_single-content {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.features_single-content span {
    position: relative;
    display: block;
    color: var(--logistiq-base);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.features_single-content h2 {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 8px;
}

.features_single-content h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    background: var(--logistiq-base);
    height: 2px;
    content: "";
}

.features_single-content h2 a {
    color: var(--logistiq-white);
}

.features_single-content h2 a:hover {
    color: var(--logistiq-base);
}

.features_single-content-bottom {
    position: relative;
    display: block;
    margin-top: 17px;
    opacity: 0;
    transition: all 0.4s linear 0s;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.features_single:hover .features_single-content-bottom {
    opacity: 1;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.features_single-content-bottom p {
    color: var(--logistiq-white);
}

.features_single-content-bottom .btn-box {
    position: relative;
    display: block;
    margin-top: 22px;
}

.features_single-content-bottom .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: var(--logistiq-base);
    border-radius: 50%;
}

.features_single-content-bottom .btn-box a span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-white);
    font-size: 15px;
    line-height: 15px;
}

/***
=============================================
Brand One
=============================================
***/
.brand {
    position: relative;
    display: block;
    background: var(--logistiq-gray-bg);
    padding: 60px 0px 60px;
    z-index: 2;
}

.brand_single {
    position: relative;
    display: block;
}

.brand_single-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0px 24px;
    z-index: 1;
}

.brand_single-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--logistiq-white);
    transform: scaleX(0);
    transition: all 600ms ease 100ms;
    content: "";
    z-index: -1;
}

.brand_single:hover .brand_single-inner::before {
    transform: scaleY(1);
}

.brand_single-inner a {
    position: relative;
    display: block;
}

.brand_single-inner img {
    width: auto;
    transition: .7s ease;
    transform: scale(1.05);
}

.brand_single:hover .brand_single-inner img {
    transform: scale(1);
}

.brand_carousel.owl-carousel .owl-item img {
    width: auto;
}

/***
=============================================
Footer
=============================================
***/
.footer {
    position: relative;
    display: block;
    background-color: var(--logistiq-black);
    padding: 120px 0px 0px;
    z-index: 1;
}

.footer_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    text-align: center;
    z-index: -1;
}

.footer_top {
    position: relative;
    display: block;
    padding-bottom: 113px;
}

.footer_top-inner {
    position: relative;
    display: block;
}

.footer-widget__single {
    position: relative;
    display: block;
}

.footer-widget__single .title {
    position: relative;
    display: block;
    margin-top: -12px;
    margin-bottom: 14px;
}

.footer-widget__single .title h2 {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--logistiq-white);
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
}

.footer-widget__single .title h2 span {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 45px;
    margin-left: 15px;
}

.footer_about {
    position: relative;
    display: block;
}

.footer_about-logo {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer_about-logo a {
    position: relative;
    display: inline-block;
}

.footer_about-logo a img {
    width: 100%;
}

.footer_about-text {
    color: #E4E4E4;
}

.footer_about-contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.footer_about-contact-info .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px dashed var(--logistiq-base);
    background-color: var(--logistiq-base);
}

.footer_about-contact-info .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-white);
    font-size: 18px;
    line-height: 18px;
}

.footer_about-contact-info .text-box {
    position: relative;
    display: block;
    margin-left: 10px;
    flex: 1;
}

.footer_about-contact-info .text-box p {
    color: #E4E4E4;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.footer_about-contact-info .text-box h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.footer_about-contact-info .text-box h4 a {
    color: var(--logistiq-base);
}

.footer_quick-links {
    position: relative;
    display: block;
    margin-left: 40px;
}

.footer_quick-links-list {
    position: relative;
    display: block;
}

.footer_quick-links-list li {
    position: relative;
    display: block;
    margin-bottom: 9px;
}

.footer_quick-links-list li:last-child {
    margin-bottom: 0px;
}

.footer_quick-links-list li a {
    color: #E4E4E4;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.footer_quick-links-list li a:hover {
    color: var(--logistiq-base);
}

.footer_quick-links-list li a span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    padding-right: 5px;
    top: -2px;
}

.footer_contact {
    position: relative;
    display: block;
}

.footer_contact-box {
    position: relative;
    display: block;
}

.footer_contact-box ul {
    position: relative;
    display: block;
}

.footer_contact-box ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 22px;
}

.footer_contact-box ul li:last-child {
    margin-bottom: 0px;
}

.footer_contact-box ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.footer_contact-box ul li .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 20px;
    line-height: 20px;
    top: 6px;
}

.footer_contact-box ul li .text-box {
    position: relative;
    display: block;
}

.footer_contact-box ul li .text-box p {
    color: #E4E4E4;
    font-size: 17px;
    line-height: 28px;
}

.footer_contact-box ul li .text-box p a {
    color: #E4E4E4;
}

.footer_contact-box ul li .text-box p a:hover {
    color: var(--logistiq-base);
}

.footer_subscribe {
    position: relative;
    display: block;
}

.footer_subscribe-text {
    color: #E4E4E4;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}

.footer_subscribe-form {
    position: relative;
    display: block;
    margin-top: 19px;
}

.footer_subscribe-form .subscribe-form {
    position: relative;
    display: block;
}

.footer_subscribe-form .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 1.0);
    border: none;
    color: var(--logistiq-gray);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--logistiq-font);
    text-transform: none;
    outline: none;
}

.footer_subscribe-form .subscribe-form input::-webkit-input-placeholder {
    color: var(--logistiq-gray);
}

.footer_subscribe-form .subscribe-form input:-moz-placeholder {
    color: var(--logistiq-gray);
}

.footer_subscribe-form .subscribe-form input::-moz-placeholder {
    color: var(--logistiq-gray);
}

.footer_subscribe-form .subscribe-form input:-ms-input-placeholder {
    color: var(--logistiq-gray);
}

.footer_subscribe-form .subscribe-form button {
    position: relative;
    margin-top: 15px;
}

.footer_subscribe-form .subscribe-form button.thm-btn .hover-btn {
    background-color: var(--logistiq-white);
}

.footer_subscribe-form .subscribe-form button.thm-btn:hover {
    color: var(--logistiq-black);
}

.footer_bottom {
    position: relative;
    display: block;
}

.footer_bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid rgba(var(--logistiq-white-rgb), 0.2);
    padding: 20px 0px 20px;
}

.footer_bottom-text {
    position: relative;
    display: block;
}

.footer_bottom-text p {
    color: #E4E4E4;
}

.footer_bottom-text p a {
    color: #E4E4E4;
}

.footer_bottom-text p a:hover {
    color: var(--logistiq-base);
}

.footer_social-links {
    position: relative;
    display: block;
}

.footer_social-links ul {
    position: relative;
    display: block;
}

.footer_social-links ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.footer_social-links ul li:last-child {
    margin-right: 0px;
}

.footer_social-links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(var(--logistiq-white-rgb), 0.1);
    z-index: 1;
}

.footer_social-links ul li a::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    content: "";
    bottom: 0;
    background: #FFF;
    z-index: -1;
    transition: .5s;
    margin: auto;
}

.footer_social-links ul li a:hover::before {
    width: 100%;
    left: 0;
}

.footer_social-links ul li a span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-white);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer_social-links ul li a:hover span::before {
    color: var(--logistiq-black);
}
/***
=============================================
Page Header
=============================================
***/
.page-header {
    position: relative;
    display: block;
    padding: 187px 0px 192px;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(6, 46, 57);
    background: linear-gradient(90deg, rgba(6, 46, 57, 1) 13%, rgba(6, 46, 57, 0.8071603641456583) 35%, rgba(6, 46, 57, 0.5550595238095238) 60%, rgba(6, 46, 57, 0.4206057422969187) 100%);
    content: "";
    z-index: -1;
}

.page-header__pattern {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    padding-left: 20px;
}

.page-header__inner::before {
    position: absolute;
    top: -7px;
    left: 0;
    bottom: -12px;
    width: 5px;
    background: var(--logistiq-base);
    content: "";
}

.page-header__inner h2 {
    color: var(--logistiq-white);
    font-size: 74px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}

.page-header__inner .thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.page-header__inner .thm-breadcrumb li {
    color: var(--logistiq-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 5px;
    margin-right: 5px;
}

.page-header__inner .thm-breadcrumb li:first-child {
    margin-left: 0px;
}

.page-header__inner .thm-breadcrumb li:last-child {
    margin-right: 0px;
}

.page-header__inner .thm-breadcrumb li a {
    color: var(--logistiq-base);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb li span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    top: 2px;
}
.page-content {
    position: relative;
    display: block;
    padding: 90px 0px 90px;
    z-index: 1;
}

.page-content p {
    font-size: 20px;
    line-height: 30px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,   
.page-content h5,
.page-content h6 {
    color: var(--logistiq-base);
    font-weight: 700;
    text-transform: capitalize;
    margin: 15px 0 10px 0;
}

.page-content::before {
    position: absolute;
    top: -7px;
    left: 0;
    bottom: -12px;
    width: 5px;
    background: var(--logistiq-base);
    content: "";
}

.page-content::after {
    position: absolute;
    top: -7px;
    right: 0;
    bottom: -12px;
    width: 5px;
    background: var(--logistiq-base);
    content: "";
}

.page-content h1::before,
.page-content h2::before,
.page-content h3::before,
.page-content h4::before,   
.page-content h5::before,
.page-content h6::before {
    position: absolute;
    top: -7px;
    left: 0;
    bottom: -12px;
    width: 5px;
    background: var(--logistiq-base);
    content: "";
}

.page__top-pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}

.post-thumbnail {
    margin-bottom: 50px;
}

.services-archive .service_single {
    margin-bottom: 50px;
}

.services-archive p, .services-archive h2 {
    color: var(--logistiq-gray);
}
.about_content .sec-title__title,  .why-choose_content .sec-title__title{
    font-size: 35px !important;
}
.product-archive .features_single-content h2::before {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    width: 70px !important;
    background: var(--logistiq-base);
    height: 3px !important;
    content: "";
    top: 35px !important;
}
.product-archive .row {
    margin-bottom: 60px;
}
