body {
    font-family: 'Raleway', sans-serif;
}

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}

.secondary-top-menu {
    background-color: #f4f4f4;
}

.secondary-top-link {
    text-align: right;
    list-style: none;
    padding: 5px 5%;
    margin: 0;
}

.secondary-top-link li {
    display: inline;
    margin-right: 10px;
}

.secondary-top-link li a {
    font-size: 13px;
    color: #666666;
    text-decoration: none;
    transition: color 0.5s;
}

.secondary-top-link li a:hover {
    color: #29166f;
}

.language-menu a:first-child {
    padding: 0 5px;
    border-right: 2px solid #8c8c8c;
}

.custom-nav {
    padding: 25px 5%;
    -webkit-transition: .5s all ease-in;
    -moz-transition: .5s all ease-in;
    transition: .5s all ease-in;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 1px -8px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 10px 1px -8px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 10px 1px -8px rgba(0, 0, 0, 0.43);
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px 5% !important;
}

.force-no-sticky {
    position: relative !important;
}

.custom-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin-right: 20px;
    transition: color 1s;
}

.custom-nav .navbar-collapse .navbar-nav .nav-item.active .nav-link, .custom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover, .custom-nav .navbar-collapse .navbar-nav .nav-item .nav-link:active {
    color: #29166f;
}

.navbar-toggler {
    border: none;
    position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #444;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.login-btn {
    border: 2px solid #666666;
    padding: 4px 17px !important;
    margin-right: 0 !important;
    transition: all 2s;
}

.login-btn:hover {
    border-color: #29166f;
    color: #29166f;
    margin-right: 0 !important;
}

#homeSlider .carousel-inner .carousel-item img {
    max-width: 100%;
    height: auto;
}

.carousel-caption {
    text-align: left;
    right: 0;
    left: 15%;
    top: 15%;
}

.primary-caption, .secondary-caption {
    text-transform: uppercase;
    font-size: 2vw;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 5px;
    background-color: rgba(41, 22, 111, 0.9);
}

.secondary-caption {
    background-color: rgba(237, 151, 36, 0.9);
}

.track-button, .quote-button {
    color: #ffffff;
    background-color: #29166f;
    border-radius: 0;
}

.quote-button {
    background-color: #ed9724;
}

.track-tab, .track-tab.active {
    background-color: #29166f !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    border-color: #29166f !important;
}

.track-tab:hover, .track-button:hover {
    background-color: #ffffff !important;
    color: #29166f !important;
    border-color: #29166f !important;
}

.quote-tab.active, .quote-tab {
    background-color: #ed9724 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    border-color: #ed9724 !important;
}

.quote-tab:hover, .quote-button:hover {
    background-color: #ffffff !important;
    color: #ed9724 !important;
    border-color: #ed9724 !important;
}

.custom-input {
    border-radius: 0;
}

.custom-input.danger {
    border-color: red;
}

.tabs-box {
    /* margin-top: -100px;
    z-index: 900; */
    max-width: 1350px;
}

#tabsJustifiedContent .tab-pane {
    background-color: #f4f4f4;
    min-height: 100px;
}

.title-line, .content-title-line, .white-title-line {
    border-top: 2px solid #666666;
    width: 8%;
}

.content-title-line {
    width: 25%;
}

.white-title-line {
    border-color: #ffffff;
}

.section-box {
    padding: 80px 0;
}

#services {
    background: url(../assets/logistic/logistic_bg.jpg) center center;
}

.services-box {
    background: rgba(0, 0, 0, 0.6);
    padding: 60px 0;
}

#portfolio {
    background-color: #f4f4f4;
}

.portfolio-img-box {
    max-width: 1140px;
}

.portfolio-img-box img {
    -webkit-box-shadow: 10px 10px 27px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 27px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 27px -12px rgba(0, 0, 0, 0.75);
}

#partners {
    background: url(../assets/partners/partner_bg.jpg) center center;
}

.partner-img-list img {
    height: 72px;
    width: 186px;
    -webkit-box-shadow: 10px 10px 27px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 27px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 27px -12px rgba(0, 0, 0, 0.75);
}

.location-box, .contact-box {
    padding: 80px 0;
}

.location-box {
    background-color: #f2f2f2;
}

