/*
** Theme Variables
*/
:root {
    --green: #399c39;
    --red: #E3000F;
    --white: #ffffff;
    --navy: #172A4B;
    --black: #000000;

    --primary:  #0068B4;
    --primary-a:#005794;

    --secondary:  #E3000F;
    --secondary-a:  #b1000c;

    --tertiary:  #00B1EB;

    --body: var(--navy);

    --gray: #B9C7CE;
    --lblue: #D3DDF2;

    --link: var(--primary);
    --link-a: var(--primary-a);

    --siteradius: 15px;
    --siteradius20: 20px;
}

:target {
    scroll-margin-top: 140px
}

/*
** Fonts
*/
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'montserrat-md';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat-sb';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat-bd';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat-eb';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*
** Font Icons
*/
@font-face {
  font-family: 'nnsp';
  src:  url('../fonts/icons/nnsp.ttf?akkk81') format('truetype'),
        url('../fonts/icons/nnsp.woff?akkk81') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'nnsp';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
    content: "\e905";
}
.icon-circle-tick:before {
    content: "\e900";
}
.icon-envelope:before {
    content: "\e901";
}
.icon-linkedin:before {
    content: "\e902";
}
.icon-phone:before {
    content: "\e903";
}
.icon-pin:before {
    content: "\e904";
}


/*
** Custom Reset
*/
*,:after,:before { -webkit-box-sizing: border-box; box-sizing: border-box }
img { max-width: 100%; height: auto; vertical-align: top; }
a, span, i, label { display: inline-block; }
a { color: var(--link); text-decoration: none; transition: 0.3s ease-in-out; }
a:hover { color: var(--link-a); }
a:focus { outline: none; }
strong, b { font-family: 'montserrat-eb', sans-serif; font-weight: normal; }

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

p:last-child,
ul:last-child,
li:last-child {
  margin-bottom: 0;
}

button,
button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

input:focus {
    outline: none;
    box-shadow: none;
}

ul, ol { padding-left: 20px; }

li { margin-bottom: 10px; }


/*
** Globals
*/

/*Typo*/
body {
    font-family: 'montserrat-md', sans-serif;
    font-size: 20px;
    line-height: 35px;
    color: var(--body);
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'montserrat-eb', serif;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
    color: var(--body);
}

h1, .h1 { --fsize: 80px; font-size: var(--fsize); line-height: calc(var(--fsize) + 10px); margin-bottom: 20px; }
h2, .h2 { --fsize: 45px; font-size: var(--fsize); line-height: calc(var(--fsize) + 10px); margin-bottom: 20px; }
h3, .h3 { --fsize: 32px; font-size: var(--fsize); line-height: calc(var(--fsize) + 10px); margin-bottom: 16px; }
h4, .h4 { --fsize: 25px; font-size: var(--fsize); line-height: calc(var(--fsize) + 10px); margin-bottom: 16px; }
h5, .h5 { --fsize: 22px; font-size: var(--fsize); line-height: calc(var(--fsize) + 6px); margin-bottom: 12px; }
h6, .h6 { --fsize: 20px; font-size: var(--fsize); line-height: calc(var(--fsize) + 6px); margin-bottom: 10px; }

p { margin-top: 0; }

img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}

/* Form Fields */
form {
    --fieldsize: 48px;
    --fieldpadds: 0 16px;
    --fieldtop: 12px;
    --fieldfsize: 18px;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="num"],
input[type="tel"],
input[type="url"],
select,
textarea {
    font-family: 'montserrat-md', sans-serif;
    font-size: var(--fieldfsize);
    line-height: calc(var(--fieldsize) - 2px);
    width: 100%;
    height: var(--fieldsize);
    padding: var(--fieldpadds);
    border-radius: calc(var(--siteradius16) / 2);
    background-color: var(--formfieldbg);
    border: 1px solid var(--formfieldborder);
    outline: 0 !important;
    vertical-align: top;
    color: var(--formtextcolor);
}

input::placeholder,
textarea::placeholder {
    color: var(--formfieldplaceholder);
}

textarea {
    padding-top: var(--fieldtop);
    line-height: 26px;
    height: 80px;
    resize: vertical;
}

select {
    width: 100%;
    padding-right: 42px;
    background-image: url('../images/angle-down.svg');
    background-size: 10px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
}

/*Background Utilities*/
.bg--primary { color: var(--white); background-color: var(--primary); }
.bg--primary { color: var(--white); background-color: var(--primary); }
.bg--navy { color: var(--white); background-color: var(--navy); }
.bg--lblue { background-color: var(--lblue); }
.bg--white { background-color: var(--white); }
.bg--black { color: var(--white); background-color: var(--black); }

/*Text Utilities*/
.text-rg { font-family: 'montserrat', sans-serif; }
.text-md { font-family: 'montserrat-md', sans-serif; }
.text-sb { font-family: 'montserrat-sb', sans-serif; }
.text-bd { font-family: 'montserrat-bd', sans-serif; }
.text-eb { font-family: 'montserrat-eb', sans-serif; }

