@font-face{font-family:Poppins;src:url(../font/Poppins-SemiBold.woff) format('woff');font-style:normal;font-weight:600}@font-face{font-family:Poppins;src:url(../font/Poppins-ExtraBold.woff) format('woff');font-style:normal;font-weight:800}@font-face{font-family:Poppins;src:url(../font/Poppins-Regular.woff) format('woff');font-style:normal;font-weight:400}@font-face{font-family:Poppins;src:url(../font/Poppins-Bold.woff) format('woff');font-style:normal;font-weight:700}*,::after,::before{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Poppins;font-weight:400}.center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body{overflow-x:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#070b37;position:relative}ul{list-style:none}a{text-decoration:none}.headerNav{width:100%;position:fixed;top:0;background:0 0;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;z-index:100}.containerNav{width:1500px;max-width:100%;padding:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.logoNav{width:300px;height:70px;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.logoNav img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.headerNav.change{background:#070b37}.headerNav.change .containerNav{padding:.5em}.headerNav.change .logoNav{width:200px;height:50px}.linesNav{position:relative;width:30px;height:25px;cursor:pointer;display:none;z-index:100}.linesNav::after,.linesNav::before{content:'';position:absolute;left:0;width:100%;height:.2em;border-radius:1em;background:#fff;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.linesNav::before{top:0}.linesNav::after{bottom:0}.linesNav .line{width:100%;margin-top:37%;height:.2em;border-radius:1em;background:#fff;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.headerNav.open .linesNav .line{background:0 0}.headerNav.open .linesNav::before{-webkit-transform:rotate(45deg) translateY(15px);-ms-transform:rotate(45deg) translateY(15px);transform:rotate(45deg) translateY(15px)}.headerNav.open .linesNav::after{-webkit-transform:rotate(-45deg) translateY(-15px);-ms-transform:rotate(-45deg) translateY(-15px);transform:rotate(-45deg) translateY(-15px)}.mainNav{display:initial}.mainNav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3em}.mainNav ul a{font-family:Poppins;font-weight:600;font-size:18px;color:#fff}.bg{position:absolute;z-index:1}.bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bg.lighterBlue{top:-460px;right:10px}.bg.blue{left:-500px;top:150px}.bg.pink{top:1200px;left:-100px}.bg.lighterBlueOne{right:-50px}.bg.lighterBlueTwo{top:1800px;left:100px}.title{margin:8em auto 0 auto;text-align:center;width:60%;z-index:2}.title.two{margin:0 auto 0 auto}.title h2{color:#fff;font-family:Poppins;font-weight:800;font-size:4vw}.title p{color:#7e8db0;margin-top:25px}.timeline{position:relative;max-width:1200px;margin:50px auto 100px auto;z-index:2}.container{padding:10px 50px;position:relative;width:41%}.text-box{padding:20px 30px;background:#06174f;position:relative;border-radius:6px;font-size:15px}.text-box.img{padding:0;width:100%;position:relative;border-radius:6px}.text-box.img img{width:100%;border-radius:6px;overflow:hidden}.left-container{left:9%}.right-container{left:50%}.container i{position:absolute;font-size:14px;right:-8px;top:32px;color:#0094fb;z-index:10}.right-container i{left:-12px}.timeline::after{content:'';position:absolute;width:1px;height:100%;background:#0094fb;top:0;left:50%;margin-left:-3px;z-index:-1;-webkit-animation:moveline 6s linear forwards;animation:moveline 6s linear forwards}.timeline::before{content:'';position:absolute;width:20px;height:20px;background:#0094fb;top:-15px;left:50%;margin-left:-13px;z-index:10;border-radius:50%}.timeline .circlePresent{position:absolute;width:20px;height:20px;background:#0094fb;bottom:-15px;left:50%;margin-left:-13px;z-index:10;border-radius:50%}@-webkit-keyframes moveline{0%{height:0}100%{height:100%}}@keyframes moveline{0%{height:0}100%{height:100%}}.text-box h2{font-weight:700;color:#fff}.text-box p{color:#7e8db0;margin-top:20px;text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.text-box ol{margin:14px;color:#7e8db0}.text-box ol li{margin-top:.8em}.left-container-arrow{height:2px;width:44px;position:absolute;z-index:1;background:#0094fb;right:-44px;top:29px}.right-container-arrow{height:2px;width:47px;position:absolute;z-index:1;background:#0094fb;left:-47px;top:29px}footer{width:100%;background:#fff}.footerWrapper{width:1500px;max-width:100%;padding:3em 2em;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;position:relative;gap:2em}.footerWrapper .bg{position:absolute;z-index:2}.footerWrapper .bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.footerWrapper .bg.lightBlueFoot{top:-300px;right:-450px}.footerWrapper .bg.blueFoot{bottom:-500px}.footerWrapper .contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5em;-ms-flex-flow:wrap;flex-flow:wrap;z-index:2}.footerWrapper .contacts a{color:#000}.footerWrapper .contacts .contactItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5em;width:286px}.footerWrapper .contacts .contactItem i{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.8em;border-radius:50%;background:rgba(1,149,249,.5);font-size:24px;position:relative;z-index:4}.footerWrapper .contacts .contactItem i .light{width:80%;height:80%;background:#0195f9;position:absolute;z-index:-1;border-radius:50%}.footerWrapper .map{height:500px;z-index:2;border-radius:1em;overflow:hidden}.footerWrapper .navigations{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2}.footerWrapper .navigations .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;gap:1em}.footerWrapper .navigations .item h3{font-size:17px;font-weight:700}.footerWrapper .navigations .item ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.5em}.footerWrapper .navigations .item ul span{display:inline-block;width:20px;height:2px;background:#647399;margin-right:.5em}.footerWrapper .navigations .item ul a{font-size:14px;color:#647399}.footerWrapper .navigations .item.certs img{width:100%}@media only screen and (max-width:900px){.mainNav{position:absolute;top:0;right:-100%;width:100%;height:100vh;background:#070b37;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:99}.mainNav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:7vh}.linesNav{display:initial}.headerNav.open .mainNav{right:0}.container{width:50%}.left-container{left:0}}@media only screen and (max-width:600px){.logoNav{width:200px}.bg.lighterBlue{top:-560px;right:-500px}.bg.blue{left:-600px}.title{margin:8em auto 0 auto;text-align:center;width:90%}.title h2{font-size:13.5vw}.title p{font-size:14px}.timeline{margin:50px auto}.timeline::after{left:31px}.timeline .circlePresent,.timeline::before{left:32px}.container{width:100%;padding-left:80px;padding-right:25px}.text-box{font-size:13px}.right-container{left:0}.left-container i,.right-container i{left:19px}.left-container-arrow,.right-container-arrow{left:-50px;width:50px}.footerWrapper .bg.blueFoot{bottom:-200px}.footerWrapper .contacts .contactItem i{font-size:20px}.footerWrapper .contacts .contactItem{width:100%}.footerWrapper .navigations{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1em}}