
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --logistiq-font: "DM Sans", sans-serif;
  --second-font: "Montserrat", sans-serif;
  --logistiq-base: #ff0000;
  --logistiq-base-rgb: 253, 85, 35;
  --logistiq-black: #0c358e;
  --logistiq-black-rgb: 6, 46, 57;
  --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;
}


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

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

body.locked {
  overflow: hidden;
}

a {
  color: var(--logistiq-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--logistiq-font);
  color: #222;
  margin: 0;
}

p {
  margin: 0;
}

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

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

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

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

.container {
  padding-left: 15px;
  padding-right: 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;
}

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

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

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

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

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

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

.sec-title__tagline .icon span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  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 {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  text-transform: uppercase;
}

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

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

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

.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: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 7px 0px 0px 7px;
}

.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.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 */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--logistiq-base);
}

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

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--logistiq-base);
  position: relative;
  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 **/
.rating-box {
  position: relative;
  display: block;
}

.rating-box i {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 15px;
  line-height: 15px;
}

/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .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: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  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: all 500ms ease;
  transition: all 500ms ease;
}

.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: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.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: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

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

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

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 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: #000000;
}

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

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

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

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

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.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: none;
  transition: all 500ms ease;
}

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

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--logistiq-white);
}

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

.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;
  color: var(--logistiq-white);
  line-height: 30px;
}

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

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

.sidebar-contact-info ul li a {
  color: var(--logistiq-white);
}

.sidebar-contact-info ul li a:hover {
  color: var(--logistiq-base);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
  overflow: hidden;
}

.thm-social-link1 {
  position: relative;
  display: block;
}

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

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

.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;
  width: 40px;
  height: 40px;
  background: rgba(var(--logistiq-white-rgb), .10);
  border-radius: 50%;
  color: var(--logistiq-white);
  font-size: 16px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

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

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

.thm-social-link1 ul li a:hover {
  color: var(--logistiq-white);
}


/*== checked Css Css ======*/
.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;
  font-family: var(--logistiq-font);
}

.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: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

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

















/***
=============================================
   Preloader Css
=============================================
***/
.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 auto;

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

.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: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  opacity: 0;
}

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

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

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

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.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;
}


/**
animation: spinner 1s infinite linear;


.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
**/

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

.handle-preloader .animation-preloader .txt-loading .letters-loading {}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: var(--logistiq-white);
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid var(--logistiq-white);
  /**border-top-color: rgba(255, 255, 255, 0.5); **/
}


/* Animation preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {

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

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


@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
=============================================
***/
.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:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  color: rgba(var(--logistiq-gray-rgb), .50);
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  border: 1px solid rgba(var(--logistiq-gray-rgb), .50);
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--logistiq-font);
  z-index: 1;
}

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

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

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: var(--logistiq-white);
}

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

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
  color: var(--logistiq-white);
}
/***
=============================================
About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

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

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

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

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

.about-one__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-one__content-text2-single-top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}

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

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

.about-one__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-one__content-text2-single:hover .about-one__content-text2-single-top .icon span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

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

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

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

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

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

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

.about-one__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-one__content-bottom .contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 15px;
  line-height: 15px;
}

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

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

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

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

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

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

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

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

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

.about-one__img1 img {
  width: 100%;
}

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

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

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

.about-one__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-one__round-text-box .inner {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
}

.about-one__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-one__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-one__round-text-box .overlay-icon-box a {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 40px;
}



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

.about-one__img2-inner img {
  width: 100%;
}



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

.about-two .shape5 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.about-two__img {
  position: relative;
  display: block;
  max-width: 425px;
  width: 100%;
  margin-left: 110px;
}

.about-two__img .shape2 {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: -1;
}

.about-two__img .shape3 {
  position: absolute;
  left: -55px;
  bottom: -80px;
  z-index: -1;
}

.about-two__img .shape4 {
  position: absolute;
  left: -55px;
  bottom: -170px;
  z-index: -1;
}

.about-two__img1 {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
  z-index: 2;
}

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

.about-two__img1 .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-two__img1 .inner img {
  width: 100%;
}

.about-two__counter {
  position: absolute;
  top: 60px;
  right: -40px;
  background: var(--logistiq-base);
  padding: 25px 20px 29px;
  z-index: 5;
}

.about-two__counter .shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.about-two__counter::before {
  position: absolute;
  top: -15px;
  right: 0px;
  width: 25px;
  border-bottom: 15px solid #7f2b11;
  border-left: 0px solid transparent;
  border-right: 70px solid transparent;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.about-two__counter .count-text-box {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__counter .count-text-box h2 {
  color: var(--logistiq-white);
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}

.about-two__counter .count-text-box .plus {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 30px;
  font-weight: 700;
  margin-left: 2px;
}

.about-two__counter p {
  color: var(--logistiq-white);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.about-two__img2 {
  position: absolute;
  bottom: -185px;
  right: 0px;
}

.about-two__content {
  position: relative;
  display: block;
  margin-top: 25px;
}

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

.about-two__content-text1 {
  position: relative;
  display: block;
}

.about-two__content-text1 p {
  margin: 0;
}

.about-two__content-text2 {
  position: relative;
  display: block;
  margin-top: 34px;
}

.about-two__content-text2-list {
  position: relative;
  display: block;
}

.about-two__content-text2-list li {
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.about-two__content-text2-list li:last-child {
  margin-bottom: 0px;
}

.about-two__content-text2-list li p {
  color: var(--logistiq-black);
  margin: 0;
}

.about-two__content-text2-list li p span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 15px;
  line-height: 15px;
  margin-right: 4px;
  top: 1px;
}

.about-two__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 49px;
}

.about-two__content-bottom .btn-box {
  position: relative;
  display: block;
}

.about-two__content-bottom .author-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.about-two__content-bottom .author-info .img-box {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.about-two__content-bottom .author-info .img-box img {
  width: 100%;
}

.about-two__content-bottom .author-info .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.about-two__content-bottom .author-info .text-box h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.about-two__content-bottom .author-info .text-box p {
  color: var(--logistiq-black);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

.about-three__img {
  position: relative;
  display: block;
}

.about-three__img .shape1 {
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: -1;
}

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

.about-three__img-box {
  position: relative;
  display: block;
}

.about-three__img-box ul {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__img-box ul li {
  position: relative;
  display: block;
}

.about-three__img-box ul li+li {
  margin-left: 15px;
}

.about-three__img-box ul li .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-three__img-box ul li .img-box img {
  width: 315px;
}
.about-three__img-box ul li .img-box img.first{
  height: 655px;
}
.about-three__img-box ul li .img-box img.second{
  height: 470px;
}
.about-three__experience-box {
  position: relative;
  display: block;
  padding: 43px 35px 42px;
  margin-bottom: 16px;
  background: var(--logistiq-white);
  -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);
  margin-left: -60px;
  margin-right: 95px;
  top: -1px;
  z-index: 1;
}

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

.about-three__experience-box .count-text-box {
  position: relative;
  display: block;
}

.about-three__experience-box .count-number {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__experience-box .count-number h3 {
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
}

.about-three__experience-box .count-number span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-black);
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
  top: -2px;
}

.about-three__experience-box h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 5px;
}

.about-three__content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-three .sec-title {
  padding-bottom: 28px;
}

.about-three__content-text {
  position: relative;
  display: block;
}

.about-three__content-text p {
  margin: 0px;
}

.about-three__content-list {
  position: relative;
  display: block;
  margin-top: 32px;
}

.about-three__content-list ul {
  position: relative;
  display: block;
}

.about-three__content-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--logistiq-white);
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 22px 30px 22px;
  overflow: hidden;
}

.about-three__content-list ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: var(--logistiq-base);
  content: "";
}

.about-three__content-list ul li+li {
  margin-top: 20px;
}

.about-three__content-list ul li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: var(--logistiq-base);
  border-radius: 5px;
}

.about-three__content-list ul li .icon span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 30px;
  line-height: 30px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.about-three__content-list ul li:hover .icon span {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.about-three__content-list ul li .content-box {
  position: relative;
  display: block;
  margin-left: 25px;
  flex: 1;
}

.about-three__content-list ul li .content-box h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.about-three__content-list ul li .content-box p {
  margin: 0;
}

.about-three__content-btn {
  position: relative;
  display: block;
  margin-top: 31px;
  line-height: 0px;
}
/***
=============================================
Service One
=============================================
***/
.service-one {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}

.service-one__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-one__single {
  position: relative;
  display: block;
}

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

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

.service-one__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-one__single:hover .service-one__single-img::before {
  opacity: 1;
}

.service-one__single-img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
  height: 300px;
  object-fit: cover;
}

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

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

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

.service-one__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-one__single:hover .service-one__single-content::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

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

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

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

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

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

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

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

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

.service-one__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-one__single:hover .icon {
  background: var(--logistiq-base);
}

.service-one__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-one__single:hover .icon::before {
  border-bottom: 20px solid #7f2b11;
}

.service-one__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-one__single:hover .icon span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

/***
=============================================
Service Two
=============================================
***/
.service-two {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding: 120px 0px 120px;
  z-index: 1;
}

.service-two__single {
  position: relative;
  display: block;
}

.service-two__single-img {
  position: relative;
  display: block;
  margin-right: 25px;
}

.service-two__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 210px;
  border-top-right-radius: 210px;
  background: var(--logistiq-black);
  z-index: 1;
}

.service-two__single-img .inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 5px;
  background: rgba(var(--logistiq-base-rgb), 0.3);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
  z-index: 1;
}

.service-two__single:hover .service-two__single-img .inner::before {
  background: var(--logistiq-base);
}

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

.service-two__single:hover .service-two__single-img .inner img {
  opacity: 0.5;
  transform: scale(1);
}

.service-two__single-content {
  position: relative;
  display: block;
  padding-top: 40px;
  margin-top: -245px;
  margin-left: 60px;
  z-index: 5;
}

.service-two__single-content::before {
  position: absolute;
  left: 55px;
  bottom: 0px;
  right: 55px;
  height: 3px;
  background: rgba(var(--logistiq-base-rgb), 0.3);
  content: "";
  z-index: 2;
}

.service-two__single-content::after {
  position: absolute;
  left: 55px;
  bottom: 0px;
  right: 55px;
  height: 3px;
  background: var(--logistiq-base);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scalex(0.5) translateZ(100px);
  transform: scalex(0.5) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  content: "";
  z-index: 2;
}

.service-two__single:hover .service-two__single-content::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scalex(1) translateZ(1px);
  transform: scalex(1) translateZ(1px);
}

.service-two__single-content .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--logistiq-base);
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}

.service-two__single-content .icon span {
  position: relative;
  display: block;
  color: var(--logistiq-white);
  font-size: 35px;
  line-height: 35px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.service-two__single:hover .service-two__single-content .icon span {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.service-two__single-content-inner {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 58px 40px 37px;
  z-index: 1;
}

.service-two__single-content-inner h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 9px;
}

.service-two__single-content-inner h2 a {
  color: var(--logistiq-black);
}

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

.service-two__single-content-inner p {
  margin: 0;
}

.service-two__single-content-inner .btn-box {
  position: relative;
  display: block;
  margin-top: 8px;
}

.service-two__single-content-inner .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--logistiq-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
}

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

.service-two__single-content-inner .btn-box a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-left: 1px;
  top: 2px;
}

/***
=============================================
Service One Service
=============================================
***/
.service-one--service {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding-bottom: 150px;
}

.service-one--service .service-one__single {
  margin-bottom: 30px;
}

/***
=============================================
Service Details
=============================================
***/
.service-details {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

.service-details__sidebar {
  position: relative;
  display: block;
}

.service-details__sidebar-single {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding: 43px 35px 50px;
  z-index: 1;
}

.service-details__sidebar-single+.service-details__sidebar-single {
  margin-top: 50px;
}

.service-details__sidebar-single .title-box {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.service-details__sidebar-single .title-box h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
}

.service-details__sidebar-single-service {
  position: relative;
  display: block;
}

.service-details__sidebar-single-service ul {
  position: relative;
  display: block;
}

.service-details__sidebar-single-service ul li {
  position: relative;
  display: block;
  line-height: 0;
}

.service-details__sidebar-single-service ul li+li {
  margin-top: 20px;
}

.service-details__sidebar-single-service ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--logistiq-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  background: #dce1e5;
  padding-left: 20px;
  transition: .3s;
  line-height: 50px;
  width: 100%;
  overflow: hidden;
}

.service-details__sidebar-single-service ul li a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  background: var(--logistiq-base);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  color: var(--logistiq-white);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  z-index: 2;
}

.service-details__sidebar-single-service ul li a:hover,
.service-details__sidebar-single-service ul li a.active {
  transform: translateY(-3px) scale(1.01);
  background: var(--logistiq-black);
  color: var(--logistiq-white);
}

.service-details__sidebar-single-download {
  position: relative;
  display: block;
}

.service-details__sidebar-single-download ul {
  position: relative;
  display: block;
}

.service-details__sidebar-single-download ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(228, 228, 228, 0.5);
  padding: 14px 0px 14px;
  line-height: 0;
}

.service-details__sidebar-single-download ul li:first-child {
  padding-top: 0px;
}

.service-details__sidebar-single-download ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.service-details__sidebar-single-download ul li .content-box {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details__sidebar-single-download ul li .content-box .icon {
  position: relative;
  display: block;
}

.service-details__sidebar-single-download ul li .content-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-black);
  font-size: 45px;
  line-height: 45px;
}

.service-details__sidebar-single-download ul li .content-box .text-box {
  position: relative;
  display: block;
  margin-left: 17px;
  flex: 1;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 a {
  color: var(--logistiq-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 a:hover {
  color: var(--logistiq-base);
}

.service-details__sidebar-single-download ul li .content-box .text-box p {
  color: var(--logistiq-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.service-details__sidebar-single-download ul li .content-box .text-box p a {
  color: var(--logistiq-black);
}

.service-details__sidebar-single-download ul li .content-box .text-box p a:hover {
  color: var(--logistiq-base);
}

.service-details__sidebar-single-download ul li .btn-box {
  position: relative;
  display: block;
}

.service-details__sidebar-single-download ul li .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: var(--logistiq-base);
  border-radius: 2px;
  overflow: hidden;
}

.service-details__sidebar-single-download ul li .btn-box a:hover {
  background: var(--logistiq-black);
}

.service-details__sidebar-single-download ul li .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 20px;
  line-height: 20px;
}

.service-details__sidebar-contact {
  position: relative;
  display: block;
  margin-top: 50px;
  padding-top: 18px;
  padding-bottom: 47px;
  background: var(--logistiq-gray-bg);
  z-index: 1;
}

.service-details__sidebar-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--logistiq-base);
  height: 305px;
  clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
  content: "";
  z-index: -2;
}

.service-details__sidebar-contact::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--logistiq-black);
  height: 295px;
  clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
  content: "";
  z-index: -1;
}

.service-details__sidebar-contact-img {
  position: relative;
  display: block;
  clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
  z-index: 1;
}

.service-details__sidebar-contact-img .inner {
  position: relative;
  display: block;
}

.service-details__sidebar-contact-img .inner img {
  width: auto;
}

.service-details__sidebar-contact-content {
  position: relative;
  display: block;
  margin-top: -65px;
  z-index: 2;
}

.service-details__sidebar-contact-content .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: var(--logistiq-black);
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.service-details__sidebar-contact-content .icon span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 20px;
  line-height: 20px;
}

.service-details__sidebar-contact-content h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 13px;
}

.service-details__sidebar-contact-content h2 a {
  color: var(--logistiq-black);
}

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

.service-details__sidebar-contact-content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.service-details__content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.service-details__content-img1 {
  position: relative;
  display: block;
}

.service-details__content-img1 .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-details__content-img1 .inner img {
  width: 100%;
}

.service-details__content-text1 {
  position: relative;
  display: block;
  margin-top: 40px;
}

.service-details__content-text1 h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 28px;
}

.service-details__content-text1 p {
  margin: 0;
}

.service-details__content-text2 {
  position: relative;
  display: block;
  margin-top: 32px;
}

.service-details__content-text2 h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 31px;
}

.service-details__content-text2 p {
  margin: 0;
}

.service-details__content-img2 {
  position: relative;
  display: block;
  margin-top: 42px;
}

.service-details__content-img2 .row {
  --bs-gutter-x: 60px;
}

.service-details__content-img2 .single-img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-details__content-img2 .single-img img {
  width: 100%;
}

.service-details__content-img2 p {
  margin: 0;
  margin-top: 12px;
}

.service-details__content-img3 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 42px;
}

.service-details__content-img3 img {
  width: 100%;
}

.service-details__faq {
  position: relative;
  display: block;
  margin-top: 50px;
}

.service-details__faq .faq-one-accrodion {
  border-top: none;
}

.service-details__faq .faq-one-accrodion .accrodion {
  border-bottom: none;
  margin-bottom: 30px;
}

.service-details__faq .faq-one-accrodion .accrodion.mb0 {
  margin-bottom: 0px;
}

.service-details__faq .faq-one-accrodion .accrodion-title {
  padding: 14px 25px 13px;
  background: var(--logistiq-gray-bg);
}

.service-details__faq .faq-one-accrodion .accrodion-content {
  padding: 27px 40px 27px;
  margin-top: 0px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
  background: var(--logistiq-white);
}
/***
=============================================
Testimonial One
=============================================
***/
.testimonial-one {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding: 120px 0px 120px;
  z-index: 1;
}

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

.testimonial-one__content {
  position: relative;
  display: block;
}

.testimonial-one__content .big-title {
  position: absolute;
  left: 0;
  bottom: -140px;
  right: 0;
  text-align: center;
  z-index: 1;
}

.testimonial-one__content .big-title h2 {
  color: transparent;
  -webkit-text-stroke: 1px #E4E4E4;
  font-size: 98px;
  line-height: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial-one__content .sec-title {
  padding-bottom: 39px;
}

.testimonial-one__carousel {}

.testimonial-one__single {
  position: relative;
  display: block;
  padding-top: 10px;
}

.testimonial-one__single .icon {
  position: absolute;
  top: 0;
  right: 45px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--logistiq-base);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 5;
}

.testimonial-one__single .icon::before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 15px;
  border-bottom: 10px solid #9d0c13;
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.testimonial-one__single .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 22px;
}

.testimonial-one__single-inner {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  border-left: 5px solid var(--logistiq-base);
  padding: 50px 45px 42px;
  webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  z-index: 1;
}

.testimonial-one__single-inner .shape1 {
  position: absolute;
  bottom: -10px;
  right: -7px;
  z-index: -1;
}

