@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);:root{--font-family:"Poppins",sans-serif;--dark-blue:#0a1930;--light-blue:#1f93ff;--color-white:#fff;--color-dark:#333;--color-grey:#eae6eb;--box-shadow:0 5px 15px #0000001a;--color-purple:#609;--color-orange:#f72;--color-primary:#007bff;--color-success:#28a745}span{color:#28a745;color:var(--color-success)}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;font-family:var(--font-family)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}ul{list-style-type:none}a{color:#000;text-decoration:none;transition:.2s ease-in-out}a:hover{color:#28a745;color:var(--color-success)}p{font-size:1.2rem;line-height:1.4}h1{font-size:3.5rem}h2{font-size:3rem}.container{height:100%;margin:auto;max-width:1240px;position:relative}button{background-color:var(--primary-color);border:1px solid var(--primary-color);border-radius:4px;color:#f8f8f8;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;margin:1rem 0;padding:.7rem 1.5rem}button:hover{background-color:#47dcff;border:1px solid #47dcff}@media screen and (max-width:940px){h1{font-size:3rem}h2{font-size:2.5rem}}.about{padding-top:5.5rem;position:relative;width:100%}.about:before{background:#e1e0e0 url(/static/media/World_map_blank_without_borders.svg.c32a7c7e88a53464f394.png) no-repeat 50%/cover;content:"";height:100vh;left:0;opacity:.2;position:fixed;top:5rem;width:100%;z-index:-1}.aboutContainer{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1300px;padding:25px 40px}.aboutContainer h1{font-size:30px;font-weight:500;margin-bottom:.5rem}.aboutContainer hr{background-color:green;border:none;height:2px;margin-bottom:1rem;width:80px}.aboutContainer p{font-size:15px;font-weight:300;margin-bottom:3rem;text-align:center}.aboutChildHolder{display:flex}.aboutChild{background-color:#fff;box-shadow:4px 4px 4px 4px hsla(0,0%,86%,.424);height:auto;margin-left:1.5rem;width:100%}.aboutChild .childTop{background:url(/static/media/about-mission.d1d7c554e04d44c91548.jpg) no-repeat 50%/cover;height:250px;margin-right:1rem;width:100%}.aboutChild .childTop1{background:url(/static/media/about-vision.bae2b434cdf57ffc98ab.jpg) no-repeat 50%/cover;height:250px;margin-right:1rem;width:100%}.aboutChild .childTop2{background:url(/static/media/about-plan.c0f51c0f815c396221e7.jpg) no-repeat 50%/cover;height:250px;margin-right:1rem;width:100%}.aboutChild .childBottom{background:#fff;margin-right:1rem}.aboutChild .childBottom h4{font-size:18px;font-weight:450;margin-bottom:1rem;margin-top:-1rem;text-align:center}.aboutChild .childBottom p{font-size:15px;font-weight:300;margin-bottom:0;padding-bottom:.5rem;padding-left:1.5rem;text-align:left;width:88%}.aboutChild .iconHold{align-items:center;background-color:green;border:3px solid #fff;border-radius:50%;display:flex;height:60px;justify-content:center;left:10rem;position:relative;top:-2rem;width:60px}@media screen and (max-width:760px){.aboutChildHolder{display:flex;flex-direction:column}}.clients{background:#f7f7f7;padding-bottom:2rem;padding-top:2rem;width:100%}.clientsContainer{margin:0 auto;max-width:1300px;padding:0 15px}.clientsContainer,.heading{align-items:center;display:flex;flex-direction:column;justify-content:center}.heading h1{font-size:40px;font-weight:500}.heading hr{background-color:green;border:none;height:2px;margin-bottom:1.5rem;margin-top:.5rem;width:80px}.clientsImg{display:grid;grid-template-columns:auto auto auto auto;width:80%}.clientsImg img{align-self:center;margin-bottom:3rem;margin-left:2rem;width:150px}@media screen and (max-width:760px){.heading h1{font-size:30px}.heading hr{margin-bottom:5rem}.clientsImg{display:grid;grid-template-columns:auto auto;width:80%}}.contact{background:#fff;padding-top:5rem;width:100%}.contactContainer{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1300px;padding:25px 40px}.contactContainer h1{font-size:30px;font-weight:500;margin-bottom:.5rem}.contactContainer hr{background-color:green;border:none;height:2px;margin-bottom:2.5rem;width:80px}.contactDetails{align-items:center;display:flex;flex-direction:row;justify-content:center;padding-bottom:2rem;width:100%}.options{border-right:1px solid rgba(0,128,0,.352);margin-right:2rem;width:23%}.iconHold{align-items:center;background:green;border-radius:50%;display:flex;height:70px;justify-content:center;margin-bottom:1rem;width:70px}.options h4{font-size:22px;font-weight:500;margin-left:.5rem;padding-bottom:1rem}.options p{font-size:15px;font-weight:300;letter-spacing:.4px;line-height:25px;margin-left:.5rem;text-align:left}form{align-items:center;background:#f3f3f3;flex-direction:column;padding-top:2rem}form,form .firstRow{display:flex;justify-content:center;width:100%}form .firstRow{flex-direction:row}form .firstRow input{border:none;border-bottom:1px solid green;height:5vh;margin-right:1rem;margin-top:1rem;width:40%}form .firstRow input::placeholder{font-size:15px;padding-left:1rem}form textarea{border:1px solid green;font-family:inherit;font-size:15px;height:200px;margin-top:1rem;padding:20px;width:83%}form textarea::placeholder{font-family:poppins;font-size:15px}form button{background-color:green;color:#fff;transition:.2s ease-in-out}form button:hover{background-color:#fff;border:1px solid green;color:green}@media screen and (max-width:760px){.contactDetails{display:flex;flex-direction:column}.options{border-bottom:1px solid rgba(0,128,0,.352);border-right:none;margin-bottom:1rem;width:80%}}.footer{background-color:#000;padding-top:4rem;width:100%}.footerContainer{display:flex;flex-direction:row;margin:0 auto;max-width:1400px}.conOne{width:25%}.conOne .headingf{display:flex}.conOne .headingf .color{background-color:green;height:6vh;margin-right:.5rem;margin-top:.5rem;width:1%}.conOne .headingf h1{color:#fff;font-size:40px}.conOne p{color:#fff;font-size:15px}.conTwo{margin-left:3rem;padding-top:1.5rem;width:20%}.conTwo h2{color:#fff;font-size:20px}.conTwo hr{border:1px solid green;height:0;margin-bottom:1rem;width:20%}.conTwo ul li{color:#fff;cursor:pointer;font-size:16px}.conTwo ul a{color:#fff}.conThree{margin-right:1.5rem;padding-top:1.5rem;width:20%}.conThree h2{color:#fff;font-size:20px}.conThree hr{border:1px solid green;height:0;margin-bottom:1rem;width:20%}.conThree p{color:#fff;font-size:16px;margin-bottom:.5rem}.conFour{align-items:center;display:flex;flex-direction:column;justify-content:center}.conFour img{margin-right:1rem;width:150px}.footer .line{border:1px solid green;height:0;margin-bottom:1rem;margin-top:3rem;width:100%}.copyright{align-items:center;color:#fff;display:flex;justify-content:center;padding-bottom:1rem;padding-top:1rem}@media screen and (max-width:760px){.footerContainer{display:flex;flex-direction:column}.conOne{margin-left:2rem;width:70%}.conTwo{width:50%}.conThree{margin-left:2rem;width:60%}}.major{background-color:#000;width:100%}.majorContainer{margin:0 auto;max-width:1300px;padding:25px 30px}.childHolder{display:flex}.child{margin-left:1.5rem;width:80%}.child h1{color:#fff;font-size:20px;font-weight:500;margin-bottom:1rem;margin-top:1rem}.child p{color:#fff;font-size:15px;font-weight:300}@media screen and (max-width:760px){.childHolder{display:flex;flex-direction:column;padding-top:7rem}}.navbar{background:#000;height:100px;margin-bottom:1rem;position:fixed;width:100%;z-index:10}.navbar .container{align-items:center;display:flex;justify-content:space-between}.navbar .logo{align-items:center;display:flex;margin:1rem;width:50%}.navbar .logo .logoImg img{width:200px}.navbar .logo img{width:500px;z-index:100}.navbar .logo .icon{color:var(--primary-color);font-size:3rem;margin-right:1rem}.hamburger{display:none;padding:1rem}.navbar .nav-menu{align-items:center;display:flex;height:100%;padding:1rem}.navbar li{color:#ffffffc5;cursor:pointer;font-weight:600;padding:1rem}.navbar li:hover{color:green}.navbar li a{color:var(--primary-color);cursor:pointer;font-size:24px}.navbar .icon{color:var(--primary-color);font-size:1.4rem}@media screen and (max-width:940px){.navbar .hamburger{display:block;z-index:15}.navbar .nav-menu{align-items:center;background:#000c;flex-direction:column;height:100vh;justify-content:center;left:-100%;position:absolute;top:0;transition:.5s ease-in;width:100%}.navbar .active{left:0}.navbar li{font-size:2rem;margin-right:1rem}.navbar button{font-size:1.8rem}}@media screen and (max-width:760px){.navbar{background-color:#000}.navbar .hamburger{color:#fff;transition:.2s ease-in-out}.navbar .hamburger:hover{color:green}.navbar .nav-menu a{color:#ffffffcf}.navbar .nav-menu a:hover{color:green}.navbar .logo .logoImg img{width:150px}}.service{background:#fff;padding-top:5rem;width:100%}.serviceContainer{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1300px;padding:25px 40px}.serviceContainer h1{font-size:40px;font-weight:500}.serviceContainer hr{background-color:green;border:none;height:2px;margin-bottom:1.5rem;width:80px}.serviceContainer p{font-size:16px;font-weight:300;margin-bottom:1.5rem;text-align:center}.serviceChildHolder{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:2rem}.serviceChild{display:flex;flex-direction:row;margin-left:2rem;width:50%}.serviceChildContent{margin-left:.5rem;width:90%}.serviceChildContent h4{font-size:22px;font-weight:500;margin-left:.5rem;padding-bottom:1rem}.serviceChildContent p{font-size:15px;font-weight:300;letter-spacing:.4px;line-height:25px;margin-left:.5rem;text-align:left}@media screen and (max-width:760px){.serviceChildHolder{display:flex;flex-direction:column}.serviceChild{display:flex;flex-direction:row;margin-left:2rem;width:80%}}.slider{height:100vh;overflow:hidden;position:relative;width:100%}.slide{height:100%;left:0;opacity:0;position:absolute;top:0;transform:translateX(-50%);transition:all .5s ease;width:100%}@media screen and (min-width:600px){.slide img{height:100%;width:100%}}.slide img{height:100%;width:100%}.current{opacity:1;transform:translateX(0)}.content{animation:slide-up 1s ease .5s;animation-delay:1s;animation-fill-mode:forwards;background:#0000004d;color:#fff;left:5rem;opacity:0;padding:3rem;position:absolute;top:23rem;visibility:hidden;width:70%}.content p{font-size:23px}@keyframes slide-up{0%{top:23rem;visibility:visible}to{top:17rem;visibility:visible}}@media screen and (max-width:600px){.content{width:80%}}.content>*{color:#fff;margin-bottom:1rem}.current .content{opacity:1;transform:translateX(0);transition:all .5s ease}.arrow{background-color:initial;border:2px solid #fff;border-radius:50%;color:#fff;cursor:pointer;height:2rem;position:absolute;width:2rem;z-index:999}.arrow:hover{background-color:#fff;color:#777}.next{right:1.5rem;top:35%}.prev{left:1.5rem;top:35%}hr{background:#fff;height:2px;width:50%}@media screen and (max-width:760px){.slider{height:38vh;top:5rem}.slide image{height:100%}.content{display:none;width:80%}}.oneWac{padding-top:8rem;width:100%}.oneWaccontainer{margin:0 auto;max-width:1300px}.oneWacContent{align-items:center;display:flex;flex-direction:column;justify-content:center}.oneWacContent hr{border-bottom:1px solid green;margin-bottom:1rem;margin-top:-9px;width:65px}.oneWacContent p{font-size:15px;margin-bottom:1.5rem}.oneWacContent img{margin-bottom:1.5rem;width:850px}.below{display:flex;flex-direction:row}.belowLeft{margin-right:3rem;width:50%}.belowLeft,.belowRight{margin-bottom:1rem}.belowRight h1{font-size:20px}@media screen and (max-width:760px){p{margin-left:1rem}.below{display:flex;flex-direction:column}.belowLeft{margin-right:3rem}.belowLeft,.belowRight{margin-bottom:1rem;width:100%}.belowRight{margin-left:3rem}.oneWacContent img{width:100%}}.StarT{padding-top:8rem;width:100%}.starcontainer{margin:0 auto;max-width:1300px}.starcontent{align-items:center;display:flex;flex-direction:column;justify-content:center}.starcontent hr{border-bottom:1px solid green;height:0;margin-bottom:1rem;margin-top:-9px;width:65px}.starcontent p{font-size:15px;margin-bottom:1.5rem}.starcontent img{margin-bottom:1.5rem;width:850px}.mariT{padding-top:8rem;width:100%}.maricontainer{margin:0 auto;max-width:1300px}.maricontent{align-items:center;display:flex;flex-direction:column;justify-content:center}.maricontent hr{border-bottom:1px solid green;height:0;margin-bottom:1rem;margin-top:-9px;width:65px}.maricontent p{font-size:15px;margin-bottom:1.5rem}@media screen and (max-width:760px){.maricontent p{font-size:15px}}.iridium{padding-top:8rem;width:100%}.iridiumcontainer{margin:0 auto;max-width:1300px}.iridiumcontent{align-items:center;display:flex;flex-direction:column;justify-content:center}.iridiumcontent hr{border-bottom:1px solid green;height:0;margin-bottom:1rem;margin-top:-9px;width:65px}.iridiumcontent p{font-size:15px;margin-bottom:1.5rem}.iridiumcontent img{margin-bottom:1.5rem;width:850px}@media screen and (max-width:760px){.iridiumcontent img{width:100%}}.fleetB{padding-top:8rem;width:100%}.fleetcontainer{margin:0 auto;max-width:1300px}.fleetcontent{align-items:center;display:flex;flex-direction:column;justify-content:center}.fleetcontent hr{border-bottom:1px solid green;height:0;margin-bottom:1rem;margin-top:-9px;width:65px}.fleetcontent p{font-size:15px;margin-bottom:1.5rem}.maricontent img{margin-bottom:1.5rem;width:750px}@media screen and (max-width:760px){.maricontent img{width:100%}}.itC{padding-top:8rem;width:100%}.itcontainer{margin:0 auto;max-width:1300px}.itcontent{align-items:center;display:flex;flex-direction:column;justify-content:center}.itcontent hr{border-bottom:1px solid green;height:0;margin-bottom:1rem;margin-top:-9px;width:65px}.itcontent p{font-size:15px;margin-bottom:1.5rem}.itcontent img{margin-bottom:1.5rem;width:750px}@media screen and (max-width:760px){.itcontent img{width:100%}}.intranet{padding-bottom:10rem;padding-top:10rem;width:100%}.intranetContainer{margin:0 auto;max-width:1300px}.client{background:#fff;border:none;border-radius:15px;box-shadow:-1px 1px 5px 6px rgba(0,0,0,.089);margin-bottom:3rem;padding:20px;transition:.5s ease-in-out}.client:hover{transform:scale(1.1)}.client h1{color:#000000ce;font-size:25px;margin-bottom:2rem;text-align:center}.detail{align-self:center;display:flex;justify-content:space-between;margin:0 auto 1.5rem;width:80%}.detail p{color:#000000ce}.detail a{border:1px solid green;border-radius:10px;cursor:pointer;padding:5px;text-align:center;transition:.2s ease-in-out;width:20%}.detail a:hover{background:rgba(0,128,0,.308);color:#fff;transform:scale(1.1)}hr{color:hsla(0,0%,50%,.082);margin:0 auto 1em;width:75%}@media screen and (max-width:760px){.detail a{border:1px solid green;border-radius:10px;cursor:pointer;font-size:7.7px;font-weight:600;padding:3.5px;text-align:center;transition:.2s ease-in-out;width:20%}.detail a:hover{background:#00800000;color:#fff;transform:scale(1)}.detail p{color:#000000ce;font-size:12.5px;font-weight:600}.detail{display:flex}.client{background:#fff;border:none;border-radius:7.5px;box-shadow:-1px 1px 5px 6px rgba(0,0,0,.089);margin-bottom:1.5rem;padding:10px;transition:.2 ease-in-out}.client:hover{transform:scale(1.1)}.client h1{color:#000000ce;font-size:15px;margin-bottom:1rem;text-align:center}.intranet{margin:0 auto;padding-bottom:10rem;padding-top:10rem;width:70%}hr{background-color:#80808000}}
/*# sourceMappingURL=main.e41aafd9.css.map*/