:root{--primary-color:#06709d;--secondary-color:#fff;--bg-color:#f5f5f5;--text-color:#484c44;--accent-color:#7fbe3b;--white-color:#fff;--divider-color:#0000001a;--dark-divider-color:#ffffff1a;--error-color:#e65757;--default-font:"Inter Tight",sans-serif}html,body{width:100%;overflow-x:clip}body{font-family:var(--default-font);color:var(--text-color);background:var(--bg-color);font-size:16px;font-weight:400;line-height:1em}::-webkit-scrollbar-track{background-color:var(--primary-color);border-left:1px solid var(--primary-color)}::-webkit-scrollbar{background-color:var(--primary-color);width:7px}::-webkit-scrollbar-thumb{background:var(--accent-color)}::selection{color:var(--primary-color);background-color:var(--accent-color);filter:invert()}p{margin-bottom:1.5em;line-height:1.6em}h1,h2,h3,h4,h5,h6{color:var(--primary-color);margin:0;font-weight:600;line-height:1.1em}figure{margin:0}img{max-width:100%}a{text-decoration:none}a:hover,a:focus{outline:0;text-decoration:none}.container{max-width:1500px}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{padding-left:15px;padding-right:15px}.image-anime{position:relative;overflow:hidden}.image-anime:after{content:"";z-index:1;background-color:#ffffff4d;width:200%;height:0%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-45deg)}.image-anime:hover:after{background-color:#0000;height:250%;transition:all .6s linear}.reveal{visibility:hidden;display:inline-flex;position:relative;overflow:hidden}.reveal img{-o-object-fit:cover;object-fit:cover;transform-origin:0;width:100%;height:100%}.row{margin-left:-15px;margin-right:-15px}.row>*{padding-left:15px;padding-right:15px}.row.no-gutters{margin-left:0;margin-right:0}.row.no-gutters>*{padding-left:0;padding-right:0}.btn-default{background:var(--accent-color);text-transform:capitalize;color:var(--primary-color);z-index:0;border:none;border-radius:10px;outline:none;padding:17px 58px 17px 24px;font-size:16px;font-weight:700;line-height:1em;transition:all .4s ease-in-out;display:inline-block;position:relative;overflow:hidden}.btn-default:hover{color:var(--white-color)}.btn-default:before{content:"";z-index:1;background-image:url(/frontend/images/arrow-primary.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:24px;height:24px;transition:all .4s ease-in-out;position:absolute;top:50%;right:24px;transform:translateY(-50%)}.btn-default:hover:before{filter:brightness(0)invert();transform:translate(2px,-50%)}.btn-default:after{content:"";background-color:var(--primary-color);z-index:-1;border-radius:10px;width:0;height:100%;transition:all .4s ease-in-out;position:absolute;top:0;bottom:0;right:0}.btn-default:hover:after{width:100%;left:0;right:auto}.btn-default.btn-highlighted:hover{color:var(--primary-color)}.btn-default.btn-highlighted:hover:before{filter:none}.btn-default.btn-highlighted:after{background-color:var(--white-color)}.readmore-btn{text-transform:capitalize;color:var(--primary-color);padding-right:32px;font-size:16px;font-weight:700;line-height:normal;transition:all .4s ease-in-out;display:inline-block;position:relative}.readmore-btn:before{content:"";background-image:url(/frontend/images/arrow-primary.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:24px;height:24px;transition:all .4s ease-in-out;position:absolute;top:50%;right:0;transform:translate(-2px,-50%)}.readmore-btn:hover:before{transform:translateY(-50%)}.cb-cursor:before{background:var(--accent-color)}.preloader{z-index:1000;background:var(--primary-color);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-container,.loading{border-radius:100%;width:100px;height:100px;position:relative}.loading-container{margin:40px auto}.loading{border:1px solid #0000;border-color:transparent var(--white-color)transparent var(--white-color);transform-origin:50%;animation:1.5s linear infinite rotate-loading}.loading-container:hover .loading,.loading-container .loading{transition:all .5s ease-in-out}#loading-icon{max-width:66px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bg-section{background-color:var(--secondary-color);border-radius:20px;width:100%;max-width:1880px;margin:0 auto}.bg-section .container-fluid{padding:0}.dark-section{background-color:var(--primary-color);background-image:url(/frontend/images/dark-section-bg-image.png);background-position:top;background-repeat:no-repeat;background-size:cover}.section-row{margin-bottom:80px}.section-row .section-title{margin-bottom:0}.section-row .section-title.section-title-center{text-align:center;width:100%;max-width:1080px;margin:0 auto}.section-btn{text-align:right}.section-content-btn .section-btn{text-align:left;margin-top:30px}.section-title-content p{margin-bottom:20px}.section-title-content p:last-child{margin-bottom:0}.section-title{margin-bottom:40px}.section-title .section-sub-title{text-transform:capitalize;background-color:var(--secondary-color);border-radius:100px;margin-bottom:15px;padding:8px 16px 8px 34px;font-size:14px;font-weight:600;line-height:normal;display:inline-block;position:relative}.section-title .section-sub-title:before{content:"";background:var(--accent-color);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.section-title h1{cursor:none;margin-bottom:0;font-size:66px}.section-title h2{cursor:none;margin-bottom:0;font-size:48px}.section-title p{margin-top:20px;margin-bottom:0}.bg-section .section-title .section-sub-title{background:var(--bg-color)}.dark-section .section-title .section-sub-title{background:var(--dark-divider-color);-webkit-backdrop-filter:blur(30px)}.dark-section .section-title .section-sub-title,.dark-section .section-title h1,.dark-section .section-title h2,.dark-section .section-title p,.dark-section .section-title-content p{color:var(--white-color)}.help-block.with-errors ul{text-align:left;margin:0}.help-block.with-errors ul li{color:var(--error-color);font-size:14px;font-weight:500}.text-danger{font-size:20px}header.main-header{z-index:100;position:absolute;top:50px;left:0;right:0}header.main-header .header-sticky{background:var(--dark-divider-color);-webkit-backdrop-filter:blur(30px);z-index:100;max-width:1500px;position:relative;top:0}header.main-header .header-sticky.hide{transition:transform .3s ease-in-out;transform:translateY(-100%)}header.main-header .header-sticky.active{background:var(--primary-color);border-bottom:1px solid var(--dark-divider-color);border-radius:0 0 20px 20px;position:fixed;top:0;left:0;right:0;transform:translateY(0)}.navbar{align-items:center;padding:25px 10px}.navbar-brand{margin:0;padding:0}.main-menu .nav-menu-wrapper{text-align:center;flex:1;margin:0 1.042vw}.main-menu .nav-menu-wrapper>ul{align-items:center;display:inline-flex}.main-menu ul li{margin:0 10px;position:relative}.main-menu ul li a{color:var(--white-color);text-transform:capitalize;background:0 0;border-radius:0;font-size:16px;font-weight:600;line-height:1.2em;transition:all .3s ease-in-out;padding:12px 10px!important}.main-menu ul li.submenu>a:after{content:"";margin-left:8px;font-family:FontAwesome;font-size:14px;font-weight:900}.main-menu ul li a:hover,.main-menu ul li a:focus{color:var(--accent-color)}.main-menu ul ul{visibility:hidden;opacity:0;transform-origin:top;border-top:4px solid var(--accent-color);text-align:left;background:#fff;border-radius:16px;width:280px;margin:0;padding:0;list-style:none;transition:all .3s ease-in-out;position:absolute;top:100%;left:0;overflow:hidden;transform:scaleY(.8);box-shadow:0 14px 36px #00000024}.main-menu ul li.submenu:first-child ul{width:235px}.main-menu ul ul ul{text-align:left;top:0;left:100%}.main-menu ul li:hover>ul{visibility:visible;opacity:1;padding:10px;transform:scale(1)}.main-menu ul li.submenu ul li.submenu>a:after{content:"";float:right}.main-menu ul ul li{margin:0;padding:0}.main-menu ul ul li+li{margin-top:6px}.main-menu ul ul li a{color:var(--primary-color);border-radius:12px;transition:all .3s ease-in-out;display:block;padding:10px 14px!important}.main-menu ul ul li a:hover,.main-menu ul ul li a:focus{color:var(--primary-color);background-color:#7fbe3b24;padding:10px 14px!important}.main-menu ul li.highlighted-menu,.responsive-menu,.navbar-toggle{display:none}.responsive-menu{position:relative;top:0}.slicknav_btn{background:var(--accent-color);border-radius:6px;justify-content:center;align-items:center;width:38px;height:38px;margin:0;padding:0;display:flex}.slicknav_icon .slicknav_icon-bar{background-color:var(--primary-color);border-radius:6px;width:22px;height:3px;transition:all .1s ease-in-out;display:block;margin:4px auto!important}.slicknav_icon .slicknav_icon-bar:first-child{margin-top:0!important}.slicknav_icon .slicknav_icon-bar:last-child{margin-bottom:0!important}.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:first-child{transform:rotate(-45deg)translate(-5px,5px)}.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){opacity:0}.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){transform:rotate(45deg)translate(-5px,-5px)}.slicknav_menu{background:var(--accent-color);width:100%;padding:0;position:absolute}.slicknav_menu ul{margin:5px 0}.slicknav_menu ul ul{margin:0}.slicknav_nav .slicknav_row,.slicknav_nav li a{text-transform:capitalize;color:var(--primary-color);margin:0;padding:7px 20px;font-size:16px;font-weight:600;line-height:normal;transition:all .3s ease-in-out;position:relative;border-radius:0!important}.slicknav_nav a:hover,.slicknav_nav a:focus,.slicknav_nav .slicknav_row:hover{color:var(--white-color);background-color:#0000}.slicknav_menu ul ul li a{padding:7px 20px 7px 30px}.slicknav_arrow{font-size:0!important}.slicknav_arrow:after{content:"";color:var(--primary-color);margin-left:8px;font-family:FontAwesome;font-size:12px;font-weight:900;transition:all .3s ease-out;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.slicknav_open>a .slicknav_arrow:after{color:var(--white-color);transform:translateY(-50%)rotate(-180deg)}.hero{background-image:url(/frontend/images/hero-bg-image.jpg);margin-top:20px;padding:300px 0 150px;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:linear-gradient(270deg,#033f2d00 19.79%,#033f2df2 83.96%);width:100%;height:100%;position:absolute;inset:0}.hero .container{z-index:2;position:relative}.hero-content{max-width:740px}.hero-body-item-list{flex-wrap:wrap;gap:30px;display:flex}.hero-body-item{flex-wrap:wrap;align-items:center;gap:15px;width:calc(50% - 15px);display:flex}.hero-body-item .icon-box{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative;overflow:hidden}.hero-body-item .icon-box:before{content:"";background:var(--white-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.hero-body-item:hover .icon-box:before{transform:scale(1)}.hero-body-item .icon-box img{z-index:1;width:100%;max-width:30px;position:relative}.hero-body-item-content{width:calc(100% - 75px)}.hero-body-item-content h2{color:var(--white-color);font-size:20px;line-height:1.3em}.hero-content-footer{border-top:1px solid var(--dark-divider-color);flex-wrap:wrap;align-items:center;gap:20px 60px;margin-top:40px;padding-top:40px;display:flex}.video-play-button{z-index:1;align-items:center;gap:20px;display:inline-flex;position:relative}.video-play-button a{background:var(--accent-color);cursor:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s ease-in-out;display:flex;position:relative}.video-play-button:hover a{background:var(--primary-color)}.video-play-button a:before,.video-play-button a:after{content:"";border:32px solid var(--white-color);opacity:.5;z-index:-1;border-radius:50%;width:100%;height:100%;animation:1.2s linear infinite border-zooming;position:absolute;top:-30%;left:-30%;transform:scale(.6)}.video-play-button a:after{animation-delay:.3s}@keyframes border-zooming{to{opacity:0;transform:scale(1)}}.video-play-button a i{color:var(--primary-color);font-size:14px;transition:all .3s ease-in-out}.video-play-button:hover a i{color:var(--accent-color)}.video-play-button p{color:var(--white-color);margin:0;font-size:16px;font-weight:500}.our-partner-slider{background:var(--white-color);border-radius:20px;margin-top:20px;padding:30px 50px}.partner-slider-box{flex-wrap:wrap;align-items:center;gap:20px 2.604vw;display:flex}.partner-slider-title{width:calc(24% - 1.302vw)}.partner-slider-title h3{font-size:16px;line-height:1.4em}.partner-slider-box .partner-logo-slider{width:calc(76% - 1.302vw)}.partner-slider-box .partner-logo-slider .swiper-slide{justify-content:center;align-items:center;height:auto;display:flex}.partner-logo{min-height:120px}.partner-logo img{object-fit:contain;object-position:center;width:120px;max-width:100%;height:120px}.about-us{padding:100px 0}.about-us-image-box{flex-wrap:wrap;height:100%;margin-right:15px;display:flex}.about-us-image{width:50%}.about-us-image figure{border-radius:20px;display:block}.about-us-image img{object-fit:cover;border-radius:20px;width:100%}.about-us-image.image-1{z-index:1;background:url(/frontend/images/about-us-bg-image.png) 0 0/240px no-repeat;align-content:end;margin-bottom:80px;position:relative}.about-us-image.image-2{height:100%}.about-us-image.image-2 figure{height:100%;margin-left:-155px}.about-us-image.image-2 figure img{aspect-ratio:1/1.265;height:100%}.about-us-content{align-content:center;height:100%}.about-us-body-box{flex-wrap:wrap;gap:30px;display:flex}.about-counter-box{background:var(--white-color);border-radius:20px;flex-direction:column;justify-content:space-between;width:calc(45% - 15px);padding:10px;display:flex}.about-counter-image figure{border-radius:10px;display:block}.about-counter-image img{aspect-ratio:1/.56;object-fit:cover;border-radius:10px;width:100%}.about-counter-box-content{padding:30px 20px 20px}.about-counter-box-content h2{font-size:48px}.about-counter-box-content p{margin:20px 0 0}.about-us-info-box{align-content:center;width:calc(55% - 15px)}.about-us-info-content p{margin-bottom:30px}.about-us-info-content ul{margin:0;padding:0;list-style:none}.about-us-info-content ul li{margin-bottom:15px;padding-left:25px;line-height:1.5em;position:relative}.about-us-info-content ul li:before{content:"";color:var(--accent-color);font-family:"Font Awesome 7 Free";font-size:18px;font-weight:900;position:absolute;top:0;left:0}.about-us-info-content ul li:last-child{margin-bottom:0}.about-us-info-btn{border-top:1px solid var(--divider-color);margin-top:30px;padding-top:30px}.our-services{padding:100px 0;position:relative;overflow:hidden}.our-services:before,.our-services:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;animation:4s linear infinite alternate move_effect;position:absolute}.our-services:before{background-image:url(/frontend/images/section-bg-corner-image-1.png);width:215px;height:200px;top:-50px;right:-50px}.our-services:after{background-image:url(/frontend/images/section-bg-corner-image-2.png);width:230px;height:230px;bottom:-50px;left:-50px}@keyframes move_effect{0%{transform:rotate(-8deg)}to{transform:rotate(8deg)}}.service-item{background:var(--bg-color);text-align:center;border-radius:20px;flex-direction:column;gap:24px;height:calc(100% - 30px);min-height:400px;margin-bottom:30px;padding:40px;display:flex}.service-item-image{max-width:210px;margin:0 auto}.service-item-image a,.service-item-image figure{cursor:none;border-radius:50%;display:block}.service-item-image img{aspect-ratio:1;object-fit:cover;border-radius:50%;width:100%;transition:all .6s ease-in-out}.service-item:hover .service-item-image img{transform:scale(1.06)}.service-item-header .icon-box{background:var(--accent-color);border:2px solid var(--bg-color);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin:-25px auto 0;display:flex;position:relative}.service-item-header .icon-box:before{content:"";background-color:var(--primary-color);z-index:0;border-radius:100px;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.service-item:hover .service-item-header .icon-box:before{transform:scale(1)}.service-item-header .icon-box img{z-index:1;width:100%;max-width:25px;transition:all .4s ease-in-out;position:relative}.service-item:hover .service-item-header .icon-box img{filter:brightness(0)invert()}.service-item-content h2{font-size:20px}.service-item-content h2 a{color:inherit}.service-item-content p{margin:10px 0 0}.service-item-btn{border-top:1px solid var(--divider-color);margin-top:30px;padding-top:30px}.section-footer-text{text-align:center;margin-top:30px}.section-footer-text p{margin-bottom:0}.section-footer-text p span{background:var(--accent-color);color:var(--primary-color);border-radius:20px;margin-right:10px;padding:4px 10px;font-size:14px;font-weight:600;line-height:1em;display:inline-block}.section-footer-text p a{color:var(--accent-color);text-transform:capitalize;text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:all .3s ease-in-out}.section-footer-text p a:hover{color:var(--primary-color)}.section-footer-text ul{flex-wrap:wrap;justify-content:center;align-items:center;gap:5px 15px;width:100%;margin:20px 0 0;padding:0;list-style:none;display:flex}.section-footer-text ul li{color:var(--primary-color);font-size:20px;font-weight:600;line-height:normal}.section-footer-text ul li i{color:var(--accent-color)}.section-footer-text.section-footer-contact{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 20px;display:flex}.section-footer-text.section-footer-contact span{justify-content:center;align-items:center;width:30px;height:30px;margin-right:10px;padding:0;display:inline-flex}.section-footer-text.section-footer-contact span img{width:100%;max-width:16px}.satisfy-client-images{align-items:center;display:flex}.satisfy-client-image{border:1px solid var(--white-color);z-index:1;border-radius:50%;margin-left:-10px;display:inline-block;position:relative;overflow:hidden}.satisfy-client-image:first-child{margin:0}.satisfy-client-image figure{border-radius:50%;display:block}.satisfy-client-image figure img{border-radius:50%;width:100%;max-width:40px}.satisfy-client-image.add-more{background-color:var(--accent-color);justify-content:center;align-items:center;width:42px;height:42px;display:flex}.satisfy-client-image.add-more i{color:var(--primary-color);font-size:16px}.satisfy-client-image.add-more p{color:var(--primary-color);margin:0;font-size:14px;font-weight:500;line-height:1em}.section-footer-text.section-satisfy-img{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.section-footer-text.section-satisfy-img .satisfy-client-image figure img{max-width:30px}.section-footer-text.section-satisfy-img .satisfy-client-image.add-more{width:32px;height:32px}.section-footer-text.section-satisfy-img .satisfy-client-image.add-more img{width:100%;max-width:16px}.section-footer-text.section-footer-contact ul,.section-footer-text.section-satisfy-img ul{margin:5px 0 0}.dark-section .section-footer-text p,.dark-section .section-footer-text ul li,.dark-section .section-footer-text p a:hover{color:var(--white-color)}.dark-section .section-footer-text.section-satisfy-img .satisfy-client-image{border-color:var(--primary-color)}.why-choose-us{padding:100px 0}.why-choose-content{margin-right:15px}.why-choose-item-list{flex-wrap:wrap;gap:30px;display:flex}.why-choose-item{flex-wrap:wrap;gap:15px;width:calc(50% - 15px);display:flex}.why-choose-item .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative}.why-choose-item .icon-box:before{content:"";background-color:var(--primary-color);z-index:0;border-radius:100px;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.why-choose-item:hover .icon-box:before{transform:scale(1)}.why-choose-item .icon-box img{z-index:1;width:100%;max-width:25px;transition:all .4s ease-in-out;position:relative}.why-choose-item:hover .icon-box img{filter:brightness(0)invert()}.why-choose-item-content{width:calc(100% - 65px)}.why-choose-item-content h3{font-size:20px}.why-choose-item-content p{margin:10px 0 0}.why-choose-author-box{border-top:1px solid var(--divider-color);flex-wrap:wrap;align-items:center;gap:20px;margin-top:40px;padding-top:40px;display:flex}.why-choose-author-image figure{border-radius:50%;display:block}.why-choose-author-image img{border-radius:50%;width:100%;max-width:100px}.why-choose-author-content{max-width:460px}.why-choose-author-content h3{font-size:20px}.why-choose-author-content p{margin:10px 0 0}.why-choose-images{flex-wrap:wrap;display:flex}.why-choose-image-box-1{align-content:end;width:60%}.why-choose-image figure{border-radius:20px;display:block}.why-choose-image img{object-fit:cover;border-radius:20px;width:100%}.why-choose-image-box-1 .why-choose-image{z-index:2;position:relative}.why-choose-image-box-1 .why-choose-image img{aspect-ratio:1/1.378}.why-choose-image-box-2{width:40%}.why-choose-image-box-2 .why-choose-image{margin-left:-135px}.why-choose-image-box-2 .why-choose-image img{aspect-ratio:1/1.07}.why-choose-counter-box{background:var(--white-color);border-radius:20px;margin:20px 20px 20px 10px;padding:30px;transition:all .4s ease-in-out}.why-choose-counter-box:hover{background:var(--accent-color)}.why-choose-counter-box h2{font-size:40px}.why-choose-counter-box p{margin:10px 0 0}.our-feature{background-image:url(/frontend/images/feature-bg-image.jpg);padding:100px 0;position:relative;overflow:hidden}.our-feature:before{content:"";background:var(--primary-color);opacity:.8;z-index:1;position:absolute;inset:0}.our-feature .container{z-index:2;position:relative}.feature-item{background:var(--dark-divider-color);-webkit-backdrop-filter:blur(40px);border-radius:20px;height:calc(100% - 30px);margin-bottom:30px;padding:40px;transition:all .4s ease-in-out}.feature-item:hover{transform:translateY(-5px)}.feature-item .icon-box{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative;overflow:hidden}.feature-item .icon-box:before{content:"";background:var(--white-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.feature-item:hover .icon-box:before{transform:scale(1)}.feature-item .icon-box img{z-index:1;width:100%;max-width:24px;position:relative}.feature-item-content{margin-top:30px}.feature-item-content h3{color:var(--white-color);font-size:20px}.feature-item-content p{color:var(--white-color);margin:10px 0 0}.feature-item-list{margin-top:40px}.feature-item-list ul{margin:0;padding:0;list-style:none}.feature-item-list ul li{color:var(--white-color);margin-bottom:15px;padding-left:25px;line-height:1.5em;position:relative}.feature-item-list ul li:last-child{margin-bottom:0}.feature-item-list ul li:before{content:"";color:var(--accent-color);font-family:"Font Awesome 7 Free";font-size:18px;font-weight:900;position:absolute;top:0;left:0}.company-supports-slider-box{margin-top:30px}.company-supports-content{text-align:center;justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.company-supports-content hr{width:33%;height:1px;color:var(--dark-divider-color);opacity:1;margin:0}.company-supports-content h3{color:var(--white-color);font-size:20px}.company-supports-slider-box .partner-logo-slider{margin:0 4.167vw}.our-protection{padding:100px 0}.protection-item-list{flex-wrap:wrap;gap:30px;display:flex}.protection-item{text-align:center;width:calc(20% - 24px)}.protection-item-image{margin-bottom:30px}.protection-item-image figure{border-radius:50%;display:block}.protection-item-image img{border-radius:50%;width:100%;max-width:220px}.protection-item-content h3{font-size:20px}.protection-counter-box{margin-top:80px}.protection-counter-box .company-supports-content hr{color:var(--divider-color)}.protection-counter-box .company-supports-content h3{color:var(--primary-color)}.protection-counter-item-list{flex-wrap:wrap;gap:30px;display:flex}.protection-counter-item{flex-wrap:wrap;gap:20px;width:calc(25% - 22.5px);display:flex}.protection-counter-item .icon-box img{width:100%;max-width:50px}.protection-counter-item-content{width:calc(100% - 70px)}.protection-counter-item-content h2{font-size:40px}.protection-counter-item-content p{margin:10px 0 0}.our-process{padding:100px 0}.our-process-content{align-content:center;height:100%}.process-body-list ul{flex-wrap:wrap;align-items:center;gap:15px 20px;margin:0;padding:0;list-style:none;display:flex}.process-body-list ul li{width:calc(50% - 10px);padding-left:25px;line-height:1.5em;position:relative}.process-body-list ul li:before{content:"";color:var(--accent-color);font-family:"Font Awesome 7 Free";font-size:18px;font-weight:900;position:absolute;top:0;left:0}.process-step-item-list{flex-wrap:wrap;gap:30px;margin-top:40px;display:flex}.process-step-item{background:var(--bg-color);border-radius:20px;width:calc(33.33% - 20px);padding:20px}.process-step-item-no{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative}.process-step-item-no:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.process-step-item:hover .process-step-item-no:before{transform:scale(1)}.process-step-item-no h3{z-index:1;font-size:20px;transition:all .4s ease-in-out;position:relative}.process-step-item:hover .process-step-item-no h3{color:var(--white-color)}.process-step-item-content{margin-top:50px}.process-step-item-content h3{font-size:20px}.process-step-item-content p{margin:10px 0 0}.our-process-content .section-footer-text{margin-top:40px}.our-process-content .section-footer-text ul{margin:0}.process-image-box{height:100%;margin-left:15px;position:relative}.process-image{height:100%}.process-image figure{border-radius:20px;height:100%;display:block}.process-image figure img{aspect-ratio:1/.68;object-fit:cover;border-radius:20px;width:100%;height:100%}.client-cta-box{background:var(--white-color);z-index:1;border-radius:20px;max-width:355px;padding:40px;position:absolute;bottom:40px;left:40px}.client-cta-box-header{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.client-cta-box-header h2{width:75px;font-size:30px}.client-cta-box-header p{margin-bottom:0}.client-cta-box-header p i{color:var(--accent-color);font-size:20px}.client-cta-box-body{flex-wrap:wrap;align-items:center;gap:15px;margin-top:50px;display:flex}.client-cta-box-body .satisfy-client-images{width:calc(66% - 7.5px)}.client-cta-body-content{width:calc(34% - 7.5px)}.client-cta-body-content p{margin:0;font-weight:600}.our-pricing{padding:100px 0}.pricing-item{background:var(--white-color);border-radius:20px;height:calc(100% - 30px);margin-bottom:30px;padding:10px}.pricing-item:hover{box-shadow:1px 1px 10px 1px var(--primary-color);transition:all .3s ease-in-out;transform:translateY(-6px)}.pricing-item-home{background:var(--bg-color);border-radius:20px;height:calc(100% - 30px);margin-bottom:30px;padding:10px}.pricing-item-home:hover{box-shadow:1px 1px 10px 1px var(--primary-color);transition:all .3s ease-in-out;transform:translateY(-6px)}.pricing-item-header{background:var(--bg-color);border-radius:10px;flex-direction:column;justify-content:space-between;gap:10px;min-height:274px;padding:26px;display:flex;position:relative;overflow:hidden}.pricing-item-title span{color:var(--primary-color);font-size:20px;font-weight:600;line-height:1.2em}.pricing-item-content h2{font-size:48px}.pricing-item-content h2 sub{color:var(--text-color);font-size:16px;font-weight:400;bottom:0}.pricing-item-content p{margin:10px 0 0}.pricing-item-btn{margin-top:40px}.pricing-item-btn .btn-default{text-align:center;width:100%;padding:17px}.pricing-item-btn .btn-default:before{display:none}.pricing-item-bg-image{position:absolute;top:-15px;right:-15px}.pricing-item-bg-image figure{border-radius:10px;display:block}.pricing-item-bg-image img{border-radius:10px;width:100%;max-width:110px}.pricing-item-body{padding:24px 28px 28px}.pricing-item-body h3{margin-bottom:30px;font-size:20px}.pricing-item-body ul{margin:0;padding:0;list-style:none}.pricing-item-body ul li{margin-bottom:15px;padding-left:25px;line-height:1.5em;position:relative}.pricing-item-body ul li:last-child{margin-bottom:0}.pricing-item-body ul li:before{content:"";color:var(--accent-color);font-family:"Font Awesome 7 Free";font-size:18px;font-weight:900;position:absolute;top:0;left:0}.pricing-benefit-list{margin-top:30px}.pricing-benefit-list ul{flex-wrap:wrap;justify-content:center;gap:20px 60px;margin:0;padding:0;list-style:none;display:flex}.pricing-benefit-list ul li{align-items:center;line-height:normal;display:inline-flex}.pricing-benefit-list ul li img{width:100%;max-width:20px;margin-right:15px}.our-testimonials{padding:100px 0;position:relative}.our-testimonials:before{content:"";background-image:url(/frontend/images/testimonial-bg-image.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.our-testimonials:after{content:"";background-image:url(/frontend/images/section-bg-corner-image-4.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:250px;height:250px;animation:4s linear infinite alternate move_effect;position:absolute;bottom:-65px;left:-65px}.our-testimonials .container{z-index:2;position:relative}.testimonial-image-box{height:100%;margin-right:15px;position:relative}.testimonial-image{height:100%}.testimonial-image figure{border-radius:20px;height:100%;display:block}.testimonial-image figure img{object-fit:cover;aspect-ratio:1/1.022;border-radius:20px;width:100%;height:100%}.testimonial-content-box{align-content:center;height:100%}.testimonial-slider{margin-top:60px}.testimonial-slider .swiper-wrapper{cursor:none}.testimonial-item{flex-direction:column;justify-content:space-between;gap:40px;min-height:390px;display:flex}.testimonial-item-rating{margin-bottom:25px}.testimonial-item-rating i{color:var(--accent-color);font-size:20px}.testimonial-item-content p{color:var(--white-color);margin-bottom:0;font-size:18px}.testimonial-item-author{border-top:1px solid var(--dark-divider-color);flex-wrap:wrap;align-items:center;gap:15px;padding-top:40px;display:flex}.testimonial-author-image figure{border-radius:50%;display:block}.testimonial-author-image figure img{border-radius:50%;width:100%;max-width:50px}.testimonial-author-content{width:calc(100% - 65px)}.testimonial-author-content h2{color:var(--white-color);font-size:20px}.testimonial-author-content p{color:var(--white-color);margin:5px 0 0}.testimonial-pagination.swiper-pagination-bullets{text-align:right;z-index:1;position:absolute;bottom:20px;right:0}.testimonial-pagination .swiper-pagination-bullet{background:var(--dark-divider-color);opacity:1;border-radius:100px;width:10px;height:10px;margin:0 3px;transition:all .3s ease-in-out}.testimonial-pagination .swiper-pagination-bullet-active{background:var(--accent-color);width:20px}.our-blog{padding:100px 0 70px}.post-overlay-item{height:calc(100% - 30px);margin-bottom:30px;position:relative}.post-overlay-item .post-featured-image{height:100%}.post-overlay-item .post-featured-image a,.post-overlay-item .post-featured-image figure{cursor:none;border-radius:20px;height:100%;display:block;position:relative;overflow:hidden}.post-overlay-item .post-featured-image figure:before{content:"";z-index:1;background:linear-gradient(#0000 40.21%,#000 110.01%);width:100%;height:100%;position:absolute;inset:0}.post-overlay-item .post-featured-image figure img{aspect-ratio:1/1.277;object-fit:cover;border-radius:20px;width:100%;height:100%;transition:all .6s ease-in-out}.post-overlay-item:hover .post-featured-image img{transform:scale(1.06)}.post-overlay-item .post-item-body{z-index:1;position:absolute;bottom:40px;left:40px;right:40px}.post-overlay-item .post-item-content h2{color:var(--white-color);font-size:20px;line-height:1.4em}.post-overlay-item .post-item-content h2 a{color:inherit}.post-overlay-item .post-item-btn{border-top:1px solid var(--dark-divider-color);margin-top:25px;padding-top:25px}.post-overlay-item .post-item-btn .readmore-btn{color:var(--white-color)}.post-overlay-item .post-item-btn .readmore-btn:before{background-image:url(/frontend/images/arrow-primary.svg)}.main-footer{margin-bottom:20px;padding:100px 0 0;position:relative;overflow:hidden}.main-footer:before,.main-footer:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;animation:4s linear infinite alternate move_effect;position:absolute}.main-footer:before{background-image:url(/frontend/images/section-bg-corner-image-5.png);width:210px;height:190px;top:-50px;right:-50px}.main-footer:after{background-image:url(/frontend/images/section-bg-corner-image-6.png);width:250px;height:250px;bottom:-65px;left:-65px}.main-footer .container{z-index:2;position:relative}.about-footer{flex-direction:column;justify-content:space-between;gap:20px;height:100%;display:flex}.about-footer-content h2{color:var(--white-color);font-size:20px}.about-footer-content p{color:var(--white-color);margin:30px 0 0}.footer-social-links ul{flex-wrap:wrap;gap:15px;margin:0;padding:0;list-style:none;display:flex}.footer-social-links ul li a{width:36px;height:36px;color:var(--accent-color);border:1px solid var(--accent-color);border-radius:50%;justify-content:center;align-items:center;transition:all .4s ease-in-out;display:flex}.footer-social-links ul li a:hover{background-color:var(--accent-color);color:var(--primary-color)}.footer-social-links ul li a i{color:inherit;font-size:18px}.footer-links-box{flex-wrap:wrap;gap:30px 4.167vw;margin-left:5.729vw;display:flex}.footer-links{position:relative}.footer-links:before{content:"";background:var(--dark-divider-color);width:1px;height:100%;position:absolute;top:0;bottom:0;right:-2.083vw}.footer-links:last-child:before{display:none}.footer-quick-links{width:calc(25% - 2.778vw)}.footer-service-links{width:calc(32% - 2.778vw)}.footer-links h3{color:var(--white-color);margin-bottom:30px;font-size:20px}.footer-links ul{margin:0;padding:0 0 0 20px;list-style:outside}.footer-links ul li{text-transform:capitalize;color:var(--white-color);margin-bottom:15px;line-height:1.5em}.footer-links ul li:last-child{margin-bottom:0}.footer-links ul li::marker{color:var(--accent-color)}.footer-links ul li a{color:inherit;transition:all .3s ease-in-out}.footer-links ul li a:hover{color:var(--accent-color)}.footer-contact-list-box{width:calc(43% - 2.778vw)}.footer-contact-item-list{border-top:1px solid var(--dark-divider-color);margin-top:30px;padding-top:30px}.footer-contact-item{flex-wrap:wrap;align-items:center;gap:15px;margin-bottom:30px;display:flex}.footer-contact-item:last-child{margin-bottom:0}.footer-contact-item .icon-box{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative;overflow:hidden}.footer-contact-item .icon-box:before{content:"";background:var(--white-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.footer-contact-item:hover .icon-box:before{transform:scale(1)}.footer-contact-item .icon-box img{z-index:1;width:100%;max-width:24px;position:relative}.footer-contact-item-content{width:calc(100% - 65px)}.footer-contact-item-content p{color:var(--white-color);margin-bottom:10px}.footer-contact-item-content h4{color:var(--white-color);font-size:20px}.footer-contact-item-content h4 a{color:inherit;transition:all .4s ease-in-out}.footer-contact-item-content h4 a:hover{color:var(--accent-color)}.footer-cta-box{background-color:var(--dark-divider-color);-webkit-backdrop-filter:blur(40px);border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:60px;padding:45px 60px;display:flex}.footer-logo img{width:100%}.footer-newsletter-form-box{flex-wrap:wrap;align-items:center;gap:20px 30px;display:flex}.footer-newsletter-form-title h3{color:var(--white-color);font-size:20px}.footer-newsletter-form-box .form-group{flex-wrap:wrap;display:flex}.footer-newsletter-form-box .form-group .form-control{width:330px;color:var(--white-color);background:var(--dark-divider-color);-webkit-backdrop-filter:blur(30px);box-shadow:none;border:none;border-radius:10px;outline:none;margin-right:10px;padding:10px 20px;font-size:16px;font-weight:400;line-height:1.4em}.footer-newsletter-form .form-group .form-control::placeholder{color:var(--white-color);opacity:.5}.footer-copyright-text{text-align:center;padding:60px 0}.footer-copyright-text p{color:var(--white-color);margin-bottom:0}.page-header{background:url(/frontend/images/page-header-bg.jpg) 50%/cover no-repeat;margin-top:20px;padding:250px 0 82px;position:relative;overflow:hidden}.page-header:before{content:"";z-index:1;background:linear-gradient(270deg,#033f2d00 19.79%,#033f2df2 83.96%);width:100%;height:100%;position:absolute;inset:0}.page-header-box{z-index:2;position:relative}.page-header-box h1{color:var(--white-color);cursor:none;margin-bottom:10px;font-size:66px;display:inline-block}.page-header-box ol{margin:0;padding:0}.page-header-box ol li.breadcrumb-item{text-transform:capitalize;color:var(--white-color);font-size:16px;font-weight:600;line-height:normal}.page-header-box ol li.breadcrumb-item a{color:inherit}.page-header-box ol .breadcrumb-item+.breadcrumb-item:before{color:var(--white-color)}.page-header.page-header--compact{margin-top:0;padding:140px 0 44px}.page-header.page-header--compact .page-header-box h1{margin-bottom:8px;font-size:48px}@media (max-width:991px){.page-header.page-header--compact{padding:120px 0 36px}.page-header.page-header--compact .page-header-box h1{font-size:36px}}.our-approach{padding:100px 0;position:relative;overflow:hidden}.our-approach:before,.our-approach:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute}.our-approach:before{background-image:url(/frontend/images/section-bg-corner-image-1.png);width:215px;height:200px;animation:4s linear infinite alternate move_effect;top:-50px;right:-50px}.our-approach:after{background-image:url(/frontend/images/section-bg-corner-image-2.png);width:230px;height:230px;animation:4s linear infinite alternate move_effect;bottom:-50px;left:-50px}.our-approach .container{z-index:2;position:relative}.approach-image-box{flex-direction:column;justify-content:space-between;gap:30px;height:100%;margin-right:15px;display:flex}.our-approach-image{height:100%}.our-approach-image figure{border-radius:20px;height:100%;display:block}.our-approach-image img{aspect-ratio:1/.54;object-fit:cover;border-radius:20px;width:100%;height:100%}.vision-mission-boxes{flex-wrap:wrap;gap:30px;display:flex}.vision-mission-item{background-color:var(--bg-color);border-radius:20px;width:calc(50% - 15px);padding:30px}.vision-mission-item .icon-box{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative;overflow:hidden}.vision-mission-item .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.vision-mission-item:hover .icon-box:before{transform:scale(1)}.vision-mission-item .icon-box img{z-index:1;width:100%;max-width:24px;transition:all .4s ease-in-out;position:relative}.vision-mission-item:hover .icon-box img{filter:brightness(0)invert()}.vision-mission-item-content{margin-top:60px}.vision-mission-item-content h3{font-size:20px}.vision-mission-item-content p{margin:10px 0 0}.our-approach-content-box{align-content:center;height:100%}.approach-item-list{flex-wrap:wrap;gap:30px;display:flex}.approach-item{flex-wrap:wrap;align-items:center;gap:15px;width:calc(50% - 15px);display:flex}.approach-item .icon-box{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative;overflow:hidden}.approach-item .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.approach-item:hover .icon-box:before{transform:scale(1)}.approach-item .icon-box img{z-index:1;width:100%;max-width:24px;transition:all .4s ease-in-out;position:relative}.approach-item:hover .icon-box img{filter:brightness(0)invert()}.approach-item-content{width:calc(100% - 65px)}.approach-item-content h3{font-size:20px;line-height:1.3em}.approach-skill-item-list,.our-approach-btn{margin-top:40px}.approach-skill-item-list .skills-progress-bar{width:100%;margin-bottom:30px}.approach-skill-item-list .skills-progress-bar:last-child{margin-bottom:0}.skills-progress-bar .skill-data{justify-content:space-between;gap:15px;margin-bottom:15px;display:flex}.skills-progress-bar .skill-data .skill-title,.skills-progress-bar .skill-data .skill-no{color:var(--primary-color);font-size:16px;font-weight:500;line-height:normal}.skills-progress-bar .skillbar .skill-progress{background:var(--bg-color);border-radius:10px;width:100%;height:10px;position:relative;overflow:hidden}.skills-progress-bar .skillbar .skill-progress .count-bar{background:var(--accent-color);border-radius:100px;position:absolute;top:0;bottom:0;left:0}.who-we-are{padding:100px 0}.who-we-are-item{background-color:var(--white-color);border-radius:20px;flex-direction:column;justify-content:space-between;height:calc(100% - 30px);min-height:580px;margin-bottom:30px;padding:10px;display:flex}.who-we-item-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:30px;display:flex}.who-we-item-header .icon-box{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;overflow:hidden}.who-we-item-header .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.who-we-are-item:hover .icon-box:before{transform:scale(1)}.who-we-item-header .icon-box img{z-index:1;width:100%;max-width:40px;transition:all .4s ease-in-out;position:relative}.who-we-are-item:hover .icon-box img{filter:brightness(0)invert()}.who-we-item-image img{object-fit:cover;border-radius:10px;width:125px;height:80px}.who-we-item-body{background-color:var(--bg-color);border-radius:10px;flex-direction:column;justify-content:space-between;gap:30px;min-height:360px;padding:40px;display:flex}.who-we-item-content h3{font-size:20px;line-height:1.3em}.who-we-item-content p{margin:10px 0 0}.who-we-body-list{border-top:1px solid var(--divider-color);padding-top:30px}.who-we-body-list ul{flex-wrap:wrap;gap:20px;margin:0;padding:0;list-style:none;display:flex}.who-we-body-list ul li{background-color:var(--white-color);color:var(--primary-color);border-radius:100px;padding:8px 16px 8px 32px;transition:all .4s ease-in-out;position:relative}.who-we-body-list ul li:before{content:"";background:var(--accent-color);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.who-we-body-list ul li:hover{background-color:var(--primary-color);color:var(--white-color)}.our-achievements{background-image:url(/frontend/images/achievements-bg-image.jpg);padding:100px 0;position:relative;overflow:hidden}.our-achievements:before{content:"";background:var(--primary-color);opacity:.8;z-index:1;width:100%;height:100%;position:absolute;inset:0}.our-achievements .container{z-index:2;position:relative}.achievement-item{background-color:var(--dark-divider-color);-webkit-backdrop-filter:blur(20px);text-align:center;border-radius:20px;height:calc(100% - 30px);margin-bottom:30px;padding:40px;transition:all .4s ease-in-out}.achievement-item:hover{transform:translateY(-5px)}.achievement-item-image,.achievement-item-year{margin-bottom:40px}.achievement-item-image img{object-fit:cover;border-radius:10px;max-width:120px;height:100px}.achievement-item-year{position:relative}.achievement-item-year:before,.achievement-item-year:after{content:"";background-color:var(--dark-divider-color);width:51%;height:1px;position:absolute;top:50%;transform:translateY(-50%)}.achievement-item-year:before{left:-40px}.achievement-item-year:after{right:-40px}.achievement-item-year h2{color:var(--white-color);background-color:var(--dark-divider-color);-webkit-backdrop-filter:blur(30px);border-radius:5px;padding:7px 16px;font-size:20px;transition:all .4s ease-in-out;display:inline-block}.achievement-item:hover .achievement-item-year h2{background-color:var(--accent-color);color:var(--primary-color)}.achievement-item-content h3{color:var(--white-color);font-size:20px;line-height:1.4em}.our-team{padding:100px 0}.team-item{height:calc(100% - 30px);margin-bottom:30px;position:relative}.team-item-image figure,.team-item-image a{cursor:none;border-radius:20px;display:block;overflow:hidden}.team-item-image img{aspect-ratio:1/1.305;object-fit:cover;width:100%;transition:all .6s ease-in-out}.team-item:hover .team-item-image img{transform:scale(1.06)}.team-item-content{text-align:center;background-color:var(--white-color);z-index:1;border-radius:12px;padding:30px;position:absolute;bottom:10px;left:10px;right:10px}.team-item-content h2{font-size:20px}.team-item-content h2 a{color:inherit}.team-item-content p{margin:10px 0 0}.team-social-list{opacity:0;visibility:hidden;z-index:2;transition:all .4s ease-in-out;position:absolute;top:30px;right:30px;transform:scaleX(.6)}.team-item:hover .team-social-list{opacity:1;visibility:visible;transform:scaleX(1)}.team-social-list ul{margin:0;padding:0;list-style:none}.team-social-list ul li{margin-bottom:15px}.team-social-list ul li:last-child{margin-bottom:0}.team-social-list ul li a{background-color:var(--white-color);width:36px;height:36px;color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;transition:all .4s ease-in-out;display:flex}.team-social-list ul li a:hover{background-color:var(--accent-color)}.team-social-list ul li a i{color:inherit;font-size:18px}.our-faqs{padding:100px 0;position:relative;overflow:hidden}.faq-image-box{height:100%;margin-right:15px;position:relative}.faq-image{height:100%}.faq-image figure{border-radius:20px;height:100%;display:block}.faq-image img{aspect-ratio:1/.949;object-fit:cover;border-radius:20px;width:100%;height:100%}.faq-client-box{background-color:var(--divider-color);-webkit-backdrop-filter:blur(50px);z-index:1;border-radius:12px;width:330px;padding:25px;position:absolute;bottom:30px;left:30px}.faq-client-box-header{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.faq-client-box-header h2{color:var(--white-color);font-size:30px}.faq-client-box-body{margin-top:15px}.faq-client-box-body p{color:var(--white-color);margin-bottom:0}.faq-accordion{align-content:center;height:100%}.faq-accordion .accordion-item{background:var(--white-color);border-radius:10px;margin-bottom:25px;position:relative;overflow:hidden}.faq-accordion .accordion-item:last-child{margin-bottom:0}.faq-accordion .accordion-header .accordion-button{color:var(--primary-color);background:0 0;padding:20px 64px 20px 30px;font-size:18px;font-weight:500;line-height:1.333em;transition:all .4s ease-in-out}.faq-accordion .accordion-item .accordion-button:not(.collapsed){background-color:var(--accent-color)}.faq-accordion .accordion-item .accordion-button:after,.faq-accordion .accordion-item .accordion-button.collapsed:after{content:"";background-image:url(/frontend/images/arrow-primary.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:24px;height:24px;transition:all .4s ease-in-out;position:absolute;top:50%;right:30px;transform:translateY(-50%)rotate(90deg)}.faq-accordion .accordion-button:not(.collapsed):after{transform:translateY(-50%)rotate(270deg)}.faq-accordion .accordion-item .accordion-body{background-color:var(--accent-color);border-top:1px solid var(--divider-color);padding:20px 30px}.faq-accordion .accordion-item .accordion-body p{color:var(--primary-color);margin:0}.science-step{background:var(--white-color);border:1px solid var(--divider-color);text-align:center;border-radius:16px;height:100%;padding:28px 22px;box-shadow:0 10px 30px #0000000f}.science-step-icon{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:22px;display:flex;position:relative;overflow:hidden}.science-step-icon:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.science-step:hover .science-step-icon:before{transform:scale(1)}.science-step-icon i{z-index:1;color:var(--primary-color);transition:all .4s ease-in-out;position:relative}.science-step:hover .science-step-icon i{color:var(--white-color)}.science-step-title{margin-bottom:10px;font-size:20px}.science-step-desc{margin-bottom:0}.science-expert-card{border:1px solid var(--divider-color);border-radius:16px;height:100%;overflow:hidden;box-shadow:0 14px 40px #00000012}.science-expert-body{padding:26px}.science-expert-header{align-items:center;gap:18px;margin-bottom:14px;display:flex}.science-expert-photo{border:1px solid var(--divider-color);background:var(--bg-color);border-radius:14px;flex:none;width:88px;height:88px;overflow:hidden}.science-expert-photo img{object-fit:cover;width:100%;height:100%}.science-expert-name{margin-bottom:6px;font-size:22px}.science-expert-designation{color:var(--text-color);margin-bottom:0;font-weight:600;line-height:1.4em}.science-expert-desc{margin:14px 0 18px}.science-expert-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.science-expert-list li{align-items:flex-start;gap:10px;display:flex}.science-expert-list li i{color:var(--accent-color);margin-top:3px}.science-behind{padding:100px 0 110px;position:relative;overflow:hidden}.science-behind-pattern{background:linear-gradient(180deg,#f5f8fb 0%,var(--white-color)48%,#f3f7fa 100%)}.science-behind-pattern:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 12% 8%,#06709d1c,#0000 42%),radial-gradient(circle at 92% 22%,#7fbe3b24,#0000 48%),radial-gradient(circle at 40% 96%,#06709d14,#0000 50%),repeating-linear-gradient(-12deg,#0000,#0000 80px,#06709d05 80px 81px);position:absolute;inset:0}.science-behind .container{z-index:1;position:relative}.science-behind-hero-title p{max-width:640px;color:var(--text-color);opacity:.92;margin-left:auto;margin-right:auto;line-height:1.65}.science-process-intro{text-align:center;margin:8px 0 36px}.science-process-pill{letter-spacing:.14em;text-transform:uppercase;color:var(--primary-color);background:var(--white-color);border:1px solid #06709d1f;border-radius:100px;align-items:center;gap:10px;padding:12px 22px 12px 36px;font-size:13px;font-weight:700;display:inline-flex;position:relative;box-shadow:0 4px 20px #06709d12,0 1px 3px #0000000a}.science-process-pill:before{content:"";background:var(--accent-color);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:18px;transform:translateY(-50%);box-shadow:0 0 0 4px #7fbe3b40}.science-process-timeline{max-width:920px;margin:0 auto;padding:12px 0 28px;position:relative}.science-process-timeline:before{content:"";background:linear-gradient(180deg,#7fbe3b8c 0%,var(--primary-color)50%,#7fbe3b73 100%);opacity:.35;border-radius:4px;width:4px;margin-left:-2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 24px #06709d26}.science-process-item{margin:22px 0;display:flex;position:relative}.science-process-item.is-left{justify-content:flex-end;padding-right:56px}.science-process-item.is-right{justify-content:flex-start;padding-left:56px}.science-process-item:before{content:"";background:linear-gradient(145deg,var(--accent-color),var(--white-color));border:3px solid var(--primary-color);z-index:2;border-radius:50%;width:18px;height:18px;transition:transform .35s,box-shadow .35s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 6px #fffffff2,0 12px 28px #06709d33}.science-process-item:hover:before{transform:translate(-50%,-50%)scale(1.08);box-shadow:0 0 0 6px #fffffff2,0 16px 36px #7fbe3b59}.science-process-item:after{display:none}.science-process-card{background:linear-gradient(145deg,var(--white-color)0%,var(--bg-color)55%,var(--white-color)100%);border:1px solid var(--divider-color);border-radius:20px;align-items:flex-start;gap:18px;width:min(420px,100%);padding:22px 24px 24px 22px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 28px #06709d14,0 2px 8px #0000000a}.science-process-card:before{content:"";background:linear-gradient(180deg,var(--accent-color)0%,var(--primary-color)100%);pointer-events:none;border-radius:20px 0 0 20px;width:5px;position:absolute;top:0;bottom:0;left:0}.science-process-card:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(100% 80% at 100% 0,#7fbe3b14 0%,#0000 55%);transition:opacity .45s;position:absolute;inset:0}.science-process-item:hover .science-process-card{border-color:#06709d1f;transform:translateY(-4px);box-shadow:0 18px 48px #06709d24,0 6px 16px #7fbe3b1a}.science-process-item:hover .science-process-card:after{opacity:1}.science-process-step-badge{letter-spacing:.1em;color:#06709d38;z-index:1;font-size:11px;font-weight:800;line-height:1;position:absolute;top:16px;right:18px}.science-process-icon{z-index:1;background:linear-gradient(145deg,#06709d1f 0%,#7fbe3b29 100%);border:1px solid #06709d1a;border-radius:16px;flex:none;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .35s;display:flex;box-shadow:0 4px 14px #06709d1a}.science-process-item:hover .science-process-icon{border-color:#7fbe3b66;transform:scale(1.06)rotate(-2deg);box-shadow:0 8px 22px #06709d2e}.science-process-icon i{color:var(--primary-color);font-size:26px;transition:color .35s}.science-process-item:hover .science-process-icon i{color:var(--accent-color)}.science-process-content{z-index:1;min-width:0;position:relative}.science-process-step-title{color:var(--primary-color);letter-spacing:-.02em;margin:0 0 8px;padding-right:36px;font-size:21px;font-weight:700;line-height:1.25}.science-process-step-desc{color:var(--text-color);opacity:.9;margin:0;font-size:15px;line-height:1.6}.science-experts-head{margin-top:36px}.science-behind .science-experts-head .section-title p{opacity:.92;max-width:620px;margin-left:auto;margin-right:auto;line-height:1.65}.science-experts-row{gap:28px 0;margin-top:16px}.science-behind .science-expert-card-v2{border:1px solid var(--divider-color);background:linear-gradient(165deg,var(--white-color)0%,var(--bg-color)100%);border-radius:22px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 8px 32px #06709d14,0 2px 8px #0000000a}.science-behind .science-expert-card-v2:before{content:"";background:linear-gradient(90deg,var(--accent-color)0%,var(--primary-color)50%,var(--accent-color)100%);pointer-events:none;height:4px;position:absolute;top:0;left:0;right:0}.science-behind .science-expert-card-v2:hover{transform:translateY(-5px);box-shadow:0 20px 50px #06709d24,0 8px 20px #7fbe3b14}.science-expert-header-v2{align-items:center;gap:16px;margin-bottom:14px;display:flex}.science-expert-photo-v2{background:linear-gradient(145deg,var(--accent-color),var(--primary-color));border-radius:22px;flex:none;width:96px;height:96px;padding:3px;overflow:hidden;box-shadow:0 10px 28px #06709d26}.science-expert-photo-v2 img{object-fit:cover;border-radius:19px;width:100%;height:100%}.science-expert-meta-v2 .science-expert-name{color:var(--primary-color)}.science-expert-meta-v2 .science-expert-designation{color:var(--accent-color);margin-bottom:0;font-weight:600}.science-behind .science-expert-desc{color:var(--text-color);opacity:.92;margin:0 0 18px;line-height:1.65}.science-behind .science-expert-list{gap:8px}.science-behind .science-expert-list li{background:#ffffffbf;border:1px solid #06709d14;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;transition:border-color .3s,background .3s}.science-behind .science-expert-list li:hover{background:var(--white-color);border-color:#7fbe3b59}.science-behind .science-expert-list li i{width:22px;height:22px;color:var(--white-color);background:var(--accent-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:0;font-size:11px;display:flex}@media (max-width:991px){.science-process-timeline:before{margin-left:0;left:20px;transform:none}.science-process-item,.science-process-item.is-left,.science-process-item.is-right{justify-content:flex-start;padding-left:56px;padding-right:0}.science-process-item:before{left:22px;transform:translate(-50%,-50%)}.science-process-step-title{padding-right:0}}.page-services{padding:100px 0 70px}.page-services .service-item{background-color:var(--white-color)}.page-service-single{padding:100px 0}.page-single-sidebar{margin-right:15px;position:sticky;top:30px}.page-category-list{background:var(--secondary-color);border-radius:20px;margin-bottom:60px;overflow:hidden}.page-category-list .page-category-list-title{background:var(--accent-color);padding:25px 40px;font-size:20px;line-height:normal}.page-category-list ul{margin:0;padding:40px;list-style:none}.page-category-list ul li{border-bottom:1px solid var(--divider-color);margin-bottom:25px;padding-bottom:25px;line-height:1.4em}.page-category-list ul li:last-child{border-bottom:none;margin:0;padding:0}.page-category-list ul li a{text-transform:capitalize;color:inherit;padding-right:25px;font-weight:500;transition:all .4s ease-in-out;display:block;position:relative}.page-category-list ul li a:hover{color:var(--primary-color)}.page-category-list ul li a:before{content:"";background:url(/frontend/images/arrow-primary.svg) 50%/cover no-repeat;width:20px;height:20px;transition:all .4s ease-in-out;position:absolute;top:1px;right:0;transform:translate(-2px)}.page-category-list ul li a:hover:before{transform:translate(0)}.sidebar-cta-box{text-align:center;border-radius:20px;overflow:hidden}.sidebar-cta-content-box{background:var(--primary-color);padding:40px}.sidebar-cta-logo{margin-bottom:40px}.sidebar-cta-logo img{width:100%;max-width:168px}.sidebar-cta-content{border-bottom:1px solid var(--dark-divider-color);margin-bottom:40px;padding-bottom:40px}.sidebar-cta-content h2{color:var(--white-color);margin-bottom:40px;font-size:20px}.sidebar-cta-content ul{margin:0;padding:0;list-style:none}.sidebar-cta-content ul li{color:var(--white-color);margin-bottom:20px;line-height:1.4em}.sidebar-cta-content ul li:last-child{margin-bottom:0}.sidebar-cta-content ul li a{color:inherit;transition:all .3s ease-in-out}.sidebar-cta-content ul li a:hover{color:var(--accent-color)}.sidebar-cta-contact-item{flex-wrap:wrap;align-items:center;gap:15px;display:inline-flex}.sidebar-cta-contact-item .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative;overflow:hidden}.sidebar-cta-contact-item .icon-box:before{content:"";background:var(--white-color);border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.sidebar-cta-box:hover .sidebar-cta-contact-item .icon-box:before{transform:scale(1)}.sidebar-cta-contact-item .icon-box img{z-index:1;width:100%;max-width:20px;position:relative}.sidebar-cta-contact-content h3{color:var(--white-color);font-size:24px}.sidebar-cta-contact-content h3 a{color:inherit;text-underline-offset:5px;text-decoration:underline;transition:all .3s ease-in-out}.sidebar-cta-contact-content h3 a:hover{color:var(--accent-color)}.sidebar-cta-btn>a,.sidebar-cta-btn>a:visited,.sidebar-cta-btn a.sidebar-cta-btn-link,.sidebar-cta-btn a.sidebar-cta-btn-link:visited{background:var(--accent-color);color:var(--primary-color);padding:20px;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;display:block}.sidebar-cta-btn>a:hover,.sidebar-cta-btn a.sidebar-cta-btn-link:hover{background:var(--white-color);color:var(--primary-color)}.page-single-image{margin-bottom:30px}.page-single-image figure{border-radius:20px;display:block}.page-single-image img{aspect-ratio:1/.568;object-fit:cover;border-radius:20px;width:100%}.service-entry{margin-bottom:60px}.service-entry p{margin-bottom:20px}.service-entry h2{margin-bottom:20px;font-size:48px}.service-entry h3{margin-bottom:10px;font-size:20px;line-height:1.3em}.service-entry p:last-child,.service-entry h2:last-child,.service-entry h3:last-child{margin:0}.service-entry ul{flex-wrap:wrap;gap:15px 20px;margin:0;padding:0;list-style:none;display:flex}.service-entry ul li{width:calc(33.33% - 13.33px);padding-left:25px;line-height:1.4em;position:relative}.service-entry ul li:before{content:"";color:var(--accent-color);font-family:"Font Awesome 7 Free";font-size:18px;font-weight:900;position:absolute;top:0;left:0}.service-info-box,.service-process-box,.service-treatment-box{margin-top:60px}.service-entry-image-content{flex-wrap:wrap;gap:30px;margin-top:40px;display:flex}.service-entry-item-list,.service-entry-image{width:calc(50% - 15px)}.service-entry-item-list{background:var(--white-color);border-radius:20px;padding:40px}.service-entry-item{border-bottom:1px solid var(--divider-color);flex-wrap:wrap;gap:15px;margin-bottom:30px;padding-bottom:30px;display:flex}.service-entry-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.service-entry-item .icon-box{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative;overflow:hidden}.service-entry-item .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.service-entry-item:hover .icon-box:before{transform:scale(1)}.service-entry-item .icon-box img{z-index:1;width:100%;max-width:25px;transition:all .4s ease-in-out;position:relative}.service-entry-item:hover .icon-box img{filter:brightness(0)invert()}.service-entry-item-content{width:calc(100% - 65px)}.service-entry-image figure{border-radius:20px;height:100%;display:block}.service-entry-image img{aspect-ratio:1/.52;object-fit:cover;border-radius:20px;width:100%;height:100%}.service-process-item-list{flex-wrap:wrap;gap:30px;margin-top:40px;display:flex}.service-process-item{background-color:var(--white-color);text-align:center;border-radius:12px;width:calc(33.33% - 20px);margin-top:40px;padding:0 30px 30px}.service-process-item-no{background:var(--accent-color);border:4px solid var(--white-color);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:-40px auto 40px;display:flex;position:relative;overflow:hidden}.service-process-item-no:before{content:"";background:var(--primary-color);border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.service-process-item:hover .service-process-item-no:before{transform:scale(1)}.service-process-item-no span{z-index:1;font-size:34px;font-weight:600;line-height:1.1em;transition:all .4s ease-in-out;position:relative}.service-process-item:hover .service-process-item-no span{color:var(--white-color)}.service-process-box .section-footer-text ul{gap:5px 15px}.service-process-box .section-footer-text ul li{width:auto;padding:0;line-height:normal}.service-process-box .section-footer-text ul li:before{display:none}.service-treatment-image-video{margin-top:40px;position:relative}.service-treatment-image figure{border-radius:20px;display:block}.service-treatment-image-video img{aspect-ratio:1/.516;object-fit:cover;border-radius:20px;width:100%}.service-treatment-image-video .video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.service-treatment-image-video .video-play-button a{background:var(--divider-color);-webkit-backdrop-filter:blur(30px);width:140px;height:140px}.service-treatment-image-video .video-play-button a:before,.service-treatment-image-video .video-play-button a:after{display:none}.service-treatment-image-video .video-play-button a:hover{background:var(--primary-color)}.service-treatment-image-video .video-play-button a i{color:var(--white-color);margin-left:3px;font-size:40px}.service-treatment-list{margin-top:40px}.page-blog{padding:100px 0}.post-item{height:calc(100% - 30px);margin-bottom:30px}.post-featured-image{margin-bottom:20px}.post-featured-image a{cursor:none;border-radius:20px;display:block;overflow:hidden}.post-featured-image figure{display:block}.post-featured-image img{aspect-ratio:1/.62;object-fit:cover;width:100%;transition:all .6s ease-in-out}.post-item:hover .post-featured-image img{transform:scale(1.06)}.post-item-content h2{font-size:20px;line-height:1.4em}.post-item-content h2 a{color:inherit}.post-item-btn{border-top:1px solid var(--divider-color);margin-top:20px;padding-top:20px}.page-pagination{text-align:center;margin-top:30px}.page-pagination ul{justify-content:center;margin:0;padding:0}.page-pagination ul li a,.page-pagination ul li span{background:var(--secondary-color);color:var(--primary-color);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin:0 5px;font-weight:600;line-height:1em;text-decoration:none;transition:all .3s ease-in-out;display:flex}.page-pagination ul li.active a,.page-pagination ul li a:hover{background:var(--accent-color)}.page-single-post{padding:100px 0}.post-single-meta ol li{color:var(--white-color);margin-right:15px;font-size:18px}.post-single-meta ol li:last-child{margin-right:0}.post-single-meta ol li i{color:var(--white-color);margin-right:5px;font-size:18px}.post-image{margin-bottom:30px;position:relative}.post-image figure{border-radius:20px;display:block;overflow:hidden}.post-image img{aspect-ratio:1/.5;object-fit:cover;border-radius:20px;width:100%}.post-content{width:100%;max-width:1250px;margin:0 auto}.post-entry{border-bottom:1px solid var(--divider-color);margin-bottom:30px;padding-bottom:30px}.post-entry:after{content:"";clear:both;display:block}.post-entry a{color:var(--accent-color)}.post-entry h1,.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5,.post-entry h6{margin:0 0 .42em;font-weight:600;line-height:1.1em}.post-entry h1{font-size:66px}.post-entry h2{font-size:48px}.post-entry h3{font-size:40px}.post-entry h4{font-size:30px}.post-entry h5{font-size:24px}.post-entry h6{font-size:20px}.post-entry p{margin-bottom:20px}.post-entry p:last-child{margin-bottom:0}.post-entry p strong{color:var(--primary-color);font-size:18px;font-weight:600}.post-entry ol{margin:0 0 30px}.post-entry ul{margin:20px 0;padding:0 0 0 20px}.post-entry ol li,.post-entry ul li{color:var(--text-color);margin-bottom:15px;font-size:18px;font-weight:400;line-height:1.5em;position:relative}.post-entry ul li:last-child{margin-bottom:0}.post-entry ul ul,.post-entry ul ol,.post-entry ol ol,.post-entry ol ul{margin-top:20px;margin-bottom:0}.post-entry ul ul li:last-child,.post-entry ul ol li:last-child,.post-entry ol ol li:last-child,.post-entry ol ul li:last-child{margin-bottom:0}.post-entry blockquote{background:var(--accent-color)url(/frontend/images/icon-blockquote.svg);background-position:30px 30px;background-repeat:no-repeat;background-size:45px;border-radius:20px;margin-bottom:30px;padding:30px 30px 30px 90px}.post-entry blockquote p{color:var(--primary-color);font-size:20px;font-weight:600;line-height:1.4em}.post-entry blockquote p:last-child{margin-bottom:0}.tag-links{text-transform:capitalize;color:var(--primary-color);flex-wrap:wrap;align-items:center;gap:15px;font-size:20px;font-weight:600;display:inline-flex}.post-tags .tag-links a{text-transform:capitalize;background:var(--accent-color);color:var(--primary-color);border-radius:10px;padding:12px 20px;font-size:16px;font-weight:700;line-height:1em;transition:all .4s ease-in-out;display:inline-block}.post-tags .tag-links a:hover{background:var(--primary-color);color:var(--white-color)}.post-social-sharing{text-align:right}.post-social-sharing ul{margin:0;padding:0;list-style:none}.post-social-sharing ul li{margin-right:10px;display:inline-block}.post-social-sharing ul li:last-child{margin-right:0}.post-social-sharing ul li a{text-align:center;background:var(--accent-color);color:var(--primary-color);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .4s ease-in-out;display:flex}.post-social-sharing ul li:hover a{background:var(--primary-color);color:var(--white-color)}.post-social-sharing ul li a i{color:inherit;font-size:18px}.page-projects{padding:100px 0 70px}.project-item{height:calc(100% - 30px);margin-bottom:30px;position:relative}.project-item-image{height:100%}.project-item-image a,.project-item-image figure{cursor:none;border-radius:20px;height:100%;display:block;position:relative;overflow:hidden}.project-item-image figure:before{content:"";background:linear-gradient(180deg,transparent 50%,var(--primary-color)100%);z-index:1;border-radius:20px;width:100%;height:100%;position:absolute;inset:0}.project-item-image img{aspect-ratio:1/1.064;object-fit:cover;width:100%;height:100%;transition:all .6s ease-in-out}.project-item:hover .project-item-image img{transform:scale(1.06)}.project-item-btn{opacity:0;visibility:hidden;z-index:1;transition:all .4s ease-in-out;position:absolute;top:30px;right:30px;transform:scale(0)}.project-item:hover .project-item-btn{opacity:1;visibility:visible;transform:scale(1)}.project-item-btn a{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s ease-in-out;display:flex}.project-item-btn a:hover{background:var(--white-color)}.project-item-btn a img{width:100%;max-width:30px;transition:all .4s ease-in-out;transform:rotate(-45deg)}.project-item-btn a:hover img{transform:rotate(0)}.project-item-content{z-index:1;position:absolute;bottom:30px;left:30px;right:30px}.project-item-content ul{flex-wrap:wrap;gap:10px;margin:0 0 25px;padding:0;list-style:none;display:flex}.project-item-content ul li a{background:var(--dark-divider-color);-webkit-backdrop-filter:blur(15px);color:var(--white-color);border-radius:100px;padding:9px 16px 9px 34px;font-weight:500;transition:all .4s ease-in-out;display:inline-block;position:relative}.project-item-content ul li a:hover{background:var(--white-color);color:var(--primary-color)}.project-item-content ul li a:before{content:"";background:var(--accent-color);border-radius:50%;width:8px;height:8px;transition:all .4s ease-in-out;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.project-item-content ul li a:hover:before{background:var(--primary-color)}.project-item-content h2{color:var(--white-color);font-size:20px;line-height:1.4em}.project-item-content h2 a{color:inherit}.page-project-single{padding:100px 0}.project-category-item-list{padding:40px}.project-category-item{border-bottom:1px solid var(--divider-color);flex-wrap:wrap;align-items:center;gap:15px;margin-bottom:30px;padding-bottom:30px;display:flex}.project-category-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.project-category-item .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative}.project-category-item .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.project-category-item:hover .icon-box:before{transform:scale(1)}.project-category-item .icon-box svg{z-index:1;width:100%;max-width:24px;color:var(--primary-color);transition:all .4s ease-in-out;position:relative}.project-category-item:hover .icon-box svg{color:var(--white-color)}.project-category-item .icon-box img{z-index:1;width:100%;max-width:24px;transition:all .4s ease-in-out;position:relative}.project-category-item:hover .icon-box img{filter:brightness(0)invert()}.project-category-item-content{width:calc(100% - 65px)}.project-category-item-content h2{font-size:20px}.project-category-item-content p{margin:5px 0 0}.project-category-social-links{background:var(--accent-color);flex-wrap:wrap;align-items:center;gap:15px;padding:25px;display:flex}.project-category-social-links h3{font-size:20px}.page-category-list .project-category-social-links ul{flex-wrap:wrap;gap:15px;padding:0;display:flex}.page-category-list .project-category-social-links ul li{border:none;margin:0;padding:0}.page-category-list .project-category-social-links ul li a{border:1px solid var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.page-category-list .project-category-social-links ul li a:hover{background:var(--primary-color);color:var(--accent-color)}.page-category-list .project-category-social-links ul li a:before{display:none}.page-category-list .project-category-social-links ul li a i{font-size:18px}.project-entry{margin-bottom:60px}.project-entry p{margin-bottom:20px}.project-entry h2{margin-bottom:20px;font-size:48px}.project-entry h3{margin-bottom:10px;font-size:20px;line-height:1.4em}.project-entry p:last-child,.project-entry h2:last-child,.project-entry h3:last-child{margin:0}.project-entry ul{flex-wrap:wrap;gap:20px;margin:0;padding:0;list-style:none;display:flex}.project-entry ul li{width:calc(50% - 10px);padding-left:25px;line-height:1.4em;position:relative}.project-entry ul li:before{content:"";color:var(--accent-color);font-family:"Font Awesome 7 Free";font-size:18px;font-weight:900;position:absolute;top:0;left:0}.project-entry ul.service-dos-donts-list{flex-flow:column;gap:.75rem;width:100%}.project-entry ul.service-dos-donts-list li{width:100%;max-width:100%;padding-left:0}.project-entry ul.service-dos-donts-list li:before{content:none;display:none}.project-requirement-box,.project-approach-box,.project-process-box{margin-top:60px}.project-requirement-list{margin-top:40px}.project-requirement-list ul li{background:var(--white-color);border-radius:10px;padding:15px 20px 15px 48px}.project-requirement-list ul li:before{top:16px;left:20px}.project-approach-image-content{flex-wrap:wrap;gap:20px 30px;margin-top:40px;display:flex}.project-approach-image,.project-approach-content{width:calc(50% - 15px)}.project-approach-image figure{border-radius:20px;height:100%;display:block}.project-approach-image img{aspect-ratio:1/.512;object-fit:cover;border-radius:20px;width:100%;height:100%}.project-approach-content{align-content:center}.project-approach-content ul li{width:100%}.project-process-step-list{flex-wrap:wrap;gap:30px 5.208vw;margin-top:40px;display:flex}.project-process-step-item{text-align:center;flex-direction:column;gap:30px;width:calc(33.33% - 3.472vw);display:flex;position:relative}.project-process-step-item:nth-child(3n+2){flex-direction:column-reverse;padding-top:70px}.project-process-step-item:before{content:"";background:url(/frontend/images/project-process-step-arrow.svg) 50% no-repeat;width:11.458vw;height:100%;position:absolute;top:0;bottom:0;right:-8.073vw}.project-process-step-item:nth-child(3n+2):before{transform:rotateY(180deg)}.project-process-step-item:nth-child(3n+3):before,.project-process-step-item:last-child:before{display:none}.project-process-step-item .icon-box{background-color:var(--accent-color);border:10px solid var(--white-color);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto;display:flex;position:relative;overflow:hidden}.project-process-step-item .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.project-process-step-item:hover .icon-box:before{transform:scale(1)}.project-process-step-item .icon-box img{z-index:1;width:100%;max-width:40px;transition:all .4s ease-in-out;position:relative}.project-process-step-item:hover .icon-box img{filter:brightness(0)invert()}.project-process-item-content{z-index:1;width:100%;position:relative}.page-team{padding:100px 0 70px}.page-team-single{padding:100px 0}.team-single-image{margin-bottom:60px}.team-single-image figure{border-radius:20px;display:block}.team-single-image img{aspect-ratio:1/1.01;object-fit:cover;border-radius:20px;width:100%}.team-member-about,.team-role-content-box,.team-certificate-box,.team-skills-box{margin-bottom:60px}.team-contact-list{flex-wrap:wrap;gap:30px;display:flex}.team-contact-item{background-color:var(--white-color);border-radius:20px;flex-wrap:wrap;align-items:center;gap:15px;width:calc(50% - 15px);padding:30px;display:flex}.team-contact-item .icon-box{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative;overflow:hidden}.team-contact-item .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.team-contact-item:hover .icon-box:before{transform:scale(1)}.team-contact-item .icon-box img{z-index:1;width:100%;max-width:24px;transition:all .4s ease-in-out;position:relative}.team-contact-item:hover .icon-box img{filter:brightness(0)invert()}.team-contact-item-content{width:calc(100% - 65px)}.team-contact-item-content p{margin:0 0 10px}.team-contact-item-content h3{font-size:20px}.member-social-list{border-top:1px solid var(--divider-color);flex-wrap:wrap;align-items:center;gap:15px;margin-top:40px;padding-top:40px;display:flex}.member-social-list h3{font-size:20px}.member-social-list ul{flex-wrap:wrap;gap:15px;margin:0;padding:0;list-style:none;display:flex}.member-social-list ul li a{width:36px;height:36px;color:var(--primary-color);border:1px solid var(--primary-color);border-radius:50%;justify-content:center;align-items:center;transition:all .3s ease-in-out;display:flex}.member-social-list ul li:hover a{background:var(--primary-color);color:var(--white-color)}.member-social-list ul li a i{color:inherit;font-size:18px}.team-role-content-list ul{flex-wrap:wrap;gap:20px;margin:0;padding:0;list-style:none;display:flex}.team-role-content-list ul li{width:calc(50% - 10px);padding-left:25px;line-height:1.5em;position:relative}.team-role-content-list ul li:before{content:"";color:var(--accent-color);font-family:"Font Awesome 7 Free";font-size:18px;font-weight:900;position:absolute;top:0;left:0}.team-role-content{margin-top:40px}.team-role-content p:last-child{margin-bottom:0}.team-certificate-item-list{flex-wrap:wrap;gap:30px;display:flex}.team-certificate-item{background-color:var(--white-color);text-align:center;border-radius:20px;width:calc(33.33% - 20px);padding:30px;overflow:hidden}.team-certificate-item-image,.team-certificate-item-year{margin-bottom:30px}.team-certificate-item-image img{object-fit:cover;border-radius:10px;max-width:90px;height:80px}.team-certificate-item-year{position:relative}.team-certificate-item-year:before{content:"";background-color:var(--divider-color);width:calc(100% + 60px);height:1px;position:absolute;top:50%;left:-30px;transform:translateY(-50%)}.team-certificate-item-year h2{background-color:var(--accent-color);z-index:1;border-radius:5px;padding:7px 16px;font-size:20px;transition:all .4s ease-in-out;display:inline-block;position:relative}.team-certificate-item:hover .team-certificate-item-year h2{background-color:var(--primary-color);color:var(--white-color)}.team-certificate-item-content h3{font-size:20px;line-height:1.4em}.member-skill-list{flex-wrap:wrap;gap:30px;display:flex}.member-skill-list .skills-progress-bar{width:calc(50% - 15px)}.member-skill-list .skills-progress-bar .skillbar .skill-progress{background:var(--secondary-color)}.team-contact-form{background-color:var(--white-color);border-radius:20px;height:auto;padding:60px}.team-contact-form .contact-form .form-control,.team-contact-form .contact-us-form-content .section-title .section-sub-title{background:var(--bg-color)}.page-pricing{padding:100px 0}.page-testimonials{padding:100px 0 70px}.page-testimonials .testimonial-item{background-color:var(--white-color);border-radius:20px;height:calc(100% - 30px);margin-bottom:30px;padding:30px}.page-testimonials .testimonial-item .testimonial-item-content p,.page-testimonials .testimonial-item .testimonial-author-content p{color:var(--text-color)}.page-testimonials .testimonial-item .testimonial-item-author{border-color:var(--divider-color)}.page-testimonials .testimonial-item .testimonial-author-content h2{color:var(--primary-color)}.page-gallery{padding:100px 0 70px}.page-gallery-box .photo-gallery{height:calc(100% - 30px);margin-bottom:30px}.page-gallery-box .photo-gallery a{cursor:none}.page-gallery-box .photo-gallery figure{border-radius:20px;display:block}.page-gallery-box .photo-gallery img{aspect-ratio:1/.81;object-fit:cover;border-radius:20px;width:100%}.page-video-gallery{padding:100px 0 70px}.video-gallery-image{height:calc(100% - 30px);margin-bottom:30px;overflow:hidden}.video-gallery-image a{cursor:none;display:block;position:relative}.video-gallery-image a:before{content:"";background-color:var(--primary-color);opacity:0;visibility:hidden;z-index:1;border-radius:20px;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.video-gallery-image:hover a:before{opacity:.5;visibility:visible;transform:scale(1)}.video-gallery-image a:after{content:"";background:var(--accent-color);color:var(--primary-color);cursor:none;opacity:0;visibility:hidden;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-family:FontAwesome;font-size:20px;transition:all .5s ease-in-out;display:flex;position:absolute;top:50%;left:50%;right:0;transform:translate(-50%,-50%)}.video-gallery-image:hover a:after{opacity:1;visibility:visible}.video-gallery-image img{aspect-ratio:1/.81;object-fit:cover;border-radius:20px;width:100%}.page-faqs{padding:100px 0}.page-faqs .page-single-faqs{margin-bottom:60px}.page-faqs .page-single-faqs:last-child{margin-bottom:0}.page-contact-us{padding:100px 0 50px}.contact-info-list{flex-flow:column wrap;gap:30px;margin-bottom:100px;display:flex}.contact-info-item{background-color:var(--white-color);border-radius:20px;width:100%;height:100%;padding:10px}.contact-info-item-image{margin-bottom:10px}.contact-info-item-image figure{border-radius:10px;display:block}.contact-info-item-image img{aspect-ratio:1/.48;object-fit:cover;border-radius:10px;width:100%;transition:all .6s ease-in-out}.contact-info-item:hover .contact-info-item-image img{transform:scale(1.06)}.contact-info-item-body{flex-wrap:wrap;align-items:center;gap:15px;padding:20px;display:flex}.contact-info-item-body .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative}.contact-info-item-body .icon-box:before{content:"";background-color:var(--primary-color);z-index:0;border-radius:100px;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.contact-info-item:hover .contact-info-item-body .icon-box:before{transform:scale(1)}.contact-info-item-body .icon-box img{z-index:1;width:100%;max-width:24px;transition:all .4s ease-in-out;position:relative}.contact-info-item:hover .contact-info-item-body .icon-box img{filter:brightness(0)invert()}.contact-info-item-content{width:calc(100% - 65px)}.contact-info-item-content p{margin:0 0 10px}.contact-info-item-content h2{font-size:20px}.contact-info-item-content h2 a{color:inherit;transition:all .4s ease-in-out}.contact-info-item-content h2 a:hover{color:var(--accent-color)}.contact-us-image-box{height:100%;margin-right:20px;position:relative}.contact-us-image{height:100%}.contact-us-image figure{border-radius:20px;height:100%;display:block}.contact-us-image img{aspect-ratio:1/1.036;object-fit:cover;border-radius:20px;width:100%;height:100%}.working-hour-box{background-color:var(--white-color);z-index:1;border-radius:20px;padding:30px;position:absolute;bottom:40px;left:40px}.working-hour-box h3{margin-bottom:25px;font-size:20px}.working-hour-box ul{margin:0;padding:0 0 0 20px;list-style:outside}.working-hour-box ul li{color:var(--primary-color);margin-bottom:10px;line-height:1.5em}.working-hour-box ul li:last-child{margin-bottom:0}.working-hour-box ul li::marker{color:var(--primary-color)}.contact-us-form{align-content:center;height:100%}.contact-form .form-control{color:var(--primary-color);background:var(--white-color);border-color:var(--primary-color);box-shadow:none;border-radius:12px;outline:none;padding:18px 20px;font-size:16px;font-weight:400;line-height:1.5em}.contact-form .form-control::placeholder{color:var(--text-color)}.google-map{padding:50px 0 100px}.google-map-iframe iframe{border-radius:20px;width:100%;height:700px}.error-page{padding:100px 0}.error-page-image{text-align:center;margin-bottom:30px}.error-page-image img{width:100%;max-width:540px}.error-page-content{text-align:center}.error-page-content .section-title{margin-bottom:15px}@media only screen and (max-width:1880px){.bg-section{width:calc(100% - 40px)}}@media only screen and (max-width:1580px){header.main-header .header-sticky{width:calc(100% - 70px)}}@media only screen and (max-width:1440px){.container{max-width:1300px}.service-item{min-height:initial;padding:30px}.why-choose-counter-box{padding:20px 15px}.feature-item{padding:30px}.feature-item-list{margin-top:30px}.protection-item-image img{max-width:180px}.process-step-item-list{gap:20px}.process-step-item{width:calc(33.33% - 13.33px)}.client-cta-box{padding:30px;bottom:30px;left:30px}.client-cta-box-body{margin-top:30px}.pricing-item-header{min-height:300px;padding:30px 25px}.pricing-item-body{padding:40px 25px 30px}.pricing-item-btn{margin-top:30px}.testimonial-item{min-height:350px}.post-overlay-item .post-item-body{bottom:30px;left:30px;right:30px}.footer-links-box{margin-left:0}.who-we-are-item{min-height:460px}.who-we-item-header{padding:20px}.who-we-item-body{min-height:initial;padding:30px 20px}.who-we-body-list ul{gap:12px}.achievement-item{padding:30px}.achievement-item-year:before{width:47%;left:-30px}.achievement-item-year:after{width:47%;right:-30px}.team-item-content{padding:20px}.page-category-list .page-category-list-title{padding:20px 30px}.page-category-list ul,.sidebar-cta-content-box{padding:30px}.page-category-list ul li{margin-bottom:20px;padding-bottom:20px}.sidebar-cta-content h2,.sidebar-cta-logo{margin-bottom:30px}.sidebar-cta-content{margin-bottom:30px;padding-bottom:30px}.sidebar-cta-content ul li{margin-bottom:15px}.service-entry-item-list{padding:30px}.post-content{max-width:1100px}.project-category-item-list{padding:30px 25px}.project-category-item{margin-bottom:20px;padding-bottom:20px}.team-contact-item{padding:20px}.member-social-list{margin-top:30px;padding-top:30px}.team-role-content{margin-top:30px}.team-certificate-item{padding:20px}.team-certificate-item-year:before{width:calc(100% + 40px)}.team-contact-form{padding:40px}.working-hour-box{bottom:30px;left:30px}}@media only screen and (max-width:1024px){.main-menu ul li{margin:0}.section-content-btn .section-btn{margin-top:20px}.section-title-content{margin-top:10px}.section-btn{text-align:left;margin-top:15px}.hero:before{background:var(--primary-color);opacity:.5}.hero-content{max-width:100%}.our-partner-slider{padding:30px}.partner-slider-title,.partner-slider-box .partner-logo-slider{text-align:center;width:100%}.about-us-image-box{height:auto;margin:0 0 30px}.about-us-image.image-2,.about-us-image.image-2 figure,.about-us-image.image-2 figure img{height:auto}.about-counter-box-content{padding:20px 10px 10px}.about-counter-box-content p{margin:10px 0 0}.service-item-btn{margin-top:20px;padding-top:20px}.why-choose-content{margin:0 0 30px}.why-choose-images{max-width:800px;margin:0 auto}.company-supports-content{margin-bottom:30px}.company-supports-content hr{width:24%}.protection-counter-item{text-align:center;justify-content:center;gap:15px}.protection-counter-item-content{width:100%}.process-image-box{height:auto;margin:0 0 30px}.process-image,.process-image figure,.process-image figure img,.our-process-content{height:auto}.process-step-item-content{margin-top:30px}.testimonial-image-box{height:auto;margin:0 0 30px}.testimonial-image,.testimonial-image figure,.testimonial-image img,.testimonial-content-box{height:auto}.testimonial-image figure img{aspect-ratio:1/.72}.testimonial-slider{margin-top:0}.testimonial-item{min-height:initial;gap:30px}.testimonial-item-rating i{font-size:18px}.testimonial-item-author{padding-top:30px}.post-overlay-item .post-featured-image figure img{aspect-ratio:1/1.1}.about-footer{height:auto;margin-bottom:30px}.about-footer-content p{margin-top:15px}.footer-cta-box{gap:20px;padding:30px}.footer-newsletter-form-box{gap:20px}.footer-newsletter-form-box .form-group .form-control{width:285px}.approach-image-box{height:auto;margin:0 0 30px}.our-approach-image,.our-approach-image figure,.our-approach-image img{height:auto}.vision-mission-item-content{margin-top:30px}.achievement-item-image,.achievement-item-year{margin-bottom:30px}.team-item-image img{aspect-ratio:1/1.2}.faq-image-box{height:auto;margin:0 0 30px}.faq-image,.faq-image figure{height:auto}.faq-image img{aspect-ratio:1/.75}.page-single-sidebar{margin:0}.page-category-list .page-category-list-title{padding:15px 20px}.page-category-list ul,.sidebar-cta-content-box{padding:20px}.page-single-image{margin-bottom:20px}.service-entry{margin-bottom:40px}.service-entry ul li{width:calc(50% - 10px)}.service-entry ul li:before{font-size:16px}.service-info-box,.service-process-box,.service-treatment-box{margin-top:40px}.service-process-item-list,.service-entry-image-content{margin-top:30px}.service-process-item{width:calc(50% - 15px)}.service-process-item-no{margin-bottom:30px}.service-treatment-image-video{margin-top:30px}.service-treatment-image-video .video-play-button a{width:100px;height:100px}.service-treatment-image-video .video-play-button a i{font-size:32px}.service-treatment-list{margin-top:30px}.project-category-item-list,.project-category-social-links{padding:20px}.project-entry{margin-bottom:40px}.project-requirement-box,.project-approach-box,.project-process-box{margin-top:40px}.project-entry ul{gap:15px}.project-entry ul li{width:calc(50% - 7.5px)}.project-entry ul li:before{font-size:16px}.project-requirement-list{margin-top:30px}.project-requirement-list ul li{padding:10px 10px 10px 36px}.project-requirement-list ul li:before{top:10px;left:12px}.project-approach-image-content{gap:20px;margin-top:30px}.project-approach-image,.project-approach-content{width:calc(50% - 10px)}.project-approach-content ul li{width:100%}.project-process-step-list{gap:30px;margin-top:30px}.project-process-step-item{gap:20px;width:calc(50% - 15px)}.project-process-step-item:nth-child(3n+2){flex-direction:column;padding:0}.project-process-step-item:before{display:none}.project-process-step-item .icon-box{border-width:5px;width:70px;height:70px}.project-process-step-item .icon-box img{max-width:30px}.team-member-about,.team-role-content-box,.team-certificate-box,.team-skills-box{margin-bottom:40px}.team-contact-item-content h3{font-size:18px}.team-certificate-item,.contact-info-item{width:calc(50% - 15px)}.contact-us-image-box{height:auto;margin:0 0 30px}.contact-us-form,.contact-us-image,.contact-us-image figure,.contact-us-image img{height:auto}.contact-us-image img{aspect-ratio:1/.75}.google-map-iframe iframe{height:500px}}@media only screen and (max-width:991px){.btn-default{padding:15px 46px 15px 16px}.btn-default:before{width:22px;height:22px;right:16px}header.main-header{top:0}header.main-header .header-sticky{width:100%}header.main-header .header-sticky.active{border-radius:0;width:100%}.navbar{padding:20px 0}.responsive-menu,.navbar-toggle,.slicknav_nav li,.slicknav_nav ul{display:block}.header-btn{display:none}.bg-section{border-radius:0;width:100%;margin:0}.bg-section .container-fluid{padding:0 15px}.section-row{margin-bottom:40px}.section-title{margin-bottom:30px}.section-title .section-sub-title{margin-bottom:10px;padding:6px 12px 6px 26px}.section-title .section-sub-title:before{width:6px;height:6px;left:12px}.section-title h1{font-size:48px}.section-title h2{font-size:38px}.section-title p{margin-top:10px}.hero{padding:140px 0 50px}.hero-body-item .icon-box{width:50px;height:50px}.hero-body-item .icon-box img{max-width:24px}.hero-body-item-content{width:calc(100% - 65px)}.hero-content-footer{gap:20px 40px;margin-top:30px;padding-top:30px}.our-partner-slider{padding:20px 0}.about-us{padding:50px 0}.about-counter-box-content h2{font-size:38px}.about-us-info-content ul li:before{font-size:16px}.our-services{padding:50px 0}.our-services:before{width:115px;height:100px;top:-30px;right:-30px}.our-services:after{width:130px;height:130px;bottom:-30px;left:-30px}.section-footer-text{margin-top:10px}.section-footer-text ul li{font-size:18px}.why-choose-us{padding:50px 0}.why-choose-author-box{margin-top:30px;padding-top:30px}.why-choose-counter-box h2{font-size:34px}.our-feature{padding:50px 0}.feature-item-list ul li:before{font-size:16px}.company-supports-slider-box{margin-top:10px}.company-supports-content{justify-content:center;margin-bottom:20px}.company-supports-content hr{display:none}.company-supports-slider-box .partner-logo-slider{margin:0}.our-protection{padding:50px 0}.protection-item-list{justify-content:center}.protection-item{width:calc(33.33% - 20px)}.protection-counter-box{margin-top:50px}.protection-counter-item-content h2{font-size:34px}.our-process{padding:50px 0}.client-cta-box{padding:20px;bottom:20px;left:20px}.client-cta-box-body{margin-top:20px}.client-cta-box-header h2{font-size:26px}.client-cta-box-header p i{font-size:18px}.process-body-list ul li:before{font-size:16px}.process-step-item-list{margin-top:30px}.our-pricing{padding:50px 0}.pricing-item-header{min-height:initial;padding:20px}.pricing-item-content h2{font-size:38px}.pricing-item-btn .btn-default{padding:15px}.pricing-item-body{padding:30px 20px 20px}.pricing-item-body h3{margin-bottom:20px}.pricing-item-body ul li{margin-bottom:10px}.pricing-item-body ul li:before{font-size:16px}.pricing-benefit-list{margin-top:10px}.pricing-benefit-list ul{gap:15px 30px}.pricing-benefit-list ul li img{max-width:18px;margin-right:10px}.our-testimonials{padding:50px 0}.our-testimonials:after{width:130px;height:130px;bottom:-30px;left:-30px}.testimonial-item-rating{margin-bottom:15px}.our-blog{padding:50px 0 20px}.post-overlay-item .post-item-body{bottom:20px;left:20px;right:20px}.post-overlay-item .post-item-btn{margin-top:20px;padding-top:20px}.main-footer{margin-bottom:0;padding:50px 0 0}.main-footer:before{width:115px;height:100px;top:-30px;right:-30px}.main-footer:after{width:130px;height:130px;bottom:-30px;left:-30px}.footer-links h3{margin-bottom:20px}.footer-links ul li{margin-bottom:10px}.footer-contact-item-list{margin-top:20px;padding-top:20px}.footer-contact-item-content p{margin-bottom:5px}.footer-cta-box{margin-top:30px;padding:20px}.footer-newsletter-form-box{display:block}.footer-newsletter-form-title{margin-bottom:15px}.footer-copyright-text{padding:30px 0}.page-header{margin-top:0;padding:170px 0 80px}.page-header-box h1{font-size:48px}.our-approach{padding:50px 0}.our-approach:before{width:115px;height:100px;top:-30px;right:-30px}.our-approach:after{width:130px;height:130px;bottom:-30px;left:-30px}.approach-skill-item-list,.our-approach-btn{margin-top:30px}.who-we-are{padding:50px 0}.who-we-are-item{min-height:initial;gap:20px}.who-we-item-header{padding:10px}.who-we-item-header .icon-box{width:60px;height:60px}.who-we-item-header .icon-box img{max-width:30px}.who-we-item-body{padding:20px}.who-we-body-list ul li{padding:6px 12px 6px 26px}.who-we-body-list ul li:before{width:6px;height:6px;left:12px}.our-achievements,.our-team,.our-faqs{padding:50px 0}.faq-client-box-header h2{font-size:26px}.faq-accordion .accordion-header .accordion-button{padding:15px 50px 15px 20px}.faq-accordion .accordion-item{margin-bottom:20px}.faq-accordion .accordion-item .accordion-body{padding:15px 20px}.faq-accordion .accordion-item .accordion-button:after,.faq-accordion .accordion-item .accordion-button.collapsed:after{width:20px;height:20px;right:20px}.page-services{padding:50px 0 20px}.page-service-single{padding:50px 0}.page-single-sidebar,.page-category-list{margin-bottom:30px}.page-category-list ul li{margin-bottom:15px;padding-bottom:15px}.sidebar-cta-content h2,.sidebar-cta-logo{margin-bottom:20px}.sidebar-cta-content{margin-bottom:20px;padding-bottom:20px}.sidebar-cta-content ul li{margin-bottom:10px}.sidebar-cta-contact-content h3{font-size:22px}.service-entry p{margin-bottom:15px}.service-entry h2{margin-bottom:15px;font-size:38px}.service-entry-item-list{padding:20px}.service-process-item{margin-top:35px}.service-process-item-no{width:70px;height:70px;margin:-35px auto 20px}.service-process-item-no span{font-size:28px}.service-process-box .section-footer-text{margin-top:30px}.page-blog{padding:50px 0}.post-featured-image{margin-bottom:15px}.post-item-btn{margin-top:15px;padding-top:15px}.page-pagination{margin-top:10px}.page-single-post{padding:50px 0}.post-image{margin-bottom:20px}.post-entry h2{font-size:38px}.post-entry p{margin-bottom:15px}.post-entry ol li,.post-entry ul li{margin-bottom:10px;font-size:16px}.post-entry blockquote{background-position:20px 20px;background-size:40px;margin-bottom:20px;padding:20px 20px 20px 70px}.post-entry blockquote p{font-size:18px}.post-tags{margin-bottom:20px}.post-tags .tag-links a{padding:12px 15px}.post-social-sharing ul{text-align:left}.page-projects{padding:50px 0 20px}.project-item-content{bottom:20px;left:20px;right:20px}.project-item-btn{top:20px;right:20px}.project-item-btn a{width:50px;height:50px}.project-item-btn a img{max-width:24px}.project-item-content ul{margin-bottom:15px}.project-item-content ul li a{padding:8px 12px 8px 26px}.project-item-content ul li a:before{width:6px;height:6px;left:12px}.page-project-single{padding:50px 0}.project-category-social-links{padding:15px 20px}.page-category-list .project-category-social-links ul{gap:10px}.project-entry p{margin-bottom:15px}.project-entry h2{margin-bottom:15px;font-size:38px}.page-team{padding:50px 0 20px}.page-team-single{padding:50px 0}.team-single-image{margin-bottom:30px}.team-role-content-list ul li:before{font-size:16px}.team-certificate-item-image,.team-certificate-item-year{margin-bottom:20px}.team-contact-form{padding:30px}.page-pricing{padding:50px 0}.page-testimonials{padding:50px 0 20px}.page-testimonials .testimonial-item{padding:20px}.page-gallery,.page-video-gallery{padding:50px 0 20px}.page-faqs{padding:50px 0}.page-faqs .page-single-faqs{margin-bottom:40px}.page-contact-us{padding:50px 0 25px}.contact-info-list{margin-bottom:50px}.contact-info-item-body{padding:10px}.contact-info-item-content p{margin:0 0 5px}.contact-info-item-content h2{font-size:18px}.working-hour-box{padding:20px;bottom:20px;left:20px}.working-hour-box h3{margin-bottom:15px}.contact-form .form-control{padding:13px 15px}.google-map{padding:25px 0 50px}.error-page{padding:50px 0}.error-page-image{margin-bottom:20px}}@media only screen and (max-width:767px){.section-row{margin-bottom:30px}.section-title h1{font-size:28px}.section-title h2{font-size:26px}.hero-body-item-list{gap:20px}.hero-body-item{width:100%}.hero-body-item-content h2{font-size:18px}.hero-content-footer{gap:25px}.video-play-button{gap:15px}.about-us-image.image-1{background-size:120px;margin-bottom:30px}.about-us-image.image-2 figure{margin-left:-70px}.about-us-body-box{gap:20px}.about-counter-box,.about-us-info-box{width:100%}.about-counter-box-content h2{font-size:26px}.about-us-info-content p{margin-bottom:15px}.about-us-info-content ul li{margin-bottom:10px}.service-item{gap:20px;padding:20px}.service-item-content h2{font-size:18px}.section-footer-text ul li{font-size:16px}.why-choose-item{width:100%}.why-choose-item-content h3{font-size:18px}.why-choose-author-box{gap:10px}.why-choose-author-image img{max-width:70px}.why-choose-author-content{width:calc(100% - 80px);max-width:100%}.why-choose-author-content h3{font-size:18px}.why-choose-counter-box{margin:15px 0 0 10px;padding:15px}.why-choose-counter-box h2{font-size:28px}.why-choose-counter-box p{margin-top:5px;font-size:14px}.feature-item{padding:20px}.feature-item-content h3{font-size:18px}.feature-item-list{margin-top:20px}.feature-item-list ul li{margin-bottom:10px}.company-supports-content{margin-bottom:20px}.company-supports-content h3{font-size:16px}.protection-item{width:calc(50% - 15px)}.protection-item-image{margin-bottom:15px}.protection-item-image img{max-width:140px}.protection-item-content h3{font-size:18px}.protection-counter-box{margin-top:30px}.protection-counter-item{width:calc(50% - 15px)}.protection-counter-item-content h2{font-size:28px}.protection-counter-item-content p{margin-top:5px}.process-image figure img{aspect-ratio:1/1.1}.client-cta-box{padding:15px;bottom:15px;left:15px;right:15px}.client-cta-box-header{gap:10px}.client-cta-box-header h2{width:60px;font-size:22px}.client-cta-box-header p i{font-size:16px}.client-cta-box-body{margin-top:15px}.client-cta-box-body .satisfy-client-images{width:calc(60% - 7.5px)}.client-cta-body-content{width:calc(40% - 7.5px)}.process-body-list ul{gap:10px}.process-body-list ul li,.process-step-item{width:100%}.process-step-item-content{margin-top:20px}.process-step-item-content h3{font-size:18px}.pricing-item-header{gap:20px;padding:15px}.pricing-item-title span{font-size:18px}.pricing-item-content h2{font-size:26px}.pricing-item-content h2 sub{font-size:14px}.pricing-item-btn{margin-top:20px}.pricing-item-bg-image img{border-radius:10%;max-width:100%}.pricing-item-body{padding:20px 10px 10px}.pricing-item-body h3{font-size:18px}.pricing-benefit-list ul{gap:10px 15px}.pricing-benefit-list ul li{font-size:14px}.pricing-benefit-list ul li img{margin-right:5px}.testimonial-image figure img{aspect-ratio:1/1.022}.testimonial-item{gap:20px}.testimonial-item-rating i,.testimonial-item-content p{font-size:16px}.testimonial-item-author{padding-top:20px}.testimonial-author-content h2{font-size:18px}.testimonial-pagination.swiper-pagination-bullets{position:initial;text-align:center;margin-top:30px}.post-overlay-item .post-item-btn{margin-top:15px;padding-top:15px}.post-overlay-item .post-item-content h2,.about-footer-content h2{font-size:18px}.footer-links-box{justify-content:space-between;gap:30px}.footer-links:before{display:none}.footer-quick-links,.footer-service-links{width:auto}.footer-contact-list-box{width:100%}.footer-links h3{margin-bottom:15px;font-size:18px}.footer-contact-item-content h4{font-size:18px}.footer-newsletter-form-box{width:100%}.footer-newsletter-form-title h3{font-size:18px}.footer-newsletter-form-box .footer-newsletter-form{width:100%}.footer-newsletter-form-box .form-group .form-control{width:calc(100% - 50px)}.footer-newsletter-form-box .form-group .btn-default{width:40px;height:40px;padding:18px;font-size:0}.footer-newsletter-form .btn-default:before{right:50%;transform:translate(50%,-50%)}.footer-copyright-text{padding:15px 0}.page-header-box h1{font-size:28px}.vision-mission-item{width:100%;padding:20px}.vision-mission-boxes,.approach-item-list{gap:20px}.vision-mission-item-content h3,.approach-item-content h3{font-size:18px}.approach-item{width:100%}.approach-skill-item-list .skills-progress-bar{margin-bottom:20px}.who-we-item-body{gap:20px}.who-we-item-content h3{font-size:18px}.who-we-body-list{padding-top:20px}.who-we-body-list ul li{font-size:14px}.achievement-item-image,.achievement-item-year{margin-bottom:20px}.achievement-item-year h2,.achievement-item-content h3,.team-item-content h2{font-size:18px}.faq-image img{aspect-ratio:1/.949}.faq-client-box{width:auto;padding:15px;bottom:15px;left:15px;right:15px}.faq-client-box-header h2{font-size:22px}.faq-accordion .accordion-header .accordion-button{padding:12px 35px 12px 15px;font-size:16px}.faq-accordion .accordion-item .accordion-button:after,.faq-accordion .accordion-item .accordion-button.collapsed:after{right:12px}.faq-accordion .accordion-item .accordion-body{padding:12px 15px}.page-category-list .page-category-list-title,.sidebar-cta-content h2{font-size:18px}.sidebar-cta-contact-content h3{font-size:20px}.sidebar-cta-btn>a,.sidebar-cta-btn a.sidebar-cta-btn-link{padding:15px}.page-single-image img{aspect-ratio:1/.65}.service-entry h2{font-size:26px}.service-entry h3{font-size:18px}.service-entry ul{gap:10px}.service-entry ul li{width:100%}.service-entry-item-list{width:100%;padding:20px}.service-entry-item{margin-bottom:20px;padding-bottom:20px}.service-entry-image{width:100%;height:auto}.service-process-item-list{gap:20px}.service-process-item{width:100%;margin-top:30px;padding:0 20px 20px}.service-process-item-no{width:60px;height:60px;margin:-30px auto 15px}.service-process-item-no span{font-size:22px}.service-treatment-image-video img{aspect-ratio:1/.65}.service-treatment-image-video .video-play-button a{width:65px;height:65px}.service-treatment-image-video .video-play-button a i{font-size:24px}.post-item-content h2{font-size:18px}.post-single-meta ol li,.post-single-meta ol li i{font-size:16px}.post-image img{aspect-ratio:1/.7}.post-entry blockquote{background-position:15px 15px;padding:60px 15px 15px}.post-entry blockquote p{font-size:16px}.post-entry h2{font-size:26px}.tag-links,.project-item-content h2,.project-category-item-content h2,.project-category-social-links h3{font-size:18px}.project-entry h2{font-size:26px}.project-entry h3{margin-bottom:5px;font-size:18px}.project-entry ul{gap:10px}.project-entry ul li,.project-approach-image,.project-approach-content{width:100%}.project-process-step-item{gap:15px;width:100%}.team-contact-list{gap:20px}.team-contact-item{width:100%}.member-social-list h3{font-size:18px}.team-role-content-list ul{gap:10px}.team-role-content-list ul li{width:100%}.team-certificate-item-list{gap:20px}.team-certificate-item{width:100%}.team-certificate-item-year h2,.team-certificate-item-content h3{font-size:18px}.member-skill-list{gap:20px}.member-skill-list .skills-progress-bar{width:100%}.team-contact-form{padding:30px 20px}.contact-info-list{gap:20px}.contact-info-item{width:100%}.working-hour-box{position:initial;margin-top:20px}.working-hour-box h3{font-size:18px}.google-map-iframe iframe{height:350px}.navbar-brand{width:70%}}.main-header.header-gold{top:20px}.main-header.header-gold .header-sticky{border-bottom:1px solid var(--dark-divider-color);-webkit-backdrop-filter:none;background-color:#0000;border-radius:0;max-width:1880px}.main-header.header-gold .navbar{padding:30px 0}.hero-gold{background-image:url(/frontend/images/hero-bg-image-gold.jpg);background-position:50%;margin-top:20px;padding:210px 0 260px;position:relative;overflow:hidden}.hero-gold:before{content:"";background:var(--primary-color);opacity:.6;z-index:1;width:100%;height:100%;position:absolute;inset:0}.hero-gold .container{z-index:2;position:relative}.hero-content-gold{align-content:center;height:100%;margin-right:3.385vw}.hero-content-body-gold{flex-wrap:wrap;align-items:center;gap:15px 30px;display:flex}.video-play-button-gold{align-items:center;display:inline-flex}.video-play-button-gold a{background:var(--accent-color);width:50px;height:50px;color:var(--primary-color);cursor:none;border-radius:50%;justify-content:center;align-items:center;transition:all .4s ease-in-out;display:flex;position:relative}.video-play-button-gold a:hover{background-color:var(--white-color)}.video-play-button-gold a i{color:inherit;margin-left:2px;font-size:18px}.video-play-button-gold p{color:var(--white-color);margin:0 0 0 15px;font-size:16px;font-weight:500}.hero-client-box-gold{border-top:1px solid var(--dark-divider-color);flex-wrap:wrap;align-items:center;gap:15px 20px;margin-top:50px;padding-top:50px;display:flex}.hero-client-content-gold{max-width:40%}.hero-client-content-gold p{color:var(--white-color);margin:0}.hero-image-box-gold{align-content:end;height:100%;position:relative}.hero-image-gold figure{border-radius:10px 10px 0 0;margin-bottom:-260px;display:block}.hero-image-gold img{aspect-ratio:1/1.53;object-fit:cover;border-radius:10px 10px 0 0;width:100%}.hero-image-box-gold .experience-circle-gold{position:absolute;top:80px;left:60px}.experience-circle-gold figure{border-radius:50%;display:inline-block}.experience-circle-gold img{border-radius:50%;width:100%;max-width:140px;animation:20s linear infinite infiniterotate}@keyframes infiniterotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-cta-section-gold{z-index:2;background:0 0;border-radius:0;margin-top:-165px;position:relative}.hero-contact-deatils-box-gold{flex-wrap:wrap;justify-content:center;gap:20px 30px;margin:30px 0;display:flex}.hero-cta-form-gold{background:var(--white-color);border:1px solid var(--primary-color);border-radius:12px;width:calc(66% - 15px);padding:45px}.hero-cta-form-title-gold{border-bottom:1px solid var(--divider-color);margin-bottom:40px;padding-bottom:40px}.hero-cta-form-title-gold h2{font-size:20px}.hero-contact-form-gold{flex-wrap:wrap;gap:30px;display:flex}.hero-contact-form-gold .form-group{width:calc(33.33% - 20px)}.hero-contact-form-gold .form-group.w-100{width:100%}.hero-cta-form-gold form .form-control{color:var(--primary-color);background-color:var(--bg-color);border:1px solid var(--primary-color);box-shadow:none;border-radius:10px;outline:none;padding:15px 20px;font-size:14px;font-weight:400;line-height:1.4em}.hero-cta-form-gold form .form-control::placeholder{color:var(--text-color)}.hero-cta-form-btn .btn-default{width:100%}.hero-contact-box-gold{background:var(--accent-color);border-radius:12px;flex-direction:column;justify-content:space-between;gap:20px;width:calc(34% - 15px);padding:40px;display:flex}.hero-contact-header-gold{flex-wrap:wrap;align-items:center;display:flex}.hero-contact-header-gold .icon-box{background:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-right:15px;display:flex;overflow:hidden}.hero-contact-header-gold .icon-box img{z-index:1;width:100%;max-width:30px;position:relative}.hero-contact-header-contant-gold p{color:var(--primary-color);margin:0;font-size:20px}.hero-contact-header-contant-gold p a{color:inherit;transition:all .3s ease-in-out}.hero-contact-header-contant-gold p a:hover{color:var(--white-color)}.hero-contact-body-gold h3{font-size:20px}.hero-contact-body-content-gold{border-top:1px solid var(--divider-color);margin-top:20px;padding-top:20px}.hero-contact-body-content-gold p{margin:0}.about-us-gold{padding:100px 0}.about-us-image-box-gold{flex-wrap:wrap;padding-left:4.167vw;display:flex;position:relative}.about-us-image-box-1-gold{width:84%;padding-bottom:55px}.about-us-image-gold figure{border-radius:12px;display:block}.about-us-image-gold img{object-fit:cover;width:100%}.about-us-image-box-1-gold .about-us-image-gold img{aspect-ratio:1/1.23}.about-us-image-box-2-gold{z-index:1;align-content:end;width:16%;position:relative}.about-us-image-box-2-gold .about-us-image-gold figure{border:6px solid var(--white-color);border-radius:20px;margin-left:-255px;overflow:hidden}.about-us-image-box-2-gold .about-us-image-gold img{aspect-ratio:1/.99}.about-us-rating-box-gold{background-color:var(--white-color);text-align:center;z-index:1;border-radius:12px;width:210px;position:absolute;top:80px;left:0;overflow:hidden}.about-us-rating-box-header-gold{padding:20px 40px}.about-us-rating-title-gold{background:var(--accent-color);border-radius:100px;padding:8px 25px;display:inline-flex}.about-us-rating-title-gold h3{font-size:14px}.about-us-rating-counter-gold{margin-top:20px}.about-us-rating-counter-gold h2{font-size:40px}.about-us-rating-star-gold{margin-top:10px}.about-us-rating-star-gold i{color:var(--accent-color);font-size:18px}.about-us-rating-counter-gold p{margin:10px 0 0}.about-us-rating-box-footer-gold a{color:var(--primary-color);background:var(--accent-color);padding:12px;font-size:14px;font-weight:600;transition:all .4s ease-in-out;display:block}.about-us-rating-box-footer-gold a:hover{background:var(--primary-color);color:var(--white-color)}.about-us-item-list-gold{flex-wrap:wrap;gap:30px;display:flex}.about-us-item-gold{flex-wrap:wrap;gap:15px;width:calc(50% - 15px);display:flex}.about-us-item-gold .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative}.about-us-item-gold .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.about-us-item-gold:hover .icon-box:before{transform:scale(1)}.about-us-item-gold .icon-box img{z-index:1;width:100%;max-width:24px;transition:all .4s ease-in-out;position:relative}.about-us-item-gold:hover .icon-box img{filter:brightness(0)invert()}.about-us-item-content-gold{width:calc(100% - 65px)}.about-us-item-content-gold h3{font-size:20px}.about-us-item-content-gold p{margin:10px 0 0}.about-us-footer-gold{border-top:1px solid var(--divider-color);margin-top:40px;padding-top:40px}.about-us-footer-box-gold{background:var(--white-color);border-radius:12px;flex-wrap:wrap;gap:15px;padding:30px;display:flex}.about-us-footer-box-gold .icon-box img{width:100%;max-width:40px}.about-us-footer-content-gold{width:calc(100% - 55px)}.about-us-footer-content-gold p{color:var(--primary-color);margin:0}.about-us-btn-gold{margin-top:40px}.our-services-gold{padding:100px 0;position:relative;overflow:hidden}.our-services-gold:before,.our-services-gold:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;animation:4s linear infinite alternate move_effect;position:absolute}.our-services-gold:before{background-image:url(/frontend/images/section-bg-corner-image-1.png);width:215px;height:200px;top:-50px;right:-50px}.our-services-gold:after{background-image:url(/frontend/images/section-bg-corner-image-2.png);width:230px;height:230px;bottom:-50px;left:-50px}.service-item-gold{background:var(--bg-color);border-radius:12px;height:calc(100% - 30px);min-height:400px;margin-bottom:30px;padding:40px;position:relative;overflow:hidden}.service-item-gold:before{content:"";background:var(--bg-color);z-index:1;border-radius:12px;width:100%;height:100%;transition:all .5s ease-in-out;position:absolute;inset:0}.service-item-gold.active:before,.service-item-gold:hover:before{transform:translate(100%,-100%)}.service-item-image-gold{opacity:0;transition:all .4s ease-in-out;position:absolute;inset:0}.service-item-gold.active .service-item-image-gold,.service-item-gold:hover .service-item-image-gold{opacity:1}.service-item-image-gold:after{content:"";background-color:var(--primary-color);opacity:.6;width:100%;height:100%;position:absolute;inset:0}.service-item-image-gold img{object-fit:cover;width:100%;height:100%}.service-item-body-gold{z-index:2;flex-direction:column;justify-content:space-between;gap:30px;height:100%;display:flex;position:relative}.service-item-body-content-gold .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:30px;display:flex;position:relative}.service-item-body-content-gold .icon-box:before{content:"";background:var(--white-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.service-item-gold.active .service-item-body-content-gold .icon-box:before,.service-item-gold:hover .service-item-body-content-gold .icon-box:before{transform:scale(1)}.service-item-body-content-gold .icon-box img{z-index:1;width:100%;max-width:24px;transition:all .4s ease-in-out;position:relative}.service-item-content-gold h2{font-size:20px;transition:all .4s ease-in-out}.service-item-content-gold h2 a{color:inherit}.service-item-gold.active .service-item-content-gold h2,.service-item-gold:hover .service-item-content-gold h2{color:var(--white-color)}.service-item-content-gold p{border-top:1px solid var(--divider-color);margin:20px 0 0;padding-top:20px;transition:all .4s ease-in-out}.service-item-gold.active .service-item-content-gold p,.service-item-gold:hover .service-item-content-gold p{color:var(--white-color);border-color:var(--dark-divider-color)}.service-item-gold.active .service-item-btn-gold a.readmore-btn,.service-item-gold:hover .service-item-btn-gold a.readmore-btn{color:var(--white-color)}.service-item-gold.active .service-item-btn-gold a.readmore-btn:before,.service-item-gold:hover .service-item-btn-gold a.readmore-btn:before{background-image:url(/frontend/images/arrow-white.svg)}.why-choose-us-gold{padding:100px 0}.why-choose-us-content-gold{margin-right:15px}.why-choose-item-gold{border-bottom:1px solid var(--divider-color);flex-wrap:wrap;gap:15px;margin-bottom:30px;padding-bottom:80px;display:flex}.why-choose-item-gold:last-child{border:none;margin:0;padding:0}.why-choose-item-gold .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative}.why-choose-item-gold .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.why-choose-item-gold:hover .icon-box:before{transform:scale(1)}.why-choose-item-gold .icon-box img{z-index:1;width:100%;max-width:24px;transition:all .4s ease-in-out;position:relative}.why-choose-item-gold:hover .icon-box img{filter:brightness(0)invert()}.why-choose-item-gold .icon-box svg,.why-choose-item-gold .icon-box svg{z-index:1;width:100%;max-width:24px;color:var(--primary-color);transition:all .4s ease-in-out;position:relative}.why-choose-item-gold:hover .icon-box svg,.why-choose-item-gold:hover .icon-box svg{color:var(--white-color)}.why-choose-item-content-gold{width:calc(100% - 65px)}.why-choose-item-content-gold h3{font-size:20px}.why-choose-item-content-gold p{margin:10px 0 0}.why-choose-btn-gold{margin-top:40px}.why-choose-us-image-box-gold{flex-wrap:wrap;align-items:end;display:flex}.why-choose-image-gold figure{border-radius:12px;display:block}.why-choose-image-gold img{aspect-ratio:1/1.037;object-fit:cover;border-radius:12px;width:100%}.why-choose-bug-image-gold{margin:0 10px 10px 60px}.why-choose-bug-image-gold img{aspect-ratio:1/.98;object-fit:cover;width:100%}.why-choose-image-box-1-gold{z-index:2;width:31%;position:relative}.why-choose-image-box-1-gold .why-choose-image-gold{margin-right:-255px}.why-choose-image-box-1-gold .why-choose-image-gold figure{border:6px solid var(--bg-color)}.why-choose-image-box-2-gold{width:69%;padding-bottom:200px;position:relative}.why-choose-image-box-2-gold .why-choose-image-gold img{aspect-ratio:1/1.16}.why-choose-image-box-2-gold .experience-circle-gold{border:6px solid var(--bg-color);z-index:2;border-radius:50%;position:absolute;left:50%;transform:translate(-50%,-50%)}.our-expert-team-gold{padding:100px 0;position:relative}.our-expert-team-gold:before{content:"";z-index:1;background-image:url(/frontend/images/our-expert-team-bg-image-gold.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.our-expert-team-gold .container{z-index:2;position:relative}.our-expert-team-content-gold{align-content:center;height:100%;margin-right:15px}.our-expert-team-item-list-gold{flex-wrap:wrap;gap:30px;display:flex}.expert-team-item-gold{background:var(--dark-divider-color);-webkit-backdrop-filter:blur(30px);border-radius:12px;flex-direction:column;justify-content:space-between;gap:30px;width:calc(50% - 15px);min-height:330px;padding:40px;display:flex;overflow:hidden}.expert-team-item-header-gold h3{color:var(--white-color);font-size:20px}.expert-team-item-header-gold p{color:var(--white-color);border-top:1px solid var(--dark-divider-color);margin:20px 0 0;padding-top:20px}.expert-team-item-footer-gold .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative}.expert-team-item-footer-gold .icon-box:before{content:"";background:var(--white-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.expert-team-item-gold:hover .expert-team-item-footer-gold .icon-box:before{transform:scale(1)}.expert-team-item-gold .icon-box img{z-index:1;width:100%;max-width:24px;transition:all .4s ease-in-out;position:relative}.expert-team-item-footer-gold{flex-wrap:wrap;justify-content:space-between;align-items:end;display:flex}.our-expert-team-no-gold{text-align:right;margin:0 -52px -66px 0}.our-expert-team-no-gold h2{color:#0000;-webkit-text-stroke:1px var(--dark-divider-color);-webkit-background-clip:text;background-clip:text;font-size:100px;font-weight:600;line-height:1em;display:inline-block}.our-expert-team-gold .section-footer-text{margin-top:40px}.our-expert-team-image-box-gold{align-content:end;height:100%;position:relative}.our-expert-team-image-gold figure{border-radius:10px 10px 0 0;margin-bottom:-100px;display:block}.our-expert-team-image-gold img{object-fit:cover;aspect-ratio:1/1.2;border-radius:10px 10px 0 0;width:100%;max-width:645px}.our-expert-team-image-box-gold .experience-circle-gold{position:absolute;top:100px;right:40px}.our-features-gold{padding:100px 0}.our-features-image-box-gold{height:100%;position:relative}.feature-image-gold{height:100%}.feature-image-gold figure{border-radius:12px;height:100%;display:block}.feature-image-gold img{aspect-ratio:1/1.227;object-fit:cover;border-radius:12px;width:100%;height:100%}.features-cta-box-gold{text-align:center;background-color:var(--divider-color);-webkit-backdrop-filter:blur(25px);z-index:2;border-radius:12px;max-width:300px;padding:35px;position:absolute;bottom:40px;left:40px}.features-cta-box-gold .icon-box img{width:100%;max-width:50px}.feature-cta-box-content-gold{margin-top:20px}.feature-cta-box-content-gold h3{color:var(--white-color);font-size:20px}.feature-cta-box-content-gold p{color:var(--white-color);margin:15px 0 0}.feature-cta-box-btn-gold{margin-top:30px}.our-features-content-box-gold{align-content:center;height:100%;margin-left:15px}.our-feature-item-list-gold{flex-wrap:wrap;gap:30px;display:flex}.feature-item-gold{text-align:center;background-color:var(--white-color);border-radius:12px;width:calc(33.33% - 20px);margin-top:40px;padding:0 30px 30px}.feature-item-gold .icon-box{background:var(--accent-color);border:4px solid var(--white-color);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:-40px auto 0;display:flex;position:relative;overflow:hidden}.feature-item-gold .icon-box:before{content:"";background:var(--primary-color);border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.feature-item-gold:hover .icon-box:before{transform:scale(1)}.feature-item-gold .icon-box img{z-index:1;width:100%;max-width:40px;transition:all .4s ease-in-out;position:relative}.feature-item-gold:hover .icon-box img{filter:brightness(0)invert()}.feature-item-content-gold{margin-top:30px}.feature-item-content-gold h3{font-size:18px;line-height:1.3em}.feature-item-content-gold p{margin:10px 0 0}.feature-btn-gold{margin-top:50px}.how-it-work-gold{padding:100px 0;position:relative;overflow:hidden}.how-it-work-gold:before,.how-it-work-gold:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute}.how-it-work-gold:before{background-image:url(/frontend/images/section-bg-corner-image-1.png);width:215px;height:200px;animation:4s linear infinite alternate move_effect;top:-50px;right:-50px}.how-it-work-gold:after{background-image:url(/frontend/images/section-bg-corner-image-2.png);width:230px;height:230px;animation:4s linear infinite alternate move_effect;bottom:-50px;left:-50px}.how-it-work-gold .container{z-index:1;position:relative}.how-work-item-list-gold{flex-wrap:wrap;align-items:end;gap:40px 30px;display:flex}.how-work-item-gold:nth-child(2n){flex-direction:column-reverse;margin-bottom:91px}.how-work-item-gold{text-align:center;flex-direction:column;gap:40px;width:calc(25% - 22.5px);display:flex}.how-work-item-content-gold h3{font-size:20px}.how-work-item-content-gold p{margin:10px 0 0}.how-work-item-no-gold{position:relative}.how-work-item-no-gold:before{content:"";background-color:var(--divider-color);width:calc(100% + 30px);height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.how-work-item-gold:last-child .how-work-item-no-gold:before{width:100%}.how-work-item-no-gold h3{background-color:var(--accent-color);z-index:1;border-radius:100%;flex-wrap:wrap;justify-content:center;align-items:center;width:34px;height:34px;margin:0 auto;font-size:16px;transition:all .4s ease-in-out;display:flex;position:relative}.how-work-item-gold:hover .how-work-item-no-gold h3{background-color:var(--primary-color);color:var(--white-color)}.how-work-item-image-gold{overflow:hidden}.how-work-item-image-gold figure{border-radius:50%;max-width:200px;margin:0 auto;display:block}.how-work-item-image-gold img{aspect-ratio:1;object-fit:cover;border-radius:50%;width:100%}.our-pricing-gold{padding:100px 0}.pricing-item-gold{background-color:var(--white-color);z-index:1;border-radius:12px;height:calc(100% - 30px);margin-bottom:30px;padding:40px;position:relative}.pricing-item-header-gold{flex-wrap:wrap;align-items:center;gap:15px;margin-bottom:20px;display:flex}.pricing-item-header-gold .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative;overflow:hidden}.pricing-item-header-gold .icon-box img{z-index:1;width:100%;max-width:24px;position:relative}.pricing-item-title-gold{width:calc(100% - 65px)}.pricing-item-title-gold h3{font-size:20px}.pricing-item-title-gold p{margin:5px 0 0}.pricing-item-content-gold p{margin:0}.pricing-item-price-gold{border-top:1px solid var(--divider-color);margin-top:20px;padding-top:20px}.pricing-item-price-gold h2{font-size:40px}.pricing-item-price-gold h2 sub{font-size:16px;bottom:0}.pricing-item-btn-gold{margin-top:30px}.pricing-item-btn-gold .btn-default{text-align:center;width:100%;padding:17px}.pricing-item-btn-gold .btn-default:before{display:none}.pricing-item-list-gold{margin-top:30px}.pricing-item-list-gold h3{font-size:20px}.pricing-item-list-gold ul{border-top:1px solid var(--divider-color);margin:20px 0 0;padding:20px 0 0;list-style:none}.pricing-item-list-gold ul li{margin-bottom:15px;padding-left:25px;line-height:1.5em;position:relative}.pricing-item-list-gold ul li:last-child{margin-bottom:0}.pricing-item-list-gold ul li:before{content:"";color:var(--accent-color);font-family:"Font Awesome 7 Free";font-size:18px;font-weight:900;position:absolute;top:0;left:0}.pricing-item-gold.highlighted-box{background-color:var(--accent-color)}.pricing-item-gold.highlighted-box .pricing-item-header-gold .icon-box{background-color:var(--primary-color)}.pricing-item-gold.highlighted-box .pricing-item-header-gold .icon-box img{filter:brightness(0)invert()}.pricing-item-gold.highlighted-box:hover .pricing-item-btn-gold .btn-default:after{background-color:var(--white-color)}.pricing-item-gold.highlighted-box .pricing-item-btn-gold .btn-default{background-color:var(--primary-color);color:var(--white-color)}.pricing-item-gold.highlighted-box .pricing-item-btn-gold .btn-default:hover,.pricing-item-gold.highlighted-box .pricing-item-list-gold ul li:before{color:var(--primary-color)}.pricing-benefit-list-gold{margin-top:30px}.pricing-benefit-list-gold ul{flex-wrap:wrap;justify-content:center;gap:20px 60px;margin:0;padding:0;list-style:none;display:flex}.pricing-benefit-list-gold ul li{color:var(--primary-color);align-items:center;display:inline-flex}.pricing-benefit-list-gold ul li img{width:100%;max-width:20px;margin-right:15px}.our-testimonials-gold{background-image:url(/frontend/images/testimonial-bg-image-gold.jpg);background-position:50%;padding:100px 0;position:relative}.our-testimonials-gold:before{content:"";background:var(--primary-color);opacity:.9;z-index:1;border-radius:20px;position:absolute;inset:0}.our-testimonials-gold .container{z-index:2;position:relative}.our-testimonials-content-gold{position:sticky;top:30px}.testimonial-slider-gold{margin-left:15px}.testimonial-slider-gold .swiper-wrapper{cursor:none}.testimonial-item-gold{background-color:var(--dark-divider-color);-webkit-backdrop-filter:blur(25px);border-radius:12px;flex-direction:column;justify-content:space-between;gap:40px;min-height:510px;padding:40px;display:flex}.testimonial-rating-gold i{color:var(--accent-color);font-size:20px}.testimonial-item-content-gold{margin-top:40px}.testimonial-item-content-gold p{color:var(--white-color);margin:0;font-size:20px;font-weight:500}.testimonial-item-author-quote-gold{border-top:1px solid var(--dark-divider-color);flex-wrap:wrap;align-items:center;gap:20px;padding-top:40px;display:flex}.testimonial-author-content-gold{width:calc(100% - 70px)}.testimonial-author-content-gold h2{color:var(--white-color);font-size:20px}.testimonial-author-content-gold p{color:var(--white-color);margin:5px 0 0}.testimonial-item-quote-gold{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.testimonial-item-quote-gold img{width:100%;max-width:24px}.our-testimonials-gold .section-footer-text{margin-top:60px}.our-team-gold{padding:100px 0}.team-item-gold{border-radius:12px;height:calc(100% - 30px);margin-bottom:30px;position:relative;overflow:hidden}.team-item-image-gold figure,.team-item-image-gold a{cursor:none;display:block}.team-item-image-gold img{aspect-ratio:1/1.247;object-fit:cover;width:100%;transition:all .6s ease-in-out}.team-item-gold:hover .team-item-image-gold img{transform:scale(1.06)}.team-item-body-gold{background-color:var(--divider-color);-webkit-backdrop-filter:blur(15px);text-align:center;z-index:1;border-radius:12px;padding:20px;position:absolute;bottom:20px;left:20px;right:20px;overflow:hidden}.team-item-content-gold h2{text-transform:capitalize;color:var(--white-color);font-size:20px}.team-item-content-gold h2 a{color:inherit}.team-item-content-gold p{color:var(--white-color);margin:10px 0 0}.team-social-list-gold{opacity:0;visibility:hidden;height:0;transition:all .5s ease-in-out}.team-item-gold:hover .team-social-list-gold{opacity:1;visibility:visible;height:36px;margin-top:15px}.team-social-list-gold ul{flex-wrap:wrap;justify-content:center;gap:15px;margin:0;padding:0;list-style:none;display:flex}.team-social-list-gold ul li a{color:var(--white-color);border:1px solid var(--white-color);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .4s ease-in-out;display:flex}.team-social-list-gold ul li a:hover{color:var(--primary-color);background:var(--accent-color);border-color:var(--accent-color)}.team-social-list-gold ul li a i{color:inherit;font-size:18px}.our-faqs.bg-section:before,.our-faqs.bg-section:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute}.our-faqs.bg-section:before{background-image:url(/frontend/images/section-bg-corner-image-1.png);width:215px;height:200px;animation:4s linear infinite alternate move_effect;top:-50px;right:-50px}.our-faqs.bg-section:after{background-image:url(/frontend/images/section-bg-corner-image-2.png);width:230px;height:230px;animation:4s linear infinite alternate move_effect;bottom:-50px;left:-50px}.our-faqs.bg-section .faq-accordion .accordion-header .accordion-button{background:var(--bg-color)}.our-faqs.bg-section .faq-accordion .accordion-item .accordion-button:not(.collapsed){background-color:var(--accent-color)}.main-footer-gold{margin-bottom:20px;padding:100px 0 0;position:relative;overflow:hidden}.main-footer-gold:before,.main-footer-gold:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute}.main-footer-gold:before{background-image:url(/frontend/images/section-bg-corner-image-5.png);width:215px;height:200px;animation:4s linear infinite alternate move_effect;top:-50px;right:-50px}.main-footer-gold:after{background-image:url(/frontend/images/section-bg-corner-image-6.png);width:230px;height:230px;animation:4s linear infinite alternate move_effect;bottom:-50px;left:-50px}.main-footer-gold .container{z-index:1;position:relative}.footer-header-gold{background-color:var(--dark-divider-color);-webkit-backdrop-filter:blur(15px);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px 20px;margin-bottom:60px;padding:40px;display:flex}.footer-logo-gold img{width:100%;max-width:158px}.footer-info-list-gold{flex-wrap:wrap;align-items:center;gap:30px 5.208vw;display:flex}.footer-info-item-gold{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.footer-info-item-gold .icon-box{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative;overflow:hidden}.footer-info-item-gold .icon-box:before{content:"";background:var(--white-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.footer-info-item-gold:hover .icon-box:before{transform:scale(1)}.footer-info-item-gold .icon-box img{z-index:1;width:100%;max-width:30px;position:relative}.footer-info-item-content-gold{width:calc(100% - 75px)}.footer-info-item-content-gold h3{color:var(--white-color);font-size:20px}.footer-info-item-content-gold p{color:var(--white-color);margin:5px 0 0}.footer-info-item-content-gold p a{color:inherit;transition:all .4s ease-in-out}.footer-info-item-content-gold p a:hover{color:var(--accent-color)}.about-footer-gold{margin-right:6.771vw}.about-footer-content-gold p{color:var(--white-color);margin:0}.footer-social-links-gold{border-top:1px solid var(--dark-divider-color);margin-top:30px;padding-top:30px}.footer-social-links-gold h3{color:var(--white-color);margin-bottom:20px;font-size:20px}.footer-social-links-gold ul{flex-wrap:wrap;gap:15px;margin:0;padding:0;list-style:none;display:flex}.footer-social-links-gold ul li a{width:36px;height:36px;color:var(--accent-color);border:1px solid var(--accent-color);border-radius:50%;justify-content:center;align-items:center;transition:all .4s ease-in-out;display:flex}.footer-social-links-gold ul li a:hover{background-color:var(--accent-color);color:var(--primary-color)}.footer-social-links-gold ul li a i{color:inherit;font-size:18px}.footer-links-box-gold{flex-wrap:wrap;justify-content:space-between;gap:30px;display:flex}.footer-links-gold{max-width:40%}.footer-links-gold h3{color:var(--white-color);margin-bottom:20px;font-size:20px}.footer-links-gold p{color:var(--white-color);margin:0}.footer-links-gold ul{margin:0;padding:0;list-style:none}.footer-links-gold ul li{color:var(--white-color);margin-bottom:15px;padding-left:26px;line-height:1.5em;position:relative}.footer-links-gold ul li:before{content:"";background-image:url(/frontend/images/icon-asterisk.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:16px;height:16px;position:absolute;top:4px;left:0}.footer-links-gold ul li:last-child{margin-bottom:0}.footer-links-gold ul li a{color:inherit;transition:all .3s ease-in-out}.footer-links-gold ul li a:hover{color:var(--accent-color)}.footer-newsletter-form-gold{margin-top:30px}.footer-newsletter-form-gold .form-group{border-bottom:1px solid var(--dark-divider-color);display:flex;position:relative}.footer-newsletter-form-gold .form-group .form-control{width:calc(100% - 30px);color:var(--white-color);box-shadow:none;background:0 0;border:none;padding:5px 10px 25px 0;font-size:16px;line-height:1.4em}.footer-newsletter-form-gold .form-group .form-control::placeholder{color:var(--white-color);opacity:.5}.footer-newsletter-form-gold .form-group .newsletter-btn{background-color:var(--accent-color);border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:all .4s ease-in-out;display:flex}.footer-newsletter-form-gold .form-group .newsletter-btn:hover{background-color:var(--white-color)}.footer-newsletter-form-gold .form-group .newsletter-btn img{width:100%;max-width:18px;transition:all .4s ease-in-out}.footer-copyright-gold{border-top:1px solid var(--dark-divider-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:60px;padding:60px 0;display:flex}.footer-copyright-text-gold{color:var(--white-color)}.footer-copyright-text-gold p{margin-bottom:0}.footer-privacy-policy-gold ul{flex-wrap:wrap;gap:10px 46px;margin:0;padding:0;list-style:none;display:flex}.footer-privacy-policy-gold ul li{color:var(--white-color);line-height:1.5em;position:relative}.footer-privacy-policy-gold ul li:before{content:"";background-image:url(/frontend/images/icon-asterisk.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:16px;height:16px;position:absolute;top:4px;right:-31px}.footer-privacy-policy-gold ul li:last-child:before{display:none}.footer-privacy-policy-gold ul li a{color:inherit;transition:all .4s ease-in-out}.footer-privacy-policy-gold ul li a:hover{color:var(--accent-color)}@media only screen and (max-width:1580px){.main-header.header-gold .header-sticky{width:calc(100% - 40px)}}@media only screen and (max-width:1440px){.hero-client-box-gold{margin-top:40px;padding-top:40px}.hero-image-box-gold .experience-circle-gold{left:0}.hero-cta-form-gold,.hero-contact-box-gold{padding:30px}.hero-cta-form-title-gold{margin-bottom:30px;padding-bottom:30px}.about-us-rating-box-header-gold{padding:20px 30px}.about-us-footer-box-gold{padding:20px}.service-item-gold{min-height:360px;padding:30px}.why-choose-image-box-2-gold .experience-circle-gold{left:60%}.expert-team-item-gold{min-height:280px;padding:30px}.our-expert-team-no-gold{margin:0 -42px -55px 0}.our-expert-team-image-box-gold .experience-circle-gold{right:0}.features-cta-box-gold{padding:25px;bottom:30px;left:30px}.feature-item-gold{padding:0 20px 20px}.feature-item-content-gold{margin-top:20px}.how-work-item-gold{gap:30px}.pricing-item-gold{padding:30px}.testimonial-item-gold{gap:30px;min-height:460px;padding:30px}.testimonial-item-content-gold{margin-top:30px}.testimonial-item-author-quote-gold{padding-top:30px}.footer-header-gold{padding:30px}}@media only screen and (max-width:1024px){.hero-content-gold{height:auto;margin:0 0 30px}.hero-image-box-gold{max-width:540px;margin:0 auto}.experience-circle-gold img{max-width:120px}.hero-cta-form-gold,.hero-contact-box-gold{width:100%}.about-us-image-box-gold{max-width:720px;margin:0 auto 30px}.service-item-gold{min-height:initial}.why-choose-us-content-gold{margin:0 0 30px}.why-choose-us-image-box-gold{max-width:720px;margin:0 auto}.why-choose-image-box-2-gold .experience-circle-gold{left:50%}.our-expert-team-content-gold{height:auto;margin:0 0 30px}.our-expert-team-image-box-gold{max-width:540px;height:auto;margin:0 auto}.our-features-image-box-gold{height:auto;margin-bottom:30px}.feature-image-gold,.feature-image-gold figure{height:auto}.feature-image-gold img{aspect-ratio:1/.8;height:auto}.our-features-content-box-gold{height:auto;margin:0}.how-work-item-gold{width:calc(50% - 15px)}.how-work-item-gold:nth-child(2n){flex-direction:column;margin-bottom:0}.how-work-item-no-gold:before{width:100%}.our-testimonials-content-gold{position:initial;margin-bottom:40px}.testimonial-item-gold{min-height:400px}.team-item-image-gold img{aspect-ratio:1/1.1}.footer-header-gold{margin-bottom:30px;padding:20px}.footer-info-list-gold{gap:30px}.about-footer-gold{margin:0 0 30px}.footer-social-links-gold{margin-top:20px;padding-top:20px}.footer-copyright-gold{margin-top:30px;padding:30px 0}}@media only screen and (max-width:991px){.main-header.header-gold{top:0}.main-header.header-gold .header-sticky{width:100%}.main-header.header-gold .navbar{padding:20px 0}.hero-gold{margin-top:0;padding:140px 0 0}.hero-client-box-gold{margin-top:30px;padding-top:30px}.hero-image-gold figure{margin-bottom:0}.hero-cta-form-gold,.hero-contact-box-gold{padding:20px}.hero-cta-form-title-gold{margin-bottom:20px;padding-bottom:20px}.hero-contact-form-gold{gap:20px}.hero-contact-form-gold .form-group{width:calc(33.33% - 13.33px)}.hero-contact-header-gold .icon-box{width:50px;height:50px}.hero-contact-header-gold .icon-box img{max-width:24px}.about-us-gold{padding:50px 0}.about-us-rating-box-gold{width:190px}.about-us-rating-box-header-gold{padding:15px}.about-us-rating-title-gold{padding:8px 15px}.about-us-rating-counter-gold{margin-top:15px}.about-us-rating-counter-gold h2{font-size:34px}.about-us-rating-star-gold i{font-size:16px}.about-us-footer-gold{margin-top:30px;padding-top:30px}.about-us-footer-box-gold .icon-box img{max-width:30px}.about-us-footer-content-gold{width:calc(100% - 45px)}.about-us-btn-gold{margin-top:30px}.our-services-gold{padding:50px 0}.our-services-gold:before{width:115px;height:100px;top:-30px;right:-30px}.our-services-gold:after{width:130px;height:130px;bottom:-30px;left:-30px}.service-item-gold{padding:20px}.service-item-body-content-gold .icon-box{margin-bottom:20px}.why-choose-us-gold{padding:50px 0}.why-choose-item-gold{margin-bottom:20px;padding-bottom:20px}.why-choose-btn-gold{margin-top:30px}.why-choose-image-box-2-gold{padding-bottom:150px}.our-expert-team-gold{padding:50px 0}.expert-team-item-gold{min-height:initial;gap:20px;padding:20px}.our-expert-team-no-gold{margin:0 -25px -40px 0}.our-expert-team-no-gold h2{font-size:75px}.our-expert-team-gold .section-footer-text{margin-top:30px}.our-expert-team-image-box-gold .experience-circle-gold{top:30px}.our-expert-team-image-gold figure{margin-bottom:-50px}.our-features-gold{padding:50px 0}.features-cta-box-gold{max-width:260px;padding:20px;bottom:20px;left:20px}.features-cta-box-gold .icon-box img{max-width:40px}.feature-cta-box-content-gold p{margin:10px 0 0}.feature-cta-box-btn-gold{margin-top:20px}.feature-item-gold{margin-top:30px}.feature-item-gold .icon-box{width:60px;height:60px;margin:-30px auto 0}.feature-item-gold .icon-box img{max-width:26px}.feature-btn-gold{margin-top:30px}.how-it-work-gold{padding:50px 0}.how-it-work-gold:before{width:115px;height:100px;top:-30px;right:-30px}.how-it-work-gold:after{width:130px;height:130px;bottom:-30px;left:-30px}.how-work-item-gold{gap:20px}.how-work-item-image-gold img{max-width:160px}.our-pricing-gold{padding:50px 0}.pricing-item-gold{padding:20px}.pricing-item-price-gold{margin-top:15px;padding-top:15px}.pricing-item-price-gold h2{font-size:34px}.pricing-item-btn-gold .btn-default{padding:15px}.pricing-item-list-gold ul{margin-top:15px;padding-top:15px}.pricing-item-list-gold ul li{margin-bottom:10px}.pricing-item-list-gold ul li:before{font-size:16px}.pricing-benefit-list-gold{margin-top:10px}.pricing-benefit-list-gold ul{gap:15px 30px}.our-testimonials-gold{padding:50px 0}.our-testimonials-content-gold{margin-bottom:30px}.testimonial-slider-gold{margin:0}.testimonial-item-gold{min-height:initial;padding:20px}.testimonial-item-content-gold{margin-top:20px}.testimonial-item-content-gold p{font-size:18px}.our-testimonials-gold .section-footer-text{margin-top:40px}.our-team-gold{padding:50px 0}.team-item-body-gold{padding:15px}.our-faqs.bg-section:before{width:115px;height:100px;top:-30px;right:-30px}.our-faqs.bg-section:after{width:130px;height:130px;bottom:-30px;left:-30px}.main-footer-gold{margin-bottom:0;padding:50px 0 0}.main-footer-gold:before{width:115px;height:100px;top:-30px;right:-30px}.main-footer-gold:after{width:130px;height:130px;bottom:-30px;left:-30px}.footer-info-item-gold{width:calc(50% - 15px)}.footer-info-item-gold .icon-box{width:50px;height:50px}.footer-info-item-gold .icon-box img{max-width:24px}.footer-info-item-content-gold{width:calc(100% - 65px)}.footer-links-gold ul li{margin-bottom:10px}}@media only screen and (max-width:767px){.hero-content-body-gold{gap:20px}.video-play-button-gold a{width:40px;height:40px}.video-play-button-gold a i{font-size:16px}.video-play-button-gold p{margin:0 0 0 10px;font-size:14px}.hero-client-content-gold{max-width:100%}.experience-circle-gold img{max-width:90px}.hero-image-box-gold .experience-circle-gold{top:40px;left:10px}.hero-cta-form-gold{padding:20px}.hero-cta-form-title-gold h2,.hero-contact-header-contant-gold p,.hero-contact-body-gold h3{font-size:18px}.hero-contact-form-gold .form-group{width:100%}.hero-contact-body-content-gold{margin-top:15px;padding-top:15px}.about-us-image-box-gold{padding-left:0}.about-us-image-box-2-gold{margin-top:20px}.about-us-image-box-2-gold .about-us-image-gold figure{border-radius:12px;margin-left:-155px}.about-us-rating-box-gold{position:initial;width:100%;margin-top:20px}.about-us-rating-counter-gold h2{font-size:28px}.about-us-item-gold{width:100%}.about-us-item-content-gold h3{font-size:18px}.about-us-footer-content-gold{width:100%}.service-item-content-gold h2{font-size:18px}.service-item-content-gold p{margin-top:15px;padding-top:15px}.why-choose-item-content-gold{width:100%}.why-choose-item-content-gold h3{font-size:18px}.why-choose-bug-image-gold{margin:0 10px 10px 20px}.why-choose-image-box-1-gold .why-choose-image-gold{margin-right:-125px}.why-choose-image-box-2-gold{padding-bottom:90px}.expert-team-item-gold{width:100%}.expert-team-item-header-gold h3{font-size:18px}.expert-team-item-header-gold p{margin-top:15px;padding-top:15px}.feature-image-gold img{aspect-ratio:1/1.227}.features-cta-box-gold{max-width:100%;padding:15px;bottom:15px;left:15px;right:15px}.feature-cta-box-btn-gold,.feature-cta-box-content-gold{margin-top:15px}.feature-cta-box-content-gold h3{font-size:18px}.feature-cta-box-content-gold p{margin:5px 0 0}.feature-item-gold,.how-work-item-gold{width:100%}.how-work-item-content-gold h3{font-size:18px}.how-work-item-no-gold:before{width:100%}.how-work-item-image-gold img{max-width:120px}.pricing-item-title-gold h3,.pricing-item-list-gold h3{font-size:18px}.pricing-item-price-gold h2{font-size:28px}.pricing-benefit-list-gold ul{gap:10px}.pricing-benefit-list-gold ul li{font-size:14px}.pricing-benefit-list-gold ul li img{max-width:16px;margin-right:5px}.testimonial-item-gold{gap:20px}.testimonial-rating-gold i,.testimonial-author-content-gold h2{font-size:18px}.testimonial-item-content-gold p{font-size:16px}.testimonial-item-author-quote-gold{padding-top:20px}.team-item-content-gold h2{font-size:18px}.footer-info-list-gold{gap:20px}.footer-info-item-gold{width:100%}.footer-info-item-content-gold h3{font-size:18px}.footer-social-links-gold{margin-top:15px;padding-top:15px}.footer-social-links-gold h3{margin-bottom:15px;font-size:18px}.footer-links-gold{max-width:100%}.footer-links-gold h3{margin-bottom:15px;font-size:18px}.footer-newsletter-form-gold .form-group .form-control{padding-bottom:15px}.footer-copyright-gold{flex-direction:column-reverse;gap:10px;padding:15px 0}.footer-privacy-policy-gold ul{gap:10px 36px}.footer-privacy-policy-gold ul li:before{width:14px;height:14px;top:6px;right:-25px}}.hero-prime{background-image:url(/frontend/images/hero-bg-image-prime.png);background-position:50%;margin-top:16px;padding-top:220px;position:relative;overflow:hidden}.hero-content-prime{text-align:center;max-width:1180px;margin:0 auto;position:relative}.hero-content-prime:before,.hero-content-prime:after{content:"";z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;animation:5s linear infinite alternate move_effect;display:block;position:absolute}.hero-content-prime:before{background-image:url(/frontend/images/section-bg-corner-image-6.png);width:180px;height:180px;bottom:0;left:-10.417vw}.hero-content-prime:after{background-image:url(/frontend/images/section-bg-corner-image-5.png);width:210px;height:190px;top:-60px;right:-13.542vw}.hero-content-prime .section-title,.hero-content-body-prime{z-index:1;position:relative}.hero-content-prime .section-title p{max-width:940px;margin-left:auto;margin-right:auto}.hero-content-body-prime{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px 40px;display:flex}.video-play-button-prime{z-index:1;align-items:center;gap:20px;display:inline-flex;position:relative}.video-play-button-prime a{background:var(--accent-color);cursor:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s ease-in-out;display:flex;position:relative}.video-play-button-prime:hover a{background:var(--white-color)}.video-play-button-prime a.bg-effect:before,.video-play-button-prime a.bg-effect:after{content:"";border:32px solid var(--white-color);opacity:.5;z-index:-1;border-radius:50%;width:100%;height:100%;animation:1.2s linear infinite border-zooming;position:absolute;top:-30%;left:-30%;transform:scale(.6)}.video-play-button-prime a.bg-effect:after{animation-delay:.3s}.video-play-button-prime a i{color:var(--primary-color);font-size:14px;transition:all .3s ease-in-out}.video-play-button-prime p{color:var(--white-color);margin:0;font-size:16px;font-weight:500}.hero-image-carousel-prime{--gap:30px;-webkit-user-select:none;user-select:none;gap:var(--gap);margin-top:100px;display:flex;position:relative;overflow:hidden}.hero-carousel-image-list-prime{align-items:end;gap:var(--gap);flex-shrink:0;min-width:100%;animation:45s linear infinite image_carousel_prime;display:flex}.hero-image-carousel-prime:hover .hero-carousel-image-list-prime,.hero-image-carousel-prime:focus-within .hero-carousel-image-list-prime{animation-play-state:paused}@keyframes image_carousel_prime{0%{transform:translate(0)}to{transform:translateX(calc(-100% - var(--gap)))}}.hero-carousel-image-list-prime .hero-carousel-image-prime figure{border-radius:12px 12px 0 0;display:block}.hero-carousel-image-list-prime .hero-carousel-image-prime img{aspect-ratio:1/1.265;object-fit:cover;border-radius:12px 12px 0 0;width:100%}.hero-carousel-image-list-prime .hero-carousel-image-prime:nth-child(2n) img{aspect-ratio:1/.94}.about-us-prime{padding:100px 0}.about-us-image-box-prime{flex-wrap:wrap;align-items:center;height:100%;margin-right:20px;display:flex}.about-us-img-prime.image-1{width:66%;height:100%}.about-us-img-prime.image-2{width:34%}.about-us-img-prime figure{border-radius:255px;display:block}.about-us-img-prime img{object-fit:cover;border-radius:255px;width:100%}.about-us-img-prime.image-1 figure{height:100%}.about-us-img-prime.image-1 img{aspect-ratio:1/1.587;height:100%}.about-us-img-prime.image-2 figure{border:10px solid var(--bg-color);z-index:1;margin-left:-100px;position:relative}.about-us-img-prime.image-2 img{aspect-ratio:1/1.39}.about-us-content-prime{align-content:center;height:100%}.about-us-body-prime{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.about-us-body-counter-list{flex-wrap:wrap;gap:20px 30px;width:calc(100% - 160px);display:flex}.about-us-body-counter-item-prime{background-color:var(--white-color);text-align:center;border-radius:20px;align-content:center;width:225px;padding:30px}.about-us-body-counter-item-prime h2{font-size:48px}.about-us-body-counter-item-prime p{margin:10px 0 0}.about-us-body-list-prime{align-content:center;width:calc(100% - 255px)}.about-us-body-list-prime ul{margin:0;padding:0;list-style:none}.about-us-body-list-prime ul li{margin-bottom:20px;padding-left:25px;line-height:1.5em;position:relative}.about-us-body-list-prime ul li:last-child{margin-bottom:0}.about-us-body-list-prime ul li:before{content:"";color:var(--accent-color);font-family:"Font Awesome 7 Free";font-size:18px;font-weight:900;position:absolute;top:0;left:0}.year-experience-circle-prime img{border-radius:50%;width:100%;max-width:140px;animation:20s linear infinite infiniterotate}.about-skills-list-prime{margin-top:40px}.about-skills-list-prime .skills-progress-bar{margin-bottom:30px}.about-skills-list-prime .skills-progress-bar:last-child{margin-bottom:0}.about-skills-list-prime .skills-progress-bar .skillbar .skill-progress{background-color:var(--white-color)}.about-us-footer-prime{flex-wrap:wrap;align-items:center;gap:20px 30px;margin-top:40px;display:flex}.about-author-Box-prime{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.about-author-image-prime figure{border-radius:50%;display:block}.about-author-image-prime figure img{border-radius:50%;width:100%;max-width:50px}.about-author-content-prime h3{font-size:20px}.about-author-content-prime p{margin:5px 0 0}.our-services-prime{padding:100px 0}.service-item-prime{background:var(--bg-color);border-radius:20px;flex-direction:column;justify-content:space-between;gap:30px;height:calc(100% - 30px);min-height:320px;margin-bottom:30px;padding:30px;transition:all .5s ease-in-out;display:flex}.service-item-prime:hover{transform:scale(.98)}.service-item-header-prime{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.service-item-header-prime .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.service-item-header-prime .icon-box:before{content:"";background-color:var(--primary-color);z-index:0;border-radius:100px;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.service-item-prime:hover .service-item-header-prime .icon-box:before{transform:scale(1)}.service-item-header-prime .icon-box img{z-index:1;width:100%;max-width:30px;transition:all .4s ease-in-out;position:relative}.service-item-prime:hover .service-item-header-prime .icon-box img{filter:brightness(0)invert()}.service-item-title-prime{width:calc(100% - 75px)}.service-item-title-prime h2{font-size:20px;line-height:1.4em}.service-item-title-prime h2 a{color:inherit}.service-item-body-prime{border-top:1px solid var(--divider-color);padding-top:30px}.service-item-content-prime p:last-child{margin-bottom:0}.service-item-btn-prime{margin-top:40px}.why-choose-us-prime{padding:100px 0}.why-choose-us-image-box-prime{background-image:url(/frontend/images/why-choose-us-image-bg-image-prime.png);background-position:0 140px;background-repeat:no-repeat;background-size:auto;flex-wrap:wrap;align-items:end;margin-right:3.646vw;display:flex}.why-choose-us-img-prime figure{border-radius:20px;display:block}.why-choose-us-img-prime img{aspect-ratio:1/1.347;object-fit:cover;border-radius:20px;width:100%}.why-choose-us-img-prime.image-1{z-index:2;width:28%;position:relative}.why-choose-us-img-prime.image-1 figure{border:5px solid var(--white-color);margin-right:-85px}.why-choose-us-img-prime.image-1 img{border-radius:16px}.why-choose-us-img-prime.image-2{width:72%;padding-bottom:45px}.why-choose-item-list-prime{flex-wrap:wrap;gap:30px;display:flex}.why-choose-item-prime{flex-wrap:wrap;align-items:center;gap:15px;width:calc(50% - 15px);display:flex}.why-choose-item-prime .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative}.why-choose-item-prime .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.why-choose-item-prime:hover .icon-box:before{transform:scale(1)}.why-choose-item-prime .icon-box img{z-index:1;width:100%;max-width:24px;transition:all .4s ease-in-out;position:relative}.why-choose-item-prime:hover .icon-box img{filter:brightness(0)invert()}.why-choose-item-content-prime{width:calc(100% - 65px)}.why-choose-item-content-prime h3{font-size:20px;line-height:1.4em}.why-choose-list-prime{border-top:1px solid var(--divider-color);margin-top:30px;padding-top:30px}.why-choose-list-prime ul{margin:0;padding:0;list-style:none}.why-choose-list-prime ul li{margin-bottom:15px;padding-left:25px;line-height:1.5em;position:relative}.why-choose-list-prime ul li:last-child{margin-bottom:0}.why-choose-list-prime ul li:before{content:"";color:var(--accent-color);font-family:"Font Awesome 7 Free";font-size:18px;font-weight:900;position:absolute;top:0;left:0}.why-choose-footer-prime{flex-wrap:wrap;align-items:center;gap:20px 30px;margin-top:40px;display:flex}.our-story-prime{background-image:url(/frontend/images/our-story-bg-image-prime.jpg);background-position:50%;background-size:cover;padding:100px 0 60px;position:relative;overflow:hidden}.our-story-prime:after{content:"";background:linear-gradient(#0000 0%,#033f2d99 76.03%),linear-gradient(#033f2d99 0% 100%);width:100%;height:100%;position:absolute;inset:0}.our-story-prime .container{z-index:2;position:relative}.our-story-title-prime{flex-wrap:wrap;align-items:center;gap:20px 30px;display:flex}.our-story-title-prime .section-title{width:calc(60% - 15px);margin:0}.section-contact-circle-prime{flex-wrap:wrap;justify-content:end;width:calc(40% - 15px);display:flex}.section-contact-circle-prime .video-play-button-prime a{background:var(--dark-divider-color);-webkit-backdrop-filter:blur(20px);width:140px;height:140px;color:var(--white-color)}.section-contact-circle-prime .video-play-button-prime a:hover{background-color:var(--white-color)}.section-contact-circle-prime .video-play-button-prime a i{color:var(--white-color);margin-left:2px;font-size:28px}.section-contact-circle-prime .video-play-button-prime a:hover i{color:var(--primary-color)}.section-contact-circle-prime .year-experience-circle-prime{z-index:1;margin-left:-30px;position:relative}.story-item-list-prime{border-top:1px solid var(--dark-divider-color);flex-wrap:wrap;gap:30px 5.208vw;margin-top:5.438vw;padding-top:60px;display:flex}.story-item-prime{flex-wrap:wrap;align-items:center;gap:15px;width:calc(25% - 3.906vw);display:flex;position:relative}.story-item-prime:before{content:"";background:var(--dark-divider-color);width:1px;height:100%;position:absolute;top:0;bottom:0;right:-2.604vw}.story-item-prime:nth-child(4n+4):before,.story-item-prime:last-child:before{display:none}.story-item-prime .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .4s ease-in-out;display:flex;position:relative}.story-item-prime .icon-box:before{content:"";background-color:var(--white-color);z-index:0;border-radius:100px;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.story-item-prime:hover .icon-box:before{transform:scale(1)}.story-item-prime .icon-box img{z-index:1;width:100%;max-width:30px;position:relative}.story-item-content-prime{width:calc(100% - 75px)}.story-item-content-prime h3{color:var(--white-color);font-size:20px;line-height:1.3em}.our-protection-prime{padding:100px 0;position:relative;overflow:hidden}.our-protection-prime:before,.our-protection-prime:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;animation:4s linear infinite alternate move_effect;position:absolute}.our-protection-prime:before{background-image:url(/frontend/images/section-bg-corner-image-1.png);width:215px;height:200px;top:-50px;right:-50px}.our-protection-prime:after{background-image:url(/frontend/images/section-bg-corner-image-3.png);width:230px;height:230px;bottom:0;left:-50px}.our-protection-prime .container{z-index:2;position:relative}.our-protection-content-prime{align-content:center;height:100%}.our-protection-prime .protection-mission-stack{flex-direction:column;gap:22px;margin-top:10px;display:flex}.our-protection-prime .protection-mission-card{background:linear-gradient(145deg,var(--white-color)0%,var(--bg-color)55%,var(--white-color)100%);border:1px solid var(--divider-color);border-radius:20px;flex-wrap:wrap;align-items:flex-start;gap:22px 24px;padding:26px 28px 28px 24px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #06709d0f,0 1px 3px #0000000a}.our-protection-prime .protection-mission-card:before{content:"";background:linear-gradient(180deg,var(--accent-color)0%,var(--primary-color)100%);pointer-events:none;border-radius:20px 0 0 20px;width:5px;position:absolute;top:0;bottom:0;left:0}.our-protection-prime .protection-mission-card:after{content:"";border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(120% 80% at 100% 0,#7fbe3b12 0%,#0000 55%);transition:opacity .45s;position:absolute;inset:0}.our-protection-prime .protection-mission-card:hover{border-color:#06709d1f;transform:translateY(-5px);box-shadow:0 18px 44px #06709d1f,0 4px 12px #7fbe3b14}.our-protection-prime .protection-mission-card:hover:after{opacity:1}.our-protection-prime .protection-mission-card__icon{flex-direction:column;flex-shrink:0;align-items:center;gap:10px;display:flex;position:relative}.our-protection-prime .protection-mission-card__icon .icon-box{z-index:1;background:linear-gradient(145deg,#06709d1f 0%,#7fbe3b26 100%);border:1px solid #06709d1a;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin:0;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .35s;display:flex;position:relative;box-shadow:0 4px 14px #06709d1a}.our-protection-prime .protection-mission-card__icon .icon-box:before{display:none}.our-protection-prime .protection-mission-card:hover .protection-mission-card__icon .icon-box{border-color:#7fbe3b73;transform:scale(1.06)rotate(-2deg);box-shadow:0 8px 24px #06709d2e}.our-protection-prime .protection-mission-card__icon-svg{width:28px;height:28px;color:var(--primary-color);stroke-width:1.75px;transition:color .35s}.our-protection-prime .protection-mission-card:hover .protection-mission-card__icon-svg{color:var(--accent-color)}.our-protection-prime .protection-mission-card__index{letter-spacing:.12em;color:var(--accent-color);z-index:1;font-size:11px;font-weight:700;line-height:1}.our-protection-prime .protection-mission-card__body{z-index:1;flex:1;width:calc(100% - 82px);min-width:0;position:relative}.our-protection-prime .protection-mission-card__body h3{color:var(--primary-color);letter-spacing:-.02em;margin:0 0 12px;font-size:22px;font-weight:700;line-height:1.25}.our-protection-prime .protection-mission-card__body p{color:var(--text-color);opacity:.92;margin:0;font-size:15px;line-height:1.65}@media only screen and (max-width:575px){.our-protection-prime .protection-mission-card{text-align:center;flex-direction:column;align-items:center;padding:24px 22px 26px}.our-protection-prime .protection-mission-card__body{width:100%}.our-protection-prime .protection-mission-card__icon{flex-direction:row;gap:14px}}.protection-body-item-list-prime{flex-wrap:wrap;gap:30px;display:flex}.protection-body-item-prime{flex-wrap:wrap;align-items:center;gap:15px;width:calc(33.33% - 20px);display:flex}.protection-body-item-prime .icon-box{background:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative}.protection-body-item-prime .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.protection-body-item-prime:hover .icon-box:before{transform:scale(1)}.protection-body-item-prime .icon-box img{z-index:1;width:100%;max-width:24px;transition:all .4s ease-in-out;position:relative}.protection-body-item-prime:hover .icon-box img{filter:brightness(0)invert()}.protection-body-item-content-prime{width:calc(100% - 65px)}.protection-body-item-content-prime h3{font-size:20px;line-height:1.3em}.protection-item-list-prime{border-top:1px solid var(--divider-color);flex-wrap:wrap;gap:30px;margin-top:40px;padding-top:40px;display:flex}.protection-item-prime{background-color:var(--bg-color);text-align:center;border-radius:20px;width:calc(33.33% - 20px);margin-top:40px;padding:0 30px 30px}.protection-item-image-prime{margin:-40px 0 20px}.protection-item-image-prime figure{border:5px solid var(--secondary-color);background-color:var(--secondary-color);border-radius:50%;max-width:80px;display:inline-block}.protection-item-image-prime img{border-radius:50%;width:100%}.protection-item-content-prime h3{font-size:20px}.protection-item-content-prime h2{margin-top:20px;font-size:40px}.protection-item-content-prime p{margin:15px 0 0}.protection-image-box-prime{height:100%;margin-left:20px;position:relative}.protection-image-prime{height:100%}.protection-image-prime figure{border-radius:20px;height:100%;display:block;position:relative;overflow:hidden}.protection-image-prime figure:before{content:"";background:linear-gradient(180deg,transparent 0%,var(--primary-color)100%);border-radius:20px;width:100%;height:100%;position:absolute;inset:0}.protection-image-prime img{aspect-ratio:1/1.048;object-fit:cover;border-radius:20px;width:100%;height:100%}.protection-image-content-prime{z-index:1;position:absolute;bottom:30px;left:30px;right:30px}.protection-cta-box-prime{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.protection-cta-box-prime .icon-box img{width:100%;max-width:50px}.protection-cta-box-content-prime{width:calc(100% - 65px)}.protection-cta-box-content-prime h3{color:var(--white-color);font-size:30px;line-height:1.3em}.protection-cta-box-content-prime p{color:var(--white-color);margin:5px 0 0}.protection-cta-box-content-prime p a{color:inherit;transition:all .3s ease-in-out}.protection-cta-box-content-prime p a:hover{color:var(--accent-color)}.protection-image-content-list-prime{border-top:1px solid var(--dark-divider-color);margin-top:30px;padding-top:30px}.protection-image-content-list-prime ul{margin:0;padding:0;list-style:none}.protection-image-content-list-prime ul li{color:var(--white-color);margin-bottom:15px;padding-left:25px;line-height:1.5em;position:relative}.protection-image-content-list-prime ul li:last-child{margin-bottom:0}.protection-image-content-list-prime ul li:before{content:"";color:var(--accent-color);font-family:"Font Awesome 7 Free";font-size:18px;font-weight:900;position:absolute;top:0;left:0}.how-it-work-prime{padding:100px 0}.how-work-item-list-prime{flex-wrap:wrap;gap:30px;display:flex}.how-work-item-prime{background-color:var(--white-color);text-align:center;border-radius:20px;width:calc(25% - 22.5px);margin-top:30px;padding:0 40px 40px}.how-work-item-no-prime{background-color:var(--accent-color);border:5px solid var(--bg-color);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:-30px auto 60px;display:flex;position:relative;overflow:hidden}.how-work-item-no-prime:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.how-work-item-prime:hover .how-work-item-no-prime:before{transform:scale(1)}.how-work-item-no-prime h3{z-index:1;font-size:20px;transition:all .4s ease-in-out;position:relative}.how-work-item-prime:hover .how-work-item-no-prime h3{color:var(--white-color)}.how-work-item-body-prime .icon-box{background:var(--accent-color);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 40px;display:flex;position:relative}.how-work-item-body-prime .icon-box:before{content:"";background:var(--primary-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.how-work-item-body-prime:hover .icon-box:before{transform:scale(1)}.how-work-item-body-prime .icon-box img{z-index:1;width:100%;max-width:40px;transition:all .4s ease-in-out;position:relative}.how-work-item-body-prime:hover .icon-box img{filter:brightness(0)invert()}.how-work-item-content-prime h3{font-size:20px}.how-work-item-content-prime p{margin:10px 0 0}.how-it-work-prime .section-footer-text{margin-top:60px}.our-testimonials-prime{padding:100px 0;position:relative}.our-testimonials-prime:before{content:"";background:url(/frontend/images/testimonial-bg-image.png) 50% no-repeat;width:100%;height:100%;position:absolute;inset:0}.our-testimonials-prime:after{content:"";background:url(/frontend/images/section-bg-corner-image-4.png) 50%/cover no-repeat;width:250px;height:250px;animation:4s linear infinite alternate move_effect;position:absolute;bottom:-65px;left:-65px}.our-testimonials-prime .container{z-index:2;position:relative}.testimonial-item-prime{background-color:var(--dark-divider-color);-webkit-backdrop-filter:blur(30px);border-radius:12px;flex-direction:column;justify-content:space-between;gap:30px;min-height:470px;padding:40px;display:flex}.testimonial-item-rating-prime i{color:var(--accent-color);font-size:20px}.testimonial-item-content-prime p{color:var(--white-color);margin-bottom:0;font-size:18px;font-weight:600}.testimonial-item-author-prime{border-top:1px solid var(--dark-divider-color);flex-wrap:wrap;align-items:center;gap:15px;margin-top:40px;padding-top:40px;display:flex}.testimonial-author-image-prime figure{border-radius:50%;display:block}.testimonial-author-image-prime figure img{border-radius:50%;width:100%;max-width:50px}.testimonial-author-content-prime{width:calc(100% - 65px)}.testimonial-author-content-prime h2{color:var(--white-color);font-size:20px}.testimonial-author-content-prime p{color:var(--white-color);margin:5px 0 0}.testimonial-slider-prime .testimonial-pagination-prime{text-align:center;margin-top:40px}.testimonial-slider-prime .testimonial-pagination-prime .swiper-pagination-bullet{background:var(--dark-divider-color);opacity:1;border-radius:10px;width:10px;height:10px;margin:0 4px;transition:all .4s ease-in-out;position:relative}.testimonial-slider-prime .testimonial-pagination-prime .swiper-pagination-bullet-active{background:var(--accent-color);width:24px}.our-testimonials-prime .section-footer-text{margin-top:40px}.main-footer-prime{margin-bottom:20px;padding:100px 0 0;position:relative;overflow:hidden}.main-footer-prime:before,.main-footer-prime:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:cover;animation:4s linear infinite alternate move_effect;position:absolute}.main-footer-prime:before{background-image:url(/frontend/images/section-bg-corner-image-5.png);width:210px;height:190px;top:-50px;right:-50px}.main-footer-prime:after{background-image:url(/frontend/images/section-bg-corner-image-6.png);width:250px;height:250px;bottom:-65px;left:-65px}.main-footer-prime .container{z-index:1;position:relative}.footer-header-prime{border-bottom:1px solid var(--dark-divider-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:60px;padding-bottom:60px;display:flex}.footer-logo-prime img{width:100%;max-width:168px}.footer-social-links-prime ul{flex-wrap:wrap;gap:15px 25px;margin:0;padding:0;list-style:none;display:flex}.footer-social-links-prime ul li a{color:var(--white-color);background:var(--dark-divider-color);-webkit-backdrop-filter:blur(180px);border-radius:12px;align-items:center;gap:10px;padding:10px 16px;font-weight:500;transition:all .4s ease-in-out;display:flex}.footer-social-links-prime ul li a:hover{background:var(--accent-color);color:var(--primary-color)}.footer-social-links-prime ul li a i{color:inherit;font-size:20px;line-height:normal}.about-footer-prime{margin-right:7.292vw}.about-footer-content-prime h3{color:var(--white-color);font-size:20px}.about-footer-content-prime p{color:var(--white-color);margin:30px 0 0}.footer-contact-item-prime{flex-wrap:wrap;align-items:center;gap:15px;margin-top:40px;display:flex}.footer-contact-item-prime .icon-box{background-color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative;overflow:hidden}.footer-contact-item-prime .icon-box:before{content:"";background:var(--white-color);z-index:0;border-radius:50%;width:100%;height:100%;transition:all .4s ease-in-out;position:absolute;inset:0;transform:scale(0)}.footer-contact-item-prime:hover .icon-box:before{transform:scale(1)}.footer-contact-item-prime .icon-box img{z-index:1;width:100%;max-width:24px;position:relative}.footer-contact-item-content-prime{width:calc(100% - 65px)}.footer-contact-item-content-prime p{color:var(--white-color);margin-bottom:5px}.footer-contact-item-content-prime h3{color:var(--white-color);font-size:20px}.footer-contact-item-content-prime h3 a{color:inherit;transition:all .4s ease-in-out}.footer-contact-item-content-prime h3 a:hover{color:var(--accent-color)}.footer-links-box-prime{flex-wrap:wrap;justify-content:space-between;gap:30px;display:flex}.footer-links-prime{max-width:34%}.footer-newsletter-form-prime{width:100%;max-width:40%}.footer-links-prime h3{color:var(--white-color);margin-bottom:30px;font-size:20px}.footer-links-prime ul{margin:0;padding:0 0 0 20px;list-style:outside}.footer-links-prime ul li{text-transform:capitalize;color:var(--white-color);margin-bottom:15px;line-height:1.5em}.footer-links-prime ul li:last-child{margin-bottom:0}.footer-links-prime ul li::marker{color:var(--accent-color)}.footer-links-prime ul li a{color:inherit;transition:all .3s ease-in-out}.footer-links-prime ul li a:hover{color:var(--accent-color)}.footer-newsletter-form-prime ul{border-bottom:1px solid var(--dark-divider-color);margin-bottom:30px;padding-bottom:30px}.footer-newsletter-form-prime .form-group{background:var(--dark-divider-color);-webkit-backdrop-filter:blur(30px);border-radius:10px;flex-wrap:wrap;padding:5px;display:flex}.footer-newsletter-form-prime .form-group .form-control{width:calc(100% - 50px);color:var(--white-color);box-shadow:none;background:0 0;border:none;outline:none;padding:6px 15px;font-size:16px;font-weight:400;line-height:1.5em}.footer-newsletter-form-prime .form-group .form-control::placeholder{color:var(--white-color);opacity:.5}.footer-newsletter-form-prime .form-group .newsletter-btn{background-color:var(--accent-color);width:50px;height:50px;box-shadow:none;border:none;border-radius:10px;outline:none;justify-content:center;align-items:center;transition:all .3s ease-in-out;display:flex}.footer-newsletter-form-prime .form-group .newsletter-btn:hover{background-color:var(--white-color)}.footer-newsletter-form-prime .form-group .newsletter-btn i{color:var(--primary-color);margin-right:2px;font-size:24px;transition:all .3s ease-in-out}.footer-copyright-prime{border-top:1px solid var(--dark-divider-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:60px;padding:60px 0;display:flex}.footer-copyright-text-prime p{color:var(--white-color);margin-bottom:0}.footer-privacy-policy-prime ul{flex-wrap:wrap;justify-content:center;gap:10px 46px;margin:0;padding:0;list-style:none;display:flex}.footer-privacy-policy-prime ul li{color:var(--white-color);line-height:1.5em;position:relative}.footer-privacy-policy-prime ul li:before{content:"";background:url(/frontend/images/icon-asterisk.svg) 50%/cover no-repeat;width:16px;height:16px;position:absolute;top:4px;right:-31px}.footer-privacy-policy-prime ul li:last-child:before{display:none}.footer-privacy-policy-prime ul li a{color:inherit;transition:all .3s ease-in-out}.footer-privacy-policy-prime ul li a:hover{color:var(--accent-color)}@media only screen and (max-width:1440px){.about-us-body-counter-list{gap:20px;width:calc(100% - 140px)}.about-us-body-counter-item-prime{width:175px;padding:20px}.about-us-body-list-prime{width:calc(100% - 195px)}.about-us-body-list-prime ul li{margin-bottom:15px}.year-experience-circle-prime img{max-width:120px}.service-item-btn-prime{margin-top:30px}.why-choose-us-image-box-prime{background-position:0 100px;margin-right:15px}.section-contact-circle-prime .video-play-button-prime a{width:120px;height:120px}.section-contact-circle-prime .video-play-button-prime a i{font-size:24px}.protection-item-prime{padding:0 20px 20px}.how-work-item-prime{padding:0 20px 30px}.how-work-item-no-prime{margin-bottom:40px}.how-work-item-body-prime .icon-box{margin-bottom:30px}.testimonial-item-prime{min-height:initial;padding:30px}.testimonial-item-author-prime{margin-top:30px;padding-top:30px}.about-footer-prime{margin-right:50px}}@media only screen and (max-width:1024px){.hero-content-prime:before{width:110px;height:110px;left:5px}.hero-content-prime:after{width:115px;height:100px;right:5px}.about-us-image-box-prime{max-width:700px;height:auto;margin:0 auto 30px}.about-us-img-1-prime,.about-us-img-1-prime .about-us-img-prime,.about-us-img-1-prime figure,.about-us-img-1-prime img{height:auto}.why-choose-us-image-box-prime{max-width:780px;margin:0 auto 30px}.why-choose-us-img-prime img{aspect-ratio:1/1.2}.our-story-title-prime .section-title{width:calc(74% - 15px)}.section-contact-circle-prime{width:calc(26% - 15px)}.story-item-content-prime{width:100%}.our-protection-content-prime{height:auto;margin-bottom:30px}.protection-image-box-prime{height:auto;margin:0}.protection-image-prime,.protection-image-prime figure,.protection-image-prime img{height:auto}.protection-image-prime img{aspect-ratio:1/.75}.how-work-item-prime{width:calc(50% - 15px)}.footer-header-prime{margin-bottom:30px;padding-bottom:30px}.about-footer-prime{margin:0 0 30px}.about-footer-content-prime p{margin-top:15px}.footer-contact-item-prime{margin-top:20px}.footer-links-prime h3{margin-bottom:20px}.footer-copyright-prime{margin-top:30px;padding:30px 0}}@media only screen and (max-width:991px){.hero-prime{margin-top:0;padding-top:140px}.hero-prime .container-fluid{padding:0}.hero-image-carousel-prime{--gap:20px;margin-top:50px}.about-us-prime{padding:50px 0}.about-us-body-counter-item-prime h2{font-size:38px}.about-us-body-list-prime ul li{margin-bottom:10px}.about-us-body-list-prime ul li:before{font-size:16px}.about-skills-list-prime{margin-top:30px}.about-skills-list-prime .skills-progress-bar{margin-bottom:20px}.about-us-footer-prime{margin-top:30px}.about-author-content-prime h3{font-size:18px}.our-services-prime{padding:50px 0}.service-item-prime{min-height:initial;gap:20px;padding:20px}.service-item-header-prime .icon-box{width:50px;height:50px}.service-item-header-prime .icon-box img{max-width:24px}.service-item-title-prime{width:calc(100% - 65px)}.service-item-body-prime{padding-top:20px}.service-item-btn-prime{margin-top:20px}.why-choose-us-prime{padding:50px 0}.why-choose-list-prime ul li:before{font-size:16px}.why-choose-footer-prime{margin-top:30px}.our-story-prime{padding:50px 0}.our-story-title-prime .section-title,.section-contact-circle-prime{width:100%}.section-contact-circle-prime{justify-content:start}.story-item-list-prime{margin-top:100px;padding-top:30px}.story-item-prime .icon-box{width:50px;height:50px}.story-item-prime .icon-box img{max-width:24px}.our-protection-prime{padding:50px 0}.our-protection-prime:before{width:115px;height:100px;top:-30px;right:-30px}.our-protection-prime:after{width:130px;height:130px;bottom:-30px;left:-30px}.protection-item-list-prime{margin-top:30px;padding-top:30px}.protection-item-prime{margin-top:35px}.protection-item-image-prime figure{max-width:70px}.protection-item-content-prime h2{margin-top:10px;font-size:34px}.protection-item-content-prime p{margin:10px 0 0}.protection-image-content-prime{bottom:20px;left:20px;right:20px}.protection-cta-box-content-prime h3{font-size:24px}.protection-image-content-list-prime{margin-top:20px;padding-top:20px}.protection-image-content-list-prime ul li{margin-bottom:10px}.protection-image-content-list-prime ul li:before{font-size:16px}.how-it-work-prime{padding:50px 0}.how-work-item-prime{padding:0 20px 20px}.how-work-item-no-prime{margin-bottom:30px}.how-work-item-body-prime .icon-box{width:60px;height:60px;margin-bottom:20px}.how-work-item-body-prime .icon-box img{max-width:30px}.how-it-work-prime .section-footer-text{margin-top:40px}.our-testimonials-prime{padding:50px 0}.our-testimonials-prime:after{width:130px;height:130px;bottom:-30px;left:-30px}.testimonial-item-prime{gap:20px;padding:20px}.testimonial-item-rating-prime i{font-size:18px}.testimonial-item-author-prime{margin-top:20px;padding-top:20px}.our-testimonials-prime .section-footer-text,.testimonial-slider-prime .testimonial-pagination-prime{margin-top:30px}.main-footer-prime{margin-bottom:0;padding:50px 0 0}.main-footer-prime:before{width:120px;height:120px;top:-30px;right:-30px}.main-footer-prime:after{width:130px;height:130px;bottom:-30px;left:-30px}.footer-social-links-prime ul{gap:15px}.footer-social-links-prime ul li a{border-radius:8px;gap:5px;padding:8px 12px}.footer-social-links-prime ul li a i{font-size:18px}.footer-newsletter-form-prime .form-group .form-control{width:calc(100% - 40px)}.footer-newsletter-form-prime .form-group .newsletter-btn{width:40px;height:40px}.footer-newsletter-form-prime .form-group .newsletter-btn i{font-size:20px}}@media only screen and (max-width:767px){.hero-content-prime:before{width:70px;height:70px}.hero-content-prime:after{width:75px;height:50px;top:-30px}.hero-content-body-prime{gap:20px}.about-us-img-prime.image-2 figure{border-width:5px;margin-left:-80px}.about-us-body-counter-item-prime,.about-us-body-list-prime,.about-us-body-counter-list{width:100%}.about-us-body-counter-item-prime h2{font-size:26px}.about-us-body-counter-item-prime p{margin:5px 0 0}.about-us-body-list-prime ul li{margin-bottom:10px}.about-us-body-prime .year-experience-circle-prime{display:none}.year-experience-circle-prime{max-width:100px}.service-item-title-prime h2{font-size:18px}.why-choose-us-image-box-prime{background-position:0 30px;background-size:110px}.why-choose-item-list-prime{gap:20px}.why-choose-item-prime{width:100%}.why-choose-item-content-prime h3{font-size:18px}.why-choose-list-prime{margin-top:20px;padding-top:20px}.why-choose-list-prime ul li{margin-bottom:10px}.why-choose-footer-prime{gap:20px}.section-contact-circle-prime .video-play-button-prime a{width:100px;height:100px}.section-contact-circle-prime .year-experience-circle-prime{margin-left:-20px}.story-item-list-prime{gap:30px;margin-top:30px}.story-item-prime{width:calc(50% - 15px)}.story-item-prime:before{right:-15px}.story-item-prime:nth-child(2n+2):before{display:none}.story-item-content-prime h3{font-size:18px}.protection-body-item-list-prime{gap:20px}.protection-body-item-prime{width:100%}.protection-body-item-content-prime h3{font-size:18px}.protection-item-prime{width:100%}.protection-item-content-prime h3{font-size:18px}.protection-item-content-prime h2{font-size:28px}.protection-image-prime img{aspect-ratio:1/1.048}.protection-cta-box-content-prime h3{font-size:20px}.protection-image-content-list-prime{margin-top:15px;padding-top:15px}.how-work-item-prime{width:100%;margin-top:25px}.how-work-item-no-prime{width:54px;height:54px;margin-top:-27px}.how-work-item-no-prime h3,.how-work-item-content-prime h3{font-size:18px}.testimonial-item-content-prime p{font-size:16px}.testimonial-author-content-prime h2,.about-footer-content-prime h3,.footer-contact-item-content-prime h3{font-size:18px}.footer-links-prime{max-width:100%}.footer-links-prime h3{margin-bottom:15px;font-size:18px}.footer-links-prime ul li{margin-bottom:10px}.footer-copyright-prime{flex-direction:column-reverse;padding:15px 0}.footer-privacy-policy-prime ul{gap:10px 36px}.footer-privacy-policy-prime ul li:before{width:14px;height:14px;top:6px;right:-25px}}@keyframes float-pulse-wa{0%,to{box-shadow:0 0 #25d36673}70%{box-shadow:0 0 0 10px #25d36600}}@keyframes float-pulse-call{0%,to{box-shadow:0 0 #7fbe3b6b}70%{box-shadow:0 0 0 10px #7fbe3b00}}.whatsapp-float{z-index:9999;color:#fff;background:linear-gradient(145deg,#2fe677 0%,#128c7e 50%,#075e54 100%);border:none;border-radius:24px;justify-content:flex-start;align-items:center;gap:0;min-width:48px;height:48px;padding:0 0 0 3px;text-decoration:none;transition:min-width .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1),gap .35s cubic-bezier(.4,0,.2,1),transform .25s,box-shadow .25s;animation:2.4s ease-out infinite float-pulse-wa;display:inline-flex;position:fixed;bottom:24px;left:24px;overflow:hidden;box-shadow:0 3px 10px #075e5452,inset 0 1px #ffffff40}.whatsapp-float__glow{pointer-events:none;opacity:0;background:radial-gradient(circle at 30% 30%,#ffffff59,#0000 55%);border-radius:26px;transition:opacity .25s;position:absolute;inset:-2px}.whatsapp-float:hover .whatsapp-float__glow{opacity:1}.whatsapp-float__icon{filter:drop-shadow(0 1px 2px #0003);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:26px;display:flex}.whatsapp-float__label{letter-spacing:.02em;white-space:nowrap;opacity:0;text-shadow:0 1px 1px #00000026;max-width:0;padding-right:0;font-size:13px;font-weight:600;transition:max-width .35s cubic-bezier(.4,0,.2,1),opacity .25s,padding-right .35s;overflow:hidden}.whatsapp-float:hover,.whatsapp-float:focus-visible{color:#fff;gap:2px;min-width:48px;padding:0 14px 0 3px;animation:none;transform:translateY(-2px);box-shadow:0 8px 22px #075e5461,inset 0 1px #ffffff40}.whatsapp-float:hover .whatsapp-float__label,.whatsapp-float:focus-visible .whatsapp-float__label{opacity:1;max-width:120px;padding-right:4px}.whatsapp-float:focus{color:#fff;outline-offset:4px;outline:2px solid #25d366}.whatsapp-float:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){.whatsapp-float{animation:none}.whatsapp-float,.whatsapp-float:hover,.whatsapp-float:focus-visible{transition-duration:.01ms}}.call-float{z-index:9999;color:#fff;background:linear-gradient(145deg,#9ad24e 0%,#7fbe3b 45%,#5a9428 100%);border:none;border-radius:24px;justify-content:flex-start;align-items:center;gap:0;min-width:48px;height:48px;padding:0 0 0 3px;text-decoration:none;transition:min-width .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1),gap .35s cubic-bezier(.4,0,.2,1),transform .25s,box-shadow .25s;animation:2.4s ease-out .4s infinite float-pulse-call;display:inline-flex;position:fixed;bottom:88px;left:24px;overflow:hidden;box-shadow:0 3px 10px #4a782361,inset 0 1px #ffffff47}.call-float__glow{pointer-events:none;opacity:0;background:radial-gradient(circle at 30% 30%,#ffffff4d,#0000 55%);border-radius:26px;transition:opacity .25s;position:absolute;inset:-2px}.call-float:hover .call-float__glow,.call-float:focus-visible .call-float__glow{opacity:1}.call-float__icon{filter:drop-shadow(0 1px 2px #0003);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.call-float__label{letter-spacing:.02em;white-space:nowrap;opacity:0;text-shadow:0 1px 1px #00000026;max-width:0;padding-right:0;font-size:13px;font-weight:600;transition:max-width .35s cubic-bezier(.4,0,.2,1),opacity .25s,padding-right .35s;overflow:hidden}.call-float:hover,.call-float:focus-visible{color:#fff;gap:2px;min-width:48px;padding:0 14px 0 3px;animation:none;transform:translateY(-2px);box-shadow:0 8px 22px #4a78236b,inset 0 1px #ffffff47}.call-float:hover .call-float__label,.call-float:focus-visible .call-float__label{opacity:1;max-width:100px;padding-right:4px}.call-float:focus{color:#fff;outline-offset:3px;outline:2px solid #7fbe3b}.call-float:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){.call-float{animation:none}.call-float,.call-float:hover,.call-float:focus-visible{transition-duration:.01ms}}@keyframes inspection-cta-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.95;transform:scale(1.06)}}.inspection-cta-float{z-index:9999;isolation:isolate;text-transform:none;color:#fff;cursor:pointer;background:linear-gradient(145deg,#7fbe3bf2 0%,var(--primary-color)42%,#034a68 100%);border:none;border-radius:9999px;outline:none;flex-direction:row;justify-content:flex-start;align-items:center;min-width:48px;height:48px;padding:3px;text-decoration:none;transition:transform .35s cubic-bezier(.34,1.2,.64,1),box-shadow .35s,min-width .35s cubic-bezier(.4,0,.2,1);display:inline-flex;position:fixed;bottom:24px;left:24px;overflow:hidden;box-shadow:0 4px 6px #0332481f,0 14px 36px #06709d61,inset 0 0 0 1px #ffffff1f}.inspection-cta-float:hover{color:#fff;transform:translateY(-4px);box-shadow:0 8px 12px #03324826,0 22px 48px #06709d7a,inset 0 0 0 1px #ffffff38,0 0 28px #7fbe3b59}.inspection-cta-float:focus-visible{color:#fff;outline:3px solid var(--accent-color);outline-offset:4px}.inspection-cta-float__pulse{border-radius:inherit;pointer-events:none;z-index:0;opacity:.7;background:radial-gradient(circle at 50% 30%,#7fbe3b73 0%,#0000 65%);animation:2.8s ease-in-out infinite inspection-cta-pulse;position:absolute;inset:-6px}.inspection-cta-float__inner{z-index:1;border-radius:inherit;background:linear-gradient(165deg,#ffffff24 0%,#ffffff05 38%,#00000014 100%);border:1px solid #ffffff38;flex-direction:row;justify-content:flex-start;align-items:center;gap:0;height:100%;min-height:42px;padding:0 2px 0 3px;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff2e}.inspection-cta-float__icon{filter:drop-shadow(0 1px 2px #0003);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.inspection-cta-float__label{letter-spacing:.02em;white-space:nowrap;opacity:0;text-shadow:0 1px #0003;max-width:0;padding-right:0;font-size:13px;font-weight:700;transition:max-width .35s cubic-bezier(.4,0,.2,1),opacity .25s,padding-right .35s;display:block;overflow:hidden}.inspection-cta-float:hover .inspection-cta-float__label,.inspection-cta-float:focus-visible .inspection-cta-float__label{opacity:1;max-width:200px;padding-right:12px}@media (hover:none){.inspection-cta-float .inspection-cta-float__label{opacity:1;max-width:200px;padding-right:12px}}@media (prefers-reduced-motion:reduce){.inspection-cta-float__pulse{opacity:.55;animation:none}.inspection-cta-float,.inspection-cta-float:hover,.inspection-cta-float__label{transition-duration:.01ms}}@media (max-width:575px){.inspection-cta-float{padding:2px;bottom:16px;left:16px}.inspection-cta-float__label{font-size:12px}}.page-login.page-contact-us{background:linear-gradient(#06709d12 0%,#7fbe3b0d 38%,#f6f9fa 100%);padding:16px 0 40px}@media (min-width:992px){.page-login.page-contact-us{padding:20px 0 48px}}.page-login .login-auth-shell{background:#fff;border:1px solid #06709d24;max-width:920px;margin-left:auto;margin-right:auto;box-shadow:0 4px 6px #06709d0a,0 20px 40px #06709d1a}.page-login .login-auth-brand{background:linear-gradient(155deg,var(--primary-color)0%,#055a7d 52%,#034058 100%);color:#fff;min-height:100%}.page-login .login-auth-brand-logo-wrap{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff24;border-radius:14px;padding:12px 18px;display:inline-block}.page-login .login-auth-brand-logo{max-width:200px;height:auto}.page-login .login-auth-brand-tag{text-transform:uppercase;letter-spacing:.1em;opacity:.88;margin-top:.25rem;font-size:.75rem}.page-login .login-auth-brand-title{color:#fff;margin:.65rem 0 .75rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;line-height:1.25}.page-login .login-auth-brand-text{opacity:.9;max-width:22rem;margin:0;font-size:.9375rem;line-height:1.55}.page-login .login-auth-card-body{min-height:0}@media (min-width:992px){.page-login .login-auth-card-body{flex-direction:column;justify-content:center;min-height:440px;display:flex}}@media (max-width:991.98px){.page-login .login-auth-shell{max-width:440px;margin-left:auto;margin-right:auto}}.page-login .contact-form .form-group.mb-4{margin-bottom:.875rem!important}.page-login .contact-form .btn-default{border-radius:10px;width:100%;padding-top:.65rem;padding-bottom:.65rem}.page-login .contact-form .google-btn{border-color:#0000001a;border-radius:10px;padding:12px 20px;box-shadow:0 1px 3px #0000000f}.page-login .contact-form .google-btn:hover{box-shadow:0 2px 8px #00000014}.google-btn{color:#333;cursor:pointer;background-color:#fff;border:1px solid #dfdfdf;border-radius:4px;justify-content:center;align-items:center;padding:10px 20px;font-weight:700;transition:background-color .3s;display:inline-flex}.google-btn img{width:30px;margin-right:10px}.google-btn:hover{background-color:#f1f1f1}.service-sector-section{background:#f8fafc;padding-top:60px;padding-bottom:60px}.service-sector-section .section-title{margin-bottom:10px}.service-sector-section .section-title .section-sub-title{margin-bottom:12px}.service-sector-section .section-title h2{margin-bottom:10px}.service-sector-section .section-title p{max-width:760px;margin:0 auto}.service-sector-card-wrap{height:100%}.service-sector-card{border-radius:15px;height:220px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 10px 24px #0f172a1f}.service-sector-card__image{background-position:50%;background-size:cover;transition:transform .45s;position:absolute;inset:0}.service-sector-card__overlay{background:linear-gradient(#0000000d 0%,#0000006b 72%,#0000009e 100%);position:absolute;inset:0}.service-sector-card__content{z-index:2;justify-content:flex-start;align-items:flex-end;height:100%;padding:20px;transition:transform .35s;display:flex;position:relative}.service-sector-card__title{color:#fff;border-left:3px solid #22c55e;margin:0;padding-left:10px;font-size:18px;font-weight:700;line-height:1.3}.service-sector-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px #0f172a33}.service-sector-card:hover .service-sector-card__image{transform:scale(1.05)}.service-sector-card:hover .service-sector-card__content{transform:translateY(-3px)}
