body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Times New Roman,Times,serif;margin:0;padding:0}.hero{background-image:linear-gradient(#bcb3b3,#bcb3b3);height:100vh;position:relative}.hero,nav{width:100%}nav{align-items:center;display:flex;height:17vh;justify-content:space-between;padding:0 1rem}nav img{height:100px;width:100px;z-index:3}nav img:hover{cursor:pointer}nav .ul{display:flex;list-style-type:none}nav .ul .li{border:2px solid #a3e6c4;border-radius:2rem;color:#fff;font-size:1rem;font-style:oblique;font-weight:600;margin:0 1rem;padding:.7rem 2rem;text-shadow:2px 1px 1px rgba(0,0,0,.7),2px 1px 1px rgba(14,14,233,.7);z-index:13}nav .ul .li:hover{background:#fff;color:#000;cursor:pointer;text-shadow:none}nav .ul .li#locations:hover,nav .ul .li#services:hover{border-radius:0}nav .ul .li#locations:hover .dropdown-cont,nav .ul .li#services:hover .dropdown-cont{display:block}.content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:10rem;text-align:center;z-index:3}.content h2{color:#fff;font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:3px 2px 1px #000;z-index:3}.line{background:linear-gradient(45deg,#d0ff00,#09ff00);border:1px solid #000;border-radius:2rem;height:.4rem;opacity:60%;width:40vw;z-index:3}.extra-info{align-items:center;display:flex;flex-direction:column;justify-content:start;margin:0;padding:1rem;z-index:3}.extra-info h2{font-size:1.6rem;padding-bottom:1rem}h2.call-to-action{border:2px solid #a3e6c4;border-radius:2rem;color:#fff;cursor:pointer;font-size:1.9rem;margin-top:.7rem;padding:.7rem 2rem;text-shadow:none;z-index:3}.call-to-action:hover{background:#fff;color:#000}.homeSidebar{color:red}.bg-video{bottom:0;position:absolute;right:0;z-index:1}@media(min-aspect-ratio:16/9){.bg-video{height:auto;width:100%}}@media(max-aspect-ratio:16/9){.bg-video{height:100%;width:auto}}@media screen and (max-width:1225px){.hero .nav #open-sidebar{display:block}.hero .nav .ul{display:none}}@media screen and (max-width:1170px){.content h2{font-size:3rem}.extra-info h2{font-size:1.4rem}}@media screen and (max-width:1000px){.bg-video{display:none}.content h2{font-size:2.6rem;text-shadow:none}.line{width:80vw}.extra-info h2{font-size:1.3rem}}@media screen and (max-width:880px){.content h2{font-size:2.6rem}.extra-info h2{font-size:1.3rem}}@media screen and (max-width:640px){.content h2{font-size:2rem}.extra-info h2{font-size:1.3rem}}@media screen and (max-width:500px){.content h2{font-size:2rem}.extra-info h2{font-size:1rem}}header{background:#f3f3f3;height:16vh}header .nav{align-items:center;display:flex;justify-content:space-between;padding:0 1.2rem}header .nav img{cursor:pointer;width:100px}header .nav .nav-options{display:flex;list-style-type:none}header .nav .nav-options .option{border:1px solid #000;border-radius:2rem;cursor:pointer;margin:.2rem;padding:1rem 2rem}header .nav .nav-options .option:hover{background:#000;color:#fff}header .nav .nav-options .option#services:hover{border-radius:0}header .nav .nav-options .option#locations:hover .dropdown-cont,header .nav .nav-options .option#services:hover .dropdown-cont{display:block}#locations,#services{position:relative}.dropdown-cont{display:none}.dropdown{align-items:start;background:#193f45;color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;position:absolute;right:0;top:100%;width:200%;z-index:100}.sidebar-cont .dropdown{width:100%}.dropdown-outer-div{margin:1rem}.dropdown-outer-div .inner-div{margin-left:1rem}.dropdown-outer-div .outer-div-title{font-size:1.2rem}.dropdown-outer-div .inner-div h3{font-size:.9rem;padding:.3rem 0}.dropdown-outer-div .outer-div-title:hover{color:red}#open-sidebar{cursor:pointer;font-size:2rem;right:3rem;top:2rem;z-index:3}#open-sidebar,#sidebar{display:none;position:absolute}#sidebar{background:#c08989;height:100vh;right:0;top:0;width:50vw;z-index:300}.sidebar-cont{display:flex;flex-direction:column;height:100%;padding-top:5rem;position:relative;width:100%}.sidebar-cont .option{color:#fff;cursor:pointer;padding:1rem 2rem}.sidebar-cont .option:hover{background:#fff;color:#000}.sidebar-cont #locations:hover .dropdown-cont,.sidebar-cont #services:hover .dropdown-cont{display:block}#close-sidebar{color:red;cursor:pointer;font-size:2rem;position:absolute;right:1rem;top:1rem}@media screen and (max-width:1225px){header #open-sidebar{display:block}header .nav .nav-options{display:none}}footer{align-items:center;background:#8d8b8b;color:#fff;display:flex;font-size:.7rem;height:18vh;justify-content:space-between;padding:2rem}footer h1{padding:.5rem}footer div{text-align:center}.title{color:#000;font-weight:700}@media screen and (max-width:1050px){footer{align-items:center;flex-direction:column;gap:2.7rem;height:auto;justify-content:center}}.services-cont{background:#efe6e6;display:flex;justify-content:center;padding:2rem 0}.services{align-items:center;display:flex;flex-direction:column;margin:0 auto;width:95vw}.services h1{padding-bottom:1.5rem;text-align:center}.services .services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.services .services-grid .service{border:1px solid #000;cursor:pointer;height:300px;position:relative;transition-duration:.8s;transition-timing-function:ease-in-out;width:700px}.services .services-grid .service h3{color:#fff;font-size:3.5rem;font-weight:700;left:50%;position:absolute;text-shadow:2px 1px 1px rgba(0,0,0,.8),1px 2px 1px rgba(16,7,7,.9);top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.services .services-grid .service img{height:100%;object-fit:cover;width:100%}.service:hover{scale:1.05}.service:hover img{opacity:60%}@media screen and (max-width:1500px){.services .services-grid .service{width:650px}}@media screen and (max-width:1405px){.services .services-grid .service{width:600px}}@media screen and (max-width:1300px){.services .services-grid .service{width:550px}}@media screen and (max-width:1200px){.services .services-grid{grid-template-columns:repeat(1,1fr)}.services .services-grid .service{width:1050px}.service:hover{scale:1}}@media screen and (max-width:1100px){.services .services-grid .service{width:950px}}@media screen and (max-width:1000px){.services .services-grid .service{width:875px}}@media screen and (max-width:920px){.services .services-grid .service{width:800px}}@media screen and (max-width:850px){.services .services-grid .service{width:760px}}@media screen and (max-width:800px){.services .services-grid .service{width:675px}}@media screen and (max-width:715px){.services .services-grid .service{width:620px}}@media screen and (max-width:670px){.services .services-grid .service{width:585px}}@media screen and (max-width:625px){.services .services-grid .service{width:525px}}@media screen and (max-width:575px){.services .services-grid .service{width:475px}}@media screen and (max-width:525px){.services .services-grid .service{width:455px}}.info-container{background:#e5d8d8;display:flex;padding:1rem;text-align:center}.info-container .info{align-items:center;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;margin:0 auto;min-height:100%;padding:1rem;width:95vw}.info-container .info .info-content{align-items:center;background:#b3aaaa;border:2px solid #fff700;display:flex;flex-direction:column;height:25vw;justify-content:center;margin:1rem;padding:2rem;width:30vw}.info-container .info .info-content h2{font-size:2rem;padding-bottom:1rem}.info-container .info .info-content p{font-size:1.2rem}@media screen and (max-width:1200px){.info-container .info{grid-template-columns:repeat(2,1fr)}.info-container .info .info-content{height:35vh;width:45vw}}@media screen and (max-width:900px){.info-container .info{grid-template-columns:repeat(1,1fr)}.info-container .info .info-content{height:35vh;width:90vw}}@media screen and (max-width:750px){.info-container .info .info-content{height:35vh;width:85vw}}@media screen and (max-width:643px){.info-container .info .info-content{height:35vh;width:80vw}}.cargo-container{background:#e4d5d5;display:flex;justify-content:center;padding:2rem 0}.cargo{margin:0 auto;width:95vw}.cargo,.cargo h2{text-align:center}.cargo h2{font-size:2rem;padding:1.2rem}.cargo-cont{display:grid;grid-template-columns:repeat(2,1fr)}.cargo-type{border:1px solid #000;cursor:pointer;margin:1rem;padding:2rem}.cargo-type h2{font-size:1.8rem}@media screen and (max-width:610px){.cargo-cont{grid-template-columns:repeat(1,1fr)}}.information{display:flex;margin:1rem;min-height:66vh;padding:1rem}.information img{object-fit:cover;width:700px}.information .details{margin:0 auto;width:95vw}.information .details .title{font-size:3rem;text-align:center;text-shadow:1px 1px 1px rgba(7,63,73,.7)}.information .details .section{margin:1rem;padding:1rem}.information .details .section .section-content{background:#e6e4dd;border:2px solid gold;margin:1rem;padding:1rem}.information .details .section .section-content h3{font-size:1.5rem;margin:.5rem 0;text-decoration:underline}.information .details .section .section-content p{font-size:1.2rem;padding:.7rem 0}.information .details .section .section-content .list .list-item{margin-left:1.5rem}.about-us-information{margin:0 auto;min-height:66vh;width:95vw}.about-us-information .company-info{padding:1.5rem}.about-us-information .company-info .company-info-title{font-size:2.7rem;text-align:center}.about-us-information .company-info .info-section{background:#e6e4dd;border:2px solid gold;margin:1rem;padding:1rem}.about-us-information .company-info .info-section p{font-size:1.3rem}.divider{background:#000;height:.2rem;margin:2rem 0 auto;width:95vw}.about-us-information .location{padding:1rem;text-align:center}.about-us-information .location h2{font-size:3rem;padding:1rem}.about-us-information .location iframe{width:80vw}.contact-us-information{align-items:center;display:flex;justify-content:center;min-height:66vh;text-align:center}.contact-us-information div h2{padding:1rem}#diffCol{color:red}.locations-cont{gap:2rem;margin:0 auto;min-height:66vh;padding:1rem;width:95vw}.flags,.locations-cont{display:flex;justify-content:center}.flags{align-items:center;flex-direction:column;gap:1rem}.flags img{height:300px;object-fit:cover;width:500px}.locations-cont .locations-content{text-align:center;width:50vw}.locations-cont .locations-content h3{font-size:3rem}.locations-cont .locations-content p{padding:1rem}.quote-cont{min-height:66vh;padding:2rem;text-align:center}.quote-cont h2{font-size:3rem;padding-bottom:.5rem}.quote-cont p{padding:.5rem}.locations-info-cont{background:#e4d5d5}.locations-info{margin:0 auto;padding:1rem 0;text-align:center;width:95vw}.locations-info h2{font-size:2.4rem}.locations-info-content{align-items:center;display:flex;gap:2rem;justify-content:center;padding:2rem 1rem}.locations-info-content iframe{width:70vw}.locations-information p{font-size:2rem;padding:1rem}@media screen and (max-width:1000px){.locations-info-content{flex-direction:column;padding:1rem}}.page-not-found{align-items:center;display:flex;justify-content:center;min-height:66vh}.page-not-found h1{color:#180de6;font-size:3rem;text-shadow:1px 1px 1px rgba(0,0,0,.8)}
/*# sourceMappingURL=main.98e05a06.css.map*/