.testimonial-one__single-inner .author-box {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__single-inner .author-box .img-box {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-one__single-inner .author-box .img-box img {
  width: 100%;
}

.testimonial-one__single-inner .author-box .author-info {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.testimonial-one__single-inner .author-box .author-info h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.testimonial-one__single-inner .author-box .author-info .bottom-text {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__single-inner .author-box .author-info .bottom-text p {
  color: var(--logistiq-black);
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.testimonial-one__single-inner .author-box .author-info .bottom-text .rating-box {
  position: relative;
  display: block;
  margin-left: 6px;
}

.testimonial-one__single-inner .text-box {
  position: relative;
  display: block;
  margin-top: 17px;
}

.testimonial-one__single-inner .text-box p {
  margin: 0;
}

.testimonial-one__img {
  position: relative;
  display: block;
  max-width: 540px;
  width: 100%;
  margin-left: 35px;
}

.testimonial-one__img-author {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 60px;
  z-index: 2;
}

.testimonial-one__img-author ul {
  position: relative;
  display: block;
}

.testimonial-one__img-author ul li {
  position: relative;
  display: block;
  float: left;
}

.testimonial-one__img-author ul li+li {
  margin-left: -20px;
}

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

.testimonial-one__img-author ul li .img-box img {
  width: 100%;
}

.testimonial-one__img-author .text-box {
  position: relative;
  display: block;
  margin-left: 10px;
  flex: 1;
}

.testimonial-one__img-author .text-box h2 {
  color: var(--logistiq-black);
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

.testimonial-one__img-author .text-box p {
  color: var(--logistiq-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.testimonial-one__img1 {
  position: relative;
  display: block;
  overflow: hidden;
}

.testimonial-one__img1 img {
  width: 100%;
}

/***
=============================================
Testimonial Two
=============================================
***/
.testimonial-two {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

.testimonial-two__content {
  position: relative;
  display: block;
  max-width: 360px;
  width: 100%;
  z-index: 5;
}

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

.testimonial-two__content-text {
  position: relative;
  display: block;
}

.testimonial-two__content-btn {
  position: relative;
  display: block;
  margin-top: 42px;
  line-height: 0px;
}


.testimonial-two__right {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
  padding: 0px 35px 0px;
  z-index: 1;
}

.testimonial-two__single::before {
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 15px;
  right: 0;
  background: var(--logistiq-white);
  -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);
  content: "";
  z-index: -1;
}

.testimonial-two__single-inner {
  position: relative;
  display: block;
}

.testimonial-two__single-top {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 28px;
}

.testimonial-two__single-top .img-box {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--logistiq-base);
}

.testimonial-two__single-top .img-box img {
  width: 100%;
}

.testimonial-two__single-top .title-box {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-bottom: -8px;
  flex: 1;
}

.testimonial-two__single-top .title-box h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.testimonial-two__single-top .title-box span {
  color: var(--logistiq-base);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.testimonial-two__single-text {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.testimonial-two__single-text p {
  margin: 0;
}

.testimonial-two__single .rating-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 135px;
  width: 100%;
  background: var(--logistiq-base);
  padding: 10px 0px 10px;
}

.testimonial-two__single .rating-box::before {
  position: absolute;
  top: 20px;
  right: -15px;
  width: 15px;
  border-top: 15px solid #a94020;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  content: "";
}

.testimonial-two__single .rating-box i {
  color: var(--logistiq-white);
}


.testimonial-two__single .rating-box i+i {
  margin-left: 5px;
}

.testimonial-two__carousel.owl-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -110px;
  transform: translateY(-50%);
}

.testimonial-two__carousel.owl-dot-style1.owl-theme .owl-dots .owl-dot {
  display: block;
}

.testimonial-two__carousel.owl-dot-style1.owl-theme .owl-dots .owl-dot span {
  margin: 12.5px 0px;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
  transform: perspective(400px) rotateX(0deg) scaleY(1.2);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
  transition-property: all;
}

/***
=============================================
Testimonial Two Testimonial
=============================================
***/
.testimonial-two--testimonial {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding-bottom: 90px;
  z-index: 1;
}

.testimonial-two--testimonial .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}

.testimonial-two--testimonial .testimonial-two__single {
  margin-bottom: 30px;
}

/***
=============================================
Testimonial Three
=============================================
***/
.testimonial-three {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

.testimonial-three .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonial-three__inner {
  position: relative;
  display: block;
  padding-left: 300px;
  padding-right: 300px;
}

.testimonial-three__img1 {
  position: absolute;
  top: 0;
  left: 250px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-three__img1 img {
  width: 100%;
}

.testimonial-three__img2 {
  position: absolute;
  top: 230px;
  left: 85px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-three__img2 img {
  width: 100%;
}

.testimonial-three__img3 {
  position: absolute;
  top: 55px;
  left: 45px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-three__img3 img {
  width: 100%;
}

.testimonial-three__img4 {
  position: absolute;
  top: 0;
  right: 80px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-three__img4 img {
  width: 100%;
}

.testimonial-three__img5 {
  position: absolute;
  top: 230px;
  right: 85px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-three__img5 img {
  width: 100%;
}

.testimonial-three__img6 {
  position: absolute;
  top: 80px;
  right: 240px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-three__img6 img {
  width: 100%;
}

.testimonial-three__single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  width: 580px;
  height: 580px;
  background: var(--logistiq-gray-bg);
  border-radius: 50%;
  padding: 0px 55px 0px;
  margin: 0 auto;
  border: 0px solid var(--logistiq-black);
  z-index: 10;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.testimonial-three__single-img {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 40px;
  overflow: hidden;
}

.testimonial-three__single-title {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.testimonial-three__single-title h2 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}


.testimonial-three__single-author {
  position: relative;
  display: block;
}

.testimonial-three__single-author h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial-three__single-author p {
  font-weight: 700;
  margin: 0;
}

.testimonial-three__single-rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--logistiq-black-rgb), 0.3);
  border-radius: 15px;
  padding: 1px 25px 1px;
  margin-top: 22px;
}

.testimonial-three__single-rating .icon {
  position: relative;
  display: block;
}

.testimonial-three__single-rating .icon span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 15px;
  line-height: 15px;
}

.testimonial-three__single-rating h4 {
  color: var(--logistiq-black);
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 4px;
}

.testimonial-three__bottom {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0px;
  bottom: 0;
  right: 0;
}

.testimonial-three__bottom-left {
  position: relative;
  display: block;
  padding-left: 30px;
}

.testimonial-three__bottom-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 6px;
  width: 1px;
  background-color: #dddbdb;
}

.testimonial-three__bottom-left .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #dddbdb;
}

.testimonial-three__bottom-left .icon img {
  width: auto;
}

.testimonial-three__bottom-left .title {
  position: relative;
  display: block;
  padding-top: 12px;
}

.testimonial-three__bottom-left .title h4 {
  color: var(--logistiq-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial-three__bottom-left .rating-box1 {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 3px;
}

.testimonial-three__bottom-left .rating-box1 h2 {
  font-size: 55px;
  line-height: 1.0em;
}

.testimonial-three__bottom-left .rating-box1 .rating-star {
  position: relative;
  display: block;
  padding-left: 15px;
}

.testimonial-three__bottom-left .rating-box1 .rating-star h4 {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

.testimonial-three__bottom-left .rating-box1 .rating-star .rating-box {
  position: relative;
  display: block;
}

.testimonial-three__bottom-right {
  position: relative;
  display: block;
}

.testimonial-three__bottom-right .btn-box {
  position: relative;
  display: block;
  height: 140px;
  padding-top: 85px;
}

.testimonial-three__bottom-right .btn-box .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--logistiq-gray-rgb), 0.3);
  font-size: 150px;
  line-height: 1.0em;
}

.testimonial-three__bottom-right .btn-box .icon span {
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
}

.testimonial-three__bottom-right .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--logistiq-black);
  font-size: 16px;
  line-height: 26px;
  font-family: var(--logistiq-font);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-three__bottom-right .btn-box a:hover {
  color: var(--logistiq-base);
}

.testimonial-three__bottom-right .btn-box a i {
  margin-right: 10px;
  font-size: 20px;
  line-height: 0;
  font-weight: 700;
}

.testimonial-three__carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  z-index: 10;
  height: 0;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev,
.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  color: var(--logistiq-black);
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  background: var(--logistiq-gray-bg);
  opacity: 1;
  margin: 0;
  padding: 0;
  transform: translateY(0px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev::before,
.testimonial-three__carousel.owl-theme .owl-nav .owl-next::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--logistiq-base);
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.7);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  opacity: 0;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover::before,
.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover:before {
  transform: scaleX(1.0);
  opacity: 1;
}

.testimonial-three__carousel.owl-theme .owl-prev span:before,
.testimonial-three__carousel.owl-theme .owl-next span:before {
  position: relative;
  display: inline-block;
  line-height: 60px;
  font-weight: 700;
  transition: all 100ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover {
  color: var(--logistiq-white);
}
/***
=============================================
Team One
=============================================
***/
.team-one {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

.team-one__single {
  position: relative;
  display: block;
}

.team-one__single-img {
  position: relative;
  display: block;
  max-width: 355px;
  width: 100%;
  z-index: 3;
}

.team-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--logistiq-black);
  border-radius: 50%;
  border-bottom-left-radius: 0px;
}

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

.team-one__single:hover .team-one__single-img .inner img {
  opacity: 0.5;
  transform: scaleX(1.05);
}

.team-one__single-content {
  position: relative;
  display: block;
  padding: 304px 40px 32px;
  margin-top: -275px;
  z-index: 1;
}

.team-one__single-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--logistiq-gray-bg);
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
  border-radius: 10px;
  content: "";
  z-index: -1;
}

.team-one__single-content .social-links {
  position: absolute;
  top: 60px;
  right: 25px;
  z-index: 5;
}

.team-one__single-content .social-links>li {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.team-one__single-content .social-links>li:last-child {
  margin-bottom: 0px;
}

.team-one__single-content .social-links>li>a {
  position: relative;
  display: block;
  color: var(--logistiq-black);
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-one__single-content .social-links>li>a:hover {
  color: var(--logistiq-base);
}

.team-one__single-content .social-links>li>a>span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-black);
  font-size: 15px;
  line-height: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-one__single-content .social-links>li>a:hover>span {
  color: var(--logistiq-base);
}

.team-one__single-content span {
  color: var(--logistiq-base);
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.team-one__single-content h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.team-one__single-content h2 a {
  color: var(--logistiq-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

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

.team-one__single-content p {
  margin: 0px;
}

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

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

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

.team-one__single-content .btn-box a i {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  top: 2px;
  margin-left: 2px;
}

.owl-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 58px;
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 12.5px;
  background: var(--logistiq-black);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot.active span,
.owl-dot-style1.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--logistiq-base)
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  border: 1px solid var(--logistiq-base);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot.active span::before,
.owl-dot-style1.owl-theme .owl-dots .owl-dot:hover span::before {
  transform: scaleX(1.0);
}



/***
=============================================
Team Two
=============================================
***/
.team-one--two {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  z-index: 1;
}

.team-one--two__pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.05;
  text-align: center;
  z-index: -1;
}

.team-one--two .team-one__single-content::before {
  border: 1px solid #e4e4e4;
}

/***
=============================================
Team Two Team
=============================================
***/
.team-one--two--team {
  position: relative;
  display: block;
  padding-bottom: 90px;
  z-index: 1;
}

.team-one--two--team .shape1 {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  opacity: 0.2;
  text-align: center;
  z-index: -1;
}

.team-one--two--team .team-one__single {
  margin-bottom: 30px;
}

.team-one--two--team .team-one__single-content::before {
  -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);
}

/***
=============================================
Team Details
=============================================
***/
.team-details {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 0px;
  z-index: 1;
}

.team-details__top {
  position: relative;
  display: block;
}

.team-details__top-img {
  position: relative;
  display: block;
  max-width: 610px;
  width: 100%;
}

.team-details__top-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.team-details__top-content {
  position: relative;
  display: block;
}

.team-details__top-content .title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
  margin-top: -7px;
}

.team-details__top-content .title-box .tagline {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__top-content .title-box .tagline .text {
  position: relative;
  display: block;
}

.team-details__top-content .title-box .tagline .text p {
  color: var(--logistiq-base);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.team-details__top-content .title-box .tagline .line {
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  background: var(--logistiq-base);
  margin-left: 20px;
}

.team-details__top-content .title-box h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 2px;
}

.team-details__top-content-text {
  position: relative;
  display: block;
}

.team-details__top-content-text p {
  margin: 0;
}

.team-details__top-content-contact {
  position: relative;
  display: block;
  margin-top: 25px;
}

.team-details__top-content-contact ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-details__top-content-contact ul li {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.team-details__top-content-contact ul li:last-child {
  margin-bottom: 0px;
}

.team-details__top-content-contact ul li h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
}

.team-details__top-content-contact ul li p {
  margin: 0;
}

.team-details__top-content-contact ul li p a {
  color: var(--logistiq-gray);
}

.team-details__top-content-contact ul li p a:hover {
  color: var(--logistiq-base);
}

.team-details__top-social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 27px;
}

.team-details__top-social-links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(var(--logistiq-gray-rgb), 0.1);
  color: var(--logistiq-black);
}

.team-details__top-social-links a+a {
  margin-left: 10px;
}

.team-details__top-social-links a:hover {
  color: var(--logistiq-white);
  background: var(--logistiq-base);
}

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

.team-details__bottom {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding: 120px 0px 120px;
  margin-top: 120px;
  z-index: 1;
}

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

.team-details__bottom-progress {
  position: relative;
  display: block;
  max-width: 595px;
  width: 100%;
}

.team-details__bottom-progress .skill-one__progress li+li {
  margin-top: 33px;
}

.team-details__bottom-progress h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 31px;
}

.team-details__bottom-progress p {
  margin: 0;
}

.team-details__bottom-contact {
  position: relative;
  display: block;
  max-width: 530px;
  width: 100%;
  margin-left: 70px;
}

.team-details__bottom-contact .title-box {
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.team-details__bottom-contact .title-box h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 31px;
}

.team-details__bottom-contact .title-box p {
  margin: 0;
}

.team-details__bottom-contact .why-choose-one__form .input-box input[type="text"],
.team-details__bottom-contact .why-choose-one__form .input-box input[type="email"] {
  background-color: transparent;
}

.team-details__bottom-contact .why-choose-one__form .input-box .nice-select {
  background-color: transparent;
}

.team-details__bottom-contact .why-choose-one__form .input-box textarea {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  background-color: transparent;
  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);
  width: 100%;
  height: 120px;
  padding-top: 11px;
  outline: none;
  resize: none;
}

.team-details__bottom-contact .why-choose-one__form .input-box .icon.style2 {
  top: 11%;
  transform: translateY(0%);
}
/***
=============================================
Blog One
=============================================
***/
.blog-one {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 90px;
  z-index: 1;
}

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

.blog-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-one__single-img::before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.blog-one__single:hover .blog-one__single-img::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

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

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

.blog-one__single-content {
  position: relative;
  display: block;
  padding-top: 20px;
  margin-top: -77px;
  margin-right: 15px;
  z-index: 1;
}

.blog-one__single-content .date-box {
  position: absolute;
  top: 0;
  right: 15px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--logistiq-base);
  z-index: 5;
}

.blog-one__single-content .date-box::before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 15px;
  border-bottom: 20px solid #9c0d11;
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.blog-one__single-content .date-box h2 {
  color: var(--logistiq-white);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.blog-one__single-content .date-box p {
  color: var(--logistiq-white);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-one__single-content-inner {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  -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);
  padding: 16px 35px 40px;
  z-index: 2;
}

.blog-one__single-content-inner .meta-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  margin-bottom: 33px;
}

.blog-one__single-content-inner .meta-box::before {
  position: absolute;
  left: -35px;
  bottom: 0;
  right: -35px;
  height: 2px;
  background: #f6f6f8;
  content: "";
}

.blog-one__single-content-inner .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.blog-one__single-content-inner .meta-box li:last-child {
  margin-right: 0px;
}

.blog-one__single-content-inner .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-one__single-content-inner .meta-box li .icon span {
  position: relative;
  display: inline-block;
}

.blog-one__single-content-inner .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 15px;
  line-height: 15px;
}

.blog-one__single-content-inner .meta-box li .text-box {
  position: relative;
  display: block;
  margin-left: 10px;
}

.blog-one__single-content-inner .meta-box li .text-box p {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}

.blog-one__single-content-inner .meta-box li .text-box p a {
  color: var(--logistiq-gray);
}

.blog-one__single-content-inner .meta-box li .text-box p a:hover {
  color: var(--logistiq-base);
}

.blog-one__single-content-inner h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 19px;
}

.blog-one__single-content-inner h2 a {
  color: var(--logistiq-black);
}

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

.blog-one__single-content-inner p {
  margin: 0;
}

.blog-one__single-content-inner .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 27px;
}

/***
=============================================
Blog Two
=============================================
***/
.blog-one--two {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
  z-index: 1;
}


/***
=============================================
Blog Three
=============================================
***/
.blog-three {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 90px;
  z-index: 1;
}

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

.blog-three__single-img {
  position: relative;
  display: block;
}

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

.blog-three__single-img .inner img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.blog-three__single:hover .blog-three__single-img .inner img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.blog-three__single:hover .blog-three__single-img .inner img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.blog-three__single-img .inner img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-three__single-content {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  border: 1px solid rgba(var(--logistiq-gray-rgb), 0.2);
  border-top: none;
  padding: 0px 30px 40px;
}

.blog-three__single-content .meta-box {
  position: relative;
  display: flex;
  align-items: center;
  top: -20px;
  z-index: 2;
}

.blog-three__single-content .meta-box li {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 14px;
  font-weight: 500;
  background: var(--logistiq-base);
  padding: 6px 15px 5px;
}

.blog-three__single-content .meta-box li.bg2 {
  background: var(--logistiq-black);
}

.blog-three__single-content .meta-box li+li {
  margin-left: 10px;
}

.blog-three__single-content .meta-box li i:before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 15px;
  line-height: 15px;
  top: 1px;
  margin-right: 2px;
}

.blog-three__single-content h2 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 19px;
}

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

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

.blog-three__single-content p {
  margin: 0;
}

.blog-three__single-content .btn-box {
  position: relative;
  display: block;
  line-height: 0px;
  margin-top: 22px;
}


/***
=============================================
Blog Page
=============================================
***/
.blog-page {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

/***
=============================================
Blog Page Two
=============================================
***/
.blog-page-two {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

/***
=====================================================
    Sidebar
=====================================================
***/
.sidebar {
  position: relative;
  display: block;
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  position: relative;
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-left: 40px;
}

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

.sidebar__search {
  position: relative;
  display: block;
  background-color: var(--logistiq-gray-bg);
  padding: 50px 30px 50px;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--logistiq-white);
  color: var(--logistiq-gray);
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  padding-right: 60px;
  border-radius: 3px;
  border: 1px solid #dcdfe2;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--logistiq-gray);
  opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
  color: var(--logistiq-gray);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--logistiq-gray);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--logistiq-gray);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--logistiq-gray);
  opacity: 1;
}

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

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

.sidebar__search-form button[type="submit"] {
  background-color: var(--logistiq-base);
  color: var(--logistiq-white);
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 50px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
  background-color: var(--logistiq-black);
  color: var(--logistiq-white);
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: var(--logistiq-gray-bg);
  padding: 42px 30px 50px;
}

.sidebar__category-list {
  position: relative;
  display: block;
  margin: 0;
}

.sidebar__category-list li+li {
  position: relative;
  margin-top: 15px;
}

.sidebar__category-list li a {
  position: relative;
  display: block;
  color: var(--logistiq-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding: 15px 20px 16px;
  background-color: var(--logistiq-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--logistiq-font);
  z-index: 1;
}

.sidebar__category-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--logistiq-base);
  z-index: -1;
  transform: scaleY(0.0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__category-list li a:hover:before {
  transform: scaleY(1.0);
}

.sidebar__category-list li a:hover {
  color: var(--logistiq-white);
}

.sidebar__category-list li.active a {
  background-color: var(--logistiq-base);
  color: var(--logistiq-white);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  right: 0;
  color: var(--logistiq-black);
  font-size: 15px;
  font-weight: 600;
  background-color: #dcdde0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--thm-font);
  z-index: 1;
}

.sidebar__category-list li a:hover span,
.sidebar__category-list li.active a span {
  background: rgba(255, 255, 255, 0.1);
  color: var(--logistiq-white);
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 42px 30px 42px;
  background-color: var(--logistiq-gray-bg);
}

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

.sidebar__post-single {
  position: relative;
  display: block;
}

.sidebar__post-single+.sidebar__post-single {
  margin-top: 27px;
}

.sidebar-post__img {
  position: relative;
  display: block;
  background: var(--logistiq-black);
  overflow: hidden;
}

.sidebar-post__img::before {
  content: '';
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0;
  height: 100%;
  background-color: rgba(var(--logistiq-base-rgb), .80);
  border-radius: 0%;
  -webkit-transform: translateX(90%, 90%);
  transform: translateX(90%, 90%);
  opacity: 0.70;
  z-index: 1;
}

.sidebar__post-single:hover .sidebar-post__img::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
  opacity: 1.0;
}

.sidebar-post__img img {
  width: 100%;
  transform: scale(1.0);
  transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.sidebar__post-single:hover .sidebar-post__img img {
  opacity: 0.70;
  transform: scale(1.1) rotate(1deg);
}

.sidebar__post-content-box {
  position: relative;
  margin-top: 18px;
}

.sidebar__post-content-box h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.sidebar__post-content-box h3 a {
  color: var(--logistiq-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-single:hover .sidebar__post-content-box h3 a {
  color: var(--logistiq-base);
}

.sidebar__tags {
  position: relative;
  display: block;
  background-color: var(--logistiq-gray-bg);
  padding: 41px 30px 40px;
  overflow: hidden;
}

.sidebar__tags-list {
  position: relative;
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar__tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px 5px 0px;
  margin-bottom: 10px;
}

.sidebar__tags-list li a {
  position: relative;
  display: block;
  color: var(--logistiq-gray);
  font-size: 15px;
  font-weight: 400;
  background: var(--logistiq-white);
  padding: 6px 24px;
  border-radius: 3px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__tags-list li a:hover {
  color: var(--logistiq-white);
  background: var(--logistiq-base);
}

/***
=====================================================
Blog Standard Page
=====================================================
***/
.blog-standard-page {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

.blog-standard-page .blog-one__single-content {
  margin-top: -20px;
  margin-right: 0px;
}

.blog-standard-page .blog-one__single-content .date-box {
  right: 50px;
}

.blog-standard-page .blog-one__single-content-inner h2 {
  font-size: 36px;
  line-height: 45px;
}

.blog-standard-page .blog-one__single-content-inner {
  padding: 16px 50px 40px;
}

.blog-standard-page .blog-one__single-content-inner .meta-box::before {
  left: -50px;
  right: -50px;
}

/***
=====================================================
Blog Details
=====================================================
***/
.blog-details {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-right: 35px;
}

.blog-details__content-img1 {
  position: relative;
  display: block;
  max-width: 835px;
  width: 100%;
}

.blog-details__content-img1 .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-details__content-img1 .inner img {
  width: 100%;
}

.blog-details__content-meta-box {
  position: relative;
  display: block;
  margin-top: 40px;
}

.blog-details__content-meta-box ul {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0px;
}

.blog-details__content-meta-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 31px;
  margin-right: 25px;
}

.blog-details__content-meta-box ul li::before {
  position: absolute;
  top: 11px;
  right: 0px;
  width: 8px;
  height: 8px;
  background: #ababb3;
  content: "";
}

.blog-details__content-meta-box ul li:last-child:before {
  display: none;
}

.blog-details__content-meta-box ul li .img-box {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.blog-details__content-meta-box ul li .img-box img {
  width: 100%;
}

.blog-details__content-meta-box ul li .text-box {
  position: relative;
  display: block;
  margin-left: 12px;
  flex: 1;
}

.blog-details__content-meta-box ul li .text-box p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.blog-details__content-meta-box ul li .icon {
  position: relative;
  display: block;
}

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

.blog-details__content-text1 {
  position: relative;
  display: block;
  margin-top: 30px;
}

.blog-details__content-text1 h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.blog-details__content-text1 p {
  margin: 0;
}

.blog-details__content-img2 {
  position: relative;
  display: block;
  margin-top: 42px;
}

.blog-details__content-img2 .row {
  --bs-gutter-x: 60px;
}

.blog-details__content-img2 .single-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-details__content-img2 .single-img img {
  width: 100%;
}

.blog-details__content-text2 {
  position: relative;
  display: block;
  margin-top: 40px;
}

.blog-details__content-text2 h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.blog-details__content-text2 p {
  margin: 0;
}

.blog-details__content-text3 {
  position: relative;
  display: block;
  margin-top: 34px;
}

.blog-details__content-text3 .row {
  display: flex;
  align-items: center;
}

.blog-details__content-text3-text {
  position: relative;
  display: block;
}

.blog-details__content-text3-text ul {
  position: relative;
  display: block;
  line-height: 0px;
}

.blog-details__content-text3-text ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.blog-details__content-text3-text ul li:last-child {
  margin-bottom: 0px;
}

.blog-details__content-text3-text ul li p {
  font-size: 16px;
  line-height: 24px;
}

.blog-details__content-text3-text ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-black);
  font-size: 20px;
  line-height: 20px;
  top: 3px;
  margin-right: 9px;
}

.blog-details__content-text3-img {
  position: relative;
  display: block;
  max-width: 385px;
  width: 100%;
}

.blog-details__content-text3-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

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

.blog-details__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: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  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;
}

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

.blog-details__video-link .ripple,
.blog-details__video-icon .ripple:before,
.blog-details__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  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;
}

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

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

.blog-details__content-text3-img .inner img {
  width: 100%;
}

.blog-details__content-text4 {
  position: relative;
  display: block;
  margin-top: 35px;
}

.blog-details__content-text4 p {
  margin: 0px;
}

.blog-details__content-text5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 46px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 49px;
}

.blog-details__content-text5-tag {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__content-text5-tag .title-box {
  position: relative;
  display: block;
  margin-right: 20px;
}

.blog-details__content-text5-tag .title-box h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.blog-details__content-text5-tag ul {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__content-text5-tag ul li {
  position: relative;
  display: block;
}

.blog-details__content-text5-tag ul li+li {
  margin-left: 20px;
}

.blog-details__content-text5-tag ul li a {
  color: var(--logistiq-gray);
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid var(--logistiq-gray);
  padding: 8px 30px 8px;
}

.blog-details__content-text5-tag ul li a:hover {
  color: var(--logistiq-white);
  border: 1px solid var(--logistiq-base);
  background: var(--logistiq-base);
}

.blog-details__content-text5-share {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0px;
}

.blog-details__content-text5-share .title-box {
  position: relative;
  display: block;
}

.blog-details__content-text5-share .title-box p {
  font-size: 18px;
  line-height: 32px;
}

.blog-details__content-text5-share ul {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.blog-details__content-text5-share ul li {
  position: relative;
  display: block;
}

.blog-details__content-text5-share ul li+li {
  margin-left: 15px;
}

.blog-details__content-text5-share ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logistiq-black);
  width: 30px;
  height: 30px;
  border: 1px solid rgba(var(--logistiq-gray-rgb), .1);
}

.blog-details__content-text5-share ul li a:hover {
  background: var(--logistiq-base);
  color: var(--logistiq-white);
}

.blog-details__content-text5-share ul li a span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.blog-details__content-text6 {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--logistiq-gray-bg);
  padding: 33px 40px 40px;
  margin-top: 60px;
}

.blog-details__content-text6 .img-box {
  position: relative;
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
}

.blog-details__content-text6 .img-box img {
  width: 100%;
}

.blog-details__content-text6 .content-box {
  position: relative;
  display: block;
  margin-left: 40px;
  flex: 1;
}

.blog-details__content-text6 .content-box h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 9px;
}

.blog-details__content-text6 .content-box p {
  margin: 0;
}

.blog-details__content-text6 .content-box .social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 17px;
}

.blog-details__content-text6 .content-box .social-links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logistiq-black);
  width: 30px;
  height: 30px;
  border: 1px solid rgba(var(--logistiq-gray-rgb), .1);
}

.blog-details__content-text6 .content-box .social-links a:hover {
  background: var(--logistiq-base);
  color: var(--logistiq-white);
  border-color: var(--logistiq-base);
}

.blog-details__content-text6 .content-box .social-links a+a {
  margin-left: 15px;
}

.blog-details__content-text6 .content-box .social-links a span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.comment-one {
  position: relative;
  display: block;
  border: 1px solid var(--logistiq-gray-bg);
  margin-top: 50px;
  padding: 30px 40px 40px;
}

.comment-one .title-box {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.comment-one .title-box h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  text-transform: capitalize;
}


.comment-one__single {
  position: relative;
  display: block;
}

.comment-one__single.style2 {
  margin-top: 33px;
  margin-left: 130px;

}

.comment-one__single-inner {
  position: relative;
  display: block;
  padding-left: 130px;
}

.comment-one__img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.comment-one__img img {
  width: 100%;
}

.comment-one__content {
  position: relative;
  display: block;
}

.comment-one__content-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.comment-one__content-title h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.comment-one__content-title p {
  margin: 0;
}

.comment-one__content p {
  margin: 0;
}

.comment-one__content .btn-box {
  position: relative;
  display: block;
  margin-top: 22px;
}

.comment-one__content .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  background: var(--logistiq-base);
  padding: 3px 35px 2px;
}

.comment-one__content .btn-box a:hover {
  background: var(--logistiq-black);
}

.comment-form {
  position: relative;
  display: block;
  margin-top: 50px;
}

.comment-form .title-box {
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.comment-form .title-box h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.comment-form .title-box p {
  margin: 0;
}

.comment-form .why-choose-one__form .input-box textarea {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  background-color: transparent;
  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);
  width: 100%;
  height: 120px;
  padding-top: 11px;
  outline: none;
  resize: none;
}

.comment-form .why-choose-one__form .input-box .icon.style2 {
  top: 11%;
  transform: translateY(0%);
}

.comment-form .why-choose-one__form .input-box .icon span::before {
  color: var(--logistiq-base);
}

.comment-form__checkbox {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 44px;
}

.comment-form__checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--logistiq-gray);
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  font-family: var(--logistiq-font);
  cursor: pointer;
}

.comment-form__checkbox input[type="checkbox"] {
  display: none;
}

.comment-form__checkbox input[type="checkbox"]+label span {
  position: absolute;
  display: block;
  top: 4px;
  left: 0px;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid rgba(var(--logistiq-gray-rgb), .5);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form__checkbox label span:before {
  position: absolute;
  top: 2px;
  left: 4px;
  display: block;
  border-bottom: 2px solid var(--logistiq-base);
  border-right: 2px solid var(--logistiq-base);
  content: '';
  width: 5px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.comment-form__checkbox input[type="checkbox"]:checked+label span {
  border: 1px solid rgba(var(--logistiq-gray-rgb), .5);
}

.comment-form__checkbox input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}
/***
=============================================
Brand One
=============================================
***/
.brand-one {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding: 60px 0px 60px;
  z-index: 2;
}

.brand-one__single {
  position: relative;
  display: block;
}

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

.brand-one__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-one__single:hover .brand-one__single-inner::before {
  transform: scaleY(1);
}

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

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

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

.brand-one__carousel.owl-carousel .owl-item img {
  width: auto;
}
/***
=============================================
Contact Page
=============================================
***/
.contact-page {
  position: relative;
  display: block;
  padding: 0px 0px 0px;
  z-index: 1;
}

.contact-page__top {
  position: relative;
  display: block;
  padding: 120px 0px 150px;
  background: var(--logistiq-gray-bg);
  z-index: 1;
}

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

.contact-page__top-content {
  position: relative;
  display: block;
}

.contact-page__top-content .sec-title {
  padding-bottom: 41px;
}

.contact-page__top-content-text1 {
  position: relative;
  display: block;
}

.contact-page__top-content-text1 p {
  margin: 0;
}

.contact-page__top-content .social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 52px;
}

