@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    /* --white: #ffffff; */
    --gray: #2c2f36;
    --white: #ffffff;
    --black: #404040;
    --darkgray: #B3B3B3;
    --blue-primary: #2665AB;
    --blue-secondary: #2B71BF;
    --blue-dark: #2C2F36;
    --light-blue: #99C9FF;
    --footer-light: #2C2F36;
    --footer-dark: #22252B;
  }
  

html {
    scroll-behavior: smooth!important;
}
body {
    font-family: 'Raleway', sans-serif;
    background-color: #ffffff;
}

*:hover {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

h1 {
  font-size: 32px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: normal;
  color: var(--gray);
  text-shadow: 2px 2px 2px black ;


}
h2 {
  font-size: 28px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18em;
  letter-spacing: normal;
  margin-bottom: 15px;
  color: var(--gray);
}
h3 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21em;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: var(--gray);
}
h4 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22em;
    letter-spacing: normal;
    color: var(--gray);    
}
h6 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21em;
    letter-spacing: normal;
    color: var(--gray);
    margin-bottom: 0;
}
p {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: normal;
    color: var(--gray);
}
a {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: normal;
    color: var(--gray);
}
a:hover {
    color: var(--primary);
}

section.header {
    position: relative;
    width: 100%;
    height: 700px;
    /*overflow: hidden;*/
}

/*.oval-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #ffffff, #efefef 71%);
    z-index: 9999; 
}*/

.inner-banner-cont{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header .bg-video{
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: ellipse(468px 617px at center 20px);
}

  
/*section.header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blue-primary);
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: scaleX(1.5);
    z-index: 100;
    overflow: hidden;
}*/
section .content {
    position: relative;
    z-index: 1000;
    margin: 0 auto;
    max-width: 1120px;
    top: 50%;
    transform: translateY(-50%);
}

.bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#scroll-down{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    z-index: 9999;
    filter: drop-shadow(2px 2px 2px black);
    
}

/* Global */
.text-center {
    text-align: center;
}
.text-weight-med {
    font-weight: 500;
}
.text-white {
    color: var(--white);
}
.text-blue {
    color: var(--blue-primary);
}
.text-container {
    max-width: 900px;
}
.vertical {
    margin-top:50%;
}
img.email {
    display: inline-block;
}



/* Menu */
.nav > li > a, .nav > li > a {
    border-bottom: 6px solid var(--white);
    padding-bottom: 50px;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li > a.active {
    text-decoration: none;
    background-color: var(--white);
    /*border-bottom: 6px solid var(--blue-primary);*/
    color: #2665ab;
}

.nav > li > a:hover:after, .nav > li > a:focus:after, .nav > li > a.active:after{
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    width: 100%;
    height: 6px;
    background-color: #2665ab;
}

.nav > li {
    padding: 0px; 
}
.nav > li > a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0px 20px;
    padding: 0;
    position: relative;
}

.sourcelink{
    margin-top: 0 !important;
    display: inline-block;
    color: #fff;
    margin-bottom: 7px;
    margin-left: -12px;
}

/* Blob backgrounds */
.blob1 {
    position: relative;
}
.blob1::after { 
    position: absolute;
    top:0;
    left:0;
    content: " ";
    background: url(../assets/blob1.svg);
    background-size: 1000% ;
    width: 100%;
    height: 100%;
    margin: 2px;
    float: left;
}



