/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Creative Multi-Purpose WordPress Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 18.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
/*********************************************[ solutions Sidebar css start ]************************************************/
#solutions-sidebar {
  margin-top: -150px; /* (li * a:width) / -2 */
  position: fixed;
  top: 50%;
  z-index: 9999;
}
#solutions-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#solutions-sidebar li {
  background: #025fab;
  margin-bottom: 15px;
  padding: 0;
}
#solutions-sidebar a {
  color: #fff;
  display: block;
  position: relative;
}
#solutions-sidebar a:hover span {
  left: 130%;
  opacity: 1;
}
#solutions-sidebar a img {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
#solutions-sidebar a span {
  border-radius: 3px;
  line-height: 24px;
  left: -283%;
  margin-top: -16px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  -webkit-transition: opacity 0.3s, left 0.4s;
  -o-transition: opacity 0.3s, left 0.4s;
  transition: opacity 0.3s, left 0.4s;
  top: 50%;
  white-space: nowrap;
  z-index: -1;
}
#solutions-sidebar a span:before {
  content: "";
  display: block;
  height: 8px;
  left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  z-index: -2;
}
.entypo-air {
}
.entypo-maritime {
}
.entypo-railroad {
}
.entypo-warehousing {
}
.entypo-community_platforms {
}
#solutions-sidebar a[class*="air"]:hover,
#solutions-sidebar a[class*="air"] span,
#solutions-sidebar a[class*="air"] span:before {
  background: #025fab;
  font-size: 15px;
}
#solutions-sidebar a[class*="maritime"]:hover,
#solutions-sidebar a[class*="maritime"] span,
#solutions-sidebar a[class*="maritime"] span:before {
  background: #025fab;
  font-size: 15px;
}
#solutions-sidebar a[class*="railroad"]:hover,
#solutions-sidebar a[class*="railroad"] span,
#solutions-sidebar a[class*="railroad"] span:before {
  background: #025fab;
  font-size: 15px;
}
#solutions-sidebar a[class*="warehousing"]:hover,
#solutions-sidebar a[class*="warehousing"] span,
#solutions-sidebar a[class*="warehousing"] span:before {
  background: #025fab;
  font-size: 15px;
}
#solutions-sidebar a[class*="community_platforms"]:hover,
#solutions-sidebar a[class*="community_platforms"] span,
#solutions-sidebar a[class*="community_platforms"] span:before {
  background: #025fab;
}
@media (max-width: 800px) {
  #solutions-sidebar {
    display: none;
  }
}