.contact-page__top-content .social-links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(var(--logistiq-gray-rgb), 0.1);
  color: var(--logistiq-black);
}

.contact-page__top-content .social-links a+a {
  margin-left: 10px;
}

.contact-page__top-content .social-links a:hover {
  color: var(--logistiq-white);
  background: var(--logistiq-base);
}

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

.contact-page__top-form {
  position: relative;
  display: block;
}

.contact-page__top-form .why-choose-one__form .input-box input[type="text"],
.contact-page__top-form .why-choose-one__form .input-box input[type="email"] {
  background-color: transparent;
}

.contact-page__top-form .why-choose-one__form .input-box .nice-select {
  background-color: transparent;
}

.contact-page__top-form .why-choose-one__form .input-box textarea {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  background-color: transparent;
  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);
  width: 100%;
  height: 120px;
  padding-top: 11px;
  outline: none;
  resize: none;
}

.contact-page__top-form .why-choose-one__form .input-box .icon.style2 {
  top: 11%;
  transform: translateY(0%);
}

.contact-page__bottom {
  position: relative;
  display: block;
  margin-top: -126px;
  margin-bottom: -130px;
  z-index: 5;
}

.contact-page__bottom-inner {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 50px 0px 42px;
  border-radius: 3px;
}

.contact-page__bottom-inner ul {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

.contact-page__bottom-inner ul li {
  position: relative;
  display: block;
  padding-right: 20px;
  margin-right: 20px;
  width: 25%;
}
@media(max-width: 768px){
  .contact-page__bottom-inner ul li{
    width: 100%;
  }
}


.contact-page__bottom-inner ul li:last-child {
  margin-right: 0px;
}

.contact-page__bottom-inner ul li::before {
  position: absolute;
  top: -50px;
  right: 0px;
  bottom: -42px;
  border-right: 1px dashed #e4e4e4;
  content: "";
}

.contact-page__bottom-inner ul li:last-child:before {
  display: none;
}

.contact-page__bottom-single {
  position: relative;
  display: block;
}

.contact-page__bottom-single .icon {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.contact-page__bottom-single .icon span {
  position: relative;
  display: block;
  color: var(--logistiq-base);
  font-size: 50px;
  line-height: 50px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.contact-page__bottom-single:hover .icon span {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.contact-page__bottom-single .content {
  position: relative;
  display: block;
}

.contact-page__bottom-single .content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.contact-page__bottom-single .content p {
  margin: 0;
}

.contact-page__bottom-single .content p a {
  color: var(--logistiq-gray);
}

.contact-page__bottom-single .content p a:hover {
  color: var(--logistiq-base);
}


/***
=============================================
Google Map One
=============================================
***/
.google-map-one {
  position: relative;
  display: block;
  z-index: 0;
}

.google-map-one__map {
  position: relative;
  display: block;
  border: none;
  height: 550px;
  width: 100%;
}
/***
=============================================
Counter One
=============================================
***/
.counter-one {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding: 110px 0px 112px;
  z-index: 1;
}

.counter-one__single {
  position: relative;
  display: block;
}

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

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

.counter-one__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-one__single-inner .icon span {
  position: relative;
  display: inline-block;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

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

.counter-one__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-one__single:hover .counter-one__single-inner .icon span::before {
  color: var(--logistiq-base);
}

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

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

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

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

.counter-one__single-inner .content-box .count-text-box .plus {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 43px;
  margin-left: 9px;
  top: 3px;
  font-weight: 700;
}

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

.counter-one__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-one__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-one__single:hover .shape1 {
  border-top: 20px solid var(--logistiq-base);
  border-left: 20px solid transparent;
  border-right: 0px solid transparent;
}

/***
=============================================
Counter Two
=============================================
***/
.counter-one--two {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  -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);
  padding: 73px 0px 80px;
  z-index: 2;
}

.counter-one--two .big-title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.counter-one--two .big-title h2 {
  color: transparent;
  -webkit-text-stroke: 1px #E4E4E4;
  font-size: 74px;
  line-height: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}

.counter-one--two__inner {
  position: relative;
  display: block;
  float: right;
  max-width: 700px;
  width: 100%;
}

.counter-one--two__inner ul {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one--two__inner ul li {
  position: relative;
  display: block;
}

.counter-one--two__inner ul li+li {
  margin-left: 110px;
}

.counter-one--two .counter-one__single {
  max-width: 160px;
  width: 100%;
  padding-bottom: 8px;
}

.counter-one--two .counter-one__single::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #E4E4E4;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.counter-one--two .counter-one__single:hover::before {
  background: var(--logistiq-base);
}

.counter-one--two .counter-one__single-inner .content-box {
  margin-left: 0px;
  padding-left: 0px;
}

.counter-one--two .counter-one__single-inner .content-box::before {
  display: none;
}

.counter-one--two .counter-one__single-inner .content-box .count-text-box {
  align-items: center;
}

.counter-one--two .counter-one__single-inner .content-box .count-text-box .plus {
  top: -3px;
  margin-left: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.counter-one--two .counter-one__single:hover .counter-one__single-inner .content-box .count-text-box .plus {
  color: var(--logistiq-base);
}

.counter-one--two .counter-one__single-inner .content-box .count-text-box h3 {
  font-size: 48px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.counter-one--two .counter-one__single:hover .counter-one__single-inner .content-box .count-text-box h3 {
  color: var(--logistiq-base);
}

.counter-one--two .counter-one__single-inner .content-box .text-box p {
  text-transform: capitalize;
  letter-spacing: 0em;
  margin-top: 5px;
}

/***
=============================================
Counter Three
=============================================
***/
.counter-one--three {
  position: relative;
  display: block;
  background: transparent;
  margin-top: -120px;
  z-index: 2;
}

.counter-one--three__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.03;
  z-index: -1;
}

.counter-one--three::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50px;
  background: var(--logistiq-black);
  clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
  content: "";
  z-index: -1;
}

.counter-one--three .counter-one__single-inner .icon span::before {
  color: var(--logistiq-white);
}

.counter-one--three .counter-one__single:hover .counter-one__single-inner .icon span::before {
  color: var(--logistiq-white);
}

.counter-one--three .counter-one__single-inner .icon::before {
  border-bottom: 90px solid rgba(var(--logistiq-white-rgb), 0.10);
}

.counter-one--three .counter-one__single-inner .content-box::before {
  background: rgba(var(--logistiq-white-rgb), 0.15);
}

.counter-one--three .counter-one__single-inner .content-box .count-text-box h3 {
  color: var(--logistiq-white);
}

.counter-one--three .counter-one__single-inner .content-box .text-box p {
  color: var(--logistiq-white);
}

.counter-one--three .counter-one__single .shape1 {
  display: none;
}
/***
=============================================
Error Page
=============================================
***/
.error-page {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

.error-page__inner {
  position: relative;
  display: block;
}

.error-page__img {
  position: relative;
  display: block;
}

.error-page__img img {
  width: auto;
}

.error-page__content {
  position: relative;
  display: block;
  margin-top: 62px;
}

.error-page__content h2 {
  color: var(--logistiq-base);
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.error-page__content p {
  color: var(--logistiq-black);
  margin: 0;
}

.error-page__content .btn-box {
  position: relative;
  display: block;
  line-height: 0px;
  margin-top: 21px;
}
/***
=============================================
Faq One
=============================================
***/
.faq-one {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 169px;
  z-index: 1;
}

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

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

.faq-one__content-faq {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 30px;
  -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;
  border-radius: 20px;
}

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

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

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


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

.faq-one-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-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--logistiq-base);
}

.faq-one-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: "\f107";
  font-family: 'Font Awesome 5 Pro' !important;
}

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

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

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

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

.faq-one__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  border-radius: 25px;
}

.faq-one__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-one__img-box img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

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

.faq-one__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-one__video-icon:hover {
  background-color: var(--logistiq-white);
  color: var(--logistiq-black);
}

.faq-one__video-link .ripple,
.faq-one__video-icon .ripple:before,
.faq-one__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-one__video-icon .ripple:before {
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
}

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

/***
=============================================
Faq One Faq
=============================================
***/
.faq-one--faq {
  position: relative;
  display: block;
  padding-bottom: 0px;
}
/***
=============================================
Footer One
=============================================
***/
.footer-one {
  position: relative;
  display: block;
  background-color: #150b0b;
  padding: 120px 0px 0px;
  z-index: 1;
}

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

.footer-one__top {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.footer-one__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: 21px;
  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: 21px;
  margin-left: 15px;
}

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

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

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

.footer-one__about-logo a img {
  width: 100px;
}

.footer-one__about-text {
  color: #E4E4E4;
}

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

.footer-one__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-one__about-contact-info .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 18px;
  line-height: 18px;
}

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

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

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

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

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

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

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

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

.footer-one__quick-links-list li a {
  color: #E4E4E4;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
}

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

.footer-one__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-one__contact {
  position: relative;
  display: block;
}

.footer-one__contact-box {
  position: relative;
  display: block;
}

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

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

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

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

.footer-one__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-one__contact-box ul li .text-box {
  position: relative;
  display: block;
}

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

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

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

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

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

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

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

.footer-one__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-one__subscribe-form .subscribe-form input::-webkit-input-placeholder {
  color: var(--logistiq-gray);
}

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

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

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

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

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

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

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

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

.footer-one__bottom-text {
  position: relative;
  display: block;
}

.footer-one__bottom-text p {
  color: #E4E4E4;
}

.footer-one__bottom-text p a {
  color: var(--logistiq-base);
}

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

.footer-one__social-links {
  position: relative;
  display: block;
}

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

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

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

.footer-one__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-one__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-one__social-links ul li a:hover::before {
  width: 100%;
  left: 0;
}

.footer-one__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-one__social-links ul li a:hover span::before {
  color: var(--logistiq-black);
}

/***
=============================================
Footer Two
=============================================
***/
.footer-one--two {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 0px;
  z-index: 1;
}

.footer-one--two .footer-one__pattern {
  position: absolute;
  top: auto;
  bottom: 0;
}

.footer-one--two .shape3 {
  position: absolute;
  top: 0px;
  right: 135px;
  z-index: -1;
}

.footer-one--two__cta {
  position: relative;
  display: block;
  padding: 50px 0px 50px;
  z-index: 1;
}

.footer-one--two__cta .shape1 {
  position: absolute;
  left: -292px;
  bottom: 5px;
  z-index: -1;
}

.footer-one--two__cta .shape2 {
  position: absolute;
  left: -85px;
  bottom: 10px;
}

.footer-one--two__cta::before {
  position: absolute;
  top: 0;
  left: -999px;
  bottom: 0;
  right: 194px;
  background: var(--logistiq-base);
  clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
  content: "";
  z-index: -1;
}

.footer-one--two__cta-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 985px;
  width: 100%;
}

.footer-one--two__cta-inner .text-box {
  position: relative;
  display: block;
}

.footer-one--two__cta-inner .text-box h2 {
  color: var(--logistiq-white);
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  text-transform: capitalize;
}

.footer-one--two__cta-inner .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.footer-one--two__cta-inner .btn-box .thm-btn {
  background: var(--logistiq-black);
}

.footer-one--two__cta-inner .btn-box .thm-btn:hover {
  color: var(--logistiq-black);
}

.footer-one--two__cta-inner .btn-box .thm-btn .hover-btn {
  background-color: var(--logistiq-white);
}









.footer-one--two .footer-one__top-inner {
  padding-top: 60px;
}
/***
=============================================
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;
}
/***
=============================================
Product
=============================================
***/
.product {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

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

.product__sidebar-single+.product__sidebar-single {
  margin-top: 30px;
}

.product__sidebar-title {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  margin-bottom: 22px;
  padding-left: 27px;
}

.product__sidebar-title::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  background-color: var(--logistiq-base);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.shop-search {
  position: relative;
  display: block;
  background-color: var(--logistiq-gray-bg);
  padding: 30px 30px 30px;
}

.shop-search form {
  position: relative;
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
  width: 100%;
  height: 60px;
  background-color: var(--logistiq-white);
  padding-left: 30px;
  padding-right: 60px;
  font-size: 16px;
  color: var(--logistiq-gray);
  font-family: var(--logistiq-font);
  border: none;
  outline: none;
  font-weight: 500;
}

.shop-search form ::placeholder {
  color: inherit;
  opacity: 1;
}

.shop-search form button[type="submit"] {
  background-color: var(--logistiq-base);
  color: var(--logistiq-white);
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 50px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-search form button:hover[type="submit"] {
  background-color: var(--logistiq-black);
  color: var(--logistiq-white);
}

.product__price-ranger {
  position: relative;
  padding: 27px 30px 30px;
  margin: 0;
  background-color: var(--logistiq-gray-bg);
}

.product__price-ranger.price-ranger {
  margin-top: 7px;
  margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
  background: var(--logistiq-white);
  border: none;
  height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--logistiq-base);
  border: 0;
  height: 14px;
  width: 14px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
  background: var(--logistiq-base);
}

.product__price-ranger .price-ranger #slider-range {
  margin-left: 3px;
  margin-right: 0;
  margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
  display: inline-block;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
  position: relative;
  display: block;
  background: var(--logistiq-black);
  float: right;
  text-align: center;
  border: none;
  color: var(--logistiq-white);
  font-size: 12px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 20px;
  letter-spacing: 0.1em;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
  position: relative;
  display: inline-block;
  color: var(--logistiq-gray);
  font-size: 14px;
  font-weight: 400;
  width: 40px;
  line-height: 30px;
  border: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  left: -2px;
}


.shop-category {
  position: relative;
  display: block;
  background-color: var(--logistiq-gray-bg);
  padding: 29px 25px 30px;
}

.shop-category ul {
  position: relative;
  display: block;
}

.shop-category ul li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--logistiq-gray);
  margin-bottom: 15px;
}

.shop-category ul li:last-child {
  margin-bottom: 0;
}

.shop-category ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--logistiq-gray);
  font-weight: 500;
  border-radius: 10px;
  background-color: var(--logistiq-white);
  padding: 13px 15px 13px;
  transition: all 0.3s ease;
  z-index: 1;
}

.shop-category ul li:hover a {
  color: var(--logistiq-base);
}

.shop-category ul li a:after {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--logistiq-base);
  font-family: 'Font Awesome 5 Pro' !important;
  content: "\e939";
  opacity: 1;
  font-size: 15px;
  color: var(--logistiq-white);
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}


.shop-product-tags {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding: 25px 15px 30px;
  overflow: hidden;
  z-index: 1;
}

.shop-product-tags .product__sidebar-title {
  margin-left: 5px;
}

.shop-product__tags-list {
  margin-top: -10px;
}

.shop-product__tags-list a {
  font-size: 12px;
  color: var(--logistiq-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--logistiq-white);
  display: inline-block;
  padding: 5px 20px 5px;
  margin-left: 5px;
  font-weight: 700;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.shop-product__tags-list a+a {
  margin-left: 5px;
  margin-top: 10px;
}

.shop-product__tags-list a:hover {
  color: var(--logistiq-white);
  background: var(--logistiq-base);
}


.sidebar-rating-box {
  position: relative;
  display: block;
}

.sidebar-rating-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar-rating-box ul li {
  position: relative;
  display: block;
}

.sidebar-rating-box ul li+li {
  margin-top: 30px;
}

.sidebar-rating-box ul li input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sidebar-rating-box ul li label {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #ffc009;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-rating-box ul li label span.gray {
  color: #dddbdb;
}

.sidebar-rating-box ul li input[type=radio]+label i {
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border: 1px solid var(--logistiq-gray);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-rating-box ul li label i::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  transform: scale(0);
  background-color: var(--logistiq-base);
  border-radius: 0%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-rating-box ul li input[type=radio]:checked+label {}

.sidebar-rating-box ul li input[type=radio]:checked+label i {
  border-color: var(--logistiq-base);
}

.sidebar-rating-box ul li input[type=radio]:checked+label i::before {
  transform: scale(1.0);
}

.shop-product-recent-products {
  position: relative;
  display: block;
  background-color: var(--logistiq-gray-bg);
  padding: 29px 30px 27px;
}

.shop-product-recent-products ul {
  position: relative;
  display: block;
}

.shop-product-recent-products ul li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddbdb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.shop-product-recent-products ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.shop-product-recent-products ul li .img {
  position: relative;
  display: block;
  overflow: hidden;
}

.shop-product-recent-products ul li .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.5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.shop-product-recent-products ul li:hover .img::before {
  opacity: 1;
}

.shop-product-recent-products ul li .img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.shop-product-recent-products ul li:hover .img img {
  transform: scale(1);
}

.shop-product-recent-products ul li .img a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logistiq-white);
  font-size: 16px;
  line-height: 0;
  transform: translateY(10px) scale(0);
  z-index: 5;
}

.shop-product-recent-products ul li:hover .img a {
  transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .img a:hover {
  color: var(--logistiq-base);
  transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .content {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.shop-product-recent-products ul li .content .title {
  position: relative;
  display: block;
}

.shop-product-recent-products ul li .content .title h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.shop-product-recent-products ul li .content .title h5 a {
  color: var(--logistiq-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-product-recent-products ul li .content .title h5 a:hover {
  color: var(--logistiq-base);
}

.shop-product-recent-products ul li .content .price {
  position: relative;
  display: block;
  padding: 5px 0px 5px;
}

.shop-product-recent-products ul li .content .price p {
  color: var(--logistiq-base);
}

.shop-product-recent-products ul li .content .review {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-product-recent-products ul li .content .review i {
  color: #ffc009;
  font-size: 12px;
}

.shop-product-recent-products ul li .content .review i.color {
  color: #dddbdb;
}

.shop-product-recent-products ul li .content .review i+i {
  margin-left: 5px;
}

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

.product__showing-result {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 130px;
}

.product__showing-text-box {
  position: relative;
  display: block;
}

.product__showing-text {
  font-size: 16px;
  font-weight: 400;
}

.product__showing-sort {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
}

.product__showing-sort .select-box .nice-select {
  background-color: var(--logistiq-gray-bg);
  color: var(--logistiq-gray);
  font-size: 16px;
  font-weight: 400;
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 0px;
}

.product__showing-sort .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

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

.product__all-tab {
  position: relative;
  display: block;
}

.product__all-tab-button {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 5;
}

.product__all-tab-button ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--logistiq-gray-bg);
  padding: 15px 15px 15px;
}

.product__all-tab-button ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 3px;
  background-color: var(--logistiq-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product__all-tab-button ul li:hover,
.product__all-tab-button ul li.active-btn-item {
  background-color: var(--logistiq-base);
}

.product__all-tab-button ul li+li {
  margin-left: 10px;
}

.product__all-tab-button-icon {
  position: relative;
  display: block;
  color: var(--logistiq-base);
  font-size: 18px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product__all-tab-button-icon.one {
  transform: rotate(90deg);
}

.product__all-tab-button ul li:hover .product__all-tab-button-icon,
.product__all-tab-button ul li.active-btn-item .product__all-tab-button-icon {
  color: var(--logistiq-white);
}

.product__all-tab .tabs-content-box {
  position: relative;
  display: block;
}

.product__all-tab .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.product__all-tab .tab-content-box-item .product__all-tab-content-box-item {
  transition: all 0.7s ease;
  opacity: 0;
  transform: translateY(5px);
  transform-origin: top bottom;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active .product__all-tab-content-box-item {
  opacity: 1.0;
  transform: translateY(0px);
  transform-origin: bottom top;
}

.product__all-tab-single {
  position: relative;
  display: block;
}

.single-product-style1 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  background-color: var(--logistiq-white);
  padding: 0 0 30px;
  transition: all 500ms ease;
  z-index: 1;
}

.single-product-style1:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style1__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.single-product-style1__img img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style1:hover .single-product-style1__img img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.single-product-style1:hover .single-product-style1__img img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style1__img img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style1__overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.single-product-style1__overlay li {
  position: relative;
  display: block;
}

.single-product-style1__overlay li+li {
  margin-top: 8px;
}

.single-product-style1__overlay li p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  background-color: var(--logistiq-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  color: var(--logistiq-base);
  line-height: 35px;
  font-weight: 600;
}

.single-product-style1__info {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s linear 0s;
  z-index: 5;
}

.single-product-style1:hover .single-product-style1__info {
  opacity: 1;
  transform: translateY(0);
}

.single-product-style1__info li {
  position: relative;
  display: block;
}

.single-product-style1__info li+li {
  margin-left: 8px;
}

.single-product-style1__info li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--logistiq-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  color: var(--logistiq-base);
  font-size: 15px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-product-style1__info li a:hover {
  color: var(--logistiq-white);
  background-color: var(--logistiq-base);
}

.single-product-style1__content {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 23px 20px 0px;
}

.single-product-style1__content-left {
  position: relative;
  display: block;
}

.single-product-style1__content-left h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 12px;
}

.single-product-style1__content-left h4 a {
  color: var(--logistiq-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style1__content-left h4 a:hover {
  color: var(--logistiq-base);
}

.single-product-style1__content-left p {
  font-size: 16px;
  font-weight: 500;
  color: var(--logistiq-gray);
  margin-top: 4px;
}

.single-product-style1__content-left p del {
  color: var(--logistiq-base);
  margin-right: 5px;
}

.single-product-style1__content-right {
  position: relative;
  display: block;
}

.single-product-style1__review {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--logistiq-gray-bg);
  padding: 3.5px 10px 3.5px;
  top: -9px;
}

.single-product-style1__review i {
  color: var(--logistiq-base);
  font-size: 16px;
  margin-right: 10px;
}

.single-product-style1__review p {
  color: var(--logistiq-black);
  font-weight: 500;
}


.single-product-style2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  background-color: var(--logistiq-white);
  transition: all 500ms ease;
  z-index: 1;
}

.single-product-style2:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style2 .row {
  --bs-gutter-x: 0px;
  align-items: center;
}

.single-product-style2__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.single-product-style2__img img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style2:hover .single-product-style2__img img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.single-product-style2:hover .single-product-style2__img img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style2__img img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style2__content {
  position: relative;
  display: block;
  padding: 0px 20px 0px;
}

.single-product-style2__review {
  position: relative;
  display: flex;
  align-items: center;
}

.single-product-style2__review i {
  color: var(--logistiq-base);
  font-size: 16px;
}

.single-product-style2__review i+i {
  margin-left: 5px;
}

.single-product-style2__text {
  position: relative;
  display: block;
  padding-top: 17px;
}

.single-product-style2__text h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 1px;
}

.single-product-style2__text h4 a {
  color: var(--logistiq-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style2__text h4 a:hover {
  color: var(--logistiq-base);
}

.single-product-style2__text p {
  font-size: 16px;
  font-weight: 500;
  color: var(--logistiq-gray);
  margin-top: 4px;
}

.single-product-style2__text p del {
  color: var(--logistiq-base);
  margin-right: 5px;
}

.single-product-style2__info {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.single-product-style2__info li {
  position: relative;
  display: block;
}

.single-product-style2__info li+li {
  margin-left: 8px;
}

.single-product-style2__info li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--logistiq-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  color: var(--logistiq-base);
  font-size: 15px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-product-style2__info li a:hover {
  color: var(--logistiq-white);
  background-color: var(--logistiq-base);
}


/*================ Responsive ==================*/


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__sidebar {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 320px) and (max-width: 767px) {}














































































































































/***
=============================================
Product Details
=============================================
***/
.product-details {
  position: relative;
  display: block;
  padding: 120px 0px 56px;
}

.product-details__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-details__img img {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 15px;
  mix-blend-mode: luminosity;
}

.product-details__top {
  position: relative;
  display: block;
  margin-top: -9px;
}

.product-details__title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}

.product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 25px;
  letter-spacing: 0;
}

.product-details__reveiw {
  display: flex;
  align-items: center;
  margin-top: 26px;
  padding-bottom: 37px;
  margin-bottom: 28px;
  border-bottom: 1px solid #dddddd;
}

.product-details__reveiw i {
  font-size: 16px;
  color: var(--logistiq-base);
}

.product-details__reveiw i+i {
  margin-left: 4px;
}

.product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--logistiq-gray);
  margin-left: 18px;
}

.product-details__content {
  position: relative;
  display: block;
}

.product-details__content-text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 31px;
}

.product-details__content-text2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-details__quantity-title {
  margin: 0;
  color: var(--logistiq-black);
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 0px;
  height: 50px;
}

.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 50px;
  border: 1px solid #dddddd;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--logistiq-font);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  color: var(--logistiq-gray);
}

.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: var(--logistiq-gray);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: none;
  border-left: 1px solid #dddddd;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid #dddddd;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
}