.text--primary { color: var(--primary); }
.text--secondary { color: var(--secondary); }
.text--tertiary { color: var(--tertiary); }
.text--body { color: var(--body); }
.text--gray { color: var(--gray); }
.text--lblue { color: var(--lblue); }
.text--white { color: var(--white); }
.text--black { color: var(--black); }

.text-uppercase { text-transform: uppercase; }
.text-italic { font-style: italic; }
.text-underline { text-decoration: underline; }

.font-20 { font-size: 20px; line-height: 35px; }
.font-18 { font-size: 18px; line-height: 28px; }
.font-16 { font-size: 16px; line-height: 26px; }

/*Other Utilities*/
.list-unstyled, .list-unstyled ul, .list-unstyled ol { padding: 0; margin: 0; list-style: none; }
.transition { transition: 0.3s ease-in-out; }
.unlink { pointer-events: none; cursor: none; }
.siteradius { border-radius: var(--siteradius); }
.fullradius { border-radius: 100%; overflow: hidden; }
.siteimg, .siteimg img { border-radius: var(--siteradius); }
.fitimg { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.w100 { width: 100%; }
.h100 { height: 100%; }
.bgcenter { background-size: cover; background-position: center center; background-repeat: no-repeat; }

/*
** Buttons
*/
.bttn {
    --btnsize: 50px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'montserrat-md', sans-serif;
    font-size: 20px;
    line-height: calc(var(--btnsize) - 2px);
    min-width: 160px;
    height: var(--btnsize);
    padding: 0 22px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.bttn-primary {
    --iconclr: var(--primary);
    color: var(--white);
    background-color: var(--primary);
}

.bttn-primary:hover {
    --iconclr: var(--primary-a);
    color: var(--white);
    background-color: var(--primary-a);
}

.bttn-secondary {
    --iconclr: var(--secondary);
    color: var(--white);
    border-color: var(--white);
    background-color: var(--secondary);
}

.bttn-secondary:hover {
    --iconclr: var(--secondary-a);
    color: var(--white);
    background-color: var(--secondary-a);
}

/*
** Bootstrap Extends & Overrides
*/
.gx-0.row>* { padding-left: 0; padding-right: 0; }
.gx-0.row { margin-left: 0; margin-right: 0; }
.row-20 { margin-left: -10px; margin-right: -10px; }
.row-20>* { padding-left: 10px; padding-right: 10px; }

.visually-hidden,
.sr-only {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}

/*
** Header
*/
.top-header { position: relative; padding: 28px 0; z-index: 2; }
.top-header ul { display: flex; align-items: center; gap: 65px; width: 100%; }
.top-header li { margin: 0; }
.top-header a { display: flex; align-items: center; gap: 15px; color: var(--white); }
.top-header a:hover, .top-header a:hover i { color: var(--tertiary); }
.top-header a i { font-size: 30px; }
.top-header .icon-linkedin { font-size: 40px; }

.sub-menu { display: none; }

.site-header {
    position: sticky;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    padding: 0;
    /* background-color: var(--headerbg); */
    /* border-bottom: 1px solid rgba(23, 23, 27, 0.1); */
    transition: all 0.3s ease;
    z-index: 15;
}

.site-header .container {
    position: relative;
}

.site-header .custom-logo {
    height: 229px;
    width: auto;
    transition: 0.2s ease;
}

.site-header .row { align-items: center; }

.headcol-left {
    position: absolute;
    display: block;
    top: 20px;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.colheadright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 24px;
}

.nav {
    position: relative;
    padding: 15px 0;
    z-index: 2;
}

.headernav {
    display: flex;
    align-items: center;
    flex: 1 0 100%;
    column-gap: 30px;
}

.headernav li { margin-bottom: 0; }

.headernav a {
    padding: 7px 0px;
    color: var(--white);
    text-align: center;
}

.headernav a:not(.bttn):hover,
.headernav li.active > a:not(.bttn) {
    color: var(--secondary);
}

.headernav .bttn { font-family: 'montserrat-bd', sans-serif; }

/*Site Menu Toggle*/
.site-menutoggle {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    position: relative;
    margin-bottom: 0;
}

.site-menutoggle span {
    display: block;
    width: 33px;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    background: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
    border-radius: 6px;
    transform-origin: 5px 5px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    z-index: 1;
}

.site-menutoggle span:last-child {
    margin-bottom: 0;
}

.site-menutoggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.site-menutoggle input:checked~span {
    margin: 0;
    opacity: 1;
    transform: rotate(45deg) translate(-8px, -12px);
}

.site-menutoggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(1px, 20px);
    transform: rotate(-45deg) translate(-2px, 13px);
}

.site-menutoggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    transition: 0s;
}

/*
** Common Configs
*/
section.section {
    --padds: 150px;
    padding-top: var(--padds);
    padding-bottom: var(--padds);
}

.section-head { margin-bottom: 40px; }

