/*------------------------------STARTS HERE--------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -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;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

h1, h2, h3, h4 {
  line-height: 1.3;
}

.no-mouse-events {
  pointer-events: none;
}

.fast-address p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.elementor-nav-menu li.hidden {
  display: none !important;
}

.purple {
  color: #5d2ff4;
}

a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: red;
}

h1 a, h2 a, h3 a, h4 a {
  color: #062EB2;
}

.plain-content ul li {
  color: #000000E6;
}

.plain-content.sitemap ul li {
  color: #0000008a;
}

.plain-content ul li a {
  color: #000;
}

.plain-content ul li a:hover {
  color: red;
}

#call-to-action {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 50;
  transition: all 0.5s;
  transform: translateY(180px);
  visibility: hidden;
}

#call-to-action.scrollUp {
  transform: translateY(0);
  visibility: visible;
}

.uc-mega_menu_list li[data-id=menu-logistics]:hover > a {
  color: red !important;
}

.space-tab .uc-items-wrapper > .ue-item:nth-child(2),
.space-tab .uc-items-wrapper > .ue-item:nth-child(3) {
  pointer-events: none;
  opacity: 0.5 !important;
}

/*.uc-mega_menu_section-cover{background:0;}*/
.custom-mega-dropdown .sub-menu {
  min-width: 30em !important;
  padding: 15px !important;
}

.custom-mega-dropdown .sub-menu li.menu-item a::before {
  content: url("/wp-content/uploads/2024/04/icon-arrow-blue.svg") !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.custom-mega-dropdown li.menu-item a
.sub-arrow span::before {
  content: "\f0da" !important;
}

.news-blocks h4 a {
  color: #062EB2;
  overflow: hidden;
  line-height: 1.3 !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-blocks .btn-readmore,
.news-blocks h4:hover a {
  color: red;
}

.news-blocks .btn-readmore {
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}

.menu-item.disabled a {
  opacity: .3;
  pointer-events: none;
}

.custom-mega-dropdown .menu-item a::before {
  transition: all .3s;
  display: inline-block !important;
  content: url(/wp-content/uploads/2023/02/arrow-white.svg) !important;
  transform: translate(-15px, 1px);
  opacity: 1  !important;
  background: 0 !important;
  visibility: visible  !important;
  position: relative !important;
}

.custom-mega-dropdown .menu-item a:hover::before {
  transform: translate(-5px, 1px);
}

.news-blocks .btn-readmore::after {
  transition: all .3s;
  display: inline-block;
  content: url(/wp-content/uploads/2023/02/icon-more-hover.svg) !important;
  transform: translate(15px, 1px);
}

.news-blocks .btn-readmore:hover {
  color: #0000BB;
}

.news-blocks .btn-readmore:hover::after {
  transform: translate(25px, 1px);
}

#page-main-content ol, #page-main-content ul {
  padding-bottom: 20px;
}

#track-trace h1 {
  color: red;
}

.top-bar .elementor-widget .elementor-inline-items li a:hover span {
  color: #0000BB !important;
}

.top-bar .elementor-widget .elementor-inline-items li:last-child {
  opacity: .5;
}

.visible-desktop {
  display: none !important;
}

.history-carousel .uc_classic_carousel_content {
  justify-content: center;
}

.history-carousel .uc_classic_carousel_content h4 {
  color: var(--e-global-color-c08033d);
  font-family: "Montserrat", Sans-serif;
  font-size: 30px;
  font-weight: 900;
  padding: 30px;
}

.history-carousel .owl-item:nth-child(1) img,
.history-carousel .owl-item:nth-child(5) img {
  display: none;
}

#history-remote-tabs .uc-items-wrapper .ue-item:nth-child(2),
#history-remote-tabs .uc-items-wrapper .ue-item:nth-child(3),
#history-remote-tabs .uc-items-wrapper .ue-item:nth-child(4),
#history-remote-tabs .uc-items-wrapper .ue-item:nth-child(6),
#history-remote-tabs .uc-items-wrapper .ue-item:nth-child(7),
#history-remote-tabs .uc-items-wrapper .ue-item:nth-child(8),
#history-remote-tabs .uc-items-wrapper .ue-item:nth-child(9) {
  display: none;
}

.history-tab .ue-content-text ul li {
  list-style: none;
  background: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all .3s;
}

.history-tab .year {
  color: var(--e-global-color-c08033d);
  font-family: "Montserrat", Sans-serif;
  color: #df115f;
  font-size: 30px;
  font-weight: 700;
}

