:root {
  --solitude-blue:#f0f4fd;
  --dark-slate-blue: #23262d;
}
body.jpn h6.subtitle{
  font-size: 1.2rem;
}
.h1_900{
  font-size: calc(3rem + 1.5vw);
  font-weight: 900;
  line-height: 1.15;
}
h1, h2, h3, h4, h5{
  color: var(--bs-primary-text-emphasis);
}
.h0{
  font-size: 5rem;
}
.text-sliding-line{
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 0;
  z-index: 1;
  background-image: linear-gradient(135deg, transparent 45%, #fff 45%, #fff 55%, transparent 0);
  background-size: 4px 4px;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.subtitle{
  color: var(--bs-primary);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.year{
  color: var(--bs-primary);
  font-weight: 300;
  font-size: 26px;
}
header .navbar-brand img {
  height: 28px;
}
/* Scroll progress */
.scroll-progress {
  position: fixed;
  right: 20px;
  z-index: 111;
  top: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  mix-blend-mode: difference;
}
.scroll-progress.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-progress .scroll-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scroll-progress .scroll-line {
  width: 2px;
  height: 60px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  color: inherit;
  display: block;
}
.scroll-progress .scroll-point {
  display: inline-block;
  width: 2px;
  position: absolute;
  background-color: var(--bs-white);
  top: 0px;
  left: 0px;
}
.scroll-progress .scroll-text {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  margin-bottom: 15px;
  color: var(--bs-white);
  font-size: 11px;
  text-transform: uppercase;
}
.separator-line{
  width: 45%;
  height: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px ;
  background-color: var(--bs-primary);
}
.top-left-n15{
  top: 0;
  left: -15%;
}
.top-right-n15{
  top: 0;
  right: -15%;
}

.bg_world{
  background-image: url('../img/brastel_company/element_3.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.bg_brastel{
  background: url('../img/brastel_company/brastel_company_3.webp') no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.bg-sliding-line {
  background-image: linear-gradient(45deg, transparent 45%, var(--bs-white) 45%, var(--bs-white) 55%, transparent 0);
  background-size: 4px 4px;
}

/* Box shadow animation  */
[data-shadow-animation] {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
[data-shadow-animation].shadow-in {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
[data-shadow-animation].shadow-in img {
  opacity: 1;
  transition-delay: 0.35s;
}
[data-shadow-animation] img {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.5, 1, 0.5, 1);
}

/* Buttons */
.btn.btn-solitude-blue, .btn.btn-white{
  color: var(--bs-gray-dark);
  box-shadow: var(--bs-box-shadow);
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn.btn-solitude-blue{
  background-color: var(--solitude-blue);
  border-color: var(--bs-gray-200);
} 
.btn.btn-white {
  background-color: var(--bs-white);
  border-color: var(--bs-gray-100);
}
.btn.btn-white:active, .btn.btn-solitude-blue:active{
  box-shadow: var(--bs-box-shadow-sm);
}
.btn.btn-hover-animation-switch > span {
  display: inline-flex;
  align-items: center;
}
.btn.btn-hover-animation-switch .btn-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
}
.btn.btn-hover-animation-switch .btn-icon {
  margin-left: 6px;
  position: relative;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}
.btn.btn-hover-animation-switch .btn-icon i {
  margin: 0;
  line-height: 0;
}
.btn.btn-hover-animation-switch .btn-icon + .btn-icon {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.btn.btn-hover-animation-switch:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}
.btn.btn-hover-animation-switch:hover .btn-icon {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}
.btn.btn-hover-animation-switch:hover .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.225s;
}
.pt-6{
  padding-top: 6.3rem;
}
.w-60{
  width: 60%;
}
.w-80{
  width: 80%;
}
.vh-news{
  max-height: 500px;
}
.mt-n50{
  bottom: -50px;
}
.years{
  width: 50px;
  margin-right: 25px;
  flex-shrink: 0;
}
.th30{
  position: absolute;
  top: -5%;
  left: -15%;
  width: 140px;
  height: 140px;
  padding: 10px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1199.98px) { 
  .th30{
    top: 0;
    left: 0;
  }
}
.modal-body.brastel-history .row:nth-child(even){
  background-color: var(--solitude-blue);
}
.modal-body.brastel-history .row{
  padding: 1.2rem 0;
}
.counter-style-1 .vertical-counter:after {
  content: attr(data-text);
  display: inline-block;
  margin-left: 3px;
  word-break: normal;
}
.feature-box{
  border-right: 1px solid;
}
.feature-box:last-child{
  border-right: none;
}

@media (max-width: 991.98px) { 
  .feature-box-content{
    margin: 0 auto;
    text-align: center;
  }

  .feature-box:nth-child(-n + 2){
    border-bottom: 1px solid;
  }
  .feature-box:nth-child(2){
    border-right: none;
  }
}
.text-jade {
    color: var(--bs-teal);
}
.overflow-visible {
  overflow: visible !important;
}

/* Home Services */
.service-item{
  border-radius: var(--bs-border-radius);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.service-item .bg-img {	
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.service-item .service-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 3rem;
  background: var(--bs-gray-100);
  transition: background 0.5s ease;
  position: relative;
  z-index: 1;
}
.service-item:hover .service-text {
    background: rgba(255, 255, 255, .7);
}
.service-item .btn-hover{
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    color: var(--bs-blue);
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    gap: 0.8rem;
}
.service-item .btn-hover i{
  margin-left: 3px;
  font-size: 16px;
}
.service-item:hover .btn-hover{
    width: 150px;
}

/* Home Service JPN */
.tab-style-05 .nav-tabs > li {
  width: 100%;
}
.tab-style-05 .nav-tabs > li.nav-item {
  padding: 0;
}
.tab-style-05 .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 20px 28px 22px;
  margin-bottom: 15px;
  background: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  display: flex;
  align-items: center;
}
.tab-style-05 .nav-tabs .nav-item .nav-link i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.tab-style-05 .nav-tabs .nav-item .nav-link span {
  position: relative;
  top: 1px;
  color: var(--bs-gray-dark);
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.tab-style-05 .nav-tabs .nav-item .nav-link:hover, .tab-style-05 .nav-tabs .nav-item .nav-link.show, .tab-style-05 .nav-tabs .nav-item .nav-link.active {
  background: var(--bs-white);
  color: var(--bs-primary);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.tab-style-05 .nav-tabs .nav-item .nav-link:hover i, .tab-style-05 .nav-tabs .nav-item .nav-link.show i, .tab-style-05 .nav-tabs .nav-item .nav-link.active i {
  color: var(--bs-primary);
}
.tab-style-05 .nav-tabs .nav-item .nav-link:hover span, .tab-style-05 .nav-tabs .nav-item .nav-link.show span, .tab-style-05 .nav-tabs .nav-item .nav-link.active span {
  color: var(--bs-primary);
}
.tab-style-05 .nav-tabs .nav-item:last-child .nav-link {
  border-bottom: none;
}
@media (max-width: 1399px) {
  .tab-style-05 .nav-tabs .nav-item .nav-link {
    padding: 18px 20px 20px;
  }
}
@media (max-width: 1199px) {
  .tab-style-05 .nav-tabs .nav-item .nav-link {
    padding: 16px 20px;
  }
}
@media (max-width: 991px) {
  .tab-style-05 .nav-tabs > li.nav-item {
    width: auto;
    padding: 0 3px;
  }
  .tab-style-05 .nav-tabs > li.nav-item .nav-link {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .tab-style-05 .nav-tabs {
    display: inline-block;
    width: 100%;
  }
  .tab-style-05 .nav-tabs .nav-item {
    display: table;
    margin: 0 auto;
    width: auto;
  }
  .tab-style-05 .nav-tabs .nav-item .nav-link {
    padding: 12px 30px;
  }
}
.interactive-banner figure {
  position: relative;
}
.interactive-banner figure img {
  -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}
.interactive-banner figure figcaption {
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 84, 163, 0.1);
}
.interactive-banner figure:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.icon-services{
  display: flex;
  align-items: center;
  justify-content: start;
  color: var(--bs-primary);
  font-size: 18px;
  margin-bottom: 1.6rem;
}
.icon-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  text-align: center;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-gray-200);
}

@media (max-width: 767.98px) {
  .sm-interactive-banner{
    position: relative;
    z-index: 0;
  }
  .sm-content{
    position: absolute;
    top: 170px;
    left: 0;
    padding: 3rem;
    z-index: 2;
  }
  .sm-interactive-banner img.mt-auto{
    margin-top: 0 !important;
    margin: 0 auto;
    height: fit-content;
  }
  .bg-gradient-white-transparent, .bg-gradient-white-transparent2{
    background-color: rgb(255, 255, 255, 0.8) !important;
  }
  .icon-services{
    justify-content: center !important;
  }
}
/* Services */
.stack-card .stack-item {
  border: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  border-radius: 0;
}
.stack-card .stack-card-item {
  will-change: scale;
  background: var(--bs-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 20px 14px 50px 0px rgba(42, 27, 68, 0.1019607843);
  transform-origin: center top;
  -webkit-transform-origin: center top;
  transition: scale 0.5s ease;
  background-size: cover;
}
.transform-3d {
  transform: translate3d(0px, 0px, 100px);
}

.border-top-1{
  display: inline-block;
  width: 110px;
  border-top: 2px solid var(--bs-primary);
  margin: 0;
  padding-top: 0.5rem;
}
.modal-title span{
  margin-left: 0.8rem;
}
#msgFeed .msg-label{
  padding: 3px 5px;
  width: 110px;
  margin-left: 10px;
  border: 2px solid;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  #msgFeed .msg-label{
    margin-left: 0;
  }
}

#msgFeed .msg-label.orange{
  border-color: var(--bs-orange);
  color: var(--bs-orange);
  letter-spacing: 2px;
}
#msgFeed .msg-label.cyan{
  border-color: var(--bs-cyan);
  color: var(--bs-cyan);
}
#msgFeed .msg-label.green{
  border-color: var(--bs-green);
  color: var(--bs-green);
}

/* Process step style */
.process-step-style .progress-step-separator {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
  background-color: var(--bs-gray-300);
  height: 1px;
}
.process-step-style .icon-inner.active {
  background-color: var(--bs-blue);
}
.process-step-style .active .number{
  color: var(--bs-white);
}

/* Blogger */
.blogger{
  position: relative;
  border-radius: var(--bs-border-radius-xl);
  border: 1px solid var(--bs-orange);
  padding: 2.8rem 4rem;
}

.blogger::before{
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-white);
  box-shadow: inset 0px 0px 40px 0px rgba(253,126,20,0.20);
  -webkit-box-shadow: inset 0px 0px 40px 0px rgba(253,126,20,0.20);
  -moz-box-shadow: inset 0px 0px 40px 0px rgba(253,126,20,0.20);
  z-index: -1;
  border-radius: var(--bs-border-radius-xl);

}
@media (max-width: 991.98px) { 
  .blogger::before{
    background: url('../img/brastel_company/bkg_blogger_3d.webp'), #ffffff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
  }
}