.product-details__buttons {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.product-details__buttons-1 {
  position: relative;
  display: block;
}

.product-details__buttons-1 .thm-btn {
  background: transparent;
  border: 1px solid var(--logistiq-base);
  color: var(--logistiq-base);
}

.product-details__buttons-1 .thm-btn:hover {
  border-color: var(--logistiq-black);
}

.product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

.product-details__social {
  position: relative;
  display: block;
}

.product-details__social .title {
  position: relative;
  display: block;
}

.product-details__social .title h3 {
  color: var(--logistiq-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.product-details__social-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-details__social-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logistiq-white);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background-color: var(--logistiq-black);
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.product-details__social-link a+a {
  margin-left: 10px;
}

.product-details__social-link a:hover {
  color: var(--logistiq-white);
  background-color: var(--logistiq-base);
}


/*--------------------------------------------------------------
  # Product Description
  --------------------------------------------------------------*/
  .product-description {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 50px;
  }

  .product-description__title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 27px;
  }

  .product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }

  .product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .product-description__list ul {
    position: relative;
    display: block;
  }

  .product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
  }

  .product-description__list ul li:last-child {
    margin-bottom: 0px;
  }

  .product-description__list ul li p {
    color: var(--logistiq-black);
    margin: 0;
    font-weight: 500;
  }

  .product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px;
    font-weight: 700;
  }

  .product-description__tex2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }

/*--------------------------------------------------------------
  # Review One
  --------------------------------------------------------------*/
  .review-one {
    position: relative;
    display: block;
  }

  .comments-area {
    position: relative;
    display: block;
    border-top: 1px solid #dddddd;
    padding-top: 56px;
  }

  .review-one__title {
    position: relative;
    display: block;
    margin-bottom: 36px;
  }

  .review-one__title h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    margin: 0;
  }


  .comments-area .comment-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
  }

  .comments-area .comment {
    position: relative;
    display: flex;
    align-items: center;
  }

  .comments-area .comment-box .author-thumb {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
  }

  .comments-area .comment-box .author-thumb img {
    width: 100%;
  }

  .comments-area .comment-box .author-thumb figure {
    margin: 0;
  }

  .review-one__content {
    position: relative;
    display: block;
    padding-left: 45px;
    flex: 1;
  }

  .review-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .review-one__content-top .info {
    position: relative;
    display: block;
  }

  .review-one__content-top .info h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
  }

  .review-one__content-top .info h2 span {
    color: var(--logistiq-base);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .review-one__content-top .reply-btn {
    position: relative;
    display: block;
  }

  .review-one__content-top .reply-btn i:before {
    color: var(--logistiq-base);
    font-size: 17px;
  }

  .review-one__content-bottom {
    position: relative;
    display: block;
  }

  .review-one__content-bottom p {
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
  }

/*--------------------------------------------------------------
  # Review Form One
  --------------------------------------------------------------*/
  .review-form-one {
    position: relative;
    display: block;
    padding: 16px 0 120px;
  }

  .review-form-one__inner {
    position: relative;
    display: block;
  }

  .review-form-one__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }

  .review-form-one__rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 25px;
  }

  .review-form-one__rate-text {
    font-size: 16px;
    font-weight: 400;
  }

  .review-form-one__rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }

  .review-form-one__rate i {
    font-size: 17px;
    color: var(--logistiq-base);
  }

  .review-form-one__rate i+i {
    margin-left: 5px;
  }

  .review-form-one__form {
    position: relative;
    display: block;
  }

  .review-form-one__form .row {
    --bs-gutter-x: 20px;
  }

  .review-form-one__input-box textarea {
    font-size: 16px;
    color: var(--logistiq-gray);
    height: 190px;
    width: 100%;
    background-color: var(--logistiq-gray-bg);
    padding: 25px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
    border-radius: 15px;
  }

  .review-form-one__input-box.text-message-box {
    height: 190px;
  }

  .review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }

  .review-form-one__input-box input[type="text"],
  .review-form-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--logistiq-gray-bg);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--logistiq-gray);
    display: block;
    font-weight: 400;
    border-radius: 15px;
  }

  .review-form-one__btn {
    border: none;
    margin-top: 10px;
  }



/*--------------------------------------------------------------
  # Cart Page
  --------------------------------------------------------------*/
  .cart-page {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 112px 0px 112px;
  }

  .cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  @media(max-width: 1199px) {
    .cart-table {
      min-width: 1170px;
    }
  }

  .cart-table {
    margin-bottom: 60px;
  }

  .cart-table thead th {
    color: var(--logistiq-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    border: none;
    padding-bottom: 22px;
  }

  .cart-table thead th:last-child {
    text-align: right;
  }

  .cart-table tbody tr {
    vertical-align: middle;
  }

  .cart-table tbody tr:last-child {
    border-bottom: 1px solid #dddddd;
  }

  .cart-table tbody td {
    font-size: 18px;
    color: var(--logistiq-gray);
    vertical-align: middle;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-table tbody td:last-child {
    text-align: right;
  }

  .cart-table .product-box {
    display: flex;
    align-items: center;
  }

  .cart-table .product-box .img-box {
    position: relative;
    display: block;
    width: 120px;
    border-radius: 0;
    overflow: hidden;
    margin-right: 35px;
  }

  .cart-table .product-box .img-box img {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 10px;
  }

  .cart-table h3 {
    color: var(--logistiq-black);
    font-size: 20px;
    margin-left: 36px;
    font-weight: 700;
    margin: 0;
  }

  .cart-table h3 a {
    color: var(--logistiq-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }

  .cart-table h3 a:hover {
    color: var(--logistiq-base);
  }

  .cart-table .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
  }

  .cart-table .quantity-box input {
    width: 98px;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #dddddd;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--logistiq-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    color: var(--logistiq-gray);
    font-weight: 700;
  }

  .cart-table .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-left: 1px solid #dddddd;
  }

  .cart-table .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid #dddddd;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
  }

  .cart-table .cross-icon {
    position: relative;
    display: block;
  }

  .cart-table .cross-icon i:before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-black);
    font-size: 16px;
  }

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

  .cart-cupon__input {
    width: 100%;
    max-width: 370px;
    border-radius: 15px;
    background-color: var(--logistiq-gray-bg);
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    font-family: var(--logistiq-font);
    font-size: 16px;
    color: var(--logistiq-gray);
    height: 52px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    font-weight: 400;
  }

  .cart-cupon__form ::placeholder {
    color: var(--logistiq-gray);
    opacity: 1;
  }

  .cart-cupon__form .thm-btn {
    background-color: transparent;
    border: 1px solid var(--logistiq-base);
    color: var(--logistiq-base);
  }

  .cart-cupon__form .thm-btn:hover {
    border-color: var(--logistiq-black);
  }

  .cart-total {
    position: relative;
    display: block;
    margin-bottom: 22px;
    margin-top: -9px;
  }

  .cart-total li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--logistiq-gray);
    font-size: 18px;
    font-weight: 500;
  }

  .cart-total li+li {
    margin-top: 15px;
  }

  .cart-total li span:first-child {
    display: block;
    color: var(--logistiq-black);
    font-size: 20px;
    margin-right: 80px;
    font-weight: 700;
    width: 140px;
    text-align: right;
  }

  .cart-total li:nth-child(2) span:first-child {
    position: relative;
    right: 6px;
  }

  .cart-total-amount {
    color: var(--logistiq-base);
  }

  .cart-page__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .cart-page__buttons-1 {
    position: relative;
    display: block;
  }

  .cart-page__buttons-1 .thm-btn {
    background: transparent;
    border: 1px solid var(--logistiq-base);
    color: var(--logistiq-base);
  }

  .cart-page__buttons-1 .thm-btn:hover {
    border-color: var(--logistiq-black);
  }

  .cart-page__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
  }

  .cart-page__buttons-2 .thm-btn {
    line-height: 52px;
  }


/*--------------------------------------------------------------
  # Checkout
  --------------------------------------------------------------*/
  .checkout-page {
    position: relative;
    display: block;
    padding: 112px 0 120px;
    z-index: 1;
  }

  .checkout-page .billing_details {
    position: relative;
    display: block;
  }

  .billing_title {
    position: relative;
    display: block;
    margin-bottom: 35px;
  }

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

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

  .billing_title h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: 700;
    margin-top: 16px;
  }

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

  .billing_details_form .bs-gutter-x-20 {
    --bs-gutter-x: 20px;
  }

  .billing_details_form .btn-light {
    border: none;
  }

  .billing_details_form .btn-light:hover {
    border: none;
  }

  .billing_input_box {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }

  .billing_input_box input[type="text"],
  .billing_input_box input[type="email"],
  .billing_input_box input[type="tel"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--logistiq-gray-bg);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    color: var(--logistiq-gray);
    display: block;
    font-weight: 400;
  }

  .billing_details .checked-box {
    position: relative;
    display: block;
    margin-top: -4px;
  }

  .billing_details .checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--logistiq-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    font-family: var(--logistiq-font);
  }

  .billing_details .checked-box input[type="checkbox"] {
    display: none;
  }

  .billing_details .checked-box input[type="checkbox"]+label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    background: var(--logistiq-base);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 0;
  }

  .billing_details .checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--logistiq-white);
    border-right: 2px solid var(--logistiq-white);
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
  }

  .billing_details.checked-box input[type="checkbox"]:checked+label span {
    border-color: var(--logistiq-white);
  }

  .billing_details .checked-box input[type="checkbox"]:checked+label span:before {
    opacity: 1;
  }

  .ship_different_address_title {
    margin-top: 44px;
  }

  .ship_different_address_title h2 span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 19px;
    top: -2px;
    left: 15px;
  }

  .ship_different_address_form .ship_different_input {
    position: relative;
    display: block;
    height: 120px;
  }

  .ship_different_address_form .ship_different_input textarea {
    font-size: 16px;
    color: var(--logistiq-gray);
    height: 120px;
    width: 100%;
    background-color: var(--logistiq-gray-bg);
    padding: 15px 30px 20px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    border-radius: 10px;
    font-weight: 400;
  }

  .billing_details_form .select-box .nice-select {
    background-color: var(--logistiq-gray-bg);
    border-radius: 10px;
    color: var(--logistiq-gray);
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 20px;
  }

  .billing_details_form .select-box .nice-select:after {
    position: absolute;
    right: 30px;
  }

  .your_order {
    position: relative;
    display: block;
    padding-top: 56px;
  }

  .your_order h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 36px;
  }

  .order_table_box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 24px;
  }

  .order_table_detail {
    position: relative;
    width: 100%;
  }

  .order_table_head {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
  }

  .order_table_head th {
    font-size: 20px;
    color: var(--logistiq-black);
    font-weight: 700;
    margin: 0;
    padding: 23px 0 22px;
  }

  .order_table_head th.right {
    float: right;
  }

  .order_table_detail tbody td {
    padding: 29px 0 2px;
  }

  .order_table_detail tbody td.pro__title {
    color: var(--logistiq-gray);
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
  }

  .order_table_detail tbody td.pro__price {
    color: var(--logistiq-gray);
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .checkout__payment {
    background-color: var(--logistiq-gray-bg);
    border-radius: 10px;
    padding: 49px 50px 18px;
    margin-bottom: 30px;
  }

  .checkout__payment__item+.checkout__payment__item {
    margin-top: 41px;
  }

  .checkout__payment__title {
    display: flex;
    color: var(--logistiq-black);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    align-items: center;
    margin-bottom: 27px;
    cursor: pointer;
  }

  .checkout__payment__title::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--logistiq-white);
    border: 2px solid #dddddd;
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 10px;
    color: var(--logistiq-white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    top: 0px;
    transition: all 500ms ease;
  }

  .checkout__payment__title img {
    margin-left: 15px;
  }

  .checkout__payment__item--active .checkout__payment__title::before {
    background-color: var(--logistiq-base);
    border-color: var(--logistiq-base);
    content: '\f00c';
  }

  .checkout__payment__content {
    font-size: 16px;
    line-height: 30px;
    color: var(--logistiq-gray);
    font-weight: 400;
  }


/*--------------------------------------------------------------
# Wishlist Page
--------------------------------------------------------------*/
.wishlist-page {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
}

.wishlist-page .table-responsive-box {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
  .wishlist-table {
    min-width: 1170px;
  }
}

.wishlist-table {
  min-width: 1170px;
  width: 100%;
  border: 1px solid #dddddd;
}

.wishlist-table tbody tr {
  vertical-align: middle;
}

.wishlist-table tbody tr:last-child {
  border-bottom: 1px solid #dddddd;
}

.wishlist-table tbody td {
  font-size: 18px;
  font-weight: 500;
  color: var(--logistiq-gray);
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0;
}

.wishlist-table tbody td:first-child {
  width: 120px;
}

.wishlist-table tbody td:last-child {
  text-align: center;
  padding-left: 7px;
  padding-right: 14px;
}

.wishlist-table .product-box {
  position: relative;
  display: block;
}

.wishlist-table .product-box .img-box {
  position: relative;
  display: block;
  width: 120px;
  overflow: hidden;
  border-radius: 10px;
}

.wishlist-table .product-box .img-box img {
  width: 100%;
  border-radius: 10px;
  filter: grayscale(1);
}

.product-name-select-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.product-name-select-box .product-name {
  position: relative;
  display: block;
}

.product-name-select-box .product-name h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
}

.product-name-select-box .product-name p {
  font-size: 18px;
  font-weight: 400;
}

.product-name-select-box .product-select {
  position: relative;
  display: block;
}

.wishlist-table .cross-icon {
  position: relative;
  display: block;
}

.wishlist-table .cross-icon i:before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-black);
  font-size: 16px;
}




/*--------------------------------------------------------------
# Account
--------------------------------------------------------------*/
.account {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.account .container {
  max-width: 760px;
}

.account__main-tab-box {
  position: relative;
  display: block;
}

.account__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.account__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  text-align: center;
}

.account__main-tab-box .tab-buttons .tab-btn:nth-child(1) span {
  border-top-left-radius: 20px;
}

.account__main-tab-box .tab-buttons .tab-btn:nth-child(2) span {
  border-top-right-radius: 20px;
}

.account__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 18px;
  line-height: 18px;
  color: var(--logistiq-black);
  background-color: transparent;
  padding: 22px 0px 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
  border: 1px solid #dddddd;
  font-family: var(--logistiq-font-two);
  text-transform: capitalize;
  letter-spacing: 0.1em;
}

.account__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--logistiq-white);
}

.account__main-tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: "";
  background-color: var(--logistiq-base);
  transform: scaleY(0.0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.account__main-tab-box .tab-buttons .tab-btn:nth-child(1) span:before {
  border-top-left-radius: 20px;
}

.account__main-tab-box .tab-buttons .tab-btn:nth-child(2) span:before {
  border-top-right-radius: 20px;
}

.account__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
  transform: scaleY(1.0) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.account__main-tab-box .tabs-content {
  position: relative;
  display: block;
  border: 1px solid #dddddd;
  border-top: 0px;
  padding: 60px 80px 75px;
}

.account__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.account__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.account__main-tab-inner {
  position: relative;
  display: block;
}

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

.account__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.account__form-input-box input[type="text"],
.account__form-input-box input[type="password"] {
  height: 50px;
  width: 100%;
  border: none;
  background-color: var(--logistiq-gray-bg);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
  color: var(--logistiq-gray);
  display: block;
  font-weight: 500;
}

.account__form-btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.account__form-btn {
  border: none;
}

.account__form-btn-box .checked-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.account__form-btn-box .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--logistiq-gray);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  font-family: var(--logistiq-font);
}

.account__form-btn-box .checked-box input[type="checkbox"] {
  display: none;
}

.account__form-btn-box .checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  background: var(--logistiq-white);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 2px solid #dddddd;
}

.account__form-btn-box .checked-box label span:before {
  position: absolute;
  top: 3px;
  left: 4px;
  display: block;
  border-bottom: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.account__form-btn-box.checked-box input[type="checkbox"]:checked+label span {
  border-color: #dddddd;
}

.account__form-btn-box .checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

.account__form-forgot-password {
  position: relative;
  display: block;
  margin-top: 9px;
}

.account__form-forgot-password a {
  font-size: 16px;
  font-weight: 500;
  color: var(--logistiq-gray);
  position: relative;
  display: inline-block;
}


/*--------------------------------------------------------------
# Sign Up One
--------------------------------------------------------------*/
.sign-up-one {
  position: relative;
  display: block;
  background-color: var(--logistiq-white);
  padding: 112px 0px 120px;
  z-index: 1;
}

.sign-up-one .container {
  max-width: 620px;
}

.sign-up-one__form {
  position: relative;
  display: block;
}

.sign-up-one__form .inner-title {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.sign-up-one__form .inner-title h2 {
  font-size: 60px;
  line-height: 1.0em;
  font-weight: 700;
}

.sign-up-one__form form {
  position: relative;
  display: block;
  background-color: var(--logistiq-white);
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06);
  padding: 60px 50px 52px;
}

.sign-up-one__form form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.sign-up-one__form form .input-box {
  position: relative;
  display: block;
}

.sign-up-one__form form input[type="text"],
.sign-up-one__form form input[type="email"] {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid var(--logistiq-gray-bg);
  background-color: var(--logistiq-gray-bg);
  width: 100%;
  height: 60px;
  color: var(--logistiq-gray);
  font-size: 16px;
  font-family: var(--thm-font);
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease;
}

.sign-up-one__form form input[type="text"]:focus,
.sign-up-one__form form input[type="email"]:focus {
  border-color: var(--logistiq-base);
  background-color: var(--logistiq-white);
}

.sign-up-one__form form input[type="text"]::-webkit-input-placeholder {
  color: var(--logistiq-gray);
}

.sign-up-one__form form input[type="text"]:-moz-placeholder {
  color: var(--logistiq-gray);
}

.sign-up-one__form form input[type="text"]::-moz-placeholder {
  color: var(--logistiq-gray);
}

.sign-up-one__form form input[type="text"]:-ms-input-placeholder {
  color: var(--logistiq-gray);
}

.sign-up-one__form form input[type="email"]::-webkit-input-placeholder {
  color: var(--logistiq-gray);
}

.sign-up-one__form form input[type="email"]:-moz-placeholder {
  color: var(--logistiq-gray);
}

.sign-up-one__form form input[type="email"]::-moz-placeholder {
  color: var(--logistiq-gray);
}

.sign-up-one__form form input[type="email"]:-ms-input-placeholder {
  color: var(--logistiq-gray);
}

.sign-up-one__form form .thm-btn {
  line-height: 59px;
  width: 100%;
}

.sign-up-one__form form .google-facebook {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.sign-up-one__form form .google-facebook a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--logistiq-gray);
  background-color: var(--logistiq-white);
  color: var(--logistiq-black);
  font-size: 16px;
  line-height: 28px;
  font-family: var(--logistiq-font);
  font-weight: 500;
  padding: 10px 15px 10px;
  border-radius: 5px;
  letter-spacing: -0.01em;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sign-up-one__form form .google-facebook a:hover {
  border: 1px solid var(--logistiq-base);
  background-color: var(--logistiq-white);
}

.sign-up-one__form form .google-facebook a+a {
  margin-left: 14px;
}

.sign-up-one__form form .google-facebook a .icon {
  position: relative;
  display: block;
  line-height: 0;
  margin-right: 10px;
}

.sign-up-one__form form .create-account {
  position: relative;
  display: block;
  padding-top: 22px;
}

.sign-up-one__form form .create-account p {
  margin: 0;
}

.sign-up-one__form form .create-account p a {
  font-weight: 500;
}

.sign-up-one__form form .create-account p a:hover {
  color: var(--logistiq-base);
}



/*--------------------------------------------------------------
# Login One
--------------------------------------------------------------*/
.login-one {
  position: relative;
  display: block;
  background-color: var(--logistiq-white);
  padding: 112px 0px 120px;
  z-index: 1;
}

.login-one .container {
  max-width: 620px;
}

.login-one__form {
  position: relative;
  display: block;
}

.login-one__form .inner-title {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.login-one__form .inner-title h2 {
  font-size: 60px;
  line-height: 1.0em;
  font-weight: 700;
}

.login-one__form form {
  position: relative;
  display: block;
  background-color: var(--logistiq-white);
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06);
  padding: 60px 50px 52px;
}

.login-one__form form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.login-one__form form .input-box {
  position: relative;
  display: block;
}

.login-one__form form input[type="text"],
.login-one__form form input[type="email"] {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid var(--logistiq-gray-bg);
  background-color: var(--logistiq-gray-bg);
  width: 100%;
  height: 60px;
  color: var(--logistiq-gray);
  font-size: 16px;
  font-family: var(--thm-font);
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease;
}

.login-one__form form input[type="text"]:focus,
.login-one__form form input[type="email"]:focus {
  border-color: var(--logistiq-base);
  background-color: var(--logistiq-white);
}

.login-one__form form input[type="text"]::-webkit-input-placeholder {
  color: var(--logistiq-gray);
}

.login-one__form form input[type="text"]:-moz-placeholder {
  color: var(--logistiq-gray);
}

.login-one__form form input[type="text"]::-moz-placeholder {
  color: var(--logistiq-gray);
}

.login-one__form form input[type="text"]:-ms-input-placeholder {
  color: var(--logistiq-gray);
}

.login-one__form form input[type="email"]::-webkit-input-placeholder {
  color: var(--logistiq-gray);
}

.login-one__form form input[type="email"]:-moz-placeholder {
  color: var(--logistiq-gray);
}

.login-one__form form input[type="email"]::-moz-placeholder {
  color: var(--logistiq-gray);
}

.login-one__form form input[type="email"]:-ms-input-placeholder {
  color: var(--logistiq-gray);
}

.login-one__form form .thm-btn {
  line-height: 59px;
  width: 100%;
}


.login-one__form form .remember-forget {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}

.login-one__form form .checked-box1 label {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 26px;
}

.login-one__form form .checked-box1 input[type="checkbox"]+label span {
  top: 6px;
  width: 15px;
  height: 15px;
  background-color: var(--thm-white);
  border: 1px solid var(--logistiq-base);
  border-radius: 2px;
}

.login-one__form form .checked-box1 label span:before {
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  width: auto;
  height: auto;
  content: "";
  background: var(--logistiq-base);
  border-radius: 0%;
  margin: 0px;
}

.login-one__form form .forget {
  position: relative;
  display: block;
}

.login-one__form form .forget a {
  color: var(--logistiq-black);
  font-size: 16px;
  line-height: 26px;
  font-family: var(--logistiq-font);
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.login-one__form form .forget a:hover {
  color: var(--logistiq-base);
}

.login-one__form form .create-account {
  position: relative;
  display: block;
  padding-top: 25px;
}

.login-one__form form .create-account p {
  color: var(--logistiq-black);
}

.login-one__form form .create-account p a {
  color: var(--logistiq-base);
  font-weight: 500;
}
























/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  z-index: 1;
}

.video-one__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.video-one__main-content {
  position: relative;
  display: block;
  z-index: 1;
}

.video-one__main-content-inner {
  position: relative;
  display: block;
  min-height: 670px;
  z-index: 1;
}

.video-one__main-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.video-one__main-content-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--tecture-black-rgb), .20);
  z-index: -1;
}

.video-one__thumb-box {
  position: absolute;
  top: 50%;
  right: 150px;
  width: 215px;
  height: 385px;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 99999999;
}

#video-one__thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

@media (max-width: 767px) {
  #video-one__thumb {
    display: none;
  }
}

.video-one__img-holder-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 115px;
  overflow: hidden;
  z-index: 1;
}

.video-one__img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 500ms ease;
  width: 215px;
  height: 115px;
  cursor: pointer;
  z-index: 1;
}

.video-one__img-holder:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  background-color: rgba(var(--tecture-black-rgb), 0);
  z-index: 1;
  transition: all 500ms ease;
}

.swiper-slide-active .video-one__img-holder:before,
.swiper-slide-thumb-active .video-one__img-holder:before {
  background-color: rgba(var(--tecture-black-rgb), .50);
}

.video-one__img-holder>img {
  width: 100%;
  transition: all 0.5s ease-in-out 0.6s;
}

.video-one__nav {
  display: none;
}


.video-one__curved-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 145px;
  width: 145px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.video-one__curved-circle .curved-circle {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: var(--tecture-white);
  text-transform: uppercase;
  letter-spacing: 0.29em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: var(--tecture-font);
  font-weight: 700;
  font-style: italic;
  height: 145px !important;
  width: 145px;
}

.video-one__video-link {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.video-one__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: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  color: var(--tecture-white);
  background-color: var(--tecture-base);
  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;
}

.video-one__video-icon:hover {
  color: var(--tecture-white);
  background-color: var(--tecture-black);
}



























/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Awards One
--------------------------------------------------------------*/
.awards-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 226px;
  border-bottom: 1px solid var(--tecture-bdr-color);
  z-index: 1;
}

.awards-one .section-title__title--two {
  margin-left: 130px;
}

.awards-one__left {
  position: relative;
  display: block;
  margin-right: -30px;
}

.awards-one__list {
  position: relative;
  display: block;
}

.awards-one__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid var(--tecture-bdr-color);
  border-bottom: 1px solid var(--tecture-bdr-color);
  padding: 40px 0 40px;
}

.awards-one__list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.awards-one__title-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.awards-one__title-circle-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 1px solid var(--tecture-bdr-color);
}

.awards-one__title-circle-box p {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: var(--tecture-white);
  line-height: 30px;
}

.awards-one__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-style: italic;
  margin-left: 50px;
}

.awards-one__year {
  position: relative;
  display: block;
}

.awards-one__year p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-style: italic;
  color: var(--tecture-white);
}

.awards-one__arrow {
  position: relative;
  display: block;
}

.awards-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border: 1px solid var(--tecture-bdr-color);
  border-radius: 50%;
  font-size: 20px;
  color: var(--tecture-base);
}