/*Hero*/
.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 176px);
    height: 100vh;
    min-height: 768px;
    /* max-height: calc(100vh - 65px); */
    padding: 65px 0;
    margin-top: -176px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #172A4B 17.81%, rgba(23, 42, 75, 0.2) 42.86%);
}

.hero .container {
    position: relative;
    flex: 1 0 auto;
    padding-top: 346px;
    padding-bottom: 150px;
    z-index: 1;
}

.has-line {
    padding-bottom: 65px;
    margin-bottom: 0;
    background-size: 100px 4px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: linear-gradient(to right, var(--secondary), var(--secondary));
}

.logcap .has-line {
    padding-bottom: 20px;
    background-image: linear-gradient(to right, var(--tertiary), var(--tertiary));
}

.sathub .has-line {
    padding-bottom: 30px;
}

/*Intro Cards*/
.introcards {
    position: relative;
    margin-top: -130px;
    z-index: 1;
}

.introlist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

.introitem {
    padding: 30px;
    border: 1px solid var(--lblue);
    border-radius: var(--siteradius);
    background: var(--white);
    box-shadow: 0px 10px 20px rgba(23, 42, 75, 0.2), inset 0px -3px 0px #00B1EB;
}

.introitem h2, .introitem img { margin-bottom: 10px; }

/*Proven Logistics*/
.logcap { padding: 103px 0 60px; }
.logcap .section-head { margin-bottom: 30px; }
.logcap h2 { margin-bottom: 8px; }

.logcap-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 66px;
}

.logcap-card {
    padding: 22px 30px;
    border-radius: var(--siteradius);
    background: var(--white);
    box-shadow: 0px 10px 20px rgba(23, 42, 75, 0.2), inset 0px -3px 0px #00B1EB;
}

.logcap-card h3 {
    display: flex;
    align-items: flex-start;
    gap: 23px;
    position: relative;
}

.logcap-card h3 i { padding-top: 5px; }

.logcap-card p { padding-left: 50px; }

.fuemis-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 60px;
    margin-top: 60px;
}

.fuemis-i {
    --thisWid: calc(20% - 48px);
    flex: 1 0 var(--thisWid);
    max-width: var(--thisWid);
}

.fuemis-i img {
    height: 95px;
    object-fit: contain;
    object-position: center bottom;
}

/*Satellite Hub*/
.sathub .section-head { margin-bottom: 50px; }
.sathub h2 { margin-bottom: 30px; }
.sathub-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
}
.sathub h3 { margin-top: 20px; margin-bottom: 10px; }
.sathub h3 a { color: var(--primary); }
.sathub h3 a:hover { color: var(--primary-a); }

.teamcard {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 60px;
    border-radius: var(--siteradius20);
}

.team-role {
    padding: 2px 10px;
}

.team-bio {
    flex: 1 0 calc(100% - 270px - 60px);
    max-width: calc(100% - 270px - 60px);
}

/*Client Ready*/
.clready-img {
    display: inline-block;
}

.clready-text {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.clready-img::before,
.site-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #172A4B 0%, rgba(23, 42, 75, 0) 100%);
}

.clready .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.clready h2 { margin-bottom: 30px; }

/*Footer*/
.site-footer {
    position: relative;
    background-image: url('../images/footer-bg.webp');
}

.site-footer::before { display: none; }

.foo-top .container {
    padding-top: 106px;
    border-top: 4px solid var(--secondary);
}

.foo-top h2 { padding-top: 80px; }

.foo-top a {
    line-height: 35px;
    color: var(--white);
}

.foo-top a:hover {
    color: var(--secondary);
}


.foo-top ul {
    margin-bottom: 30px;
}

.foo-top ul li {
    display: flex;
    gap: 20px;
}

.foo-top ul i {
    line-height: 35px;
    color: var(--tertiary);
}

.foo-soc {
    display: flex;
    align-items: center;
    gap: 15px;
}

.foo-soc a {
    line-height: 1;
}

.foo-soc i {
    font-size: 40px;
}

.foo-btm {
    padding-top: 30px;
    padding-bottom: 30px;
}

.foo-copy { line-height: 35px; }

.foo-copy a {
    font-family: 'montserrat-eb', sans-serif;
    text-decoration: underline;
    color: var(--white);
}

.foo-copy a:hover {
    color: var(--secondary);
}

.foo-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-width: 444px;
}


.goToTop {
    display: block;
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: var(--white);
    background-color: var(--primary);
    border: 2px solid var(--white);
    border-radius: 100%;
    transform: scale(0, 0) translateZ(0);
    transition: all 0.3s ease-in-out, transform 0.5s cubic-bezier(0, 0, 0, 1) 0.1s, opacity 1s 0.2s;
    z-index: 3;
}

.goToTop i {
    font-size: 10px;
    line-height: 40px;
    transform: rotate(180deg) translateY(3px);
}

.goToTop:hover i { color: var(--white); }


.goToTop.in {
    transform: scale(1, 1) translateZ(0);
}

.hero-video {
position: relative;
overflow: hidden;
height: 100vh;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: brightness(0.75);
}

.hero-content {
    position: relative;
    z-index: 2;
}