/* Video */
.video_home{
  position: relative;
  width: auto;
  background-image: url('../img/brastel_company/bkg_brastel_company_2.webp');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: none !important;
}
@media (min-width: 992px) { 
  .video_home{
    height: 500px;
  }
}
@media (max-width: 991.98px) { 
  .video_home{
    height: 450px;
  }
}
@media (max-width: 575.98px) { 
  .video_home{
    height: 350px;
  }
}
.video_home::after{
  position: absolute;
  height: 500px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
}
video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.opacity-light, .opacity-medium{
  position: absolute;
  height: 500px;
  width: 100%;
  top: 0;
  left: 0;
}
.opacity-light{
  opacity: 0.35; 
}
.opacity-medium{
  opacity: 0.75; 
}
.btn_video{
  display: inline-block;
  text-align: center;
  border: 2px solid var(--bs-light);
  border-radius: 50%;
  z-index: 1;
}
.btn_video .video-icon {
  width: 80px;
  height: 80px;
  font-size: 24px;
}
.btn_video .video-icon i {
  margin-left: 5px;
}
button.mfp-close,
button.mfp-close:active {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
button.mfp-close:before,
button.mfp-close:active:before {
  content: "\F659";
  color: var(--bs-white);
  font-family: "bootstrap-icons";
  font-size: 22px;
}
.icon-with-text p{
  margin: 0;
}
/* Modal popup */
#popup-form {
  cursor: default;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: var(--bs-white) !important;
  background: transparent;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1050px;
}