.awards-one__arrow a:hover {
  background-color: var(--tecture-base);
  color: var(--tecture-black);
}

.awards-one__right {
  position: relative;
  display: block;
  margin-left: 68px;
  margin-right: 42px;
}

.awards-one__img-box {
  position: relative;
  display: block;
}

.awards-one__img {
  position: relative;
  display: block;
}

.awards-one__img img {
  width: 100%;
}

.awards-one__img-two {
  position: absolute;
  bottom: -106px;
  right: -40px;
}

.awards-one__img-two img {
  width: auto
}
























/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/***
=============================================
Banner One
=============================================
***/
.banner-one {
  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-one::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-one__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-one__pattern2 {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}

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

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

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




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

.banner-one__location-single {}


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

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

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

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

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

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

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

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


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

.banner-one__location-single .round-box::before,
.banner-one__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-one__location-single .round-box::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.banner-one__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-one__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-one__location-single:hover .content-box {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
}

.banner-one__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-one__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-one__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-one__location-single .content-box .img-box img {
  width: 100%;
}

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

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

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



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

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

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

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

.banner-one__content-left p {
  color: var(--logistiq-white);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

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

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

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

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

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

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

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

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

.banner-one__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-one__content-right-middle ul li .img-box img {
  width: 100%;
}

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

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

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

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

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

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


/***
=============================================
Banner Two
=============================================
***/
.banner-two {
  position: relative;
  display: block;
  background: var(--logistiq-black);
  padding: 83px 0px 100px;
  z-index: 3;
}

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



.banner-two__img1 {
  position: absolute;
  top: 30px;
  right: -45px;
  z-index: 1;
}

.banner-two__img1::before {
  position: absolute;
  top: 15px;
  left: -23px;
  bottom: -20px;
  right: 0;
  border: 1px solid var(--logistiq-white);
  border-top-left-radius: 122px;
  border-top-right-radius: 122px;
  content: "";
  z-index: -1;
}

.banner-two__img1 .inner {
  position: relative;
  display: block;
  border-top-left-radius: 122px;
  border-top-right-radius: 122px;
  overflow: hidden;
}

.banner-two__img1 .inner img {
  width: 100%;
}

.banner-two__img2 {
  position: absolute;
  left: 0;
  bottom: -215px;
  z-index: 1;
}

.banner-two .shape1 {
  position: absolute;
  top: 100px;
  right: 170px;
  z-index: -1;
}

.banner-two .shape2 {
  position: absolute;
  top: 105px;
  right: 25px;
  opacity: 0.15;
  z-index: -1;
}

.banner-two__content {
  position: relative;
  display: block;
}

.banner-two__content-top {
  position: relative;
  display: block;
}

.banner-two__content-top .title-box {
  position: relative;
  display: block;
  max-width: 900px;
  width: 100%;
}

.banner-two__content-top .title-box h2 {
  color: var(--logistiq-white);
  font-size: 74px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-align: right;
}

.banner-two__content-top .title-box h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--logistiq-white-rgb), 0.4);
  font-size: 95px;
}

.banner-two__content-bottom {
  position: relative;
  display: block;
  max-width: 690px;
  width: 100%;
  float: right;
  margin-top: 69px;
}

.banner-two__content-bottom .text-box {
  position: relative;
  display: block;
}

.banner-two__content-bottom .text-box p {
  color: #E4E4E4;
}

.banner-two__tab-box {
  position: relative;
  display: block;
  margin-top: 42px;
}

.banner-two__tab-box .tab-buttons {
  position: relative;
  display: block;
}

.banner-two__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  background: var(--logistiq-white);
  padding: 8px 20px 7px;
  cursor: pointer;
  z-index: 1;
}

.banner-two__tab-box .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background: var(--logistiq-base);
  border-radius: 0px;
  transition: all 0.3s ease;
  z-index: -1;
}

.banner-two__tab-box .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.banner-two__tab-box .tab-buttons .tab-btn p {
  color: var(--logistiq-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.banner-two__tab-box .tab-buttons .tab-btn.active-btn p {
  color: var(--logistiq-white);
}

.banner-two__tab-box .tabs-content {
  position: relative;
  display: block;
  z-index: 1;
}

.banner-two__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  z-index: 10;
}

.banner-two__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.banner-two__tab-form-box {
  position: relative;
  display: block;
}

.banner-two__tab-form {
  position: relative;
  display: block;
  margin-top: 10px;
}

.banner-two__tab-form-input-box {
  position: relative;
  display: block;
}

.banner-two__tab-form-input-box input[type="email"] {
  color: var(--logistiq-white);
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 1px solid var(--logistiq-base);
  border-radius: 0px;
  padding-right: 80px;
  padding-left: 20px;
}

.banner-two__tab-form-btn {
  position: absolute;
  top: 40%;
  right: 5px;
  transform: translateY(-50%);
  border: none;
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--logistiq-white);
  background-color: var(--logistiq-base);
  border-radius: 0%;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-two__tab-form-btn span {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.banner-two__tab-form-btn:hover {
  color: var(--logistiq-base);
  background-color: var(--logistiq-white);
}


/***
=============================================
Slider One
=============================================
***/
.slider-one {
  position: relative;
  display: block;
  margin-top: -67px;
  z-index: 1;
}

.slider-one__single {
  position: relative;
  display: block;
  z-index: 1;
}

.slider-one__single .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 365px;
  height: 50%;
  background-color: rgba(var(--logistiq-black-rgb), 0.8);
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 0%);
  mix-blend-mode: color-dodge;
  -moz-transform: skew(0deg, 0deg) translateX(100%);
  -webkit-transform: skew(0deg, 0deg) translateX(100%);
  -o-transform: skew(0deg, 0deg) translateX(100%);
  -ms-transform: skew(0deg, 0deg) translateX(100%);
  transform: skew(0deg, 0deg) translateX(100%);
  opacity: 0;
  -webkit-transition: all 1800ms ease;
  -moz-transition: all 1800ms ease;
  -ms-transition: all 1800ms ease;
  -o-transition: all 1800ms ease;
  transition: all 1800ms ease;
  z-index: 10;
}

.slider-one .active .slider-one__single .shape1 {
  opacity: 1;
  -moz-transform: skew(0deg, 0deg) translate(0);
  -webkit-transform: skew(0deg, 0deg) translate(0);
  -o-transform: skew(0deg, 0deg) translate(0);
  -ms-transform: skew(0deg, 0deg) translate(0);
  transform: skew(0deg, 0deg) translate(0);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.slider-one__single .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 390px;
  height: 53%;
  background-color: rgba(var(--logistiq-black-rgb), 0.8);
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 0%);
  mix-blend-mode: color-dodge;
  -moz-transform: skew(0deg, 0deg) translateX(100%);
  -webkit-transform: skew(0deg, 0deg) translateX(100%);
  -o-transform: skew(0deg, 0deg) translateX(100%);
  -ms-transform: skew(0deg, 0deg) translateX(100%);
  transform: skew(0deg, 0deg) translateX(100%);
  opacity: 0;
  -webkit-transition: all 1800ms ease;
  -moz-transition: all 1800ms ease;
  -ms-transition: all 1800ms ease;
  -o-transition: all 1800ms ease;
  transition: all 1800ms ease;
  z-index: 10;
}

.slider-one .active .slider-one__single .shape2 {
  opacity: 1;
  -moz-transform: skew(0deg, 0deg) translate(0);
  -webkit-transform: skew(0deg, 0deg) translate(0);
  -o-transform: skew(0deg, 0deg) translate(0);
  -ms-transform: skew(0deg, 0deg) translate(0);
  transform: skew(0deg, 0deg) translate(0);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.slider-one__single .shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 365px;
  height: 50%;
  background-color: rgba(var(--logistiq-black-rgb), 0.8);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  mix-blend-mode: color-dodge;
  -moz-transform: skew(0deg, 0deg) translateX(100%);
  -webkit-transform: skew(0deg, 0deg) translateX(100%);
  -o-transform: skew(0deg, 0deg) translateX(100%);
  -ms-transform: skew(0deg, 0deg) translateX(100%);
  transform: skew(0deg, 0deg) translateX(100%);
  opacity: 0;
  -webkit-transition: all 1800ms ease;
  -moz-transition: all 1800ms ease;
  -ms-transition: all 1800ms ease;
  -o-transition: all 1800ms ease;
  transition: all 1800ms ease;
  z-index: 10;
}

.slider-one .active .slider-one__single .shape3 {
  opacity: 1;
  -moz-transform: skew(0deg, 0deg) translate(0);
  -webkit-transform: skew(0deg, 0deg) translate(0);
  -o-transform: skew(0deg, 0deg) translate(0);
  -ms-transform: skew(0deg, 0deg) translate(0);
  transform: skew(0deg, 0deg) translate(0);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.slider-one__single .shape4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 390px;
  height: 53%;
  background-color: rgba(var(--logistiq-black-rgb), 0.8);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  mix-blend-mode: color-dodge;
  -moz-transform: skew(0deg, 0deg) translateX(100%);
  -webkit-transform: skew(0deg, 0deg) translateX(100%);
  -o-transform: skew(0deg, 0deg) translateX(100%);
  -ms-transform: skew(0deg, 0deg) translateX(100%);
  transform: skew(0deg, 0deg) translateX(100%);
  opacity: 0;
  -webkit-transition: all 1800ms ease;
  -moz-transition: all 1800ms ease;
  -ms-transition: all 1800ms ease;
  -o-transition: all 1800ms ease;
  transition: all 1800ms ease;
  z-index: 10;
}

.slider-one .active .slider-one__single .shape4 {
  opacity: 1;
  -moz-transform: skew(0deg, 0deg) translate(0);
  -webkit-transform: skew(0deg, 0deg) translate(0);
  -o-transform: skew(0deg, 0deg) translate(0);
  -ms-transform: skew(0deg, 0deg) translate(0);
  transform: skew(0deg, 0deg) translate(0);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.slider-one__single-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--logistiq-black);
  background-blend-mode: luminosity;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
  z-index: -1;
}

.slider-one .active .slider-one__single-bg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.slider-one__single-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--logistiq-black-rgb), 0.7);
  content: "";
  z-index: -2;
}


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




.slider-one__single-inner {
  position: relative;
  display: block;
  padding: 200px 0px 100px;
}

.slider-one__single-content {
  position: relative;
  display: block;
  max-width: 700px;
  width: 100%;
}

.slider-one__single-content .tagline {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 10;
}

.slider-one .active .slider-one__single-content .tagline {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.slider-one__single-content .tagline .round {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  background: var(--logistiq-base);
  border-radius: 50%;
  margin-right: 7px;
}

.slider-one__single-content .tagline .text {
  position: relative;
  display: block;
}

.slider-one__single-content .tagline .text span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--logistiq-white);
  letter-spacing: 0.02em;
}

.slider-one__single-content .title-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 10;
}

.slider-one .active .slider-one__single-content .title-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.slider-one__single-content .title-box h2 {
  color: var(--logistiq-white);
  font-size: 82px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
}

.slider-one__single-content .title-box h2 span {
  color: var(--logistiq-base);
}

.slider-one__single-content .text-box {
  position: relative;
  display: block;
  margin-bottom: 52px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 10;
}

.slider-one .active .slider-one__single-content .text-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.slider-one__single-content .text-box p {
  color: var(--logistiq-white);
}

.slider-one__single-content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 10;
}

.slider-one .active .slider-one__single-content .btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}


.slider-one__carousel.owl-theme .owl-nav {
  position: absolute;
  top: 39%;
  left: 0px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  line-height: 0;
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  transform: scaleX(1.0) translateX(0px);
  z-index: 3;
}

.slider-one__carousel:hover.owl-theme .owl-nav {
  opacity: 1;
  left: 70px;
  transform: scaleX(1.0) translateX(0px);
}

.slider-one__carousel.owl-theme .owl-prev span,
.slider-one__carousel.owl-theme .owl-next span {
  display: block;
}

.slider-one__carousel.owl-theme .owl-nav .owl-prev,
.slider-one__carousel.owl-theme .owl-nav .owl-next {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  background: rgba(255, 255, 255, .3);
  opacity: 1;
  margin: 0;
  padding: 0;
  transform: translateY(0px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-bottom: 10px;
}

.slider-one__carousel.owl-theme .owl-nav .owl-prev::before,
.slider-one__carousel.owl-theme .owl-nav .owl-next::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.7);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  opacity: 0;
}

.slider-one__carousel.owl-theme .owl-nav .owl-prev:hover::before,
.slider-one__carousel.owl-theme .owl-nav .owl-next:hover:before {
  transform: scaleX(1.0);
  opacity: 1;
}

.slider-one__carousel.owl-theme .owl-prev span:before,
.slider-one__carousel.owl-theme .owl-next span:before {
  position: relative;
  display: inline-block;
  line-height: 60px;
  font-weight: 400;
  transition: all 100ms ease;
}

.slider-one__carousel.owl-theme .owl-nav .owl-next {
  transform: rotate(0deg);
}

.slider-one__carousel.owl-theme .owl-nav .owl-prev:hover,
.slider-one__carousel.owl-theme .owl-nav .owl-next:hover {
  color: var(--logistiq-black);
}

.slider-one__carousel.owl-theme .owl-next span:before {
  position: relative;
  top: 1px;
}

.slider-one__form-box {    
  position: absolute;
  right: 250px;
  top: 55%;
  transform: translateY(-50%);
  max-width: 500px;
  width: 100%;
  background: var(--logistiq-white);
  padding: 20px;
  border-radius: 25px;
  z-index: 2;
}

.slider-one__form {
  position: relative;
  display: block;
}

.slider-one__form .input-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

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

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

.slider-one__form .input-box input[type="text"],
.slider-one__form .input-box input[type="date"],
.slider-one__form .input-box input[type="time"],
.slider-one__form .input-box input[type="tel"],
.slider-one__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), .50);
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--logistiq-gray);
  border-radius: 2px;
  border-radius: 8px;
  font-family: var(--logistiq-font);
}

.slider-one__form .input-box .select-box {
  width: 100%;
}

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

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

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

.slider-one__form .input-box textarea {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  background-color: transparent;
  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);
  width: 100%;
  height: 120px;
  padding-top: 11px;
  outline: none;
  resize: none;
}

.slider-one__form .input-box .icon.style2 {
  top: 11%;
  transform: translateY(0%);
}










.why-choose-one__form-btn {
  position: relative;
  display: block;
}
/***
=============================================
Cta One
=============================================
***/
.cta-one {
  position: relative;
  display: block;
  z-index: 1;
}

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

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

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

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

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

.cta-one__inner .shape2 {
  position: absolute;
  bottom: 0;
  right: 130px;
}

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

.cta-one__content {
  position: relative;
  display: block;
}

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

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

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

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

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

.cta-one__content .btn-box .thm-btn:hover {
  color: var(--logistiq-black);
}
/*--------------------------------------------------------------
# Design Interior
--------------------------------------------------------------*/
.design-interior {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  border-bottom: 1px solid var(--tecture-bdr-color);
  z-index: 1;
}

.design-interior__inner {
  position: relative;
  display: block;
}

.design-interior__left {
  position: relative;
  display: block;
  background-color: var(--tecture-black);
  margin-top: 55px;
  margin-right: 43px;
  padding: 101px 80px 29px;
  z-index: 1;
}

.design-interior__left:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 90px;
  right: 420px;
  height: 1px;
  background-color: var(--tecture-base);
}

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

.design-interior__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -35px;
}

.design-interior__list li {
  position: relative;
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 0 35px;
  margin-bottom: 65px;
}

.design-interior__single {
  position: relative;
  display: block;
}

.design-interior__title {
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  line-height: 38px;
  border-bottom: 1px solid var(--tecture-base);
  margin-bottom: 23px;
  padding-bottom: 22px;
}

.design-interior__title a {
  color: var(--tecture-white);
}

.design-interior__title a:hover {
  color: var(--tecture-base);
}

.design-interior__right {
  position: relative;
  display: block;
  margin-left: -373px;
}

.design-interior__img {
  position: relative;
  display: block;
}

.design-interior__img img {
  width: 100%;
}








/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/***
=============================================
Features One
=============================================
***/
.features-one {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 0px;
  z-index: 1;
}

.features-one__single {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--logistiq-base);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.features-one__single-icon {
  position: relative;
  display: block;
  width: 110px;
  height: 100%;
  background: var(--logistiq-base);
  padding: 25px 0px 26px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 10px;
}

.features-one__single-icon .icon {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

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

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

.features-one__single-icon .text-box {
  position: relative;
  display: block;
}

.features-one__single-icon .text-box h2 {
  font-size: 40px;
  line-height: 50px;
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--logistiq-white);
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.features-one__single-content {
  position: relative;
  display: block;
  padding: 15px;
  flex: 1;
}

.features-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.features-one__single-content h2 a {
  color: #222;
}

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

.features-one__single-content p {
  margin: 0;
}


/***
================================================================================
Update 1.0.1
================================================================================
***/


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

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

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

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

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

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

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

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

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


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

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

.features-two__single-img {
  position: relative;
  display: block;
}

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

.features-two__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-two__single:hover .features-two__single-img-inner::before {
  height: 80%;
}

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

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

.features-two__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-two__single:hover .features-two__single-content {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

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

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

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

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

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

.features-two__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-two__single:hover .features-two__single-content-bottom {
  opacity: 1;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

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

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

.features-two__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-two__single-content-bottom .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 15px;
  line-height: 15px;
}
/***
=============================================
Pricing One
=============================================
***/
.pricing-one {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding: 120px 0px 150px;
  z-index: 1;
}

.pricing-one__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.9;
  z-index: -1;
}

.pricing-one__single {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 15px 15px 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.pricing-one__single-inner {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding: 20px;
  border-radius: 15px;
}

.pricing-one__single-inner .table-header {
  position: relative;
  display: block;
}

.pricing-one__single-inner .table-header .img-box {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin: 0 auto 31px;
  overflow: hidden;
}

.pricing-one__single-inner .table-header .img-box::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.5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.pricing-one__single:hover .pricing-one__single-inner .table-header .img-box::before {
  opacity: 1;
}

.pricing-one__single-inner .table-header .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
  transform: scale(1.05);
}

.pricing-one__single:hover .pricing-one__single-inner .table-header .img-box img {
  transform: scale(1);
}

.pricing-one__single-inner .table-header .title-box {
  position: relative;
  display: block;
}

.pricing-one__single-inner .table-header .title-box h2 {
  font-size: 21px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s;
  margin-bottom: 7px;
  letter-spacing: -0.02em;
}
.pricing-one__single-inner .table-header .title-box h2:hover{
  color: var(--logistiq-base);
}
.pricing-one__single-inner .table-header .title-box h2 a{
  color: inherit;
}

.pricing-one__single-inner .table-header .title-box h3 {
  color: var(--logistiq-base);
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.pricing-one__single-inner .table-header .title-box h3 span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-black);
  font-size: 14px;
  font-weight: 700;
  margin-left: -3px;
}

.pricing-one__single-inner .table-content {
  position: relative;
  display: block;
  margin-top: 31px;
}

.pricing-one__single-inner .table-content ul {
  position: relative;
  display: block;
}

.pricing-one__single-inner .table-content ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-one__single-inner .table-content ul li+li {
  margin-top: 7px;
}

.pricing-one__single-inner .table-content ul li .icon {
  position: relative;
  display: block;
}

.pricing-one__single-inner .table-content ul li .icon span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 15px;
  line-height: 15px;
}

.pricing-one__single-inner .table-content ul li .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 10px;
}

.pricing-one__single-inner .table-content ul li .text-box p {
  margin: 0;
}

.pricing-one__single-inner .table-footer {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6px;
}
.pricing-one__single-inner .table-footer .thm-btn{
  padding: 0;
  line-height: 40px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 14px;
}
.pricing-one__single-inner .table-footer .thm-btn.whatsapp{
  background: #25D366;
}
.pricing-one__single-inner .table-footer .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 15px;
  width: 100%;
  gap: 6px;
}

/***
=============================================
Pricing One Pricing
=============================================
***/
.pricing-one--pricing {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
}

/***
=============================================
Brand One Pricing
=============================================
***/
.brand-one--pricing {
  position: relative;
  display: block;
  background: var(--logistiq-white);
}

.brand-one--pricing .brand-one__single-inner::before {
  background: var(--logistiq-gray-bg);
}

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

.project-one__title {
  position: relative;
  display: block;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 49px 55px 49px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.project-one__title .sec-title {
  padding-bottom: 29px;
}

.project-one__title .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

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

.project-one__single-img {
  position: relative;
  display: block;
}

.project-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000000;
  border-radius: 10px;
}

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

.project-one__single:hover .project-one__single-img .inner img {
  opacity: 0.5;
  transform: scaleX(1.05);
}

.project-one__overlay-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 5px solid var(--logistiq-base);
  padding: 9px 20px 12px;
  padding-right: 0px;
  -webkit-transform: perspective(400px) rotateX(35deg) scaleY(0.3);
  -ms-transform: perspective(400px) rotateX(35deg) scaleY(0.3);
  transform: perspective(400px) rotateX(35deg) scaleY(0.3);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 0;
  z-index: 3;
}

.project-one__single:hover .project-one__overlay-content {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 1;
}

.project-one__overlay-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20px;
  background: var(--logistiq-white);
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  content: "";
  z-index: -1;
}

.project-one__overlay-content .text-box {
  position: relative;
  display: block;
}

.project-one__overlay-content .text-box p {
  color: var(--logistiq-base);
}

.project-one__overlay-content .text-box h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 5px;
}

.project-one__overlay-content .text-box h2 a {
  color: var(--logistiq-black);
}

.project-one__overlay-content .text-box h2 a:hover {
  color: var(--logistiq-base);
}

.project-one__overlay-content .icon {
  position: relative;
  display: block;
}

.project-one__overlay-content .icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: var(--logistiq-base);
}

.project-one__overlay-content .icon a span {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.project-one__overlay-content .icon a span::before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-white);
  font-size: 15px;
  font-weight: 700;
}

/***
=============================================
Project Two
=============================================
***/
.project-one--two {
  position: relative;
  display: block;
  padding-bottom: 158px;
}

/***
=============================================
Project One Project
=============================================
***/
.project-one--project {
  position: relative;
  display: block;
  padding-bottom: 90px;
}

/***
=============================================
Project Details
=============================================
***/
.project-details {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

.project-details__inner {
  position: relative;
  display: block;
}

.project-details__img1 {
  position: relative;
  display: block;
}

.project-details__img1 .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-details__img1 .inner img {
  width: 100%;
}

.project-details__img1-content {
  position: absolute;
  top: -30px;
  left: 110px;
  max-width: 425px;
  width: 100%;
  z-index: 2;
}

.project-details__img1-content .title-box {
  position: relative;
  display: block;
  background: var(--logistiq-base);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 32px 55px 32px;
}

.project-details__img1-content .title-box h2 {
  color: var(--logistiq-white);
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
}

.project-details__img1-content-list {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 5px 30px 6px;
}

.project-details__img1-content-list ul {
  position: relative;
  display: block;
}

.project-details__img1-content-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(var(--logistiq-black-rgb), 0.1);
  padding-top: 17px;
  padding-bottom: 16px;
}

.project-details__img1-content-list ul li:last-child {
  border-bottom: none;
}

.project-details__img1-content-list ul li .title {
  position: relative;
  display: block;
  width: 140px;
}

.project-details__img1-content-list ul li .title h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.project-details__img1-content-list ul li .text {
  position: relative;
  display: block;
  flex: 1;
}

.project-details__img1-content-list ul li .text p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.project-details__img1-content-list ul li .text p a {
  color: var(--logistiq-gray);
}

.project-details__img1-content-list ul li .text p a:hover {
  color: var(--logistiq-base);
}

.project-details__img1-content-list ul li .social-links {
  position: relative;
  display: block;
}

.project-details__img1-content-list ul li .social-links a {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
}

.project-details__img1-content-list ul li .social-links a+a {
  margin-left: 7px;
}

.project-details__img1-content-list ul li .social-links a:hover {
  color: var(--logistiq-black);
}

.project-details__img1-content-list ul li .social-links a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.project-details__text1 {
  position: relative;
  display: block;
  margin-top: 40px;
}

.project-details__text1 h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 31px;
}

.project-details__text1 p {
  margin: 0;
}

.project-details__text2 {
  position: relative;
  display: block;
  margin-top: 42px;
}

.project-details__text2-img {
  position: relative;
  display: block;
  max-width: 620px;
  width: 100%;
}

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

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

.project-details__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: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  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;
}

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

.project-details__video-link .ripple,
.project-details__video-icon .ripple:before,
.project-details__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  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;
}

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

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

.project-details__text2-img .inner img {
  width: 100%;
}



.project-details__text2-content {
  position: relative;
  display: block;
}

.project-details__text2-content h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 26px;
}

.project-details__text2-content p {
  margin: 0;
}

.project-details__text2-content ul {
  position: relative;
  display: block;
  margin-top: 32px;
}

.project-details__text2-content ul li {
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.project-details__text2-content ul li:last-child {
  margin-bottom: 0px;
}

.project-details__text2-content ul li p {
  margin: 0;
}

.project-details__text2-content ul li p span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 22px;
  line-height: 22px;
  top: 3px;
  margin-right: 5px;
}

.project-details__text3 {
  position: relative;
  display: block;
  margin-top: 42px;
}

