* {
    -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;
    right: 0;
    font-weight: 600;
    padding:70px 20px 30px 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 solid rgba(0, 0, 0, 0);*/
/*    transition: 1s;*/
/*}*/
/*a.nav-link:hover {*/
/*    border-bottom: 1px solid #393B44;*/
/*    transition: 1s;*/
/*}*/
a.nav-link {
    display: inline-block;
    color: #00092C;
}
a.nav-link:after {
    display: block;
    content: '';
    border-bottom: solid 2px rgb(254, 177, 57);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
a.nav-link:hover:after {
    transform: scaleX(1);
}
a.nav-link.xpd-left:after {
    transform-origin:  0% 50%;
}
.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: 50px 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 .contact a {
    color: rgb(254, 177, 57);
    text-decoration: none;
}
footer .contact a:hover {
    color: #EEE;
    text-decoration: underline;
    transition: 0.3s;
}
footer .contact .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 .contact .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 */
}
footer .contact .instagram:before {
    content: "\f16d"; /* 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 .sitemap a.nav-link {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0); */
    display: inline-block;
}
footer .sitemap a.nav-link:after {
    display: block;
    content: '';
    border-bottom: solid 2px rgb(254, 177, 57);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
footer .sitemap a.nav-link:hover:after {
    transform: scaleX(1);
}
footer .sitemap a.nav-link.xpd-left:after {
    transform-origin:  0% 50%;
}

#map {
    min-height: 300px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
}
#map-iframe {
    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;
}
.navbar-brand img.responsive-image {
    max-width: 120px;
}

/* 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.singular {
    padding: 100px 50px 150px;
    text-align: center;
    color: #EEEEEE;
}
.singular span {
    letter-spacing: 1px;
}
.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);
}

/* Company Card CSS*/

@media (min-width: 690px) {

    .company-card .company-card-header {
        padding-top: 60px;
        width: auto;
        background-color: #00092C;
        color:white;
    }
    
    .company-card .company-card-body {
        width: auto;
    }

    .data i {
        position: absolute;
        top: 25px;
        left: 10px;
        font-size: 20px;
        color: rgba(0, 0, 0, 0.3) !important;
    }
}
.company-card .company-card-header {
    width: auto;
    background-color: #00092C;
    color:white;
}

.company-card .company-card-body {
    width: auto;
}

.company-card .content {
    max-width: 480px;
    margin: auto;
}

.company-card .img {
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center !important;
    background-size: cover !important;
    margin: 10px auto 0 auto;
    background-color: white;
}

.img img {
    height: 95px;
    width: 95px;
    border-radius: 50%;
    object-fit: cover;
}

.company-card h1, .company-card h2, .company-card h3,
.company-card h4, .company-card h5, .company-card h6 {
    color: white;
}

.company-card-header h2 {
    font-weight: 400 !important;
}

.company-card-header h6 {
    color: #FCB039 !important;
    font-weight: 100;
}

.name {
    padding: 20px 0 0px 0 !important;
}

.title {
    padding-bottom: 30px;
}

.action .col {
    border: 1px solid rgba(255,255,255,.2);
    padding-top: 10px;
    padding-bottom: 10px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.action a, .action a:link, .action a:visited {
    display: inline-block;
    color: white !important;
    text-decoration: none;
}

.action a {
    min-width: 100%;
    min-height: 100%;
    text-align: center;
}
.action .col:hover {
    background-color: rgba(255,255,255, 0.2);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.action small {
    font-size: .775em;
    letter-spacing: 2px;
}
  
.center{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #fff;
    margin: 10px;
    border-radius: 50px;
    box-shadow: 0 8px 25px -5px #00000040;
    overflow: hidden;
    position: relative;
}
  
.btn-facebook {
    color: #3B5998;
}
  
.btn-twitter {
    color: #00aced;
}
  
.btn-reddit {
    color: #ff4500;
}
  
.btn-instagram {
    color: #231F20;
}
  
.btn-youtube {
    color: #ED3833;
}
  
.btn i{
    line-height: 80px;
    font-size: 36px;
    transition: 0.2s linear;
}
.btn:hover i{
    transform: scale(1.3);
    color: #f1f1f1;
}
.btn::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}
  
.btn-facebook::before{
    background: #3B5998;
}
  
.btn-twitter::before{
    background: #00aced;
}
  
.btn-reddit::before{
    background: #ff4500;
}
  
.btn-instagram::before{
    background: #231F20;
}
  
.btn-youtube::before{
    background: #ED3833;
}
  
.btn:hover::before{
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}
@keyframes aaa {
    0%{
      left: -110%;
      top: 90%;
    }50%{
      left: 10%;
      top: -30%;
    }100%{
      top: -10%;
      left: -10%;
    }
}

.data {
    position: relative;
    color: black !important;
    padding: 10px 0 10px 65px;
    float: left;
    width: 100%;
}

.data h1, .data h2, .data h3,
.data h4, .data h5, .data h6 {
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #323032;
    font-weight: 400;
    text-transform: none;
}

.data i {
    position: absolute;
    bottom: 25px;
    right: 60px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3) !important;
}

.data h4 {
    font-size: 1.1em !important;
    letter-spacing: normal;
}
.data small {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.3) !important;
}
.data::after {
    display: block;
    content: " ";
    width: 100%;
    height: 1px;
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.1);
}
.text-yellow {
    color: #FEB139;
}
.misi ul {
    letter-spacing: 1px;
    margin: 0 0 1rem;
}
.misi ul li {
    margin: 0 0 1rem;
}

.customer {
    background: #EEE;
}

.customer-cell {
    width: 28%;
    height: 200px;
    margin-right: 10px;
    border-radius: 5px;
}

@media only screen and (max-width: 600px) {
    .customer {
        margin-top: 1rem !important;
    }
    
    .customer-cell {
        width: 38%;
    }
    
    .visi {
        padding-right: 1.5rem;
    }
    
    .misi ul {
        padding-right: 2.5rem;
    }
    
}

/* cell number */
.customer-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.customer-cell img.cell-image {
    object-fit: contain;
}