/* Ventera and Lion Federal Section */
.company-main {
    margin-top: 45px;
    margin-bottom: 45px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.company-main:before{
    content: "  ";
    position: absolute;
    right: 106px;
    top: -195px;
    background-image: url('../assets/blob3.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 460px;
    height: 500px;
    z-index: -1;
}
.company-container {
    width: 1110px;
    margin: 0 0 40px;
    padding: 49px 95px 47.5px;
    border-radius: 12px;
    box-shadow: 0 12px 30px 0 rgba(44, 47, 54, 0.2);
    background-color: #2c2f36;
}
a.visit-link {
    color: var(--white);
    text-decoration: none;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 3px;
}
a.visit-link:hover {
    color: var(--light-blue);
    border-bottom: 1px solid var(--light-blue);
}

a.visit-link:hover svg{
    color: var(--light-blue);
}




/* Capabilities Starts Here */
.capabilities {
    margin-bottom: 40px;
}
.img-cloud {
    width: 100%;
    margin-left: 0px;
}
.img-dev {
    width: 100%;
    margin-left: 0px;
}
.img-data {
    width: 100%;
    margin-left: 0px;
}
.img-facilities {
    width: 100%;
    margin-left: 0px;
}


/* Contract Vehicles */
.contract {
    margin-top: 50px;
    padding: 0;
    background-image: linear-gradient(to bottom, #ffffff, #efefef 71%);
    z-index: 1;
    /*background: rgb(239,239,239);
    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);*/
}

.contract-title{
    margin-bottom: 40px;    
}

.white-card {
    width: 100%;
    margin: 15px 0;
    padding: 35px 20px 40px 20px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 12px 30px 0 rgba(44, 47, 54, 0.05);
    background-color: #ffffff;
}

.white-card h4{
    font-family: 'Roboto', sans-serif;
    color: var(--black);
}

.white-card > img  {
    padding-bottom: 10px;
}

.contract a{
    font-family: 'Roboto', sans-serif;

}

a.cta-btn {
    color: var(--white);
    padding: 12px 43px;
    border-radius: 24px;
    background-color: var(--blue-primary);
}
a.cta-btn:hover {
    text-decoration: none;
    background-color: var(--blue-secondary);
}


.capabilities-section p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    color: #404040;
}



/* Footer starts here */
footer {
    background-color: var(--footer-light);
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
.copyright {
    background-color: var(--footer-dark);
    width: 100%;
    padding: 20px 0;
}

.copyright h6{
    font-family: 'Roboto', sans-serif;
    color: #b3b3b3;
}
/* Override Privacy Policy link to match the surrounding h6 text */
.copyright h6 a {
    color: inherit;       /* Inherits #b3b3b3 from h6 */
    font-size: inherit;    /* Inherits the font-size of h6 */
    font-weight: inherit;  /* Inherits the font-weight of h6 */
    text-decoration: none; /* Removes underline */
}

.copyright h6 a:hover {
    color: inherit;       /* Keeps the same color on hover */
    text-decoration: none; /* No underline on hover */
}


p.email {
    color: var(--white);
    display: inline-block;
    padding-bottom: 0;
}
h4.email {
    font-family: 'Roboto', sans-serif;

    margin-top: 26px;
}
p.email:hover {
    color: var(--light-blue);
}


/* back to top button */
.top-link {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
     
   cursor: pointer;
   align-items: center;
   justify-content: center;
   margin: 0 3em 3em 0;
   border-radius: 50%;
   padding: .25em;
   width: 46px;
   height: 46px;
   background-color: #F8F8F8;
}

.top-link svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

   .show {
    visibility: visible;
    opacity: 1;
  }
   
  .hide {
    visibility: hidden;
    opacity: 0;
  }
  svg {
    fill: #000;
    width: 24px;
    height: 12px;
   }
    
   &:hover {
    background-color: #E8E8E8;
    
       svg {
        fill: #000000;
       }
   }
   
/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute;
    clip-path: inset(50%);
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    clip: rect(1px, 1px, 1px, 1px);
 
    &:focus {
    display: block;
    top: 5px;
    left: 5px;
    z-index: 100000; // Above WP toolbar
    clip-path: none;
    background-color: #eee;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    text-decoration: none;
    line-height: normal;
    color: #444;
    font-size: 1em;
    clip: auto !important;
    }
}

/*Home*/


.html5-video{
    display:  block;
    margin:  0 auto;
    
}



.banner .oval-div{
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 960px;
    height: 160px;
    background-image: url(../assets/header-divider.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999999;
}


.banner h1{
    color: var(--white);
}

.short-desc{
    width: 100%;
    margin: 0 auto 95px auto;
    text-align: center;
}

.short-desc h2{
    color: var(--black);
    margin-bottom: 20px;
}

.short-desc h4{
    font-family: 'Roboto', sans-serif;
    color: var(--black);
    font-weight: 300;
    line-height: 1.6em;
    margin: 0 0px;
}

.company-main h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--white);
    line-height: 1.6em;
    margin-right: 0px;
    margin-bottom: 20px;
}

.company-main h4 strong{
    font-weight: 500;
}

/*.company-cont img{
    margin-top: 50px;
}*/

.business-link{
    width: 17px !important;
    height: 17px !important;
    margin-bottom: 4px;
    margin-left: 5px;
}


.company-cont a{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.company-cont{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #2c2f36;
    border-radius: 12px;
    box-shadow: 0 12px 30px 0 rgba(44, 47, 54, 0.2);
    padding: 20px 20px 50px 20px;
    margin-bottom: 40px;
    text-align: center;
}
    
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
/*End of Home*/

img.display-m{
    display: initial;
    margin-bottom: 20px;
}

img.display-d{
    display: none;
}

.capabilities-section img.display-m{
    display: initial !important;
}

.capabilities-section img.display-d{
    display: none !important;
}

.accordion{
    text-align: left;
}

.accordion button{
    font-size: 24px;
    font-weight: bold;
    color: #438fc9;
    text-decoration: none;
}

.card-header{
    position: relative;
    border-bottom: none;
}

.card-body{
    padding: 10px 20px;
}

.card-body p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #404040;
    margin-bottom: 20px;
}

.card-links {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 8px 40px;
    background-color: #2665ab;
    border-radius: 24px;
    text-decoration: underline;
}
.card-links:hover {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 8px 40px;
    background-color: #073763;
    transition: 0.2s;
    border-radius: 24px;
    text-decoration: underline;
}

.card{
    border: none;
}

.card .fa-plus:before{
    content: url('../assets/bx-open.svg');
}

.card .fa-minus:before{
    content: url('../assets/bx-minus.svg');
}

.card i{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #9a9a9a;
}

.card button{
    outline: none;
    box-shadow: none;
}

.card button:focus{
    box-shadow: none;
}

.desktop{
    display: none;
}
.mobile{
    display: block;
}

.mobile-header{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    background: rgb(255 255 255 / 80%);
    overflow: hidden;
    transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
    z-index: 999999999999;
    text-align: right;
    padding: 20px 0;
}

.mobile-header .mobile-headerlogo{
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 85px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.facilities-engineering{
    position: relative;
}

.facilities-engineering:before{
    position: absolute;
    left: -525px;
    bottom: 47px;
    content: " ";
    background-image: url(../assets/blob2-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 700px;
    height: 586px;
    z-index: -1;
}

.mobile-header .mobile-headerlogo img{
    width: 100%;
}

.burger-container{
    position: relative;
    top: 0px;
    right: 20px;
    display: inline-block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.burger-container #burger{
    width: 33px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}

.burger-container #burger .bar.topBar {
    transform: translateY(0px) rotate(0deg);
}
.burger-container #burger .bar.btmBar {
    transform: translateY(6px) rotate(0deg);
}

.burger-container #burger .bar {
    width: 100%;
    height: 3px;
    display: block;
    border-radius: 6px;
    position: relative;
    background: #000;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
}

