.section__carousel{
    width:100%;
    height:800px;
    position:relative;
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(1,81,102,1) 50%, rgba(2,198,250,1) 100%);
}
.carousel-loading-div{
    position:absolute;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    z-index:1000;
}
.carousel-loading-div.loaded{
    display:none;
}
.carousel{
    max-width:1440px;
    margin-left:auto;
    margin-right:auto;
}
.carousel-inner{
    width:100%;
    height:800px;
    background-color:#9a9a9a;
}
.carousel-indicators{
    z-index:100;
}
.carousel-control-next{
    width:5%;
    background: linear-gradient(270deg, rgba(2,198,250,0.4962359943977591) 0%, rgba(1,135,171,0.4962359943977591) 25%, rgba(0,0,0,0) 100%);
    z-index:100;
}
.carousel-control-next-icon{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:10px;
    background-image:url("../res/slider-right-icon.png");
    width:50px;
    height:50px;
}
.carousel-control-prev{
    width:5%;
    background: linear-gradient(90deg, rgba(2,198,250,0.4962359943977591) 0%, rgba(1,135,171,0.4962359943977591) 25%, rgba(0,0,0,0) 100%);
    z-index:100;
}
.carousel-control-prev-icon{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:10px;
    background-image:url("../res/slider-left-icon.png");
    width:50px;
    height:50px;
}
.carousel-control-next:focus,
.carousel-control-prev:focus{
    outline:none;
    opacity:0.5;
}
.carousel-control-next:hover,
.carousel-control-prev:hover{
    opacity:0.8;
}
.carousel > .carousel-indicators{
    margin-bottom:10px;
}
.carousel > .carousel-indicators > button{
    width:50px;
    height:10px;
    margin-left:17.5px;
    margin-right:17.5px;
    background-color:#9a9a9a;
    opacity:1;
}
.carousel > .carousel-indicators > button.active{
    background-color:#02c6fa;
}
.carousel-item{
    position:relative;
    overflow:hidden;
}
.carousel-img{
    width:100%;
    height:800px;
    object-fit:cover;
    pointer-events:none;
    animation:animate-carousel-image 10s ease-in-out;
}
.carousel--item-overlay{
    display:flex;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    justify-content:center;
    align-items:center;
    z-index:10;
    background-color:rgba(0,0,0,0.7);
    animation:animate-carousel-overlay 1.5s ease-out;
}
.carousel--overlay-div{
    width:auto;
    height:auto;
    margin:25px 25px 100px 25px;
    text-align:center;
    overflow:hidden;
}
.carousel-logo{
    display:block;
    width:50vw;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:60px;
}
.carousel-text{
    display:block;
    margin-right:10px;
    font-family:"Quicksilver-Italic", "Arial", "Helvetica", sans-serif;
    color:#fff;
    text-shadow: 1px 3px 6px rgba(0,0,0,1);
}
.carousel-text.text-lg{
    font-size:9vw;
    line-height:11vw;
}
.carousel-text.text-sm{
    font-size:8vw;
    line-height:10vw;
}
.carousel--overlay-underline{
    width:100%;
    height:4px;
    background-color:#02c6fa;
    margin-top:15px;
    animation:carousel-expand-underline 3s ease-out;
}
.animation-paused{
    animation-play-state:paused !important;
}

.section__header--div{
    width:100%;
    height:auto;
    background-color:#9a9a9a;
    font-family:"Quicksilver-Italic", "Arial", "Helvetica", sans-serif;
    color:#02c6fa;
    -webkit-text-stroke:1px #000;
    text-shadow: 1px 3px 6px rgba(0,0,0,1);
    text-align:center;
    padding:25px;
}
.section__header--div h1{
    margin:0;
}

.home__intro--container{
    width:100%;
    height:auto;
    background-repeat:repeat;
    background-size:auto;
    background-attachment:fixed;
}
.home__intro--div{
    width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    padding:25px;
    font-family:"Lato-Regular", "Arial", "Helvetica", sans-serif;
    color:#000;
    background-color:#fff;
}
.home__intro--div p{
    font-size:1.25rem;
    margin:0;
}

