@font-face{font-family:'Poppins';src:local("Poppins"),url("../fonts/Poppins-ExtraLight.ttf") format("truetype");font-weight:100;font-style:normal}@font-face{font-family:'Poppins';src:local("Poppins"),url("../fonts/Poppins-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'Poppins';src:local("Poppins"),url("../fonts/Poppins-Bold.ttf") format("truetype");font-weight:700;font-style:normal}html{scroll-behavior:smooth}html *{box-sizing:border-box}html body{margin:0}html body a{text-decoration:none;display:inline-block}html body h1,html body h2,html body h3,html body h4,html body h5,html body h6{margin:0}html .custom-container{max-width:1520px;margin:auto}@media only screen and (max-width: 1575px){html .custom-container{padding:0 15px}}html .custom-container2{max-width:1694px;margin:auto}@media only screen and (max-width: 1275px){html .custom-container2{padding:0 15px}}html .custom-container3{max-width:1520px;margin:auto}@media only screen and (max-width: 1275px){html .custom-container3{padding:0 15px}}.category{font-family:'Poppins', sans-serif;font-weight:400;font-size:20px}.category .hero{margin-top:70px;padding-top:80px;min-height:calc(100vh - 70px);background-image:url("../images/01.jpg");background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed}@media only screen and (max-width: 500px){.category .hero{background-image:unset}}.category .hero .hero-container{width:1700px;max-width:100%;margin:0 auto;padding-bottom:50px}.category .hero .hero-container .btns{display:flex;column-gap:10px;position:fixed;bottom:20px;right:20px;z-index:1111}@media only screen and (max-width: 500px){.category .hero .hero-container .btns{flex-direction:column-reverse;row-gap:10px;align-items:flex-end}}.category .hero .hero-container .btns .bottom-btn{background:#fff;color:#a1c83a;height:60px;width:fit-content;padding:10px 20px;border:2px solid #a1c83a;border-radius:10px;cursor:pointer;font-size:18px;line-height:36px;position:relative}.category .hero .hero-container .btns .bottom-btn:first-of-type{width:250px}.category .hero .hero-container .btns .bottom-btn .switch{display:flex;justify-content:space-around;height:100%}.category .hero .hero-container .btns .bottom-btn .switch input{position:absolute;width:100%;height:100%;top:0;left:0;z-index:9;opacity:0;cursor:pointer}.category .hero .hero-container .btns .bottom-btn .switch div{position:absolute;align-self:center;margin-top:0;font-size:18px;font-weight:400;color:#a1c83a}.category .hero .hero-container .btns .bottom-btn .switch div:first-of-type{margin-right:160px}.category .hero .hero-container .btns .bottom-btn .switch div:last-of-type{margin-left:160px}.category .hero .hero-container .btns .bottom-btn .switch .slider{width:85px;height:40px;position:absolute;cursor:pointer;border-radius:20px;border:3px solid #a1c83a}.category .hero .hero-container .btns .bottom-btn .switch .slider .slider-dot{content:'';position:absolute;left:calc(0% + -1px);top:-2px;height:39px;width:39px;border-radius:50%;background:#a1c83a}.category .hero .hero-container .btns .bottom-btn .switch .slider.checked .slider-dot{transform:translateX(calc(100% + 2px));left:unset}.category .hero .hero-container .cards{display:flex;flex-wrap:wrap;row-gap:40px;column-gap:1.5%}@media only screen and (max-width: 1650px){.category .hero .hero-container .cards{padding:0 30px}}@media only screen and (max-width: 500px){.category .hero .hero-container .cards{padding:0 50px;column-gap:unset}}.category .hero .hero-container .cards .card{height:180px;width:calc(92.5% / 5);cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;text-align:center;border-radius:10px;overflow:hidden;border:1px solid rgba(95,95,95,0.8)}@media only screen and (max-width: 1200px){.category .hero .hero-container .cards .card{width:calc(92.5% / 4)}}@media only screen and (max-width: 768px){.category .hero .hero-container .cards .card{width:calc(92.5% / 3)}}@media only screen and (max-width: 500px){.category .hero .hero-container .cards .card{height:230px;width:100%}}.category .hero .hero-container .cards .card:hover img{transform:scale(1.1)}.category .hero .hero-container .cards .card:hover div{opacity:1;transition:opacity 0.3s}.category .hero .hero-container .cards .card a{width:100%;height:100%;display:grid;justify-content:center;align-items:center;position:absolute;backface-visibility:hidden;border-radius:10px;box-shadow:0px 11px 11px -6px rgba(95,95,95,0.5)}.category .hero .hero-container .cards .card a img{width:100%;height:100%;object-fit:cover;border-radius:10px;grid-row:1;grid-column:1;transition:transform ease-in-out 0.3s;filter:unset}.category .hero .hero-container .cards .card a div{opacity:0;grid-row:1;grid-column:1;margin-top:80px;color:#fff;font-weight:700;background:rgba(0,0,0,0.589);z-index:999}.category .hero .hero-container .cards .card.newWeb:hover .fas{opacity:0;transition:opacity 0.4s}.category .hero .hero-container .cards .card.newWeb a{background:#fff;text-decoration:none}.category .hero .hero-container .cards .card.newWeb a .fas{opacity:1;position:relative;bottom:0;right:0;font-size:50px;color:#a19f9f;grid-row:1;grid-column:1}.category .hero .hero-container .cards .card.newWeb a div{background:unset;margin-top:unset;color:#a19f9f}.category .hero .hero-container .contact-form{opacity:0;z-index:-1;position:fixed;bottom:16px;right:18px;width:430px;height:fit-content;font-weight:100;font-size:18px;background:#fff;border-radius:20px;padding:20px 0;border:1px solid #a19f9f;box-shadow:-2px 6px 18px -4px rgba(0,0,0,0.445);transition:opacity 0.7s}@media only screen and (max-width: 500px){.category .hero .hero-container .contact-form{width:90%}}.category .hero .hero-container .contact-form .fas{position:absolute;right:15px;top:15px;color:#a19f9f;font-size:18px;cursor:pointer}.category .hero .hero-container .contact-form h2{width:100%;text-align:center;text-transform:uppercase;font-weight:700;font-size:23px;color:#7e7d7d;padding-bottom:20px}.category .hero .hero-container .contact-form .wpcf7{width:100%;padding:0 30px;margin:0 auto}.category .hero .hero-container .contact-form .wpcf7 form{display:flex;flex-direction:column}.category .hero .hero-container .contact-form .wpcf7 form div{display:flex;justify-content:space-evenly;padding:10px 0}.category .hero .hero-container .contact-form .wpcf7 form div label{opacity:0;position:absolute;z-index:111;left:40px;color:#597806;font-weight:400;transform:translateY(30%);transition:transform 0.6s}.category .hero .hero-container .contact-form .wpcf7 form div label.focus{opacity:1;transform:translateY(-30%);padding:0 6px;background:#fff}.category .hero .hero-container .contact-form .wpcf7 form div span{width:100%}.category .hero .hero-container .contact-form .wpcf7 form div span input,.category .hero .hero-container .contact-form .wpcf7 form div span textarea{width:100%;padding:6px 0;padding-left:6px;font-size:20px;margin-top:10px;border-radius:10px;border:2px solid #a19f9f8f;font-family:'Poppins', sans-serif}.category .hero .hero-container .contact-form .wpcf7 form div span input:focus,.category .hero .hero-container .contact-form .wpcf7 form div span textarea:focus{outline:none;border:2px solid #597806}.category .hero .hero-container .contact-form .wpcf7 form div span input:focus::placeholder,.category .hero .hero-container .contact-form .wpcf7 form div span textarea:focus::placeholder{visibility:hidden}.category .hero .hero-container .contact-form .wpcf7 form div span input.focus,.category .hero .hero-container .contact-form .wpcf7 form div span textarea.focus{border:2px solid #597806}.category .hero .hero-container .contact-form .wpcf7 form div span:last-of-type{border:none}.category .hero .hero-container .contact-form .wpcf7 form div span .wpcf7-not-valid-tip{display:none}.category .hero .hero-container .contact-form .wpcf7 form div span textarea{height:100px}.category .hero .hero-container .contact-form .wpcf7 form input[type='submit']{margin-top:15px;width:100%;background:#597806;border:none;border-radius:10px;padding:7px 0;color:#fff;font-size:20px;text-transform:uppercase;cursor:pointer}.category .hero .hero-container .contact-form .wpcf7 form input[type='submit']:hover{transform:scale(1.03);text-shadow:1px -1px 6px #7e7d7d}.category .hero .hero-container .contact-form .wpcf7 form input[type='submit']:focus{outline:none}.category .hero .hero-container .contact-form .wpcf7 form .wpcf7-response-output{display:none}.category .hero .hero-container .contact-form .wpcf7 form.invalid .wpcf7-not-valid{border:2px solid red}.category .hero .hero-container .contact-form.show{opacity:1;z-index:11111;transition:opacity 0.7s}.category .hero .hero-container .thank-you{opacity:0;position:fixed;bottom:16px;right:18px;display:flex;flex-wrap:wrap;align-content:flex-start;height:fit-content;width:430px;background:#fff;border-radius:20px;padding:20px;border:1px solid #a19f9f;box-shadow:-2px 6px 18px -4px rgba(0,0,0,0.445);color:#7e7d7d}@media only screen and (max-width: 500px){.category .hero .hero-container .thank-you{width:90%}}.category .hero .hero-container .thank-you .title{width:100%;text-transform:uppercase;font-weight:700}.category .hero .hero-container .thank-you.show{opacity:1;z-index:1111;transition:opacity 0.7s}.darkmode{color:#fff;background:#000}.darkmode .header{background:#000;color:#fff}.darkmode .header .logo a::after{background:#000}@media only screen and (max-width: 1200px){.darkmode .header .menu.open{background:#313131;backdrop-filter:blur(7px)}}.darkmode .header .menu li a{color:#fff}.darkmode .hero{background-image:url("../images/03.jpg")}@media only screen and (max-width: 500px){.darkmode .hero{background-image:unset}}.darkmode .hero .hero-container .btns .bottom-btn{background:#000;color:#a1c83a}.darkmode .hero .hero-container .btns .bottom-btn .switch div{color:#a1c83a}.darkmode .hero .hero-container .btns .bottom-btn .switch .slider{border:3px solid #a1c83a}.darkmode .hero .hero-container .btns .bottom-btn .switch .slider:after{background:#a1c83a}.darkmode .hero .hero-container .cards .card .inner-card a{border:1px solid rgba(95,95,95,0.329);box-shadow:0px 11px 11px -6px rgba(95,95,95,0.199)}.darkmode .hero .hero-container .cards .card .inner-card a.card-back{background-color:#000}.darkmode .hero .hero-container .cards .card .inner-card a.card-back div{color:#fff}.darkmode .hero .hero-container .cards .card.newWeb .inner-card a.card-front{background:#000}.darkmode .hero .hero-container .contact-form{background:#000;color:#fff}.darkmode .hero .hero-container .contact-form .wpcf7 form div label{color:#a1c83a}.darkmode .hero .hero-container .contact-form .wpcf7 form div label.focus{background:#000}.darkmode .hero .hero-container .contact-form .wpcf7 form div span input,.darkmode .hero .hero-container .contact-form .wpcf7 form div span textarea{color:#fff;background:#000}.darkmode .hero .hero-container .contact-form .wpcf7 form div span input:focus,.darkmode .hero .hero-container .contact-form .wpcf7 form div span input.focus,.darkmode .hero .hero-container .contact-form .wpcf7 form div span textarea:focus,.darkmode .hero .hero-container .contact-form .wpcf7 form div span textarea.focus{border:2px solid #a1c83a}.darkmode .hero .hero-container .contact-form .wpcf7 form div span input:active,.darkmode .hero .hero-container .contact-form .wpcf7 form div span textarea:active{background:#000}.darkmode .hero .hero-container .contact-form .wpcf7 form div span input[type='tel']{background:#000}.darkmode .hero .hero-container .contact-form .wpcf7 form input[type='submit']{background:#a1c83a}.darkmode .hero .hero-container .thank-you{background:#000;color:#fff}@keyframes zoom{from{transform:scale(0)}to{transform:scale(1)}}.header{position:fixed;top:0;left:0;height:70px;width:100vw;max-width:100%;display:flex;font-family:'Poppins', sans-serif;font-weight:100;font-size:18px;border-bottom:1px solid #afaeae;background:#fff;z-index:11111}@media only screen and (max-width: 1540px){.header{font-size:15px}}.header .custom-container{max-width:100%;display:flex;align-items:center;padding:0 30px;width:100%;justify-content:flex-end}.header .custom-container .logo a{width:180px;position:absolute;top:0;left:216px}@media only screen and (max-width: 1540px){.header .custom-container .logo a{left:66px;width:140px}}.header .custom-container .logo a::after{content:'';height:20px;width:240px;position:absolute;left:-28px;top:68px;border:1px solid #afaeae;border-top:unset;border-bottom-left-radius:34px;border-bottom-right-radius:34px;background:#fff;z-index:1111}@media only screen and (max-width: 1540px){.header .custom-container .logo a::after{width:190px}}.header .custom-container .logo a img{width:100%;object-fit:contain;margin-top:16px}.header .custom-container .menu{display:flex;justify-content:space-between;align-items:center;list-style:none}@media only screen and (max-width: 1540px){.header .custom-container .menu{align-content:flex-end}}@media only screen and (max-width: 1200px){.header .custom-container .menu{display:flex;flex-direction:column;justify-content:space-around;top:70px;position:absolute;right:-50vw;padding:0 30px;height:calc(100vh - 70px);background:rgba(255,255,255,0.75);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);box-shadow:8px 12px 9px 7px #afaeaebb;margin:unset;font-size:20px;font-weight:400;width:50vw;transition:transform ease-in-out 0.3s}}@media only screen and (max-width: 1200px) and (max-height: 1024px){.header .custom-container .menu{justify-content:flex-start;row-gap:35px;padding-top:50px;font-size:22px}}@media only screen and (max-width: 1200px) and (max-height: 630px){.header .custom-container .menu{row-gap:30px;padding-top:40px;font-size:20px}}@media only screen and (max-width: 1200px) and (max-height: 540px){.header .custom-container .menu{row-gap:unset;padding-top:20px;justify-content:space-around}}@media only screen and (max-width: 768px){.header .custom-container .menu{right:-70vw;width:65vw}}@media only screen and (max-width: 500px){.header .custom-container .menu{right:-101vw;width:100vw}}@media only screen and (max-width: 370px){.header .custom-container .menu{padding:0 20px}}.header .custom-container .menu li{padding:0 18px;cursor:pointer}.header .custom-container .menu li a{color:#000;transition:all ease-out 0.2s}.header .custom-container .menu li a:hover{color:#a1c83a}@media only screen and (max-width: 1200px){.header .custom-container .menu li a{color:rgba(0,0,0,0.664)}}@media only screen and (max-width: 1200px) and (max-height: 1024px){.header .custom-container .menu li{max-width:200px;margin:0 auto;text-align:center}}.header .custom-container .menu li.current-menu-item{font-weight:400}.header .custom-container .menu li.current-menu-item a{color:#a1c83a}.header .custom-container .menu.open{transition:transform ease-in-out 0.3s}@media only screen and (max-width: 1200px){.header .custom-container .menu.open{transform:translateX(-97%)}}@media only screen and (max-width: 500px){.header .custom-container .menu.open{transform:translateX(-101%)}}.header .custom-container .mobile-menu{display:none;position:fixed}@media only screen and (max-width: 1200px){.header .custom-container .mobile-menu{display:block}}.header .custom-container .mobile-menu svg{fill:#afaeae}.darkmode .header .menu-wrapper .menu li a{color:#fff}.darkmode .header .menu-wrapper .menu li.current-menu-item{font-weight:400}.darkmode .header .menu-wrapper .menu li.current-menu-item a{color:#a1c83a}.darkmode .header .logo a::after{background:#000}
/*# sourceMappingURL=theme.min.css.map */