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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.app-container{height:100vh;overflow:hidden}.header-container{display:grid;grid-template-columns:75px auto;grid-template-rows:75px}.header-details-cont{background-image:linear-gradient(90deg,#000,green,#000);color:#fff;text-align:center}.header-text{font-size:.9rem;font-weight:700;margin-bottom:2px}.country-text,.email{font-size:.75rem;margin-bottom:0}.address,.mobileNumbers{display:none}@media only screen and (min-width:375px){.header-text{font-size:.97rem}}@media only screen and (min-width:425px){.header-text{font-size:.98rem}}@media only screen and (min-width:500px){.header-container{grid-template-columns:95px auto;grid-template-rows:95px}.header-text{font-size:1rem;margin-bottom:8px}.address{display:block;font-size:.85rem;font-weight:700}.country-text,.email{display:none}}@media only screen and (min-width:768px){.header-text{font-size:1.4rem}}.nav-buttons-container{grid-gap:10px;display:grid;gap:10px;width:100%}.btns{color:#fff;font-size:.8em;font-weight:700;letter-spacing:1px}.btns:hover{background-color:#72e772;color:#000}.homeButton{grid-column:1/2}.servicesButton{grid-column:2/3}@media only screen and (min-width:500px){.nav-buttons-container{grid-template-columns:repeat(6,1fr)}.btns{font-size:1em;padding:5px}.homeButton,.servicesButton{grid-column:auto}}@media only screen and (min-width:768px){.nav-buttons-container{grid-template-columns:auto;grid-template-rows:repeat(5,1fr)}.btns{padding-left:15px;padding-right:15px}}.layout-grid-container{grid-gap:5px;display:grid;gap:5px;grid-template-rows:auto auto 1fr auto;height:100vh}.header-grid-item1{margin-left:5px;margin-right:5px;margin-top:5px}.nav-grid-item2{background-image:linear-gradient(90deg,#000,green);margin-left:5px;margin-right:5px}.content-grid-item3{margin-left:5px;margin-right:5px;overflow-x:auto;overflow-y:auto;padding:10px}.footer-grid-item4{background-color:#ff0;background-image:linear-gradient(90deg,#000,green,#000);height:8vh;margin-bottom:5px;margin-left:5px;margin-right:5px}@media only screen and (min-width:768px){.layout-grid-container{grid-template-columns:repeat(12,1fr)}.header-grid-item1{grid-column:1/13;grid-row:1/2}.nav-grid-item2{grid-column:1/2;grid-row:2/4;margin-left:5px;margin-right:0}.content-grid-item3{grid-column:2/13;grid-row:2/4;margin-left:0;margin-right:5px}.footer-grid-item4{grid-column:1/13;grid-row:4/5}}@media only screen and (min-width:2560px){.header-grid-item1{grid-column:1/13}.nav-grid-item2{grid-column:1/2;grid-row:2/4}.content-grid-item3{grid-column:2/13;grid-row:2/4}.footer-grid-item4{grid-column:1/13}}.footer-container{color:snow;font-size:x-small;text-align:center}@media only screen and (min-width:320px){.email2,.footer-text,.mobileNumbers2{margin-bottom:0;margin-top:0}.developerTM{margin-bottom:0}}.services-container{display:grid;grid-template-rows:auto auto auto;text-align:center}.emailAndNumbersLinkBtn{font-style:italic;font-weight:700}.services-footer,.services-intro-parag,.services-list-cont{font-size:small}.services-list-cont{margin:15px}.services-list-item{background-color:#006400;color:#fff;font-weight:700;list-style:none;margin:5px 25%;padding:10px 0;width:50%}@media only screen and (min-width:500px){.services-footer,.services-intro-parag,.services-list-cont{font-size:1.2em}}@media only screen and (min-width:768px){.services-footer,.services-intro-parag,.services-list-cont{font-size:1.4em}}@media only screen and (min-width:1440px){.services-list-item{margin:5px 35%;width:30%}}.modal-container{background-image:linear-gradient(90deg,#000,green);height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1}.close-modal-button{background-color:red;border:none;color:snow;display:flex;letter-spacing:2px;margin:2px;padding:3px}.modal-image-cont{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-name:zoom;animation-name:zoom;margin:5% 10%;width:80%}.modal-image{width:100%}@-webkit-keyframes zoom{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes zoom{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@media only screen and (min-width:500px){.close-modal-button{font-size:20px}.modal-image-cont{margin:3% 25% 5%;width:50%}}@media only screen and (min-width:768px){.modal-image-cont{margin:1% 32.5% 5%;width:35%}}@media only screen and (min-width:1024px){.modal-image-cont{margin:0 35% 5%;width:30%}}.services-gal-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.imgCaption-and-image-cont,.vidCaption-and-video-cont{border:1px thin;margin:2px 0;padding:10px}.imgCaption,.vidCaption{background-color:#000;color:#90ee90;margin:0;text-align:center}.galImage,.galVideo{width:100%}.galVideo{background-color:grey}@media only screen and (min-width:768px){.imgCaption-and-image-cont,.vidCaption-and-video-cont{margin:2px;width:200px}}@media only screen and (min-width:1024px){.imgCaption-and-image-cont,.vidCaption-and-video-cont{width:300px}}@media only screen and (min-width:1440px){.imgCaption-and-image-cont,.vidCaption-and-video-cont{width:400px}}.profileContainer{margin-left:10px;margin-right:10px;text-align:justify}.profImage{object-fit:cover;object-position:center;width:100%}.profImageCont{width:25%}.paragCont{font-size:small}.tableContainer{background-color:#000;margin:10px auto}.tableRows{background-color:#90ee90}.tableHead{background-color:#006400;color:snow}.tableData,.tableHead{padding:4px;text-align:center}@media only screen and (min-width:500px){.profImageCont{width:20%}.paragCont{font-size:1.2em}}@media only screen and (min-width:768px){.profImageCont{width:15%}.paragCont{font-size:1.4em}}@media only screen and (min-width:1440px){.profImageCont{width:10%}}.photos-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.caption_and_image_cont{border:1px thin;margin:2px 0}.caption{background-color:#000;color:#90ee90;margin:0;text-align:center}.image{width:100%}@media only screen and (min-width:768px){.caption_and_image_cont{margin:2px;width:200px}}@media only screen and (min-width:1024px){.caption_and_image_cont{width:300px}}@media only screen and (min-width:1440px){.caption_and_image_cont{width:400px}}.contact-container{font-size:small;margin-left:10px;margin-right:10px;text-align:center}.contact-heading{font-weight:700}.contact-email-label,.contact-mobileNumbers-label{background-color:#006400;color:snow;font-weight:700;margin:10px 25%;width:50%}.contact-email{font-weight:700;margin:10px}.contact-mobileNumbers-ulList-cont{list-style:none}.contact-mobileNumber{font-weight:700;margin:10px}@media only screen and (min-width:500px){.contact-container{font-size:1.2em}}@media only screen and (min-width:768px){.contact-container{font-size:1.4em}}.overview-container{font-size:small;text-align:justify}.ov-image{object-fit:cover;object-position:center;width:100%}.ov-image-cont{border:1px thin;padding:0}@media only screen and (min-width:500px){.overview-container{font-size:1.2em}}@media only screen and (min-width:768px){.overview-container{font-size:1.4em}}@media only screen and (min-width:1024px){.overview-container{display:flex;flex-wrap:wrap;font-size:1.11em;justify-content:center;text-align:justify}.ov-image-cont{width:45%}.ov-parag-cont{padding-left:5px;padding-right:5px;width:55%}}@media only screen and (min-width:1440px){.overview-container{font-size:1.4em}}.home-title,.page-title{font-size:1.5em}.page-title{color:#006400;font-weight:700;margin:20px;text-align:justify;text-decoration:underline}@media only screen and (min-width:500px){.page-title{font-size:2em}}.videos-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.clipCapt_and_clip_cont{background-color:gray;border:1px thin;margin:4px}.clipCapt{background-color:#000;color:#90ee90;margin:0;text-align:center}.clip{width:100%}@media only screen and (min-width:768px){.clipCapt_and_clip_cont{margin:2px;width:200px}}@media only screen and (min-width:1024px){.clipCapt_and_clip_cont{width:300px}}@media only screen and (min-width:1440px){.clipCapt_and_clip_cont{width:400px}}.management-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.employee-infos-cont{margin:10px}.employee-photo-cont{width:100px}.employee-photo{border:1px thin;border-radius:50%;height:100px;width:100%}.employee-data-cont{font-size:x-small;font-weight:700;text-align:center}.employee-name{background-color:green;color:snow}.employee-name,.employee-position{margin:0;padding:4px}@media only screen and (min-width:500px){.employee-photo-cont{width:200px}.employee-photo{height:200px}.employee-data-cont{font-size:1em}}@media only screen and (min-width:768px){.employee-photo-cont{width:250px}.employee-photo{height:250px}.employee-data-cont{font-size:1.4em}}@media only screen and (min-width:1440px){.employee-photo-cont{width:300px}.employee-photo{height:300px}}.gallery-nav-buttons-cont{grid-gap:5px;background-image:linear-gradient(90deg,#000,green,#000);display:grid;gap:5px;grid-template-columns:auto auto;margin-left:25%;margin-right:25%;width:50%}.gallery-contents-outlet{padding-top:30px;text-align:center}
/*# sourceMappingURL=main.8b90c94d.css.map*/