/* Case study Box setting */
.fixed-box {
  min-height: 200px;
}
.box-button {
  line-height: 33px !important;
  height: 32px !important;
  border-radius: 0px !important;
}
.inner-page-color-box {
  padding-left: 10px;
  padding-right: 10px;
}
/* Benefits Section css */
.icon_box h4 {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin: 15px 0px;
}
.icon_box {
  display: inline-block;
  height: 155px;
  padding: 12px 5px;
  vertical-align: top;
  width: 168px;
}
.hi-icon img {
  left: 8px;
  position: absolute;
  top: 8px;
}
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
}
.hi-icon {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 60px;
  position: relative;
  text-align: center;
  width: 60px;
  z-index: 1;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hi-icon-effect-1 .hi-icon {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.co_a {
  background: #bf6759;
}
.hi-icon-effect-1 .hi-icon.co_a:after {
  box-shadow: 0 0 0 4px #bf6759;
}
.co_b {
  background: #0eccda;
}
.hi-icon-effect-1 .hi-icon.co_b:after {
  box-shadow: 0 0 0 4px #0eccda;
}
.co_c {
  background: #f58383;
}
.hi-icon-effect-1 .hi-icon.co_c:after {
  box-shadow: 0 0 0 4px #f58383;
}
.co_d {
  background: #ba54c2;
}
.hi-icon-effect-1 .hi-icon.co_d:after {
  box-shadow: 0 0 0 4px #ba54c2;
}
.co_e {
  background: #2caf9f;
}
.hi-icon-effect-1 .hi-icon.co_e:after {
  box-shadow: 0 0 0 4px #2caf9f;
}
.co_f {
  background: #8792fb;
}
.hi-icon-effect-1 .hi-icon.co_f:after {
  box-shadow: 0 0 0 4px #8792fb;
}
.hi-icon-effect-1 .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #abc823;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.hi-icon-effect-1a .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.innCont h4 {
  margin: 15px 0;
}

/*********************************************[  phone and social links sidebar css start]************************************************/
#phone_box {
  position: fixed;
  right: 0;
  top: 247px;
  height: 250px;
  margin-left: -3px;
  margin-bottom: -3px;
  z-index: 9999;
}
#phone {
  float: right;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #efefef;
}
#phone-tab {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 20px;
  height: 42px;
  margin-left: 0;
  margin-top: 0;
  padding-top: 5px;
  text-align: center;
  width: 43px;
}
#phone_box h3 {
  font-size: 18px;
  margin: 0 0 8px 0;
}
#phone_box p {
  font-size: 12px;
  line-height: 15px;
}
#phone_box p i {
  color: #666;
  padding-right: 5px;
}
#phone_box a {
  color: #666;
}
#phone_box a:hover {
  color: #6b7f0b;
}
ul.social-network_sidebar {
  margin: 20px 0 0 0;
  padding: 0;
}
ul.social-network_sidebar li {
  display: inline;
  margin: 0 5px;
}
ul.social-network_sidebar li i.fb {
  background: #3b5998;
  font-size: 15px;
  padding: 4px 8px;
  color: #fff;
}
ul.social-network_sidebar li i.linkedin {
  background: #007ab5;
  font-size: 15px;
  padding: 4px 8px;
  color: #fff;
}
ul.social-network_sidebar li i.twitter {
  background: #1da1f3;
  font-size: 15px;
  padding: 4px 8px;
  color: #fff;
}
ul.social-network_sidebar li i.youtube {
  background: #d62424;
  font-size: 15px;
  padding: 4px 8px;
  color: #fff;
}

