@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap";body{margin:0;overflow-x:hidden}.aboutUsContainer{height:max-content;background-color:#e59464}.aboutUsContent{height:max-content}.sectionHeader{display:flex;flex-direction:column;justify-content:center;align-items:center}.sectionHeader>h1{font-size:3em;color:#fff}.sectionHeader>h3{font-size:1.5em;font-weight:300;text-align:center;width:50%;margin-bottom:5em;color:#fff}.cardGridContainer{width:100%;height:max-content;display:flex;justify-content:center}.cardGridDiv{width:75%;height:max-content;display:grid;justify-items:center;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2);gap:2em;margin-bottom:3em}@media only screen and (max-width: 600px){.sectionHeader>h1{font-size:2em;text-align:center}.sectionHeader>h3{font-size:1.2em;width:80%;margin-bottom:3em}.cardGridDiv{width:90%;grid-template-columns:repeat(1,1fr)}}@media only screen and (min-width: 601px) and (max-width: 1024px){.aboutUsContainer,.aboutUsContent{height:max-content}.sectionHeader>h1{font-size:2.5em}.sectionHeader>h3{font-size:1.3em;width:70%;margin-bottom:4em}.cardGridDiv{width:80%}}@media only screen and (min-width: 1025px){.aboutUsContainer,.aboutUsContent{height:max-content}.sectionHeader>h1{font-size:2.5em}.sectionHeader>h3{font-size:1.3em;width:70%;margin-bottom:4em}.cardGridDiv{width:80%}}.boxContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;height:25em;width:75%;box-shadow:0 0 20px #0000004d;font-family:Roboto,sans-serif;transition:box-shadow .5s,background-color .8s,border-radius .3s}.boxContainer:hover{box-shadow:0 0 20px #0000001a;background-color:#f0a377;height:max-content;border-radius:15px}.boxSvgDiv{margin-top:1.5em}.svgIcon{width:4.5em;height:4.5em;fill:#fff}.boxHeadingDiv{margin:0}.boxHeadingDiv>h2{text-align:center;font-size:2em;color:#fff}.boxDetailsDiv{margin:0;width:90%;height:90%}.boxDetailsDiv>p{text-align:center;font-size:1.6em;font-weight:300;color:#fff}@media only screen and (max-width: 600px){.boxContainer{width:90%}.boxHeadingDiv>h2{font-size:1.8em}.boxDetailsDiv>p{font-size:1.4em}}@media only screen and (min-width: 601px) and (max-width: 1024px){.boxContainer{width:90%}.svgIcon{width:3em;height:3em}.boxHeadingDiv>h2{font-size:1.5em}.boxDetailsDiv>p{font-size:1.3em}}@media only screen and (min-width: 1025px){.boxContainer{width:90%}.svgIcon{width:3em;height:3em}.boxHeadingDiv>h2{font-size:1.8em}.boxDetailsDiv>p{font-size:1.3em}}.footerContainer{background-color:#e59464;position:relative;bottom:0}.footerContent{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}.copyRightDiv{margin:0;position:relative}.copyRightDiv{display:flex;justify-content:center;position:relative}.copyRightDiv>p{color:#fff}.heroContainer{position:relative;height:100vh;width:100vw;font-family:Roboto,sans-serif}.heroContent{position:relative;width:100%;height:100%;z-index:1}.companyNameDiv{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.companyNameDiv>h1{margin-bottom:.5em;margin-top:0;font-size:9em;color:#fff}.companyNameDiv>h3{margin:0;font-size:3em;color:#fff}.heroVideo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}@media only screen and (max-width: 600px){:root{overflow-x:none}.companyNameDiv>h1{font-size:4.5em}.companyNameDiv>h3{font-size:2.5em;text-align:center}}.navStyle{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;z-index:2}.navCompanyName{margin-left:1em}.navUL{display:flex;list-style:none}.navUL>li{display:flex;justify-content:center;align-items:center;margin-right:1em}.btnStyle{color:#fff;background-color:transparent;border:none;font-size:1.1em;font-family:Roboto,sans-serif;font-weight:300}.btnStyle:hover{background-color:#f7a97d;cursor:pointer;border-radius:5px}.linkContact{color:#fff;text-decoration:none;font-family:Roboto,sans-serif;font-weight:300;font-size:1.1em}.linkContact:hover{background-color:#f7a97d;cursor:pointer;border-radius:5px}@media only screen and (max-width: 600px){.navStyle{visibility:hidden}}@media only screen and (min-width: 601px) and (max-width: 1024px){body{font-size:16px}}@media only screen and (min-width: 1025px){body{font-size:18px}}.reviewContainer{height:100vh;width:100vw;background-color:#e59464}.reviewContent{display:flex;height:100%;width:100%}.reviewLeft{width:50%;display:flex;align-items:center}.reviewLTextDiv{margin-bottom:15em;display:flex;flex-direction:column;align-items:center;justify-content:center}.reviewHeadText{text-align:center;font-family:Roboto,sans-serif;font-size:2.5em;color:#fff}.reviewDetailText{font-family:Roboto,sans-serif;font-weight:300;width:65%;text-align:center;font-size:2em;color:#fff}.linkBtn{background-color:#fff;color:#e59464;padding:.6em .7em;text-decoration:none;font-size:1.2em;font-family:Roboto,sans-serif;transition:background-color .3s,color .3s}.linkBtn:hover{background-color:#f0a377;color:#fff}.reviewRight{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50%}@media only screen and (max-width: 600px){.reviewContainer{height:max-content}.reviewContent{flex-direction:column;height:max-content}.reviewLeft,.reviewRight{width:100%}.reviewLTextDiv{margin-bottom:5em}.reviewHeadText{font-size:3em}.reviewDetailText{width:90%}.linkBtn{width:50%;text-align:center}}@media only screen and (min-width: 601px) and (max-width: 1024px){.reviewContainer,.reviewContent{height:max-content}.reviewLeft,.reviewRight{width:100%}.reviewLTextDiv{margin-bottom:5em}.reviewHeadText{font-size:3em}.reviewDetailText{width:90%}.linkBtn{width:50%;text-align:center}}@media only screen and (min-width: 1025px){.reviewContainer,.reviewContent{height:max-content}.reviewLeft,.reviewRight{width:100%}.reviewLTextDiv{margin-bottom:5em}.reviewHeadText{font-size:3em}.reviewDetailText{width:90%}.linkBtn{width:50%;text-align:center}}.cardContainer{height:max-content;width:90%;border-radius:20px;margin-bottom:1.5em;border:solid 1px white;transition:background-color .3s}.cardContainer:hover{background-color:#f0a377}.cardContent{display:flex;flex-direction:column;align-items:center}.cardTextDiv{width:70%}.quoteDiv{display:flex}.quotationStyle{font-size:3.5em;font-weight:700;margin-right:.5em;font-family:Roboto,sans-serif;color:#fff}.textStyle{font-size:1.5em;display:flex;align-items:flex-end;font-family:Roboto,sans-serif;color:#fff}.nameStyle{text-align:end;font-family:Roboto,sans-serif;font-weight:300;color:#fff}@media only screen and (max-width: 600px){.cardTextDiv{width:90%}.quotationStyle{font-size:2.5em}.textStyle{font-size:1.2em}.nameStyle{font-size:.8em}}@media only screen and (min-width: 601px) and (max-width: 1024px){.cardTextDiv{width:90%}.quotationStyle{font-size:2.5em}.textStyle{font-size:1.2em}.nameStyle{font-size:.8em}}@media only screen and (min-width: 1025px){.cardTextDiv{width:90%}.quotationStyle{font-size:2.5em}.textStyle{font-size:1.2em}.nameStyle{font-size:.8em}}body{background-color:#e59464;margin:0}.contactContainer{width:100vw;height:max-content}.contactContent{width:100%;height:100%}.contactHeader{display:flex;flex-direction:column;justify-content:center;align-items:center;height:25%}.contactHeader>h1{color:#fff;font-family:Roboto,sans-serif}.contactHeader>p{color:#fff;font-family:Roboto,sans-serif}.formContainer{width:100%;height:max-content;display:flex;justify-content:center}.formContainer>form{width:50%;height:max-content;display:flex;flex-direction:column}.firstLastDiv{display:flex;justify-content:space-between}.label1Style{font-size:1.5em;font-family:Roboto,sans-serif;font-weight:300;margin-bottom:1em;display:flex;flex-direction:column;color:#fff}.inputStyle{font-size:1.1em;font-weight:300;font-family:Roboto,sans-serif}.contactLabel{font-size:1.5em;font-family:Roboto,sans-serif;font-weight:300;margin-bottom:.5em;color:#fff}.selectStyle{margin-bottom:1em;font-size:1.5em;font-weight:300;font-family:Roboto,sans-serif}.optionStyle{font-family:Roboto,sans-serif;font-weight:300}.businessStyle{font-family:Roboto,sans-serif;font-weight:300;font-size:1.5em;margin-bottom:.5em;color:#fff}.businessOption{font-family:Roboto,sans-serif;font-weight:300;font-size:1.5em;margin-bottom:.2em;color:#fff}.detailsStyle{font-family:Roboto,sans-serif;font-weight:300;font-size:1.5em;margin-top:.3em;color:#fff}.detailsText{font-family:Roboto,sans-serif;font-weight:300;font-size:1.5em;resize:none;max-width:100%;padding-bottom:2em}.buttonDiv{margin-top:1em;margin-bottom:5em;display:flex;justify-content:center;align-items:center}.submitBtn{font-family:Roboto,sans-serif;font-weight:300;font-size:1.5em;color:#fff;background-color:transparent;border:none;transition:background-color .3s}.submitBtn:hover{background-color:#ffb991;cursor:pointer}@media only screen and (max-width: 600px){.firstLastDiv{display:flex;flex-direction:column}}@media only screen and (min-width: 601px) and (max-width: 1024px){.firstLastDiv{display:flex;flex-direction:column}}.nav2Div{margin-top:1em;margin-left:1em;width:max-content}.backHomeLink{text-decoration:none;font-weight:300;font-size:1.1em;font-family:Roboto,sans-serif;display:flex;align-items:center;color:#fff}.backHomeLink:hover{color:#e6e6e6}.arrowSvg{width:1.1em;height:1.1em}
