
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');

h1,h2,h3 {
    border-top: 2px solid red;
}
.navbar-header h1 {
    border-top: unset;
}
.bg-darkBlue {
    background-color:#031835;
}
.bg-red {
    background-color:#d52028;
}
h1 .invisible {
    position: absolute;
}
h2 {
    font-size: 1.75rem;
}

.textSizeH3 {
    font-size:2.5rem;
}
.textSize1 {
    font-size:24px;
}

.textSize2 {
    font-size:20px;
}
.textSize3 {
    font-size:18px;
}

.textSize4{
    font-size:16px;
}

.textSize5 {
    font-size:14px;
}

.textSize6 {
    font-size:12px;
}

.textSize7 {
    font-size:11px;
}
.textSize8 {
    font-size:10px;
}

.text-darkBlue {
    color:#031835;
}

a.hoverEffect:hover {
    opacity: 0.85;
}

body {
    font: 400 14px 'Open Sans', sans-serif;
    line-height: 1.8;
    color: #555;
}
a,a:visited {
    color: #031835;
    text-decoration: none;
}
a:hover, a:focus {
    color: #637895;
}
.ps-10p {
    padding-left: 5%;
}

.sticky-top, .container-xl {
    transition: 0.4s;
}
#logoImg {
    transition: 0.4s;
}
#logoTxt {
}

/* Navigation */

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.nav-fill a.nav-link {
    border-bottom: 3px solid #fff;
}
.navServicesDD {
    position: absolute;
    top: 10px;
    right: 0;
}
.dropdown-menu {
    border: unset;


}
.dropdown-item {
    background: #fff;
    border-bottom: 3px solid #fff;
    color:#d52028 !important;
    margin-bottom:10px;
    margin-left: 5px

}
.dropdown-item:hover {
    background: unset;
    border-bottom: 3px solid #031835;
}
.contactHeader {
    line-height:29px;

}
.customHeader {
    background-image:linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255,255,255, 0.7) 96%), url(../images/header/bgHeader.png);
    background-position: right;
}
/* carousel */
.carousel-indicators {
    bottom: -20px;
    left: unset;
    display: none;
}
.carousel-caption {
    left: 1%;
    width: 98%;
    right: unset;
    text-align: left !important;
    bottom: 2%;;
}

.overlayContainer {
    position: relative;
}
.overlayMenu {
    background: unset;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

/* Styles */


.rowHeading {
    background-repeat: no-repeat;
    background-position: 20px 1px;
}

/*
.rowSubHeading {
    background-repeat: no-repeat;
    background-position: 95% 54%;
}
.rowSubHeading.subRoad {
    background-image: url('../images/subheadings/subRoadIcon.png');
}
.rowSubHeading.subAir {
    background-image: url('../images/subheadings/subAirIcon.png');
}
.rowSubHeading.subSea {
    background-image: url('../images/subheadings/subSeaIcon.png');
}
.rowSubHeading.subWarehousing {
    background-image: url('../images/subheadings/subWarehousingIcon.png');
}

ul.logoBullet {
    list-style-image: url('../images/icon_logored27.png');
}
*/
ul.logoBullet {
    padding:0;
    margin:0;
}
ul.logoBullet li {
    list-style: none;
    padding: 0px 0 5px 0 !important;
    margin: 0px;
}
footer .list-unstyled {
    line-height: 42px;;
}

.form-check-input:checked {
    background-color:#f00 !important;
    border: 1px solid red;
}
.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(255,0,0,.25);
}

/* animations */

.fadeInTop
{
    opacity:0;
}

.fadeInOnLoad {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
}


.arrow {
    border: solid white;
    border-width: 0 5px 5px 0;
    display: none;
    padding:3px;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 4%;
    left:0;
    right:0;
    margin: 0 auto;
    -webkit-animation: arrowAnimation 3s infinite;
    -moz-animation: arrowAnimation 3s infinite;
    -o-animation: arrowAnimation 3s infinite;
    animation: arrowAnimation 3s infinite;
    z-index: 1;
}


.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


