*{padding:0;margin:0;line-height:1.5;box-sizing:border-box;font-family:"Poppins", sans-serif;scroll-behavior:smooth}::selection{background-color:#1328af;color:white}a,input{outline:none}header{padding:0 30px}footer{padding-top:90px}section{padding:90px 30px}li{list-style:none}a{text-decoration:none;color:#eeeff7}button{cursor:pointer}img{-webkit-user-select:none;-webkit-user-drag:none;-o-user-select:none;user-select:none}.altr{background-color:transparent}.p2{padding:15px 20px}.button{z-index:1;position:relative;color:#eeeff7;font-size:15px;border-radius:5px;padding:10px 15px;outline:none;border:none;background-color:#1328af;transition:all 0.3s ease-in-out}.button:hover{background-color:rgba(19,40,175,0.659)}.button::before{content:"";z-index:-1;position:absolute;top:0;bottom:0;left:0;border-radius:5px;right:0;border:4px solid rgba(23,47,184,0.295);transform-origin:center;transform:scale(1)}.button:hover::before{transition:all 1s ease-in-out;transform-origin:center;transform:scale(1.4);opacity:0}.button-svg{width:20px;margin-left:7px}.title{margin-bottom:60px;text-align:center;text-transform:capitalize}.title .title-heading{font-size:35px;font-weight:bold}.title .title-heading-2{font-size:24px;font-weight:bold}.title .title-desc{width:500px;margin-top:15px}.logo{margin-right:30px;height:70px}.go-to-blog{height:15px;margin-left:5px}.section-container{max-width:1300px;margin:0 auto}@media screen and (max-width: 468px){section,header{padding-left:15px;padding-right:15px}}/*!
 * delicious-hamburgers
 * @description Beautiful SASS powered hamburger menu toggle buttons
 * @author Kasper Koman
 * @link https://github.com/kapoko/delicious-hamburgers
 */@use 'sass:math';button.hamburger{height:50px;width:50px}div.hamburger{height:50px;width:50px}div.hamburger>.inner{top:50%}.hamburger{background-color:rgba(0,0,0,0);border:0 rgba(0,0,0,0) solid;border-radius:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;opacity:1;overflow:visible;padding:5px;text-transform:none;transition:opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1),background .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger:hover{background-color:rgba(0,0,0,0);opacity:1}.hamburger:hover span.bar{background-color:#eeeff7}.hamburger:hover>.inner:nth-child(1)::before,.hamburger:hover>.inner:nth-child(1)::after,.hamburger:hover>.inner:nth-child(2)::before,.hamburger:hover>.inner:nth-child(2)::after,.hamburger:hover>.inner:nth-child(3)::before,.hamburger:hover>.inner:nth-child(3)::after,.hamburger:hover span.bar:nth-child(1)::before,.hamburger:hover span.bar:nth-child(1)::after,.hamburger:hover span.bar:nth-child(2)::before,.hamburger:hover span.bar:nth-child(2)::after,.hamburger:hover span.bar:nth-child(3)::before,.hamburger:hover span.bar:nth-child(3)::after{background-color:#eeeff7}.hamburger.active{background-color:rgba(0,0,0,0)}.hamburger.active span.bar{background-color:#eeeff7}.hamburger.active>.inner:nth-child(1)::before,.hamburger.active>.inner:nth-child(1)::after,.hamburger.active>.inner:nth-child(2)::before,.hamburger.active>.inner:nth-child(2)::after,.hamburger.active>.inner:nth-child(3)::before,.hamburger.active>.inner:nth-child(3)::after,.hamburger.active span.bar:nth-child(1)::before,.hamburger.active span.bar:nth-child(1)::after,.hamburger.active span.bar:nth-child(2)::before,.hamburger.active span.bar:nth-child(2)::after,.hamburger.active span.bar:nth-child(3)::before,.hamburger.active span.bar:nth-child(3)::after{background-color:#eeeff7}.hamburger>.inner{margin:0;margin-top:-1px;position:relative;width:100%}.hamburger span.bar{background-color:#eeeff7;border-radius:0;content:'';display:block;height:2px;position:absolute;width:100%}.hamburger span.bar:nth-child(1){top:-10px}.hamburger span.bar:nth-child(3){top:10px}.hamburger:focus{outline:0}@use 'sass:math';.hamburger--criss-cross>.inner::before,.hamburger--criss-cross>.inner::after{background-color:#eeeff7;border-radius:0;content:'';display:block;height:2px;position:absolute;width:100%;opacity:0;transform-origin:0 50%;transition:opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--criss-cross>.inner::before{transform:rotate(45deg) translate3d(0px, -20px, 0) scaleX(0)}.hamburger--criss-cross>.inner::after{transform:rotate(-45deg) translate3d(0px, 20px, 0) scaleX(0);transition-delay:0.1s}.hamburger--criss-cross span.bar{transition:transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--criss-cross span.bar:nth-child(1){transition-delay:0.33s}.hamburger--criss-cross span.bar:nth-child(2){transition-delay:0.36s}.hamburger--criss-cross span.bar:nth-child(3){transition-delay:0.39s}.hamburger--criss-cross.active>.inner::before,.hamburger--criss-cross.active>.inner::after{opacity:1}.hamburger--criss-cross.active>.inner::before{transform:rotate(45deg) translate3d(0px, -20px, 0);transition-delay:0.4s}.hamburger--criss-cross.active>.inner::after{transform:rotate(-45deg) translate3d(0px, 20px, 0);transition-delay:0.5s}.hamburger--criss-cross.active span.bar{opacity:0;transform:translate3d(-10px, 0, 0);width:50%}.hamburger--criss-cross.active span.bar:nth-child(1){transition-delay:0s}.hamburger--criss-cross.active span.bar:nth-child(2){transition-delay:0.2s}.hamburger--criss-cross.active span.bar:nth-child(3){transition-delay:0.1s}nav{padding:15px 0;background-color:rgba(0,0,0,0.13)}.logo{height:70px;transition:0.4s ease-out}.logo:hover{transform:scale(1.1)}.hamburger{display:none;z-index:6;position:absolute;right:30px}.hamburger.fixed{position:fixed}.mobile-menu-container{display:none}.nav-top{height:40px;width:100%;background-color:black}.dropdown{padding:15px;position:absolute;display:none}.dropdown-menu{padding:10px 0;margin-top:4px}.dropdown-menu li>a{color:red}.nav-links-container{display:flex;justify-content:space-between;align-items:center}.nav-links-container .nav-links{display:flex;justify-content:space-between;align-items:center;margin-right:30px}.nav-links-container .nav-links li:hover div{display:block}.nav-links-container .nav-links li>a{padding:0px 15px;font-size:15px;position:relative}.nav-links-container .nav-links li>a::before{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background-color:#eeeff7;transform-origin:bottom right;transform:scaleX(0);transition:transform 0.5s ease}.nav-links-container .nav-links li>a:hover::before{transform-origin:bottom left;transform:scaleX(1)}.mobile-swipe{background-color:#1328af;width:240px;padding:0 30px;position:fixed;top:0;right:0;height:100vh;z-index:4;transform:translateX(245px)}.mobile-menu{background-color:black;width:230px;padding:0 30px;position:fixed;top:0;right:0;bottom:0;height:100vh;z-index:4;overflow-y:scroll;transform:translateX(230px)}.mobile-menu .mobile-links{display:flex;flex-direction:column;margin-top:145px}.mobile-menu .mobile-links a{padding:10px}@media screen and (max-width: 1135px){.nav-links-container .nav-links li>a{padding:0 10px}}@media screen and (max-width: 1100px){.nav-links-container{display:none}.hamburger,.mobile-menu-container{display:block}}@media screen and (max-width: 468px){.hamburger{right:15px}}header{background-image:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url("/images/hero.webp");height:66vh;background-size:cover;background-position:center;background-repeat:no-repeat}.nav-container,.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto}.header-container{height:calc(55vh - 140px);color:#eeeff7;justify-content:center;text-align:center}.header-container .header-info{max-width:800px}.header-container .header-info p{font-size:16px;margin-top:5px;color:rgba(238,239,247,0.75)}.header-container .header-info p .button-svg{margin-right:7px}.header-container .header-info h1{font-size:55px;font-weight:bold}.header-info-contact{display:flex;justify-content:space-between;align-items:center;width:350px;margin-top:30px}.header-info-contact a{margin-right:30px}.header-tag{background:linear-gradient(90deg, #1328af 0%, #6374e6 100%);height:150px;width:650px;border-radius:10px;left:-30px;position:relative;bottom:75px;margin-bottom:-75px}@media screen and (max-width: 376px){.header-container .header-info h1{font-size:45px}}@media screen and (max-width: 900px) and (orientation: landscape){header{height:95vh}.header-info{margin-top:80px}}.about-container{max-width:1300px;margin:0 auto}.about-info-text{display:block;width:600px;min-height:100%}.about-info-text p{font-size:18px;margin-bottom:25px}.about-info-graphic{padding-bottom:40px;border-bottom:1px solid rgba(34,40,77,0.267);transition:0.5s all ease}.about-info-graphic:hover{border-color:rgba(34,40,77,0.9)}.about-info-graphic .about-title{margin-bottom:15px;font-weight:bold;font-size:18px}.about-info-graphic .about-desc{font-size:16px;opacity:.9;font-family:'Karla'}.about-info-graphic img{height:150px;margin:0 auto;display:block;margin-bottom:30px}.about-info-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(190px, 1fr));gap:60px 30px}.testimony-section{background-color:white}.testimony-container{max-width:1300px;margin:0 auto}.testimony-card{margin:0 auto;max-width:900px;height:auto;text-align:center;padding:0 30px}.testimony-card .testimony-rating{margin-bottom:30px;display:flex;justify-content:center;align-items:center}.testimony-card .testimony-rating .star{height:30px;margin:0 5px}.testimony-card .testimony-img{height:90px;width:90px;border-radius:50%;margin-top:15px}.testimony-card .testimony-name{font-size:18px;font-weight:bold}.testimony-card .testitmony-title{font-size:16px;opacity:.9;margin:5px 0 0 0;opacity:0.6}.testimony-card .testimony-text{font-size:18px;margin-bottom:15px}.loading{background-color:black;height:100vh;width:100%;position:fixed;z-index:15;display:flex;justify-content:center;align-items:center;padding:30px}.loading-info{display:grid;justify-items:center;align-items:center;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"a"}.loading-info img{grid-area:a;height:auto;width:400px;z-index:1;animation-name:pulse;animation-duration:2s;opacity:0.4}@keyframes pulse{50%{transform:scale(1.25)}}.loading-info #counter{grid-area:a;color:#eeeff7;font-size:200px;font-weight:bold}@media screen and (max-width: 768px){.loading-info img{height:auto;width:90vw}.loading-info #counter{font-size:115px}}@media screen and (max-width: 768px) and (orientation: landscape){.loading-info img{height:auto;width:45vw}}footer{background-color:#22284d}.footer-container{max-width:1300px;margin:0 auto;padding:0 30px;display:flex;justify-content:space-around;margin-bottom:60px}.footer-container .footer-title{color:white;font-size:18px;font-weight:bold;margin-bottom:15px}.footer-container .footer-info{margin-bottom:30px}.footer-left{display:flex}.footer-left img{height:200px;margin-right:30px}.footer-left .get-started{max-width:350px;color:#eeeff7;font-size:16px}.footer-links-container{display:flex}.footer-links-container .footer-links{display:flex;justify-content:space-between;flex-direction:column;justify-content:flex-start;margin-right:90px}.footer-links-container .footer-links a{transition:0.5s all ease;margin-bottom:5px}.footer-links-container .footer-links a:hover{transform:translateX(10px)}.footer-end{display:flex;justify-content:center;align-items:center;background-color:#090f32;position:relative;padding:20px 30px}.footer-end img{height:60px;margin-right:15px}.footer-end p{font-size:16px;color:white}@media screen and (max-width: 1100px){.footer-links-container .footer-links{margin-right:30px}}@media screen and (max-width: 900px){.footer-container{flex-wrap:wrap;justify-content:flex-start}.footer-links-container{justify-content:space-between;flex-direction:column;margin-top:30px;width:100%;flex-wrap:wrap}.footer-links-container .footer-links{margin-top:30px}}@media screen and (max-width: 468px){.footer-container{padding:0 15px}.footer-container .footer-title{font-size:22px}.footer-links-container{flex-direction:column}}.what-we-deliver-section,.achievements-section,.testimony-section{padding-top:0}.info-container{display:flex;justify-content:space-between;align-items:center;justify-content:center;flex-direction:row;margin-top:-24px}.info-container img{width:200px}.info-container p{margin-right:60px;width:800px}.achievements-info-container{display:grid;grid-template-columns:repeat(3, minmax(200px, 1fr));gap:30px}.achievements-info{background-image:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url("/images/engraving.webp");height:100%;padding:30px;color:#eeeff7;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:5px;transition:0.5s all ease}.achievements-info:hover{transform:scale(1.03)}.portfolio-link{display:flex;justify-content:center;margin-top:60px}@media screen and (max-width: 768px){.info-container{flex-wrap:wrap}.info-container p{margin-right:0;margin-bottom:30px;width:100%}section{padding-bottom:60px}.achievements-info-container{grid-template-columns:repeat(auto-fit, minmax(190px, 1fr))}.achievements-info{padding:30px;background-image:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),url("/images/engraving.webp")}}