/*css by designer*/
.headanchor {
  text-transform: uppercase;
  color: #111;
  letter-spacing: 2px;
  font-weight: 500;
  border-top: 1px solid #f3f3f3;
  width: 100%;
  display: block;
  margin-top: 20px;
  padding-top: 10px;
  margin-bottom: 15px !important;
}
.web-page-banner {
  clear: both;
}
.home-video-wrap {
}
.header-banner-text {
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  font-size: 21px;
}
.play-btn {
  width: 100px;
}
.kl-heading {
  text-align: center;
}
.kl-heading p {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #111;
}
.kl-heading h2 {
  text-transform: capitalize;
  font-size: 40px;
}
.single-service {
  text-align: center;
}
.three-img-wrap {
  text-align: center;
  height: 70px;
  width: 70px;
  display: block;
  margin: auto;
  border-radius: 50%;
  background-color: #fde801;
  padding: 10px;
  margin-top: 25px;
}
.three-img-wrap img {
  width: 50px !important;
  margin-top: 10px;
}
.single-service h4 {
  margin-top: 15px;
  color: #111;
  font-weight: 500;
  margin-bottom: 15px;
  min-height: 53px;
}
.single-service p {
  min-height: 80px;
}
.single-service a {
}
.read-service {
  text-transform: uppercase;
  color: #111;
  letter-spacing: 2px;
  font-weight: 500;
  border-top: 1px solid #f3f3f3;
  width: 100%;
  display: block;
  margin-top: 20px;
  padding-top: 10px;
  margin-bottom: 15px !important;
}
.sa_hover_container {
  background-color: #fff !important;
  border-left: 1px solid #f7f7f7;
}
.sa_hover_container:hover {
  background-color: #123b57 !important;
}
.sa_hover_container:hover h4 {
  color: #fff !important;
}
.sa_hover_container:hover p {
  color: #fff !important;
}
.sa_hover_container:hover a {
  color: #fde801;
}
.kl-white-heading {
}
.kl-white-heading h2 {
  text-transform: capitalize;
  font-size: 40px;
  color: #fff;
}
.kl-white-heading h2 img {
  width: 40px;
  margin-right: 10px;
}
.kl-single-success {
  color: #fff;
}
.kl-single-success h5 {
  color: #fff;
  text-transform: capitalize;
  font-size: 19px;
  margin-bottom: 15px;
  min-height: 70px;
}
.kl-single-success p {
  color: #fff;
}
.kl-single-success .success-text {
  min-height: 130px;
}
.sucess-link {
  color: #fde801;
  border-top: 1px solid #81909a;
  width: 100%;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.success-story-wrap {
  padding: 45px 20px 45px 90px !important;
}
.article-story-wrap {
  padding: 45px 90px 45px 20px !important;
}
.success-story-wrap .flex-control-nav {
  text-align: left !important;
}
.success-story-wrap .flex-control-nav li {
  width: 13px !important;
  height: 13px !important;
  margin: 0px 3px !important;
}
.success-story-wrap .flex-control-nav li a {
  background-color: #ffffff;
}
.success-story-wrap .flex-control-nav li a.flex-active {
  background-color: #fde801 !important;
}
/*.success-story-row .section_inner {*/
/*    background-color: #123b57 !important;*/
/*}*/
.success-story-row {
  background-color: #123b57 !important;
}
.success-story-row .section_inner_margin {
  display: flex;
  flex-wrap: wrap;
}
.success-story-row .vc_column_container {
  display: flex;
  flex-direction: column;
}
.succes-bg-img .vc_column-inner {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}

.show-reel-wrap {
  padding-left: 23%;
  padding-right: 15%;
}
.show-reel-wrap a:hover {
  color: #111;
}
.showreel-btn-img {
  width: 25px;
  vertical-align: middle;
}
.show-reel-wrap h2 {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-top: 180px;
}
.show-reel-wrap a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 250px;
  display: block;
}
.mobile-reels {
}
.articles-row h2 {
  font-size: 30px;
}
.single-blog-wrap {
  text-align: center;
}
.blog-img-wrap {
}
.single-blog-wrap h4 {
  margin-top: 15px;
  color: #111;
  font-weight: 500;
  margin-bottom: 15px;
  min-height: 78px;
}
.single-blog-wrap p {
  min-height: 140px;
}

.showreel-text {
  padding-left: 22%;
  padding-right: 15%;
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .reels-row {
    display: none;
  }
  .show-reel-wrap h2 {
    font-size: 25px !important;
    margin-bottom: 20px !important;
    padding-top: 60px !important;
  }
  .show-reel-wrap a {
    padding-bottom: 0px !important;
  }
}

/*css by designer second layout of animation 8-6-2021*/
.three-block-anim-wrap {
}
.three-block-anim-wrap h3 {
  text-transform: capitalize;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px !important;
}
.single-product {
  text-align: center;
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  /*pointer-events: none;*/
}

/*.single-product a{*/
/*    cursor: default;*/
/*}*/

.thumb_swap .img_swap {
  position: absolute;
  left: 0;
  bottom: 9px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: var(--white-color);
}
.thumb_swap:hover .img_swap {
  opacity: 1;
  visibility: visible;
}
.thumb_swap .product-img {
  overflow: hidden;
  position: relative;
  width: 75%;
  margin: auto;
}
.text-center {
  text-align: center;
}
.block-icon {
  position: absolute;
  top: 40px;
  left: 25px;
  animation: movebounce 5s linear infinite;
}
.block-icon img {
  display: block;
  width: 65px;
}
.block-icon2 {
  top: 18px;
  left: 20px;
  animation: movebounce 4s linear infinite;
}
.block-icon3 {
  top: 40px;
  left: 15px;
  animation: movebounce 7s linear infinite;
}
.img-swaping {
  position: relative;
}
.swap2-img {
  display: none;
}
.img-swaping:hover .swap2-img {
  display: block;
}
.img-swaping:hover .swap1-img {
  display: none;
}
.block-icon img {
}

