@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);.header{align-items:center;background:transparent;background-color:var(--white);display:flex;justify-content:space-between;left:0;padding:2rem 5%;position:fixed;top:0;transition:all .5s linear;width:100%;z-index:999}.header.sticky{box-shadow:var(--box-shadow);padding:1rem 5%}.header .logo{align-items:center;display:flex}.header .logo img{height:4rem;object-fit:cover;width:5rem}.header .logo h2{color:var(--blue);font-size:2.5rem;font-weight:500;letter-spacing:.2rem;padding-left:.5rem}.header .navbar{display:flex;list-style-type:none}.header .navbar li a{color:var(--blue);font-size:1.8rem;margin:0 .5rem;padding:.5rem;position:relative}.header .navbar a:hover,.header .navbar li.is-current a{color:var(--orange)}.header .menu-btn{color:var(--blue);cursor:pointer;display:none;font-size:3rem;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header .menu-btn:hover{color:var(--orange)}@media (max-width:991px){.header .menu-btn{display:block}.header .navbar{background:var(--white);border:.1rem solid var(--orange);box-shadow:var(--box-shadow);display:flex;flex-direction:column;gap:4rem;height:calc(100vh - 6rem);overflow-y:auto;padding:3rem 2rem;position:absolute;right:0;top:100%;-webkit-transform:translateX(100%);transform:translateX(100%);transition:.2s linear;width:30rem;z-index:1000}.header .navbar.active{-webkit-transform:translateX(0);transform:translateX(0)}.header .navbar li{display:block}.header .navbar li a{color:var(--blue);font-size:1.8rem;margin:0 1rem;padding:1rem 1.5rem;position:relative}.navbar::-webkit-scrollbar{width:.8rem}.navbar::-webkit-scrollbar-thumb{background-color:var(--orange);border-radius:1rem}.navbar::-webkit-scrollbar-track{background:transparent}}.scroll-top{align-items:center;background:var(--orange);border-radius:50%;bottom:1rem;color:var(--white);display:flex;font-size:2rem;font-weight:600;height:5rem;justify-content:center;position:fixed;right:1rem;transition:all .2s;width:5rem;z-index:900}.scroll-top:hover{background:var(--dark-black);box-shadow:var(--box-shadow);cursor:pointer}.scroll-top svg{fill:var(--white)}.heading{padding-bottom:2rem;padding-top:1rem}.heading h1{color:var(--blue);font-size:40px;font-weight:300;margin:0;padding:0 0 5px;position:relative;text-align:center;text-transform:capitalize;transition:all .4s ease 0s}.heading h1 span{color:rgba(0,0,0,.4);display:block;font-size:1.3rem;font-weight:500;letter-spacing:4px;line-height:3em;padding-left:.25em;text-transform:uppercase}.heading h1:before{bottom:3px;height:5px;margin-left:-14px;position:absolute;width:28px}.heading h1:after,.heading h1:before{background-color:var(--orange);content:"";display:block;left:50%}.heading h1:after{height:1px;margin-left:-50px;margin-top:1rem;position:relative;width:100px}.btn{border:none;cursor:pointer;display:inline-block;font-size:1.8rem;font-style:italic;font-weight:500;padding:1.5rem 3rem;pointer-events:auto;position:relative}.btn:after,.btn:before{height:100%;left:0;position:absolute;top:0;width:100%}.btn:before{background:var(--blue);content:"";transition:-webkit-transform .3s cubic-bezier(.2,1,.7,1);transition:transform .3s cubic-bezier(.2,1,.7,1);transition:transform .3s cubic-bezier(.2,1,.7,1),-webkit-transform .3s cubic-bezier(.2,1,.7,1)}.btn:hover:before{-webkit-transform:scale3d(.9,.8,1);transform:scale3d(.9,.8,1)}.btn:after{border:1px solid var(--blue);border-radius:0;content:"";-webkit-transform:scale3d(.85,.65,1);transform:scale3d(.85,.65,1);transition:-webkit-transform .3s cubic-bezier(.2,1,.7,1);transition:transform .3s cubic-bezier(.2,1,.7,1);transition:transform .3s cubic-bezier(.2,1,.7,1),-webkit-transform .3s cubic-bezier(.2,1,.7,1)}.btn:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}.btn span,.controls .button{color:var(--white);display:inline-block;position:relative}.controls .button{background:var(--orange);border:none;border-radius:.5rem;box-shadow:var(--box-shadow);cursor:pointer;font-size:1.6rem;font-weight:700;letter-spacing:.05rem;margin:0;padding:1.5rem 3rem;pointer-events:auto;text-transform:uppercase}.controls .button.active,.controls .button:hover{background:var(--blue);cursor:pointer}._20cg_,._3bkri{background-color:var(--orange)!important}._20cg_:hover{background-color:var(--white)!important}._20cg_:focus{box-shadow:0 0 0 3px var(--blue)!important}.project-item{border-radius:var(--border-radius);box-shadow:var(--box-shadow);height:30rem;overflow:hidden;position:relative}.project-item:before{background:var(--blue);content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;-webkit-transform:translateY(100%);transform:translateY(100%);transition:all .25s;transition-delay:.25s;width:100%;z-index:1}.project-item img{height:100%;object-fit:cover;transition:all .5s;width:100%}.project-item .content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;-webkit-transform:translateY(-2rem);transform:translateY(-2rem);transition:all .25s;width:100%;z-index:2}.project-item .content h4{color:var(--white);font-size:2.5rem;font-weight:700;letter-spacing:.1rem}.project-item .content p{color:var(--white);font-size:1.8rem;font-weight:400;padding:1rem 0}.project-item .btn-container{display:flex;gap:1rem;padding-top:1rem}.project-item .content a{align-items:center;background-color:var(--orange);border-radius:.5rem;color:var(--white);display:inline-block;display:flex;font-size:2rem;height:4.5rem;justify-content:center;width:4.5rem}.project-item .content a:hover{background-color:var(--blue);cursor:pointer}.project-item:hover:before{-webkit-transform:translateY(0);transform:translateY(0);transition-delay:0s}.project-item:hover .content{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);transition-delay:.3s}.footer{background-color:var(--blue);padding:2rem}.footer-item .logo{align-items:center;display:flex;padding-bottom:2rem}.footer .logo img{height:4rem;object-fit:cover;width:5rem}.footer-item .logo h2{color:var(--white);font-size:2.5rem;font-weight:500;letter-spacing:.2rem;padding-bottom:0;padding-left:.5rem}.footer .box-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(33rem,1fr));padding-bottom:1rem}.footer-item h2{color:var(--white);font-size:2.5rem;font-weight:700;letter-spacing:.2rem;padding-bottom:2rem}.footer-item>p{color:var(--white);font-size:1.6rem;line-height:1.6;padding-bottom:1rem}.footer-item .info p{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.footer-item .info .icon{color:var(--orange)}.footer-item .info a,.footer-item .info p{color:var(--white);font-size:1.6rem}.footer-item .links p:hover{cursor:pointer}.footer-item .links p:hover a{padding-left:1.5rem}.footer-item .social{display:flex;gap:1rem;margin:1rem 0}.footer-item .social a{align-items:center;background-color:var(--white);display:inline-block;display:flex;height:4rem;justify-content:center;width:4rem}.footer-item .social a .icon{color:var(--orange);font-size:2rem}.footer-item .social a:hover{background-color:var(--orange)}.footer-item .social a:hover .icon{color:var(--white)}.footer-item .gmail{text-transform:none}.footer .content{border-top:.2rem solid var(--white);padding:2rem 0;text-align:center}.footer .content p{color:var(--white);font-size:2rem}.footer .content p span{color:var(--orange)}.home{height:1px;min-height:100vh;padding:0}.home,.home-slider{position:relative}.home-slider .swiper-button-next,.home-slider .swiper-button-prev{background-color:var(--orange);border-radius:50%;color:var(--white);font-size:1rem;height:5rem;padding:2rem;width:5rem}.home-slider .swiper-button-next:after,.home-slider .swiper-button-prev:after{align-items:center;color:var(--white);display:flex;font-size:2rem;font-weight:700;justify-content:center}.home-slider .swiper-button-next:hover,.home-slider .swiper-button-prev:hover{background-color:var(--blue)}.home-slider .swiper-pagination-bullet{background:var(--white);border-radius:50rem;box-shadow:var(--box-shadow);height:1rem;opacity:.5;width:4rem}.home-slider .swiper-pagination-bullet-active{background:var(--orange);opacity:.9}.home-item{min-height:100vh}.home-item img{height:100vh;object-fit:cover;width:100%}.home-item .content{align-items:center;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.2));display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.home-item .content .text{text-align:center;width:70rem}.home-item .content h3{color:var(--white);font-size:4.5rem;margin-bottom:1rem;text-transform:uppercase}.home-item .content p{color:var(--white);font-size:1.7rem;font-weight:400;letter-spacing:1.5px;line-height:1.6;padding-bottom:2rem}.home-item .content .btn-container{display:flex;gap:1rem;justify-content:center}.home-item .content .btn-container .btn:first-child:before{background:var(--orange)}.home-item .content .btn-container .btn:first-child:after{border:1px solid var(--orange)}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.about .box-container{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.about .video-container{flex:1 1 40rem;position:relative}.about .video-container video{background-size:cover;border:1.5rem solid var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);height:100%;object-fit:cover;width:100%}.about .content{flex:1 1 40rem}.about .content h2{color:var(--blue);font-size:4rem;letter-spacing:.1rem;margin-bottom:2rem}.about .content h5{color:var(--black);font-size:1.8rem;line-height:1.5;padding-bottom:1.5rem}.about .content>p{color:var(--grey);font-size:1.6rem;line-height:1.6;padding-bottom:1rem}.about .features{list-style-type:none;padding-bottom:1rem}.about .features li{color:var(--grey);font-size:1.6rem;padding:.5rem 0}.about .features .icon{color:var(--orange);font-size:1.6rem}.counting{background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/static/media/Counter.13a620d90e9e912c6088.png);background-attachment:fixed;background-position:50%;background-size:cover;flex-wrap:wrap;gap:3rem;margin:1rem 0;min-height:15rem;padding:2rem 5%;width:100%}.counting,.counting .box{align-items:center;display:flex;justify-content:center}.counting .box{flex:1 1 25rem;flex-direction:column;padding:2rem;text-align:center}.counting .box .icon{color:var(--orange);font-size:6rem;padding-bottom:1rem;text-align:center;width:6rem}.counting .box span{color:var(--white);font-size:5rem;font-weight:500;padding-bottom:.5rem}.counting .box h3{color:var(--white);font-size:2rem;font-weight:400}.services .box-container{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.service-item{background-color:var(--white);border-radius:var(--border-radius);flex:1 1 33rem;padding:4rem 3rem;text-align:center}.service-item:hover{box-shadow:var(--box-shadow)}.service-item .icon{color:var(--orange)!important;font-size:4rem}.service-item h3{color:var(--blue);font-size:2rem;padding:1.5rem 0}.service-item p{color:var(--grey);font-size:1.6rem;line-height:1.6}.projects .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(33rem,1fr));padding:2rem 0}.controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}._3AWTh{align-items:center;display:flex;flex-direction:column;justify-content:center;position:fixed;z-index:1000}._3AWTh,._3AWTh:before{bottom:0;height:100vh;left:0;right:0;top:0}._3AWTh:before{background-color:rgba(0,0,0,.9);content:"";position:absolute;z-index:-1}._3ZUEV{position:absolute;right:3rem;top:2rem}._3bkri{align-items:center;background-color:#b61827;border:none;border-radius:50%;cursor:pointer;display:flex;height:3rem;justify-content:center;width:3rem}._3bkri:hover{background-color:#911421}._3bkri:focus{box-shadow:0 0 0 3px #007c91}._20cg_{align-items:center;background-color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;height:3rem;justify-content:center;width:3rem}._20cg_:hover{background-color:#a1a1a1}._20cg_:focus{box-shadow:0 0 0 3px #007c91}._18xMp{right:1.5rem}._18xMp,._2pWTS{position:absolute;top:50%}._2pWTS{left:1.5rem}.pricing .box-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(33rem,1fr))}.price-item{background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);flex:1 1 33rem;overflow:hidden;padding-bottom:2rem;text-align:center}.price-item .intro{background-color:var(--blue);padding:2rem 0}.price-item .price{color:var(--white);font-size:5rem;font-weight:400}.price-item .price span{font-size:2rem;font-weight:400}.price-item h3{color:var(--white);font-size:3rem;font-weight:400;padding:1.5rem 0}.price-item ul{list-style:none;padding:2rem 0}.price-item ul li{color:var(--grey);font-size:1.7rem;padding:.7rem 0}.price-item .btn{margin-top:2rem}.team .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}.team-item{align-items:center;background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;padding:1rem;text-align:center}.team-item .image{overflow:hidden}.team-item .image img{height:100%;object-fit:cover;width:100%}.team-item:hover .image img{-webkit-transform:scale(1.1);transform:scale(1.1)}.team-item .content{padding:1rem}.team-item .content h3{color:var(--blue);font-size:2.2rem;font-weight:500;padding-top:.4rem}.team-item .content p{color:var(--orange);font-size:1.6rem;padding:.5rem 0}.team-item .content .icon-container{display:flex;gap:.5rem;margin-top:1rem}.team-item .icon-container a{align-items:center;background-color:rgba(0,0,0,.05);border-radius:50%;color:var(--orange);display:flex;font-size:1.5rem;height:4rem;justify-content:center;width:4rem}.team-item .icon-container a:hover{background-color:var(--orange);color:var(--white);cursor:pointer}.testimonials{overflow:hidden}.testimonial-slider{overflow:hidden;padding:0 15rem;position:relative}.testimonial-slider .swiper{overflow:visible!important;padding-bottom:4rem}.testimonial-slider .swiper-button-next,.testimonial-slider .swiper-button-prev{background-color:var(--orange);border-radius:var(--border-radius);box-shadow:var(--box-shadow);color:var(--white);font-size:1rem;height:5rem;padding:2rem;width:5rem}.testimonial-slider .swiper-button-next{right:-10rem}.testimonial-slider .swiper-button-prev{left:-10rem}.testimonial-slider .swiper-button-next:after,.testimonial-slider .swiper-button-prev:after{align-items:center;color:var(--white);display:flex;font-size:2rem;font-weight:700;justify-content:center}.testimonial-slider .swiper-button-next:hover,.testimonial-slider .swiper-button-prev:hover{background-color:var(--blue);color:var(--white)}.testimonials .swiper-pagination-bullet{background:var(--orange);border-radius:50rem;box-shadow:var(--box-shadow);height:1rem;opacity:.7;width:4rem}.testimonials .swiper-pagination-bullet-active{background:var(--blue);opacity:.9;width:4rem}.testi-item{background-color:var(--white);border-bottom-right-radius:5rem;border-top-left-radius:5rem;box-shadow:var(--box-shadow);overflow:hidden;text-align:center}.testi-item .content{background-color:var(--blue);padding:4rem 2rem 6rem}.testi-item .comment{padding-bottom:3rem;padding-top:1rem;position:relative}.testi-item .quote-end,.testi-item .quote-start{color:var(--white);font-size:2.5rem;position:absolute}.testi-item .comment .quote-start{left:0;top:0}.testi-item .comment .quote-end{bottom:0;right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.testi-item .comment p{color:var(--white);font-size:1.8rem;line-height:1.5;margin-top:2rem}.testi-item .intro{padding:8rem 2rem 4rem;position:relative}.testi-item .intro img{height:12rem;left:50%;position:absolute;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:12rem}.testi-item .intro .rating .star{color:var(--orange);font-size:2rem}.testi-item .intro h3{color:var(--blue);font-size:2rem;padding:.5rem 0}.testi-item .intro h5{color:var(--grey);font-size:1.4rem;font-weight:400}.testimonial-slider .swiper-horizontal>.swiper-pagination-bullets,.testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:-3rem}.blog .box-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(33rem,1fr))}.blog-item{background-color:var(--white);border-radius:var(--border-radius);overflow:hidden}.blog-item:hover{box-shadow:var(--box-shadow)}.blog-item .image{border-radius:var(--border-radius);height:30rem;overflow:hidden}.blog-item .image img{height:100%;object-fit:cover;width:100%}.blog-item .content{padding:2rem 1rem}.blog-item .content .date{color:var(--grey);font-size:1.7rem;padding:.5rem 0}.blog-item .content .main-heading{color:var(--blue);display:inline-block;font-size:2.5rem;font-weight:700}.blog-item .content .main-heading:hover{color:var(--orange);cursor:pointer}.blog-item .content p{color:var(--grey);font-size:1.5rem;line-height:1.5;padding-top:1rem}.contact{padding:4rem 0}.contact iframe{height:30rem;margin-bottom:1rem;width:100%}.contact h3{font-size:3rem;font-weight:500;padding-bottom:1rem}.contact>.box-container{border-radius:var(--border-radius);box-shadow:var(--box-shadow);display:flex;flex-wrap:wrap;justify-content:center;margin:0 5%;overflow:hidden}.contact-info{background:linear-gradient(rgba(41,52,98,.8),rgba(41,52,98,.8)),url(/static/media/Contact-bg.1c0167f0c133bc6aeaf9.png);background-position:50%;background-size:cover;flex:1 1 42rem;padding:2rem}.contact-info h3{color:var(--white)}.contact-info .info-item{display:flex;padding:1rem 0;width:100%}.contact-info .info-item .icon-item{align-items:center;background-color:var(--white);border-radius:50%;display:flex;height:4rem;justify-content:center;width:4rem}.contact-info .info-item .icon{color:var(--blue);font-size:1.6rem}.contact-info .info-item .content{padding-left:1rem}.contact-info .info-item .content h4{color:var(--orange);font-size:1.8rem}.contact-info .info-item .content p{color:var(--white);font-size:1.6rem;line-height:1.6;text-transform:none}.contact-form{background-color:var(--white);border-radius:1rem;flex:1 1 42rem;padding:2rem}.contact-form h3{color:var(--dark-black)}.contact-form .box{border-bottom:.1rem solid var(--blue);color:var(--grey);font-size:1.6rem;margin:.5rem 0;padding:1.5rem .5rem;text-transform:none;width:100%}.contact-form .box:focus{border-color:var(--orange)}.contact-form .box::-webkit-input-placeholder{color:var(--grey);text-transform:capitalize}.contact-form .box::placeholder{color:var(--grey);text-transform:capitalize}.contact-form textarea{height:15rem;resize:none}.contact-form button{margin-top:1rem}.contact .alert{align-items:center;color:var(--orange);display:flex;font-size:2rem;padding-left:1rem;padding-top:1rem}.contact .msg-alert{align-items:center;display:flex;margin-top:1rem}:root{--blue:#293462;--orange:#f24c4c;--dark-black:#1c1427;--light-black:#40394a;--white:#fff;--light-white:#dfdfde;--grey:#666;--border-radius:1rem;--box-shadow:0 0.5rem 1rem rgba(0,0,0,.1)}*{border:none;box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;outline:none;padding:0;text-decoration:none;text-transform:capitalize;transition:all .2s linear}::selection{background-color:#f24c4c;background-color:var(--orange);color:#fff;color:var(--white)}html{font-size:62.5%;overflow-x:hidden;scroll-behavior:smooth}section{margin-top:.1rem;padding:4rem 5%}::-webkit-scrollbar{width:.8rem}::-webkit-scrollbar-thumb{background-color:#f24c4c;background-color:var(--orange);border-radius:1rem}::-webkit-scrollbar-track{background:#293462;background:var(--blue)}@media (max-width:991px){html{font-size:55%}}@media (max-width:768px){header,section{padding:2rem}.testimonial-slider .swiper-button-next{right:-6rem}.testimonial-slider .swiper-button-prev{left:-6rem}.testimonial-slider{padding:0 7rem}}@media (max-width:450px){html{font-size:50%}header,section{padding:1rem}}
/*# sourceMappingURL=main.0ca2eef3.css.map*/