.project-details__text3 p {
  margin: 0;
}

.project-details__text3 .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 42px;
}

.project-details__text3 .img-box img {
  width: 100%;
}

.project-details__previous-next {
  position: relative;
  display: block;
  margin-top: 60px;
}

.project-details__previous-next ul {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(var(--logistiq-black-rgb), 0.1);
  padding: 15px 20px 15px;
}

.project-details__previous-next ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
}

.project-details__previous-next ul li::before {
  position: absolute;
  top: -16px;
  right: 0;
  bottom: -16px;
  width: 2px;
  background: rgba(var(--logistiq-black-rgb), 0.1);
  content: "";
}

.project-details__previous-next ul li:last-child:before {
  display: none;
}

.project-details__previous-next ul li:nth-child(2) {
  float: right;
  text-align: right;
}

.project-details__previous-next ul li:nth-child(2) .text-box {
  margin-left: 0px;
  margin-right: 20px;
}

.project-details__previous-next ul li:nth-child(2) .icon a {
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.project-details__previous-next ul li .icon {
  position: relative;
  display: block;
}

.project-details__previous-next ul li .icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  background: var(--logistiq-base);
  color: var(--logistiq-white);
  clip-path: polygon(0 0, 79% 0, 100% 100%, 0 100%);
}

.project-details__previous-next ul li .icon a:hover {
  background: var(--logistiq-black);
}

.project-details__previous-next ul li .icon a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}

.project-details__previous-next ul li .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.project-details__previous-next ul li .text-box a {
  color: var(--logistiq-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
}

.project-details__previous-next ul li .text-box a:hover {
  color: var(--logistiq-base);
}

.project-one--project-details {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 90px;
}

.project-one--project-details .title-box {
  position: relative;
  display: block;
  padding-bottom: 49px;
  margin-top: -11px;
}

.project-one--project-details .title-box h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  text-transform: capitalize;
}
/***
=============================================
Quote One
=============================================
***/
.quote-one {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 0px;
  z-index: 1;
}

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

.quote-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--logistiq-black-rgb), .60);
  content: "";
}

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

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

.quote-one .quote-tab {
  position: relative;
  display: block;
  background: var(--logistiq-black);
  padding: 60px 60px 60px;
}

.quote-tab__button {
  position: relative;
  display: block;
  margin-bottom: 41px;
  z-index: 1;
}

.quote-tab__button ul {
  display: flex;
  gap: 15px;
}

.quote-tab__button ul li {
  border-radius: 5px;
}

.quote-tab__button .tabs-button-box {
  position: relative;
}

.quote-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  width: 190px;
  background-color: var(--logistiq-white);
  float: left;
  text-align: center;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.quote-tab__button .tabs-button-box .tab-btn-item.active-btn-item,
.quote-tab__button .tabs-button-box .tab-btn-item:hover {
  background-color: var(--logistiq-base);
}

.quote-tab__button-inner {
  position: relative;
  display: block;
}

.quote-tab__button-inner h3 {
  position: relative;
  display: block;
  padding: 15px 0;
  color: var(--logistiq-black);
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.quote-tab__button .tabs-button-box .active-btn-item .quote-tab__button-inner h3 {
  color: var(--logistiq-white);
}

.quote-tab__button .tabs-button-box .tab-btn-item:hover .quote-tab__button-inner h3,
.quote-tab__button .tabs-button-box .tab-btn-item.active-btn-item .quote-tab__button-inner h3 {
  color: var(--logistiq-white);
}

.tabs-content-box {
  position: relative;
  display: block;
}

.quote-one .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.quote-one .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.quote-one .tab-content-box-item .quote-tab-content-box-item {
  transition: all 0.7s ease;
  opacity: 0;
  transform: scaleY(0.9);
  transform-origin: top bottom;
}

.quote-one .tab-content-box-item.tab-content-box-item-active .quote-tab-content-box-item {
  opacity: 1.0;
  transform: scaleY(1);
  transform-origin: bottom top;
}

.tab-content-box-item-img {
  position: absolute;
  top: -161px;
  right: -60px;
  bottom: -60px;
  width: 390px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.quote-tab-content-box-item .quotes-wrapper {
  position: relative;
  display: block;
  max-width: 810px;
  width: 100%;
}

.quote-tab-content-box-item .quotes-wrapper-inner {
  position: relative;
  display: block;
}

.quote-tab-content-box-item .quotes-wrapper-inner .title-box {
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.quote-tab-content-box-item .quotes-wrapper-inner .title-box h2 {
  color: var(--logistiq-white);
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  text-transform: capitalize;
}

.quote-one__form {
  position: relative;
  display: block;
}

.quote-one__form .input-box {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.quote-one__form .input-box label {
  color: var(--logistiq-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 12px;
}

.quote-one__form .input-box input[type="text"],
.quote-one__form .input-box input[type="email"],
.quote-one__form .input-box input[type="number"] {
  position: relative;
  display: block;
  height: 55px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(var(--logistiq-white-rgb), .20);
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  color: rgba(var(--logistiq-white-rgb), .40);
  border-radius: 3px;
  font-family: var(--logistiq-font);
}

.quote-one__form .input-box .select-box {
  width: 100%;
}

.quote-one__form .input-box .nice-select {
  position: relative;
  display: block;
  height: 55px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(var(--logistiq-white-rgb), .20);
  color: rgba(var(--logistiq-white-rgb), .40);
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  color: rgba(var(--logistiq-white-rgb), .40);
  border-radius: 3px;
  font-family: var(--logistiq-font);
  float: none;
}

.quote-one__form .input-box .nice-select:after {
  position: absolute;
  top: 18px;
  right: 23px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid rgba(var(--logistiq-white-rgb), .40);
  border-right: 1px solid rgba(var(--logistiq-white-rgb), .40);
  margin-top: 0px;
  z-index: 10;
}

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

.quote-redio-box {
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.quote-redio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.custom-rario {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.custom-rario input[type="radio"] {
  display: none;
}

.custom-rario .radio-dot {
  position: absolute;
  left: 0;
  top: 2px;
  height: 25px;
  width: 25px;
  border-radius: 2px;
  border: 2px solid rgba(var(--logistiq-white-rgb), .40);
  display: block;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.custom-rario .radio-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--logistiq-white);
  margin-left: 40px;
}

.custom-rario .radio-dot::after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 3px;
  background-color: var(--logistiq-base);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s ease-in-out 0s;
}

.custom-rario input[type="radio"]:checked~.radio-dot::after {
  transform: translate(-50%, -50%) scale(1);
}

.custom-rario input[type="radio"]:checked~.radio-dot {
  border-color: var(--logistiq-base);
}

.custom-rario input[type="radio"]:checked~.radio-text {
  color: var(--logistiq-white);
}

.quote-two__btn {
  position: relative;
  display: block;
  margin-top: 39px;
}

.quote-two__btn .thm-btn {
  width: 100%;
}

.quote-two__btn .thm-btn .hover-btn {
  background-color: var(--logistiq-white);
}

.quote-two__btn .thm-btn:hover {
  color: var(--logistiq-black);
}
/***
=============================================
Skill One
=============================================
***/
.skill-one {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 120px 0px 120px;
  z-index: 1;
}

.skill-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.skill-one__img .shape1 {
  position: absolute;
  top: 30px;
  right: -35px;
  z-index: -1;
}

.skill-one__img .shape2 {
  position: absolute;
  left: 135px;
  bottom: -100px;
  z-index: -1;
}

.skill-one__img1 {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 450px;
  width: 100%;
  z-index: 1;
}

.skill-one__img1::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.skill-one__img1:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

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

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

.skill-one__img2 {
  position: absolute;
  bottom: -115px;
  right: 0;
  z-index: 1;
}

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

.skill-one__img2 .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.skill-one__img2 .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.skill-one__img2:hover .inner::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

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

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

.skill-one__content {
  position: relative;
  display: block;
  margin-left: 100px;
}

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

.skill-one__content-text {
  position: relative;
  display: block;
}

.skill-one__content-text p {
  margin: 0;
}

.skill-one__progress {
  position: relative;
  display: block;
  margin-top: 35px;
}

.skill-one__progress li {
  position: relative;
  display: block;
}

.skill-one__progress li+li {
  margin-top: 38px;
}

.skill-one__progress-single {
  position: relative;
  display: block;
}

.skill-one__progress-single .title-box {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.skill-one__progress-single .title-box p {
  color: var(--logistiq-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
}

.skill-one__progress-single .bar {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #E4E4E4;
}

.skill-one__progress-single .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 3px;
  border-radius: 0px;
  background-color: var(--logistiq-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.skill-one__progress-single .count-text {
  position: absolute;
  right: 0px;
  bottom: -13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logistiq-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  width: 60px;
  height: 30px;
  background: var(--logistiq-base);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.skill-one__progress-single .bar-inner.counted .count-text {
  opacity: 1;
}

.skill-one__progress-single .bar-inner.counted .count-text::before {
  position: absolute;
  top: 1px;
  right: -24px;
  color: var(--logistiq-base);
  font-size: 30px;
  content: "\e933";
  font-family: 'Font Awesome 5 Pro' !important;
  transform: rotate(70deg);
}

.skill-one__content-btn {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 55px;
}

/***
=============================================
Sliding Text One
=============================================
***/
.sliding-text-one {
  position: relative;
  display: block;
  margin-top: -144px;
  z-index: 1;
}

.sliding-text-one__wrap {
  position: relative;
  display: block;
}

.sliding-text__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: fit-content;
}

.sliding-text__list li {
  osition: relative;
  display: block;
  float: left;
  margin-right: 40px;
}

.sliding-text__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  color: transparent;
  -webkit-text-stroke: 1px #E4E4E4;
  font-size: 95px;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--logistiq-font);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sliding-text__list li:hover .sliding-text__title {
  -webkit-text-stroke: 1px var(--logistiq-base);
}

.sliding-text__title img {
  position: relative;
  width: auto;
}

.sliding-text__title:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--logistiq-base);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text__list li:hover .sliding-text__title:before {
  width: 100%;
  color: var(--logistiq-base);
}

@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}











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

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

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

.why-choose-one__content {
  position: relative;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.why-choose-one__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-one__form-box .title-box {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

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

.why-choose-one__form {
  position: relative;
  display: block;
}

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

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

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

.why-choose-one__form .input-box input[type="text"],
.why-choose-one__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-one__form .input-box .select-box {
  width: 100%;
}

.why-choose-one__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-one__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-one__form .input-box .nice-select .option {
  color: var(--logistiq-white);
}

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

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

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

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

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

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

.why-choose-one__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-one__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-one__form-distance-inner .ui-slider-horizontal .ui-slider-handle {
  top: -16px;
}

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

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

.why-choose-one__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-one__form-distance-inner .ranger-min-max-block input {
  display: inline-block;
}

.why-choose-one__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-one__form-distance-inner .ranger-min-max-block input[type="submit"]:hover {}

.why-choose-one__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-one__form-distance-inner .ranger-min-max-block input[type='text'].max {}

.why-choose-one__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-one__form-btn {
  position: relative;
  display: block;
}


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

.why-choose-two .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
}

.why-choose-two__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: calc((100% - 220px) / 2);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.why-choose-two__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--logistiq-black-rgb), .20);
  content: "";
}

.why-choose-two__bg .shape3 {
  position: absolute;
  top: 285px;
  left: 125px;
  z-index: 1;
}

.why-choose-two__video-box {
  position: absolute;
  top: -215px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.why-choose-two__video-box-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--logistiq-base);
  border: 0px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  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;
}

.why-choose-two__video-box-icon:hover {
  color: var(--logistiq-base);
  background-color: var(--logistiq-white);
}

.why-choose-two__video-box-icon span::before {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.why-choose-two__video-box-icon .ripple,
.why-choose-two__video-box-icon .ripple:before,
.why-choose-two__video-box-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.why-choose-two__video-box-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.why-choose-two__video-box-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.why-choose-two__content {
  position: relative;
  display: block;
}

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

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

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

.why-choose-two__content-text {
  position: relative;
  display: block;
  max-width: 625px;
  width: 100%;
  margin-bottom: 55px;
}

.why-choose-two__content-text p {
  color: #E4E4E4;
}


.why-choose-two__content-bottom {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.why-choose-two__content-bottom .shape2 {
  position: absolute;
  bottom: 75px;
  left: 210px;
  z-index: -1;
}

.why-choose-two__content-bottom .client-box {
  position: relative;
  display: block;
  padding-left: 25px;
  width: 230px;
}

.why-choose-two__content-bottom .client-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: var(--logistiq-base);
  content: "";
}

.why-choose-two__content-bottom .client-box ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}

.why-choose-two__content-bottom .client-box ul li {
  position: relative;
  display: inline-block;
}

.why-choose-two__content-bottom .client-box ul li+li {
  margin-left: -14px;
}

.why-choose-two__content-bottom .client-box ul li .img-box {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--logistiq-black);
  overflow: hidden;
}

.why-choose-two__content-bottom .client-box ul li .img-box img {
  width: 100%;
}


.why-choose-two__content-bottom .count-text-box {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.why-choose-two__content-bottom .count-text-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  content: "";
}

.why-choose-two__content-bottom .count-text-box h2 {
  color: var(--logistiq-white);
  font-size: 74px;
  line-height: 1em;
  font-weight: 700;
}

.why-choose-two__content-bottom .count-text-box .plus {
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 65px;
  font-weight: 700;

}

.why-choose-two__content-bottom .client-box h3 {
  position: relative;
  color: var(--logistiq-white);
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 5px;

}

.why-choose-two__content-bottom-content {
  position: relative;
  display: block;
  background: var(--logistiq-white);
  padding: 38px 40px 40px;
  margin-left: 220px;
  max-width: 650px;
  width: 100%;
  z-index: 1;
}

.why-choose-two__content-bottom-content::before {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: #e4e4e4;
  content: "";
  z-index: 1;
}

.why-choose-two__content-bottom-content::after {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #e4e4e4;
  content: "";
  z-index: 1;
}

.why-choose-two__pattern2 {
  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.05;
  z-index: 0;
}

.why-choose-two__content-bottom-content ul {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}

.why-choose-two__content-bottom-content ul+ul {
  margin-top: 80px;
}

.why-choose-two__single {
  position: relative;
  display: block;
  max-width: 250px;
  width: 100%;
}

.why-choose-two__single-top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.why-choose-two__single-top .icon {
  position: relative;
  display: block;
}

.why-choose-two__single-top .icon span {
  position: relative;
  display: block;
}

.why-choose-two__single-top .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 40px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

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

.why-choose-two__single-top .title {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.why-choose-two__single-top .title h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.why-choose-two__single .text-box {
  position: relative;
  display: block;
  padding-left: 10px;
}

.why-choose-two__single .text-box::before {
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  width: 1px;
  background: var(--logistiq-base);
  content: "";
}

.why-choose-two__single .text-box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
/***
=============================================
Working Process One
=============================================
***/
.working-process-one {
  position: relative;
  display: block;
  background: var(--logistiq-gray-bg);
  padding: 120px 0px 90px;
  z-index: 1;
}

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

.working-process-one .container {
  position: relative;
}

.working-process-one .shape1 {
  position: absolute;
  top: 242px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: -1;
}

.working-process-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.working-process-one__single .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background: var(--logistiq-white);
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
  margin: 0 auto 22px;
}

.working-process-one__single .icon .count-box {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--logistiq-base);
  color: var(--logistiq-white);
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.working-process-one__single .icon span {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 50px;
  line-height: 50px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.working-process-one__single:hover .icon span {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.working-process-one__single .content-box {
  position: relative;
  display: block;
  text-align: center;
}

.working-process-one__single .content-box h2 {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.working-process-one__single .content-box h2 a {
  color: var(--logistiq-black);
}

.working-process-one__single .content-box h2 a:hover {
  color: var(--logistiq-base);
}

.working-process-one__single .content-box p {
  margin: 0;
}


.working-process-one__single .plane-icon {
  position: absolute;
  top: 37px;
  right: -35px;
}

.working-process-one__single .plane-icon span {
  position: relative;
  display: block;
}

.working-process-one__single .plane-icon span::before {
  position: relative;
  display: inline-block;
  color: var(--logistiq-base);
  font-size: 35px;
  line-height: 35px;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

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

.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: 3px 40px 3px;
}

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

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

.header-contact-style1 {
  position: relative;
  display: block;
}

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

.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 {
  position: relative;
  display: block;
}

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

.header-contact-style1 ul li .text-box p a {
  color: var(--logistiq-white);
}

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

.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: -3px;
  right: -60px;
  background: var(--logistiq-base);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
  content: "";
  z-index: -1;
}

.header-social-links {
  position: relative;
  display: block;
}

.header-social-links a {
  color: var(--logistiq-white);
}

.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:hover {
  color: var(--logistiq-black);
}

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

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

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

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

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

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

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

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

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

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

.main-header-one__bottom-left .logo-box a img {
  width: 80px;
}


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

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

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

.main-header-one__bottom-right-btn::before {
  position: absolute;
  top: -28px;
  left: 0;
  bottom: -27px;
  background: rgba(var(--logistiq-white-rgb), .15);
  width: 1px;
  content: "";
}

.main-header-one__bottom-right-btn::after {
  position: absolute;
  top: -28px;
  right: 0;
  bottom: -27px;
  background: rgba(var(--logistiq-white-rgb), .15);
  width: 1px;
  content: "";
}

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

.main-header-one__bottom-right-btn a::before {
  position: absolute;
  top: -26px;
  left: 0;
  bottom: -24px;
  right: 0;
  background: rgba(var(--logistiq-white-rgb), .15);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
  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;
  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;
}


.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: all 200ms linear;
  transition-delay: 0.1s;
  text-align: center;
  -webkit-text-stroke: 1px #222;
}

.main-header-one__bottom-right .login-box a:hover span {
  color: var(--logistiq-base);
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.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: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.main-menu .main-menu__list>li:last-child,
.stricky-header .main-menu__list>li:last-child{
  border: 0;
}
.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  padding-inline: 20px;
}

.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: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--logistiq-font);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  letter-spacing: -0.01em;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--logistiq-base);
}


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

.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: all 500ms ease;
  transition: all 500ms ease;
  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: 2px 15px 10px;
  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: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  max-height: 420px;
  overflow: auto;
  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: 0px 10px 60px 0px rgba(0, 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 {
  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), 0.10);
  margin-top: 0px;
}

.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 0px 17px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.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: 0px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f105";
  font-size: 14px;
  color: var(--anity-white);
  transform: translateY(-50%) scale(1.0) rotate(0deg);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.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: 0px;
  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 {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 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;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.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: 500ms;
  transition: 500ms;
}

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

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

.stricky-header--style1 .container {
  max-width: 1850px;
}

.stricky-header--style1 .main-header-one__top {
  display: none;
}


.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::after {
  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: -2px;
  bottom: -2px;
}



/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 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 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.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 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

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

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

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

.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, 0.1);
  margin-left: 0.5em;
}

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

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  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: #ffffff;
  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: 500ms;
  transition: 500ms;
}

.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.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: none;
  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 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  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(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--logistiq-base);
}

/* no menu after 2rd level dropdown */
.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.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__top .main-menu__login a {
  color: var(--logistiq-text-dark);
}

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

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 500ms;
  transition: 500ms;
}

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

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

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

.mobile-nav__contact li {
  color: var(--logistiq-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--logistiq-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--logistiq-base);
  display: -webkit-box;
  display: -ms-flexbox;
  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 .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}


/***
=============================================
Main Header Two
=============================================
***/
.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: 0px;
  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 0px 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;
}

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

.header-contact-style2 {
  position: relative;
  display: block;
}

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

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

.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), .10);
  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 {
  position: relative;
  display: block;
  margin-left: 10px;
  flex: 1;
}

.header-contact-style2 ul li .text-box .text1 {
  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-contact-style2 ul li .text-box .text2 a {
  color: var(--logistiq-white);
}

.header-contact-style2 ul li .text-box .text2 a:hover {
  color: var(--logistiq-base);
}

.main-header-two__top-right {
  position: relative;
  display: block;
}

.header-social-link-style2 {
  position: relative;
  display: block;
}

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

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

.header-social-link-style2 ul {
  position: relative;
  display: block;
}

.header-social-link-style2 ul li {
  position: relative;
  display: inline-block;
}

.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), .10);
  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(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

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

.header-social-link-style2 ul li a:hover {
  color: var(--logistiq-white);
}

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

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

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

.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-two .main-menu .main-menu__list>li>a,
.main-header-two .stricky-header .main-menu__list>li>a {
  color: var(--logistiq-black);
}

.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 {
  color: var(--logistiq-base);
}

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

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

.header-search-box-two a:hover {
  color: var(--logistiq-base);
}

.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: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-1 {
  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: all 500ms ease;
  transition: all 500ms ease;
}

.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: all 500ms ease;
  transition: all 500ms ease;
}

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

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


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

.stricky-header--style2 .main-header-two__top {
  display: none;
}

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

.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 .header-search-box-two a {
  color: var(--logistiq-white);
}

.stricky-header--style2 .header-search-box-two a:hover {
  color: var(--logistiq-base);
}

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

.stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-1 {
  background-color: var(--logistiq-base);
}

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

.stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-2 {
  background-color: var(--logistiq-base);
}

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

.stricky-header--style2 .main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-3 {
  background-color: var(--logistiq-base);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  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 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.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: 0.75;
  cursor: pointer;
}

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

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  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: none;
  height: 66px;
  padding-left: 30px;
  padding-right: 85px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  background-color: var(--logistiq-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.search-popup__content .thm-btn .hover-bx {
  border-radius: 0px 0px 0px 0px;
}

.search-popup__content .thm-btn .hover-bx4 {
  border-radius: 0 0px 0px 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: all 500ms ease;
  transition: all 500ms ease;
}

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


/***
=============================================
Main Header Three
=============================================
***/
.main-header-three {
  position: relative;
  display: block;
  z-index: 3;
}

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

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

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

.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__language-switcher .language-switcher {
  position: relative;
  display: block;
}

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

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

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

.main-header__language-switcher .nice-select:after {
  right: 0px;
  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__right .header-social-links a:hover {
  color: var(--logistiq-base);
}

.main-header-three__bottom {
  position: relative;
  display: block;
  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: 0px 20px 0px;
}

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

.main-header-three__bottom-left .logo-box {
  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: 69px;
}

.main-header-three__bottom-middle {
  position: relative;
  display: block;
}

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

.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 .main-menu .main-menu__list>li>a,
.stricky-header.stricky-header--style3 .main-menu__list>li>a {
  color: var(--logistiq-black);
}

.main-header-three .main-menu .main-menu__list>li.current>a,
.main-header-three .main-menu .main-menu__list>li:hover>a,
.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-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: 0px;
}

.stricky-header--style3 .main-header-three__top {
  display: none;
}

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

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

.stricky-header--style3 .main-header-three__bottom-right {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .counter-one--three::before {
    right: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .service-one__single-content {
    padding: 33px 25px 32px;
  }

  .service-one__single-content h2 {
    font-size: 21px;
    line-height: 31px;
  }

  .project-one__title {
    padding: 37px 55px 38px;
  }

  .project-one__title .sec-title__title {
    font-size: 35px;
    line-height: 45px;
  }

  .project-one__title .sec-title {
    padding-bottom: 19px;
  }

  .project-one__overlay-content .text-box h2 {
    font-size: 17px;
    line-height: 24px;
    margin-top: 2px;
  }

  .skill-one .sec-title__title {
    font-size: 45px;
    line-height: 55px;
  }

  .skill-one__content {
    margin-left: 50px;
  }

  .faq-one__content-faq .sec-title__title {
    font-size: 40px;
    line-height: 50px;
  }

  .faq-one__content-faq {
    padding: 120px 60px 120px;
  }

  .cta-one__img {
    right: 100px;
  }

  .blog-one__single-content-inner {
    padding: 16px 25px 40px;
  }

  .blog-one__single-content-inner .meta-box li {
    margin-right: 12px;
  }

  .blog-one__single-content-inner h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-one__contact-box ul li .text-box p {
    font-size: 15px;
  }

  .footer-one__about-text {
    font-size: 15px;
  }

  .footer-one__quick-links-list li a {
    font-size: 15px;
  }

  .footer-one__subscribe-text {
    font-size: 15px;
  }

  .footer-one__bottom-text p {
    font-size: 15px;
  }

  .why-choose-two__bg .shape3 {
    display: none;
  }

  .footer-one--two .shape3 {
    display: none;
  }

  .footer-one--two__cta::before {
    right: 0px;
  }









}

@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .team-one__single-img {
    max-width: 300px;
  }

  .about-two__img {
    margin-left: 0px;
  }

  .testimonial-two__carousel.owl-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
    right: -60px;
  }

  .testimonial-two__single-top .title-box h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .working-process-one__single .content-box p {
    font-size: 16px;
  }

  .working-process-one__single .content-box h2 {
    font-size: 23px;
    line-height: 33px;
  }

  .blog-details__content {
    margin-right: 0px;
  }

  .blog-details__content-text1 h2 {
    font-size: 40px;
  }

  .blog-details__content-text2 h2 {
    font-size: 40px;
  }

  .sidebar__post-content-box h3 {
    font-size: 20px;
  }

  .blog-standard-page .blog-one__single-content-inner h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-page__bottom-inner ul li {
    padding-right: 50px;
    margin-right: 50px;
  }

  .contact-page__bottom-inner ul li:first-child {
    padding-left: 50px;
  }

  .project-details__text2-content ul li p {
    font-size: 15px;
  }

  .service-details__content-text2 h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .team-details__bottom-contact {
    margin-left: 0px;
  }

  .why-choose-one__form-distance-inner #slider-range {
    max-width: 270px;
  }

  .features-one__single-icon {
    width: 95px;
  }

  .features-one__single-content {
    padding: 32px 20px 32px;
  }

  .features-one__single-content h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .features-one__single-content p {
    font-size: 16px;
  }

  .about-three__content {
    margin-left: 0px;
  }

  .about-three__content-text p {
    font-size: 15px;
  }

  .about-three__content-list ul li .content-box p {
    font-size: 15px;
  }

  .about-three__content-list ul li .content-box p br {
    display: none;
  }

  .about-three__img::before {
    display: none;
  }

  .quote-tab-content-box-item .quotes-wrapper {
    max-width: 615px;
    width: 100%;
  }

  .testimonial-three__inner {
    padding-left: 240px;
    padding-right: 240px;
  }

  .testimonial-three__img6 {
    right: 215px;
  }

  .counter-one--three::before {
    right: 0px;
  }

  .blog-three__single-content h2 {
    font-size: 19px;
  }

  .blog-three__single-content {
    padding: 0px 25px 40px;
  }











}