/*.updown-anim{*/
/*    animation: movebounce 5s linear infinite;*/
/*}*/
/*@keyframes movebounce{*/
/*0%{*/
/*    transform:translateY(0)*/
/*}*/
/*50%{*/
/*    transform:translateY(20px)*/
/*}*/
/*to{*/
/*    transform:translateY(0)*/
/*    }*/
/*}*/

.second-truck-block .block-heading {
  padding-right: 35px;
  margin-left: 60px;
  margin-bottom: -25px !important;
  margin-top: -20px;
}
.bullet-point {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.bullet-point-factory {
  margin-top: -11%;
  height: 60px;
  width: 15px;
  margin-left: 15%;
  background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/factory-bullet.png);
}
.bullet-point-truck {
  margin-bottom: -55px;
  height: 55px;
  width: 15px;
  margin-left: auto;
  margin-right: 30%;
  margin-top: 30px;
  background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/truck-bullet-1.png);
  background-size: contain;
}
.bullet-point-recept {
  height: 60px;
  width: 15px;
  float: right;
  margin-top: -13%;
  margin-right: 24%;
  background-size: contain;
  background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/factory-bullet.png);
}
.block-heading p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.block-heading p a {
  color: #fff;
}
.second-block-icon {
  position: absolute;
}
.second-block-icon img {
  display: block;
  width: 65px;
}
.second-block-one {
  top: 15px;
  right: 15px;
  animation: movebounce 5s linear infinite;
}
.second-block-two {
  top: 35px;
  right: 15px;
  animation: movebounce 4s linear infinite;
}
.second-block-three {
  top: 10px;
  right: 15px;
  animation: movebounce 3s linear infinite;
}
.bullet-point-digital {
  margin-top: -40px;
  height: 60px;
  width: 15px;
  background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/factory-bullet.png);
  margin-left: 50px;
}
.bullet-point-transport {
  height: 60px;
  width: 60px;
  margin-top: -35px;
  background-size: contain;
  margin-left: 55px;
  margin-right: auto;
  background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/2021-06-08.png);
}
.bullet-point-cargo {
  height: 60px;
  width: 15px;
  background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/factory-bullet.png);
  margin-left: auto;
  margin-right: 30%;
  margin-top: -9%;
}
.cargo-heading {
  text-align: right;
}
.tab-hand-wrap {
  padding-top: 80px;
}
.tab-hand-info {
}
.tab-hand-info h2 {
  font-size: 28px;
  text-transform: inherit;
  line-height: 35px;
  margin-bottom: 15px;
  color: #003957;
}
.tab-hand-info h6 {
  text-transform: inherit;
  font-weight: 400;
  font-size: 15px;
}
.tab-hand-info .hand-btn {
  color: #fdf402;
  text-transform: uppercase;
  background-color: #003957;
  padding: 10px 30px;
  display: inline-block;
  float: right;
  margin-top: 50px;
}
.tab-hand-info .hand-btn:hover {
  color: #ffffff !important;
  background-color: #003957 !important;
}
.innovation-wrap h2 {
  font-size: 28px;
  text-transform: inherit;
  line-height: 35px;
  margin-bottom: 15px;
  color: #000000;
}
/*background connecting line start*/

/*.vertical-connect-line-wrap {*/
/*    background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/vertical-connecting-line.png);*/
/*    height: 545px;*/
/*    width: 2px;*/
/*    background-repeat: no-repeat;*/
/*    border-right: 2px dotted #fff;*/
/*    background-size: 3%;*/
/*    background-position: center;*/
/* background-color: #fff; */
/*    position: absolute;*/
/*    top: -260px;*/
/*    right: 60px;*/
/*    display: block;*/
/* z-index: 1; */
/*}*/

/*.first-connecting-line {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    display: block;*/
/*    height: 2px;*/
/*    background-color: #fff;*/
/*    margin-top: -200px;*/
/*    z-index: -99999;*/
/*}*/

.second-connecting-line {
}
.third-connecting-line {
}
/*.first-anim-box-bg-wrap{*/
/*    background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/dotted-line.png);    */
/*    background-repeat: no-repeat !important;*/
/*    background-size: 60% !important;*/
/*    background-position: center !important;*/
/*}*/
/*.second-anim-box-bg-wrap{*/
/*    background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/dotted-line.png);*/
/*    background-repeat: repeat-x !important;*/
/*    background-size: 45% !important;*/
/*    background-position: center !important;*/
/*}*/
/*.third-box-vertical-line{*/
/*    width: 77%;*/
/*}*/

