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;font-family:Open Sans,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.nav-container{background:#fff;box-shadow:0 2px 8px #00000014;position:-webkit-sticky;position:sticky;top:0;z-index:999}.nav-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:auto;max-width:85%;padding:12px 20px}.nav-left{display:flex;flex-direction:column;width:40%}.logo{height:auto;margin-bottom:8px;margin-left:-60px;width:140px}.nav-left-menu,.nav-right-menu{display:flex;flex-wrap:wrap;gap:18px;list-style:none}.nav-left-menu li,.nav-right-menu li{position:relative}.nav-left-menu a,.nav-right-menu a{align-items:center;color:#222;display:flex;font-size:14px;font-weight:500;gap:4px;padding:6px 8px;text-decoration:none;transition:color .3s ease}.nav-left-menu a:hover,.nav-right-menu a:hover{color:#007bff}.dropdown{background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 8px 20px #00000014;display:none;flex-direction:column;left:0;min-width:350px;overflow:hidden;position:absolute;top:100%;z-index:10}.dropdown li a{color:#333;font-size:14px;padding:12px 16px;transition:background .3s ease}.dropdown li a:hover{background:#f5f5f5}li:hover>.dropdown{display:flex}.hamburger{color:#333;cursor:pointer;display:none;font-size:24px;position:absolute;right:20px;top:18px}@media screen and (max-width:1536px){.nav-content{max-width:95%}}@media screen and (max-width:1410px){.nav-content{max-width:100%}}@media (max-width:1340px){.nav-content{align-items:flex-start;flex-direction:column}.nav-left{width:100%}.nav-left-menu,.nav-right-menu{flex-direction:column;gap:10px;margin-top:10px;width:100%}.nav-right-menu{display:none}.nav-right-menu.open{display:flex}.hamburger{display:block}.dropdown{background:#f9f9f9;border-radius:0;box-shadow:none;display:none;padding-left:8px;position:static}li:hover>.dropdown{display:block}.dropdown li a{font-size:14px;padding-left:20px}}.footer_main_div{background-color:#636363;padding:50px}.footer_parent_div{color:#fff;margin:auto;text-align:left;width:65%}.footer_grid_div{display:grid;grid-template-columns:repeat(3,1fr);margin-top:20px}.footer_grid_div h4,.footer_grid_div p{margin-bottom:10px}.footer_grid_div a{color:#fff}.footer_last_cart{padding-left:20px;position:relative}.footer_last_cart:before{background-color:#fff;content:"";height:150px;left:0;position:absolute;top:-10px;width:1px}.footer_logo{width:20%}.footer_subscribe{background-color:#242424;border:2px solid #fff;color:#fff;cursor:pointer;padding:15px 30px}.footer_subscribe:hover{border-radius:5px;text-decoration:underline}.footer_blank_div{background-color:gray;height:2px;margin:20px auto auto;width:65%}.footer_icon_div{margin-top:20px}.footer_last_logo{width:10%}.footer_flex_div{align-items:center;display:flex;justify-content:space-between;margin:20px auto auto;width:65%}.footer_icon_div{align-items:center;display:flex;font-size:25px;gap:20px}.faBluesky,.faFacebook,.faLinkedin,.faXTwitter,.faYoutube{color:#fff}@media screen and (max-width:1124px){.footer_blank_div,.footer_flex_div,.footer_parent_div{width:85%}}@media screen and (max-width:800px){.footer_blank_div,.footer_flex_div,.footer_parent_div{width:100%}}@media screen and (max-width:700px){.footer_last_logo{width:20%}}@media screen and (max-width:650px){.footer_main_div{padding:15px}.footer_grid_div{gap:50px;grid-template-columns:repeat(1,1fr)}.footer_last_cart{margin-left:-20px}.footer_last_cart:before{width:0}}@media screen and (max-width:500px){.footer_flex_div{align-items:start;flex-direction:column}}.bannerPhoto{height:750px;object-fit:cover;top:0;width:100%}.first_section_text{font-size:22px;line-height:33px;margin:50px auto 30px;width:60%}.first_section_grid_div{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin:50px auto auto;width:55%}.first_section_grid_div img{width:100%}.first_section_text_div{text-align:left}.first_section_text_div :first-child{color:red;font-size:14px;margin-bottom:10px}.first_section_text_div h4{font-size:20px;font-weight:400;line-height:28px;margin-bottom:15px}.first_section_text_div :last-child{color:#646464;line-height:26px}@media screen and (max-width:1536px){.first_section_grid_div,.first_section_text{width:65%}}@media screen and (max-width:1150px){.first_section_grid_div,.first_section_text{width:75%}}@media screen and (max-width:1024px){.first_section_grid_div,.first_section_text{width:95%}}@media screen and (max-width:750px){.first_section_text{width:95%}.first_section_grid_div{grid-template-columns:repeat(1,1fr)}}.second_section_parent_div{background-color:#2d7871;color:#fff;font-size:2.28rem;margin-top:100px;padding:30px}.second_section_parent_div p{font-style:italic;font-weight:300;line-height:70px;margin:auto;width:75%}@media screen and (max-width:1120px){.second_section_parent_div p{width:100%}}@media screen and (max-width:649px){.second_section_parent_div p{font-size:30px;line-height:40px}}@media screen and (max-width:544px){.second_section_parent_div p{font-size:25px;line-height:35px}}@media screen and (max-width:464px){.second_section_parent_div p{font-size:20px}}.ourStory_grid_div{grid-gap:50px;align-items:center;display:grid;gap:50px;grid-template-columns:repeat(2,1fr);margin:50px auto;width:75%}.ourStory_grid_div img{max-width:100%}.ourStory_grid_div h3{line-height:40px;text-align:left}@media screen and (max-width:1536px){.ourStory_grid_div{width:85%}}@media screen and (max-width:1340px){.ourStory_grid_div{grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=main.8f52127b.css.map*/