:root{--body:#fff;--black:#000;--white:#fff;--theme:#001a6c;--theme2:#F9F3EF;--theme3:#FAF8FF;--title:#282C32;--header:#282C32;--orange:#001a6c;--text:#585757;--text2:#cbcbcb;--border:#E6E6E6;--border-2:#F1F1F1;--border-3:#D8D8D8;--border-4:#E0E0E0;--border-5:#565656;--bg-1:#161921;--bg-2:#F6F7FF;--box-shadow:0px 4px 25px 0px rgba(0,0,0,0.06)}body{font-family:"Urbanist",sans-serif;font-size:16px;font-weight:normal;line-height:28px;background-color:var(--white);padding:0;margin:0;overflow-x:hidden}ul{padding:0;margin:0;list-style:none}button{border:none;background-color:transparent;padding:0}input:focus{color:var(--text);outline:none}input::placeholder{color:#767771}h1,h2,h3,h4,h5,h6{font-family:"Urbanist",sans-serif;margin:0px;padding:0;color:var(--title);text-transform:capitalize;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}h1{font-size:42px;font-weight:700;line-height:120%}h2{font-size:40px;line-height:145%;font-weight:700}@media (max-width:767px){h2{font-size:34px}}@media (max-width:575px){h2{font-size:28px}}h3{font-size:18px;font-weight:700;line-height:145%}@media (max-width:767px){h3{font-size:16px}}h4{font-size:20px;font-weight:700;line-height:130%}h5{font-size:18px;font-weight:700}h6{font-size:16px;font-weight:600;line-height:145%}a{text-decoration:none;outline:none !important;cursor:pointer;color:var(--title);transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}a:hover{color:var(--theme) !important}p{margin:0px;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}span{margin:0px;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}.form-contl input.style2{border:none}.form-contl button.style2{background:transparent;color:var(--theme)}label{color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:35.04px}input[type=number]{-moz-appearance:textfield}input[type=checkbox]{visibility:hidden;opacity:0;display:inline-block;vertical-align:middle;width:0;height:0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}input[type=checkbox]:checked~label:after{opacity:1}input[type=checkbox]~label{position:relative;padding-left:30px;cursor:pointer;display:block;line-height:30px}input[type=checkbox]~label:before{content:"";position:absolute;left:0px;top:3.5px;background:var(--white);border:1px solid var(--border-2);height:20px;width:20px;text-align:center;z-index:9}input[type=checkbox]~label:after{content:"";position:absolute;left:6px;top:9px;background:var(--theme);height:8px;width:8px;opacity:0;-webkit-transition:0.4s;-o-transition:0.4s;-moz-transition:0.4s;transition:0.4s;z-index:9}input[type=checkbox].style2~label{color:#8B929C;padding-left:23px;margin-bottom:-0.5em}input[type=checkbox].style2~label:before{background-color:white;border:1px solid #f7ccd7;height:14px;width:14px;line-height:14px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;top:6px}input[type=checkbox].style2:checked~label:before{color:var(--theme)}input[type=radio]{visibility:hidden;opacity:0;display:inline-block;vertical-align:middle;width:0;height:0;display:none}input[type=radio]~label{position:relative;padding-left:30px;cursor:pointer;line-height:1;display:inline-block;font-weight:600;margin-bottom:0}input[type=radio]~label::before{content:"\f111";position:absolute;font-family:"Font Awesome 6 Pro";left:0;top:-2px;width:20px;height:20px;padding-left:0;font-size:0.6em;line-height:19px;text-align:center;border:1px solid var(--theme);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;font-weight:700;background:var(--white);color:transparent;-webkit-transition:all 0.2s ease;-o-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease}input[type=radio]:checked~label::before{border-color:var(--theme);background-color:var(--theme);color:var(--white)}.theme-btn{display:inline-block;position:relative;padding:20px 36px;gap:10px;color:var(--white);font-family:"Urbanist",sans-serif;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:normal;background:var(--theme);z-index:1;line-height:1;overflow:hidden;border:none;border-radius:100px;transition:color .3s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out;-moz-transition:color .3s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out;-ms-transition:color .3s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out;-o-transition:color .3s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out}.theme-btn i,.theme-btn svg{margin-left:6px}.theme-btn:before{transition-duration:800ms;position:absolute;width:210%;height:290%;content:"";top:162%;left:50%;background:var(--title);-webkit-transform:translateX(-50%);transform:translateX(-50%) rotate(-8deg);border-radius:80%;z-index:-1}.theme-btn.style2{display:inline-block;background:transparent;border:1px solid var(--border-5);color:var(--title)}.theme-btn.style2 i,.theme-btn.style2 svg{margin-left:6px}.theme-btn.style2:before{transition-duration:800ms;background:var(--theme)}.theme-btn.style2 svg path,.theme-btn.style2 svg rect{fill:var(--title);transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.theme-btn.style2:hover svg path,.theme-btn.style2:hover svg rect{fill:var(--white)}.theme-btn.style3{display:flex;align-items:center;justify-content:space-between;background:transparent !important;border:1px solid var(--white);color:var(--white)}.theme-btn.style3 i,.theme-btn.style3 svg{margin-left:6px;color:var(--white)}.theme-btn.style3:before{transition-duration:800ms;background:var(--theme)}.theme-btn.style3 svg path,.theme-btn.style3 svg rect{fill:var(--white);transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.theme-btn.style3:hover svg path,.theme-btn.style3:hover svg rect{fill:var(--white)}.theme-btn.style4{display:flex;align-items:center;justify-content:space-between;background:var(--theme);color:var(--white);border:1px solid var(--border-4)}.theme-btn.style4:before{transition-duration:800ms;background:var(--title);color:var(--white)}.theme-btn.style4 svg path,.theme-btn.style4 svg rect{fill:var(--title);transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.theme-btn.style4:hover{color:var(--white) !important}.theme-btn.style4:hover svg path,.theme-btn.style4:hover svg rect{fill:var(--white)}.theme-btn.style5{display:flex;align-items:center;justify-content:space-between;background:var(--title) !important;border:1px solid var(--white);color:var(--white)}.theme-btn.style5 i,.theme-btn.style5 svg{margin-left:6px;color:var(--white)}.theme-btn.style5:before{transition-duration:800ms;background:var(--theme)}.theme-btn.style5 svg path,.theme-btn.style5 svg rect{fill:var(--white);transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.theme-btn.style5:hover svg path,.theme-btn.style5:hover svg rect{fill:var(--white)}.theme-btn:hover{color:var(--white) !important}.theme-btn:hover:before{top:-96%}.slider-arrow.style1{display:inline-block;width:56px;height:56px;line-height:56px;text-align:center;background:var(--theme);color:var(--white);margin-top:-0.4em;box-shadow:0px 10px 30px 0px rgba(52,55,170,0.15);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}.slider-arrow.style1:hover{background:var(--white);color:var(--theme);box-shadow:0px 10px 30px 0px rgba(52,55,170,0.15)}.slider-arrow.style1.style2{background:var(--theme2);color:var(--title)}.slider-arrow.style1.style2:hover{background:var(--theme);color:var(--white)}.link-btn.style1{color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.link-btn.style1 i,.link-btn.style1 svg{margin-left:0px}.link-btn.style3{display:inline-block;background:var(--theme);color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px;width:40px;height:40px;line-height:40px;text-align:center}.link-btn.style3 i path,.link-btn.style3 svg path{fill:var(--white)}@media (min-width:1600px){.gx-60{--bs-gutter-x:60px}}@media (min-width:550px){.header-1 .container{max-width:1620px}.header-2 .container,.header-3 .container{max-width:1620px}.intro-container-wrapper.style1 .container{max-width:1820px}.intro-wrapper.style1 .container{max-width:1450px}.brand-slider-container-wrapper.style1 .container{max-width:1450px}.brand-slider-container-wrapper.style2 .container{max-width:1450px}.work-process-container-wrapper.style1 .container{max-width:1440px}.advantage-container-wrapper.style1 .container{max-width:1820px}.advantage-wrapper.style1 .container{max-width:1200px}.counter-container-wrapper.style1 .container{max-width:1820px}.counter-wrapper.style1 .container{max-width:1450px}.testimonial-container-wrapper.style1>.container{max-width:1820px}.testimonial-container-wrapper.style2>.container{max-width:1820px}.cta-container-wrapper.style1>.container{max-width:1820px}.wcu-container-wrapper.style2>.container{max-width:1820px}.about-container-wrapper.style2 .container{max-width:1820px}.about-wrapper.style2 .container{max-width:1450px}.project-container-wrapper.style2 .container{max-width:1790px}.project-details-container-wrapper .container{max-width:1440px}.team-page-container-wrapper .container{max-width:1330px}.footer-widgets-wrapper.style1 .container{max-width:1580px}.footer-bottom.style1 .container{max-width:1580px}.service-details-container-wrapper .container{max-width:1440px}}.img-custom-anim-right{animation:img-anim-right 1.3s forwards cubic-bezier(0.645,0.045,0.355,1) 0.4s;opacity:0}.float-bob-y{-webkit-animation-name:float-bob-y;animation-name:float-bob-y;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.float-bob-x{-webkit-animation-name:float-bob-x;animation-name:float-bob-x;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}::-webkit-scrollbar{width:8px;height:4px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--orange)}::-webkit-scrollbar-thumb{background:var(--orange);border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.fix{overflow:hidden}@media (max-width:767px){br{display:none}}.bg-cover{background-repeat:no-repeat;background-size:cover;position:relative;background-position:center}.page-nav-wrap ul li .page-numbers.icon{border:none;background-color:transparent;color:var(--theme)}.page-nav-wrap ul li .page-numbers.icon:hover{border:none;background-color:transparent;color:var(--theme)}@media (max-width:767px){.mb-60{margin-bottom:40px}}@media (max-width:575px){.mb-60{margin-bottom:30px}}.mxw-685{max-width:685px}.mxw-1450{max-width:1450px}.mb-20{margin-bottom:20px !important}.mb-60{margin-bottom:60px !important}.mean-container a.meanmenu-reveal{display:none}.mean-container .mean-nav{background:none;margin-top:0}.mean-container .mean-bar{padding:0;min-height:auto;background:none}.mean-container .mean-nav>ul{padding:0;margin:0;width:100%;list-style-type:none;display:block !important}.mean-container .mean-nav>ul .homemenu-items{display:flex;align-items:center;gap:30px;justify-content:space-between}@media (max-width:1199px){.mean-container .mean-nav>ul .homemenu-items{flex-wrap:wrap}}.mean-container .mean-nav>ul .homemenu-items .homemenu{position:relative}@media (max-width:1199px){.mean-container .mean-nav>ul .homemenu-items .homemenu{max-width:300px;text-align:center;margin:0 auto;border:1px solid var(--border);padding:10px}}.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb{position:relative}.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;gap:10px;display:flex;justify-content:center;flex-direction:column;opacity:0;visibility:hidden;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out;margin-top:20px}.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn{padding:12px 20px;color:var(--white) !important;width:initial;font-size:16px;text-align:center;border-radius:0}.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover{color:var(--white) !important}.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(20,19,19,0)),to(#5e5ef6));background:linear-gradient(to bottom,rgba(99,92,92,0) 0%,#252527 100%);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:100%;position:absolute;left:0;top:0;overflow:hidden;opacity:0;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out;content:""}.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before{visibility:visible;opacity:1}.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button{opacity:1;visibility:visible;margin-top:0}.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn{opacity:1;visibility:visible;bottom:50%;transform:translateY(50%)}.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img{width:100%}.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title{text-align:center;margin:15px auto;display:inline-block;font-size:16px}.mean-container a.meanmenu-reveal{display:none !important}.mean-container .mean-nav ul li a{width:100%;padding:10px 0;color:var(--white) !important;font-size:16px;line-height:1.5;font-weight:600;text-transform:capitalize;border-bottom:1px solid var(--border) !important;border:none}.mean-container .mean-nav ul li a:hover{color:var(--theme)}.mean-container .mean-nav ul li a:last-child{border-bottom:0}.mean-container .mean-nav ul li a:hover{color:var(--theme2)}.mean-container .mean-nav ul li a.mean-expand{margin-top:5px;padding:0 !important}.mean-container .mean-nav ul li>a>i{display:none}.mean-container .mean-nav ul li>a.mean-expand i{display:inline-block;font-size:18px}.mean-container .mean-nav>ul>li:first-child>a{border-top:0}.mean-container .mean-nav ul li a.mean-expand.mean-clicked i{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}.mean-container .mean-nav ul li .mega-menu li a{height:200px;width:100%;padding:0;border-top:0;margin-bottom:20px}.preloader .loader .row{height:100%}.preloader.loaded .animation-preloader{opacity:0;transition:0.3s ease-out}.preloader.loaded .loader-section .bg{width:0;transition:0.7s 0.3s allcubic-bezier(0.1,0.1,0.1,1)}.back-to-top{border-radius:12px;background-color:var(--theme);width:50px;height:50px;line-height:50px;color:var(--white);font-size:18px;position:fixed;display:inline-block;z-index:99;right:30px;bottom:30px;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out;opacity:0;visibility:hidden;transform:translateY(20px)}.back-to-top:hover{background-color:var(--title)}.back-to-top.show{opacity:1;visibility:visible;transform:translate(0)}.section-title .subtitle{display:inline-flex;padding:4px 10px;align-items:center;gap:10px;border-radius:100px;background:rgba(116,68,253,0.15);color:var(--theme);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-0.32px;margin-bottom:15px;border-radius:100px}.section-title .subtitle.bg2{background:rgba(255,255,255,0.15)}.section-title .subtitle img{margin-left:3px}.section-title .title{color:var(--title);font-family:"Urbanist",sans-serif;font-size:48px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-0.96px;margin-bottom:25px}@media (max-width:1199px){.section-title .title{font-size:35px}}.section-title .section-desc{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-0.32px;margin-bottom:30px}.social-media.style2 li a{display:inline-block;width:35px;height:35px;line-height:35px;text-align:center;background:var(--white);color:var(--title);transition:all 0.4s;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.social-media.style2 li a:hover{background:var(--theme);color:var(--white) !important;border:1px solid var(--theme)}.social-media.style3 li a{display:inline-block;width:15px;height:15px;line-height:15px;text-align:center;background:transparent;color:var(--title);transition:all 0.4s;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.social-media.style3 li a:hover{color:var(--theme) !important;border:none}.fancy-box-wrapper.style1{display:flex;align-items:center;gap:45px}@media (max-width:767px){.fancy-box-wrapper.style1{flex-direction:column;gap:20px}}.fancy-box-wrapper.style3{display:flex;padding:20px;gap:40px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:40px}.fancy-box-wrapper.style3 .box-text{max-width:245px}@media (max-width:1899px){.fancy-box-wrapper.style3{padding:10px}}@media (max-width:767px){.fancy-box-wrapper.style3{flex-direction:column;flex-wrap:wrap;gap:20px}}.fancy-box.style1{display:flex;align-items:center;gap:20px}.fancy-box.style1 .icon{width:60px;height:60px;line-height:60px;text-align:center;background:var(--theme2);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.fancy-box.style1 h4{color:var(--title);font-family:"Urbanist",sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-0.54px}.fancy-box.style2{display:flex;align-items:center;gap:19px;margin-bottom:30px}.fancy-box.style2 .content{max-width:205px}.fancy-box.style2 .content h4{color:var(--title);font-family:"Urbanist",sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:34px;letter-spacing:-0.48px;margin-bottom:1px}.fancy-box.style2 .content .text{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-0.32px}.fancy-box.style3{display:flex;align-items:center;gap:20px}.fancy-box.style3 .content{max-width:330px}.fancy-box.style3 .content h4{color:var(--title);font-family:"Urbanist",sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:30px;letter-spacing:-0.4px;margin-bottom:3px}.fancy-box.style3 .content .text{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-0.32px}.fancy-box.style4{padding:20px 20px 20px 30px;border:1px solid #E5E5E5;display:flex;align-items:center;justify-content:space-between}.fancy-box.style4 .content{position:relative}.fancy-box.style4 .content h5{color:var(--title);font-family:"Urbanist",sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:140%;text-transform:capitalize}.fancy-box.style4 .content .text{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:130%;text-transform:capitalize}.fancy-box.style4 .content:before{position:absolute;content:"";width:5px;height:5px;background-color:#EE332B;top:10px;left:-10px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.fancy-box.style5{padding-left:24px;position:relative}.fancy-box.style5:before{position:absolute;content:"";width:2px;height:40px;top:5px;background-color:#1B1C20;margin-left:-30px}.icon-box.style1{width:70px;height:70px;line-height:70px;text-align:center;background:linear-gradient(90deg,#AC60E5 0%,#0C87F0 100%);border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px}.icon-box.style2{width:105px;height:105px;line-height:105px;text-align:center;background:var(--theme);border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px}.icon-box.style3{width:70px;height:70px;line-height:70px;text-align:center;background:linear-gradient(90deg,rgba(172,96,229,0.2509803922) 25%,rgba(12,135,240,0.2509803922) 100%);border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px}.counter-box-wrapper.style3{display:flex;align-items:center;gap:60px}@media (max-width:767px){.counter-box-wrapper.style3{flex-direction:column}}@media (max-width:767px){.counter-box.style1{text-align:center}}.counter-box.style1 .counter{color:var(--theme);font-family:"Urbanist",sans-serif;font-size:30px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:-0.9px}.counter-box.style1 p{color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:30px}.counter-box.style3 .counter{color:var(--title);font-family:"Urbanist",sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:1;letter-spacing:-0.48px;margin-bottom:2px}.counter-box.style3 .text{color:var(--text);font-family:"Urbanist",sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:26px;letter-spacing:-0.36px}.checklist-wrapper.style1{display:flex;align-items:center;gap:40px}@media (max-width:767px){.checklist-wrapper.style1{flex-direction:column;gap:5px}}.checklist.style1 li{color:var(--title);font-family:"Urbanist",sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-0.36px;margin-bottom:20px}.checklist.style1 li img{margin-right:10px}.marquee-wrapper.style-2{line-height:55px}.marquee-item.style1 .text-style{transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out;background-image:linear-gradient(var(--theme),var(--theme));background-position:0 95%;background-repeat:no-repeat;background-size:0% 2px;color:transparent;-webkit-text-stroke:1px #bcb8b1;font-family:"Urbanist",sans-serif;font-size:80px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.marquee-item.style1 .text-style:hover{color:var(--theme);background-size:100% 3px;opacity:1}.marquee-item.style-2 .text-slider{font-family:var(--title);font-size:48px;font-style:normal;font-weight:400;line-height:57.6px;color:var(--white)}@media (max-width:767px){.marquee-item.style-2 .text-slider{font-size:36px}}.marquee-item.style-2 .text-style{transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out;background-image:linear-gradient(var(--theme2),var(--theme2));background-position:0 95%;background-repeat:no-repeat;background-size:0% 2px}.marquee-item.style-2 .text-style:hover{color:var(--theme2);background-size:100% 3px;opacity:0.7}.modal-details .title-box .title h3{color:var(--title);font-family:"Urbanist",sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:50px;text-transform:capitalize}.modal-details .title-box .price{color:var(--title);font-family:"Urbanist",sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:30px;text-transform:capitalize}.progress-wrap .progress-meta .title{color:var(--title);font-family:"Urbanist",sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:130%}.progress-wrap .progress-container.style2:before,.progress-wrap .progress-container.style2:after{background-color:var(--theme2)}.slider-arrow-button.style2{display:flex;align-items:center;justify-content:end;gap:20px}@media (max-width:1199px){.slider-arrow-button.style2{margin-bottom:30px}}.slider-arrow-button.style2 .arrowPrev{width:56px;height:56px;line-height:56px;text-align:center;border-radius:8px;background:var(--white);box-shadow:0px 4px 20px 0px rgba(52,55,170,0.15)}.slider-arrow-button.style2 .arrowNext{width:56px;height:56px;line-height:56px;text-align:center;border-radius:8px;background:var(--theme);color:var(--white)}.mouse-cursor{position:fixed;left:0;top:0;pointer-events:none;border-radius:50%;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:hidden}.cursor-inner{width:6px;height:6px;z-index:10000001;background-color:var(--theme2);-webkit-transition:width 0.3s ease-in-out,height 0.3s ease-in-out,margin 0.3s ease-in-out,opacity 0.3s ease-in-out;-o-transition:width 0.3s ease-in-out,height 0.3s ease-in-out,margin 0.3s ease-in-out,opacity 0.3s ease-in-out;transition:width 0.3s ease-in-out,height 0.3s ease-in-out,margin 0.3s ease-in-out,opacity 0.3s ease-in-out}.cursor-inner.cursor-hover{margin-left:-35px;margin-top:-35px;width:70px;height:70px;background-color:var(--theme2);opacity:0.3}.cursor-outer{margin-left:-12px;margin-top:-12px;width:30px;height:30px;border:1px solid var(--theme2);-webkit-box-sizing:border-box;box-sizing:border-box;z-index:10000000;opacity:0.5;-webkit-transition:all 0.08s ease-out;-o-transition:all 0.08s ease-out;transition:all 0.08s ease-out}.cursor-outer.cursor-hover{opacity:0}.before-after-section .thumb{width:100%}.before-after-section .thumb img{width:100%}.star-wrapper.style1{display:inline-flex;align-items:center;gap:5px}.star-wrapper.style1 li{color:var(--theme)}.profile-meta .content h6{color:var(--title);font-family:"Urbanist",sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.profile-meta .content p{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.search-wrap{width:100%;height:100%;overflow:hidden;display:none;position:fixed;top:0;left:0;z-index:999999;background-color:rgba(255,255,255,0.9)}.search-wrap .search-inner{position:relative;width:100%;height:100%}.search-wrap .search-cell{position:absolute;top:50%;width:100%;transform:translateY(-50%)}.search-wrap .search-field-holder{width:50%;margin:auto;position:relative;animation:slideInUp 0.3s}@media only screen and (min-width:768px) and (max-width:991px){.search-wrap .search-field-holder{width:70%}}@media (max-width:575px){.search-wrap .search-field-holder{width:80%}}.search-wrap .main-search-input{width:100%;height:70px;border:0;padding:0 50px;text-transform:capitalize;background:transparent;font-size:25px;color:var(--theme);border-bottom:2px solid var(--theme);text-align:center;letter-spacing:2px}@media (max-width:575px){.search-wrap .main-search-input{height:50px;padding:0 0;line-height:50px;font-size:18px}}.search-wrap input.form-control,.search-wrap input.form-control:focus{background-color:var(--theme)}input.main-search-input::placeholder{color:var(--theme);opacity:1;font-size:25px}@media (max-width:575px){input.main-search-input::placeholder{font-size:18px}}.search-close{position:absolute;top:50px;right:50px;font-size:30px;color:var(--theme);cursor:pointer}.section-padding{padding:120px 0}@media (max-width:1199px){.section-padding{padding:100px 0}}@media (max-width:991px){.section-padding{padding:80px 0}}@media (max-width:575px){.section-padding{padding:60px 0}}.background-image,[data-bg-src]{background-repeat:no-repeat;background-size:cover;background-position:center center}.gt-social.style2 a{display:inline-block;width:36px;height:36px;line-height:36px;text-align:center;background:transparent;color:var(--white);margin-right:5px;border:1px solid rgba(255,255,255,0.2);transition:0.4s ease-in-out;-webkit-transition:0.4s ease-in-out;-moz-transition:0.4s ease-in-out;-ms-transition:0.4s ease-in-out;-o-transition:0.4s ease-in-out}.gt-social.style2 a:hover{background:linear-gradient(90deg,#384BFF 0%,#B42AF3 123.82%);color:var(--white);border:1px solid var(--title)}.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon{width:40px;height:40px;line-height:40px;text-align:center;position:relative;background-color:var(--white);border-radius:50%;color:var(--theme);box-shadow:0px 4px 25px rgba(0,0,0,0.06);position:relative}@media (max-width:1399px){.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon{width:30px;height:30px;line-height:30px}}.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before{position:absolute;top:50%;left:50%;width:64px;height:64px;content:"";background-color:transparent;border-radius:50%;border:1px solid rgba(30,32,35,0.1);transform:translate(-50%,-50%)}@media (max-width:1399px){.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before{width:54px;height:54px}}.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content p{color:var(--text);margin-bottom:5px;text-transform:capitalize;font-size:14px;font-weight:500;opacity:0.7}.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3{font-size:20px;color:var(--title);text-transform:initial}@media (max-width:1600px){.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3{font-size:18px}}.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 a{color:var(--title)}.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items.style-2{border:none;padding-right:0}@media (max-width:1600px){.main-header-wrapper .main-header-items .header-contact-info-area .header-button .theme-btn{font-size:14px;padding:24px 27px}}.header-1{background-color:transparent}.header-1.sticky-bg-dark .header-main .main-menu ul li a{color:var(--white) !important}.header-1 .mega-menu-wrapper{position:relative;z-index:1}@media (max-width:470px){.header-1 .mega-menu-wrapper{padding:0 15px}}@media (max-width:450px){.header-1 .mega-menu-wrapper{padding:0}}@media (max-width:1399px){.header-1 .mega-menu-wrapper .header-main{gap:30px}}@media (max-width:450px){.header-1 .mega-menu-wrapper .header-main{gap:0}.header-1 .mega-menu-wrapper .header-main .header-logo img{max-width:100%}}@media (max-width:1399px){.header-1 .mega-menu-wrapper .header-main .main-menu ul li{margin-inline-end:15px}.header-1 .mega-menu-wrapper .header-main .main-menu ul li a{font-size:14px}}@media (max-width:1899px){.header-1 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu{left:-50px}}.header-1 .header-right .header-button{margin-left:25px}@media (max-width:767px){.header-1 .header-right .header-button{display:none}}.header-1 .header-right .sidebar__toggle{color:var(--white);margin-left:30px}@media (max-width:1399px){.header-1 .header-right .sidebar__toggle{color:var(--theme)}}.header-1.header-3{background-color:var(--white)}.header-1.header-3 .container-fluid{padding:0 225px}@media (max-width:1899px){.header-1.header-3 .container-fluid{padding:0 60px}}@media (max-width:1600px){.header-1.header-3 .container-fluid{padding:0 50px}}@media (max-width:1399px){.header-1.header-3 .container-fluid{padding:0 40px}}@media (max-width:1199px){.header-1.header-3 .container-fluid{padding:0 30px}}.header-2 .header-main .main-menu ul li a{color:var(--white)}.header-2 .header-main .main-menu ul li a:hover{color:var(--white) !important}.header-2 .header-main .main-menu ul li:hover>a{color:var(--white) !important}.header-2.sticky-bg-dark .header-main .main-menu ul li a{color:var(--white) !important}.header-2.sticky-bg-dark .header-right .header-contact-info.style2 .content h6{color:var(--white) !important}.header-2.sticky-bg-dark .header-right .header-contact-info.style2 .content h5 a{color:var(--white) !important}.header-2.sticky-bg-dark .header-right .search-icon{color:var(--white) !important}.header-2.sticky-bg-dark .header-right .header__cart>a{color:var(--white) !important}.header-2.sticky-bg-dark .header-right .sidebar__toggle{color:var(--white) !important}.header-2.sticky-bg-dark .header-right .sidebar__toggle svg line{stroke:var(--white) !important}.header-2 .mega-menu-wrapper{position:relative;z-index:9}@media (max-width:470px){.header-2 .mega-menu-wrapper{padding:0 15px}}@media (max-width:450px){.header-2 .mega-menu-wrapper{padding:0}}@media (max-width:1399px){.header-2 .mega-menu-wrapper .header-main{gap:30px}}@media (max-width:450px){.header-2 .mega-menu-wrapper .header-main{gap:0}}@media (max-width:1399px){.header-2 .mega-menu-wrapper .header-main .main-menu ul li{margin-inline-end:10px}.header-2 .mega-menu-wrapper .header-main .main-menu ul li a{font-size:14px}}@media (max-width:1899px){.header-2 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu{left:-50px}}.header-2 .header-right{gap:30px !important}.header-2 .header-right .search-icon{color:var(--white) !important;font-size:15px}.header-2 .header-right .cart{color:var(--white) !important;font-size:15px}@media (max-width:1399px){.header-2 .header-right{gap:10px !important}}@media (max-width:450px){.header-2 .header-right{gap:5px !important}}.header-2 .header-right .header-button{margin-left:25px}@media (max-width:767px){.header-2 .header-right .header-button{display:none}}.header-2 .header-right .header-contact-info.style2{display:flex;align-items:center;gap:15px}.header-2 .header-right .header-contact-info.style2 .icon{width:48px;height:48px;line-height:48px;text-align:center;background:var(--theme)}.header-2 .header-right .header-contact-info.style2 .content h6{color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:7px}.header-2 .header-right .header-contact-info.style2 .content h5 a{color:var(--title);font-family:"Urbanist",sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal}@media (max-width:1399px){.header-2 .header-right .header-contact-info.style2{display:none}}@media (max-width:767px){.header-2 .header-right .search-icon{display:none}}@media (max-width:767px){.header-2 .header-right .header__cart{display:none}}.header-2 .header-right .sidebar__toggle{color:var(--white);margin-left:30px}@media (max-width:1399px){.header-2 .header-right .sidebar__toggle{color:var(--white)}}.header-3 .header-right .search-icon{margin-left:30px}@media (max-width:1399px){.header-3 .header-right .search-icon{margin-left:10px}}.header-right{gap:30px}@media (max-width:1399px){.header-right{gap:20px}}@media (max-width:767px){.header-right{gap:5px}.header-right .theme-btn{display:none}}.header-right .search-icon{color:var(--text);font-size:18px}.header-right .header__cart{padding:0 8px;position:relative;display:flex;align-items:center;height:100%}@media (max-width:991px){.header-right .header__cart{padding:0px 10px}}.header-right .header__cart:hover>a{color:var(--theme)}.header-right .header__cart:hover .header__right__dropdown__wrapper{visibility:visible;opacity:1;top:100%;transition:0.3s}.header-right .header__cart>a{font-size:18px;color:var(--text);padding:15px 0;position:relative}.header-right .header__cart>a::before{font-size:10px;font-weight:500;line-height:15px;position:absolute;top:0;right:-10px;width:15px;height:15px;padding:0 4px;content:"3";text-align:center;border-radius:100%;background:var(--theme);color:var(--white)}@media (max-width:991px){.header-right .header__cart>a::before{top:7px;right:11px}}.header-right .header__cart .header__right__dropdown__wrapper{position:absolute;width:300px;max-height:700px;padding:20px;border-bottom:3px solid var(--border);background-color:var(--white);box-shadow:0 0 50px 10px rgba(95,45,237,0.15);top:100%;left:-235px;opacity:0;visibility:hidden;z-index:999}@media (max-width:767px){.header-right .header__cart .header__right__dropdown__wrapper{left:-220px}}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__close{position:absolute;right:0;top:-10px}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__close a:hover{color:var(--theme2)}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner{border-bottom:1px solid var(--border-2);margin-bottom:30px}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown{display:flex;justify-content:space-between;margin-bottom:20px;position:relative}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img{width:30%}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img a{display:inline-block;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img img{width:100%;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content{text-align:left;width:70%;margin-left:15px}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content a{font-size:14px;font-weight:600;line-height:20px;color:var(--title)}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content a:hover{color:var(--theme2)}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content p{color:var(--title);font-size:14px}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content p span{color:var(--theme)}.header-right .header__cart .header__right__dropdown__wrapper .dropdown__price{text-align:left;font-size:17px;margin-bottom:20px}.header-right .header__cart .header__right__dropdown__wrapper .dropdown__price span{float:right;color:var(--theme);font-weight:700}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a{display:block;font-size:14px;font-weight:700;text-align:center;width:100%;padding:10px 0px}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.white__color{border:1px solid var(--theme2);margin-bottom:20px}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.white__color:hover{background:var(--theme2);color:var(--white)}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.blue__color{background:var(--title);color:var(--white)}.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.blue__color:hover{background:var(--theme2)}.sidebar__toggle{cursor:pointer;font-size:20px;color:var(--text)}@media (max-width:1199px){.menu-thumb{display:none !important}}.header-main{position:relative;display:flex;align-items:center;justify-content:space-between;padding:20px 0;z-index:99}@media (max-width:1899px){.header-main{padding:20px 10px}}.header-main .main-menu ul{margin-bottom:0}.header-main .main-menu ul li{position:relative;list-style:none;display:inline-block;margin-inline-end:55px}@media (max-width:1899px){.header-main .main-menu ul li{margin-inline-end:25px}}.header-main .main-menu ul li:last-child{margin-inline-end:0}.header-main .main-menu ul li a{display:inline-block;padding:20px 0;text-align:left;position:relative;color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}@media (max-width:1399px){.header-main .main-menu ul li a{letter-spacing:1px}}.header-main .main-menu ul li a i{margin-left:7px}.header-main .main-menu ul li a:hover,.header-main .main-menu ul li a.active{color:var(--title) !important}.header-main .main-menu ul li .submenu{position:absolute;top:113%;inset-inline-start:0;width:max-content;background:var(--white);z-index:99999;visibility:hidden;opacity:0;transform-origin:top center;color:var(--title);border-top:6px solid var(--theme);box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out;transform:translateY(10px);-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px)}.header-main .main-menu ul li .submenu li{display:block;width:100%;margin:0;padding:0}.header-main .main-menu ul li .submenu li a{position:relative;z-index:999;color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;color:var(--title);padding:0 25px;padding-bottom:11px;padding-top:11px;width:100%;border-bottom:1px solid #eeeeee}.header-main .main-menu ul li .submenu li a.active,.header-main .main-menu ul li .submenu li a:hover{background-color:var(--theme2);color:var(--title) !important}.header-main .main-menu ul li .submenu li:last-child a{border:none}.header-main .main-menu ul li .submenu li .submenu{inset-inline-start:100%;top:0;visibility:hidden;opacity:0}.header-main .main-menu ul li .submenu li:hover>a{background:var(--theme2);color:var(--theme) !important;padding:11px 35px}.header-main .main-menu ul li .submenu li:hover>a::after{color:var(--theme2)}.header-main .main-menu ul li .submenu li:hover>.submenu{visibility:visible;opacity:1}.header-main .main-menu ul li .submenu li.has-dropdown>a::after{position:absolute;top:50%;inset-inline-end:25px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);color:var(--theme)}.header-main .main-menu ul li .has-homemenu{width:800px;padding:30px 30px 10px 30px;opacity:0;left:-100px;visibility:hidden;padding:30px 30px 10px 30px}.header-main .main-menu ul li .has-homemenu .homemenu-items{position:relative;z-index:99999;display:flex;align-items:center;gap:30px;justify-content:space-between}@media (max-width:991px){.header-main .main-menu ul li .has-homemenu .homemenu-items{flex-wrap:wrap}}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu{position:relative}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb{position:relative}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;gap:10px;display:flex;justify-content:center;flex-direction:column;opacity:0;visibility:hidden;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out;margin-top:20px}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn{padding:14px 20px;color:var(--white) !important;width:initial;font-size:14px;text-align:center;border-radius:0px !important;background-color:var(--theme)}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover{color:var(--title) !important}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before{background-color:var(--theme2)}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(20,19,19,0)),to(#5e5ef6));background:linear-gradient(to bottom,rgba(99,92,92,0) 0%,#252527 100%);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:100%;position:absolute;left:0;top:0;overflow:hidden;opacity:0;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out;content:""}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before{visibility:visible;opacity:1}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button{opacity:1;visibility:visible;margin-top:0}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn{opacity:1;visibility:visible;bottom:50%;transform:translateY(50%)}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img{width:100%}.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title{text-align:center;margin:15px auto;display:inline-block;font-size:16px}.header-main .main-menu ul li:hover>a{color:var(--title)}.header-main .main-menu ul li:hover>a::after{color:var(--theme)}.header-main .main-menu ul li:hover>.submenu{visibility:visible;opacity:1;transform:translateY(10px);-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px)}.header-main .header-right{gap:30px}@media (max-width:1399px){.header-main .header-right{gap:20px}}.header-main .header-right .search-icon{color:var(--title);font-size:18px}@media (max-width:767px){.header-main .header-right .search-icon{display:none}}@media (max-width:767px){.header-main .header-right .cart{display:none}}.header-main .sidebar__toggle{cursor:pointer;font-size:20px;color:var(--title)}.sticky{position:fixed !important;top:0 !important;left:0;width:100%;z-index:999;transition:all 0.9s;background-color:var(--white);box-shadow:var(--box-shadow);-webkit-animation:500ms ease-in-out 0s normal none 1 running fadeInDown;animation:500ms ease-in-out 0s normal none 1 running fadeInDown}.sticky.sticky-bg-dark{background-color:#161921}.sticky.sticky-bg-dark .header-main .main-menu ul li a{color:var(--white) !important}.sticky.header-1{padding:0 10px}.sticky.header-1 .logo{display:block}.sticky.header-1 .header-main .main-menu ul li .submenu li a{color:var(--title)}.sticky.header-1 .header-main .main-menu ul li a{color:var(--title)}.sticky.header-1 .header-main .main-menu ul li a.active,.sticky.header-1 .header-main .main-menu ul li a:hover{color:var(--title) !important}@media (max-width:450px){.sticky.header-1{padding:0}}.sticky.header-2{padding:0 10px;background-color:#2b00a5}.sticky.header-2 .logo{display:block}.sticky.header-2 .header-main .main-menu ul li .submenu li a{color:var(--title) !important}.sticky.header-2 .header-main .main-menu ul li a{color:var(--white) !important}.sticky.header-2 .header-main .main-menu ul li a.active,.sticky.header-2 .header-main .main-menu ul li a:hover{color:var(--white) !important}@media (max-width:450px){.sticky.header-2{padding:0}}.sticky.header-2 .theme-btn{background:var(--white);color:var(--title)}.sticky.header-3{padding:0 10px}.sticky.header-3 .logo{display:block}.sticky.header-3 .header-main .main-menu ul li .submenu li a{color:var(--title)}.sticky.header-3 .header-main .main-menu ul li a{color:var(--title)}.sticky.header-3 .header-main .main-menu ul li a.active,.sticky.header-3 .header-main .main-menu ul li a:hover{color:var(--title) !important}@media (max-width:450px){.sticky.header-3{padding:0}}.offcanvas__info{background:var(--title) none repeat scroll 0 0;border-left:2px solid var(--theme);position:fixed;right:0;top:0;width:400px;height:100%;-webkit-transform:translateX(calc(100%+80px));-moz-transform:translateX(calc(100%+80px));-ms-transform:translateX(calc(100%+80px));-o-transform:translateX(calc(100%+80px));transform:translateX(calc(100%+80px));-webkit-transition:transform 0.45s ease-in-out,opacity 0.45s ease-in-out;-moz-transition:transform 0.45s ease-in-out,opacity 0.45s ease-in-out;transition:transform 0.45s ease-in-out,opacity 0.45s ease-in-out;z-index:99999;overflow-y:scroll;overscroll-behavior-y:contain;scrollbar-width:none}.offcanvas__info::-webkit-scrollbar{display:none}.offcanvas__info.info-open{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.offcanvas__logo a img{width:150px}.offcanvas__wrapper{position:relative;height:133vh;padding:30px 30px;background-color:var(--bg-1)}.offcanvas__wrapper .offcanvas__content .text{color:var(--white)}.offcanvas__wrapper .offcanvas__content .offcanvas__close{width:45px;height:45px;line-height:45px;text-align:center;border-radius:50%;background-color:var(--theme);position:relative;z-index:9;cursor:pointer}.offcanvas__wrapper .offcanvas__content .offcanvas__close i{color:var(--white)}.offcanvas__wrapper .offcanvas__content .offcanvas__contact{margin-top:20px}.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4{color:var(--theme2)}.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul{margin-top:20px}.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li{font-size:16px;font-weight:600;text-transform:capitalize}.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a{color:var(--white)}.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child){margin-bottom:15px}.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon{margin-right:20px}.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i{color:var(--theme2)}.offcanvas__wrapper .offcanvas__content .offcanvas__contact span{text-transform:initial}.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn{width:100%;padding:16px 40px;text-transform:capitalize !important}.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon{margin-top:30px;gap:10px}.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a{width:45px;height:45px;line-height:45px;text-align:center;font-size:16px;display:block;background:var(--theme);color:var(--white);border-radius:50%;-webkit-transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out;text-align:center;border:1px solid var(--border)}.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover{background-color:var(--theme2);color:var(--title) !important}.offcanvas__overlay{position:fixed;height:100%;width:100%;background:#151515;z-index:900;top:0;opacity:0;visibility:hidden;right:0}.offcanvas__overlay.overlay-open{opacity:0.8;visibility:visible}@media (max-width:450px){.offcanvas__info{width:300px}}@media (max-width:575px){.offcanvas__wrapper{padding:20px}}.breadcrumb-wrapper .page-heading .shape{position:absolute;top:0px;right:180px;animation:float-bob-x 5s linear infinite;-webkit-animation:float-bob-x 5s linear infinite}.breadcrumb-wrapper .page-heading .title .title-heading{display:inline-block;padding:8px 24px;background-color:var(--theme2);color:var(--title);font-family:"Urbanist",sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:20px;border-radius:60px;transform:rotate(-20deg);-webkit-border-radius:60px;-moz-border-radius:60px;-ms-border-radius:60px;-o-border-radius:60px;-webkit-transform:rotate(-20deg);-moz-transform:rotate(-20deg);-ms-transform:rotate(-20deg);-o-transform:rotate(-20deg)}.error-wrapper .shape1{position:absolute;top:60%;left:10%;z-index:1}.error-wrapper .shape2{position:absolute;top:10%;right:8%;z-index:1}.error-wrapper .error-items .btn-wrapper{text-align:center;max-width:160px;margin:0 auto}.breadcumb-container-wrapper .shape1{position:absolute;bottom:0;left:0;z-index:1}@media (max-width:991px){.breadcumb-container-wrapper .shape1{display:none}}.breadcumb-container-wrapper .shape2{position:absolute;top:0;right:0;z-index:1}@media (max-width:991px){.breadcumb-container-wrapper .shape2{display:none}}.footer-top .fancy-box{display:flex;align-items:center;gap:15px}.footer-top .fancy-box .item1 i{width:39px;height:39px;line-height:39px;text-align:center;background:var(--white);color:var(--theme);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.footer-top .fancy-box .item2 h6{color:var(--white);font-family:"Urbanist",sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize;margin-bottom:10px}.footer-top .fancy-box .item2 p{color:var(--white);font-family:"Urbanist",sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.footer-widgets-wrapper{padding:220px 0 60px;position:relative;z-index:9}.footer-widgets-wrapper .single-footer-widget{margin-top:30px}.footer-widgets-wrapper .single-footer-widget .widget-head{margin-bottom:30px}@media (max-width:575px){.footer-widgets-wrapper .single-footer-widget .widget-head{margin-bottom:20px}}.footer-widgets-wrapper .single-footer-widget .widget-head h3{color:var(--white);font-family:"Urbanist",sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:normal;display:inline-block;position:relative;padding-bottom:20px}.footer-widgets-wrapper .single-footer-widget .widget-head h3::before{position:absolute;bottom:0;left:0;content:"";width:25px;height:2px;background-color:#001a6c}.footer-widgets-wrapper .single-footer-widget .widget-head h3::after{position:absolute;bottom:0;left:40px;content:"";width:55px;height:2px;background-color:#C2C2C2}@media (max-width:767px){.footer-widgets-wrapper .single-footer-widget .widget-head h3{font-size:23px}}@media (max-width:575px){.footer-widgets-wrapper .single-footer-widget .widget-head h3{font-size:20px}}.footer-widgets-wrapper .single-footer-widget .widget-head h4{font-weight:bold;color:var(--white);font-size:24px;display:inline-block}.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input{position:relative}.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input{background:transparent;border:none;outline:none;width:100%;color:rgba(255,255,255,0.69);border-bottom:1px solid rgba(255,255,255,0.55);padding-bottom:20px}.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input::placeholder{color:rgba(255,255,255,0.69)}.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn{position:absolute;top:10px;right:0;color:var(--white)}.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn i{font-size:22px;transform:rotate(-40deg)}.footer-widgets-wrapper .single-footer-widget .footer-content p{color:rgba(255,255,255,0.85)}.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon{margin-top:40px;gap:10px;position:relative;z-index:9}@media (max-width:575px){.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon{margin-top:20px}}.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a{width:36px;height:36px;line-height:36px;text-align:center;border:1px solid rgba(255,255,255,0.2);background-color:transparent;color:var(--white)}.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover{background-color:var(--theme2);color:var(--title) !important}.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon.style2 a{border:none;background-color:transparent;color:var(--white);border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon.style2 a:hover{background-color:var(--theme);color:var(--white) !important}.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input{position:relative;margin-top:40px}.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input{background:transparent;border:none;outline:none;padding:18px 20px;width:100%;border-radius:8px;border:1px solid rgba(255,255,255,0.3);color:rgba(255,255,255,0.8)}.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder{color:rgba(255,255,255,0.8)}.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn{position:absolute;top:5px;right:5px;width:60px;height:55px;line-height:60px;border-radius:8px;text-align:center;background-color:var(--theme);color:var(--white);bottom:5px}.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i{font-size:24px}.footer-widgets-wrapper .single-footer-widget .list-area li{transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out;font-weight:500}.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child){margin-bottom:20px}.footer-widgets-wrapper .single-footer-widget .list-area li a{color:rgba(255,255,255,0.8)}.footer-widgets-wrapper .single-footer-widget .list-area li a i{margin-right:5px}.footer-widgets-wrapper .single-footer-widget .list-area li a:hover{margin-left:5px}.footer-widgets-wrapper .single-footer-widget .list-area li a:hover a{color:var(--theme2)}.footer-widgets-wrapper.style1{padding:90px 0 151px;position:relative;z-index:9;background-color:#EFEFEF}.footer-widgets-wrapper.style1 .shape1{position:absolute;top:40px;left:-40px;z-index:1}.footer-widgets-wrapper.style1 .shape2{position:absolute;bottom:-40px;left:0;z-index:1}.footer-widgets-wrapper.style1 .shape3{position:absolute;top:40px;right:0;z-index:1}.footer-widgets-wrapper.style1 .single-footer-widget{position:relative;z-index:5}.footer-widgets-wrapper.style1 .single-footer-widget .widget-head h3{font-family:"Nunito",sans-serif;color:#242331;font-size:30px;font-style:normal;font-weight:700;line-height:128.182%;text-transform:capitalize}.footer-widgets-wrapper.style1 .single-footer-widget .footer-content{max-width:366px}.footer-widgets-wrapper.style1 .single-footer-widget .footer-content p{color:#565656;font-family:"Nunito",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:157.4%}.footer-widgets-wrapper.style1 .single-footer-widget .footer-content .store-links{display:flex;align-items:center;gap:16px;margin-top:30px}@media (max-width:1199px){.footer-widgets-wrapper.style1 .single-footer-widget .footer-content .store-links{flex-direction:column;align-items:start}}.footer-widgets-wrapper.style1 .single-footer-widget .footer-content .store-links .apple a{display:inline-block;padding:18px 25px;border-radius:39px;background:var(--title);color:var(--white);font-family:"Nunito",sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.footer-widgets-wrapper.style1 .single-footer-widget .footer-content .store-links .apple a svg{margin-right:5px}.footer-widgets-wrapper.style1 .single-footer-widget .footer-content .store-links .apple a:hover{color:var(--white) !important}.footer-widgets-wrapper.style1 .single-footer-widget .footer-content .store-links .play a{display:inline-block;padding:18px 25px;border-radius:39px;border:1px solid #D3D3D3;font-family:"Nunito",sans-serif;color:#242331;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.footer-widgets-wrapper.style1 .single-footer-widget .footer-content .store-links .play a svg{margin-right:5px}.footer-widgets-wrapper.style1 .single-footer-widget .footer-content .store-links .play a:hover{color:var(--title) !important}@media (max-width:767px){.footer-widgets-wrapper.style1 .single-footer-widget .footer-content .store-links{flex-direction:column}}.footer-widgets-wrapper.style1 .single-footer-widget .list-area li a{color:#565656;font-family:"Nunito",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:267.5%;text-transform:capitalize}.footer-widgets-wrapper.style1 .single-footer-widget .list-area li:not(:last-child){margin-bottom:5px}.footer-widgets-wrapper.style1 .single-footer-widget .contact-box{border-radius:20px;background:#F9F9F9;padding:52px 58px 52px 45px}.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .subtitle{color:#0494d8;font-family:"Nunito",sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;margin-bottom:8px}.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .widget-head{font-family:"Nunito",sans-serif;color:#242331;font-size:30px;font-style:normal;font-weight:700;line-height:128.182%;text-transform:capitalize;margin-bottom:10px}.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .text{color:#797979;font-family:"Nunito",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:157.4%}.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .info{display:flex;align-items:start;gap:15px;margin-top:30px}.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .info .link{margin-top:-0.3em}.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .info .link a{color:#565656;font-family:"Nunito",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:157.4%}@media (max-width:767px){.footer-widgets-wrapper.style1 .single-footer-widget .contact-box{padding:25px}}.footer-bottom{position:relative;z-index:9;background:#0B0B0C;border-top:1px solid rgba(255,255,255,0.2)}.footer-bottom .footer-wrapper{padding:18px 0}@media (max-width:767px){.footer-bottom .footer-wrapper{flex-wrap:wrap;gap:5px;justify-content:center !important}}.footer-bottom .footer-wrapper p{color:var(--white)}@media (max-width:500px){.footer-bottom .footer-wrapper p{font-size:13px}}.footer-bottom .footer-wrapper p a{color:var(--white);font-weight:600}.footer-bottom.style1{position:absolute;bottom:0;left:0;width:100%;background:transparent !important}.footer-bottom.style1 .footer-wrapper{padding:35px 0 50px;border-top:1px solid #E3E3E3}@media (max-width:767px){.footer-bottom.style1 .footer-wrapper{flex-wrap:wrap;gap:15px;justify-content:center !important}}.footer-bottom.style1 .footer-wrapper p{color:#797979;font-family:"Nunito",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:157.4%;text-transform:capitalize}@media (max-width:500px){.footer-bottom.style1 .footer-wrapper p{font-size:13px}}.footer-bottom.style1 .footer-wrapper p a{color:var(--white);font-weight:600}.footer-bottom.style1 .footer-wrapper .social-links{display:flex;align-items:center;gap:25px}@media (max-width:767px){.footer-bottom.style1 .footer-wrapper .social-links{gap:5px}}.contact-info-area .contact-info-items .icon{width:65px;height:65px;line-height:65px;text-align:center;position:relative;border:2px dotted var(--white);border-radius:50%;font-size:30px;color:var(--white)}.contact-info-area .contact-info-items .content p{color:var(--white);margin-bottom:5px}.contact-info-area .contact-info-items .content h3{font-size:24px;color:var(--white);text-transform:initial}.contact-info-area .contact-info-items .content h3 a{color:var(--white)}.intro-wrapper.style1{position:relative;border-radius:50px;background:rgba(116,68,253,0.06);margin-top:40px}@media (max-width:767px){.intro-wrapper.style1{margin-top:10px}}.intro-wrapper.style1 .shape1{position:absolute;bottom:0;left:0;z-index:1}.intro-wrapper.style1 .shape2{position:absolute;top:0;right:0;z-index:1}.intro-wrapper.style1 .shape3{position:absolute;top:110px;left:34px;z-index:1}.intro-wrapper.style1 .shape4{position:absolute;bottom:111px;right:22px;z-index:1}.intro-wrapper.style1 .shape5{position:absolute;bottom:162px;right:874px;z-index:1}.intro-wrapper.style1 .intro-content{position:relative;padding:223px 0 180px;z-index:5;max-width:720px}@media (max-width:1199px){.intro-wrapper.style1 .intro-content{padding:120px 0}}@media (max-width:767px){.intro-wrapper.style1 .intro-content{padding:80px 0}}.intro-wrapper.style1 .intro-content .intro-section-title .intro-subtitle{display:inline-flex;padding:5px 7px;align-items:center;gap:10px;border-radius:30px;background:rgba(116,68,253,0.15);backdrop-filter:blur(2px);color:var(--theme);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-0.32px;margin-bottom:20px}.intro-wrapper.style1 .intro-content .intro-section-title .intro-subtitle span{display:inline-block;padding:5px 15px;gap:10px;border-radius:30px;background:var(--white);color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:-0.32px}.intro-wrapper.style1 .intro-content .intro-section-title .intro-title{color:var(--title);font-family:"Urbanist",sans-serif;font-size:64px;font-style:normal;font-weight:700;line-height:80px;letter-spacing:-1.28px;margin-bottom:15px}@media (max-width:1199px){.intro-wrapper.style1 .intro-content .intro-section-title .intro-title{font-size:50px;line-height:62px}}@media (max-width:767px){.intro-wrapper.style1 .intro-content .intro-section-title .intro-title{font-size:42px;line-height:140%}}@media (max-width:575px){.intro-wrapper.style1 .intro-content .intro-section-title .intro-title{font-size:36px}}.intro-wrapper.style1 .intro-content .intro-section-title .intro-desc{color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-0.32px;margin-bottom:30px}.intro-wrapper.style1 .intro-content .btn-wrapper{display:flex;align-items:center;gap:30px;margin-bottom:45px}@media (max-width:767px){.intro-wrapper.style1 .intro-content .btn-wrapper{flex-direction:column;gap:20px}}.intro-wrapper.style1 .intro-thumb{position:relative;padding:223px 0 0;z-index:3}@media (max-width:767px){.intro-wrapper.style1 .intro-thumb{padding:160px 0 0}}.intro-wrapper.style1 .intro-thumb .main-thumb{position:relative;z-index:3}@media (max-width:767px){.intro-wrapper.style1 .intro-thumb .main-thumb{max-width:100%}}.intro-wrapper.style1 .intro-thumb .thumbShape1{position:absolute;top:260px;right:0px;z-index:1}@media (max-width:767px){.intro-wrapper.style1 .intro-thumb .thumbShape1{display:none}}.intro-wrapper.style1 .intro-thumb .thumbShape2{position:absolute;top:328px;right:40px;z-index:2}@media (max-width:767px){.intro-wrapper.style1 .intro-thumb .thumbShape2{display:none}}.intro-wrapper.style2{position:relative;background:rgba(116,68,253,0.06)}.intro-wrapper.style2 .intro-content{position:relative;padding:120px 0 350px;z-index:5;text-align:center}.intro-wrapper.style2 .intro-content .intro-section-title .intro-subtitle{margin-top:60px;margin-bottom:20px;display:inline-block;padding:5px 7px;align-items:center;gap:10px;border-radius:30px;background:rgba(255,255,255,0.15);backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:var(--white);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-0.32px}.intro-wrapper.style2 .intro-content .intro-section-title .intro-subtitle span{display:inline-block;padding:5px 15px;gap:10px;border-radius:30px;background:var(--white);color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:-0.32px;margin-right:10px}.intro-wrapper.style2 .intro-content .intro-section-title .intro-subtitle img{width:16px;height:16px;margin-left:10px}.intro-wrapper.style2 .intro-content .intro-section-title .intro-title{color:var(--white);font-family:"Urbanist",sans-serif;text-align:center;font-size:64px;font-style:normal;font-weight:700;line-height:80px;letter-spacing:-1.28px;margin-bottom:20px}@media (max-width:1399px){.intro-wrapper.style2 .intro-content .intro-section-title .intro-title{font-size:50px;line-height:60px}}.intro-wrapper.style2 .intro-content .intro-section-title .intro-desc{color:var(--white);font-family:"Urbanist",sans-serif;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-0.32px;max-width:627px;margin:0 auto}.intro-wrapper.style2 .intro-content .btn-wrapper{display:flex;justify-content:center;margin-top:30px;margin-bottom:155px;gap:30px}@media (max-width:991px){.intro-wrapper.style2 .intro-content .btn-wrapper{flex-direction:column;display:inline-block}}.intro-container-wrapper.style2 .intro-wrapper{position:relative}.intro-container-wrapper.style2 .intro-wrapper.style2{max-width:1920px;position:relative;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1000"><path fill-rule="evenodd" clip-rule="evenodd" d="M-276 0H2195V653.846L-276 1000V0Z"/></svg>');mask-repeat:no-repeat;mask-position:center center;mask-size:cover}.intro-container-wrapper.style2 .intro-wrapper.style2 img{width:100%;height:100%}.intro-container-wrapper.style2 .thumb-box{position:relative}.intro-container-wrapper.style2 .thumb-box .main-thumb{position:relative;z-index:9;max-width:1000px;margin:-410px auto auto auto;box-shadow:none;border-radius:36.955px;box-shadow:0px 83.148px 110.864px 0px rgba(2,46,86,0.24);-webkit-border-radius:36.955px;-moz-border-radius:36.955px;-ms-border-radius:36.955px;-o-border-radius:36.955px}.intro-container-wrapper.style2 .thumb-box .main-thumb>img{position:relative;border-radius:36.955px;-webkit-border-radius:36.955px;-moz-border-radius:36.955px;-ms-border-radius:36.955px;-o-border-radius:36.955px}@media (max-width:1199px){.intro-container-wrapper.style2 .thumb-box .main-thumb>img{max-width:100%}}.intro-container-wrapper.style2 .thumb-box .main-thumb .thumb1{position:absolute;left:-76px;top:176px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}@media (max-width:1399px){.intro-container-wrapper.style2 .thumb-box .main-thumb .thumb1{left:0}}@media (max-width:1199px){.intro-container-wrapper.style2 .thumb-box .main-thumb .thumb1{left:0;top:0}}.intro-container-wrapper.style2 .thumb-box .main-thumb .thumb2{position:absolute;right:-89px;top:76px;border-radius:36.955px}@media (max-width:1399px){.intro-container-wrapper.style2 .thumb-box .main-thumb .thumb2{right:0}}@media (max-width:767px){.intro-container-wrapper.style2 .thumb-box .main-thumb .thumb2{right:50px}}.hero-3{padding:100px 0;overflow:hidden}.hero-3 .container-fluid{padding:0 225px}@media (max-width:1899px){.hero-3 .container-fluid{padding:0 60px}}@media (max-width:1600px){.hero-3 .container-fluid{padding:0 50px}}@media (max-width:1399px){.hero-3 .container-fluid{padding:0 40px}}@media (max-width:1199px){.hero-3 .container-fluid{padding:0 30px}}.hero-3 .hero-content h6{font-size:20px;font-weight:600;letter-spacing:-0.4px;color:#0592df}.hero-3 .hero-content h1{font-size:80px;font-weight:700;letter-spacing:-1.6px;line-height:125%;margin-bottom:30px}@media (max-width:1600px){.hero-3 .hero-content h1{font-size:65px}}@media (max-width:991px){.hero-3 .hero-content h1{font-size:60px}}@media (max-width:767px){.hero-3 .hero-content h1{font-size:46px}}@media (max-width:575px){.hero-3 .hero-content h1{font-size:34px}}.hero-3 .hero-content h1 span{color:var(--theme)}.hero-3 .hero-content p{font-weight:500;max-width:760px;line-height:175%;color:#565656}.hero-3 .hero-content .btn-wrapper{display:flex;align-items:center;margin-top:40px;gap:25px}@media (max-width:1199px){.hero-3 .hero-content .btn-wrapper{flex-wrap:wrap;gap:20px}}.hero-3 .hero-image{margin-right:-60%;position:relative}.hero-3 .hero-image .mobile-image{position:absolute;bottom:0;left:-60px;max-width:180px}@media (max-width:1399px){.hero-3 .hero-image .mobile-image{max-width:140px;left:0}}@media (max-width:1199px){.hero-3 .hero-image .mobile-image{max-width:180px}}@media (max-width:767px){.hero-3 .hero-image .mobile-image{max-width:100px}}@media (max-width:1199px){.hero-3 .hero-image{margin-right:0}}.hero-3 .hero-image img{width:100%;height:100%;border-radius:26px 0px 0px 26px}.brand-slider-wrapper.style1 .single-section-title{font-size:24px}.brand-slider-wrapper.style2 .single-section-title{font-size:24px}.about-wrapper.style1 .about-thumb{position:relative;padding-bottom:70px}.about-wrapper.style1 .about-thumb .bg{position:absolute;bottom:70px;right:0;z-index:1;width:465px;height:350px;border-radius:0px 0px 50px 50px;background:#E8E5FD}@media (max-width:767px){.about-wrapper.style1 .about-thumb .bg{max-width:100%}}.about-wrapper.style1 .about-thumb .thumbShape1{position:absolute;top:0;left:-100px;z-index:1}.about-wrapper.style1 .about-thumb .thumbShape2{position:absolute;bottom:0;right:-20px;z-index:1}.about-wrapper.style1 .about-thumb .thumbShape3{position:absolute;top:-10px;left:-20px;z-index:1}.about-wrapper.style1 .about-thumb .thumbShape4{position:absolute;top:200px;left:130px;z-index:1}.about-wrapper.style1 .about-thumb .main-thumb{position:relative;z-index:3;display:flex;justify-content:end}@media (max-width:767px){.about-wrapper.style1 .about-thumb .main-thumb img{max-width:100%}}.about-wrapper.style1 .about-thumb .absolute-thumb{padding:15px;background:var(--white);position:absolute;bottom:-10px;left:-10px;z-index:3;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}@media (max-width:1199px){.about-wrapper.style1 .about-thumb .absolute-thumb{bottom:59px;left:236px}}@media (max-width:991px){.about-wrapper.style1 .about-thumb .absolute-thumb{bottom:0;left:0}}.about-wrapper.style1 .about-content .checklist{margin-bottom:30px}.about-wrapper.style2{border-radius:50px;background-color:var(--theme3)}.about-wrapper.style2 .about-thumb{position:relative;width:100%}.about-wrapper.style2 .about-thumb>img{width:100%;position:relative}.about-wrapper.style2 .about-thumb .absolute-thumb{position:absolute;top:12px;right:-31px}.about-wrapper.style2 .about-thumb .absolute-thumb img{max-width:100%}.about-wrapper.style2 .about-content .section-title .text1{margin-bottom:30px}.about-wrapper.style2 .counter-box-wrapper{margin-top:40px}.about-wrapper-3 .about-image{margin-left:-70%}@media (max-width:1199px){.about-wrapper-3 .about-image{margin-left:0}}.about-wrapper-3 .about-image img{width:100%;height:100%}.about-wrapper-3 .about-content{margin-left:40px}@media (max-width:1199px){.about-wrapper-3 .about-content{margin-left:0}}.about-wrapper-3 .about-content ul{margin-top:40px;margin-bottom:40px}.about-wrapper-3 .about-content ul li{font-weight:500}.about-wrapper-3 .about-content ul li b{font-weight:700;color:var(--header);margin-left:10px}.about-wrapper-3 .about-content ul li:not(:last-child){margin-bottom:15px}.feature-box-items{display:flex;gap:20px}.feature-box-items .content h3{font-size:32px;line-height:1;margin-bottom:10px}.feature-box-items .content p{color:#000000;font-weight:500}.about-section-3{position:relative}.about-section-3 .about-shape{position:absolute;bottom:0;right:0}@media (max-width:1399px){.about-section-3 .about-shape{display:none}}.work-process-box.style1{text-align:center;max-width:210px;margin:auto}.work-process-box.style1.child2{margin-top:55px}.work-process-box.style1 .step{color:var(--theme);text-align:center;font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-0.32px;display:inline-flex;height:24px;padding:7px 10px;justify-content:center;align-items:center;gap:10px;border-radius:100px;background:rgba(116,68,253,0.15);margin-bottom:10px}.work-process-box.style1 .title{color:var(--title);text-align:center;font-family:"Urbanist",sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:34px;letter-spacing:-0.48px;margin-bottom:8px}.work-process-box.style1 .text{color:var(--text);text-align:center;font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-0.32px}@media (max-width:1199px){.work-process-box.style1{margin-top:30px}.work-process-box.style1.child2{margin-top:30px}}.work-process-wrapper.style1{position:relative;margin-top:85px}@media (max-width:1199px){.work-process-wrapper.style1{margin-top:30px}}.work-process-wrapper.style1 .shape{position:absolute;bottom:0;right:0}.work-process-wrapper.style1 .shape img{max-width:100%}@media (max-width:1199px){.work-process-wrapper.style1 .shape{display:none}}.wp-wrapper.style2{position:relative;margin-right:-370px}.wp-wrapper.style2 .shape{position:absolute;top:0;left:-375px}.wp-wrapper.style2 .section-title{margin-bottom:50px}.wp-wrapper.style2 .feature-box-wrapper.style2{margin-top:40px}.wp-wrapper.style2 .feature-box-wrapper.style2 .feature-box.style2{display:flex;align-items:start;gap:20px}.wp-wrapper.style2 .feature-box-wrapper.style2 .feature-box.style2 .content h5{color:var(--title);font-family:"Urbanist",sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-0.72px;margin-bottom:10px}.wp-wrapper.style2 .feature-box-wrapper.style2 .feature-box.style2 .content .text{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-0.32px;max-width:310px}.wp-wrapper.style2 .wp-thumb{width:100%;height:100%}.wp-wrapper.style2 .wp-thumb img{width:100%;height:100%}@media (max-width:1899px){.wp-wrapper.style2{margin-right:0}}@media (max-width:1199px){.wp-wrapper.style2{margin-top:-2em;margin-bottom:-2em}}.advantage-wrapper.style1{border-radius:50px;background:#FAF8FF}.advantage-wrapper.style1 .advantage-content .checklist-wrapper{margin-bottom:30px}.advantage-wrapper.style1 .advantage-thumb{position:relative}.advantage-wrapper.style1 .advantage-thumb .thumb1{position:relative;z-index:1}.advantage-wrapper.style1 .advantage-thumb .thumb2{position:absolute;z-index:2;right:-30px;bottom:0}.advantage-wrapper.style1 .advantage-thumb .shape1{position:absolute;bottom:0;right:-30px}.advantage-wrapper.style1 .advantage-thumb .shape1 img{max-width:100%}@media (max-width:1199px){.advantage-wrapper.style1 .advantage-thumb{display:flex;justify-content:center}.advantage-wrapper.style1 .advantage-thumb .thumb2{right:80px}}@media (max-width:767px){.advantage-wrapper.style1 .advantage-thumb .thumb1 img{max-width:100%}}.advantage-wrapper.style1 .advantage-thumb .thumb2{max-width:100%;right:0px}.advantage-wrapper.style1 .advantage-thumb .thumb2 img{max-width:100%}.wcu-wrapper.style1{margin-top:100px}.wcu-wrapper.style1 .wcu-thumb{position:relative}.wcu-wrapper.style1 .wcu-thumb .main-thumb{position:relative;z-index:3}.wcu-wrapper.style1 .wcu-thumb .main-thumb img{max-width:100%}.wcu-wrapper.style1 .wcu-thumb .shape{position:absolute;bottom:-20px;max-width:100%;z-index:1}.wcu-wrapper.style1 .wcu-thumb .shape img{max-width:100%}.wcu-wrapper.style2{border-radius:50px;background-color:var(--theme3)}.wcu-wrapper.style2 .wcu-thumb{position:relative;margin-right:58px}.wcu-wrapper.style2 .wcu-thumb .main-thumb{position:relative}.wcu-wrapper.style2 .wcu-thumb .main-thumb img{max-width:100%;border-radius:20px;box-shadow:0px 5px 60px 0px rgba(0,0,0,0.15);-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.wcu-wrapper.style2 .wcu-thumb .thumb2{position:absolute;bottom:-65px;left:-78px}.wcu-wrapper.style2 .wcu-thumb .thumb2 img{max-width:100%}@media (max-width:1199px){.wcu-wrapper.style2 .wcu-thumb .thumb2{left:0;bottom:0}}.wcu-wrapper.style2 .wcu-thumb .thumb3{position:absolute;top:57px;right:-58px}@media (max-width:1199px){.wcu-wrapper.style2 .wcu-thumb .thumb3{top:0;right:0;margin-bottom:30px}}.wcu-wrapper.style2 .wcu-thumb .thumb3 img{max-width:100%;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}@media (max-width:767px){.wcu-wrapper.style2 .wcu-content{margin-top:30px}}.wcu-wrapper.style2 .wcu-content .section-title .text1{margin-bottom:30px}.wcu-wrapper.style2 .counter-box-wrapper{margin-top:40px}.wcu-wrapper.style3 .wcu-content .section-title .text1{margin-bottom:10px}.wcu-wrapper.style3 .wcu-content .section-title .text2{margin-bottom:30px}.wcu-wrapper.style3 .wcu-thumb{position:relative;margin-left:80px}.wcu-wrapper.style3 .wcu-thumb .main-thumb{position:relative;z-index:3;margin-left:30px;width:100%}.wcu-wrapper.style3 .wcu-thumb .main-thumb img{max-width:100%}.wcu-wrapper.style3 .wcu-thumb .thumb-box{position:absolute;top:0;left:-80px;z-index:3;padding:12px 35px;border-radius:10px;background:linear-gradient(135deg,#AC60E5 0%,#0C87F0 100%)}.wcu-wrapper.style3 .wcu-thumb .thumb-box h5{color:var(--white);text-align:center;font-family:"Urbanist",sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:135%}.wcu-wrapper.style3 .wcu-thumb .thumb-box .text{color:var(--white);text-align:center;font-family:"Urbanist",sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box{position:relative;margin-top:10px}.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box img{position:relative}.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box .shape-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box .shape-content h6{color:var(--white);text-align:center;font-family:"Urbanist",sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:140%}.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box .shape-content h3{color:var(--white);text-align:center;font-family:"Urbanist",sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-0.72px}.wcu-wrapper.style3 .wcu-thumb .thumb2{position:absolute;bottom:0;right:0;z-index:1;margin-left:-80px}.wcu-wrapper.style3 .wcu-thumb .thumb2 img{max-width:100%}.wcu-wrapper.style3 .counter-box-wrapper{margin-top:40px}.counter-wrapper.style1{border-radius:30px;background-color:var(--theme);-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.counter-box.style1{position:relative}.counter-box.style1 .shape{position:absolute;bottom:0;left:0}.counter-box.style1 .counter .counter-number{color:var(--white);font-family:"Urbanist",sans-serif;font-size:80px;font-style:normal;font-weight:700;line-height:100px;letter-spacing:-1.6px}.counter-box.style1 .counter .plus{color:var(--white);font-family:"Urbanist",sans-serif;font-size:80px;font-style:normal;font-weight:700;line-height:100px;letter-spacing:-1.6px}.counter-box.style1 .text{color:var(--white);font-family:"Urbanist",sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:26px;letter-spacing:-0.36px}.faq-wrapper.style1 .faq-thumb{position:relative;margin-right:-200px}.faq-wrapper.style1 .faq-thumb .main-thumb{position:relative;z-index:1;margin-left:150px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}@media (max-width:991px){.faq-wrapper.style1 .faq-thumb .main-thumb{max-width:100%;margin-left:0}}.faq-wrapper.style1 .faq-thumb .absolute-thumb{position:absolute;z-index:3;top:17%;left:0px;transform:translateY(-17%);border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.faq-wrapper.style1 .faq-thumb .absolute-thumb img{max-width:100%;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}@media (max-width:991px){.faq-wrapper.style1 .faq-thumb .absolute-thumb{max-width:100%;top:0;right:0}.faq-wrapper.style1 .faq-thumb .absolute-thumb img{max-width:100%}}.faq-wrapper.style2 .faq-thumb img{max-width:100%}.faq-content.style1{margin-top:35px}.faq-content.style1 .accordion-item{border:0;background-color:var(--theme3);border-radius:10px}.faq-content.style1 .accordion-item .accordion-header .accordion-button{color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-0.32px;background-color:var(--theme3);border:none}.faq-content.style1 .accordion-item .accordion-collapse .accordion-body{background-color:var(--theme3);padding-bottom:30px}.testimonial-container-wrapper.style2{position:relative;margin-top:-414px}.testimonial-wrapper.style1{position:relative;border-radius:50px;background:rgba(116,68,253,0.06)}.testimonial-wrapper.style1 .section-title{position:relative;z-index:3;margin-bottom:50px}.testimonial-wrapper.style1 .shape1{position:absolute;bottom:0;left:0;z-index:1}.testimonial-wrapper.style1 .shape2{position:absolute;top:0;right:0;z-index:1}.testimonial-wrapper.style1 .slider-pagination{max-width:300px;text-align:center;margin:55px auto 0px}.testimonial-wrapper.style2{position:relative;padding:506px 0 120px;border-radius:50px;background:rgba(116,68,253,0.06)}.testimonial-wrapper.style2 .shape1{position:absolute;bottom:0;left:0}.testimonial-wrapper.style2 .shape2{position:absolute;top:0;right:0}.testimonial-wrapper.style2 .section-title-wrapper.style1{position:relative;z-index:5;margin-bottom:30px}.testimonial-card.style1{position:relative;z-index:3;padding:30px;border-radius:20px;background:rgba(255,255,255,0.6)}.testimonial-card.style1 .testimonial-header{display:flex;align-items:center;gap:20px;margin-bottom:20px}.testimonial-card.style1 .testimonial-header .profile-thumb{border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.testimonial-card.style1 .testimonial-header .content h5{color:"Urbanist",sans-serif;font-family:var(--title);font-size:24px;font-style:normal;font-weight:600;line-height:34px;letter-spacing:-0.48px}.testimonial-card.style1 .testimonial-header .content p{color:"Urbanist",sans-serif;font-family:var(--title);font-size:16px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-0.32px}.testimonial-card.style1 .testimonial-body{position:relative;margin-top:15px}.testimonial-card.style1 .testimonial-body .desc{color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-0.32px;margin-top:10px}.testimonial-card.style1 .quote-icon{position:absolute;bottom:20px;right:20px}.testimonial-card.style2{position:relative;z-index:3;padding:30px;border-radius:20px;border:1px solid var(--border);background:var(--white)}.testimonial-card.style2 .testimonial-header{display:flex;align-items:center;gap:20px;margin-bottom:20px}.testimonial-card.style2 .testimonial-header .profile-thumb{border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.testimonial-card.style2 .testimonial-header .content h5{color:"Urbanist",sans-serif;font-family:var(--title);font-size:24px;font-style:normal;font-weight:600;line-height:34px;letter-spacing:-0.48px}.testimonial-card.style2 .testimonial-header .content p{color:"Urbanist",sans-serif;font-family:var(--title);font-size:16px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-0.32px}.testimonial-card.style2 .testimonial-body{position:relative;margin-top:15px}.testimonial-card.style2 .testimonial-body .desc{color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-0.32px;margin-top:10px}.testimonial-card.style2 .quote-icon{position:absolute;bottom:20px;right:20px}.testimonialSliderTwo .swiper-slide.swiper-slide-next .testimonial-card.style2{border-radius:30px;border:3px solid var(--theme);background:var(--theme3)}.testimonial-wrapper-3 .icon{width:80px;height:80px;line-height:80px;text-align:center;border-radius:50%;background-color:var(--theme);position:absolute;top:-45px;left:0}.testimonial-wrapper-3 .thumb{max-width:352px}.testimonial-wrapper-3 .thumb img{width:100%;height:100%}.feature-box.style1{position:relative;z-index:1;padding:15px 20px;border-radius:15px;border:2px solid var(--border-3);background:var(--white);box-shadow:0px 4px 30px 0px rgba(0,0,0,0.3);width:353px}@media (max-width:991px){.feature-box.style1{max-width:100%;margin-left:0}}.feature-box.style1 .feature-box-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--border-2)}.feature-box.style1 .feature-box-header .content h5{color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-0.32px}.feature-box.style1 .feature-box-header .content .text{color:var(--text);font-family:"Urbanist",sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-0.28px}.feature-box.style1 .feature-box-footer{margin-top:20px;display:flex;align-items:center;justify-content:space-between}.feature-box.style1 .feature-box-footer .content .day{color:var(--title);font-family:"Urbanist",sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-0.28px}.feature-box.style1 .feature-box-footer .content .time{color:var(--text);font-family:"Urbanist",sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-0.28px}.feature-box.style1.child1{position:relative;box-shadow:none;margin-left:166px;margin-bottom:-20px;z-index:3}@media (max-width:767px){.feature-box.style1.child1{margin-left:0px;margin-bottom:30px}}.feature-box.style1.child2{position:relative;z-index:2;box-shadow:none;margin-left:86px;margin-bottom:-20px}@media (max-width:767px){.feature-box.style1.child2{margin-left:0px;margin-bottom:30px}}.feature-provide-box-items{border-radius:16px;background:#E4E6FF;padding:40px;position:relative;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out;overflow:hidden}@media (max-width:1199px){.feature-provide-box-items{margin-top:30px}}.feature-provide-box-items .icon{transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}.feature-provide-box-items .item-shape{position:absolute;bottom:-150px;right:0;opacity:0;visibility:hidden;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}.feature-provide-box-items .item-shape-2{position:absolute;bottom:0;right:0;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}.feature-provide-box-items .content{margin-top:30px;position:relative;z-index:9}.feature-provide-box-items .content h3{font-size:24px;margin-bottom:5px}.feature-provide-box-items .content p{color:#3F444B}.feature-provide-box-items:hover{background-color:var(--theme)}.feature-provide-box-items:hover .icon{filter:grayscale(100%) brightness(300%)}.feature-provide-box-items:hover .content h3,.feature-provide-box-items:hover .content p{color:var(--white)}.feature-provide-box-items:hover .item-shape{opacity:1;visibility:visible;bottom:0}.feature-provide-box-items:hover .item-shape-2{bottom:-150px;right:0;opacity:0;visibility:hidden;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}.feature-provide-box-items.style-2{margin-top:30px}.how-work-wrapper{border-top:1px solid var(--border);padding-top:60px}@media (max-width:575px){.how-work-wrapper{padding-top:30px}}.how-work-wrapper .how-work-content .text{max-width:520px;color:#565656;font-weight:500;margin-bottom:40px}@media (max-width:575px){.how-work-wrapper .how-work-content .text{margin-bottom:30px}}.how-work-wrapper .how-work-content .how-work-number-items{display:flex;gap:24px}.how-work-wrapper .how-work-content .how-work-number-items .number{font-size:20px;font-weight:600;color:var(--header);width:56px;height:56px;line-height:56px;text-align:center;border-radius:50%;background-color:var(--white);box-shadow:0px 4px 20px rgba(0,0,0,0.1)}.how-work-wrapper .how-work-content .how-work-number-items .content{flex-basis:75%}.how-work-wrapper .how-work-content .how-work-number-items .content h3{font-size:20px;border-bottom:1px solid var(--border);padding-bottom:15px;margin-bottom:15px}.how-work-wrapper .how-work-content .how-work-number-items .content p{font-weight:500;color:#565656}.how-work-wrapper .gap-image img{width:100%;height:100%}.what-we-wrapper .thumb img{width:100%;height:100%}.what-we-wrapper .what-we-content{max-width:530px;margin-left:40px}@media (max-width:991px){.what-we-wrapper .what-we-content{margin-left:0}}.what-we-wrapper .what-we-content .section-title p{font-weight:500;color:#565656}.what-we-wrapper .what-we-content .list-items-area{margin-top:30px}.what-we-wrapper .what-we-content .list-items-area .list-items{display:flex;gap:20px}.what-we-wrapper .what-we-content .list-items-area .list-items:not(:last-child){border-bottom:1px solid var(--border);margin-bottom:30px;padding-bottom:30px}.what-we-wrapper .what-we-content .list-items-area .list-items .content h3{font-size:20px;margin-bottom:10px}.what-we-wrapper .what-we-content .list-items-area .list-items .content p{font-weight:500;color:#565656}.used-technology-section .nav{display:flex;align-items:center;margin-top:30px;gap:10px;margin-bottom:20px}.used-technology-section .nav .nav-item .nav-link{font-size:17px;font-weight:500;color:var(--header);background-color:#FAF8FF;padding:17px 35px;line-height:1;border-radius:10px}.used-technology-section .nav .nav-item .nav-link.active{background-color:var(--theme);color:var(--white)}.pricing-container-wrapper.style3{position:relative;background:rgba(116,68,253,0.06)}.pricing-container-wrapper.style3 .shape1{position:absolute;bottom:0;left:0;z-index:1}.pricing-container-wrapper.style3 .shape2{position:absolute;top:0;right:0;z-index:1}.pricing-card.style1{position:relative;padding:40px;border-radius:30px;background:#FAF8FF;z-index:5}@media (max-width:1199px){.pricing-card.style1{background-color:#ebe4fb}}.pricing-card.style1 .pricing-card-header{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid var(--border)}.pricing-card.style1 .pricing-card-header h6{color:var(--theme);font-family:"Urbanist",sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:30px;letter-spacing:-0.36px;margin-bottom:14px}.pricing-card.style1 .pricing-card-header .price-wrapper{margin-bottom:14px}.pricing-card.style1 .pricing-card-header .price-wrapper .price{color:var(--title);font-family:"Urbanist",sans-serif;font-size:48px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-0.96px}.pricing-card.style1 .pricing-card-header .price-wrapper .text{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-0.32px}.pricing-card.style1 .pricing-card-body{margin-bottom:50px}.pricing-card.style1 .pricing-card-body .checklist li{margin-bottom:15px}.pricing-card.style1 .pricing-card-body .checklist li svg{margin-right:10px}.pricing-card.style1 .theme-btn.style5{display:block;margin:auto;position:absolute;background-color:var(--title);bottom:0;left:0;right:0;width:100%;border-radius:0px 0px 30px 30px;-webkit-border-radius:0px 0px 30px 30px;-moz-border-radius:0px 0px 30px 30px;-ms-border-radius:0px 0px 30px 30px;-o-border-radius:0px 0px 30px 30px}.pricing-card.style1 .theme-btn.style4{display:block;margin:auto;position:absolute;bottom:0;left:0;right:0;width:100%;border-radius:0px 0px 30px 30px;-webkit-border-radius:0px 0px 30px 30px;-moz-border-radius:0px 0px 30px 30px;-ms-border-radius:0px 0px 30px 30px;-o-border-radius:0px 0px 30px 30px}.pricing-wrapper.style1{position:relative;z-index:5}.pricing-wrapper.style1 .tab-section{padding:30px 0 10px;margin-bottom:40px}.pricing-wrapper.style1 .tab-section .nav-pills{padding:7px 7px;border:1px solid var(--border);border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}.pricing-wrapper.style1 .tab-section .nav-pills .nav-link{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize;border:0;border-radius:50px;margin-left:4px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}.pricing-wrapper.style1 .tab-section .nav-pills .nav-link.active{color:var(--white);background-color:var(--theme);margin-right:4px}@media (max-width:767px){.pricing-wrapper.style1 .tab-section{flex-direction:column}}.pricing-section-3{background-repeat:no-repeat;background-size:cover;background-position:top center}.pricing-section-3 .section-title .text{font-weight:500;color:#565656;max-width:520px;margin:0 auto}.cta-container-wrapper.style2{position:relative;z-index:5;margin-bottom:-120px}@media (max-width:1199px){.cta-container-wrapper.style2{margin-bottom:80px}}.cta-wrapper.style1{position:relative;border-radius:50px;background:var(--theme);-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}.cta-wrapper.style1 .shape1{position:absolute;top:0;left:0;z-index:1}.cta-wrapper.style1 .shape2{position:absolute;bottom:60px;left:-130px;z-index:1}.cta-wrapper.style1 .shape3{position:absolute;bottom:57px;right:400px;z-index:1}.cta-wrapper.style1 .shape4{position:absolute;top:53px;right:0;z-index:1}.cta-wrapper.style1 .cta-content{position:relative;z-index:3}.cta-wrapper.style1 .cta-content .section-title{margin-bottom:45px}.cta-wrapper.style1 .cta-content .playstore{margin-right:20px}@media (max-width:767px){.cta-wrapper.style1 .cta-content .playstore{display:block;margin-bottom:20px}}.cta-wrapper.style1 .cta-thumb{position:relative;z-index:3}@media (max-width:1199px){.cta-wrapper.style1 .cta-thumb img{max-width:100%}}.cta-wrapper.style2{padding:50px 60px;background-color:var(--theme);border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}@media (max-width:767px){.cta-wrapper.style2{padding:50px 15px}}.cta-wrapper.style2 .cta-content h2{color:var(--white);font-family:"Urbanist",sans-serif;font-size:40px;font-style:normal;font-weight:500;line-height:48px;margin-bottom:20px}.cta-wrapper.style2 .cta-content p{color:var(--white);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:30px}.cta-wrapper.style2 .cta-meta{display:flex;align-items:center;gap:15px}@media (max-width:767px){.cta-wrapper.style2 .cta-meta{flex-direction:column}}.blog-wrapper.style1 .section-title{margin-bottom:50px}.blog-card.style1{padding:24px;border-radius:15px;border:1px solid var(--border);background:var(--white)}.blog-card.style1 .thumb{max-width:100%;height:220px;overflow:hidden;border-radius:10px}.blog-card.style1 .thumb img{width:100%;height:100%;object-fit:cover}.blog-card.style1 .body{position:relative}.blog-card.style1 .body .tag-meta{position:absolute;top:-50px;left:0;display:inline-block;color:var(--theme);font-family:var(--title);font-size:16px;font-style:normal;font-weight:400;line-height:1;letter-spacing:-0.32px;padding:6px 12px;gap:12px;border-radius:100px;background:var(--theme3)}.blog-card.style1 .body .tag-meta img{margin-right:10px}.blog-card.style1 .body h3{margin-top:30px;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--border)}.blog-card.style1 .body h3 a{color:var(--title);font-family:"Urbanist",sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:34px;letter-spacing:-0.48px}.blog-card.style1 .body .blog-meta{display:flex;align-items:center}.blog-card.style1 .body .blog-meta .item{position:relative}.blog-card.style1 .body .blog-meta .item .icon{margin-right:15px}.blog-card.style1 .body .blog-meta .item .text{color:var(--text);font-family:var(--title);font-size:16px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:-0.32px}.blog-card.style1 .body .blog-meta .item.child1{position:relative;margin-right:60px}.blog-card.style1 .body .blog-meta .item.child1:before{position:absolute;content:"";width:1px;height:16px;background:var(--theme);right:-30px;top:8px}.blog-card.style2{overflow:hidden;position:relative;padding:24px;max-width:370px;border-radius:16px;border:1px solid var(--border);background-color:var(--white);-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}@media (max-width:767px){.blog-card.style2{padding:15px;max-width:300px}}.blog-card.style2 .blog-card-thumb{overflow:hidden;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.blog-card.style2 .blog-card-thumb img{width:322px;height:216px;object-fit:cover;border-radius:16px;border:1px solid var(--border);-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease}.blog-card.style2 .blog-card-body .blog-title{margin-bottom:20px}.blog-card.style2 .blog-card-body .blog-title a{color:var(--title);font-family:"Urbanist",sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:32px;transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease}.blog-card.style2 .blog-card-body .blog-title a:hover{color:var(--theme2)}.blog-card.style2 .blog-card-body .btn-wrapper a{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:28px;text-transform:capitalize}.blog-card.style2 .blog-card-body .btn-wrapper a:hover{color:var(--theme)}.blog-card.style2 .blog-card-body .btn-wrapper img,.blog-card.style2 .blog-card-body .btn-wrapper i{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:28px;text-transform:capitalize}.blog-card.style2 .blog-card-body .tag-cloud{display:flex;align-items:center;gap:32px;margin-top:45px;margin-bottom:5px}.blog-card.style2 .blog-card-body .tag-cloud.style2{margin-top:25px}.blog-card.style2 .calendar{position:absolute;top:205px;left:44px;border-radius:10px;background-color:var(--white);box-shadow:0px 4px 30px 0px rgba(0,0,0,0.08)}.blog-card.style2 .calendar .date{padding:10px 18px;color:var(--white);text-align:center;font-family:"Urbanist",sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;margin-bottom:3px;border-radius:10px;background-color:var(--theme);-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.blog-card.style2 .calendar .month{color:var(--text);text-align:center;font-family:"Urbanist",sans-serif;font-size:13px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.blog-card.style2:hover .blog-card-thumb img{transform:scale(1.23);-webkit-transform:scale(1.23);-moz-transform:scale(1.23);-ms-transform:scale(1.23);-o-transform:scale(1.23)}.blog-wrap.style1{position:relative}.blog-wrap.style1 .shape1_1{position:absolute;bottom:0;right:0}.blog-wrap.style2{position:relative}.blog-wrap.style2 .shape2_1{position:absolute;top:142px;left:0}.blog-wrap.style2 .shape2_2{position:absolute;bottom:50px;right:0}.blog-card-wrap.style1{display:grid;grid-template-columns:repeat(3,1fr);place-items:center;gap:30px}@media (max-width:1399px){.blog-card-wrap.style1{grid-template-columns:repeat(2,1fr)}}@media (max-width:991px){.blog-card-wrap.style1{grid-template-columns:repeat(1,1fr);align-items:center;justify-content:center}}.blog-card-wrap.style2{display:grid;grid-template-columns:repeat(2,1fr);place-items:center;gap:30px}@media (max-width:1199px){.blog-card-wrap.style2{grid-template-columns:repeat(1,1fr)}}@media (max-width:991px){.blog-card-wrap.style2{grid-template-columns:repeat(1,1fr)}}.blog-card-wrap.style3{display:grid;grid-template-columns:repeat(1,1fr);gap:30px}.news-card-items.style-2{padding-bottom:50px}.news-card-items.style-2 .news-image{position:relative}.news-card-items.style-2 .news-image .post-date{position:absolute;top:20px;left:20px;bottom:initial}.news-card-items.style-2 .news-content{margin:0}.news-card-items.style-2 .news-content ul li{font-size:16px}.news-card-items.style-3 .content{box-shadow:none}.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5{margin-bottom:0}.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a{color:var(--title);font-family:"Urbanist",sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:22px;text-transform:capitalize;transition:color .4s ease-in-out,background-color .4s ease-in-out,transform .4s ease-in-out}.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a:hover{color:var(--theme2)}.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn{border:none !important}.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a{display:inline-flex;padding:5px 16px;justify-content:center;align-items:center;border-radius:50px;background:var(--theme);color:var(--white)}.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a:hover{background:var(--title);color:var(--white) !important}.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply{border-radius:30px;padding:5px 15px;font-weight:400;background-color:var(--white);color:var(--theme)}.service-box.style1{padding:30px;border-radius:30px;border:3px solid transparent;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.service-box.style1 .icon-box{margin-bottom:25px;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.service-box.style1 .content h3{color:var(--title);font-family:"Urbanist",sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:30px;letter-spacing:-0.4px;margin-bottom:10px}.service-box.style1 .content .text{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-0.32px}.service-box.style1:hover,.service-box.style1.active{border:3px solid var(--theme);background:var(--theme3)}.service-box.style1:hover .icon-box,.service-box.style1.active .icon-box{transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg)}.service-box.style3{border-radius:30px;border:3px solid transparent;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.service-box.style3 .icon-box{margin-bottom:25px;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.service-box.style3 .content h3{color:var(--title);font-family:"Urbanist",sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:30px;letter-spacing:-0.4px;margin-bottom:10px}.service-box.style3 .content .text{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-0.32px}.service-box.style3:hover .icon-box{transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg)}.service-container-wrapper.style3{position:relative;background:rgba(116,68,253,0.06);padding-top:300px}@media (max-width:767px){.service-container-wrapper.style3{margin-top:0;padding-top:60px}}.service-container-wrapper.style3 .shape1{position:absolute;bottom:0;left:0}.service-container-wrapper.style3 .shape2{position:absolute;top:0;right:0}.service-wrapper.style3{position:relative;z-index:5}.service-wrapper.style3 .service-thumb{border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.service-wrapper.style3 .service-thumb img{border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.service-wrapper.style3 h2{color:var(--title);font-family:"Urbanist",sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-0.72px;max-width:580px;margin:30px 0}.service-wrapper.style3 .text{margin-bottom:30px}.service-details-wrapper .main-thumb img{max-width:100%}.service-details-wrapper .title{color:var(--title);font-family:"Urbanist",sans-serif;font-size:50px;font-style:normal;font-weight:700;line-height:60px;text-transform:uppercase;margin-top:40px}@media (max-width:767px){.service-details-wrapper .title{font-size:35px;line-height:45px}}.service-details-wrapper .details-box1 .subtitle{color:var(--title);font-family:"Urbanist",sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:48px;text-transform:uppercase;margin-bottom:5px}@media (max-width:767px){.service-details-wrapper .details-box1 .subtitle{font-size:30px;line-height:45px}}.service-details-wrapper .details-box1 .text{color:var(--border-5);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px;text-transform:lowercase}.service-details-wrapper .details-box2 .subtitle{color:var(--title);font-family:"Urbanist",sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:48px;text-transform:uppercase;margin-bottom:5px}@media (max-width:767px){.service-details-wrapper .details-box2 .subtitle{font-size:30px;line-height:45px}}.service-details-wrapper .details-box2 .text{color:var(--border-5);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px;text-transform:lowercase}.service-details-wrapper .details-box2 .progress-wrap .progress-meta .title{margin-top:0;color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:30px;text-transform:uppercase}.service-details-wrapper .details-box2 .thumb-wrapper .thumb img{max-width:100%}.service-details-wrapper .details-box2 .text1{color:var(--border-5);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.project-card.style1{position:relative;overflow:hidden}.project-card.style1 .project-thumb{max-width:100%}@media (min-width:768px){.project-card.style1 .project-thumb img{max-width:100%}}.project-card.style1 .project-thumb img{width:100%}.project-card.style1 .project-content{opacity:0;visibility:hidden;position:absolute;bottom:-40px;left:40px;right:40px;padding:25px;background-color:var(--white);max-width:323px;border-radius:5px;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}@media (max-width:991px){.project-card.style1 .project-content{left:10px;right:10px}}.project-card.style1 .project-content h3{line-height:normal;margin-bottom:5px}.project-card.style1 .project-content h3 a{color:var(--title);font-family:"Urbanist",sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal}.project-card.style1 .text{color:var(--theme);font-family:"Urbanist",sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:30px}.project-card.style1:hover .project-content{opacity:1;visibility:visible;bottom:40px}@media (max-width:991px){.project-card.style1:hover .project-content{bottom:10px}}.project-details-wapper .main-thumb{margin-bottom:60px}.project-details-wapper .main-thumb img{max-width:100%}.project-details-wapper .single-desc .text1{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px;text-transform:capitalize;margin-bottom:30px}.project-details-wapper .testimonial-wrap .testimonial-card .tesimonial-content .icon{margin-bottom:20px}.project-details-wapper .single-desc2 .text1{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px;text-transform:capitalize;margin-bottom:30px}.team-card.style1{margin-top:150px;text-align:center;padding:24px;border-radius:20px;background:#F8F8FF}.team-card.style1 .team-thumb{margin-top:-150px}.team-card.style1 .team-thumb img{max-width:100%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.team-card.style1 .team-card-content h3{margin-top:20px;margin-bottom:5px}.team-card.style1 .team-card-content h3 a{color:var(--title);text-align:center;font-family:"Urbanist",sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.team-card.style1 .designation{color:var(--title);text-align:center;font-family:"Urbanist",sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:15px}.team-card.style1 .social-links{display:flex;align-items:center;justify-content:center;gap:7px}.team-card.style1 .social-links li a{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;background-color:#E7F1FF;color:var(--theme);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.team-card.style1 .social-links li a:hover{background-color:#FFEBEE;color:#E60023 !important}.team-details-wrap .team-details-content .info-wrapper .checklist{margin-top:30px;padding-top:30px;margin-bottom:0;border-top:1px solid var(--border)}.team-details-wrap .team-details-content .info-wrapper .checklist ul{padding-left:0;margin-bottom:0}.team-details-wrap .team-details-content .info-wrapper .checklist ul li i{width:36px;height:36px;line-height:36px;text-align:center;border-radius:24px;color:var(--theme);background-color:#F3EBFE;-webkit-border-radius:24px;-moz-border-radius:24px;-ms-border-radius:24px;-o-border-radius:24px}@media (max-width:991px){.team-details-wrap .team-details-content .info-wrapper .checklist{margin-top:0}.team-details-wrap .team-details-content .info-wrapper .checklist:first-child{margin-top:30px}}.team-simple-history .title{color:var(--title);font-family:"Urbanist",sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-0.48px;text-transform:capitalize}.team-simple-history .skills>.title{color:var(--title);font-family:"Urbanist",sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-0.4px;text-transform:capitalize;margin-bottom:30px}.team-simple-history .skills .progress-wrap .progress-meta .title{color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:30px;text-transform:capitalize}.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active{background:var(--theme)}.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a{color:var(--white)}.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span{color:var(--white)}.recent-post .recent-post-meta .price{font-size:18px;font-weight:700;color:#c5c5c5}.recent-post .recent-post-meta .price del{margin-right:10px}.recent-post .recent-post-meta .price strong{color:var(--theme);font-weight:700}.contact-info-box.style1{padding:12px;background-color:#FAF8FF;border-radius:10px;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.contact-info-box.style1 .contact-content{padding:50px 30px 30px;text-align:center;border-radius:10px;background-color:#FAF8FF;border:1px solid #E6E5E5;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s}.contact-info-box.style1 .contact-content .icon{margin-bottom:40px}.contact-info-box.style1 .contact-content .icon svg path{fill:var(--theme)}.contact-info-box.style1 .contact-content .title{margin-bottom:10px;color:var(--title);text-align:center;font-family:"Urbanist",sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:30px}.contact-info-box.style1 .contact-content .title a:hover{color:var(--white) !important}.contact-info-box.style1 .contact-content .text{color:var(--text);text-align:center;font-family:"Urbanist",sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:26px}.contact-info-box.style1:hover{background-color:var(--theme)}.contact-info-box.style1:hover .contact-content{background-color:var(--theme)}.contact-info-box.style1:hover .contact-content .icon svg path{fill:var(--white)}.contact-info-box.style1:hover .contact-content .title{color:var(--white)}.contact-info-box.style1:hover .contact-content .title:hover{color:var(--white) !important}.contact-info-box.style1:hover .contact-content .title a{color:var(--white) !important}.contact-info-box.style1:hover .contact-content .text{color:var(--white)}.contact-info-box.style1:hover .contact-content .text:hover{color:var(--white) !important}.contact-form-wrapper.style1 .contact-map{width:100%;height:100%}.contact-form-wrapper.style1 .contact-map iframe{width:100%;height:100%}.contact-form.style1 .contact-title{color:var(--title);font-family:"Urbanist",sans-serif;font-size:50px;font-style:normal;font-weight:700;line-height:60px;margin-bottom:20px}.contact-form.style1 .desc{color:var(--text);font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.contact-form.style1 .contact-form-items{margin-top:30px}.contact-form.style1 .contact-form-items .form-clt span{color:var(--title);font-weight:600;text-transform:capitalize}.contact-form.style1 .contact-form-items .form-clt input,.contact-form.style1 .contact-form-items .form-clt textarea{border:1px solid var(--border);color:var(--text);padding:18px 20px;border-radius:5px}.contact-form.style1 .contact-form-items .form-clt input::placeholder,.contact-form.style1 .contact-form-items .form-clt textarea::placeholder{color:var(--text)}.contact-form.style1 .contact-form-items .form-clt textarea{padding-bottom:150px;height:200px;padding:18px 20px}select,.single-select,.form-control,.form-select,textarea,input{height:56px;padding:0 20px;border:1px solid var(--border);color:var(--text);background-color:transparent;font-size:16px;width:100%;font-family:"Urbanist",sans-serif;transition:0.4s ease-in-out;border-radius:0px}select:focus,.single-select:focus,.form-control:focus,.form-select:focus,textarea:focus,input:focus{outline:0;box-shadow:none;border-color:var(--theme);background-color:var(--white)}select::placeholder,.single-select::placeholder,.form-control::placeholder,.form-select::placeholder,textarea::placeholder,input::placeholder{color:var(--text)}.single-select,.form-select,select{display:block;width:100%;line-height:56px;height:56px;padding:0 20px;font-size:16px;cursor:pointer;background-image:none}.single-select:after,.form-select:after,select:after{border-bottom:1px solid var(--title);border-right:1px solid var(--title);right:20px;height:7px;width:7px}.single-select.style2,.form-select.style2,select.style2{padding:0 20px;font-size:16px;position:relative;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-size:24px 12px}.single-select.style2:after,.form-select.style2:after,select.style2:after{content:"";position:absolute;right:20px;width:10px;height:6px;border-top:solid 6px var(--body-color);border-left:solid 5px transparent;border-right:solid 5px transparent;transform:rotate(0);border-bottom:0;margin-top:-2px;z-index:9}.single-select.style2.open:after,.form-select.style2.open:after,select.style2.open:after{border-top:0;border-bottom:solid 6px var(--body-color);border-left:solid 5px transparent;border-right:solid 5px transparent;transform:none}.single-select.style3,.form-select.style3,select.style3{background:var(--border);padding:0 20px;font-size:14px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-size:50px 10px;background-repeat:no-repeat;background-position:right}textarea.form-control,textarea{min-height:150px;padding-top:16px;padding-bottom:17px}textarea.form-control.style2,textarea.style2{min-height:105px}.form-group.style-2 .form-control{padding:0 30px 0 55px}.form-group.style-2 textarea.form-control{padding:16px 30px 30px 55px}option:checked,option:focus,option:hover{background-color:var(--theme);color:var(--white)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=checkbox]{visibility:hidden;opacity:0;display:inline-block;vertical-align:middle;width:0;height:0;display:none;border-radius:10px}input[type=checkbox]:checked~label:after{opacity:1}input[type=checkbox]~label{position:relative;padding-left:30px;cursor:pointer;display:block}input[type=checkbox]~label:before{content:"";position:absolute;left:0px;top:3.5px;background:var(--white);border:1px solid var(--border);height:20px;width:20px;text-align:center}input[type=checkbox]~label:after{content:"";position:absolute;left:6px;top:9px;background:var(--theme);height:8px;width:8px;opacity:0;transition:0.4s}input[type=checkbox].style2~label{color:#8B929C;padding-left:23px;margin-bottom:-0.5em}input[type=checkbox].style2~label:before{background-color:white;border:1px solid rgb(247,204,215);height:14px;width:14px;line-height:14px;border-radius:3px;top:6px}input[type=checkbox].style2:checked~label:before{color:var(--theme)}input[type=radio]{visibility:hidden;opacity:0;display:inline-block;vertical-align:middle;width:0;height:0;display:none}input[type=radio]~label{position:relative;padding-left:30px;cursor:pointer;line-height:1;display:inline-block;font-weight:600;margin-bottom:0}input[type=radio]~label::before{content:"\f111";position:absolute;left:0;top:-2px;width:20px;height:20px;padding-left:0;font-size:0.6em;line-height:19px;text-align:center;border:1px solid var(--theme);border-radius:100%;font-weight:700;background:var(--white);color:transparent;transition:all 0.2s ease}input[type=radio]:checked~label::before{border-color:var(--theme);background-color:var(--theme);color:var(--white)}label{margin-bottom:0.5em;margin-top:-0.3em;display:block;color:var(--title);font-family:"Urbanist",sans-serif;font-size:16px}.row.no-gutters>.form-group{margin-bottom:0}.used-technology-section .nav{display:flex;align-items:center;margin-top:30px;gap:10px;margin-bottom:20px}.used-technology-section .nav .nav-item .nav-link{font-size:17px;font-weight:500;color:var(--title);background-color:#FAF8FF;padding:17px 35px;line-height:1;border-radius:10px}.used-technology-section .nav .nav-item .nav-link.active{background-color:var(--theme);color:var(--white) !important}.technology-box-items.style-4 .logo{margin-bottom:9px;max-width:50px;margin:0 auto 5px}.technology-box-items.style-4 .logo img{max-width:50px}.technology-box-items.style-4 .title{color:var(--body-text2,rgba(38,37,46,0.7));text-align:center;font-family:"Urbanist",sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}