.contract-cont{
    width: 100%;
    background-color: #fff;
}

.contract-cont .card{
    padding: 40px 0;
    border-bottom: 2px solid #f5f5f5;
}

.card-header{
    background: none;
}

.banner{
    margin-bottom: 50px;
}

.scroll-txt{
    position: absolute;
    top: 28px;
    left: 12px;
    height: 50px;
    width: 30px;
    background-image: url(../assets/Top.svg);
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: contain;
}


section, footer{
    position: relative;
}

#home, #overview, #ventera, #capabilities, #contact-us{
    position: absolute;
    top: -100px;
}


.capabilities-section{
    z-index: 2;
}

#lion-federal{
    position: absolute;
    top: 500px;
}

#vehicles{
    position: absolute;
    top: -100px;
}

.card .btn-link:hover{
    color: #2665ab
}

@media (max-width: 320px){
    
    #scroll-down{
        bottom: 50px;
    }
    .mobile-header ul.menu li.menu-item a{
        font-size: 22px;
    }
}


@media (max-width: 450px) {
   /* .banner .oval-div{
        bottom: -23%;
    }*/
    section.header{
        height: 580px;
    }
    .header .bg-video{
        clip-path: ellipse(468px 617px at center -50px);
    }
    section .content{
        top: 40%;
    }
    #scroll-down{
        bottom: 130px;
    }
    .banner h1{
        font-size: 28px;
    }

    .contract{
        margin-top: 
    }

}