.home__spacer--div{
    width:100%;
    height:150px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center 45%;
    position:relative;
}
.home__spacer--div.loading{
    background-image:url(../res/section-spacer-background-load.jpg);
}
.home__spacer--div.loaded{
    background-image:url(../res/section-spacer-background.jpg);
}
.home__spacer--cover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;
    background-color:#000;
    opacity:0.5;
}

.home__services--container{
    width:100%;
    height:auto;
    background-image:url(../res/truck-highway-load.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    position:relative;
}
.home__services--cover-div{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(1,81,102,1) 50%, rgba(2,198,250,1) 100%);
    opacity:0.5;
}
.home__services--parent-div{
    width:100%;
    height:auto;
    padding-top:25px;
    padding-bottom:25px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    z-index:100;
}
.home__services--div{
    display:flex;
    width:100%;
    height:auto;
    padding:25px;
    margin-bottom:56px;
    background-color:#fff;
    border-top:solid 3px #000;
    border-left:solid 3px #000;
    border-right:solid 3px #000;
    border-bottom:solid 3px #000;
    position:relative;
    box-shadow: 0px 6px 0px 0px rgba(154,154,154,1);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(154,154,154,1);
}
.home__services--div-skew{
    display:none;
    position:absolute;
    top:-3px;
    right:-4%;
    width:10%;
    height:calc(100% + 6px);
    background-color:#fff;
    z-index:-1;
    transform:skew(-14.5deg);
    border-top:solid 3px #000;
    border-right:solid 3px #000;
    border-bottom:solid 3px #000;
    box-shadow: 6px 6px 0px 0px rgba(154,154,154,1);
    -webkit-box-shadow: 6px 6px 0px 0px rgba(154,154,154,1);
}
.home__services--icon{
    width:75px;
    height:75px;
    pointer-events:none;
}
.home__services--div-content{
    font-family:"Lato-Bold", "Arial", "Helvetica", sans-serif;
    font-size:1.25rem;
    line-height:2rem;
    margin-left:25px;
}
.home__services--page-link{
    display:block;
    width:auto;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    padding:10px 20px 10px 20px;
    background-color:#02c6fa;
    color:#fff;
    border:solid 3px #000;
    border-radius:50px;
    font-family:"Lato-Bold", "Arial", "Helvetica", sans-serif;
    font-size:1.35rem;
    text-align:center;
    text-decoration:none;
    transition:0.15s;
}
.home__services--page-link:hover{
    background-color:#9a9a9a;
    color:#000;
}

.home__about--container{
    width:100%;
    height:auto;
    font-size:0;
    background-repeat:repeat;
    background-size:auto;
    background-attachment:fixed;
}
.home__about--div{
    width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
}
.home__about--div-left{
    display:inline-block;
    width:100%;
    /* height:100px; */
    vertical-align:top;
    padding:25px 25px 0 25px;
    /* background-color:#000; */
}
.home__about--list{
    list-style:none;
    margin:0;
    padding:0;
}
.home__about--list-item:before{
    position:absolute;
    left:3px;
    content:'';
    display:inline-block;
    background-image:url(../res/icon_check.png);
    background-size:contain;
    width:75px;
    height:75px;
}
.home__about--list-item{
    display:flex;
    min-height:100px;
    align-items:center;
    position:relative;
    margin-bottom:50px;
    padding-left:125px;
}
.home__about--list-text{
    width:auto;
    height:auto;
    font-family:"Lato-Bold", "Arial", "Helvetica", sans-serif;
    font-size:1.25rem;
    line-height:2rem;
    color:#000;
}
.home__about--div-right{
    display:inline-block;
    width:100%;
    height:auto;
    vertical-align:top;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(154,154,154,1) 100%);
}
.home__about--skew-top{
    width:84.5%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    background: linear-gradient(0deg, rgba(1,99,125,1) 0%, rgba(2,197,249,1) 100%);
    transform:skew(14.5deg);
    border-top:solid 3px #000;
    border-left:solid 3px #000;
    border-right:solid 3px #000;
}
.home__about--img-top{
    width:100%;
    height:auto;
    overflow:hidden;
    border:solid 3px #000;
}
.home__about--img-top img{
    width:120%;
    height:auto;
    transform:skew(-14.5deg);
    margin-left:-10%;
    object-fit:cover;
}
.home__about--skew-bottom{
    width:84.5%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:-1px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(1,99,125,1) 100%);
    transform:skew(-14.5deg);
    border-bottom:solid 3px #000;
    border-left:solid 3px #000;
    border-right:solid 3px #000;
}
.home__about--img-bottom{
    width:100%;
    height:auto;
    overflow:hidden;
    border:solid 3px #000;
}
.home__about--img-bottom img{
    width:120%;
    height:auto;
    transform:skew(14.5deg);
    margin-left:-9%;
    object-fit:cover;
}
.home__about--skewed-img{
    pointer-events:none;
}