/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__img {
    margin-top: 60px;
  }

  .about-one {
    padding: 120px 0px 265px;
  }

  .project-one__title .sec-title__title {
    font-size: 25px;
    line-height: 35px;
  }

  .project-one__title {
    padding: 32px 55px 33px;
  }

  .project-one__title .sec-title {
    padding-bottom: 14px;
  }

  .project-one__title .sec-title__tagline {
    margin-bottom: 5px;
  }

  .project-one__overlay-content {
    right: 30px;
    padding: 9px 15px 12px;
    padding-right: 0px;
  }

  .project-one__overlay-content .text-box h2 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
  }

  .project-one {
    padding: 120px 0px 90px;
  }

  .why-choose-one .shape1 {
    display: none;
  }

  .why-choose-one__form-box {
    max-width: 700px;
    width: 100%;
    float: left;
    margin-top: 60px;
  }

  .skill-one__img {
    max-width: 540px;
    width: 100%;
  }

  .skill-one__content {
    margin-left: 0px;
    margin-top: 175px;
    max-width: 800px;
    width: 100%;
  }

  .testimonial-one__content {
    max-width: 650px;
    width: 100%;
  }

  .testimonial-one__content .big-title {
    display: none;
  }

  .testimonial-one__img {
    margin-top: 60px;
    margin-left: 0px;
  }

  .faq-one .shape1 {
    display: none;
  }

  .faq-one__content {
    margin-top: 0px;
    margin-right: 0px;
  }

  .faq-one__img {
    margin-left: 0px;
    z-index: 2;
  }

  .sliding-text-one {
    margin-top: 0px;
    padding-top: 107px;
  }

  .cta-one__img {
    display: none;
  }

  .cta-one__inner .shape1 {
    display: none;
  }

  .cta-one__inner .shape3 {
    display: none;
  }

  .cta-one__inner .shape2 {
    display: none;
  }

  .faq-one {
    padding: 120px 0px 106px;
  }

  .counter-one__single .shape1 {
    display: none;
  }

  .counter-one__single-inner .content-box .text-box p {
    font-size: 13px;
  }

  .counter-one__single-inner .content-box {
    margin-left: 23px;
    padding-left: 23px;
  }

  .blog-one__single-content-inner {
    padding: 16px 25px 40px;
  }

  .blog-one__single-content-inner .meta-box li {
    margin-right: 12px;
  }

  .blog-one__single-content-inner h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-one__quick-links {
    margin-left: 0px;
  }

  .footer-one__about {
    margin-bottom: 70px;
    max-width: 350px;
    width: 100%;
  }

  .counter-one--two .counter-one__single-inner .content-box .text-box p {
    font-size: 16px;
  }

  .about-two__img {
    margin-left: 0px;
  }

  .about-two__content {
    margin-top: 250px;
    max-width: 800px;
    width: 100%;
  }

  .testimonial-two__content {
    max-width: 650px;
    margin-bottom: 60px;
  }

  .testimonial-two__content .sec-title__title br {
    display: none;
  }

  .why-choose-two__bg {
    position: relative;
    top: -120px;
    left: 0;
    width: calc((100% - 0px) / 1);
    background-position: center center;
    height: 500px;
  }

  .why-choose-two__bg .shape3 {
    display: none;
  }

  .why-choose-two__video-box {
    top: 0px;
  }

  .why-choose-two__content-bottom .shape2 {
    display: none;
  }

  .why-choose-two__content-bottom-content {
    margin-left: 40px;
  }

  .working-process-one__single .plane-icon {
    display: none;
  }

  .working-process-one .shape1 {
    display: none;
  }

  .working-process-one__single {
    margin-bottom: 50px;
  }

  .working-process-one {
    padding: 120px 0px 70px;
  }

  .footer-one--two .shape3 {
    display: none;
  }

  .footer-one--two__cta::before {
    right: -9999px;
    clip-path: none;
  }

  .blog-details__content {
    margin-right: 0px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }

  .blog-details__content-text3-text ul li p {
    font-size: 15px;
  }

  .sidebar {
    max-width: 550px;
    width: 100%;
    margin: 80px auto 0px;
  }

  .sidebar.style2 {
    margin: 0px auto 80px;
  }

  .contact-page__top-content {
    margin-bottom: 60px;
  }

  .contact-page__bottom-inner ul {
    display: block;
  }

  .contact-page__bottom-inner ul li {
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .contact-page__bottom-inner ul li:last-child {
    margin-bottom: 0px;
  }

  .contact-page__bottom-inner ul li:first-child {
    padding-left: 0px;
  }

  .contact-page__bottom-inner ul li::before {
    display: none;
  }

  .project-details__img1-content .title-box {
    padding: 22px 55px 22px;
  }

  .project-details__img1-content-list ul li .title h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .project-details__img1-content-list ul li {
    padding-top: 12px;
    padding-bottom: 11px;
  }

  .project-details__text2-content {
    margin-top: 40px;
  }

  .project-details {
    padding: 120px 0px 0px;
  }

  .service-one--service {
    padding-bottom: 90px;
  }

  .service-details__sidebar {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
  }

  .service-details__content {
    margin-left: 0px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }

  .team-details__top-content {
    max-width: 750px;
    width: 100%;
    margin-top: 60px;
  }

  .team-details__bottom-progress {
    max-width: 700px;
  }

  .team-details__bottom-contact {
    max-width: 700px;
    margin-left: 0px;
    margin-top: 60px;
  }

  .why-choose-one__form-distance-inner {
    max-width: 100%;
  }

  .why-choose-one__form-distance-inner #slider-range {
    max-width: 420px;
  }

  .features-one__single {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .about-three {
    padding: 90px 0px 120px;
  }

  .about-three__img {
    max-width: 650px;
    width: 100%;
  }

  .about-three__content {
    margin-left: 0px;
    margin-top: 70px;
  }

  .tab-content-box-item-img {
    display: none;
  }

  .testimonial-three__inner {
    padding-left: 140px;
    padding-right: 140px;
  }

  .testimonial-three .shape1 {
    display: none;
  }

  .testimonial-three__img1 {
    display: none;
  }

  .testimonial-three__img2 {
    display: none;
  }

  .testimonial-three__img3 {
    display: none;
  }

  .testimonial-three__img4 {
    display: none;
  }

  .testimonial-three__img5 {
    display: none;
  }

  .testimonial-three__img6 {
    display: none;
  }

  .pricing-one__single-inner {
    padding: 45px 25px 45px;
  }

  .counter-one--three::before {
    right: 0px;
    clip-path: none;
  }

  .counter-one--three__pattern {
    clip-path: none;
  }

  .blog-three__single-content h2 {
    font-size: 18px;
  }

  .blog-three__single-content h2 br {
    display: none;
  }

  .blog-three__single-content {
    padding: 0px 25px 40px;
  }

  .product__sidebar {
    max-width: 500px;
    width: 100%;
    margin: 60px auto 60px;
  }

  .cart-page .table-responsive {
    margin-bottom: 50px;
  }

  .features-two__single-content {
    padding: 40px 30px 20px;
  }




















}








/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__img {
    margin-top: 60px;
  }

  .about-one {
    padding: 120px 0px 265px;
  }

  .service-one__single-content {
    padding: 33px 30px 32px;
    margin-left: 20px;
  }

  .service-one__single-content h2 {
    font-size: 19px;
  }

  .project-one {
    padding: 120px 0px 90px;
  }

  .why-choose-one .shape1 {
    display: none;
  }

  .why-choose-one__form-box {
    max-width: 700px;
    width: 100%;
    float: left;
    margin-top: 60px;
  }

  .skill-one__img {
    max-width: 540px;
    width: 100%;
  }

  .skill-one__content {
    margin-left: 0px;
    margin-top: 175px;
    max-width: 800px;
    width: 100%;
  }

  .testimonial-one__content {
    max-width: 650px;
    width: 100%;
  }

  .testimonial-one__content .big-title {
    display: none;
  }

  .testimonial-one__img {
    margin-top: 60px;
    margin-left: 0px;
  }

  .faq-one .shape1 {
    display: none;
  }

  .faq-one__content {
    margin-top: 0px;
    margin-right: 0px;
  }

  .faq-one__img {
    margin-left: 0px;
    z-index: 2;
  }

  .sliding-text-one {
    margin-top: 0px;
    padding-top: 107px;
  }

  .cta-one__img {
    display: none;
  }

  .cta-one__inner .shape1 {
    display: none;
  }

  .cta-one__inner .shape3 {
    display: none;
  }

  .cta-one__inner .shape2 {
    display: none;
  }

  .faq-one {
    padding: 120px 0px 106px;
  }

  .counter-one__single {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 50px;
  }

  .counter-one {
    padding: 110px 0px 63px;
  }

  .team-one__single-img {
    max-width: 280px;
  }

  .blog-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .footer-one__quick-links {
    margin-left: 0px;
  }

  .footer-one__about {
    margin-bottom: 70px;
    max-width: 320px;
    width: 100%;
  }

  .counter-one--two__inner {
    float: left;
  }

  .counter-one--two__inner ul li+li {
    margin-left: 80px;
  }

  .about-two__img {
    margin-left: 0px;
  }

  .about-two__content {
    margin-top: 250px;
    max-width: 800px;
    width: 100%;
  }

  .service-two__single-content {
    margin-left: 30px;
  }

  .testimonial-two__content {
    max-width: 650px;
    margin-bottom: 60px;
  }

  .testimonial-two__content .sec-title__title br {
    display: none;
  }

  .why-choose-two__bg {
    position: relative;
    top: -120px;
    left: 0;
    width: calc((100% - 0px) / 1);
    background-position: center center;
    height: 500px;
  }

  .why-choose-two__bg .shape3 {
    display: none;
  }

  .why-choose-two__video-box {
    top: 0px;
  }

  .why-choose-two__content-bottom .shape2 {
    display: none;
  }

  .why-choose-two__content-bottom-content {
    margin-left: 0px;
    margin-top: 40px;
  }

  .why-choose-two__content-bottom {
    display: block;
  }

  .working-process-one__single .plane-icon {
    display: none;
  }

  .working-process-one .shape1 {
    display: none;
  }

  .working-process-one__single {
    margin-bottom: 50px;
  }

  .working-process-one {
    padding: 120px 0px 70px;
  }

  .footer-one--two .shape3 {
    display: none;
  }

  .footer-one--two__cta::before {
    right: -9999px;
    clip-path: none;
  }

  .footer-one--two__cta-inner {
    display: block;
    text-align: center;
  }

  .footer-one--two__cta .shape2 {
    display: none;
  }

  .footer-one--two__cta-inner .btn-box {
    margin-top: 20px;
  }

  .blog-details__content {
    margin-right: 0px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }

  .sidebar {
    max-width: 550px;
    width: 100%;
    margin: 80px auto 0px;
  }

  .blog-details__content-text1 h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .blog-details__content-text2 h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .blog-details__content-text3-img {
    margin-top: 30px;
  }

  .error-page__img img {
    width: 100%;
  }

  .sidebar.style2 {
    margin: 0px auto 80px;
  }

  .blog-standard-page .blog-one__single {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .blog-standard-page .blog-one__single-content-inner h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-page__top-content {
    margin-bottom: 60px;
  }

  .contact-page__bottom-inner ul {
    display: block;
  }

  .contact-page__bottom-inner ul li {
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .contact-page__bottom-inner ul li:last-child {
    margin-bottom: 0px;
  }

  .contact-page__bottom-inner ul li:first-child {
    padding-left: 0px;
  }

  .contact-page__bottom-inner ul li::before {
    display: none;
  }

  .project-details {
    padding: 120px 0px 0px;
  }

  .project-details__img1-content {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 30px;
  }

  .project-details__text2-content {
    margin-top: 40px;
  }

  .service-one--service {
    padding-bottom: 90px;
  }

  .service-details__sidebar {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
  }

  .service-details__content {
    margin-left: 0px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }

  .page-header__inner h2 {
    font-size: 55px;
  }

  .service-details__content-text2 h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .service-details__content-img2 .row {
    --bs-gutter-x: 30px;
  }

  .team-details__top-content {
    max-width: 750px;
    width: 100%;
    margin-top: 60px;
  }

  .team-details__bottom-progress {
    max-width: 700px;
  }

  .team-details__bottom-contact {
    max-width: 700px;
    margin-left: 0px;
    margin-top: 60px;
  }

  .testimonial-two--testimonial .testimonial-two__single-top {
    display: block;
  }

  .testimonial-two__single-top .title-box {
    margin-left: 0px;
    margin-top: 15px;
  }

  .why-choose-one__form-distance-inner {
    max-width: 100%;
  }

  .why-choose-one__form-distance-inner #slider-range {
    max-width: 420px;
  }

  .features-one__single {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .about-three {
    padding: 90px 0px 120px;
  }

  .about-three__img {
    max-width: 650px;
    width: 100%;
  }

  .about-three__content {
    margin-left: 0px;
    margin-top: 70px;
  }

  .tab-content-box-item-img {
    display: none;
  }

  .testimonial-three__inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-three .shape1 {
    display: none;
  }

  .testimonial-three__img1 {
    display: none;
  }

  .testimonial-three__img2 {
    display: none;
  }

  .testimonial-three__img3 {
    display: none;
  }

  .testimonial-three__img4 {
    display: none;
  }

  .testimonial-three__img5 {
    display: none;
  }

  .testimonial-three__img6 {
    display: none;
  }

  .testimonial-three__bottom {
    position: relative;
    display: block;
    margin-top: 20px;
  }

  .testimonial-three__bottom-right {
    margin-top: 30px;
  }

  .pricing-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .counter-one--three::before {
    right: 0px;
    clip-path: none;
  }

  .counter-one--three__pattern {
    clip-path: none;
  }

  .blog-three__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .product__sidebar {
    max-width: 500px;
    width: 100%;
    margin: 60px auto 60px;
  }

  .product-details__img {
    max-width: 550px;
    width: 100%;
    margin-bottom: 50px;
  }

  .cart-page .table-responsive {
    margin-bottom: 50px;
  }

  .checkout__payment {
    margin-top: 30px;
  }

  .features-two__top-inner {
    display: block;
  }

  .features-two__top .btn-box {
    top: 0px;
    margin-top: 26px;
  }

























}










/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .sec-title__title {
    font-size: 28px;
    line-height: 40px;
  }

  .sec-title__title br {
    display: none;
  }

  .about-one__content-bottom {
    display: block;
  }

  .about-one__content-bottom .contact-box {
    margin-left: 0px;
    margin-top: 15px;
  }

  .about-one__img2 {
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-top: 50px;
    max-width: 360px;
    width: 100%;
  }

  .about-one__img2 .shape3 {
    display: none;
  }

  .about-one__img .shape1 {
    display: none;
  }

  .about-one__img .shape2 {
    display: none;
  }

  .about-one__img {
    margin-top: 60px;
  }

  .about-one__circle-text {
    top: -25px;
    right: -20px;
    left: auto;
    bottom: auto;
  }

  .service-one__single-content {
    padding: 33px 30px 32px;
    margin-left: 20px;
  }

  .service-one__single-content h2 {
    font-size: 19px;
    line-height: 29px;
  }

  .project-one {
    padding: 120px 0px 90px;
  }

  .project-one__title {
    padding: 49px 30px 49px;
    padding-right: 20px;
  }

  .project-one__overlay-content {
    right: 30px;
    padding: 9px 15px 12px;
    padding-right: 0px;
  }

  .project-one__overlay-content .text-box h2 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
  }

  .why-choose-one .shape1 {
    display: none;
  }

  .why-choose-one__form-box {
    max-width: 700px;
    width: 100%;
    float: left;
    margin-top: 60px;
    padding: 54px 30px 60px;
  }

  .why-choose-one__form-box .title-box h2 {
    font-size: 29px;
  }

  .skill-one__img {
    max-width: 540px;
    width: 100%;
  }

  .skill-one__content {
    margin-left: 0px;
    margin-top: 175px;
    max-width: 800px;
    width: 100%;
  }

  .skill-one__img2 {
    position: relative;
    bottom: 0px;
    right: 0;
    margin-top: 15px;
  }

  .skill-one__img .shape1 {
    display: none;
  }

  .skill-one__img .shape2 {
    display: none;
  }

  .skill-one__content {
    margin-left: 0px;
    margin-top: 70px;
  }

  .skill-one__img {
    max-width: 450px;
    width: 100%;
  }

  .testimonial-one__content {
    max-width: 650px;
    width: 100%;
  }

  .testimonial-one__content .big-title {
    display: none;
  }

  .testimonial-one__img {
    margin-top: 60px;
    margin-left: 0px;
  }

  .testimonial-one__single-inner .author-box {
    display: block;
  }

  .testimonial-one__single-inner .author-box .author-info {
    margin-left: 0px;
    margin-top: 10px;
  }

  .testimonial-one__single-inner {
    padding: 50px 35px 42px;
  }

  .faq-one .shape1 {
    display: none;
  }

  .faq-one__content {
    margin-top: 0px;
    margin-right: 0px;
  }

  .faq-one__img {
    margin-left: 0px;
    z-index: 2;
  }

  .sliding-text-one {
    margin-top: 0px;
    padding-top: 107px;
  }

  .faq-one__content-faq {
    padding: 120px 25px 120px;
  }

  .faq-one-accrodion .accrodion-title h4::before {
    right: -25px;
  }

  .faq-one-accrodion .accrodion-title {
    padding-right: 25px;
  }

  .cta-one__img {
    display: none;
  }

  .cta-one__inner .shape1 {
    display: none;
  }

  .cta-one__inner .shape3 {
    display: none;
  }

  .cta-one__inner .shape2 {
    display: none;
  }

  .faq-one {
    padding: 120px 0px 106px;
  }

  .cta-one__inner {
    padding: 65px 30px 75px;
  }

  .cta-one__content h2 br {
    display: none;
  }

  .cta-one__content h2 {
    font-size: 35px;
    line-height: 1.2em;
  }

  .cta-one__content p br {
    display: none;
  }

  .counter-one__single {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }

  .counter-one {
    padding: 110px 0px 63px;
  }

  .counter-one__single .shape1 {
    display: none;
  }

  .counter-one__single-inner .icon::before {
    display: none;
  }

  .counter-one__single-inner {
    display: block;
  }

  .counter-one__single-inner .content-box {
    margin-left: 0px;
    padding-left: 0px;
  }

  .counter-one__single-inner .content-box::before {
    display: none;
  }

  .counter-one__single-inner .content-box .count-text-box {
    justify-content: center;
  }

  .counter-one__single-inner .icon {
    margin-bottom: 15px;
  }

  .team-one__single {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .team-one__single-content .social-links {
    position: relative;
    top: 0px;
    right: 0px;
    overflow: hidden;
  }

  .team-one__single-content .social-links>li {
    display: inline-block;
    margin-bottom: 10px;
  }

  .team-one__single-content {
    padding: 304px 30px 32px;
    margin-top: -275px;
  }

  .team-one__single-content h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .blog-one__single-content-inner {
    padding: 16px 25px 40px;
  }

  .blog-one__single-content-inner .meta-box li {
    margin-right: 12px;
  }

  .blog-one__single-content-inner h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-one__single-content-inner h2 a br {
    display: none;
  }

  .blog-one__single-content .date-box {
    top: -60px;
    right: 0px;
  }

  .footer-one__quick-links {
    margin-left: 0px;
    margin-bottom: 70px;
  }

  .footer-one__about {
    margin-bottom: 70px;
    max-width: 320px;
    width: 100%;
  }

  .footer-one__bottom-inner {
    display: block;
    text-align: center;
  }

  .footer-one__bottom-text {
    margin-bottom: 10px;
  }

  .counter-one--two__inner ul {
    display: block;
  }

  .counter-one--two__inner ul li+li {
    margin-left: auto;
  }

  .counter-one--two .big-title {
    display: none;
  }

  .about-two__img {
    margin-left: 0px;
  }

  .about-two__content {
    margin-top: 65px;
  }

  .about-two__img2 {
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-top: 20px;
    max-width: 300px;
    width: 100%;
  }

  .about-two__img2 img {
    width: 100%;
  }

  .about-two__counter {
    top: 0px;
    right: 0px;
  }

  .about-two__img .shape2 {
    display: none;
  }

  .about-two__img .shape3 {
    display: none;
  }

  .about-two__img .shape4 {
    display: none;
  }

  .about-two .shape5 {
    display: none;
  }

  .about-two__content-bottom {
    display: block;
  }

  .about-two__content-bottom .author-info {
    margin-left: 0px;
    margin-top: 15px;
  }

  .service-two__single-content {
    margin-left: 20px;
  }

  .service-two__single-content-inner {
    padding: 58px 30px 37px;
  }

  .testimonial-two__content {
    max-width: 650px;
    margin-bottom: 60px;
  }

  .testimonial-two__content .sec-title__title br {
    display: none;
  }

  .testimonial-two__single-top {
    display: block;
  }

  .testimonial-two__single-top .title-box {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .testimonial-two__carousel.owl-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
  }

  .why-choose-two__bg {
    position: relative;
    top: -120px;
    left: 0;
    width: calc((100% - 0px) / 1);
    background-position: center center;
    height: 400px;
  }

  .why-choose-two__bg .shape3 {
    display: none;
  }

  .why-choose-two__video-box {
    top: 0px;
  }

  .why-choose-two__content-bottom .shape2 {
    display: none;
  }

  .why-choose-two__content-bottom-content {
    margin-left: 0px;
    margin-top: 40px;
  }

  .why-choose-two__content-bottom {
    display: block;
  }

  .why-choose-two__content-bottom-content::before {
    display: none;
  }

  .why-choose-two__content-bottom-content::after {
    display: none;
  }

  .why-choose-two__content-bottom-content ul {
    display: block;
  }

  .why-choose-two__single .text-box p br {
    display: none;
  }

  .why-choose-two__single-top {
    display: block;
  }

  .why-choose-two__single-top .title {
    margin-left: 0px;
    margin-top: 10px;
  }

  .why-choose-two__content-bottom-content ul li+li {
    margin-top: 30px;
  }

  .why-choose-two__content-bottom-content ul+ul {
    margin-top: 30px;
  }

  .working-process-one__single .plane-icon {
    display: none;
  }

  .working-process-one .shape1 {
    display: none;
  }

  .working-process-one__single {
    margin-bottom: 50px;
  }

  .working-process-one {
    padding: 120px 0px 70px;
  }

  .working-process-one__single .content-box h2 {
    font-size: 25px;
  }

  .footer-one--two .shape3 {
    display: none;
  }

  .footer-one--two__cta::before {
    right: -9999px;
    clip-path: none;
  }

  .footer-one--two__cta-inner {
    display: block;
    text-align: center;
  }

  .footer-one--two__cta .shape2 {
    display: none;
  }

  .footer-one--two__cta-inner .btn-box {
    margin-top: 20px;
  }

  .footer-one--two__cta-inner .text-box h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .page-header__inner h2 {
    font-size: 35px;
  }


  .blog-details__content {
    margin-right: 0px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }

  .sidebar {
    max-width: 550px;
    width: 100%;
    margin: 80px auto 0px;
  }

  .blog-details__content-text1 h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-details__content-text2 h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .blog-details__content-text3-img {
    margin-top: 30px;
  }

  .blog-details__content-meta-box ul li::before {
    display: none;
  }

  .blog-details__content-meta-box ul li {
    padding-right: 0px;
    margin-right: 0px;
  }

  .blog-details__content-meta-box ul {
    flex-direction: column;
    justify-content: center;
  }

  .blog-details__content-meta-box ul li+li {
    margin-top: 10px;
  }

  .blog-details__content-img2 .single-img {
    margin-bottom: 20px;
  }

  .blog-details__content-text2 {
    margin-top: 30px;
  }

  .blog-details__content-text2 h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .blog-details__content-text5-tag {
    display: block;
  }

  .blog-details__content-text5 {
    display: block;
  }

  .blog-details__content-text5-share {
    display: block;
    margin-top: 20px;
  }

  .blog-details__content-text5-share ul {
    margin-left: 0px;
  }

  .blog-details__content-text5-share .title-box {
    margin-bottom: 10px;
  }

  .blog-details__content-text5-tag .title-box {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .blog-details__content-text5-tag ul li a {
    font-size: 15px;
    line-height: 25px;
    padding: 8px 22px 8px;
  }

  .blog-details__content-text6 {
    display: block;
    padding: 33px 40px 40px;
  }

  .blog-details__content-text6 .content-box {
    margin-left: 0px;
    margin-top: 20px;
  }

  .comment-one .title-box h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .comment-one__single-inner {
    padding-left: 0px;
  }

  .comment-one__img {
    position: relative;
    top: 0px;
    margin-bottom: 10px;
  }

  .comment-one__content-title {
    display: block;
  }

  .comment-one__content-title h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .comment-one__single.style2 {
    margin-left: 0px;
  }

  .comment-form .title-box h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .sidebar__category-list li a {
    font-size: 15px;
  }

  .sidebar__category-list li a span {
    width: 55px;
  }

  .error-page__img img {
    width: 100%;
  }

  .error-page__content {
    margin-top: 30px;
  }

  .sidebar.style2 {
    margin: 0px auto 80px;
  }

  .blog-standard-page .blog-one__single-content-inner {
    padding: 16px 25px 40px;
  }

  .blog-one__single-content-inner h2 a br {
    display: none;
  }

  .blog-standard-page .blog-one__single-content-inner h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .contact-page__top-content {
    margin-bottom: 60px;
  }

  .contact-page__bottom-inner ul {
    display: block;
  }

  .contact-page__bottom-inner ul li {
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .contact-page__bottom-inner ul li:last-child {
    margin-bottom: 0px;
  }

  .contact-page__bottom-inner ul li:first-child {
    padding-left: 0px;
  }

  .contact-page__bottom-inner ul li::before {
    display: none;
  }

  .project-details {
    padding: 120px 0px 0px;
  }

  .project-details__img1-content {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 30px;
  }

  .project-details__text2-content {
    margin-top: 40px;
  }

  .project-details__img1-content .title-box {
    padding: 21px 30px 22px;
  }

  .project-details__img1-content-list ul li .title h2 {
    font-size: 17px;
    line-height: 27px;
  }

  .project-details__img1-content-list ul li .text p {
    font-size: 16px;
    line-height: 26px;
  }

  .project-details__img1-content-list ul li .title {
    width: 110px;
  }

  .project-details__img1-content .title-box h2 {
    font-size: 24px;
  }

  .project-details__text1 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .project-details__text2-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .project-details__previous-next ul {
    display: block;
  }

  .project-details__previous-next ul li {
    width: 100%;
  }

  .project-details__previous-next ul li+li {
    margin-top: 30px;
  }

  .project-details__previous-next ul li:nth-child(2) {
    float: none;
  }

  .project-details__previous-next ul li::before {
    display: none;
  }

  .service-one--service {
    padding-bottom: 90px;
  }

  .testimonial-one__img-author {
    display: block;
  }

  .testimonial-one__img-author ul {
    overflow: hidden;
  }

  .testimonial-one__img-author .text-box {
    margin-left: 0px;
    margin-top: 15px;
  }

  .service-details__sidebar {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 50px;
  }

  .service-details__content {
    margin-left: 0px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }

  .service-details__content-text2 h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .service-details__sidebar-single {
    padding: 43px 25px 50px;
  }

  .service-details__sidebar-single-service ul li a {
    font-size: 14px;
  }

  .service-details__sidebar-single-service ul li a span {
    width: 55px;
  }

  .service-details__sidebar-single-download ul li .content-box .text-box h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .service-details__sidebar-single-download ul li .btn-box a {
    width: 40px;
    height: 40px;
  }

  .service-details__sidebar-single-download ul li .btn-box a span::before {
    font-size: 16px;
    line-height: 16px;
  }

  .service-details__content-text1 h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .service-details__content-text2 h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .service-details__faq .faq-one-accrodion .accrodion-title {
    padding: 14px 35px 13px;
  }

  .faq-one-accrodion .accrodion-title h4::before {
    right: -10px;
  }

  .service-details__sidebar-contact-content h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .service-details__sidebar-contact-content h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .team-details__top-content {
    max-width: 750px;
    width: 100%;
    margin-top: 60px;
  }

  .team-details__top-img .inner img {
    width: 100%;
  }

  .team-details__top-content .title-box h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .team-details__bottom-progress {
    max-width: 700px;
  }

  .team-details__bottom-contact {
    max-width: 700px;
    margin-left: 0px;
    margin-top: 60px;
  }

  .team-details__bottom-progress h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .team-details__bottom-contact .title-box h2 {
    font-size: 33px;
    line-height: 43px;
  }

  .why-choose-one__form-distance-inner .ranger-min-max-block {
    position: relative;
    top: 0px;
    margin-top: 25px;
  }

  .why-choose-one__form-distance {
    margin-bottom: 30px;
  }

  .why-choose-one__form-distance-inner {
    max-width: 100%;
  }

  .why-choose-one__form-distance-inner #slider-range {
    max-width: 100%;
  }

  .features-one__single {
    display: block;
    padding-top: 40px;
    margin-bottom: 30px;
  }

  .features-one__single-icon .icon {
    margin-bottom: 0px;
  }

  .features-one__single-content {
    padding: 15px 30px 32px;
  }

  .features-one__single-icon {
    padding: 20px 0px 20px;
    margin-left: 30px;
  }

  .about-three {
    padding: 90px 0px 120px;
  }

  .about-three__content {
    margin-left: 0px;
    margin-top: 40px;
  }

  .about-three__content-list ul li {
    display: block;
  }

  .about-three__content-list ul li .content-box {
    margin-left: 0px;
    margin-top: 15px;
  }

  .about-three__content-list ul li .content-box p br {
    display: none;
  }

  .about-three__img::before {
    display: none;
  }

  .about-three__img-box ul {
    display: block;
  }

  .about-three__experience-box {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    top: 0px;
    max-width: 300px;
    width: 100%;
  }

  .about-three__img-box ul li .img-box {
    margin-bottom: 30px;
  }

  .about-three__img-box ul li+li {
    margin-left: 0px;
  }

  .tab-content-box-item-img {
    display: none;
  }

  .quote-one .quote-tab {
    padding: 60px 30px 60px;
  }

  .quote-tab__button ul {
    display: block;
  }

  .quote-tab__button ul li+li {
    margin-top: 10px;
  }

  .quote-redio {
    display: block;
  }

  .custom-rario {
    margin-bottom: 5px;
  }

  .quote-two__btn .thm-btn {
    padding: 1px 30px 0px;
    font-size: 14px;
  }

  .quote-tab__button .tabs-button-box .tab-btn-item {
    float: none;
  }

  .custom-rario {
    display: block;
  }

  .testimonial-three__inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .testimonial-three .shape1 {
    display: none;
  }

  .testimonial-three__img1 {
    display: none;
  }

  .testimonial-three__img2 {
    display: none;
  }

  .testimonial-three__img3 {
    display: none;
  }

  .testimonial-three__img4 {
    display: none;
  }

  .testimonial-three__img5 {
    display: none;
  }

  .testimonial-three__img6 {
    display: none;
  }

  .testimonial-three__bottom {
    position: relative;
    display: block;
    margin-top: 30px;
  }

  .testimonial-three__bottom-right {
    margin-top: 30px;
  }

  .testimonial-three__single {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px;
    background: transparent;
    border-radius: 0px;
  }

  .testimonial-three__carousel .owl-nav {
    display: none;
  }

  .testimonial-three__single-title h2 {
    font-size: 17px;
  }

  .testimonial-three__single-author h2 {
    font-size: 16px;
  }

  .testimonial-three__single-author p {
    font-size: 15px;
  }

  .testimonial-three__single-img {
    margin: 0 auto 30px;
  }

  .pricing-one__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .pricing-one__single-inner {
    padding: 45px 25px 45px;
  }

  .counter-one--three::before {
    right: 0px;
    clip-path: none;
  }

  .counter-one--three__pattern {
    clip-path: none;
  }

  .blog-three__single-content h2 {
    font-size: 18px;
  }

  .blog-three__single-content {
    padding: 0px 25px 40px;
  }

  .blog-three__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .account__main-tab-box .tabs-content {
    padding: 60px 15px 75px;
  }

  .account__form-btn-box {
    flex-direction: column;
    align-items: baseline;
  }

  .account__form-btn-box .checked-box {
    margin-left: 0;
    margin-top: 10px;
  }

  .product__sidebar {
    max-width: 500px;
    width: 100%;
    margin: 60px auto 60px;
  }

  .product__showing-result {
    display: block;
    text-align: center;
    padding-right: 0;
    margin-bottom: 10px;
  }



  .product__showing-sort {
    margin: 0 auto;
  }

  .product__all-tab-button {
    position: relative;
    top: 0;
    width: 120px;
    margin: 0px auto 30px;
  }

  .product__all-tab-single {
    max-width: 350px;
    margin: 0 auto;
  }

  .single-product-style2__content {
    padding: 30px 30px 30px;
    text-align: center;
  }

  .shop-category ul li a:after {
    width: 35px;
  }

  .single-product-style2__review {
    justify-content: center;
  }

  .single-product-style2__info {
    justify-content: center;
  }



  .product__showing-text-box {
    margin-bottom: 20px;
  }

  .product-details__top {
    margin-top: 55px;
  }

  .product-details__title span {
    display: block;
    margin-left: 0;
  }

  .product-details__buttons {
    flex-direction: column;
    align-items: baseline;
  }

  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }

  .product-details__social {
    flex-direction: column;
    align-items: baseline;
  }

  .product-details__social-link {
    margin-left: 0;
    margin-top: 10px;
  }

  .comments-area .comment {
    display: block;
  }

  .review-one__content {
    padding-left: 0px;
    margin-top: 20px;
  }

  .review-one__content-top {
    display: block;
  }

  .review-one__content-top .info h2 {
    font-size: 18px;
  }

  .cart-page .table-responsive {
    margin-bottom: 50px;
  }

  .cart-total li span:first-child {
    font-size: 18px;
    width: 130px;
    margin-right: 55px;
  }

  .checkout__payment {
    margin-top: 30px;
  }

  .checkout__payment {
    padding: 49px 30px 18px;
  }

  .checkout__payment__title {
    font-size: 17px;
  }

  .features-two__top-inner {
    display: block;
  }

  .features-two__top .btn-box {
    top: 0px;
    margin-top: 26px;
  }


















}