@media (min-width: 768px) {
    h1 {
      font-size: 38px;
    }
    h2 {
      font-size: 30px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;   
    }
    h6 {
        font-size: 13px;
    }
    p {
        font-size: 16px;
    }
    a {
        font-size: 16px;
    }
    /*.banner .oval-div{
        height: 350px;
    }*/
    .short-desc h4{
        margin: 0 50px;
    }
    .company-cont{
        width: 80%;
    }

    .capabilities-section img.display-m{
        display: none !important;
    }

    .capabilities-section img.display-d{
        display: block !important;
    }
    .mobile-header{
        height: 126px;
    }

    .burger-container{
        top: 20px;
    }
    .mobile-header .mobile-headerlogo{
        width: 130px;
    }

    .header .bg-video{
        clip-path: ellipse(786px 408px at center 232px);
    }
    .banner:after{
        position: absolute;
        left: -537px;
        bottom: -155px;
        content: " ";
        background-image: url(../assets/blob1-1.svg);
        background-repeat: no-repeat;
        background-size: auto;
        width: 600px;
        height: 520px;

    }
    
    .company-main {
        margin-top: 95px;
        margin-bottom: 85px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }
    .company-cont{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #2c2f36;
        border-radius: 12px;
        box-shadow: 0 12px 30px 0 rgba(44, 47, 54, 0.2);
        padding: 30px 40px 50px 40px;
        margin-bottom: 40px;
        text-align: center;
    }
    #home, #overview, #ventera, #capabilities, #vehicles, #contact-us{
        position: absolute;
        top: -150px;
    }

    #lion-federal{
        position: absolute;
        top: 250px;
    }
}

@media (min-width: 800px) {

    .header .bg-video{
        clip-path: ellipse(643px 187px at center 98px);
    }
}

@media (min-width: 992px) {
    .banner .oval-div{
        width: 101%;
    }
    .header .bg-video {
        clip-path: ellipse(786px 408px at center 186px);
    }
    img.display-m{
        display: none;
    }

    img.display-d{
        display: block;
    }
}   


@media (min-width: 1024px) {
    .banner .oval-div{
        height: 170px;
    }
    .company-cont{
        text-align: left;
    }
}

@media (min-width: 1100px) {
    .desktop{
        display: block;
    }
    .mobile{
        display: none;
    }
    h1 {
      font-size: 45px;

    }
    h2 {
      font-size: 34px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;   
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 18px;
    }
    a {
        font-size: 18px;
    }
/*    section.header{
        overflow: hidden;
    }*/
    /*.banner .oval-div{
        height: 400px;
    }*/
    .short-desc{
        width: 900px;
        margin: 0 auto 95px auto;
        text-align: center;
    }
    .img-cloud{
        width: auto;
        margin-left: 50px;
    }
    .img-dev {
        width: auto;
        margin-left: -60px;
    }
    .img-data {
        width: auto;
        margin-left: 50px;
    }
    .img-facilities {
        width: auto;
        margin-left: -60px;
    }

    



    .company-cont{
        width: 100%;
        padding: 49px 45px 48px 95px;
        margin-bottom: 40px
    }

    .company-main h4{
        margin-right: 50px;
    }
    /*.banner .oval-div{
        bottom: -21%;
    }*/

    .white-card {
        width: 100%;
        margin: 15px;
        padding: 35px 20px 40px 20px;
        border-radius: 12px;
        border: none;
        box-shadow: 0 12px 30px 0 rgba(44, 47, 54, 0.05);
        background-color: #ffffff;
    }
    footer {
        text-align: left;
    }

    .header .bg-video{
        clip-path: ellipse(1609px 678px at center 20px);
    }

    .banner:after{
        position: absolute;
        left: -329px;
        bottom: -158px;
        content: " ";
        background-image: url(../assets/blob1-1.svg);
        background-repeat: no-repeat;
        background-size: auto;
        width: 600px;
        height: 520px;

    }

    section .content{
        top: 33%;
    }

    #home, #overview, #ventera, #capabilities, #vehicles, #contact-us{
        position: absolute;
        top: -50px;
    }

    #lion-federal{
        position: absolute;
        top: 200px;
    }
    .facilities-engineering:before{
        left: -472px;
        bottom: -113px;
    }
    #scroll-down{
        bottom: 240px;
    }
}

@media (min-width: 1200px) {
    .banner .oval-div{
        height: 190px;
    }
    .contract {
        margin-top: -100px;
        padding: 200px 0 0 0;
        z-index: 1;
    }
}

@media (min-width: 1400px) {
    .banner .oval-div{
        height: 230px;
    }
    section.header{
        height: 90vh;
        margin-bottom: 30px;
    }
}