/* .address-list {
    list-style: none;
    padding-left: 0;
}

.address-list li {
    border-top: 1px solid #666666;
}

.address-list li:last-child {
    border-bottom: 1px solid #666666;
}

.address-list li p {
    margin: 1rem 0;
} */
 
.address{
	list-style: none;
	padding-left: 0;
}
.address li {
    border-top: 2px solid #666666;
}

.address li:last-child {
    border-bottom: 2px solid #666666;
	margin-bottom: 20px;
}

.address li p {
    margin: 1rem 0;
}

.contact-form {
    max-width: 80%;
    margin: auto;
}

#terms {
    background-color: #424242;
}

#problems {
    background-color: #424242;
}

.terms-list {
    max-width: 1140px;
    margin: auto;
}

.accordion .card-header {
    cursor: pointer;
    background-color: #424242;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.accordion .card-header:before {
    font-family: 'FontAwesome';
    content: "\f068";
    color: #ffffff;
    margin-right: 10px;
}

.accordion .card-header.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.footer-box {
    background-color: #f2f2f2;
    padding: 10px 0;
}

.login-container {
    padding: 150px 0 150px 0;
    background: url(../assets/login_bg_rev1.jpg) no-repeat;
    background-size: cover;
}

.login-box {
    background-color: rgba(0, 0, 0, 0.6);
    max-width: 450px;
    padding: 60px;
}

.login-logo {
    max-width: 80%;
}

.forgot-link {
    color: #ffffff;
    font-size: 12px;
}

.forgot-link:hover, .forgot-link:focus, .forgot-link:active {
    color: #ed9724;
}

.top-banner {
    padding: 120px;
    background: url(../assets/tracking_bg.jpg) no-repeat;
    background-size: cover;
}

.tracking-box-left {
    border-right: 2px solid #f2f2f2;
}

.tracking-box-right {
    padding: 80px 5%;
    min-height: 550px;
}

.tracking-form {
    padding: 80px 0;
    max-width: 300px;
    margin: auto;
}

.btn-sqaure {
    border-radius: 0;
}

.tracking-input-box {
    resize: none;
}

.tracking-process-box {
    max-width: 60%;
    position: relative;
}

.tracking-process-box::after {
    content: '';
    position: absolute;
    border-bottom: 2px dotted #ed9724;
    top: 48%;
    left: 10%;
    width: 75%;
    z-index: -1;
}

.tracking-status-image {
    padding: 50px;
}

.tracking-status-image > img {
    height: auto;
    width: 100%;
}

#formFeedback {
    margin-top: 20px;
}


/* 
.video-container {
    max-height: 500px;
    background-color: #ffffff;
}

.video-container video, .carousel-item img {
    max-height: 500px;
} */

.carousel-control-prev, .carousel-control-next {
    top: 45%;
    bottom: auto;
    color: #29166f;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #ed9724;
}

.facebook-responsive {
    overflow: hidden;
    padding-bottom: 58.25%;
    position: relative;
    /* height: 530px; */
    /* max-width: 50%; */
}

.facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.ipad-box {
    background: url(../assets/ipad_bg2.png) no-repeat center center;
    background-size: 100% 96%;
    padding: 30px 51px 24px 51px;
}

.ipad-box video {
    width: 100% !important;
    height: auto !important;
    /* border-radius: 8px; */
}

#aboutUs {
    max-width: 1500px;
}

@media (min-width: 1200px)
.container {
    max-width: 1340px;
}
@media (min-width: 992px)
.container {
    max-width: 960px;
}
@media (min-width: 768px)
.container {
    max-width: 720px;
}
@media (min-width: 576px)
.container {
    max-width: 540px;
}

.about-left {
    padding-right: 55px !important;
}

@media only screen and (max-width: 1100px) {
    .tracking-process-box {
        max-width: 100%;
    }
    .about-left {
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    .partner-img-list img {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .tracking-status-image {
        padding: 10px;
    }
    .contact-form {
        max-width: 100%;
    }
    .tracking-form {
        padding: 30px 0;
    }
    .top-banner {
        padding: 15px;
    }
    .login-container {
        padding: 50px 0;
    }
    .login-box {
        padding: 40px;
    }
    .tabs-box {
        margin-top: 0px;
    }
    .custom-nav {
        padding: 10px;
    }
    .services-list {
        text-align: center;
    }
    .ipad-box {
        background: none;
        padding: 15px;
    }
}