.home__partnerships--container{
    width:100%;
    height:auto;
    background-repeat:repeat;
    background-size:auto;
    background-attachment:fixed;
}
.home__partnerships--div{
    width:100%;
    max-width:1920px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
    color:#02c6fa;
    font-family:"Quicksilver-Italic", "Arial", "Helvetica", sans-serif;
    text-align:center;
    overflow:hidden;
}
.home__partnerships--marquee{
    width:100%;
    margin-top:50px;
    margin-bottom:25px;
    overflow:hidden;
    white-space:nowrap;
    position:relative;
}
.marquee-image-container{
    display:inline-block;
    white-space:nowrap;
    animation:scroll 15s linear infinite;
}
.marquee-image-container img{
    height:auto;
    margin-right:50px;
    pointer-events:none;
}

@keyframes animate-carousel-image{
    0%{
        transform:scale(1.125);
    }
    100%{
        transform:scale(1);
    }
}
@keyframes animate-carousel-overlay{
    0%{
        opacity:0;
        right:-75%;
    }
    40%{
        opacity:0;
    }
    100%{
        opacity:1;
        right:0;
    }
}
@keyframes carousel-expand-underline{
    0%{
        transform:translate(100%);
    }
    100%{
        transform:translate(0%);
    }
}
@keyframes scroll{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-100%);
    }
}