.third-box-vertical-line {
  text-align: center;
  overflow: auto;
  content: "";
  clear: both;
  display: table;
  margin: auto;
  display: block;
}

/*background connecting line end*/
/*pulse animation start*/
.pulse-animation-relative {
  position: relative;
}
.pulse-animation {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    /*box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.9);*/
    box-shadow: 0 0 0 0px rgba(250, 255, 48, 0.9);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.pulse-animation-top {
  position: absolute;
  top: 0;
  height: 15px;
  width: 15px;
  background-color: #f9ff00;
  display: block;
  border-radius: 50%;
}
.pulse-animation-side-left {
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: #f9ff00;
  display: block;
  border-radius: 50%;
}
.pulse-animation-down {
  position: absolute;
  bottom: 0;
  height: 15px;
  width: 15px;
  background-color: #f9ff00;
  display: block;
  border-radius: 50%;
}
.hidden-in-pc {
  display: none !important;
}
/*pulse animation end*/
.connecting-lines-bg {
  /*background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/connecting-lines-midium.png);*/
  /*background-size: contain !important;*/
  /*background-position: center !important;*/
  /*background-repeat: no-repeat !important;*/
  padding: 20px 0;
}
.seo-content-wrap .more_facts_button {
  background-color: #ececec;
  padding: 20px 10px !important;
}
.seo-content-wrap .more_facts_inner {
  padding: 0px 0 50px 0;
  background-color: #ececec;
}
.seo-content-wrap .more_facts_button_arrow {
  font-size: 32px;
}
.seo-content-wrap h4 {
  margin-bottom: 15px;
}
.seo-content-wrap .more_facts_button_text {
  display: none !important;
}
/*tab hand css start*/
.tab-hand-wrap {
}
.left-hand-tab {
}
.left-hand-tab img {
  position: relative;
}
.left-hand-tab .play-dot {
  position: absolute;
  bottom: 145px;
  right: 200px;
  height: 25px;
  width: 25px;
  background-color: #a3cc47;
  display: block;
  border-radius: 50%;
  animation: pulse-animation-play 2s infinite;
}
.right-hand-tab {
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 1;
}
.right-hand-tab img {
}
@keyframes pulse-animation-play {
  0% {
    /*box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.9);*/
    box-shadow: 0 0 0 0px rgba(163, 204, 71, 0.9);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
/*tab hand css end*/

/*.top-banner-line {*/
/*    background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/top-kale-line.png);*/
/*    background-position: bottom right !important;*/
/*    background-size: 85% !important;*/
/*    background-repeat: no-repeat !important;*/
/*}*/
/*.bottom-banner-line{*/
/*    background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/bottom-kale-line.png);*/
/*    background-position: top right !important;*/
/*    background-size: 85% !important;*/
/*    background-repeat: no-repeat !important;*/
/*}*/
/*.mtop-for-balance {*/
/*    margin-top: 60px;*/
/*}*/

.mapping-img-banner {
  text-align: center;
}
.mapping-img-banner img {
  display: block;
  margin: auto;
}
.arrow-set {
  font-size: 30px;
}
.arrow-set i {
  color: #fff;
  margin: 0 5px;
  display: inline-block;
  float: left;
}
.first-arrow-set {
  text-align: left;
  margin-left: -15%;
  margin-top: -25%;
}
.fa-angle-double-left {
  background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/themes/bridge/icons/left-arrow.svg);
  background-position: top;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.fa-angle-double-left:before {
  content: none !important;
}
.fa-angle-double-right {
  background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/themes/bridge/icons/left-arrow.svg);
  background-position: top;
  background-size: contain;
  height: 20px;
  width: 20px;
  transform: rotate(180deg);
}
.fa-angle-double-right:before {
  content: none !important;
}
.fa-angle-double-up {
  background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/themes/bridge/icons/left-arrow.svg);
  background-position: top;
  background-size: contain;
  height: 20px;
  width: 20px;
  transform: rotate(90deg);
}
.fa-angle-double-up:before {
  content: none !important;
}
.fa-angle-double-down {
  background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/themes/bridge/icons/left-arrow.svg);
  background-position: top;
  background-size: contain;
  height: 20px;
  width: 20px;
  transform: rotate(269deg);
  margin-top: 10px !important;
}
.fa-angle-double-down:before {
  content: none !important;
}
.sec-arrow-set {
  margin-right: -50px;
  margin-top: 0;
  display: inline-block;
  float: right;
}
.third-arrow-set i {
  display: block !important;
  float: none !important;
}
.third-arrow-set {
  margin-top: 20px;
  display: inline-block;
}
.fifth-arrow-set {
  text-align: left;
  margin-left: -15%;
  margin-top: -24%;
  display: block;
  float: left;
}

