@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sixtyfour&display=swap);:root{--primary:#000;--background:#0000;--secondary-background:#f2f2f2;--gray:#847f90;--gray-hover:#000;--primary-hover:#000;--link-gray:#fff;--link-gray-hover:#f08233;--gray:#000;--gray-border:#e6e6e6;--white:#000;--navbar-height:64px}.menu__wrapper{align-items:flex-end;animation:fadeIn .2s ease-in-out;background:#0000;background:var(--background);box-shadow:0 1px 0 0 #0000001a;display:flex;float:right;gap:1.5rem;height:64px;height:var(--navbar-height);justify-content:space-between;padding:0 1rem;position:fixed;width:100vw;z-index:2}.menu__bar{display:flex;justify-content:center;width:100%}.navigation{background:#0000;background:var(--background);flex-direction:row;gap:1rem;list-style-type:none;margin-left:1rem;padding-right:15px}.navigation,.navigation>li{align-items:center;display:flex}.navigation>li{cursor:pointer;min-height:2.25rem;position:relative}.navigation>li>a{color:#fff;color:var(--link-gray);font-size:14px;text-decoration:none}.navigation>li>a:hover{color:#f08233;color:var(--link-gray-hover)}.navigation>li>button{align-items:center;background:none;border:none;color:#fff;color:var(--link-gray);cursor:pointer;display:flex;flex-wrap:nowrap;font-family:Open Sans,sans-serif;font-size:14px;gap:.25rem;margin-right:-.25rem;min-height:2.25rem;padding:.25rem .6125rem;position:relative;text-decoration:none;transition:all .3s ease;transition:all .2s ease-in-out;white-space:nowrap;z-index:1}.navigation>li>button>svg{fill:#fff;fill:var(--link-gray);margin-top:2px;transition:all .2s ease-in-out}.navigation>li:hover>button svg{fill:#f08233;fill:var(--link-gray-hover);rotate:180deg}.navigation>li:hover>button{color:#f08233;color:var(--link-gray-hover)}@keyframes fadeIn{0%{opacity:0;transform:scale(.99) translateY(-.7em);transform-origin:top}to{opacity:1;transform:scale(1) translateY(0)}}.dropdown__wrapper{left:0;padding-top:3.75rem;position:absolute;top:0}.dropdown{animation:fadeIn .2s ease-in-out;background:#000;background:var(--white);border:1px solid #e6e6e6;border:1px solid var(--gray-border);border-radius:.5rem;box-shadow:0 50px 100px -20px #0000001f,0 30px 60px -30px #00000026;display:none;max-width:36rem;padding:.5rem;width:100%;z-index:2}.list-items-with-description{display:grid;grid-template-columns:1fr 1fr;list-style-type:none;width:100%}.list-items-with-description li{border-radius:.375rem;display:flex;gap:1rem;padding:.5rem;transition:all .2s ease-in-out;width:100%}.list-items-with-description li:hover{background:#f2f2f2;background:var(--secondary-background)}.list-items-with-description li:hover p{color:#000}.list-items-with-description li svg{stroke:#f08233;stroke:var(--link-gray-hover);stroke-width:1px;height:1.5rem;width:1.5rem}.item-title h3{color:#f08233;color:var(--link-gray-hover);font-size:.875rem;font-weight:500}.item-title p{color:#fff;color:var(--link-gray);font-size:.6rem;white-space:nowrap}.action-buttons{align-items:center;display:flex;flex-wrap:nowrap;gap:.5rem}.action-buttons a{font-size:.875rem;line-height:1.25rem;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease-in-out;white-space:nowrap}.secondary{background:none;border:1px solid #e6e6e6;border:1px solid var(--gray-border);border-radius:.375rem;color:#f08233;color:var(--link-gray-hover);outline:none}.secondary:hover{background:#f2f2f2;background:var(--secondary-background)}.primary{background:#000;background:var(--primary);border-radius:.375rem;color:#000;color:var(--white);padding:.5rem 1rem}.primary:hover{background:#000;background:var(--primary-hover)}@media (max-width:760px){.hide{background-color:#000;height:auto;left:0;margin-left:-20px;overflow-y:auto;padding:1rem;position:relative;width:100%;z-index:999}.navigation{padding-right:15px}.hide ul{gap:10px;list-style:none;margin:0;padding:0;width:75%}.hide ul li{margin:5px 0;position:relative;width:100%}.item-title p{display:none}.item-title{color:#e6e6e6}.dropdown__wrapper{left:0;padding-top:0;position:fixed;top:12rem;width:100%;z-index:998}.dropdown{animation:fadeIn .2s ease-in-out;background:#000;background:var(--white);border:1px solid #e6e6e6;border:1px solid var(--gray-border);border-radius:.5rem;box-shadow:0 50px 100px -20px #0000001f,0 30px 60px -30px #00000026;display:none;max-width:36rem;padding:.5rem;width:100%;z-index:999}.hide.open .dropdown{display:block}}.dropdown.open,.dropdown.open2{display:block}.blackText{color:#000}:root{--primary:#f08233;--secondary:#dca47c;--light:#f4f7fe;--dark:#70350c}body{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:500;justify-content:space-around;margin:0;min-height:200vh;padding:0}.slider img{filter:grayscale(100%);height:auto;margin:0 15px;padding-right:25px;transition:filter .3s ease;width:14%}.slider img:hover{filter:grayscale(0)}#spinner{opacity:0;transition:opacity .5s ease-out,visibility 0s linear .5s;visibility:hidden;z-index:99999}#spinner.show{opacity:1;transition:opacity .5s ease-out,visibility 0s linear 0s;visibility:visible}.back-to-top{bottom:45px;display:none;position:fixed;right:45px;z-index:99}.fw-bold,h2,h3{font-weight:700!important}.fw-medium,h4,h5,h6{font-weight:500!important}.btn{font-weight:500;transition:.5s}.btn-square{height:38px;width:38px}.btn-sm-square{height:32px;width:32px}.btn-lg-square{height:48px;width:48px}.btn-lg-square,.btn-sm-square,.btn-square{align-items:center;border-radius:50px;display:flex;font-weight:400;justify-content:center;padding:0}.sticky-top{top:-150px;transition:.5s}.navbar .dropdown-toggle:after{border:none;content:"\f107";font-family:Font Awesome\ 5 Free;font-weight:900;margin-left:8px;vertical-align:middle}.hero-header{background-position:50%;background-size:cover;height:100%;width:100%}.slideInRight{font-size:20px}.slider-container{position:absolute}.hero-header .breadcrumb-item+.breadcrumb-item:before{color:#f4f7fe;color:var(--light)}.section-title:before{left:0;width:45px}.section-title:after,.section-title:before{background:#70350c;background:var(--dark);bottom:0;content:"";height:4px;position:absolute}.section-title:after{left:50px;width:4px}.section-title.text-center:before{left:50%;margin-left:-25px}.section-title.text-center:after{left:50%;margin-left:25px}.section-title h6:after,.section-title h6:before{background:#2142b180;content:"";height:10px;left:0;position:absolute;top:2px;width:10px}.section-title h6:after{left:3px;top:5px}.about-img{overflow:hidden;position:relative}.about-img:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAJYAQMAAACEqAqfAAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NTdDNDlFREM4QUExMUVEOTZCMUE3QTM4OUEyNTUwNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NTdDNDlFQ0M4QUExMUVEOTZCMUE3QTM4OUEyNTUwNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDOEZFNjgwNkM4OEIxMUVEQTA4NUNGOTVBQTUwRjNBRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDOEZFNjgwN0M4OEIxMUVEQTA4NUNGOTVBQTUwRjNBRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl3zNo4AAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAABlBMVEVHcEz///+flKJDAAAAAXRSTlMAQObYZgAAAP1JREFUeNrt3DEKwzAQRcHfucyNnKvlqDmGKzuNTQICI4clhTKvlMQ06oTYZG/amp7HXuY03drzYbFYLBaLxWKxWCwWi8VisVgs1pjWu6VdYrFYLBaLxWKxWCwWi8VisVil1lYX66L19T0+0hGLxWKxWCwWi8VisVgsFovFYrFYrG5rKny/Z7FYLBaLxWKxWCwWi8VisVjDWF2/glfWb6zKe2SxWCwWi8VisVgsFovFYrFYLBaryPqIxWKxWCwWi8VisVgsFovFYrH+2zKL2lxrFovFYrFYLBaLxWKxWCwWi8ViJcn95G2XxWKxWCwWi8VisVgsFovFYrFYw1sv9Z1xk/zJETYAAAAASUVORK5CYII=) 0 0 no-repeat;background-size:contain;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.service-item{background:#fff;padding:45px 30px;position:relative;transition:.5s}.service-item:hover{background:#f08233;background:var(--primary)}.service-item .service-icon{background:#f4f7fe;background:var(--light);color:#f08233;color:var(--primary);height:90px;margin:0 auto 20px;transition:.5s;width:90px}.service-item:hover .service-icon{background:#fff}.service-item h5,.service-item p{transition:.5s}.service-item:hover h5,.service-item:hover p{color:#fff}.service-item a.btn{display:flex;position:relative;transition:.5s;z-index:1}.service-item a.btn,.service-item:hover a.btn{color:#f08233;color:var(--primary)}.service-item a.btn:before{background:#f4f7fe;background:var(--light);border-radius:35px;content:"";height:35px;left:0;position:absolute;top:0;transition:.5s;width:35px;z-index:-1}.service-item:hover a.btn:before{background:#f4f7fe;background:var(--light);width:100%}.feature{background:url(/static/media/dynamic_wireframe_particle_landscape_background.6df35eb568ab903a17a9.jpg) 50% no-repeat;background-position:50%;background-size:cover;height:390px;position:relative;width:100%;@media only screen and (max-width:767px){height:auto;.font-chose{position:relative}}@media only screen and (min-width:768px) and (max-width:1024px){height:auto}.font-chose{position:relative}}.feature:before{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);content:"";height:100%;left:0;top:0;width:100%}.feature:before,.font-chose{position:absolute}.newsletter{background:url(/static/media/dynamic_wireframe_particle_landscape_background.6df35eb568ab903a17a9.jpg) 50% no-repeat;background-size:cover}@media (min-width:992px){.newsletter .container{max-width:100%!important}.newsletter .newsletter-text{padding-right:calc(50% - 480px + .75rem)}}@media (min-width:1200px){.newsletter .newsletter-text{padding-right:calc(50% - 570px + .75rem)}}@media (min-width:1400px){.newsletter .newsletter-text{padding-right:calc(50% - 660px + .75rem)}}.case-item img{transition:.5s}.case-item:hover img{transform:scale(1.2)}.case-overlay{align-items:flex-start;background:linear-gradient(#14183e00,#70350c);background:linear-gradient(#14183e00,var(--dark));display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;padding:30px;position:absolute;top:0;width:100%;z-index:1}.case-overlay small{background:#14183eb3;border-radius:25px;color:#fff;display:inline-block;margin-bottom:15px;padding:3px 15px}.case-overlay span.btn:hover{background:#fff;border-color:#fff;color:#f08233;color:var(--primary)}.accordion .accordion-item{border:none;margin-bottom:15px}.accordion .accordion-button{background:#f4f7fe;background:var(--light);border-radius:2px}.accordion .accordion-button:not(.collapsed){background:#f08233;background:var(--primary);box-shadow:none;color:#fff}.accordion .accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.accordion .accordion-body{padding:15px 0 0}.testimonial-carousel{position:relative}.testimonial-carousel .owl-nav{align-items:center;display:flex;flex-direction:column;height:100%;left:-21px;position:absolute;top:calc(50% - 50px);width:40px}.testimonial-carousel .owl-nav .owl-next,.testimonial-carousel .owl-nav .owl-prev{align-items:center;background:#fff;border:1px solid #f08233;border:1px solid var(--primary);border-radius:40px;color:#f08233;color:var(--primary);display:flex;font-size:18px;height:40px;justify-content:center;margin:5px 0;transition:.5s;width:40px}.testimonial-carousel .owl-nav .owl-next:hover,.testimonial-carousel .owl-nav .owl-prev:hover{background:#f08233;background:var(--primary);color:#fff}.testimonial-carousel .owl-dots{margin-left:3rem;margin-top:35px}.testimonial-carousel .owl-dot{background:#fff;border:1px solid #f08233;border:1px solid var(--primary);border-radius:15px;display:inline-block;height:15px;margin-right:10px;position:relative;transition:.5s;width:15px}.testimonial-carousel .owl-dot.active{background:#f08233;background:var(--primary);width:30px}.team-item{border:1px solid #0000;transition:.5s}.team-item:hover{border-color:#f08233;border-color:var(--primary)}.footer{background:url(/static/media/footer.a57473ecbe78f6e51d28.png) 50% no-repeat;background-size:contain}.footer .btn.btn-social{align-items:center;border:1px solid #ffffff1a;border-radius:40px;color:#ffffff80;display:flex;height:40px;justify-content:center;margin-right:5px;transition:.3s;width:40px}.footer .btn.btn-social:hover{color:#f08233;color:var(--primary)}.footer .btn.btn-link{color:#ffffff80;display:block;font-weight:400;margin-bottom:10px;padding:0;text-align:left;transition:.3s}.footer .btn.btn-link:hover{color:#fff}.footer .btn.btn-link:before{content:"\f105";font-family:Font Awesome\ 5 Free;font-weight:900;margin-right:10px;position:relative}.footer .btn.btn-link:hover{box-shadow:none;letter-spacing:1px}.footer .copyright{border-top:1px solid #ffffff1a;font-size:14px;padding:25px 0}.footer .copyright a{color:#ffffff80}.footer .copyright a:hover{color:#fff}.footer .footer-menu a{border-right:1px solid #ffffff1a;margin-right:15px;padding-right:15px}.footer .footer-menu a:last-child{border-right:none;margin-right:0;padding-right:0}.text-warningS{color:#f08233}.bg-warningS{background-color:#dca47c}.slider-container{position:relative;width:100%}.active-slide{display:block}.slide-fade{animation:fade 1s ease-in-out}@keyframes fade{0%{opacity:0}to{opacity:1}}.next,.prev{border-radius:0 3px 3px 0;color:#fff;cursor:pointer;font-size:20px;font-weight:700;margin-top:-30px;padding:16px;position:absolute;top:50%;transition:.6s ease;-webkit-user-select:none;user-select:none;width:auto}.prev{left:0}.next,.prev{border-radius:3px 0 0 3px}.next{right:0}.next:hover,.prev:hover{background-color:#000c}.slide-dots{padding:10px;text-align:left}.dot{background-color:#bbb;cursor:pointer;display:inline-block;height:2px;margin:0 5px;transition:background-color .3s;width:5%}.active-dot{background-color:#f08233;box-shadow:0 0 10px #f08233,0 0 20px #f08233,0 0 30px #f08233}.Logo{background:none;margin-top:10px;width:100px;@media only screen and (max-width:767px){width:250px}@media only screen and (min-width:768px) and (max-width:1024px){width:150px}}.navbar-smala{background-color:#000;@media only screen and (max-width:767px){display:none}@media only screen and (min-width:768px) and (max-width:1024px){display:none}}.carousel{margin:auto;width:100%}.carousel-inner img{height:auto;width:100%}.carousel-control-next,.carousel-control-prev{width:5%}.carousel-control-next-icon,.carousel-control-prev-icon{background-color:#000}.carousel-indicators{bottom:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:15}.carousel-indicators li{background-color:#00000080;border-radius:50%;cursor:pointer;height:10px;margin:0 5px;width:10px}.carousel-indicators .active{background-color:#000}.carousel-item{opacity:0;transition:opacity .5s ease-in-out}.carousel-item.active{opacity:1}.Products{display:none;position:absolute;width:500px;z-index:1}.products_item:hover.Products{display:block;position:fixed;width:500px}.hero-header{height:250px;@media only screen and (max-width:767px){height:auto}@media only screen and (min-width:768px) and (max-width:1024px){height:auto}}.more-about-us-home{display:none}@media screen and (min-width:1300px){.more-about-us-home{display:block}}
/*# sourceMappingURL=main.7bd8abad.css.map*/