.history-tab .year + ul li b,
.history-tab .year + ul li strong {
  font-size: 22px;
}

.history-tab .ue-content-text ul li:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.uc_carousel .owl-dots .owl-dot {
  width: 20px  !important;
  height: 4px !important;
  border-radius: 0 !important;
}

.uc_carousel .owl-dots .owl-dot.active {
  width: 35px !important;
  height: 4px !important;
}

/*space-properties*/
.space-properties .elementor-image-carousel-wrapper .swiper-slide figure {
  display: none;
}

.space-properties .elementor-image-carousel-wrapper .swiper-slide > a {
  background-size: cover;
  display: block;
  height: 200px;
  pointer-events: all;
  background-position: center;
  background-repeat: no-repeat;
}

.row-locations > .e-con-inner > div {
  margin-bottom: 20px !important;
}

/*Clamp*/
.js-clamp {
  overflow: hidden;
  line-height: 1.2 !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.js-clamp.clamp-2 {
  -webkit-line-clamp: 2;
}

.js-clamp.clamp-3 {
  -webkit-line-clamp: 3;
}

.custom-table thead td {
  background: #082a77;
  color: #fff;
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  background-color: #F4FBFD;
}

table td, table th {
  border-color: #082a77;
  vertical-align: middle;
  padding: 10px;
}

.c-h3 {
  font-size: 120%;
  font-weight: 800;
}

@media (max-width: 480px) {
  .custom-table td, .custom-table th {
    font-size: 13px;
  }
}

/*item*/
.row-locations > .e-con-inner > .elementor-element {
  border-bottom: 1px solid #F80B37 !important;
  padding-bottom: 0;
  gap: 0;
}

/*address*/
.row-locations > .e-con-inner > .elementor-element > .elementor-element:first-child {
  border: 0 !important;
}

.row-locations > .e-con-inner > .elementor-element > .fast-address p {
  margin-bottom: 20px !important;
}

/*--Animations--*/
@media (min-width: 1200px) {
  .process img {
    max-height: 130px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .sub-menu {
    min-height: 10em !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fast-address br {
    display: none;
  }
}

@media (max-width: 767px) {
  .elementor-field-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .elementor-widget .elementor-icon-list-icon {
    vertical-align: middle;
  }
  .top-bar .elementor-widget .elementor-inline-items {
    justify-content: space-around !important;
  }
  .top-bar .elementor-widget .elementor-inline-items li {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .history-carousel .uc_classic_carousel_content h4 {
    padding: 20px;
    font-size: 22px;
  }
}

.blog-entry .f-image {
  transition: all .4s;
  position: relative;
}

.blog-entry .f-image::after {
  content: "";
  background: #000;
  opacity: .15;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.blog-entry:hover .f-image {
  transform: scale(1.1);
}

.blog-entry:hover .f-image::after {
  opacity: 0;
}

#freight-calculator {
  display: flex;
  font-family: "Montserrat", Sans-serif;
  flex-direction: column;
  gap: 20px;
}

#freight-calculator > select {
  border: 3px solid #37a6ed;
  margin-bottom: 10px;
}

#freight-calculator input[type=number] {
  border: 4px solid #37a6ed;
  height: auto;
  padding: 17px 20px;
  border-radius: 20px;
  line-height: 1.4;
  font-size: 14px;
  box-shadow: 0px 4px 10px #cbcbcb;
  color: #636363;
  font-weight: 700;
  text-transform: uppercase;
}

#freight-calculator input[type=number]:focus, #freight-calculator input[type=number]:focus-visible {
  box-shadow: 0px 4px 2px #37a7ed5d;
  outline: 0;
}

#freight-calculator label {
  font-size: 14px;
  padding: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#freight-calculator .nice-select {
  border: 4px solid #37a6ed;
  height: auto;
  font-size: 14px;
  padding: 17px 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px #cbcbcb;
  line-height: 1.4;
  width: 100%;
}

#freight-calculator .nice-select.disabled {
  border-color: #86caf6;
  background-color: #e5e5e5;
}

#freight-calculator .nice-select.disabled::after {
  display: none;
}

#freight-calculator .nice-select .current {
  color: #636363;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6;
}

#freight-calculator .nice-select::after {
  content: '\f0d7';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  border: 0;
  width: 13px;
  height: 6px;
  transform: rotate(0);
  transform-origin: 50% 0;
  margin: 0;
  top: 50%;
  right: 24px;
  margin-top: -1px;
  font-size: 20px;
  line-height: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
  color: #464646;
}

