* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "PT Sans";
    overflow: overlay;
    background: #EEEEEE;
    color: #00092C;
}

p {
    letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important;
    color:#293462;
    font-weight: 700;
    letter-spacing: 1pt;
    text-transform: capitalize;
}

div.main-content {
    position: relative;
    min-height: 750px;
    background-color: #FEB139;
    z-index: 1;
}
div.service-content:after, div.service-content:before {
    position: absolute;
    content: '';
    background: #EEEEEE;
    z-index: 2;
    backface-visibility: hidden;
}
div.service-content:before {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    transform-origin: right top;
    z-index: -1;
    box-shadow: -10px -15px 20px  rgba(0, 0, 0, 0.1);
    transform: skewY(2deg);
}
.service-content {
    position: relative;
    z-index: 5;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 10vh;
}
.service-content .card {
    min-height: 300px;
    margin-bottom: 30px;
    color: #00092C;
}
.service-content .card .card-title {
    color: #EEEEEE !important;
}
.service-content .card-body {
    padding: 30px 20px 20px 20px;
    min-height: 500px;
}
.service-content .card .card-body > p.card-text{
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    padding:70px 20px 20px 20px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 32%, rgba(255,255,255,0.9) 100%);
}
.service-content .card > .card-body {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
}
.service-content .card.air-freight > .card-body{
    background-image: url(../img/air_freight.jpg);
}

.service-content .card.sea-freight > .card-body {
    background-image: url(../img/sea_freight.jpg);
}
.service-content .card.inland-transport > .card-body{
    background-image: url(../img/inland_transport.jpg);
}
.navbar-brand {
    font-family: "PT Sans", 'Times New Roman', Times, serif !important;
    font-weight: 800;
    font-size: 3.5rem;
    margin-left: 5vw;
    color: #393B44;
}
li.nav-item{
    padding-left: 10px;
}
a.nav-link, a.nav-link:active, a.nav-link:focus, a.nav-link:any-link {
    color: #00092C;
    border-bottom: 1px rgba(0, 0, 0, 0);
    transition: 1s;
}
a.nav-link:hover {
    border-bottom: 1px solid #393B44;
    transition: 1s;
}
.navbar-nav {
    margin-right: 5vw;
    font-size: 1.4rem;
    font-weight: 100;
    letter-spacing: 4px;
    vertical-align: bottom;
}
.navbar {
    color: #393B44;
}

.partnership {
    padding-top: 100px;
    padding-bottom: 100px;
}
.partnership .desc {
    text-align: right;
}
.partnership img {
    height: auto;
    filter: brightness(5%) sepia(90) saturate(41) hue-rotate(228deg) !important;
    width: 90%;
}
.quotation {
    margin-top: 175px;
    margin-bottom: 100px;
    text-align: center;
}
footer {
    background: #293462;
    color: #EEEEEE;
    padding: 70px 0 0 0;
    font-weight: 100;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color:#FEB139;
    font-family: 'Raleway';
    font-weight: 600;
    letter-spacing: 1pt;
}
footer p > b {
    font-weight: 600;
} 

footer ul {
    list-style: none;
    padding: 0;
}

footer li {
    padding-left: 1.3em;
    margin-right: 1em;
}
footer li.email:before {
    content: "\f0e0"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}
footer li.phone:before {
    content: "\f098"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

#map {
    min-height: 300px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
}
.copyright {
    padding: 20px 0 10px 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}
.copyright p {
   text-align: center;
   font-size: small; 
   font-weight: 100;
}
.copyright p > i {
    color: #FEB139;
}
.responsive-image {
    width: 100%;
    height: auto;
}

/* SCROLL BAR */
/* width */
::-webkit-scrollbar {
width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
background:rgba(0, 0, 0, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888; 
}

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

/* Flickity */
.gallery {
    background: rgba(0, 0, 0, 0);
    color: #EEEEEE;
}

.gallery-cell {
    margin-top: 15px;
    width: 100vw;
    min-height: 580px;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.3);
    counter-increment: gallery-cell;
}

@media screen and (min-width : 768px) {
    .gallery-cell {
        min-height : 620px; 
        width: 80vw;
    }
}

/* cell number */
.gallery-cell:before {
    display: block;
    position: absolute;
    text-align: center;
    content: counter(gallery-cell);
    font-size: 2em;
    color: rgba(255,255,255,0.1);
    bottom: 5px; left: 20px;
}
.gallery-cell:after {
    display: block;
    position: absolute;
    width: 98%;
    height: 97%;
    border: 1px solid rgba(255,255,255, 0.2);
    content: " ";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cell-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 32%, rgba(0, 0, 0, 0.9) 100%);
}
.cell-content > span {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #FEB139;
}
.cell-content > p {
    font-size: 1.2em;
    font-weight: 400;
}
img.cell-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* position dots in carousel */
.flickity-page-dots {
    bottom: 0px;
}
/* white circles */
.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid white !important;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: white !important;
}


/* Coloring */
.orange-gradient {
    background: rgb(224,58,38);
    background: -moz-linear-gradient(187deg, rgba(224,58,38,1) 0%, rgba(228,120,0,1) 16%, rgba(230,126,0,1) 43%, rgba(255,197,0,1) 100%);
    background: -webkit-linear-gradient(187deg, rgba(224,58,38,1) 0%, rgba(228,120,0,1) 16%, rgba(230,126,0,1) 43%, rgba(255,197,0,1) 100%);
    background: linear-gradient(187deg, rgba(224,58,38,1) 0%, rgba(228,120,0,1) 16%, rgba(230,126,0,1) 43%, rgba(255,197,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e03a26",endColorstr="#ffc500",GradientType=1);
}
