@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap);*{box-sizing:border-box;font-family:Montserrat!important;margin:0}html{height:100vh}body,html{width:100vw}body{min-height:100vh;overflow-x:hidden}#root{height:100%;padding:60px 0 0}#root,.App{background-color:#145da0;width:100%}.App{box-shadow:0 5px 15px rgba(0,0,0,.5);min-height:100%;padding-bottom:80px}.contactPage{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;min-height:100%;width:100%}.contactPage h1{color:#fff;font-size:50px;height:10%;text-align:center;width:100%}.contactBox{height:90%;width:100%}.contactMap{box-shadow:0 -10px 20px -10px rgba(0,0,0,.5);height:500px;margin:30px auto auto;width:100%}.contactMap iframe{border:none;height:100%;width:100%}.contactInfo{flex-direction:row;flex-wrap:wrap;height:75%;width:100%}.contactInfo,.contactInfo .contactInfoBox{align-items:center;display:flex;justify-content:space-evenly}.contactInfo .contactInfoBox{background-color:#2e8bc0;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.5);flex-direction:column;height:300px;margin:25px;padding:25px;text-align:center;transition:.35s;width:300px}.contactInfo .contactInfoBox:hover{scale:110%}.contactInfo .contactInfoBox h2{color:#fff;font-size:30px;height:20%;width:100%}.contactInfo .contactInfoBox .contactInfoText{align-items:center;display:flex;flex-direction:column;height:50%;justify-content:center;width:100%}.contactInfo .contactInfoBox a{color:#fff;font-size:20px;text-decoration:none}.contactInfo .contactInfoBox a:hover{color:#07689f}.contactInfo .contactInfoBox .contactLogo{height:30%;width:100%}.contactInfo .contactInfoBox .contactIcon{color:#fff;font-size:50px}form{align-items:center;background-color:#2e8bc0;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.5);display:flex;flex-direction:column;justify-content:flex-start;margin:auto;padding:40px;width:50%}form input,form label{color:#fff;font-size:20px;margin-bottom:15px;width:100%}form input{background-color:transparent;border:none;border-bottom:1px solid #fff;outline:none;padding:10px}form input::-webkit-input-placeholder{color:#fff;font-size:20px}form input::placeholder{color:#fff;font-size:20px}form input:focus{border-bottom:1px solid green}form textarea{background-color:transparent;border:1px solid #fff;color:#fff;font-size:20px;min-height:100px;outline:none;padding:10px;resize:none;width:100%}form textarea::-webkit-input-placeholder{color:#fff;font-size:20px}form textarea::placeholder{color:#fff;font-size:20px}form button{border:none;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.5);cursor:pointer;font-size:20px;margin-top:20px;outline:none;padding:10px}form button:hover{background-color:#e6e6e6}form p{color:green;font-size:20px;font-weight:600;padding:20px}.homePage{height:100%;padding-bottom:80px;width:100%}.homePage .headerOne{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;font-size:50px;font-weight:400;margin:auto auto 30px;padding:15px;text-align:center;text-shadow:-2px 0 2px #000;width:100%}.homePage .headerOne:before{border-bottom:2px solid #fff;bottom:0;content:"";height:2px;left:25%;position:absolute;width:50%}.homePage .welcome{align-items:center;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:auto;box-shadow:0 5px 15px rgba(0,0,0,.5);display:flex;flex-direction:row;justify-content:flex-start;padding:150px 30px;width:100%}.homePage .welcome .welcomeText{align-items:flex-start;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:welcomeBox;animation-name:welcomeBox;-webkit-animation-timing-function:linear;animation-timing-function:linear;display:flex;flex-direction:column;justify-content:flex-start;padding:50px;position:relative;width:50%}.homePage .welcome .welcomeText h1{font-size:50px;font-weight:400;margin-bottom:20px}.homePage .welcome .welcomeText h1,.homePage .welcome .welcomeText p{-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:welcomeHeading;animation-name:welcomeHeading;-webkit-animation-timing-function:linear;animation-timing-function:linear;color:#fff;opacity:0;position:relative;text-shadow:rgba(0,0,0,.5) 0 5px 15px}.homePage .welcome .welcomeText p{font-size:30px;font-weight:200}.homePage .whyUs{flex-direction:column;justify-content:center;padding:50px}.homePage .whyUs,.homePage .whyUs .reasons{align-items:center;display:flex;height:auto;width:100%}.homePage .whyUs .reasons{flex-direction:row;justify-content:space-evenly;margin-top:30px}.homePage .whyUs .reasons p{align-items:center;background-color:#145da0;box-shadow:0 5px 15px rgba(0,0,0,.5);color:#fff;display:flex;font-size:25px;font-weight:200;justify-content:center;min-height:300px;padding:30px;text-align:center;width:40%}.homePage .whyUs .reasonsTwo{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-evenly;margin-top:30px;width:100%}.homePage .whyUs .reasonsTwo .reasonCard{align-items:center;display:flex;flex-direction:column;height:200px;justify-content:space-evenly;width:200px}.homePage .whyUs .reasonsTwo .reasonCard .reasonIcon{color:#fff;font-size:120px}.homePage .whyUs .reasonsTwo .reasonCard p{color:#fff;font-size:20px;text-align:center}.homePage .container{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:0 5px 15px rgba(0,0,0,.5);padding-bottom:15px}.homePage .categoriesBox{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.homePage .categoriesBox .categoryBox{align-items:center;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.5);cursor:pointer;display:flex;flex-direction:column;height:200px;justify-content:center;margin:25px;padding:10px;position:relative;transition:.35s;width:200px}.homePage .categoriesBox .categoryBox img{border-radius:15px;filter:blur(2px);-webkit-filter:blur(2px);height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.homePage .categoriesBox .categoryBox p{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;display:flex;font-size:20px;font-weight:500;height:30%;justify-content:center;text-align:center;text-shadow:-2px 0 4px #000;width:100%;z-index:1}.homePage .categoriesBox .categoryBox:hover{scale:110%}.homePage .viewAll{align-items:center;display:flex;justify-content:center;width:100%}.homePage .viewAll button{border:none;box-shadow:0 5px 15px rgba(0,0,0,.5);cursor:pointer;font-size:20px;outline:none;padding:15px 25px}.homePage .viewAll button:hover{background-color:#3491e6;color:#fff}.homePage .partners{grid-gap:15px;align-items:center;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,200px);grid-template-rows:repeat(auto-fill,200px);justify-content:center;padding:10px;width:100%}.homePage .partners .partnersBox{border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.5);cursor:pointer;height:100%;width:100%}.homePage .partners .partnersBox:hover{scale:110%}.homePage .partners .partnersBox img{border-radius:15px;height:100%;object-fit:cover;width:100%}@-webkit-keyframes welcomeBox{0%{left:-2000px}to{left:0}}@keyframes welcomeBox{0%{left:-2000px}to{left:0}}@-webkit-keyframes welcomeHeading{0%{opacity:0}to{opacity:1}}@keyframes welcomeHeading{0%{opacity:0}to{opacity:1}}@media screen and (max-width:600px){.welcomeText{padding:10px!important;width:100%!important}.welcomeText h1{font-size:40px!important}.welcomeText p{font-size:20px!important}.whyUs{padding:20px!important}.headerOne{font-size:40px!important}.reasons{flex-direction:column!important}.reasons p{font-size:20px!important;margin-bottom:15px!important;width:100%!important}.reasonsTwo{flex-direction:column!important}}@media screen and (max-width:768px){.welcomeText{padding:10px!important;width:100%!important}.welcomeText h1{font-size:40px!important}.welcomeText p{font-size:20px!important}.whyUs{padding:20px!important}.headerOne{font-size:40px!important}.reasons p{font-size:20px!important;margin-bottom:15px!important;min-height:500px!important}}@media screen and (max-width:1200px){.reasons p{min-height:500px!important}}.navigation{background-color:#fff;border-bottom:1px solid #0c2d48;box-shadow:0 5px 15px rgba(0,0,0,.5);height:60px;left:0;padding-left:30px;padding-right:30px;position:fixed;top:0;width:100vw;z-index:2}.navigation .largeNav{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;width:100%}.navigation .largeNav img{cursor:pointer;height:80%}.navigation .largeNav .right{flex-direction:row;width:auto}.navigation .largeNav .right,.navigation .largeNav .right p{align-items:center;display:flex;height:100%;justify-content:center}.navigation .largeNav .right p{color:#0c2d48;cursor:pointer;font-size:20px;font-weight:500;padding:10px}.navigation .largeNav .right p:hover{background-color:#0c2d48;color:#fff}.navigation .smallNav{align-items:center;display:none;flex-direction:row;height:100%;justify-content:space-between;width:100%;z-index:1}.navigation .smallNav .navIcon{color:#0c2d48;cursor:pointer;font-size:50px}.navigation .smallNav .navIcon:hover{color:#1b649f}.navigation .navDrawer{align-items:center;background-color:#fff;border-right:1px solid #0c2d48;display:none;flex-direction:column;height:calc(100vh - 60px);justify-content:flex-start;position:fixed;top:60px;transition:.35s;width:300px;z-index:2}.navigation .navDrawer p{border-bottom:1px solid #0c2d48;color:#0c2d48;cursor:pointer;font-size:20px;padding:20px;width:100%}.navigation .navDrawer p:hover{background-color:#0c2d48;color:#fff}@media screen and (max-width:768px){.largeNav{display:none!important}.navDrawer,.smallNav{display:flex!important}}.adminPage{height:100%;width:100%}.password{align-items:center;display:flex;height:calc(100vh - 90px);justify-content:center;position:relative;width:100%}.password .centralPasswordBox{align-items:center;background-color:#2e8bc0;box-shadow:0 5px 15px rgba(0,0,0,.5);display:flex;flex-direction:column;height:50%;justify-content:space-evenly;width:80%}.password .centralPasswordBox h2{color:#fff;font-size:30px}.password .centralPasswordBox input[type=password]{border:none;color:#000;font-size:20px;outline:none;padding:15px;width:80%}.password .centralPasswordBox button[type=submit]{background-color:green;border:3px solid #fff;border-radius:100px;color:#fff;cursor:pointer;font-size:20px;outline:none;padding:15px}.password .centralPasswordBox button[type=submit]:hover{background-color:#00e600}.password .blogForm{align-items:flex-start;background-color:#2e8bc0;box-shadow:0 5px 15px rgba(0,0,0,.5);display:flex;flex-direction:column;height:70%;justify-content:space-evenly;padding:30px;width:80%}.password .blogForm h1{border-bottom:1px solid #fff;color:#fff;font-size:50px;margin-left:10%;text-align:center;width:80%}.password .blogForm h2{color:#fff;font-size:30px}.password .blogForm input[type=text]{border:none;color:#000;font-size:30px;outline:none;padding:15px;width:80%}.password .blogForm textarea{color:#000;font-size:20px;min-height:100px;padding:15px;resize:none;width:80%}.password .blogForm textarea:focus{border:3px solid lime;outline:lime}.appFooter{align-items:center;background-color:#0c2d48;border-top:3px solid #fff;display:flex;flex-direction:column;justify-content:flex-start;padding:30px;width:100%}.appFooter h1{color:#fff;padding:20px}.appFooter .footerQuick{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-evenly;width:100%}.appFooter .footerQuick .quickInfo{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}.appFooter .footerQuick .quickInfo .quickTitle{align-items:center;border-bottom:2px solid #fff;display:flex;flex-direction:row;justify-content:flex-start;padding-bottom:5px;width:100%}.appFooter .footerQuick .quickInfo .quickTitle h1{color:#fff;font-size:20px}.appFooter .footerQuick .quickInfo .quickTitle .quickIcon{color:#fff;font-size:30px;margin-right:10px}.appFooter .footerQuick .quickInfo .information{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-top:5px;width:100%}.appFooter .footerQuick .quickInfo .information .quickIcon{color:#fff;font-size:30px;margin-right:10px}.appFooter .footerQuick .quickInfo .information p{color:#fff;font-size:15px}.appFooter .rights{align-items:center;display:flex;justify-content:center;padding-top:20px;width:100%}.appFooter .rights p{color:gray;font-size:15px}@media screen and (max-width:600px){.appFooter h1{text-align:center}.footerQuick{flex-direction:column!important}}.categoriesPage{height:100%;padding-bottom:80px;width:100%}.categoriesPage .headerTwo{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;font-size:50px;font-weight:400;margin:auto auto 30px;padding:15px;text-align:center;text-shadow:-2px 0 2px #000;width:100%}.categoriesPage .headerTwo:before{border-bottom:2px solid #fff;bottom:0;content:"";height:2px;left:25%;position:absolute;width:50%}.categoriesPage .categoriesBox{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.categoriesPage .categoriesBox .categoryBox{align-items:center;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.5);cursor:pointer;display:flex;flex-direction:column;height:200px;justify-content:center;margin:25px;padding:10px;position:relative;transition:.35s;width:200px}.categoriesPage .categoriesBox .categoryBox img{border-radius:15px;filter:blur(2px);-webkit-filter:blur(2px);height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.categoriesPage .categoriesBox .categoryBox p{align-items:center;color:#fff;display:flex;font-size:20px;font-weight:500;height:30%;justify-content:center;text-align:center;text-shadow:-2px 0 4px #000;width:100%;z-index:1}.categoriesPage .categoriesBox .categoryBox:hover{scale:110%}.categoryPage{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;padding-bottom:80px;width:100%}.categoryPage .headerTwo{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;font-size:50px;font-weight:400;margin:auto auto 30px;padding:15px;text-align:center;text-shadow:-2px 0 2px #000;width:100%}.categoryPage .headerTwo:before{border-bottom:2px solid #fff;bottom:0;content:"";height:2px;left:25%;position:absolute;width:50%}.categoryPage .categoriesBox{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.categoryPage .categoriesBox .categoryBox{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.5);cursor:pointer;display:flex;flex-direction:column;height:200px;justify-content:flex-start;margin:25px;padding:10px;transition:.35s;width:200px}.categoryPage .categoriesBox .categoryBox img{border-radius:15px;height:70%;object-fit:cover;width:100%}.categoryPage .categoriesBox .categoryBox p{align-items:center;display:flex;font-size:15px;font-weight:500;height:30%;justify-content:center;text-align:center;width:100%}.categoryPage .categoriesBox .categoryBox:hover{scale:110%}.categoryPage .categoriesBox table{background-color:#2e8bc0;border-collapse:collapse;box-shadow:0 5px 15px rgba(0,0,0,.5);flex-shrink:0;margin:30px}.categoryPage .categoriesBox table tr{margin:20px}.categoryPage .categoriesBox table td,.categoryPage .categoriesBox table th{border:2px solid #fff;color:#fff;padding:20px;text-align:center}.categoryPage .categoriesBox table td,.categoryPage .categoriesBox table th{font-size:20px}@media screen and (max-width:768px){.headerTwo{font-size:40px!important}}.productPage{height:100%;width:100%}.productPage .headerTwo{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;font-size:50px;font-weight:400;margin:auto auto 30px;padding:15px;text-align:center;text-shadow:-2px 0 2px #000;width:100%}.productPage .headerTwo:before{border-bottom:2px solid #fff;bottom:0;content:"";height:2px;left:25%;position:absolute;width:50%}.productPage .productContainer{background-attachment:fixed;box-shadow:0 5px 15px rgba(0,0,0,.5)}.productPage .productContainer,.productPage .productInfo{background-position:50%;background-repeat:no-repeat;background-size:cover}.productPage .productInfo{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:auto;padding:20px}.productPage .productInfo img{box-shadow:0 5px 15px rgba(0,0,0,.5);height:500px;margin:30px;object-fit:cover;width:500px}.productPage .productInfo table{background-color:#2e8bc0;border-collapse:collapse;box-shadow:0 5px 15px rgba(0,0,0,.5);flex-shrink:0;margin:30px}.productPage .productInfo table tr{margin:20px}.productPage .productInfo table td,.productPage .productInfo table th{border:2px solid #fff;color:#fff;padding:20px;text-align:center}.productPage .productInfo table td,.productPage .productInfo table th{font-size:20px}.productPage .findOut{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:30px;width:100%}.productPage .findOut .contactWays{justify-content:space-evenly}.productPage .categoriesBox,.productPage .findOut .contactWays{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.productPage .categoriesBox{justify-content:center}.productPage .categoriesBox .categoryBox{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.5);cursor:pointer;display:flex;flex-direction:column;height:200px;justify-content:flex-start;margin:25px;padding:10px;transition:.35s;width:200px}.productPage .categoriesBox .categoryBox img{border-radius:15px;height:70%;object-fit:cover;width:100%}.productPage .categoriesBox .categoryBox p{align-items:center;display:flex;font-size:15px;font-weight:500;height:30%;justify-content:center;text-align:center;width:100%}.productPage .categoriesBox .categoryBox:hover{scale:110%}@media screen and (max-width:768px){.headerTwo{font-size:30px!important}.productInfo{padding:30px!important}.productInfo img{height:300px!important;margin:0!important;width:300px!important}.productInfo .tableWrapper{align-items:center;display:flex;justify-content:flex-start;overflow-x:auto;width:auto}.productInfo table{margin:25px 0 0!important}form{width:90%}}.banner{background-color:#fff;bottom:0;box-shadow:0 -5px 15px rgba(0,0,0,.5);height:80px;left:0;position:fixed;width:100vw;z-index:1000}.banner h1{font-size:40px;margin-right:50px}.banner .bannerBox{align-items:center;display:flex;flex-direction:row;flex-shrink:0;height:100%;justify-content:flex-start;width:auto}.banner .bannerBox h1{-webkit-animation:scroll1 10s linear 0s infinite normal none running;animation:scroll1 10s linear 0s infinite normal none running;flex-shrink:0;font-size:40px;margin:0 50px 0 0}@-webkit-keyframes scroll1{0%{-webkit-transform:translateX(5%);transform:translateX(5%)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes scroll1{0%{-webkit-transform:translateX(5%);transform:translateX(5%)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}
/*# sourceMappingURL=main.cf8688c3.css.map*/