@keyframes fadeInOut{0%{opacity:1}15%{opacity:1}33.3%{opacity:0}75%{opacity:0}100%{opacity:1}}.crossfade>figure{animation-name:fadeInOut;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-duration:24s;background-size:cover;background-position:center center;height:100%;left:0px;position:absolute;top:0px;width:100%;margin:0}.crossfade>figure>span{text-align:center;display:block;position:absolute;left:25%;bottom:5%;font-size:1.8rem;font-family:Merriweather,serif;font-style:italic;background:hsla(0,0%,100%,.8);padding:15px;color:#004f53;border-radius:4px;max-width:480px}@media(max-width: 599px){.crossfade>figure>span{font-size:1rem;padding:10px;max-width:90vw;box-sizing:border-box;right:calc(70px + 2%);left:auto}}.crossfade>figure:nth-child(1){animation-delay:16s;background-image:url("./img/banner_about_gray.png");background-repeat:no-repeat}@media(max-width: 599px){.crossfade>figure:nth-child(1){background-image:url("./img/banner_about_gray_s.png");background-position:10px}}.crossfade>figure:nth-child(2){animation-delay:8s;background-repeat:no-repeat;background-image:url("./img/banner_award_gray.png");background-size:100%;background-position:50% 90%}@media(max-width: 599px){.crossfade>figure:nth-child(2){background-position:top -90px left 30px}}.crossfade>figure:nth-child(3){animation-delay:0s;background-repeat:no-repeat;background-image:url("./img/banner_consult_gray.png")}@media(max-width: 599px){.crossfade>figure:nth-child(3){background-image:url("./img/banner_consult_gray_s.png");background-position:10px}}
html{font-size:14px;font-family:"Roboto",sans-serif}body{margin:0;padding:0;box-sizing:border-box;color:#000}h1,h2,h3,h4,p{margin:0}a:link,a:visited,a:active{display:block;color:#000;font-size:1.3rem;font-weight:300;text-decoration:none}.skewed{z-index:99;position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:200px;background:#f5f5f5;z-index:0;transform:skewY(-3deg);transform-origin:top left}.skewed-bottom{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:200px;background:#fff;z-index:0;transform:skewY(3deg);transform-origin:top right}#header{width:100vw;height:70px;position:fixed;top:0px;box-sizing:border-box;z-index:999;padding:20px 25px 0 25px;color:#fff}@media(max-width: 599px){#header{background-color:#0a989c;padding:0 15px 0 15px}}#header.color-bg{background-color:#0a989c;transition:background-color ease-in 100ms}#header .header_logo{display:inline-flex;align-items:center;height:100%;cursor:pointer}#header .header_logo_img{height:50px}@media(max-width: 599px){#header .header_logo_img{height:45px}}#header .header_title{display:inline-block;margin-left:10px}#header .companytitle{font-size:26px;font-weight:100}@media(max-width: 599px){#header .companytitle{font-size:22px}}#header .companytitle2{font-size:13px;font-weight:300;letter-spacing:6.4px;margin-left:2px}@media(max-width: 599px){#header .companytitle2{font-size:12px;letter-spacing:4.7px}}#header.color-bg{padding-top:0px;transition:padding-top ease-in 100ms}#header.color-bg .header_logo_img{height:45px;transition:height ease-in 100ms}#header.color-bg .companytitle{font-size:22px;transition:font-size ease-in 100ms}#header.color-bg .companytitle2{font-size:12px;letter-spacing:4.7px;transition:font-size ease-in 100ms;transition:letter-spacing ease-in 100ms}nav{background-color:rgba(10,151,156,.7333333333);position:fixed;width:150px;top:10%;right:-190px;z-index:999;border-radius:10px;padding:20px;transition:right 400ms}@media(max-width: 599px){nav{width:100px}}nav.is-active{right:-10px;transition:right 400ms}nav .fb-icon{height:60px;left:-5px;padding-top:5px}nav a.text-link{margin:5px;padding:6px 0;color:#fff}nav a.text-link:hover{font-size:1.5rem;transition:font-size ease-in-out 200ms}footer{position:relative;background-color:#0a989c;width:100%;height:70px;line-height:70px;text-align:center;color:#fff;font-weight:200;font-size:1rem}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;overflow:visible;margin:0;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:rgba(0,0,0,0);outline:none;position:absolute;right:0px;top:50%;transform:translate(-50%, -50%)}@media only screen and (max-width: 600px){.hamburger{padding:0}}.hamburger.is-active:hover,.hamburger:hover{opacity:.9}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#fff}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#fff}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .12s;transform:rotate(-90deg)}div#toolTip{position:fixed;min-height:40px;opacity:0;box-sizing:border-box;background-color:#fff;font-family:"SC Sans Web",sans-serif;box-shadow:0 2px 8px rgba(0,0,0,.3);z-index:9999;color:#333;border-radius:5px}div#toolTip .tooltip-content{min-height:40px;line-height:40px;position:relative;box-sizing:border-box;z-index:9998;width:100%;padding:5px 15px;font-size:1rem;background:#fff;border-radius:5px}div#toolTip .tooltip-content *{vertical-align:middle}div#toolTip .tooltip-content img{width:16px;height:16px}.tooltip-pointer{content:" ";position:absolute;width:0;height:0}.position--left{left:calc(100% - 5px);top:15px;border:5px solid;border-color:#fff #fff rgba(0,0,0,0) rgba(0,0,0,0);box-shadow:0 0px 8px rgba(0,0,0,.4);transform:rotate(45deg)}div#toolTip.tooltip--show{opacity:10;transition:opacity 500ms}@keyframes bounceInRight{0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}100%{transform:none}}
#sectTop{position:relative;display:flex;align-items:center;background:#0a989c;height:100vh;overflow:hidden;color:#fff}@media(max-width: 599px){#sectTop{height:710px;display:block}}@media(min-width: 800px){#sectTop{margin-bottom:60px}}#sectTop .sect_top_cta{box-sizing:border-box;position:absolute;left:6.5%;background:rgba(10,152,156,.5);padding:10px}@media(max-width: 599px){#sectTop .sect_top_cta{position:relative;width:100%;left:auto;top:500px;margin-top:20px;margin-bottom:20px;padding:20px;text-align:justify}}#sectTop .sect_top_cta h1{padding-left:5px;font-weight:300;font-size:2.8rem}@media(max-width: 599px){#sectTop .sect_top_cta h1{font-size:2rem}}#sectTop .sect_top_cta button{width:290px;height:60px;background-color:rgba(0,0,0,0);font-size:1.7rem;background-color:#fff;color:#0a989c;font-weight:100;letter-spacing:1px;border:1px solid #fff;border-radius:30px;padding:12px 25px;margin-top:10px;outline:none;cursor:pointer}@media(max-width: 599px){#sectTop .sect_top_cta button{width:100%;border-radius:4px;padding:12px 15px}}#sectTop .sect_top_cta button:hover,#sectTop .sect_top_cta button:active{background:rgba(226,249,250,.5);color:#fff}#bannerImg{display:none;background:#fff;width:78%;min-width:640px;position:absolute;right:-70px;top:0;height:100vh;clip-path:polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%)}@media(max-width: 599px){#bannerImg{clip-path:none;height:500px}}#sectProcess{display:flex;align-items:center;flex-direction:column;justify-content:space-evenly;text-align:center;box-sizing:border-box}@media(max-width: 599px){#sectProcess{min-height:100vh;margin-top:15%;padding-bottom:40px}}@media(min-width: 800px){#sectProcess{margin-bottom:120px}}#sectProcess h3{line-height:2.5rem;font-size:1.8rem;font-weight:300;width:650px}@media(max-width: 599px){#sectProcess h3{line-height:1.8rem;font-size:1.4rem;width:auto;padding:0 15px}}@media(min-width: 800px){#sectProcess h3{margin-bottom:20px}}#sectProcess .cards{box-sizing:border-box;width:100%;padding:15px;display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;justify-content:space-evenly}@media(max-width: 599px){#sectProcess .cards{flex-direction:column;align-items:stretch}}#sectProcess .cards .card{min-height:200px;border-radius:2px;box-shadow:0px 0px 10px 0px rgba(0,0,0,.14);color:#000;box-sizing:border-box;margin:20px}@media(min-width: 800px){#sectProcess .cards .card{flex-grow:0;flex-shrink:.3;flex-basis:350px}}@media(max-width: 599px){#sectProcess .cards .card{height:200px}}#sectProcess .cards .card:hover,#sectProcess .cards .card:active{opacity:.8}#sectProcess .cards .card h4{font-weight:300;font-size:1.5rem;color:#fff;display:block;background-color:rgba(0,0,0,.3);padding:4px}#preparationCard{background-image:url("./img/checklist.jpg");background-size:cover}#processingCard{background-image:url("./img/processing.jpg");background-size:cover}#submissionCard{background-image:url("./img/holdhalal.jpg");background-size:cover}#postserviceCard{background-image:url("./img/inspect.jpg");background-size:cover}#sectTeam{position:relative;background-color:#f5f5f5;text-align:center;min-height:560px}@media(max-width: 599px){#sectTeam{height:auto}}@media(max-width: 1450px)and (min-width: 800px){#sectTeam{height:700px}}@media(max-width: 599px){#sectTeam .skewed{height:5%}}#sectTeam .team-container h2{font-size:3rem;font-weight:300;margin-bottom:40px}#sectTeam .team-container{position:absolute;width:100%;margin-top:40px}@media(max-width: 599px){#sectTeam .team-container{position:relative;height:auto;padding:20px 0 60px 0}}#sectTeam .description p{font-size:1.4rem;font-weight:300;line-height:1.8rem;margin-bottom:20px;display:inline-block;width:80%;text-align:justify}@media(max-width: 599px){#sectTeam .description p{width:90%}}#sectClients{height:380px;flex-direction:column;display:flex;align-items:center;position:relative}@media(max-width: 599px){#sectClients{height:auto}}#sectClients .section-content{width:100%;text-align:center;position:absolute}@media(max-width: 599px){#sectClients .section-content{position:relative;padding-bottom:20%}}#sectClients .section-content h2{font-weight:300;font-size:3rem;text-align:center;margin-bottom:5%}#sectClients .section-content .logos{width:100%;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap}#sectClients .logos img{max-width:200px}@media(max-width: 599px){#sectClients .logos img{max-width:200px;margin:20px 0}}@media(max-width: 599px){#sectClients .skewed-bottom{height:10%}}#foodreplublicLogo{background-color:#5c2d91;padding:5px 10px}#sectFollowUs{position:relative;background-color:#f5f5f5;min-height:700px}@media(max-width: 599px){#sectFollowUs{height:100vh}}#sectFollowUs .section-content{width:100%;text-align:center;position:absolute}#sectFollowUs .section-content h2{font-size:3rem;font-weight:300;margin-bottom:2%;padding-top:3%}#sectFollowUs .section-content p{font-size:1.2rem;font-weight:300;margin-bottom:40px}#sectFollowUs .section-content .socmed-icon{width:50px;vertical-align:text-top}#sectFollowUs .section-content .socmed-link{margin-bottom:40px}
@media(min-width: 600px){.page-services footer{position:absolute;bottom:0}}#servicesBannerImg{background:#fff;width:60%;min-width:250px;position:absolute;top:0;height:100%;clip-path:polygon(0 0, 50% 0, 68% 100%, 0% 100%);filter:grayscale(100%);background-image:url("./img/banner_consult_gray.png");background-repeat:no-repeat;background-size:cover;background-position:-320px}@media(max-width: 599px){#servicesBannerImg{min-width:auto;clip-path:none;height:400px;width:100%;position:relative;background-image:url("./img/banner_consult_gray_s.png");background-position:-120px}}#servicesSectTop{position:relative;top:70px;background:#fff;color:#525252;min-height:calc(100vh - 70px - 70px)}@media(max-width: 599px){#servicesSectTop{min-height:auto;padding-bottom:100px}}#servicesSectTop .services-content{position:absolute;right:0px;min-width:400px;height:100%;overflow-y:auto;box-sizing:border-box;max-width:68%;padding:40px;font-size:1.5rem;line-height:2rem;font-weight:200}@media(max-width: 599px){#servicesSectTop .services-content{position:relative;padding:20px;width:100%;margin:0;min-width:auto;max-width:100%;line-height:1.8rem;font-size:1.2rem;height:auto}}#servicesSectTop .services-content h3{padding-bottom:15px}@media(min-width: 600px){#servicesSectTop .services-content h3{font-size:3.5rem;padding-bottom:40px}}@media(max-width: 599px){#servicesSectTop .services-content h3{padding-top:30px;font-size:2.5rem}}#servicesSectTop .services-content p{text-align:justify;margin:20px 0;font-weight:300}@media(min-width: 600px){#servicesSectTop .services-content p{padding-left:50px}}@media(min-width: 600px){#servicesSectTop .services-content p:last-of-type{margin-bottom:55px}}#servicesSectTop .services-content h5{display:block;background:rgba(10,152,156,.5);padding:8px 10px 8px 15px;border-radius:4px;margin:10px 0;cursor:pointer}#servicesSectTop .services-content h5 span{font-weight:normal;color:#fff}#servicesSectTop .services-content h5 .icon{height:30px;float:right}@media(min-width: 600px){#servicesSectTop .services-content h5{margin-left:100px}}#servicesSectTop .services-content h5:hover{background:rgba(10,152,156,.7)}#servicesSectTop .services-content ul{display:none;text-align:left;font-weight:300}@media(min-width: 600px){#servicesSectTop .services-content ul{margin-left:160px}}
@media(min-width: 600px){.page-about footer{position:absolute;bottom:0}}#aboutUsBannerImg{background:#fff;width:60%;min-width:250px;position:absolute;top:0;height:100%;clip-path:polygon(0 0, 50% 0, 68% 100%, 0% 100%);filter:grayscale(100%);background-image:url("./img/banner_about_gray.png");background-repeat:no-repeat;background-size:cover;background-position:-260px}@media(max-width: 599px){#aboutUsBannerImg{min-width:auto;clip-path:none;height:400px;width:100%;position:relative;background-image:url("./img/banner_about_gray_s.png");background-position:-120px}}#aboutUsSectTop{position:relative;top:70px;background:#fff;color:#525252;min-height:calc(100vh - 70px - 70px)}@media(max-width: 599px){#aboutUsSectTop{min-height:auto;padding-bottom:100px}}#aboutUsSectTop .about-content{position:absolute;right:0px;min-width:400px;height:100%;overflow-y:auto;box-sizing:border-box;max-width:68%;padding:40px;font-size:1.5rem;line-height:2rem;font-weight:200}@media(max-width: 599px){#aboutUsSectTop .about-content{position:relative;padding:20px;width:100%;margin:0;min-width:auto;max-width:100%;line-height:1.8rem;font-size:1.2rem;height:auto}}#aboutUsSectTop .about-content h3{padding-bottom:15px}@media(min-width: 600px){#aboutUsSectTop .about-content h3{font-size:3.5rem;padding-bottom:40px}}@media(max-width: 599px){#aboutUsSectTop .about-content h3{padding-top:30px;font-size:2.5rem}}#aboutUsSectTop .about-content p{text-align:justify;margin:20px 0;font-weight:300}@media(min-width: 600px){#aboutUsSectTop .about-content p{padding-left:50px}}