/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  .banner-two .shape1 {
    display: none;
  }

  .slider-one__form-box {
    right: 100px;
    max-width: 450px;
  }

  .slider-one__single-content .title-box h2 {
    font-size: 60px;
  }

  .slider-one__single-content {
    max-width: 570px;
    width: 100%;
  }















}

@media only screen and (min-width: 1351px) and (max-width: 1650px) {
  .slider-one__single-inner {
    padding-left: 120px;
  }
}

@media only screen and (min-width: 1561px) and (max-width: 1700px) {
  .banner-two__img2 {
    left: -90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .slider-one__single-inner {
    padding-left: 140px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .banner-one__img1 {
    display: none;
  }

  .banner-one .shape1 {
    display: none;
  }

  .banner-two__img2 {
    display: none;
  }

  .banner-two__content-bottom {
    float: left;
    margin-top: 35px;
  }

  .banner-two {
    padding: 103px 0px 120px;
  }











}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one__img1 {
    display: none;
  }

  .banner-one .shape1 {
    display: none;
  }

  .banner-one__content-left h2 {
    font-size: 45px;
  }

  .banner-two__img2 {
    display: none;
  }

  .banner-two__content-bottom {
    float: left;
    margin-top: 35px;
  }

  .banner-two {
    padding: 103px 0px 120px;
  }

  .banner-two .shape1 {
    display: none;
  }

  .banner-two__content-top .title-box h2 {
    font-size: 60px;
    text-align: left;
  }

  .banner-two__content-top .title-box h2 span {
    font-size: 75px;
  }

  .slider-one {
    margin-top: 0px;
  }

  .slider-one__single-inner {
    padding: 191px 0px 200px;
    padding-left: 125px;
  }

  .slider-one__form-box {
    position: relative;
    right: 0px;
    top: 0%;
    transform: translateY(0%);
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 0px;
  }



















}




@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one__img1 {
    display: none;
  }

  .banner-one .shape1 {
    display: none;
  }

  .banner-one__content-left h2 {
    font-size: 45px;
  }

  .banner-one__content {
    display: block;
  }

  .banner-one__content-left {
    text-align: left;
  }

  .banner-one__content-right {
    margin-left: 0px;
    margin-top: 40px;
  }

  .banner-one {
    padding: 480px 0px 94px;
  }

  .banner-two__img2 {
    display: none;
  }

  .banner-two__content-bottom {
    float: left;
    margin-top: 35px;
  }

  .banner-two {
    padding: 103px 0px 120px;
  }

  .banner-two .shape1 {
    display: none;
  }

  .banner-two__content-top .title-box h2 {
    font-size: 55px;
    text-align: left;
  }

  .banner-two__content-top .title-box h2 span {
    font-size: 70px;
  }

  .banner-two__img1 {
    display: none;
  }

  .banner-one__pattern2 img {
    width: 100%;
  }

  .banner-one__location-single.style4 {
    left: 220px;
  }

  .banner-one__location-single.style2 {
    position: absolute;
    left: 250px;
  }

  .banner-one__location-single.style6 {
    right: 400px;
  }

  .banner-one__location-single.style7 {
    position: absolute;
    right: 345px;
  }

  .slider-one {
    margin-top: 0px;
  }

  .slider-one__single-inner {
    padding: 211px 0px 220px;
    padding-left: 125px;
  }

  .slider-one__single-content .title-box h2 {
    font-size: 60px;
  }

  .slider-one__form-box {
    position: relative;
    right: 0px;
    top: 0%;
    transform: translateY(0%);
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 0px;
  }














}





@media only screen and (max-width: 767px) {
  .banner-one__img1 {
    display: none;
  }

  .banner-one .shape1 {
    display: none;
  }

  .banner-one__content-left h2 {
    font-size: 40px;
  }

  .banner-one__location-single.style7 {
    right: 400px;
  }

  .banner-one__content {
    display: block;
  }

  .banner-one__content-left {
    text-align: left;
  }

  .banner-one__content-right {
    margin-left: 0px;
    margin-top: 40px;
  }

  .banner-one {
    padding: 375px 0px 94px;
  }

  .banner-one__content-left h2 br {
    display: none;
  }

  .banner-one__pattern2 img {
    width: 100%;
  }

  .banner-one__content-right-text p br {
    display: none;
  }

  .banner-one__content-right-middle {
    display: block;
  }

  .banner-one__content-right-middle .text-box {
    margin-left: 0px;
    margin-top: 10px;
  }

  .banner-one__img5 {
    display: none;
  }

  .banner-one__location-single.style2 {
    left: 180px;
  }

  .banner-one__location-single.style4 {
    left: 210px;
    bottom: 250px;
  }

  .banner-one__location-single.style3 {
    left: 130px;
  }

  .banner-one__location-single.style5 {
    left: 90px;
    bottom: 235px;
  }


  .banner-one__location-single.style7 {
    right: auto;
    left: 100px;
    bottom: auto;
    top: 45px;
  }


  .banner-two__img2 {
    display: none;
  }

  .banner-two__content-bottom {
    float: left;
    margin-top: 35px;
  }

  .banner-two {
    padding: 103px 0px 120px;
  }

  .banner-two .shape1 {
    display: none;
  }

  .banner-two__content-top .title-box h2 {
    font-size: 35px;
    line-height: 1.3em;
    text-align: left;
  }

  .banner-two__content-top .title-box h2 span {
    font-size: 45px;
  }

  .banner-two__img1 {
    display: none;
  }

  .banner-two .shape2 {
    display: none;
  }

  .banner-two__tab-box .tab-buttons .tab-btn {
    display: block;
    margin-bottom: 5px;
  }

  .banner-two__tab-box .tab-buttons {
    max-width: 151px;
    width: 100%;
    margin: 0 auto;
  }

  .slider-one {
    margin-top: 0px;
  }

  .slider-one__single .shape1 {
    display: none;
  }

  .slider-one__single .shape2 {
    display: none;
  }

  .slider-one__single .shape3 {
    display: none;
  }

  .slider-one__single .shape4 {
    display: none;
  }

  .slider-one__carousel.owl-theme .owl-nav {
    display: none;
  }

  .slider-one__single-content .title-box h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .slider-one__single-content .title-box h2 br {
    display: none;
  }

  .slider-one__single-inner {
    position: relative;
    display: block;
    padding: 80px 0px 80px;
  }

  .slider-one__form-box {
    position: relative;
    right: 0px;
    top: 0%;
    transform: translateY(0%);
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 0px;
    padding: 56px 30px 0px;
  }






















}









/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1570px) {
  .main-header-one__bottom-right .login-box {
    display: none;
  }

  .main-header-one__bottom {
    padding: 0px 40px 0px;
    padding-right: 0px;
  }

  .main-header-one__bottom-right-btn a {
    font-size: 14px;
    padding: 0px 20px 0px;
  }

  .main-menu .main-menu__list>li>a,
  .stricky-header .main-menu__list>li>a {
    font-size: 16px;
  }


}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .header-contact-style2 ul li+li {
    margin-left: 30px;
  }

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

  .header-search-box-two {
    margin-right: 20px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .main-header-three__bottom-right .btn-box {
    display: none;
  }

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

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .main-header-two__bottom-right .btn-box {
    display: none;
  }

  .main-header-two__bottom-right .sidebar-icon {
    margin-right: 0px;
  }


}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-header-one__bottom-right .login-box {
    display: none;
    margin-left: 0px;
  }

  .main-header-one__bottom-menu {
    margin-left: 35px;
  }

  .main-header-one__bottom {
    padding: 0px 0px 0px;
    padding-right: 0px;
  }

  .main-header-one__bottom-right-btn a {
    padding: 0px 25px 0px;
  }

  .main-header-one__bottom-left .logo-box::before {
    left: -25px;
  }







}






@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header-one__top {
    display: none;
  }

  .main-header-one__bottom-right {
    display: none;
  }

  .main-header-one__bottom-menu {
    margin-left: 0px;
  }

  .main-header-one__bottom-left {
    justify-content: space-between;
    width: 100%;
  }

  .main-header-one__bottom {
    padding: 30px 25px 30px;
  }

  .main-header-two__bottom .shape1 {
    display: none;
  }

  .main-header-two__top {
    display: none;
  }

  .logo-box-two::after {
    display: none;
  }

  .logo-box-two::before {
    display: none;
  }

  .main-header-two {
    background: var(--logistiq-base);
    padding: 25px 0px 25px;
  }

  .main-header-two__bottom-right {
    display: none;
  }

  .logo-box-two {
    position: relative;
    height: auto;
    padding-right: 0px;
  }

  .main-header-two__inner {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-header-two .main-menu .mobile-nav__toggler:hover {
    color: var(--logistiq-black);
  }

  .main-header-one__bottom-left .logo-box::before {
    top: -30px;
    left: -25px;
    bottom: -30px;
  }

  .main-header-three__top {
    display: none;
  }

  .main-header-three__bottom {
    margin-top: 0px;
  }

  .main-header-three__bottom-right {
    display: none;
  }

  .main-header-three .main-menu .mobile-nav__toggler {
    color: var(--logistiq-black);
  }

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

  .main-header-three__bottom-inner {
    padding: 20px 0px 20px;
  }

  .main-header-three__bottom .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }








}





@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-one__top {
    display: none;
  }

  .main-header-one__bottom-right {
    display: none;
  }

  .main-header-one__bottom-menu {
    margin-left: 0px;
  }

  .main-header-one__bottom-left {
    justify-content: space-between;
    width: 100%;
  }

  .main-header-one__bottom {
    padding: 30px 25px 30px;
  }

  .main-header-two__bottom .shape1 {
    display: none;
  }

  .main-header-two__top {
    display: none;
  }

  .logo-box-two::after {
    display: none;
  }

  .logo-box-two::before {
    display: none;
  }

  .main-header-two {
    background: var(--logistiq-base);
    padding: 25px 0px 25px;
  }

  .main-header-two__bottom-right {
    display: none;
  }

  .logo-box-two {
    position: relative;
    height: auto;
    padding-right: 0px;
  }

  .main-header-two__inner {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-header-two .main-menu .mobile-nav__toggler:hover {
    color: var(--logistiq-black);
  }

  .main-header-one__bottom-left .logo-box::before {
    top: -30px;
    left: -25px;
    bottom: -30px;
  }

  .main-header-three__top {
    display: none;
  }

  .main-header-three__bottom {
    margin-top: 0px;
  }

  .main-header-three__bottom-right {
    display: none;
  }

  .main-header-three .main-menu .mobile-nav__toggler {
    color: var(--logistiq-black);
  }

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

  .main-header-three__bottom-inner {
    padding: 20px 0px 20px;
  }

  .main-header-three__bottom .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
















}




@media (max-width: 767px) {
  .main-header-one__top {
    display: none;
  }

  .main-header-one__bottom-right {
    display: none;
  }

  .main-header-one__bottom-menu {
    margin-left: 0px;
  }

  .main-header-one__bottom-left {
    justify-content: space-between;
    width: 100%;
  }

  .main-header-one__bottom {
    padding: 3px 0px 3px;
  }

  .main-header-two__bottom .shape1 {
    display: none;
  }

  .main-header-two__top {
    display: none;
  }

  .logo-box-two::after {
    display: none;
  }

  .logo-box-two::before {
    display: none;
  }

  .main-header-two {
    background: var(--logistiq-base);
    padding: 25px 0px 25px;
  }

  .main-header-two__bottom-right {
    display: none;
  }

  .logo-box-two {
    position: relative;
    height: auto;
    padding-right: 0px;
  }

  .main-header-two__inner {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-header-two .main-menu .mobile-nav__toggler:hover {
    color: var(--logistiq-black);
  }

  .main-header-one__bottom-left .logo-box::before {
    top: -3px;
    left: -67px;
    bottom: -4px;
  }

  .main-header-one__bottom-left .logo-box {
    padding-right: 55px;
  }

  .main-header-three__top {
    display: none;
  }

  .main-header-three__bottom {
    margin-top: 0px;
  }

  .main-header-three__bottom-right {
    display: none;
  }

  .main-header-three .main-menu .mobile-nav__toggler {
    color: var(--logistiq-black);
  }

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

  .main-header-three__bottom-inner {
    padding: 20px 0px 20px;
  }

  .main-header-three__bottom .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }











}
.bg_theme_light{
  background: rgba(var(--logistiq-base-rgb), 0.08);
}
.content__box{
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  border: 1px solid #ddd;
}

.content__box{
  padding-block: 15px;
}
.content__box .content_img{
  width: 100%;
  height: 100%;
}
.content__box .content_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.content__box .h4{
  color: #000;
}
.content__box p{
  color: #222;
}
.content__box p a{
  color: var(--rentol-base);
  font-weight: 600;
}
.content__box .h4{
  font-weight: 600;
}
@media(max-width: 768px){
  .slider-one__single-content .title-box h2{
    font-size: 33px;
  }
  .slider-one__single-content .text-box p{
    display: none;
  }
  .slider-one__single-content .title-box{
    margin-bottom: 0;
  }
  .slider-one__single-inner{
    padding: 100px 0 80px;
  }
  .about-three__img-box ul li .img-box img.first{
    height: auto;
    width: 100%;
  }
  .about-three__experience-box{
    padding: 20px;
  }
  .about-three__img-box ul li .img-box img.second{
    height: auto;
    width: 100%;
  }
  .sec-title__title{
    line-height: 1.2;
  }
  .sec-title__title span::before{
    bottom: 4px;
  }
  .features-one__single{
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .features-one__single-icon{
    margin-left: 20px;
    display: flex;
    padding: 15px;
    width: max-content;
    gap: 15px;
  }
  .features-one__single-content {
    padding: 15px 20px 20px;
  }
  .service-one__single-content{
    padding: 15px;
  }
  .service-one__single .icon{
    width: 50px;
    height: 50px;
  }
  .service-one__single .icon span::before{
    font-size: 30px;
  }
  .pricing-one__single-inner{
    padding: 20px 20px 16px;
  }
  .pricing-one__single-inner .table-header .title-box h2{
    font-size: 25px;
    line-height: 1.2;
  }
  .pricing-one__single-inner .table-header p{
    line-height: 1.3;
  }
  .pricing-one__single-inner .table-header .img-box{
    margin-bottom: 10px;
  }
  .counter-one__single{
    margin-bottom: 20px;
  }
  .content__box p{
    margin-bottom: 10px;
  }
  .faq-one__content-faq{

    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .testimonial-two__single{
    padding:  0 15px;
  }
  .footer-one__bottom-text p{
    padding-bottom: 60px;
  }
}
.main-menu__main-menu-box{
  position: relative;
  display: flex
  ;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
  .thm-btn{

    line-height: 33px;
    padding: 0 15px 0;
    font-size: 13px;
  }
}
.logo_img{
    padding: 3px;
    background: #000;
    border-radius: 7px;
  }