html {
    scroll-behavior: smooth;
}
.nav-logo {
    width: 200px;
}

.js-example-basic-single {
    box-shadow: none !important;
    background-color: #ffffff;
    border: 1px solid #dee2e6 !important;
    color: #35404e;
    height: 42px !important;
    font-size: 13px;
    border-radius: 6px;
}

.owl-carousel {
    z-index: 0 !important;
}

.bg-white-shadow {
    background-color: #fff !important;
    box-shadow: 0 10px 25px rgb(53 64 78 / 10%);
}
.bg-white-shadow-trans {
    background-color: #ffffff91 !important;
    box-shadow: 0 10px 25px rgb(53 64 78 / 10%);
}

/* Tracking style */
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li > span {
    color: #5368f1;
    font-weight: 700;
}
ul.timeline > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #5368f1;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.pass:before {
    border: 3px solid #757575 !important;
}

figure {
    display: flex;
    margin: 0;
}
figure img {
    width: 5rem;
    height: 5rem;
    border-radius: 15%;
    border: 2px solid #5368f1;
    margin-right: 1.5rem;
}
figure figcaption {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
figure figcaption h6 {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
}

.carousel-item {
    width: 100% !important;
}

@media only screen and (min-width: 320px) {
    .carousel-item {
        height: 119px;

        padding-top: 75px;
        margin-bottom: 100px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 61%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 61%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 352px) {
    .carousel-item {
        height: 131px;

        padding-top: 75px;
        margin-bottom: 100px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 61%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 61%;
        right: 0;
        transform: translateY(-50%);
    }
}


@media only screen and (min-width: 375px) {
    .carousel-item {
        height: 139px;

        padding-top: 75px;
        margin-bottom: 100px;
    }
    .container.tracking-section{
        margin-top: -95px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 425px) {
    .carousel-item {
        height: 158px;

        padding-top: 75px;
        margin-bottom: 100px;
    }
    .container.tracking-section{
        margin-top: -90px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 596px) {
    .carousel-item {
        height: 222px;
        padding-top: 75px;
        margin-bottom: 100px;
    }
    .container.tracking-section{
        margin-top: -85px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 640px) {
    .carousel-item {
        height: 238px;
        padding-top: 75px;
        margin-bottom: 100px;
    }
    .container.tracking-section{
        margin-top: -85px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 720px) {
    .carousel-item {
        height: 268px;
        padding-top: 75px;
        margin-bottom: 100px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 768px) {
    .carousel-item {
        height: 286px;
        padding-top: 75px;
        margin-bottom: 100px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 800px) {
    .carousel-item {
        height: 298px;
        padding-top: 75px;
        margin-bottom: 100px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1024px) {
    .carousel-item {
       height: 381px;

        padding-top: 75px;
        margin-bottom: 75px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1140px) {
    .carousel-item {
       height: 425px;
        padding-top: 75px;
        margin-bottom: 75px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1240px) {
    .carousel-item {
       height: 462px;
        padding-top: 75px;
        margin-bottom: 75px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1336px) {
    .carousel-item {
        height: 497px;
        padding-top: 75px;
        margin-bottom: 75px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1440px) {
    .carousel-item {
        height: 536px;
        padding-top: 75px;
        margin-bottom: 75px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1540px) {
    .carousel-item {
        height: 574px;

        padding-top: 75px;
        margin-bottom: 75px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1640px) {
    .carousel-item {
        height: 610px;
        padding-top: 75px;
        margin-bottom: 75px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1740px) {
    .carousel-item {
        height: 648px;
        padding-top: 75px;
        margin-bottom: 75px;
    }
    .container.tracking-section{
        margin-top: -100px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1980px) {
    .carousel-item {
        height: 738px;
        padding-top: 75px;
        margin-bottom: 75px;
    }
    .container.tracking-section{
        margin-top: -120px;
    }
    .carousel-control-prev {
        position: absolute;
        top: 58%;
        left: 0;
        transform: translateY(-50%);
    }
    .carousel-control-next {
        position: absolute;
        top: 58%;
        right: 0;
        transform: translateY(-50%);
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100% !important;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#search-airwaybill.disabled,
.searchbtn.disabled,
.submitBnt.disabled {
    pointer-events: none;
}

mark {
    color: #fff;
    padding: 0.2em;
    background-color: #007bff;
}

.selectize-input {
    min-height: 40px !important;
    padding-top: 10px !important;
}
.selectize-input.focus {
    box-shadow: none !important;
    border-color: #5368f1 !important;
}

#topnav.bgoverlay {
    background-color: #48485e57;
}

.wrapper-ico-agen {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.gallery {
    cursor: pointer;
}

.corner-right-flat {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.corner-left-flat {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.skeleton {
    box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background-color: rgba(211, 211, 211, 0.863);
}
.skeleton::before {
    content: "";
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(
        to right,
        transparent 0%,
        #e8e8e8 50%,
        transparent 100%
    );
    animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes load {
    from {
        left: -150px;
    }
    to {
        left: 100%;
    }
}

.skeleton-bullet {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    z-index: 999;
    border-radius: 100%;
}

.w-80per {
    width: 80%;
}

.dropdown-skeleton {
    width: 100%;
    height: 50px;
    margin-bottom: 0.5rem !important;
}

.agen-skeleton-1 {
    width: 150px;
    height: 20px;
}

.agen-skeleton-2 {
    width: 100px;
    height: 16px;
}

.agen-skeleton-3 {
    width: 250px;
    height: 16px;
}

/* whatsapp-popup */
.wa-top-bg {
    background-color: #0dc152;
    color: #fff;
}
.list-wa:hover {
    background-color: #0dc152 !important;
}
.text-wa {
    color: #0dc152;
}
.wrapper {
    width: 50px;
    height: 50px;
    position: fixed;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: #0dc152;
    z-index: 900;
}
.wrapper .fab {
    background: var(--background);
    width: var(--width);
    height: var(--height);
    position: relative;
    z-index: 3;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fab-animation-reverse 0.6s ease-out forwards;
}
.wrapper .fab::before,
.wrapper .fab::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4px;
    background: #fff;
}
.wrapper .fab::before {
    width: 4px;
    height: 18px;
}
.wrapper .fab::after {
    width: 18px;
    height: 4px;
}
.wrapper .fac {
    overflow: hidden;
    min-width: 350px;
    border-radius: 7px;
    left: -355px;
    /* height: 150px; */
    position: absolute;
    background: #fff;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    opacity: 0;
    top: -110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.2s ease-in, top 0.2s ease-in, width 0.1s ease-in;
    /*&::after {
      content: "";
      width: 20px;
      height: 20px;
      background: #fff;
      border-radius: 3px;
      position: absolute;
      left: 50%;
      margin-left: -10px;
      bottom: -8px;
      transform: rotate(45deg);
      z-index: 0;
    }*/
}
.wrapper .fac a {
    color: var(--icon-color);
    opacity: 0.8;
}
.wrapper .fac a:hover {
    transition: 0.2s;
    opacity: 1;
    color: #758188;
}
.wrapper input {
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius);
    cursor: pointer;
    position: absolute;
    z-index: 5;
    opacity: 0;
}
.wrapper input:checked ~ .fab {
    animation: fab-animation 0.6s ease-out forwards;
}
.wrapper input:checked ~ .fac {
    width: 32px;
    /* height: 150px; */
    animation: fac-animation 0.6s ease-out forwards 0.1s;
    top: -390px;
    opacity: 1;
}

@keyframes fab-animation {
    0% {
        transform: rotate(0) scale(1);
    }
    20% {
        transform: rotate(60deg) scale(0.93);
    }
    55% {
        transform: rotate(35deg) scale(0.97);
    }
    80% {
        transform: rotate(48deg) scale(0.94);
    }
    100% {
        transform: rotate(45deg) scale(0.95);
    }
}
@keyframes fab-animation-reverse {
    0% {
        transform: rotate(45deg) scale(0.95);
    }
    20% {
        transform: rotate(-15deg);
    }
    55% {
        transform: rotate(10deg);
    }
    80% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0) scale(1);
    }
}
@keyframes fac-animation {
    0% {
        transform: scale(1, 1);
    }
    33% {
        transform: scale(0.95, 1.05);
    }
    66% {
        transform: scale(1.05, 0.95);
    }
    100% {
        transform: scale(1, 1);
    }
}

.grecaptcha-badge {
    bottom: 80px !important;
    z-index: 9;
}

.back-to-top {
    display: inline;
    right: 75px !important;
    bottom: 22px !important;
}

.base-img {
    width: 100%;
    min-height: 120px;
    max-height: auto;
    float: left;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1em;
    grid-auto-columns: 300px;
    grid-auto-rows: 300px;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery__video {
    position: relative;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    overflow: hidden;
    border-radius: 10px;
}

.gallery__video video{
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.gallery__video .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.gallery__video .overlay img{
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
}

.cursor-default {
    cursor: default;
}

.cover-video{
    position: relative;
    object-fit: cover;
}

@media (min-width:356px) {
    .card-columns {
      column-count: 1;
    }
}

@media (min-width:576px) {
    .card-columns {
      column-count: 1;
    }
}
  @media (min-width:768px) {
    .card-columns {
      column-count: 2;
    }
}
@media (min-width:992px) {
    .card-columns {
      column-count: 2;
    }
}
@media (min-width: 1025px){
    .card-columns {
        column-count: 3;
    }
}
@media (min-width:1200px) {
    .card-columns {
      column-count: 3;
    }
}

.mt-n19 {
    margin-top: -19.5rem !important;
}

.bg-footer-choir {
    background-color: #094273 i !important;
}

.flex-button-app {
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.app-btn {
width: 300px;
max-width: 160px;
color: #fff;
margin: 20px 10px;
text-align: left;
border-radius: 5px;
text-decoration: none;
font-family: "Lucida Grande", sans-serif;
font-size: 10px;
text-transform: uppercase;
}
.app-btn.blu {
background-color: #5368f1;
transition: background-color 0.25s linear;
}
.app-btn.blu:hover {
background-color: #1b33d1;
color: #fff;
}
.app-btn i {
width: 27%;
text-align: center;
font-size: 34px;
margin-right: 7px;
}
.app-btn .big-txt {
font-size: 17px;
text-transform: capitalize;
}

@media (max-width:768px) {
    .flex-button-app {
      flex-direction: column;
    }
}

.client-swiper-slide {
    width: 300px !important;
    cursor: grab;
    height: fit-content;
}
.client-logo-wrapper {
    width: 300px;
    height:100px;
    margin:10px;
    border:1px solid lightgray;
}

.cs-title {
    font-size: 14px; 
}

.cs-desc {
    font-size: 12px; 
}