@keyframes arrowAnimation {
    0%   { opacity:1; }
    50%  { opacity:0.6; }
    100% { opacity:1; }
}
@-o-keyframes arrowAnimation{
    0%   { opacity:1; }
    50%  { opacity:0.6; }
    100% { opacity:1; }
}
@-moz-keyframes arrowAnimation{
    0%   { opacity:1; }
    50%  { opacity:0.6; }
    100% { opacity:1; }
}
@-webkit-keyframes arrowAnimation{
    0%   { opacity:1; }
    50%  { opacity:0.6; }
    100% { opacity:1; }
}

/* ****** Need Help? ****** */

.needHelp .callAgent{
    transition: transform 1.5s /* imation */
}

.needHelp .callAgent:hover {
    transform: scale(0.94)
}

.needHelp button {
    min-width: 330px;
}
.needHelp button span, .logoBullet li span, .requestQuote span, .fileDownload, .downloadButton, .webLink, .linkButton {
    background-image: url('../images/iconSprite.png');
    background-repeat: no-repeat;
}

.needHelp button span.raq, .requestQuote  span {
    background-position: 0 -100px;
    padding:2px 10px 2px 40px;
}
.needHelp button span.cu {
    background-position: 0px -42px;
    padding:9px 10px 4px 62px;
}
.logoBullet li span {
    background-position: 0 5px;
    padding-left: 30px;
}
.fileDownload {
    background-position: 0px -150px;
    padding: 7px 10px 10px 60px;
}
.downloadButton {
    background-position: 40px -196px;
    padding: 8px 50px 10px 86px;
    margin-top: -8px;
}
.webLink
 {
    background-position: 0px -250px;
    padding: 7px 10px 10px 60px;
}


.linkButton {
    background-position: 40px -291px;
    padding: 8px 50px 10px 86px;
    margin-top: -8px;
}


.xportDownloads ul li {
    border-bottom: 1px solid #031835;
}
.parallax {
    padding-top: 0;
    background-size:1920px 290px;
    background-repeat: no-repeat;
}
.parallax.aboutUsParallax {
    background-image: url('../images/billboard/static/aboutUs.jpg');
}
.parallax.byAirParallax {
    background-image: url('../images/billboard/static/byAir.jpg');
}
.parallax.byRoadParallax {
    background-image: url('../images/billboard/static/byRoad.jpg');
}
.parallax.bySeaParallax {
    background-image: url('../images/billboard/static/bySea.jpg');
}
.parallax.contactUsParallax {
    background-image: url('../images/billboard/static/contactUs.jpg');
}
.parallax.downloadsParallax {
    background-image: url('../images/billboard/static/downloads.jpg');
}
.parallax.servicesParallax {
    background-image: url('../images/billboard/static/services.jpg');
}
.parallax.warehousingParallax {
    background-image: url('../images/billboard/static/warehousing.jpg');
}
.parallax.linksParallax {
    background-image: url('../images/billboard/static/links.jpg');
}
.parallax.raqParallax {
    background-image: url('../images/billboard/static/requestaquote.jpg');
}

.parallax {
    background-attachment: scroll;
    background-position: right;
    height: 290px;
}
/* Freight Services */

.freightServices img {
    width: 100%;
    height: 500px
}

.freightServices {
    margin: 25px auto
}

.freightServices .image {
    position: relative;
    width: 100%;
    overflow: hidden
}

.freightServices .image .overlay {
    position: absolute;
    bottom: 0;
    padding-left: 25px;
    padding-top: 15px;
    width: 100%;
    color: white;
    font-size: 20px;
    z-index: 5
}

.freightServices .image .overlay::before {
    content: "";
    background: #031835;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: -2;
    opacity: 0.8;
    transition: all 0.3s ease-out;
}

.freightServices .image:hover .overlay::before {
    bottom: 0px;
    opacity: 0.6;
}


.freightServices .textmuted {
    color: #f8f8f8;
    font-weight: 200;
    font-size: 15px;
    text-transform: capitalize
}
/* Feedback */
.feedback {
    background-image: url('../images/home/backgrounds/feedback.png');
    background-repeat: no-repeat;
    background-position: 50% 25%;
}
.feedback .feedback-comment {
    position: relative;
    display: inline-block;

    box-sizing: border-box;
    vertical-align: middle;
}
.feedback .feedback-comment  p {
    opacity: 0.7;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
}
.feedback .feedback-comment p::before, .feedback .item p::after {
    font-family: Arial,sans-serif;
    color: #333;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    z-index: 11;
}
.feedback .feedback-comment p::before {
    content: "\201C";
    left: 15px;
    top: 15px;
}
.feedback .feedback-comment p::after {
    content: "\201D";
    right: 15px;
}