@media(min-width:2561px){
    .carousel-img.normal-res{
        display:none;
    }
}
@media(max-width:2560px){
    .carousel-img.wide-res{
        display:none;
    }
}
@media(min-width:1441px){
    .home__intro--div,
    .home__services--parent-div,
    .home__about--div{
        max-width:1440px;
    }
    .home__about--skew-top,
    .home__about--skew-bottom{
        width:628px;
        height:350px;
    }
    .home__about--img-top,
    .home__about--img-bottom{
        width:573px;
        height:325px;
    }
    .home__about--img-top img,
    .home__about--img-bottom img{
        width:670px;
        height:325px;
    }
}
@media(min-width:1281px) and (max-width:1440px){
    .home__intro--div,
    .home__services--parent-div,
    .home__about--div{
        max-width:1280px;
    }
    .home__about--skew-top,
    .home__about--skew-bottom{
        width:549px;
        height:355px;
    }
    .home__about--img-top,
    .home__about--img-bottom{
        width:495px;
        height:325px;
    }
    .home__about--img-top img,
    .home__about--img-bottom img{
        width:600px;
        height:325px;
    }
}
@media(min-width:1281px){
    .home__about--div-left{
        width:50%;
    }
    .home__about--div-right{
        width:50%;
    }
}
@media(min-width:992px) and (max-width:1280px){
    .home__intro--div,
    .home__services--parent-div,
    .home__about--div{
        max-width:991px;
    }
}
@media(min-width:992px){
    .carousel-text.text-lg{
        font-size:5.625rem;
        line-height:6rem;
    }
    .carousel-text.text-sm{
        font-size:4.125rem;
        line-height:5.25rem;
    }
    .home__intro--container,
    .home__about--container,
    .home__partnerships--container{
        background-image:url(../res/background.jpg);
    }
    .home__spacer--div{
        height:250px;
        background-attachment:fixed;
    }
    .home__services--container{
        background-attachment:fixed;
    }
    .home__services--div{
        width:94%;
        min-height:150px;
        align-items:center;
        border-top-left-radius:100px;
        border-bottom-left-radius:100px;
        border-right:0;
        border-bottom-right-radius:0;
    }
    .home__services--div-skew{
        display:block;
    }
}
@media(min-width:768px) and (max-width:991px){
    .carousel-text.text-lg{
        font-size:4.375rem;
        line-height:5rem;
    }
    .carousel-text.text-sm{
        font-size:3rem;
        line-height:4rem;
    }
    .home__spacer--div{
        height:200px;
    }
    .home__services--div{
        border-top-left-radius:75px;
        border-bottom-right-radius:75px;
    }
}
@media(min-width:768px){
    .section__carousel,
    .carousel-inner,
    .carousel-img{
        height:750px;
    }
    .carousel--item-overlay{
        width:auto;
    }
    .carousel--overlay-div{
        text-align:right;
    }
    .carousel-logo{
        width:325px;
        margin-left:auto;
        margin-right:0;
    }
    .carousel-text{
        margin-right:15px;
    }
    .home__services--page-link{
        width:600px;
    }
}
@media(min-width:576px) and (max-width:767px){
    #slide-2-img{
        object-position:left center;
    }
    .carousel-logo{
        width:258px;
    }
    .carousel-text.text-lg{
        font-size:3.125rem;
        line-height:4rem;
    }
    .carousel-text.text-sm{
        font-size:2.2rem;
        line-height:3rem;
    }
    .home__services--div{
        border-top-left-radius:75px;
        border-bottom-right-radius:75px;
    }
}
@media(min-width:576px){
    .carousel-img.mobile-res{
        display:none;
    }
    .carousel--overlay-div{
        margin:50px 50px 100px 50px;
    }
    .home__services--icon,
    .home__about--list-item:before{
        width:100px;
        height:100px;
    }
    .home__services--div-content,
    .home__about--list-text{
        font-size:1.5625rem;
        line-height:2.5rem;
    }
    .home__services--page-link{
        font-size:1.5625rem;
        padding:20px;
    }
    .home__about--skew-top{
        padding:25px 25px 0 25px;
    }
    .home__about--skew-bottom{
        padding:0 25px 25px 25px;
    }
    .home__partnerships--div{
        padding:25px 0 25px 0;
    }
    .home__partnerships--div h2{
        margin-left:25px;
        margin-right:25px;
    }
    .marquee-image-container img{
        width:150px;
    }
}
@media(max-width:575px){
    .carousel-img.normal-res{
        display:none;
    }
}
@media(max-width:420px){
    .section__carousel,
    .carousel-inner,
    .carousel-img{
        height:500px;
    }
}
@media(min-width:351px) and (max-width:575px){
    .home__services--div{
        border-top-left-radius:55px;
        border-bottom-right-radius:55px;
        padding:15px;
    }
    .home__intro--div,
    .home__about--div-left{
        padding:15px;
    }
    .home__about--list-item{
        padding-left:100px;
    }
    .home__about--skew-top{
        padding:15px 15px 0 15px;
    }
    .home__about--skew-bottom{
        padding:0 15px 15px 15px;
    }
    .home__partnerships--div{
        padding:15px 0 15px 0;
    }
    .home__partnerships--div h2{
        margin-left:15px;
        margin-right:15px;
    }
    .marquee-image-container img{
        width:100px;
    }
}
@media(max-width:350px){
    .section__header--div h1{
        font-size:8vw;
        line-height:12vw;
    }
    .home__intro--div{
        padding:5vw;
    }
    .home__intro--div p{
        font-size:4.5vw;
        line-height:8vw;
    }
    .home__services--div{
        padding:5vw;
        border-top-left-radius:16vw;
        border-bottom-right-radius:16vw;
    }
    .home__services--icon{
        width:20vw;
        height:20vw;
    }
    .home__services--div-content{
        font-size:5vw;
        line-height:7.5vw;
        margin-left:5vw;
    }
    .home__services--page-link{
        font-size:6vw;
    }
    .home__about--div-left{
        padding:5vw 5vw 0 5vw;
    }
    .home__about--list-item:before{
        width:20vw;
        height:20vw;
    }
    .home__about--list-item{
        padding-left:25vw;
    }
    .home__about--list-text{
        font-size:5vw;
        line-height:7.5vw;
    }
    .home__about--skew-top{
        padding:4vw 4vw 0 4vw;
    }
    .home__about--skew-bottom{
        padding:0 4vw 4vw 4vw;
    }
    .home__partnerships--div{
        padding:4vw 0 4vw 0;
    }
    .home__partnerships--div h2{
        font-size:7vw;
        line-height:10vw;
        margin-left:4vw;
        margin-right:4vw;
    }
    .marquee-image-container img{
        width:30vw;
        margin-right:10vw;
    }
}