.fa-bars:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/*-------------------------
   CAROUSEL ARROW
--------------------------*/
.fa-angle-left{position:relative;}
.fa-angle-left:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: ''!important;
    height:30px;
    width:30px;
    background: url(/images/0_tm/others/arrow01.png);
    top: 0;
    bottom: 0;
    margin: auto;
    left:0;
    position: absolute;
}

.fa-angle-right{position:relative;}
.fa-angle-right:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: ''!important;
    height:30px;
    width:30px;
    background: url(/images/0_tm/others/arrow02.png);
    top: 0;
    bottom: 0;
    margin: auto;
    right:0;
    position: absolute!important;
}

/*-------------------------
         BULLET
--------------------------*/
/*
li {
  list-style-type: '~';
  padding-inline-start: 1ch;
}

li::marker {
  color: #2fa4b7;
  font-weight:500;
}*/

/*-------------------------
         FLEETS
--------------------------*/
.sppb-addon-image-layout-content.sppb-text-alignment {padding: 20px;}
.sppb-addon-image-layout-text {min-height: 60px;}
.sppb-addon-image-layout-content h3.sppb-image-layout-title {color: #013A51;}
.sppb-addon-image-layouts img.sppb-img-responsive.image-fit {border-radius: 30px 30px 0 0;}
.sppb-addon-image-layout-content.sppb-text-alignment {border-radius: 0 0 30px 30px;}


/*-------------------------
         SHADOW
--------------------------*/
.box-shadow{box-shadow: rgb(15 130 135 / 18%) 0px 7px 29px 0px!important;}


/*-------------------------
		CAREER VACANCY
--------------------------*/
.box-hover-01{transition:0.3s ease;}
.box-hover-01:hover{box-shadow: 0 0 10px white;transition:0.3s ease;}








/*-------------------------
         BG ANIMATE
--------------------------*/
.background-animate .sppb-addon-wrapper{
animation: scroll 30s linear infinite;
color: #eee;
}


@keyframes scroll {
   0%{
    background-size: 635px 505px;
}
   50%{
    background-size: 835px 605px;
}
   100%{
    background-size: 635px 505px;
  }

}



/*-------------------------
      SCROLLBAR
--------------------------*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #014b88;
  border-radius:50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}