/* footer */

footer .footerMenu li {


}
footer .beaconVan {
    height: 100%;
    padding: 4% 2% 0 2%;
    height: 100%;

}
footer .beaconVan img {
    width: 100%;
}

footer .form-control::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
footer .form-control:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
footer .form-control::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
footer .form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
footer .form-control::-ms-input-placeholder { color: white; }  /* Microsoft Edge */

.socialButtons {
}
.socialButtons:hover {
    opacity: .75;
}

.socialButtons svg {
    width: 18px;
    height: 18px;
}
.socialButtons path {
    color: #fff !important;
    fill: white;
}


@media (max-width: 435.98px) {
    .navbar-header {
        width: 80%;
    }

    .navbar-header .navbar-brand img.img-responsive {
        width: 80%;
    }
}
/* <sm */
@media (max-width: 575.98px) {
}

/* <md */
@media (max-width: 767.98px) {
    .contactHeader {
        font-size: 1.4rem;
    }
    .carousel-item img {
        margin-left: -500px;
        width: calc(100% + 500px) !important;
        min-height: 400px;
    }
    .carousel-control {
        display: none;
    }
    .feedback {
        background-size: auto 100%;
    }
}

/* <lg */
@media (max-width: 991.98px) {
    .textSize2-llg {
        font-size:20px;
    }
    /* navigation */
    .nav-fill .nav-item, .nav-fill > .nav-link {
        flex: unset;
        -ms-flex: unset;
        text-align: left;
    }
    .nav-fill .nav-item .nav-link.text-danger {
        padding-left: 10px;
    }

}

/* <xl */
@media (max-width: 1199.98px) {

}

/* <xxl */
@media (max-width: 1399.98px) {

}

/* sm */
@media only screen and (min-width: 576px) {
    /* Navigation */

    .customHeader {
        background-image: linear-gradient(to right, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.7) 86%), url(../images/header/bgHeader.png);
    }

    /* overlay */
    .overlayMenu .col-6 {
        width: unset;
    }
    .rowHeading {
        background-position: 40px 2px;
    }
}

/* md */
@media only screen and (min-width: 768px) {
    .textSize1 {
        font-size:24px;
    }
    /* Navigation */

    .customHeader {
        background-image: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.7) 86%), url(../images/header/bgHeader.png);
    }
    .nav-fill a.nav-link:hover {
        border-bottom: 3px solid #031835;
    }
    /* carousel */

    .carousel-indicators {
        display: block;
    }
    .arrow {
        display: inline-block;
    }
    .rowHeading {
        background-position: 40px 3px;
    }
    /* footer */
    .v-divider {
        border-left: 1px solid #fff;
    }
    footer a:hover {
        color: red !important;
    }
}

/* lg */
@media only screen and (min-width: 992px) {

    /* Navigation */
    .dropdown-menu {
        border: 1px solid #d52028;
        min-width: 200px;
    }
    .dropdown-item {
        background: #fff;
        border-bottom: 3px solid #fff;
        width: 70%;
        margin-left:4%;
        color:#d52028 !important;;
    }
    .dropdown-item:hover {
        background: unset;
        border-bottom: 3px solid #031835;

    }
    .customHeader {
        background-image:linear-gradient(to right, rgb(255, 255, 255) 20%, rgba(255,255,255, 0.7) 86%), url('../images/header/bgHeader.png');
    }
    /* carousel */
    .carousel-caption {
        left: 15%;
        width: 40%;
        right: unset;
        text-align: left !important;
        bottom: 10%
    }

    .parallax {
        height: 292px;
        background-attachment: fixed;
        background-size:1920px 410px;
        background-position: 90% 88px;
    }
.rowHeading {
    background-position: 40px 4px;
    }
}

/* xl */
@media only screen and (min-width: 1200px) {
    .bxportNav {
        max-width: 1320px;
    }
}

/* xxl */
@media only screen and (min-width: 1400px) {

}