/*mobile banner start*/
.mapping-img-banner .vc_col-sm-6 {
  width: 50% !important;
  float: left;
  padding: 0 3px;
}
.mapping-img-banner .vc_column_container > .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}
.mapping-img-banner .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.first-mtop {
  margin-top: 40px !important;
}
.mapping-img-banner a {
  color: #fff;
  font-size: 11px;
  margin-top: 30px;
  display: block;
  min-height: 50px;
}
.mapping-img-banner p {
  line-height: 18px !important;
}
.mobile-arrow-set {
}
.mobile-arrow-set .fa-angle-double-left {
  height: 12px;
  width: 12px;
}
.mobile-arrow-set .fa-angle-double-right {
  height: 12px;
  width: 12px;
}
.mb-rotate-left {
  margin-left: -20%;
  margin-top: 0px;
  transform: rotate(35deg);
  display: inline-block;
}
.mb-rotate-right {
  margin-right: -20%;
  margin-top: 0px;
  transform: rotate(140deg);
  display: inline-block;
  float: right;
}
.mb-banner-text-left {
  text-align: right;
}
.mb-img {
}
.mb-img-left {
  margin-right: -13px;
}
.mb-img-right {
  margin-left: -13px;
}
.mb-img-wrap {
}
.bullet-point-mb {
}
.pointer-left {
}
.pointer-right {
}
.mobile-banner-heading h3 {
  color: #fff;
  font-size: 17px;
  text-transform: initial;
  padding: 0 20px;
}
.margin-top-to-adjst {
  margin-top: 15px;
}
/*mobile banner end*/
.astronaut-img {
  display: none;
}

.forth-arrow-set {
  text-align: left;
  margin-left: -10%;
  margin-top: -25%;
  display: block;
  float: left;
}
.page-id-16300 .header_bottom {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
}

/*.page-id-16300  #fancybox-wrap {*/
/*    transform: scale(1.2);*/
/*}*/

#fancybox-content {
  transform: none !important;
}

.page-item-16300 a:before {
  content: "\f04b";
  right: 0;
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

/*adding north america btn start*/

.north-btn {
  z-index: 999;
  position: absolute;
  right: 2%;
  top: 43px;
}
.north-btn p {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  display: inline-block;
}
.north-btn img {
  width: 17px !important;
  padding-right: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
#ubermenu-main-2-top-navigation-2 {
  padding-right: 0%;
}
#ubermenu-main-2-top-navigation-2 {
  padding-right: 100px;
}

/*adding north america btn end*/