/* Table Contact*/
.table-transparent {
  --bs-table-color: #000;
  --bs-table-bg: transparent;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table tbody tr:last-child{
  border-color: var(--bs-light);
}


/* Skrollr */
.skrollr-parallax {
  position: relative !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

.blur-box {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(3px);
}
/* Full screen */
.full-screen {
  height: 100vh;
}
.full-screen.top-space-margin {
  height: calc(100vh - 96px);
}
/* Video icons */
@-webkit-keyframes video-icon-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes video-icon-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.video-icon-box {
  z-index: 1;
}
.video-icon-box > span {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* HTML video play */
.html-video-play .video-icon .play-icon, .html-video-play .video-icon .pause-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.html-video-play .video-icon .play-icon, .html-video-play .video-icon .pause-icon {
  opacity: 1;
  top: 50%;
  padding-left: 5px;
  visibility: visible;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.html-video-play .video-icon .pause-icon {
  top: 100%;
  padding-left: 0;
  opacity: 0;
}
.html-video-play[playing=true] .video-icon .pause-icon {
  top: 50%;
  opacity: 1;
}
.html-video-play[playing=true] .video-icon .play-icon {
  top: 0%;
  opacity: 0;
}
.video-play-icon {
  z-index: 1 !important;
}
.video-play-icon.remove-play-icon + .html-video-play {
  opacity: 0 !important;
}
.video-play-icon.remove-play-icon + .html-video-play:hover {
  opacity: 1 !important;
}
.video-play-icon.remove-play-icon:hover + .html-video-play {
  opacity: 1 !important;
}
.video-icon {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.video-icon i {
  margin-left: 5px;
}

/* Vertical counter */
.vertical-counter-number {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.vertical-counter-number ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Parallax background */
[data-parallax-background-ratio] {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}
/* Video icon effect  */
.video-icon-effect {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--bs-white);
}
.video-icon-effect:before {
  position: absolute;
  content: "";
  animation: border-transform 7s linear infinite alternate forwards;
  background-color: var(--bs-white);
  width: 100px;
  height: 100px;
  top: -15px;
  left: -15px;
  opacity: 0.2;
}
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 36% 64% 59% 41%/40% 45% 55% 60%;
  }
  24% {
    border-radius: 37% 63% 60% 40%/46% 52% 48% 54%;
  }
  32% {
    border-radius: 40% 60% 54% 46%/52% 56% 44% 48%;
  }
  42% {
    border-radius: 52% 48% 62% 38%/54% 54% 46% 46%;
  }
  56% {
    border-radius: 60% 40% 65% 35%/54% 50% 50% 46%;
  }
  70% {
    border-radius: 44% 56% 43% 57%/42% 50% 50% 58%;
  }
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 36% 64% 59% 41%/40% 45% 55% 60%;
  }
  24% {
    border-radius: 37% 63% 60% 40%/46% 52% 48% 54%;
  }
  32% {
    border-radius: 40% 60% 54% 46%/52% 56% 44% 48%;
  }
  42% {
    border-radius: 52% 48% 62% 38%/54% 54% 46% 46%;
  }
  56% {
    border-radius: 60% 40% 65% 35%/54% 50% 50% 46%;
  }
  70% {
    border-radius: 44% 56% 43% 57%/42% 50% 50% 58%;
  }
}

/* Tab */
.nav-tabs > li.nav-item {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 17px;
}
/* Tab style 05 */
.tab-style-05 .nav-tabs > li {
  width: 100%;
}
.tab-style-05 .nav-tabs > li.nav-item {
  padding: 0;
}
.tab-style-05 .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 20px 28px 22px;
  margin-bottom: 15px;
  background: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  display: flex;
  align-items: center;
}
.tab-style-05 .nav-tabs .nav-item .nav-link i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.tab-style-05 .nav-tabs .nav-item .nav-link span {
  position: relative;
  top: 1px;
  color: var(--bs-gray-dark);
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.tab-style-05 .nav-tabs .nav-item .nav-link:hover, .tab-style-05 .nav-tabs .nav-item .nav-link.show, .tab-style-05 .nav-tabs .nav-item .nav-link.active {
  background: var(--bs-white);
  color: var(--bs-primary);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.tab-style-05 .nav-tabs .nav-item .nav-link:hover i, .tab-style-05 .nav-tabs .nav-item .nav-link.show i, .tab-style-05 .nav-tabs .nav-item .nav-link.active i {
  color: var(--bs-primary);
}
.tab-style-05 .nav-tabs .nav-item .nav-link:hover span, .tab-style-05 .nav-tabs .nav-item .nav-link.show span, .tab-style-05 .nav-tabs .nav-item .nav-link.active span {
  color: var(--bs-primary);
}
.tab-style-05 .nav-tabs .nav-item:last-child .nav-link {
  border-bottom: none;
}