#freight-calculator .nice-select.open::after {
  transform: rotate(-180deg);
}

#freight-calculator .nice-select .option:hover,
#freight-calculator .nice-select .option.focus,
#freight-calculator .nice-select .option.selected.focus {
  background-color: #37a6ed21;
}

#freight-calculator .list {
  width: 100%;
  box-shadow: 0 0 0 2px #37a6ed;
}

#freight-calculator .list .option {
  text-transform: uppercase;
  font-weight: 600;
}

#freight-calculator #tc-w {
  font-size: 50px;
  font-weight: 700;
  color: #616161;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #616161;
}

#freight-calculator #tc-w .rate {
  display: block;
  font-size: 38%;
}

#freight-calculator #vwc-rate {
  font-size: 12px;
  text-align: center;
}

#freight-calculator #dimensions {
  gap: 5px;
  display: flex;
  position: relative;
  padding-bottom: 10px;
}

#freight-calculator #dimensions input {
  font-size: 80%;
  letter-spacing: 0;
}

#freight-calculator p {
  margin: 0;
}

#freight-calculator .warning-message {
  font-size: 12px;
  color: red;
  padding: 5px 2px;
}

#freight-calculator .inner-field {
  position: relative;
}

#freight-calculator .field-flex-wrap {
  display: flex;
  justify-content: space-between;
}

#freight-calculator .field-flex-wrap > .nice-select, #freight-calculator .field-flex-wrap > input,
#freight-calculator .field-flex-wrap .inner-field {
  width: 48%;
}

.js-form-tags {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.js-form-tags .js-f-tag-title {
  display: flex;
  gap: 8px;
  align-items: top;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--e-global-color-primary) !important;
  justify-content: start;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .js-form-tags .js-f-tag-title {
    align-items: center;
    font-size: 20px !important;
  }
}

.js-form-tags .js-f-tag-title i {
  font-size: 18px;
}

@media (min-width: 768px) {
  .js-form-tags .js-f-tag-title i {
    font-size: 25px;
  }
}

.js-form-tags .js-fg-wrap {
  display: flex;
  gap: 10px;
}

@media (min-width: 992px) {
  .js-form-tags .js-fg-wrap {
    gap: 30px;
  }
}

.js-form-tags .js-icon-box {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .js-form-tags .js-icon-box {
    gap: 15px;
    justify-content: flex-start;
  }
}

.js-form-tags .js-icon-box .js-f-tag-title {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: var(--e-global-color-primary) !important;
}

.js-form-tags .js-icon-box .js-i-b .js-i-wrapper {
  border: 1px solid var(--e-global-color-dac7c07);
  padding: 10px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .js-form-tags .js-icon-box .js-i-b .js-i-wrapper {
    width: 40px;
    height: 40px;
  }
}

.js-form-tags .js-icon-box .js-i-b i {
  font-size: 10px;
  color: var(--e-global-color-primary);
}

@media (min-width: 992px) {
  .js-form-tags .js-icon-box .js-i-b i {
    font-size: 15px;
  }
}

.js-form-tags .js-icon-box .js-i-d {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.js-form-tags .js-icon-box .js-i-d h3 {
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: var(--e-global-color-primary);
}

@media (min-width: 992px) {
  .js-form-tags .js-icon-box .js-i-d h3 {
    font-size: 16px;
  }
}

.js-form-tags .js-icon-box .js-i-d p {
  font-size: 14px;
}

@media (min-width: 768px) {
  .js-form-tags .js-icon-box .js-i-d p {
    font-size: 16px;
  }
}

.js-form-tags .js-icon-box .js-i-d p a {
  color: var(--e-global-color-text);
  position: relative;
  display: inline-block;
}

.js-form-tags .js-icon-box .js-i-d p a:hover {
  color: var(--e-global-color-primary);
}

.js-form-tags .js-icon-box .js-i-d p a:hover::after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.js-form-tags .js-icon-box .js-i-d p a::after {
  width: 0%;
  visibility: hidden;
  opacity: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-primary);
  display: block;
  content: "";
  transition: all .3s;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDownV2;
}

@keyframes fadeInDownV2 {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeftV2;
}

@keyframes fadeInLeftV2 {
  from {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRightV2 !important;
}

@keyframes fadeInRightV2 {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUpV2 !important;
}

@keyframes fadeInUpV2 {
  from {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}


.x-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .x-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}