@import"https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap";.navbar{display:flex;justify-content:space-between;padding:10px 20px;align-items:center;background:#212529;color:#fff;position:fixed;width:100%;z-index:999}.navbar .navbar-left img{width:80px}@media screen and (max-width: 1024px){.navbar .navbar-center{display:none}}.navbar .navbar-center ul{display:flex;list-style:none;gap:30px}.navbar .navbar-center ul li{display:flex;align-items:center;transition:all .3s ease-in-out;font-size:18px}.navbar .navbar-center ul li .nav-down{margin-top:3px;margin-left:4px}.navbar .navbar-center ul li:hover{color:green;transform:translateY(-2px)}.navbar .navbar-center ul li:active{transform:scale(1.05)}.navbar .navbar-center ul .dropdown-menu{position:absolute;top:100px;left:50%;transform:translate(-50%);color:#000;background:#fff;width:80%;padding:20px;border:1px solid #dddddd;border-radius:5px;box-shadow:#0000003d 0 3px 8px}.navbar .navbar-center ul .dropdown-menu.contract{width:40%;transform:translate(-85%)}.navbar .navbar-center ul .dropdown-menu.design{width:fit-content;left:45%}.navbar .navbar-center ul .dropdown-menu.other{width:fit-content;transform:none}.navbar .navbar-center ul .dropdown-menu.resources{left:65%;width:fit-content}.navbar .navbar-center ul .dropdown-menu.more{left:73%;width:fit-content}.navbar .navbar-center ul .dropdown-menu .dropdown-menu-items{display:flex;justify-content:space-between}.navbar .navbar-center ul .dropdown-menu .dropdown-menu-items .dropdown-menu-item h4{text-align:center;margin-bottom:10px}.navbar .navbar-center ul .dropdown-menu .dropdown-menu-items .dropdown-menu-item ul{display:flex;flex-direction:column;justify-content:center;gap:0}.navbar .navbar-center ul .dropdown-menu .dropdown-menu-items .dropdown-menu-item ul li{font-size:14px;align-self:center;padding:10px 20px;transition:all .3s ease-in-out;border-radius:5px}.navbar .navbar-center ul .dropdown-menu .dropdown-menu-items .dropdown-menu-item ul li:hover{background:#ada6a6}.navbar .navbar-right{display:flex;gap:10px;align-items:center}.navbar .navbar-right .navbar-right-btns{margin-right:10px;display:flex;gap:10px}@media screen and (max-width: 480px){.navbar .navbar-right .navbar-right-btns{display:none}}.navbar .navbar-right .navbar-right-btns button{padding:10px;border-radius:5px;cursor:pointer;background:transparent;color:#fff;transition:all .3s ease-in-out}.navbar .navbar-right .navbar-right-btns button:first-child{border:1px solid #008000}.navbar .navbar-right .navbar-right-btns button:first-child:hover{background:green}.navbar .navbar-right .navbar-right-btns button:nth-child(2){border:1px solid #ffa500}.navbar .navbar-right .navbar-right-btns button:nth-child(2):hover{background:orange}.navbar .navbar-right .navbar-right-btns button:nth-child(3){background:#fff;color:#000;border:none;display:flex;align-items:center;gap:5px}.navbar .navbar-right .navbar-right-btns button:nth-child(3) .login-icon{font-size:18px}.bm-burger-button{position:relative;width:30px;height:25px;right:10px}@media (min-width: 1025px){.bm-burger-button{display:none}}.bm-burger-bars{background:#fff}.bm-burger-bars-hover{background:#a90000}.bm-cross-button{height:40px;width:40px}.bm-cross{background:#000}.bm-menu-wrap{position:fixed;top:0;height:100%}.bm-menu{background-color:#fff;padding:2.5em 1.5em 0;font-size:1.15em}.bm-morph-shape{fill:#000}.bm-overlay{background:#0000004d;height:0!important}.bm-item{display:inline-block;color:#000;text-align:left;text-decoration:none;transition:color .2s}.menu-item{margin-bottom:10px;font-weight:600;color:#333}.mobile-links{font-size:16px;font-weight:500;margin-left:20px;margin-bottom:10px;color:#333}.connect{background:#def6e5;text-align:center;padding:50px}@media screen and (max-width: 768px){.connect{padding:30px 10px}}.connect h1{font-weight:700}@media screen and (max-width: 480px){.connect h1{font-size:25px}}.connect p{width:60%;margin:10px auto 20px;font-size:18px;color:#585858}@media screen and (max-width: 1024px){.connect p{width:95%}}.connect .connect-btns{display:flex;gap:10px;justify-content:center}.connect .connect-btns button{background:#ff4500;border:none;padding:10px 15px;font-size:16px;color:#fff;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50px;transition:all .3s ease-in-out}.connect .connect-btns button:hover{transform:translateY(-4px)}.connect .connect-btns button:last-child{display:flex;align-items:center;gap:8px}.connect .connect-btns button:last-child img{width:30px;height:auto;border-radius:50%}.design{padding:0 5px}.design .design-top{text-align:center}.design .design-top h1{font-size:30px;font-weight:500;position:relative;display:inline-block;color:#87cadd}@media screen and (max-width: 480px){.design .design-top h1{font-size:25px}}.design .design-top h1:after{content:"";position:absolute;background:#ff4500;height:6px;border-radius:5px;width:200px;display:block;left:50%;transform:translate(-50%);bottom:-12px}.design .design-top p{width:60%;margin:20px auto 40px;font-size:18px;color:#585858}@media screen and (max-width: 1024px){.design .design-top p{width:80%}}@media screen and (max-width: 480px){.design .design-top p{width:95%}}.design .design-container .design-container-top span{display:inline-block;padding:10px 30px;border-radius:10px 10px 0 0;cursor:pointer}.design .design-container .design-container-top span.active{background:#87cadd;color:#fff}.design .design-container .design-container-section{padding:30px 50px;background:#def6e5}@media screen and (max-width: 1024px){.design .design-container .design-container-section{padding:30px}}@media screen and (max-width: 768px){.design .design-container .design-container-section{padding:10px}}.design .design-container .design-container-section .design-section-button{display:flex;justify-content:center}.design .design-container .design-container-section .design-section-button button{background:#ff4500;border:none;padding:10px 15px;font-size:16px;color:#fff;cursor:pointer;border-radius:5px;margin-top:20px;transition:all .3s ease-in-out}@media screen and (max-width: 1024px){.design .design-container .design-container-section .design-section-button button{margin-top:10px}}.design .design-container .design-container-section .design-section-button button:hover{transform:translateY(-2px)}.design .design-container .design-container-section .design-section-button button:active{transform:scale(1.08)}.design .design-container .design-container-section .design-container-cards{display:flex;justify-content:space-between}.design .design-container .design-container-section .design-container-cards .design-container-card{border:1px solid #dddddd;cursor:pointer}.design .design-container .design-container-section .design-container-cards .design-container-card:hover .design-container-card-desc p{border-bottom:1px solid #000;color:#000}.design .design-container .design-container-section .design-container-cards .design-container-card img{width:100%}.design .design-container .design-container-section .design-container-cards .design-container-card .design-container-card-desc{text-align:center}.design .design-container .design-container-section .design-container-cards .design-container-card .design-container-card-desc p{text-align:center;margin:10px 0;display:inline-block;color:#12203c;border-bottom:1px solid #def6e5}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.designCategories{text-align:center;padding:0 10px}.designCategories h1{font-size:30px;font-weight:500;position:relative;display:inline-block;color:#87cadd}@media screen and (max-width: 480px){.designCategories h1{font-size:25px}}.designCategories h1:after{content:"";position:absolute;background:#ff4500;height:6px;border-radius:5px;width:200px;display:block;left:50%;transform:translate(-50%);bottom:-12px}.designCategories .designCategories-p{width:60%;margin:20px auto 40px;font-size:18px;color:#585858}@media screen and (max-width: 1024px){.designCategories .designCategories-p{width:95%}}.designCategories .swiper{padding:20px 0}.designCategories .swiper-slide{display:flex;justify-content:center}.designCategories .designCategories-cards .designCategories-card{width:100%;max-width:400px;overflow:hidden;box-shadow:#0000003d 0 3px 8px}.designCategories .designCategories-cards .designCategories-card img{width:100%;height:auto}.designCategories .designCategories-cards .designCategories-card p{margin:20px;font-size:18px;font-weight:500}.homeBanner{position:relative}.homeBanner .homeBanner-img img{width:100%;height:100vh;filter:brightness(.6);object-fit:cover}.homeBanner .homeBanner-desc{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}.homeBanner .homeBanner-desc h1{color:#fff;text-align:center;font-size:60px;margin-bottom:10px}.homeBanner .homeBanner-desc .homeBanner-desc-item{display:flex;justify-content:center}.homeBanner .homeBanner-desc .homeBanner-desc-item .homeBanner-desc-item-cards{background:#ffffff67;display:grid;grid-template-columns:repeat(5,1fr);gap:30px}@media screen and (max-width: 1024px){.homeBanner .homeBanner-desc .homeBanner-desc-item .homeBanner-desc-item-cards{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 768px){.homeBanner .homeBanner-desc .homeBanner-desc-item .homeBanner-desc-item-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:0px}}.homeBanner .homeBanner-desc .homeBanner-desc-item .homeBanner-desc-item-cards .homeBanner-desc-item-card{padding:20px;display:flex;flex-direction:column;align-items:center;gap:10px;transition:all .2s ease-in-out;cursor:pointer}.homeBanner .homeBanner-desc .homeBanner-desc-item .homeBanner-desc-item-cards .homeBanner-desc-item-card.active{background:#87cadd;color:#fff;box-shadow:#0000003d 0 3px 8px}.homeBanner .homeBanner-desc .homeBanner-desc-item .homeBanner-desc-item-cards .homeBanner-desc-item-card img{width:70px;border-radius:50%;padding:10px;background:#fff}.homeBanner .homeBanner-desc .homeBanner-desc-item .homeBanner-desc-item-cards .homeBanner-desc-item-card p{font-weight:700}@media screen and (max-width: 480px){.homeBanner .homeBanner-desc .homeBanner-desc-item .homeBanner-desc-item-cards .homeBanner-desc-item-card p{font-size:14px;text-align:center}}.homeBanner .homeBanner-desc .homeBanner-desc-item-inputs{display:flex;justify-content:center;gap:5px;background:#1a58b47c;width:fit-content;border-radius:10px;margin:20px auto auto;padding:20px 10px}@media screen and (max-width: 1024px){.homeBanner .homeBanner-desc .homeBanner-desc-item-inputs{flex-direction:column;width:80%}}@media screen and (max-width: 768px){.homeBanner .homeBanner-desc .homeBanner-desc-item-inputs{width:95%}}.homeBanner .homeBanner-desc .homeBanner-desc-item-inputs input{padding:15px;font-size:16px;outline:none;border-radius:5px;border:none}.homeBanner .homeBanner-desc .homeBanner-desc-item-inputs .custom-select{position:relative;width:100%}.homeBanner .homeBanner-desc .homeBanner-desc-item-inputs .custom-select select{width:100%;padding:10px 50px 10px 10px;height:100%;font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ccc;border-radius:5px;background:#fff;cursor:pointer;outline:none}.homeBanner .homeBanner-desc .homeBanner-desc-item-inputs .custom-select .select-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:#555}.homeBanner .homeBanner-desc .homeBanner-desc-item-inputs button{background:#ff4500;border:none;white-space:nowrap;padding:5px 10px;border-radius:5px;font-size:14px;color:#fff;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.homeBanner .homeBanner-desc .homeBanner-desc-item-inputs button:hover{border:1px solid #ff4500;background:#fff;color:#000}.leading{position:relative;overflow:hidden}.leading .leading-banner img{width:100%;height:100vh;object-fit:cover;filter:brightness(.3)}.leading .leading-desc{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:99%;max-width:1000px;align-items:center;gap:20px}@media screen and (max-width: 1024px){.leading .leading-desc{flex-direction:column;text-align:center}}.leading .leading-desc .leading-desc-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media screen and (max-width: 480px){.leading .leading-desc .leading-desc-cards{gap:10px}}.leading .leading-desc .leading-desc-cards .leading-desc-card{background:#262523cb;display:flex;flex-direction:column;align-items:center;padding:40px;color:#fff;gap:10px}@media screen and (max-width: 480px){.leading .leading-desc .leading-desc-cards .leading-desc-card{padding:10px}}.leading .leading-desc .leading-desc-cards .leading-desc-card h1{font-size:35px}@media screen and (max-width: 480px){.leading .leading-desc .leading-desc-cards .leading-desc-card h1{font-size:25px}}.leading .leading-desc .leading-desc-cards .leading-desc-card p{text-align:center;white-space:nowrap}.leading .leading-desc-right{color:#fff}.leading .leading-desc-right h1{font-size:45px;margin-bottom:30px}@media screen and (max-width: 480px){.leading .leading-desc-right h1{font-size:30px}}.leading .leading-desc-right p{font-size:25px}.offerCard{width:100%;max-width:1400px;margin:0 auto;padding:0 10px}.offerCard .swiper{padding:20px 0}.offerCard .swiper-slide{display:flex;justify-content:center}.offerCard .offerCard-item{width:100%;max-width:400px;overflow:hidden}.offerCard .offerCard-item img{width:100%;height:auto}.offerCard .swiper-button-prev,.offerCard .swiper-button-next{width:30px;height:30px;background-color:#00000080;border-radius:50%;display:flex;justify-content:center;align-items:center}.offerCard .swiper-button-prev:after,.offerCard .swiper-button-next:after{font-size:16px;color:#fff}.projects .projects-top{text-align:center}.projects .projects-top h1{font-size:30px;font-weight:500;position:relative;display:inline-block}@media screen and (max-width: 480px){.projects .projects-top h1{font-size:25px}}.projects .projects-top h1:after{content:"";position:absolute;background:#3bad4b;height:6px;border-radius:5px;width:200px;display:block;left:50%;transform:translate(-50%);bottom:-12px}.projects .projects-top p{width:60%;margin:20px auto 40px;font-size:18px;color:#585858}@media screen and (max-width: 1024px){.projects .projects-top p{width:95%}}@media screen and (max-width: 768px){.projects .projects-top p{margin-bottom:10px}}.projects .swiper-slide{display:flex;justify-content:center}.projects .projects-cards{background:#f8f9fa;padding:30px 50px}@media screen and (max-width: 768px){.projects .projects-cards{padding:30px 10px}}.projects .projects-cards .projects-card{border:1px solid #bfbfbf;display:flex;flex-direction:column;align-items:center;width:300px;gap:10px;padding:30px 0}.projects .projects-cards .projects-card img{width:150px}.projects .projects-cards .projects-card h3{font-size:25px;font-weight:400}.projects .projects-cards .projects-card p{color:#585858}.projects .projects-cards .projects-card p:last-child{font-weight:700;color:#000}.review .review-top{text-align:center}.review .review-top h1{font-size:30px;font-weight:500;position:relative;display:inline-block;color:#87cadd}@media screen and (max-width: 480px){.review .review-top h1{font-size:25px}}.review .review-top h1:after{content:"";position:absolute;background:#ff4500;height:6px;border-radius:5px;width:200px;display:block;left:50%;transform:translate(-50%);bottom:-12px}.review .review-top p{width:60%;margin:20px auto 40px;font-size:18px;color:#585858}@media screen and (max-width: 1024px){.review .review-top p{width:95%}}.review .review-cards{background:#f8f9fa;padding:30px 50px}@media screen and (max-width: 768px){.review .review-cards{padding:30px 10px}}.review .review-cards .review-card{border:1px solid #bfbfbf;padding:20px;display:flex;flex-direction:column;gap:10px}.review .review-cards .review-card .review-card-top{display:flex;align-items:center;gap:10px}.review .review-cards .review-card .review-card-top .userIcon{color:#fff;background:#ff4500;border-radius:50%;font-size:30px;padding:5px}.review .review-cards .review-card .review-card-top p:first-child{font-size:18px}.review .review-cards .review-card .review-card-top p:last-child{color:#87cadd}.review .review-cards .review-card .review-stars{margin-top:10px;color:#ffaa01;display:flex;gap:2px;font-size:14px}.review .review-cards .review-card .review-desc p{color:#585858;font-weight:300;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;transition:all .3s ease-in-out}.review .review-cards .review-card .review-desc.expanded p{display:block}.review .review-cards .review-card .review-desc .read-more-btn{background-color:#ff4500;color:#fff;border:none;padding:8px 12px;margin-top:10px;cursor:pointer;border-radius:5px;font-size:14px}.service{max-width:1300px;margin:0 auto;padding:0 10px}.service .service-top{text-align:center}.service .service-top h1{font-size:30px;font-weight:500;position:relative;display:inline-block;color:#87cadd}@media screen and (max-width: 480px){.service .service-top h1{font-size:25px}}.service .service-top h1:after{content:"";position:absolute;background:#ff4500;height:6px;border-radius:5px;width:200px;display:block;left:50%;transform:translate(-50%);bottom:-12px}.service .service-top p{width:70%;margin:20px auto 40px;font-size:18px;color:#585858}@media screen and (max-width: 1024px){.service .service-top p{width:95%}}.service .service-cards{justify-content:space-between;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media screen and (max-width: 1024px){.service .service-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.service .service-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.service .service-cards{grid-template-columns:repeat(1,1fr)}}.service .service-cards .service-card{background:#c7c1e1;padding:20px 20px 45px;border-radius:0 100px 0 0;min-height:271px;cursor:pointer}.service .service-cards .service-card img{border-radius:50%;padding:20px;width:100px}.service .service-cards .service-card p{background:#fff;font-style:normal;font-weight:700;font-size:16px;line-height:19px;margin-left:-20px;padding:10px 10px 10px 20px;width:80%;border-radius:0 20px 20px 0;cursor:pointer}.service .service-cards .service-card ul{list-style:none;padding:0;margin:30px 0 0;display:flex;flex-direction:column;gap:10px}.service .service-cards .service-card ul li{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#000;cursor:pointer;display:flex;align-items:center}.service .service-cards .service-card ul li span{display:inline-block;border-bottom:1px solid transparent;transition:border-bottom .3s ease-in-out}.service .service-cards .service-card ul li span:hover{border-bottom:1px solid #000}.service .service-cards .service-card ul li .check-icon{margin-right:5px}.service2{max-width:1200px;margin:0 auto;padding:0 10px}.service2 .service2-top{display:flex;justify-content:space-between;gap:30%}@media screen and (max-width: 1200px){.service2 .service2-top{gap:20%}}@media screen and (max-width: 1024px){.service2 .service2-top{gap:10%}}@media screen and (max-width: 768px){.service2 .service2-top{flex-direction:column;gap:10px;align-items:center}}.service2 .service2-top .service2-top-left h2{font-size:25px;margin-bottom:10px;color:#87cadd}.service2 .service2-top .service2-top-left p{color:#585858;line-height:1.5}.service2 .service2-top button{background:#ff4500;border:none;font-size:16px;padding:10px 15px;border-radius:5px;color:#fff;cursor:pointer;transition:all .3s ease-in-out;height:fit-content;white-space:nowrap}@media screen and (max-width: 768px){.service2 .service2-top button{width:fit-content}}.service2 .service2-top button:hover{transform:translateY(-2px)}.service2 .service2-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-top:20px}.service2 .service2-cards .service2-card{background:#def6e5;box-shadow:0 0 14px 3px #00000040;min-height:150px;padding:22px 14px;display:flex;flex-direction:column;align-items:center;gap:30px;transition:all .3s ease-in-out;cursor:pointer}.service2 .service2-cards .service2-card:hover{transform:scale(1.03)}.service2 .service2-cards .service2-card:hover p{border-bottom:1px solid #000}.service2 .service2-cards .service2-card img{width:60px}.service2 .service2-cards .service2-card p{font-weight:bold1;transition:all .3s ease-in-out;border-bottom:1px solid transparent}.trend{padding:0 5px}.trend .trend-top{text-align:center}.trend .trend-top h1{font-size:30px;font-weight:500;position:relative;display:inline-block;color:#87cadd}@media screen and (max-width: 480px){.trend .trend-top h1{font-size:25px}}.trend .trend-top h1:after{content:"";position:absolute;background:#ff4500;height:6px;border-radius:5px;width:200px;display:block;left:50%;transform:translate(-50%);bottom:-12px}.trend .trend-top p{width:60%;margin:20px auto 40px;font-size:18px;color:#585858}@media screen and (max-width: 1024px){.trend .trend-top p{width:80%}}@media screen and (max-width: 480px){.trend .trend-top p{width:95%}}.trend .trend-container .trend-container-top span{display:inline-block;padding:10px 30px;border-radius:10px 10px 0 0;cursor:pointer}.trend .trend-container .trend-container-top span.active{background:#87cadd;color:#fff}.trend .trend-container .trend-container-section{padding:30px 50px;background:#def6e5}@media screen and (max-width: 1024px){.trend .trend-container .trend-container-section{padding:30px}}@media screen and (max-width: 768px){.trend .trend-container .trend-container-section{padding:10px}}.trend .trend-container .trend-container-section .trend-section-button{display:flex;justify-content:center}.trend .trend-container .trend-container-section .trend-section-button button{background:#ff4500;border:none;padding:10px 15px;font-size:16px;color:#fff;cursor:pointer;border-radius:5px;margin-top:20px;transition:all .3s ease-in-out}@media screen and (max-width: 1024px){.trend .trend-container .trend-container-section .trend-section-button button{margin-top:10px}}.trend .trend-container .trend-container-section .trend-section-button button:hover{transform:translateY(-2px)}.trend .trend-container .trend-container-section .trend-section-button button:active{transform:scale(1.08)}.trend .trend-container .trend-container-section .trend-container-cards{display:flex;justify-content:space-between}.trend .trend-container .trend-container-section .trend-container-cards .trend-container-card{border:1px solid #dddddd;cursor:pointer}.trend .trend-container .trend-container-section .trend-container-cards .trend-container-card:hover .trend-container-card-desc p{border-bottom:1px solid #000;color:#000}.trend .trend-container .trend-container-section .trend-container-cards .trend-container-card img{width:100%}.trend .trend-container .trend-container-section .trend-container-cards .trend-container-card .trend-container-card-desc{text-align:center}.trend .trend-container .trend-container-section .trend-container-cards .trend-container-card .trend-container-card-desc p{text-align:center;margin:10px 0;display:inline-block;color:#12203c;border-bottom:1px solid #def6e5}.swiper-button-prev,.swiper-button-next{width:30px;height:30px;background-color:#00000080;border-radius:50%;display:flex;justify-content:center;align-items:center}.swiper-button-prev:after,.swiper-button-next:after{font-size:16px;color:#fff}.work{background:#def6e5}.work .work-top{text-align:center;margin-bottom:40px}.work .work-top h1{font-size:30px;font-weight:500;position:relative;display:inline-block;text-align:center;margin-top:40px;color:#87cadd}.work .work-top h1:after{content:"";position:absolute;background:#ff4500;height:6px;border-radius:5px;width:200px;display:block;left:50%;transform:translate(-50%);bottom:-12px}.work .work-container{max-width:1300px;margin:0 auto;padding:40px 10px;display:flex;gap:50px}@media screen and (max-width: 1024px){.work .work-container{flex-direction:column}}.work .work-container .work-left{background:#fff;padding:20px;border-radius:20px;border:1px solid #dddddd;flex:6}.work .work-container .work-left .work-img{width:100%;object-fit:cover}@media screen and (max-width: 480px){.work .work-container .work-left .work-img{height:200px}}.work .work-container .work-left .work-right-bottom{display:flex;padding:20px;gap:50px}@media screen and (max-width: 480px){.work .work-container .work-left .work-right-bottom{flex-direction:column}}.work .work-container .work-left .work-right-bottom .work-right-bottom-item h3{display:flex;align-items:center}.work .work-container .work-left .work-right-bottom .work-right-bottom-item h3 .check-img{width:30px;margin-right:10px}.work .work-container .work-left .work-right-bottom .work-right-bottom-item p{margin-top:10px;line-height:1.5;color:#585858}.work .work-container .work-right{flex:4;background:#fff;padding:20px 40px}@media screen and (max-width: 1024px){.work .work-container .work-right{max-width:400px;margin:0 auto}}@media screen and (max-width: 480px){.work .work-container .work-right{padding:20px 10px;width:100%}}.work .work-container .work-right form h2{text-align:center;margin-bottom:20px}.work .work-container .work-right form .form-inputs{display:flex;flex-direction:column;align-items:center;gap:20px}.work .work-container .work-right form .form-inputs .input-group{position:relative;width:100%}.work .work-container .work-right form .form-inputs .input-group input{border:solid 1.5px #585858;border-radius:5px;background:none;padding:1rem;font-size:1rem;color:#000;transition:border .15s cubic-bezier(.4,0,.2,1);width:100%}.work .work-container .work-right form .form-inputs .input-group input:focus,.work .work-container .work-right form .form-inputs .input-group input:valid{outline:none}.work .work-container .work-right form .form-inputs .input-group input:focus~label,.work .work-container .work-right form .form-inputs .input-group input:valid~label{transform:translateY(-50%) scale(.8);padding:0 .2em;color:#000}.work .work-container .work-right form .form-inputs .input-group label{position:absolute;left:15px;color:#e8e8e8;background:transparent;font-size:20px;pointer-events:none;transform:translateY(1rem);transition:.15s cubic-bezier(.4,0,.2,1);background:#fff}.work .work-container .work-right form .form-inputs button{background:#ff4500;padding:10px 15px;border:none;font-size:16px;cursor:pointer;transition:all .3s ease-in-out;color:#fff;width:100%;border-radius:5px}.work .work-container .work-right form .form-inputs button:hover{transform:translateY(-2px)}.work .work-container .work-right form .form-inputs p{font-size:14px}.work .work-container .work-right form .form-inputs p span{color:#87cadd;cursor:pointer}.homepage{display:flex;flex-direction:column;gap:60px}.footer{background:#212529;color:#fff;padding:20px 50px}.footer .footer-top{display:flex}@media screen and (max-width: 1024px){.footer .footer-top{flex-direction:column;text-align:center;gap:20px}}.footer .footer-top .footer-left{flex:1;display:flex;flex-direction:column;font-size:20px;gap:10px}.footer .footer-top .footer-center{flex:1;display:flex;flex-direction:column;align-items:center}.footer .footer-top .footer-center .footer-logo{text-align:center}.footer .footer-top .footer-center .footer-logo img{width:100px;margin-bottom:10px}.footer .footer-top .footer-center .footer-icons{display:flex;align-items:center;gap:10px;cursor:pointer}.footer .footer-top .footer-center .footer-icons .footer-icon{font-size:40px;border-radius:50%;padding:5px;transition:all .3s ease-in-out}.footer .footer-top .footer-center .footer-icons .footer-icon:hover{transform:translateY(-2px);background:#3bad4b}.footer .footer-top .footer-right{flex:1}.footer .footer-top .footer-right .footer-right-services{display:flex;flex-direction:column;font-size:20px;gap:10px;text-align:end}@media screen and (max-width: 1024px){.footer .footer-top .footer-right .footer-right-services{text-align:center;flex-direction:row;justify-content:center;margin-bottom:20px}}@media screen and (max-width: 768px){.footer .footer-top .footer-right .footer-right-services{flex-wrap:wrap}}.footer .footer-bottom p{text-align:center}.footer .footer-bottom p a{border-bottom:1px solid #fff;transition:all .3s ease-in-out}.footer .footer-bottom p a:hover{border-bottom:1px solid #3bad4b;color:#3bad4b}.contact{padding-top:130px}.contact h1{font-size:60px;text-align:center}.contact .contact-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:30px 0 40px}.contact .contact-cards .contact-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:20px;border:1px solid #87cadd;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px;border-radius:5px;cursor:pointer;width:250px;transition:all .3s ease-in-out}.contact .contact-cards .contact-card:hover{background:#87cadd;transform:translateY(-4px)}.contact .contact-cards .contact-card:hover .contact-icon{color:#fff}.contact .contact-cards .contact-card:hover p{color:#000}.contact .contact-cards .contact-card:hover p:last-child{color:#fff;font-size:20px}.contact .contact-cards .contact-card p{font-size:18px;color:#585858;white-space:nowrap;transition:all .3s ease-in-out}.contact .contact-cards .contact-card p:last-child{color:#000;font-size:20px}.contact .contact-cards .contact-card .contact-icon{color:#87cadd;font-size:35px;transition:all .3s ease-in-out}.contact .contact-bottom{display:flex;max-width:1200px;gap:30px;margin:0 auto 40px}@media screen and (max-width: 1200px){.contact .contact-bottom{padding:0 10px}}@media screen and (max-width: 1024px){.contact .contact-bottom{flex-direction:column}}.contact .contact-bottom .contact-map{width:100%;flex:1}.contact .contact-bottom .contact-map iframe{width:100%;height:100%;border-radius:10px}@media screen and (max-width: 1024px){.contact .contact-bottom .contact-map iframe{height:450px}}.contact .contact-form{flex:1;border:1px solid #dddddd;box-shadow:#0000003d 0 3px 8px;border-radius:10px;padding:20px}.contact .contact-form p{text-align:center;font-size:20px;color:#87cadd;margin-bottom:20px}.contact .contact-form form{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 768px){.contact .contact-form form{display:flex;flex-direction:column;width:100%}}.contact .contact-form form .form-group{position:relative}.contact .contact-form form .form-group input,.contact .contact-form form .form-group textarea{width:100%;padding:15px;border:2px solid rgba(255,255,255,.3);background:transparent;color:#585858;font-size:18px;transition:all .3s ease;border:none;border-bottom:1px solid rgba(221,221,221,.8666666667)}.contact .contact-form form .form-group input::placeholder,.contact .contact-form form .form-group textarea::placeholder{color:#585858}.contact .contact-form form .form-group input:focus,.contact .contact-form form .form-group textarea:focus{outline:none}.contact .contact-form form .form-group textarea{resize:vertical;min-height:150px}.contact .contact-form form button{border:none;padding:10px 50px;font-size:16px;color:#fff;background:#ff4500;border-radius:5px;transition:all .3s ease-in-out;justify-self:center;grid-column:span 2;cursor:pointer}.contact .contact-form form button:hover{transform:translateY(-2px)}.contact .contact-form form .form-group:nth-child(3),.contact .contact-form form .form-group:nth-child(4),.contact .contact-form form .form-group:nth-child(5),.contact .contact-form form .form-group:nth-child(6){grid-column:span 2}.about{display:flex;flex-direction:column;gap:50px}.about .about-banner{position:relative}.about .about-banner img{width:100%;height:500px;object-fit:cover;filter:brightness(.6)}.about .about-banner h1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:70px;color:#fff;width:100%;text-align:center}.about .about-content1{background:#87cadd27;width:100%}.about .about-content1 .about-content-card1{display:flex;max-width:1200px;align-items:center;gap:40px;margin:0 auto;padding:40px 10px}@media screen and (max-width: 768px){.about .about-content1 .about-content-card1{flex-direction:column}}.about .about-content1 .about-content-card1 img{width:400px;flex:1}@media screen and (max-width: 768px){.about .about-content1 .about-content-card1 img{width:100%}}.about .about-content1 .about-content-card1 .card1-desc{flex:1}.about .about-content1 .about-content-card1 .card1-desc h1{font-size:30px;margin-bottom:10px;color:#87cadd}.about .about-content1 .about-content-card1 .card1-desc p{font-size:18px;color:#222;line-height:1.6;font-weight:300}.about .about-content1 .about-content-card1 .card1-desc p span{font-weight:400}.about .about-content2{background:#87cadd27;width:100%}.about .about-content2 .about-content-card2{display:flex;max-width:1200px;align-items:center;gap:40px;padding:40px 10px;margin:0 auto}@media screen and (max-width: 768px){.about .about-content2 .about-content-card2{flex-direction:column}}.about .about-content2 .about-content-card2 img{width:400px;flex:1}@media screen and (max-width: 768px){.about .about-content2 .about-content-card2 img{width:100%}}.about .about-content2 .about-content-card2 .card2-desc{flex:1}.about .about-content2 .about-content-card2 .card2-desc h1{font-size:35px;margin-bottom:10px;color:#87cadd}.about .about-content2 .about-content-card2 .card2-desc p{font-size:18px;color:#222;line-height:1.6;font-weight:300}.about .about-content3{background:#87cadd27;width:100%}.about .about-content3 .about-content-card3{display:flex;max-width:1200px;align-items:center;gap:40px;margin:0 auto;padding:40px 10px}@media screen and (max-width: 768px){.about .about-content3 .about-content-card3{flex-direction:column}}.about .about-content3 .about-content-card3 img{width:400px;flex:1}@media screen and (max-width: 768px){.about .about-content3 .about-content-card3 img{width:100%}}.about .about-content3 .about-content-card3 .card3-desc{flex:1;display:flex;flex-direction:column;gap:20px}.about .about-content3 .about-content-card3 .card3-desc h1{font-size:35px;margin-bottom:10px;color:#87cadd}.about .about-content3 .about-content-card3 .card3-desc .card3-desc-item h3{margin-bottom:10px;font-size:22px}.about .about-content3 .about-content-card3 .card3-desc .card3-desc-item p{font-size:18px;color:#222;line-height:1.3;font-weight:300}.about .about-content3 .about-content-card3 .card3-desc .card3-desc-item p span{font-weight:400}.about .about-content4{max-width:1300px;margin:0 auto}.about .about-content4 h1{text-align:center;font-size:35px;margin-bottom:30px;color:#87cadd}.about .about-content4 .about-content4-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:0 10px}.about .about-content4 .about-content4-cards .about-content4-card{background:#87cadd27;display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 10px;gap:10px;cursor:pointer;max-width:300px;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px;border-radius:10px;transition:all .3s ease-in-out}.about .about-content4 .about-content4-cards .about-content4-card:hover{transform:translateY(-4px);box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.about .about-content4 .about-content4-cards .about-content4-card img{width:50px}.about .about-content4 .about-content4-cards .about-content4-card h3{font-size:20px;color:#87cadd}.about .about-content4 .about-content4-cards .about-content4-card p{font-size:14px;color:#585858;line-height:1.5}.about .about-content5{text-align:center;background:#87cadd27}.about .about-content5 .about-content5-desc{max-width:1000px;margin:0 auto;padding:70px 0}.about .about-content5 .about-content5-desc p{font-size:22px;font-weight:300;color:#222;padding:0 10px}@media screen and (max-width: 480px){.about .about-content5 .about-content5-desc p{font-size:18px}}.about .about-content5 .about-content5-desc h3{margin-top:40px;font-size:25px;display:flex;align-items:center;justify-content:center;color:#87cadd}@media screen and (max-width: 480px){.about .about-content5 .about-content5-desc h3{font-size:16px}}.about .about-content5 .about-content5-desc h3 img{width:30px;margin:0 8px}@media screen and (max-width: 480px){.about .about-content5 .about-content5-desc h3 img{font-size:25px}}.servicePage{display:flex;flex-direction:column;gap:50px}.servicePage .servicePage-banner{position:relative}.servicePage .servicePage-banner img{width:100%;height:500px;object-fit:cover;filter:brightness(.6)}.servicePage .servicePage-banner h1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:70px;color:#fff;width:100%;text-align:center}.servicePage .service-content1{background:#87cadd27;width:100%}.servicePage .service-content1 .service-content-card1{display:flex;max-width:1200px;align-items:center;gap:40px;margin:0 auto;padding:40px 10px}@media screen and (max-width: 768px){.servicePage .service-content1 .service-content-card1{flex-direction:column}}.servicePage .service-content1 .service-content-card1 img{width:400px;flex:1}@media screen and (max-width: 768px){.servicePage .service-content1 .service-content-card1 img{width:100%}}.servicePage .service-content1 .service-content-card1 .card1-desc{flex:1}.servicePage .service-content1 .service-content-card1 .card1-desc h1{font-size:30px;margin-bottom:10px;color:#ff4500}.servicePage .service-content1 .service-content-card1 .card1-desc p{font-size:18px;color:#222;line-height:1.6;font-weight:300}.servicePage .service-content1 .service-content-card1 .card1-desc p span{font-weight:400;color:#87cadd}.servicePage .services{max-width:1200px;margin:0 auto 30px;display:flex;flex-direction:column;gap:80px}.servicePage .services .service1-content .service1-content-top{text-align:center}.servicePage .services .service1-content .service1-content-top h1{color:#87cadd}.servicePage .services .service1-content .service1-content-top p{margin:10px auto 40px;width:60%;color:#585858}@media screen and (max-width: 768px){.servicePage .services .service1-content .service1-content-top p{width:95%}}.servicePage .services .service1-content .service1-content-cards{display:flex;gap:30px;flex-wrap:wrap;justify-content:center;align-items:center;padding:0 10px}@media screen and (max-width: 480px){.servicePage .services .service1-content .service1-content-cards{display:grid;grid-template-columns:repeat(1,1fr)}}.servicePage .services .service1-content .service1-content-cards .service1-content-card{background:#87cadd27;max-width:350px;height:200px;padding:20px;display:flex;flex-direction:column;gap:10px;box-shadow:#0000003d 0 3px 8px;border-radius:10px}@media screen and (max-width: 768px){.servicePage .services .service1-content .service1-content-cards .service1-content-card{width:100%;max-width:90%}}@media screen and (max-width: 480px){.servicePage .services .service1-content .service1-content-cards .service1-content-card{width:100%;max-width:90%;margin:0 auto}}.servicePage .services .service1-content .service1-content-cards .service1-content-card .service1-content-card-icon{position:relative;margin-bottom:20px}.servicePage .services .service1-content .service1-content-cards .service1-content-card .service1-content-card-icon .service-icon{font-size:35px;margin-left:20px;color:#222}.servicePage .services .service1-content .service1-content-cards .service1-content-card .service1-content-card-icon:before{content:"";position:absolute;height:40px;width:40px;background:#ff4500;display:block;z-index:-1;border-radius:50%;top:5px;left:3px}.servicePage .services .service1-content .service1-content-cards .service1-content-card h3{color:#87cadd}.servicePage .services .service1-content .service1-content-cards .service1-content-card p{color:#585858}.servicePage .services .service2-content .service2-content-top{text-align:center}.servicePage .services .service2-content .service2-content-top h1{color:#87cadd}.servicePage .services .service2-content .service2-content-top p{margin:20px auto 40px;width:60%;color:#585858}@media screen and (max-width: 1024px){.servicePage .services .service2-content .service2-content-top p{width:90%}}.servicePage .services .service2-content .service2-content-top p span{color:#87cadd}.servicePage .services .service2-content .service2-content-cards{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}@media screen and (max-width: 768px){.servicePage .services .service2-content .service2-content-cards{padding:0 10px}}@media screen and (max-width: 480px){.servicePage .services .service2-content .service2-content-cards{grid-template-columns:repeat(1,1fr)}}.servicePage .services .service2-content .service2-content-cards .service2-content-card{background:#87cadd27;max-width:300px;padding:30px 20px;display:flex;flex-direction:column;border-radius:10px;transition:all .3s ease-in-out;border:1px solid #dddddd;margin:0 auto}@media screen and (max-width: 768px){.servicePage .services .service2-content .service2-content-cards .service2-content-card{width:100%;max-width:95%}}.servicePage .services .service2-content .service2-content-cards .service2-content-card:hover{box-shadow:#ffffff1a 0 1px 1px inset,#32325d40 0 50px 100px -20px,#0000004d 0 30px 60px -30px;transform:scale(1.03)}.servicePage .services .service2-content .service2-content-cards .service2-content-card h2{color:#87cadd}.servicePage .services .service2-content .service2-content-cards .service2-content-card ul{margin-top:50px}.servicePage .services .service2-content .service2-content-cards .service2-content-card ul li{padding:10px 0;color:#585858;display:flex;align-items:center}.servicePage .services .service2-content .service2-content-cards .service2-content-card ul li .dot-icon{color:#ff4500;margin-right:10px;flex-shrink:0;font-size:12px}.servicePage .services .service3-content .service3-content-top{text-align:center}.servicePage .services .service3-content .service3-content-top h1{color:#87cadd}.servicePage .services .service3-content .service3-content-top p{margin:10px auto 40px;width:60%;color:#585858}.servicePage .services .service3-content .service3-content-cards{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.servicePage .services .service3-content .service3-content-cards .service3-content-card{text-align:center;background:#87cadd27;padding:20px;border-radius:10px;max-width:350px;border:1px solid #ddd;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}.servicePage .services .service3-content .service3-content-cards .service3-content-card h3{font-size:25px;display:flex;align-items:center;justify-content:center;color:#87cadd}.servicePage .services .service3-content .service3-content-cards .service3-content-card h3 .service3-icon{margin-right:10px;color:#ff4500;font-size:30px}.servicePage .services .service3-content .service3-content-cards .service3-content-card p{color:#585858;margin-top:40px;font-size:18px}.servicePage .services .service4-content .service4-content-top{text-align:center;margin-bottom:40px}.servicePage .services .service4-content .service4-content-top h1{color:#87cadd}.servicePage .services .service4-content .service4-content-cards{display:flex;flex-wrap:wrap;gap:20px;row-gap:30px}@media screen and (max-width: 480px){.servicePage .services .service4-content .service4-content-cards{grid-template-columns:repeat(1,1fr)}}.servicePage .services .service4-content .service4-content-cards .service4-content-card{max-width:350px;height:150px;background:#87cadd27;border:1px solid #ff4500;padding:20px;border-radius:10px;text-align:center;margin:0 auto;transition:all .3s ease-in-out}@media screen and (max-width: 768px){.servicePage .services .service4-content .service4-content-cards .service4-content-card{max-width:95%;width:100%}}.servicePage .services .service4-content .service4-content-cards .service4-content-card:hover{transform:translateY(-6px)}.servicePage .services .service4-content .service4-content-cards .service4-content-card h2{font-size:20px;white-space:nowrap;color:#87cadd}.servicePage .services .service4-content .service4-content-cards .service4-content-card p{margin-top:40px;color:#585858}.servicePage .services .service5-content{display:flex;flex-direction:column;align-items:center;gap:20px}.servicePage .services .service5-content .service5-content-top{text-align:center}.servicePage .services .service5-content .service5-content-top h1{color:#87cadd;text-align:center}.servicePage .services .service5-content .service5-content-top p{margin:10px auto 0;width:80%;color:#585858}@media screen and (max-width: 480px){.servicePage .services .service5-content .service5-content-top p{width:95%}}.servicePage .services .service5-content h3{font-size:25px;text-align:center;color:#87cadd}.servicePage .services .service5-content button{background:#ff4500;border:none;padding:15px 20px;color:#fff;font-size:16px;border-radius:5px;border:1px solid transparent;transition:all .3s ease-in-out;cursor:pointer;display:flex;align-items:center;gap:10px}.servicePage .services .service5-content button:hover{background:#fff;border:1px solid #ff4500;color:#000}*{margin:0;padding:0;scroll-behavior:smooth;box-sizing:border-box}body{font-family:Merriweather Sans,serif}a{text-decoration:none;color:inherit}.app button,.app input,.app textarea{font-family:Merriweather Sans,serif}