@media (max-width: 1200px) {
  #ubermenu-main-2-top-navigation-2 {
    padding-right: 0%;
  }
  .left-hand-tab .play-dot {
    bottom: 125px;
    right: 180px;
  }
  .block-icon {
    top: 25px;
  }
  .block-icon2 {
    top: 5px;
  }
  .block-icon3 {
    top: 30px;
  }
}
@media (max-width: 991px) {
  .north-btn {
    right: 10%;
    top: 36px;
  }
  .second-truck-block .block-heading {
    padding-right: 0;
    margin-left: 0;
  }
  .left-hand-tab .play-dot {
    bottom: 105px;
    right: 150px;
    height: 15px;
    width: 15px;
  }
  .block-icon img {
    width: 45px;
  }
  .second-block-icon img {
    width: 45px;
  }
  .thumb_swap .product-img {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .north-btn {
    right: 15%;
  }
  .north-btn img {
    width: 45px;
    padding-right: 0px;
    margin-top: -3px;
  }
  .north-btn p {
    font-size: 14px !important;
  }
  .tab-hand-wrap {
    padding-top: 25px;
  }
  .thumb_swap .product-img {
    width: 85%;
  }
  .astronaut-img {
    display: block;
  }
  .astronaut-img .vc_single_image-wrapper {
    margin-bottom: 10px !important;
  }
  .hidden-img-in-mobile {
    display: none !important;
  }
  .left-hand-tab .play-dot {
    bottom: 99px;
    right: 120px;
  }
  .tab-hand-info .hand-btn {
    padding: 4px 15px 2px 15px;
  }
  .show-reel-wrap a {
    padding-bottom: 30px !important;
  }
  .mobile-reels .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .blog-news-btm-wrap .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hidden-in-phone {
    display: none;
  }
  .hidden-in-pc {
    display: block !important;
  }
  .tab-hand-info h2 {
    font-size: 18px;
    margin-top: 20px;
    line-height: 22px;
  }
  .tab-hand-info h6 {
    font-size: 12px;
  }
  .tab-hand-info .hand-btn {
    float: none;
    margin-top: 30px;
    margin-bottom: 50px !important;
  }

  .innovation-wrap h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .innovation-wrap p {
    font-size: 14px;
  }
  .mobile-p0 .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .kl-white-heading h2 img {
    display: none;
  }
  .kl-white-heading h2 {
    text-align: center;
  }
  .kl-single-success {
    text-align: center;
  }
  .success-story-wrap .flex-control-nav {
    text-align: center !important;
  }
  .mobile-reels {
    text-align: center;
  }
  .sucess-link {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .mobile-reels {
    margin-top: 30px !important;
    padding-top: 0 !important;
    text-align: center !important;
    padding: 0 10px !important;
  }
  .show-reel-wrap h2 {
    padding-top: 20px !important;
  }
  .vc_custom_1623759816584 {
    padding-top: 50px !important;
  }
  .kl-white-heading h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .kl-single-success h5 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .kl-single-success .success-text {
    min-height: 50px;
    font-size: 12px;
    line-height: 17px;
  }
  .height-no {
    display: none;
  }
  .success-story-wrap {
    padding: 0 20px 20px 20px !important;
  }
  .article-story-wrap {
    padding: 20px 20px !important;
  }
  .mobile-height-success-story {
    height: 175px !important;
  }
  .mobile-height-leadership {
    height: 175px !important;
  }
  .succes-bg-img .vc_column-inner {
    background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/success-bg-mobile.jpg) !important;
  }
  .leadership-bg-img .vc_column-inner {
    background-image: url(https://kalelogisticscom5ff10.zapwp.com/q:u/r:0/wp:0/w:1/u:https://staging.kalelogistics.com/wp-content/uploads/2021/06/leadership-bg.jpg) !important;
  }
  .show-reel-wrap {
    padding: 0 10px;
  }
  .tab-hand-info {
    padding: 0 10px;
  }
}
@media (max-width: 322px) {
  .mobile-p0 .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* CP for article */

/* Add a black background color to the top navigation */
.topnav {
  background-color: #fff;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  border-right: 4px solid white;
  background-color: #fde800;
  /*border-left: 2px solid white;*/
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #fff;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #9f9da1;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    display: flex;
  }
}

/* article banner  */
.page-banner-txt {
  color: #fff;
  text-transform: none;
  position: absolute;
  top: 150px;
  text-align: left;
  background-color: #65646469;
  padding: 12px;
}

/* yellow menu  */

.link {
  align-items: center !important;
}

.txt {
  padding-left: 14px !important;
}

/* article grid  */

.article-main {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
}

@media screen and (max-width: 600px) {
  .article-main {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
  }
}
