*{margin:0;padding:0}:root{--Animation-Duration:all .35s ease;--Font-Primary:"Poppins",sans-serif;--Font-Secondary:"Inter",sans-serif;--Font-Tabler:"tabler-icons";--Primary:#10b981;--Secondary:#f7f8ff;--SecondaryTwo:#10b98126;--Heading:#161616;--Text:#49515b;--Border:#49515b4d;--Background:#161616;--White:#fff;--Success:#10b981;--Success-Hover:#059669;--Warning:#f7921f;--Warning-Hover:#be7016;--Info:#02a5ce;--Info-Hover:#156e85;--Danger:#dc3545;--Danger-Hover:#9c1321}html[data-theme=one]{--Primary:#10b981;--Secondary:#f7f8ff;--SecondaryTwo:#10b98126;--Heading:#161616;--Text:#49515b;--Border:#49515b4d;--Background:#161616}body,html{color:var(--Text);scroll-behavior:smooth;font-family:var(--Font-Secondary);overflow-x:hidden;padding:0!important}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:var(--Heading);font-weight:600;line-height:1.2;font-family:var(--Font-Primary)}h1,.h1,h2,.h2,h3,.h3,h4,.h4{letter-spacing:-1px}h5,.h5,h6,.h6{letter-spacing:-.5px}p{color:var(--Text);font-size:16px;line-height:1.65}a{transition:var(--Animation-Duration);color:var(--Heading);font-family:var(--Font-Primary);outline:0 solid #0000;font-weight:600;text-decoration:none}a:hover,a:focus{transition:var(--Animation-Duration);color:var(--Heading);outline:0 solid #0000;font-weight:600;text-decoration:none}ul,ol{margin-bottom:0}ul li,ol li{line-height:1.75}.border,.border-end,.border-start,.border-top,.border-bottom{border-color:var(--Border)!important}img{max-width:100%;height:auto}input:required,textarea:required,input:invalid,textarea:invalid{box-shadow:none!important}.bg-img{background-position:50%;background-repeat:no-repeat;background-size:cover}.bg-fixed{background-attachment:fixed}.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:320px}@media (min-width:400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:360px}}@media (min-width:480px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:420px}}@media (min-width:576px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:540px}}@media (min-width:768px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row.g-4,.row.gy-4{--bs-gutter-y:30px}.row.g-4,.row.gx-4{--bs-gutter-x:30px}.custom-container{width:300px;margin-left:auto;margin-right:auto}@media (min-width:480px){.custom-container{width:420px}}@media (min-width:576px){.custom-container{width:540px}}@media (min-width:768px){.custom-container{width:720px}}@media (min-width:992px){.custom-container{width:960px}}@media (min-width:1200px){.custom-container{width:1140px}}@media (min-width:1400px){.custom-container{width:1320px}}.fz-12{font-size:12px!important}.fz-14{font-size:14px!important}.fz-16{font-size:16px!important}.fz-18{font-size:18px!important}.shadow-sm{box-shadow:0 .125rem .25rem #2f5bea13!important}.shadow{box-shadow:0 .5rem 1rem #2f5bea26!important}.shadow-lg{box-shadow:0 1rem 3rem #2f5bea2d!important}.btn{text-transform:capitalize;min-width:auto;height:48px;transition:var(--Animation-Duration);font-size:14px;font-family:var(--Font-Primary);border:0;border-radius:5rem;justify-content:center;align-items:center;gap:6px;padding:12px 24px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}@media only screen and (min-width:1200px){.btn{height:54px;padding:12px 24px}}@media only screen and (min-width:1400px){.btn{height:60px;padding:16px 32px;font-size:16px}}.btn>span{opacity:1;align-items:center;gap:4px;font-size:16px;transition:opacity .35s,transform .35s;display:flex;position:relative}.btn>span:last-child{opacity:0;position:absolute;transform:translateY(50px)}.btn i{transition:var(--Animation-Duration);font-size:140%}.btn:active,.btn:hover,.btn:focus{box-shadow:none}.btn:active span:first-child,.btn:hover span:first-child,.btn:focus span:first-child{opacity:0;transform:translateY(-50px)}.btn:active span:last-child,.btn:hover span:last-child,.btn:focus span:last-child{opacity:1;transform:translateY(0)}.btn-primary{background-color:var(--Primary);color:var(--White)}.btn-primary:active,.btn-primary:hover,.btn-primary:focus{background-color:var(--Heading);color:var(--White)}.btn-success{background-color:var(--Success);color:var(--White)}.btn-success:active,.btn-success:hover,.btn-success:focus{background-color:var(--Success-Hover);color:var(--White)}.btn-info{background-color:var(--Info);color:var(--White)}.btn-info:active,.btn-info:hover,.btn-info:focus{background-color:var(--Info-Hover);color:var(--White)}.btn-warning{background-color:var(--Warning);color:var(--White)}.btn-warning:active,.btn-warning:hover,.btn-warning:focus{background-color:var(--Warning-Hover);color:var(--White)}.btn-danger{background-color:var(--Danger);color:var(--White)}.btn-danger:active,.btn-danger:hover,.btn-danger:focus{background-color:var(--Danger-Hover);color:var(--White)}.btn-light,.btn-light:active,.btn-light:hover,.btn-light:focus{background-color:var(--White);color:var(--Heading)}.btn-dark{background-color:var(--Heading);color:var(--White)!important}.btn-dark:active,.btn-dark:hover,.btn-dark:focus{background-color:var(--Text);color:var(--White)!important}.btn-link{z-index:1;color:var(--Heading);background-color:#0000;border:0;gap:6px;min-width:0;height:auto;text-decoration:none;position:relative;border-radius:0!important;padding:0!important}.btn-link:active,.btn-link:hover,.btn-link:focus{box-shadow:none;color:var(--Primary)}.btn-group-sm>.btn,.btn-sm{min-width:100px;height:37px;padding:.375rem 1.25rem;font-size:12px}.btn-outline-primary{border:1px solid var(--Primary);color:var(--Primary)}.btn-outline-primary:hover,.btn-outline-primary:focus{background-color:var(--Primary);color:var(--White)}.btn-outline-success{border:1px solid var(--Success);color:var(--Success)}.btn-outline-success:hover,.btn-outline-success:focus{background-color:var(--Success);color:var(--White)}.btn-outline-warning{border:1px solid var(--Warning);color:var(--Warning)}.btn-outline-warning:hover,.btn-outline-warning:focus{background-color:var(--Warning);color:var(--White)}.btn-outline-info{border:1px solid var(--Info);color:var(--Info)}.btn-outline-info:hover,.btn-outline-info:focus{background-color:var(--Info);color:var(--White)}.btn-outline-danger{border:1px solid var(--Danger);color:var(--Danger)}.btn-outline-danger:hover,.btn-outline-danger:focus{background-color:var(--Danger);color:var(--White)}.btn-outline-light{border:1px solid var(--White);color:var(--White)}.btn-outline-light:hover,.btn-outline-light:focus{background-color:var(--White);color:var(--Primary)}.btn-outline-dark{border:1px solid var(--Heading);color:var(--Heading)}.btn-outline-dark:hover,.btn-outline-dark:focus{background-color:var(--Heading);color:var(--White)}.btn-download{border:1px solid var(--White);height:60px;color:var(--White);box-shadow:none;transition:var(--Animation-Duration);border-radius:5rem;outline:none;align-items:center;gap:6px;padding:0 30px;display:flex}.btn-download i{font-size:36px}.btn-download>div{line-height:1}.btn-download .sub-text{color:#faf8ff;margin-bottom:4px;font-size:12px;font-weight:500;display:block}.btn-download p{color:var(--White);line-height:1.1}.btn-download.active,.btn-download:hover,.btn-download:focus{box-shadow:none;color:var(--White);background-color:#282c32;border-color:#282c32}.bg-primary{background-color:var(--Primary)!important}.bg-secondary{background-color:var(--Secondary)!important}.bg-success{background-color:var(--Success)!important}.bg-danger{background-color:var(--Danger)!important}.bg-warning{background-color:var(--Warning)!important}.bg-info{background-color:var(--Info)!important}.bg-dark{background-color:var(--Heading)!important}.bg-gray{background-color:var(--Secondary)!important}.text-primary{color:var(--Primary)!important}.text-dark{color:var(--Text)!important}.text-heading{color:var(--Heading)!important}.text-success{color:var(--Success)!important}.text-danger{color:var(--Danger)!important}.text-warning{color:var(--Warning)!important}.text-info{color:var(--Info)!important}.startix-scrolltop{transition:var(--Animation-Duration);z-index:9999;width:2.5rem;height:2.5rem;color:var(--White);cursor:pointer;box-shadow:none;background-color:var(--Background);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(100px);border:0!important}.startix-scrolltop span{font-size:1.75rem}.startix-scrolltop.scrolltop-show{transform:translateY(0)}.startix-scrolltop.scrolltop-hide{transform:translateY(100px)}@media only screen and (min-width:992px){.startix-scrolltop{width:3rem;height:3rem;bottom:3rem;right:3rem}}.startix-scrolltop:before{content:"";background:conic-gradient(var(--Primary)var(--scroll-progress),var(--Heading)0);z-index:-1;border-radius:50%;position:absolute;inset:0}.divider{width:100%;height:60px;display:block}@media only screen and (min-width:576px){.divider{height:70px}}@media only screen and (min-width:768px){.divider{height:80px}}@media only screen and (min-width:992px){.divider{height:95px}}@media only screen and (min-width:1200px){.divider{height:110px}}@media only screen and (min-width:1400px){.divider{height:124px}}.divider-sm{width:100%;height:50px;display:block}@media only screen and (min-width:768px){.divider-sm{height:60px}}.section-heading{z-index:1;position:relative}.section-heading .subtitle{color:var(--Primary);background:var(--SecondaryTwo);text-transform:uppercase;border-radius:30px;margin-bottom:1rem;padding:6px 18px;font-size:12px;font-weight:500;display:inline-flex}@media only screen and (min-width:768px){.section-heading .subtitle{font-size:14px}}@media only screen and (min-width:1200px){.section-heading .subtitle{font-size:1rem}}.section-heading .subtitle.text-light{color:var(--White);background:#fff3}.section-heading h2{color:var(--Heading);font-size:clamp(28px,4.5vw,50px);line-height:1.2}.section-heading h3{color:var(--Heading);text-align:center;font-size:clamp(60px,10vw,250px);font-weight:600;line-height:.8}.section-heading h3>span:first-child{color:var(--Heading)}.section-heading h3>span{color:#0000;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--Heading)}@media only screen and (min-width:1200px){.section-heading p{font-size:18px}}.section-heading .question-mark{z-index:-10;position:absolute;bottom:-20%;right:10%}.section-heading img{border-radius:18px;width:100%}.search-bg-overlay{background-color:var(--Background);opacity:0;z-index:100000;visibility:hidden;width:100%;height:100%;transition:var(--Animation-Duration);position:fixed;top:0;left:0}.search-bg-overlay.open{opacity:.98;visibility:visible}.search-form-popup{z-index:100000;opacity:0;visibility:hidden;min-width:290px;transition:var(--Animation-Duration);text-align:center;background-color:#0000;border-radius:8px;padding:24px;position:fixed;top:50%;left:50%;transform:scale(.9)translate(-50%,-50%)}@media only screen and (min-width:480px){.search-form-popup{min-width:360px}}@media only screen and (min-width:768px){.search-form-popup{min-width:500px;padding:40px 32px}}@media only screen and (min-width:992px){.search-form-popup{min-width:600px}}.search-form-popup .close-btn{z-index:1000;width:32px;height:32px;color:var(--White);transition:var(--Animation-Duration);background-color:#ffffff1a;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex;position:absolute;top:-1rem;right:-1rem}.search-form-popup .close-btn:hover,.search-form-popup .close-btn:focus{background-color:var(--White);color:var(--Heading)}@media only screen and (min-width:768px){.search-form-popup .close-btn{width:40px;height:40px;top:-2rem;right:-2rem}}.search-form-popup form{gap:30px;display:flex}.search-form-popup form .form-control{border-top:0;border-left:0;border-right:0;border-bottom:1px solid var(--White);width:100%;height:48px;color:var(--White);background-color:#0000;border-radius:0;padding:15px 24px;font-size:16px;font-weight:700}@media only screen and (min-width:1200px){.search-form-popup form .form-control{height:64px;font-size:18px}}.search-form-popup form .form-control::placeholder{color:var(--White);opacity:.85}.search-form-popup form .form-control:focus{box-shadow:none}.search-form-popup form .btn{border-radius:8px;height:48px}@media only screen and (min-width:1200px){.search-form-popup form .btn{height:64px}}.search-form-popup.open{opacity:1;visibility:visible;transform:scale(1)translate(-50%,-50%)}@media only screen and (min-width:1200px){.error-content p{font-size:18px}}.integration-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}@media only screen and (min-width:1400px){.integration-content{gap:30px}}.integration-card{background-color:var(--White);border-radius:10px;align-items:center;gap:1rem;max-width:100%;padding:1rem;display:inline-flex}@media only screen and (min-width:576px){.integration-card{max-width:240px}}@media only screen and (min-width:768px){.integration-card{max-width:280px}}@media only screen and (min-width:992px){.integration-card{max-width:290px}}@media only screen and (min-width:1200px){.integration-card{max-width:300px}}.integration-card img{flex-shrink:0;width:80px;height:80px}.integration-card p{margin-bottom:0;font-size:13px;line-height:1.5}@media only screen and (min-width:1200px){.integration-card p{font-size:15px}}.tilt-image{transform-style:preserve-3d;will-change:transform;transition:transform .2s}.translateY10{transition:var(--Animation-Duration)}.translateY10:hover,.translateY10:focus{transform:translateY(-10px)}.img-rotate360{animation:8s linear infinite rotate360}@keyframes rotate360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.imgZoomInOut{transition:width .5s}.preloader{z-index:9999999;background-color:var(--Heading);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.jarallax{z-index:0;position:relative}.jarallax>.jarallax-img,picture.jarallax-img img{object-fit:cover;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.header-search-btn{cursor:pointer}.header-search-btn .btn{transition:var(--Animation-Duration);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.header-search-btn .btn svg path{fill:var(--Heading);transition:var(--Animation-Duration)}.header-search-btn .btn:hover svg path,.header-search-btn .btn:focus svg path{fill:var(--Primary)}.header-navigation{gap:40px}@media only screen and (min-width:1200px){.header-navigation{padding-left:40px}}.header-navigation.style-two{padding-left:80px}.header-section{z-index:1000;width:100%;transition:var(--Animation-Duration);background-color:#0000;position:fixed;top:0;left:0}@media only screen and (min-width:1200px){.header-section{box-shadow:none}}.header-section.mobile-menu-open{background-color:var(--White)}.header-section .navbar-toggler{width:2.5rem;height:2.5rem;color:var(--Heading);border:1px solid var(--Border);transition:var(--Animation-Duration);padding:0;font-size:1.5rem}.header-section .navbar-toggler:focus{box-shadow:none}.header-section .navbar{background-color:var(--White);transition:var(--Animation-Duration);padding-top:1rem;padding-bottom:1rem}@media only screen and (min-width:1200px){.header-section .navbar{height:100px;padding-top:0;padding-bottom:0}}.header-section .navbar .navbar-brand{margin-right:2rem;line-height:1!important}@media only screen and (min-width:992px){.header-section .navbar .navbar-brand{margin-right:3rem}}@media only screen and (min-width:1200px){.header-section .navbar .navbar-brand{margin-right:4rem}}@media only screen and (min-width:1400px){.header-section .navbar .navbar-brand{margin-right:6rem}}.header-section .header-top{width:100%;height:60px;transition:var(--Animation-Duration);background-color:var(--Background)}@media only screen and (min-width:1200px){.header-section .header-top{background-color:#0000}}.header-section .header-top .left-side i{color:var(--White);font-size:20px}.header-section .header-top .left-side span{color:var(--White)}.header-section .header-top .social-nav a{color:var(--White);transform:all .35s;align-items:center;gap:4px;font-size:16px;display:flex}.header-section .header-top .social-nav a i{font-size:18px}.header-section .header-top .social-nav a:hover,.header-section .header-top .social-nav a:focus{color:var(--White);transform:translateY(-6px)}.header-section .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}@media only screen and (min-width:992px){.header-section .navbar-nav{margin-top:0;margin-bottom:0}}@media only screen and (min-width:1200px){.header-section .navbar-nav{gap:30px}}@media only screen and (min-width:1400px){.header-section .navbar-nav{gap:40px}}.header-section .navbar-nav li>a{transition:var(--Animation-Duration);font-family:var(--Font-Secondary);color:var(--Heading);text-transform:capitalize;align-items:center;gap:4px;padding-top:.5rem;padding-bottom:.5rem;font-size:1rem;font-weight:500;display:flex}.header-section .navbar-nav li>a i{font-size:1rem}@media only screen and (min-width:1200px){.header-section .navbar-nav li>a{padding-top:1.5rem;padding-bottom:1.5rem}}.header-section .navbar-nav li>a:hover,.header-section .navbar-nav li>a:focus{color:var(--Primary)}.header-section .navbar-nav li .startix-dd-menu{z-index:100;background-color:#0000;border:0;border-radius:.5rem;width:100%;padding-left:0;list-style:none;display:none;position:relative;top:100%}@media only screen and (min-width:1200px){.header-section .navbar-nav li .startix-dd-menu{transition:var(--Animation-Duration);background-color:var(--White);visibility:hidden;opacity:0;border:1px solid #0000001a;width:16rem;padding:1rem 0;display:block;position:absolute;top:calc(100% + 8px);left:-1rem;box-shadow:0 8px 30px #2d364314}}.header-section .navbar-nav li .startix-dd-menu li>a{transition:var(--Animation-Duration);color:var(--Heading);text-transform:capitalize;justify-content:space-between;align-items:center;padding:.375rem 1rem;font-size:1rem;position:relative}@media only screen and (min-width:1200px){.header-section .navbar-nav li .startix-dd-menu li>a{padding:.375rem 1.5rem}}.header-section .navbar-nav li .startix-dd-menu li>a:hover,.header-section .navbar-nav li .startix-dd-menu li>a:focus{color:var(--Primary);background-color:#0000}@media only screen and (min-width:1200px){.header-section .navbar-nav li .startix-dd-menu li>a:hover,.header-section .navbar-nav li .startix-dd-menu li>a:focus{color:var(--Primary)}}.header-section .navbar-nav li.startix-dd{z-index:1;position:relative}.header-section .navbar-nav li.startix-dd .dropdown-toggler{z-index:100;width:100%;height:36px;color:var(--Info);cursor:pointer;background-color:#0000;justify-content:flex-end;align-items:center;font-size:1rem;display:flex;position:absolute;top:2px;left:0}@media only screen and (min-width:1200px){.header-section .navbar-nav li.startix-dd .dropdown-toggler{display:none}}.header-section .navbar-nav li.startix-dd>a{position:relative}.header-section .navbar-nav li.startix-dd:hover>a,.header-section .navbar-nav li.startix-dd:focus>a{color:var(--Primary)}@media only screen and (min-width:1200px){.header-section .navbar-nav li.startix-dd:hover .startix-dd-menu,.header-section .navbar-nav li.startix-dd:focus .startix-dd-menu{visibility:visible;opacity:1;top:100%}}.header-section .navbar-nav li.startix-dd .startix-dd .dropdown-toggler{right:1rem}.header-section .navbar-nav li.startix-dd .startix-dd>a{width:100%;position:relative}.header-section .navbar-nav li.startix-dd .startix-dd .startix-dd-menu{padding-left:1rem;display:none}@media only screen and (min-width:1200px){.header-section .navbar-nav li.startix-dd .startix-dd .startix-dd-menu{visibility:hidden;opacity:0;margin-left:.25rem;padding-left:0;display:block;top:-8px;left:100%}.header-section .navbar-nav li.startix-dd .startix-dd:hover .startix-dd-menu,.header-section .navbar-nav li.startix-dd .startix-dd:focus .startix-dd-menu{visibility:visible;opacity:1}}.header-section.style-two{background-color:#0000;border-bottom:1px solid #282c3233}.header-section.style-two .navbar{background-color:#0000;border-radius:0;height:90px;padding-left:4%;padding-right:4%}@media only screen and (min-width:1200px){.header-section.style-two .navbar{height:100px}}.header-section.style-two .navbar .navbar-brand{margin-right:0}@media only screen and (min-width:1200px){.header-section.style-two .navbar .navbar-brand{margin-right:0}}.header-section.style-two .header-navigation{gap:20px;padding-left:0}@media only screen and (min-width:1200px){.header-section.style-two .header-navigation{gap:40px}}.header-section.style-two.mobile-menu-open{background-color:var(--White)!important}.header-section.style-two.mobile-menu-open .navbar{height:auto}.header-section.style-three{background-color:#0000;top:24px}.header-section.style-three .navbar{border:1px solid #0000;border-radius:8rem;height:90px;margin-left:4%;margin-right:4%;padding-left:30px;padding-right:30px}@media only screen and (min-width:992px){.header-section.style-three .navbar{margin-left:3%;margin-right:3%}}@media only screen and (min-width:1200px){.header-section.style-three .navbar{height:100px}}.header-section.style-three .navbar .navbar-brand{margin-right:0}@media only screen and (min-width:1200px){.header-section.style-three .navbar .navbar-brand{margin-right:0}}.header-section.style-three .header-navigation{gap:20px;padding-left:0}@media only screen and (min-width:1200px){.header-section.style-three .header-navigation{gap:40px}}.header-section.style-three.mobile-menu-open{background-color:var(--White)!important}.header-section.style-three.mobile-menu-open .navbar{height:auto;box-shadow:none}.header-section.style-four{background-color:#0000}.header-section.style-four .navbar{background-color:#0000;border-bottom:1px solid #fff3;height:90px;margin-left:5%;margin-right:5%}@media only screen and (min-width:1200px){.header-section.style-four .navbar{height:100px}}.header-section.style-four .navbar-nav li>a{color:var(--White)}.header-section.style-four .navbar-nav li>a:hover,.header-section.style-four .navbar-nav li>a:focus{color:var(--Primary)}.header-section.style-four .navbar-nav li .startix-dd-menu{background-color:#0000}@media only screen and (min-width:1200px){.header-section.style-four .navbar-nav li .startix-dd-menu{background-color:var(--White)}}.header-section.style-four .navbar-nav li .startix-dd-menu li>a{color:var(--White)}@media only screen and (min-width:1200px){.header-section.style-four .navbar-nav li .startix-dd-menu li>a{color:var(--Heading)}}.header-section.style-four .navbar-nav li .startix-dd-menu li>a:hover,.header-section.style-four .navbar-nav li .startix-dd-menu li>a:focus{color:var(--Primary);background-color:#0000}@media only screen and (min-width:1200px){.header-section.style-four .navbar-nav li .startix-dd-menu li>a:hover,.header-section.style-four .navbar-nav li .startix-dd-menu li>a:focus{color:var(--Primary)}}.header-section.style-four .navbar-nav li.startix-dd .dropdown-toggler{color:var(--White);background-color:#0000}.header-section.style-four .navbar-nav li.startix-dd:hover>a,.header-section.style-four .navbar-nav li.startix-dd:focus>a{color:var(--Primary)}.header-section.style-four .navbar-toggler{border-color:var(--White);color:var(--White)}.header-section.style-four.mobile-menu-open{background-color:var(--Background)!important}.header-section.style-four.mobile-menu-open .navbar{height:auto;box-shadow:none}.header-section.sticky-on .navbar{box-shadow:0 30px 42px #2127251a}@media only screen and (min-width:1200px){.header-section.sticky-on .navbar{height:80px}}.header-section.sticky-on .header-top{background-color:var(--Background);height:44px}.header-section.sticky-on.style-two{background-color:var(--Secondary);border-bottom-color:#0000;box-shadow:0 30px 42px #2127251a}@media only screen and (min-width:1200px){.header-section.sticky-on.style-two .navbar{box-shadow:none}}.header-section.sticky-on.style-three{box-shadow:none}@media only screen and (min-width:1200px){.header-section.sticky-on.style-three .navbar{border-color:#0000001a;box-shadow:0 30px 42px #2127251a}}.header-section.sticky-on.style-four{background-color:var(--Background)}.header-section.sticky-on.style-four .navbar{border-color:#0000}.header-section.sticky-on.style-four.mobile-menu-open{background-color:var(--Background)!important}.header-section.sticky-on.style-four.mobile-menu-open .navbar{height:auto;box-shadow:none}.right-side-startix-offcanvas{background-color:var(--White);width:320px!important}@media only screen and (min-width:576px){.right-side-startix-offcanvas{width:400px!important}}.right-side-startix-offcanvas .offcanvas-header{background-color:var(--Background);justify-content:space-between;height:100px;padding-left:20px;padding-right:20px}@media only screen and (min-width:576px){.right-side-startix-offcanvas .offcanvas-header{padding-left:40px;padding-right:40px}}.right-side-startix-offcanvas .offcanvas-header .btn-close{width:40px;height:40px;transition:var(--Animation-Duration);border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.right-side-startix-offcanvas .offcanvas-body{scrollbar-width:thin;padding:1.5rem}@media only screen and (min-width:576px){.right-side-startix-offcanvas .offcanvas-body{padding:2rem}}@media only screen and (min-width:1200px){.startix-dd-menu{opacity:0;visibility:hidden;transition:opacity .35s,transform .35s;transform:translateY(10px)}.startix-dd-menu li{opacity:0;transition:opacity .35s,transform .35s;transform:translateY(10px)}.startix-dd:hover .startix-dd-menu{opacity:1;visibility:visible;transform:translateY(0)}.startix-dd:hover .startix-dd-menu li{opacity:1;transform:translateY(0)}.startix-dd:hover .startix-dd-menu li:first-child{transition-delay:.1s}.startix-dd:hover .startix-dd-menu li:nth-child(2){transition-delay:.2s}.startix-dd:hover .startix-dd-menu li:nth-child(3){transition-delay:.3s}.startix-dd:hover .startix-dd-menu li:nth-child(4){transition-delay:.4s}.startix-dd:hover .startix-dd-menu li:nth-child(5){transition-delay:.5s}.startix-dd:hover .startix-dd-menu li:nth-child(6){transition-delay:.6s}.startix-dd:hover .startix-dd-menu li:nth-child(7){transition-delay:.7s}.startix-dd:hover .startix-dd-menu li:nth-child(8){transition-delay:.8s}.startix-dd:hover .startix-dd-menu li:nth-child(9){transition-delay:.9s}.startix-dd:hover .startix-dd-menu li:nth-child(10){transition-delay:1s}.startix-dd:hover .startix-dd-menu li:nth-child(11){transition-delay:1.1s}.startix-dd:hover .startix-dd-menu li:nth-child(12){transition-delay:1.2s}.startix-dd:hover .startix-dd-menu li:nth-child(13){transition-delay:1.3s}.startix-dd:hover .startix-dd-menu li:nth-child(14){transition-delay:1.4s}.startix-dd:hover .startix-dd-menu li:nth-child(15){transition-delay:1.5s}.startix-dd:hover .startix-dd-menu li:nth-child(16){transition-delay:1.6s}.startix-dd:hover .startix-dd-menu li:nth-child(17){transition-delay:1.7s}.startix-dd:hover .startix-dd-menu li:nth-child(18){transition-delay:1.8s}.startix-dd:hover .startix-dd-menu li:nth-child(19){transition-delay:1.9s}.startix-dd:hover .startix-dd-menu li:nth-child(20){transition-delay:2s}}.navbar-nav-scroll{max-height:55vh}.navbar .navbar-nav li.active a,.navbar .navbar-nav li.active li.active a{color:var(--Primary)}.hero-content{margin-top:60px}@media only screen and (min-width:768px){.hero-content{margin-top:70px}}@media only screen and (min-width:992px){.hero-content{margin-top:80px}}@media only screen and (min-width:1200px){.hero-content{margin-top:100px}}.hero-content h2{font-size:clamp(42px,5vw,80px);font-weight:600;line-height:1.2}.hero-content h5{color:var(--White);line-height:1.5}.hero-content .subtitle{text-transform:uppercase;color:var(--White);background:#ffffff1a;border-radius:30px;padding:10px 18px;font-size:16px;font-weight:400;display:inline-block}@media only screen and (min-width:1200px){.hero-content .subtitle{font-size:18px}}.hero-content p{margin-bottom:2rem;font-size:1rem}@media only screen and (min-width:1200px){.hero-content p{margin-bottom:40px;font-size:1.25rem}}.imgs-group{align-items:center;display:flex}.imgs-group img{object-fit:cover;border:2px solid #fefefe;border-radius:50%;flex:0 0 50px;width:50px;height:50px}.imgs-group img:not(:first-child){margin-left:-25px}@media only screen and (min-width:1400px){.imgs-group img{flex:0 0 60px;width:60px;height:60px}.imgs-group img:not(:first-child){margin-left:-30px}}.imgs-group>div{background-color:var(--Primary);width:50px;height:50px;color:var(--White);text-transform:uppercase;text-align:center;border:2px solid #fefefe;border-radius:50%;flex:0 0 50px;justify-content:center;align-items:center;margin-left:-25px;font-size:16px;font-weight:600;display:flex}@media only screen and (min-width:1400px){.imgs-group>div{flex:0 0 60px;width:60px;height:60px;margin-left:-30px}}.imgs-group.style-two img{border:2px solid var(--Heading)}.hero-image{z-index:1;border-radius:20px 20px 0 0;margin-top:50px;position:relative}@media only screen and (min-width:1200px){.hero-image{margin-top:100px}}.hero-image>img{object-fit:cover;border-radius:20px 20px 0 0}.hero-image .bg-shape{z-index:-1;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-image .bg-shape img{width:100%}.hero-image.style-two .curve-img{border-radius:322rem 322rem 0 0}.hero-image.style-two .floating-img{z-index:100;border-radius:12px;position:absolute;bottom:50px;right:-125px;box-shadow:0 30px 42px #05262514}.hero-cool-facts{align-items:center;gap:24px;display:flex}.hero-cool-facts .line{background-color:#5656564d;flex-shrink:0;width:1.5px;height:39px}.hero-cool-facts .rating{color:var(--Warning);align-items:center;gap:2px;font-size:16px;display:flex}.hero-section{z-index:1;background-color:var(--Background);padding-top:142px;position:relative}@media only screen and (min-width:1200px){.hero-section{padding-top:160px}}.hero-section.style-two{background-color:var(--Secondary);background-position:50%;background-repeat:no-repeat;background-size:cover;padding-top:90px;overflow:hidden}@media only screen and (min-width:1200px){.hero-section.style-two{padding-top:100px}}.hero-section.style-two .hero-content{margin-top:0;padding-top:60px}@media only screen and (min-width:1200px){.hero-section.style-two .hero-content{margin-top:100px;padding-bottom:100px}}.hero-section.style-two .bottom-curve{z-index:100;width:100%;height:24px;position:absolute;bottom:0;left:0;right:0}.hero-section.style-three{background-position:50%;background-repeat:no-repeat;background-size:cover;padding-top:113px;padding-bottom:80px;overflow:hidden}@media only screen and (min-width:1200px){.hero-section.style-three{padding-top:133px;padding-bottom:116px}}.hero-section.style-three .hero-shape{z-index:10;position:absolute;top:50%;left:-1rem;transform:translateY(-50%)}.hero-section.style-three .hero-shape span{border:2px solid #fa3e5f1a;border-radius:50%;width:146px;height:146px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-section.style-three .hero-shape span:nth-child(2){width:220px;height:220px}.hero-section.style-three .hero-shape span:nth-child(3){width:293px;height:293px}.hero-section.style-three .hero-shape span:nth-child(4){width:366px;height:366px}.hero-section.style-three .hero-shape span:nth-child(5){width:439px;height:439px}.hero-section.style-three .hero-shape-two{z-index:-1;position:absolute;bottom:15%;left:40%}.hero-section.style-three .hero-shape-two img{object-fit:cover;width:100%;height:100%}.hero-section.style-four{z-index:1;height:900px;padding-top:90px;padding-bottom:60px;position:relative}@media only screen and (min-width:768px){.hero-section.style-four{height:700px}}@media only screen and (min-width:1200px){.hero-section.style-four{height:950px;padding-top:100px;padding-bottom:124px}}@media only screen and (min-width:1400px){.hero-section.style-four{height:1080px}}.hero-section.style-four:after{content:"";z-index:-1;background-color:#101010b3;width:100%;height:100%;position:absolute;top:0;left:0;right:0}.hero-section.style-four .hero-content{margin-left:5%;margin-right:5%}.hero-section.style-four .hero-content h2{color:var(--White);font-size:clamp(42px,5vw,120px)}.hero-section.style-four .hero-content p{color:var(--White);font-size:clamp(16px,2vw,20px)}.col-hero-img{order:21}@media only screen and (min-width:992px){.col-hero-img{order:0}}.about-list{flex-flow:column wrap;gap:1rem;padding-left:0;list-style:none;display:flex}@media only screen and (min-width:1200px){.about-list{gap:20px}}.about-list li{color:var(--Heading);align-items:center;gap:16px;font-size:1rem;display:flex}@media only screen and (min-width:1200px){.about-list li{font-size:18px}}.about-img{border-radius:18px;position:relative}.about-img:after{content:"";z-index:1;background:#e3e5fd;border-radius:18px;width:70%;height:80%;position:absolute;bottom:-30px;left:-30px}.about-img img{z-index:10;border-radius:18px;width:100%;position:relative}.about-two-img{z-index:1;background:var(--Secondary);text-align:right;border-radius:21px;min-height:100%;position:relative;overflow:hidden}.about-two-img .first-img{z-index:5;width:220px;position:absolute;bottom:30px;left:35px}.about-two-img .second-img{z-index:20;width:330px;position:relative;bottom:-3rem}.about-top-content h2{font-size:clamp(24px,5vw,50px);font-weight:400}.about-top-content h3{font-size:clamp(30px,5vw,50px);font-weight:600}.about-top-content p{font-size:18px}.about-top-content .about-top-img{align-items:center;display:flex}.about-top-content .about-top-img img{border:2px solid var(--White);object-fit:cover;border-radius:50%;flex:0 0 60px;width:60px;height:60px}.about-top-content .about-top-img img:nth-child(2){transform:translate(-20px)}.about-top-content .about-top-img img:nth-child(3){transform:translate(-40px)}.about-top-content .about-top-img img:nth-child(4){transform:translate(-60px)}.about-top-content .about-top-img img:nth-child(5){transform:translate(-80px)}.about-top-content .about-top-img img:nth-child(6){transform:translate(-100px)}.about-top-content .about-top-img img:nth-child(7){transform:translate(-120px)}.about-top-content .about-top-img img:nth-child(8){transform:translate(-140px)}.about-top-content .about-top-img img:nth-child(9){transform:translate(-160px)}.about-top-content .about-top-img img:nth-child(10){transform:translate(-180px)}.about-top-content .about-top-img img:nth-child(11){transform:translate(-200px)}.about-top-content .about-top-img img:nth-child(12){transform:translate(-220px)}.about-top-content .about-top-img img:nth-child(13){transform:translate(-240px)}.about-top-content .about-top-img img:nth-child(14){transform:translate(-260px)}.about-top-content .about-top-img img:nth-child(15){transform:translate(-280px)}.about-top-content .about-top-img img:nth-child(16){transform:translate(-300px)}.about-top-content .about-top-img img:nth-child(17){transform:translate(-320px)}.about-top-content .about-top-img img:nth-child(18){transform:translate(-340px)}.about-top-content .about-top-img img:nth-child(19){transform:translate(-360px)}.about-top-content .about-top-img img:nth-child(20){transform:translate(-380px)}.about-bottom-img{border-radius:18px;margin-top:3rem}.about-bottom-img img{border-radius:18px;width:100%}.about-content{text-align:center}.about-content h2{margin-bottom:0;margin-right:.75rem;font-size:clamp(28px,5vw,50px);line-height:1.5;display:inline}.about-content img{object-fit:cover;border-radius:6rem;width:150px;height:44px;margin-bottom:.5rem;margin-right:.5rem;display:inline-block}@media only screen and (min-width:768px){.about-content img{margin-bottom:1rem}}@media only screen and (min-width:992px){.about-content img{width:200px;height:60px;margin-bottom:1.5rem;margin-right:.75rem}}.about-section{z-index:1;position:relative}.about-section.style-one:after{content:"";background-color:var(--Secondary);z-index:-1;opacity:.8;width:100%;height:100%;position:absolute;top:0;left:0}.story-content{background-color:var(--Secondary);border-radius:32px;padding:30px}@media only screen and (min-width:576px){.story-content{padding:40px}}@media only screen and (min-width:768px){.story-content{padding:50px}}@media only screen and (min-width:992px){.story-content{padding:60px}}@media only screen and (min-width:1200px){.story-content{padding:70px}}@media only screen and (min-width:1400px){.story-content{padding:80px}}.story-content img{border-radius:20px}.process-card{flex-direction:column;align-items:center;gap:40px;display:flex}.process-card img{transition:var(--Animation-Duration);max-height:200px}.process-card .step-number{z-index:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.process-card .step-number span{background:var(--Primary);color:var(--White);text-transform:uppercase;border-radius:100px;padding:5px 15px;font-size:16px;display:inline}.process-card .step-number:after{content:"";border-top:2px dashed var(--Primary);z-index:-10;opacity:.4;width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.process-card .process-body{text-align:center;padding-left:1rem;padding-right:1rem}.process-card:hover img,.process-card:focus img{transform:translateY(-8px)}.get-started-btn{border-bottom:1px solid var(--Border);transition:var(--Animation-Duration);color:var(--Heading);justify-content:space-between;align-items:center;gap:10px;padding-bottom:14px;display:flex}.get-started-btn span{background-color:var(--Primary);width:40px;height:40px;color:var(--White);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.get-started-btn h6{color:var(--Heading)}.get-started-btn:hover,.get-started-btn:focus{color:var(--Primary);padding-left:1rem;padding-right:1rem}.get-started-btn:hover h6,.get-started-btn:focus h6{color:var(--Primary)}.team-card{z-index:1;transition:var(--Animation-Duration);background-color:var(--Secondary);border-radius:20px;padding:10px;position:relative}.team-card .team-img{z-index:1;border-radius:12px 12px 20px 20px;position:relative;overflow:hidden}.team-card .team-img img{width:100%;transition:var(--Animation-Duration);border-radius:12px 12px 20px 20px}.team-card .team-img .team-social{z-index:100;opacity:0;visibility:hidden;transition:var(--Animation-Duration);justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.team-card .team-img .team-social a{width:44px;height:44px;color:var(--White);background-color:var(--Background);transition:var(--Animation-Duration);border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}.team-card .team-img .team-social a:hover,.team-card .team-img .team-social a:focus{background-color:var(--Primary);color:var(--White)}.team-card h4,.team-card p,.team-card .member-title{transition:var(--Animation-Duration)}.team-card p{font-size:18px}.team-card:hover,.team-card:focus{background-color:var(--Background)}.team-card:hover .team-social,.team-card:focus .team-social{opacity:1;visibility:visible;bottom:24px}.team-card:hover h4,.team-card:hover p,.team-card:hover .member-title,.team-card:focus h4,.team-card:focus p,.team-card:focus .member-title{color:var(--White)}.team-card-two{z-index:1;transition:var(--Animation-Duration);border-radius:18px;position:relative}.team-card-two img{border-radius:18px;width:100%}.team-card-two .team-social{transition:var(--Animation-Duration);z-index:10;flex-direction:column;gap:12px;display:flex;position:absolute;top:40px;right:40px}.team-card-two .team-social a{width:44px;height:44px;color:var(--Heading);background-color:var(--Secondary);transition:var(--Animation-Duration);border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex}.team-card-two .team-social a:hover,.team-card-two .team-social a:focus{background-color:var(--Primary);color:var(--White)}.team-card-three{z-index:1;transition:var(--Animation-Duration);background-color:var(--Secondary);border:1px solid #0000;border-radius:20px;position:relative;overflow:hidden}.team-card-three .team-img{z-index:1;border-radius:20px 20px 0 0;position:relative}.team-card-three .team-img img{border-radius:20px 20px 0 0;width:100%}.team-card-three .team-body{transition:var(--Animation-Duration);padding:24px}.team-card-three .social-nav-trigger{z-index:10;width:44px;height:44px;color:var(--White);background-color:var(--Primary);transition:var(--Animation-Duration);border:0;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex;position:absolute;bottom:-22px;right:20px}.team-card-three .social-nav-trigger i.ti-minus{display:none}.team-card-three .social-nav-trigger.active i.ti-minus{display:block}.team-card-three .social-nav-trigger.active i.ti-plus{display:none}.team-card-three .social-nav-trigger:hover,.team-card-three .social-nav-trigger:focus{background-color:var(--Heading);color:var(--White)}.team-card-three .social-nav{z-index:100;flex-direction:column;gap:8px;display:flex;position:absolute;bottom:30px;right:20px}.team-card-three .social-nav a{width:44px;height:44px;color:var(--Heading);background-color:var(--White);opacity:0;transition:var(--Animation-Duration);border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex;transform:translateY(10px)}.team-card-three .social-nav a:hover,.team-card-three .social-nav a:focus{background-color:var(--Primary);color:var(--White)}.team-card-three .social-nav a.show{opacity:1;transform:translateY(0)}.team-card-three h5{transition:var(--Animation-Duration)}.team-card-three:hover,.team-card-three:focus{border-color:var(--Border);transform:translateY(-10px)}.team-card-three:hover h5,.team-card-three:focus h5{color:var(--Primary)}.team-details-content h2{font-size:clamp(24px,2.5vw,50px)}.team-details-content .social-nav{align-items:center;gap:8px;display:flex}.team-details-content .social-nav a{transition:var(--Animation-Duration);width:36px;height:36px;color:var(--White);background-color:var(--Heading);border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}@media only screen and (min-width:1200px){.team-details-content .social-nav a{width:44px;height:44px;font-size:20px}}.team-details-content .social-nav a:hover,.team-details-content .social-nav a:focus{background-color:var(--Primary);color:var(--White);transform:translateY(-5px)}.team-nav-list{gap:30px}@media only screen and (min-width:1400px){.team-nav-list{gap:40px}}.team-nav-list .nav-link{padding:0}.team-nav-list .team-nav{background:var(--White);cursor:pointer;transition:var(--Animation-Duration);border:1px solid #0f0f0f4d;border-radius:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:12px 20px;display:flex}@media only screen and (min-width:992px){.team-nav-list .team-nav{border-radius:10rem;flex-wrap:nowrap}}@media only screen and (min-width:1200px){.team-nav-list .team-nav{padding:20px 30px}}@media only screen and (min-width:1400px){.team-nav-list .team-nav{gap:80px}}.team-nav-list .team-nav h2{font-size:clamp(24px,2.5vw,36px)}.team-nav-list .team-nav p{color:var(--Heading)}@media only screen and (min-width:992px){.team-nav-list .team-nav p{font-size:18px}}.team-nav-list .team-nav .btn-team{width:60px;height:60px;color:var(--White);background-color:var(--Primary);transition:var(--Animation-Duration);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;font-size:24px!important}.team-nav-list .team-nav .btn-team:hover,.team-nav-list .team-nav .btn-team:focus{transform:scale(1.15)}.team-nav-list .nav-link.active .team-nav{background-color:var(--Primary);border-color:var(--Primary);color:var(--White)}.team-nav-list .nav-link.active .team-nav h2,.team-nav-list .nav-link.active .team-nav p{color:var(--White)}.team-nav-list .nav-link.active .team-nav .btn-team{background-color:var(--White);color:var(--Primary)}.team-details-section img{border-radius:20px;width:100%}.team-details-section p{font-size:18px}.experience-info p{font-size:16px}@media only screen and (min-width:992px){.experience-info p{font-size:18px}}.progress-item .progress{background:#ffaf014d;border-radius:1rem;width:100%;height:12px;padding:3px}.progress-item .progress-bar{background:#ffaf01;border-radius:1rem}.progress-item .progress-info{z-index:1;color:var(--Heading);justify-content:space-between;align-items:center;gap:20px;font-size:18px;font-weight:600;display:flex;position:relative}.progress-item .progress-info svg{transform:translateY(8px)}.progress-item .progress-info svg path{fill:#ffaf01}.progress-item .progress-info .percentage{z-index:100;position:absolute;right:0}.progress-item:nth-child(2) .progress-info svg path{fill:#c700b1}.progress-item:nth-child(2) .progress{background:#c700b14d}.progress-item:nth-child(2) .progress-bar{background:#c700b1}.progress-item:last-child .progress-info svg path{fill:#1352fc}.progress-item:last-child .progress{background:#1352fc4d}.progress-item:last-child .progress-bar{background:#1352fc}.testimonial-card{transition:var(--Animation-Duration);background:var(--White);text-align:center;border-radius:20px;padding:40px;position:relative}.testimonial-card .testimonial-image{border-radius:50%;flex-shrink:0;width:100px;height:100px;margin-bottom:40px;margin-left:auto;margin-right:auto}.testimonial-card .testimonial-image img{object-fit:cover;border-radius:50%;width:100%;height:100%}.testimonial-card .testimonial-text{color:var(--Text);margin-bottom:36px;font-size:16px}@media only screen and (min-width:768px){.testimonial-card .testimonial-text{font-size:18px}}@media only screen and (min-width:1200px){.testimonial-card .testimonial-text{font-size:22px}}.testimonial-side-imgs{flex-wrap:wrap;display:none}@media only screen and (min-width:992px){.testimonial-side-imgs{display:flex}}.testimonial-side-imgs img{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px;animation:2s linear infinite zoomInOut}@media only screen and (min-width:992px){.testimonial-side-imgs img{width:50px;height:50px}}@media only screen and (min-width:1400px){.testimonial-side-imgs img{width:60px;height:60px}}.testimonial-side-imgs img:first-child{margin-right:50px;animation-delay:1s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:first-child{margin-right:60px}}.testimonial-side-imgs img:nth-child(2){margin-top:90px;animation-delay:2s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(2){margin-top:120px}}.testimonial-side-imgs img:nth-child(3){margin-right:50px;animation-delay:3s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(3){margin-right:60px}}.testimonial-side-imgs img:nth-child(4){margin-top:90px;animation-delay:4s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(4){margin-top:120px}}.testimonial-side-imgs img:nth-child(5){margin-right:50px;animation-delay:5s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(5){margin-right:60px}}.testimonial-side-imgs img:nth-child(6){margin-top:90px;animation-delay:6s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(6){margin-top:120px}}.testimonial-side-imgs img:nth-child(7){margin-right:50px;animation-delay:7s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(7){margin-right:60px}}.testimonial-side-imgs img:nth-child(8){margin-top:90px;animation-delay:8s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(8){margin-top:120px}}.testimonial-side-imgs img:nth-child(9){margin-right:50px;animation-delay:9s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(9){margin-right:60px}}.testimonial-side-imgs img:nth-child(10){margin-top:90px;animation-delay:10s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(10){margin-top:120px}}.testimonial-side-imgs img:nth-child(11){margin-right:50px;animation-delay:11s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(11){margin-right:60px}}.testimonial-side-imgs img:nth-child(12){margin-top:90px;animation-delay:12s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(12){margin-top:120px}}.testimonial-side-imgs img:nth-child(13){margin-right:50px;animation-delay:13s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(13){margin-right:60px}}.testimonial-side-imgs img:nth-child(14){margin-top:90px;animation-delay:14s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(14){margin-top:120px}}.testimonial-side-imgs img:nth-child(15){margin-right:50px;animation-delay:15s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(15){margin-right:60px}}.testimonial-side-imgs img:nth-child(16){margin-top:90px;animation-delay:16s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(16){margin-top:120px}}.testimonial-side-imgs img:nth-child(17){margin-right:50px;animation-delay:17s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(17){margin-right:60px}}.testimonial-side-imgs img:nth-child(18){margin-top:90px;animation-delay:18s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(18){margin-top:120px}}.testimonial-side-imgs img:nth-child(19){margin-right:50px;animation-delay:19s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(19){margin-right:60px}}.testimonial-side-imgs img:nth-child(20){margin-top:90px;animation-delay:20s}@media only screen and (min-width:1400px){.testimonial-side-imgs img:nth-child(20){margin-top:120px}}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.testimonial-card-four{background:var(--Secondary);border-radius:20px;gap:24px;padding:30px 24px;display:flex}@media only screen and (min-width:768px){.testimonial-card-four{gap:36px;padding:40px 36px}}.testimonial-card-four .quote-icon{flex-shrink:0}.testimonial-card-four .testimonial-text{font-size:16px;line-height:1.75}@media only screen and (min-width:1200px){.testimonial-card-four .testimonial-text{font-size:18px}}.testimonial-card-four .rating{color:var(--Warning);font-size:20px}@media only screen and (min-width:1200px){.testimonial-card-four .rating{font-size:24px}}.testimonial-pagination,.other-page-pagination{justify-content:center;align-items:center;gap:8px;display:flex}.testimonial-pagination .swiper-pagination-bullet,.other-page-pagination .swiper-pagination-bullet{background-color:var(--Text);width:10px;height:10px;animation:var(--Animation-Duration);z-index:1;border-radius:1rem;flex-shrink:0;position:relative}.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.other-page-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{height:10px;animation:var(--Animation-Duration);background-color:var(--Heading);border-radius:1rem;width:40px!important}.testimonial-four-button-prev,.testimonial-four-button-next{width:48px;height:48px;transition:var(--Animation-Duration);background-color:var(--Secondary);color:var(--Heading);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex}@media only screen and (min-width:1200px){.testimonial-four-button-prev,.testimonial-four-button-next{width:56px;height:56px;font-size:28px}}.testimonial-four-button-prev:hover,.testimonial-four-button-prev:focus,.testimonial-four-button-next:hover,.testimonial-four-button-next:focus{background-color:var(--Primary);color:var(--White)}.testimonial-two-button-prev,.testimonial-two-button-next{transition:var(--Animation-Duration);background-color:var(--Heading);width:48px;height:48px;color:var(--White);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex}@media only screen and (min-width:1200px){.testimonial-two-button-prev,.testimonial-two-button-next{width:60px;height:60px}}.testimonial-two-button-prev:hover,.testimonial-two-button-prev:focus,.testimonial-two-button-next:hover,.testimonial-two-button-next:focus{background-color:var(--Primary);color:var(--White)}.testimonial-pagination-four,.project-pagination{justify-content:center;align-items:center;gap:14px;display:flex}.testimonial-pagination-four .swiper-pagination-bullet,.project-pagination .swiper-pagination-bullet{background-color:var(--Heading);width:8px;height:8px;animation:var(--Animation-Duration);z-index:1;border-radius:50%;flex-shrink:0;position:relative}.testimonial-pagination-four .swiper-pagination-bullet.swiper-pagination-bullet-active,.project-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border:2px solid var(--Heading);width:16px;height:16px;animation:var(--Animation-Duration);background-color:#0000;border-radius:50%}.testimonial-pagination-four .swiper-pagination-bullet.swiper-pagination-bullet-active:after,.project-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{animation:var(--Animation-Duration);content:"";z-index:1;background-color:var(--Heading);border-radius:50%;width:8px;height:8px;position:absolute;top:2px;left:2px}.testimonial-section{background-position:50%;background-repeat:no-repeat;background-size:cover}.testimonial-section.style-two{background-position:50%;background-repeat:no-repeat;background-size:contain}.testimonial-section.style-three{z-index:1;position:relative}.testimonial-section.style-three:after{content:"";z-index:-1;opacity:.95;background-color:#1f1f1f;width:100%;height:100%;position:absolute;top:0;left:0}.rating-card{background-color:var(--Primary);border-radius:10px;align-items:center;gap:.75rem;margin-top:40px;padding:24px 30px;display:inline-flex}.rating-card h2{color:var(--White);font-size:50px}.rating-card .rating{color:var(--Warning);align-items:center;gap:2px;margin-bottom:4px;font-size:20px;display:flex}.rating-card p{color:var(--White)}.testimonial-card-three{background:var(--White);border-radius:15px;padding:40px}.testimonial-card-three .testimonial-image{border-radius:50%;flex-shrink:0;width:60px;height:60px}.testimonial-card-three .testimonial-image img{object-fit:cover;border-radius:50%;width:100%;height:100%}.testimonial-card-three .testimonial-info{gap:16px;display:flex}.testimonial-card-three .testimonial-info .quote-icon{flex-shrink:0}.testimonial-card-three .testimonial-text{margin-bottom:0;font-size:1rem}@media only screen and (min-width:1200px){.testimonial-card-three .testimonial-text{font-size:18px}}.testimonial-card-two{text-align:center}.testimonial-card-two .testimonial-text{color:var(--Heading);margin-bottom:40px;font-size:clamp(20px,4vw,34px);font-weight:400;line-height:1.5}.testimonial-card-two .testimonial-info .rating{color:var(--Warning);justify-content:center;align-items:center;gap:4px;margin-bottom:1rem;font-size:24px;display:flex}.col-testimonial{order:-20}@media only screen and (min-width:576px){.col-testimonial{order:0}}.popup-video{z-index:1;position:relative}.popup-video .video-btn{z-index:1;transition:var(--Animation-Duration);background-color:var(--Primary);width:100px;height:100px;color:var(--White);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:relative}.video-popup-iframe{transition:var(--Animation-Duration);z-index:999999999;background-color:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.video-popup-iframe .video-content{z-index:1;width:90%;max-width:900px;padding:0;position:relative}.video-popup-iframe .video-content iframe{border-radius:8px}.video-popup-iframe .video-content .close-btn{transition:var(--Animation-Duration);z-index:1000;background-color:var(--White);width:30px;height:30px;color:var(--Heading);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute;top:-3rem;right:0}.video-popup-iframe .video-content .close-btn:hover,.video-popup-iframe .video-content .close-btn:focus{background-color:var(--Heading);color:var(--White)}@media only screen and (min-width:992px){.video-popup-iframe .video-content .close-btn{top:-1.75rem;right:-1.75rem}}@keyframes video-sonar{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.3)}}.video-sonar{z-index:-10;background-color:var(--White);border-radius:50%;width:100%;height:100%;animation:2s linear infinite video-sonar;position:absolute;top:0;left:0}.video-sonar:before{content:"";z-index:-100;background-color:#fffc;border-radius:50%;width:160%;height:160%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-sonar:after{content:"";z-index:-50;background-color:#fffc;border-radius:50%;width:130%;height:130%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-card{z-index:1;transition:var(--Animation-Duration);position:relative}.blog-card .blog-img{border-radius:20px 20px 0 0}.blog-card .blog-img img{border-radius:20px 20px 0 0;width:100%}.blog-card .blog-body{background-color:var(--Secondary);transition:var(--Animation-Duration);border-radius:0 0 20px 20px;padding:30px}.blog-card .blog-meta{align-items:center;gap:10px;display:flex}.blog-card .blog-meta .dot{background-color:var(--Text);border-radius:50%;flex-shrink:0;width:6px;height:6px}.blog-card .blog-meta .post-category,.blog-card .blog-meta .post-date{transition:var(--Animation-Duration);color:var(--Text);font-size:16px;font-weight:400}.blog-card .blog-meta .post-category:hover,.blog-card .blog-meta .post-category:focus,.blog-card .blog-meta .post-date:hover,.blog-card .blog-meta .post-date:focus{color:var(--Primary)}.blog-card .post-title{transition:var(--Animation-Duration);color:var(--Heading);-webkit-line-clamp:2;text-overflow:ellipsis;letter-spacing:-1px;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-card .post-title:hover,.blog-card .post-title:focus{color:var(--Primary)}.blog-card.style-two{border:1px solid var(--Border);border-radius:20px}.blog-card.style-two .blog-body{background-color:var(--White);transition:var(--Animation-Duration);padding:30px 40px}@media only screen and (min-width:1200px){.blog-card.style-two .blog-body p{font-size:18px}}.blog-card.style-two .post-title{font-size:clamp(24px,3vw,50px);line-height:1.2}.blog-card-two{display:flex}.blog-card-two .blog-img,.blog-card-two .blog-body{flex:0 0 50%;width:50%;max-width:50%;min-height:100%}.blog-card-two .blog-img{border-radius:18px 0 0 18px}.blog-card-two .blog-img img{object-fit:cover;border-radius:18px 0 0 18px;width:100%;height:100%}.blog-card-two .blog-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.blog-card-two .blog-meta .dot{background-color:var(--Text);border-radius:50%;flex-shrink:0;width:6px;height:6px}.blog-card-two .blog-meta .post-category,.blog-card-two .blog-meta .post-date{transition:var(--Animation-Duration);color:var(--Text);font-size:14px;font-weight:400}@media only screen and (min-width:768px){.blog-card-two .blog-meta .post-category,.blog-card-two .blog-meta .post-date{font-size:16px}}.blog-card-two .blog-meta .post-category:hover,.blog-card-two .blog-meta .post-category:focus,.blog-card-two .blog-meta .post-date:hover,.blog-card-two .blog-meta .post-date:focus{color:var(--Primary)}.blog-card-two .post-title{transition:var(--Animation-Duration);color:var(--Heading);-webkit-line-clamp:2;text-overflow:ellipsis;letter-spacing:-1px;-webkit-box-orient:vertical;margin-bottom:60px;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-card-two .post-title:hover,.blog-card-two .post-title:focus{color:var(--Primary)}.blog-card-two .blog-body{background-color:var(--Secondary);border-radius:0 18px 18px 0;padding:30px 20px}@media only screen and (min-width:768px){.blog-card-two .blog-body{padding:40px 30px}}.blog-card-three{border-bottom:1px solid var(--Border);cursor:pointer;padding-top:60px;padding-bottom:60px}.blog-card-three:first-child{padding-top:0}.blog-card-three:last-child{border-bottom:0;padding-bottom:0}.blog-card-three .blog-img{z-index:1;opacity:0;visibility:hidden;width:100%;height:0;transition:var(--Animation-Duration);border-radius:18px;position:relative}.blog-card-three .blog-img img{object-fit:cover;border-radius:18px;width:100%;height:100%}.blog-card-three .blog-img .btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-card-three .blog-body{transition:var(--Animation-Duration);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex}@media only screen and (min-width:576px){.blog-card-three .blog-body{flex-wrap:nowrap}}@media only screen and (min-width:1200px){.blog-card-three .blog-body{gap:60px}}@media only screen and (min-width:1400px){.blog-card-three .blog-body{gap:80px}}.blog-card-three .blog-body .post-author{flex:0 0 100%;align-items:center;gap:12px;width:100%;display:flex}@media only screen and (min-width:576px){.blog-card-three .blog-body .post-author{flex:0 0 30%;width:30%}}.blog-card-three .blog-body .post-author img{object-fit:cover;border-radius:50%;flex-shrink:0;width:60px;height:60px}@media only screen and (min-width:1200px){.blog-card-three .blog-body .post-location{flex-shrink:0}}.blog-card-three .blog-body .post-location a{color:var(--Text);align-items:center;gap:12px;font-size:1rem;font-weight:400;display:flex}@media only screen and (min-width:576px){.blog-card-three .blog-body .post-location a{flex-wrap:wrap}}@media only screen and (min-width:1200px){.blog-card-three .blog-body .post-location a{font-size:18px}}.blog-card-three .blog-body .post-location span{background-color:var(--Secondary);width:60px;height:60px;color:var(--Primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:28px;display:flex}.blog-card-three .blog-body .post-title{transition:var(--Animation-Duration);color:var(--Heading);-webkit-line-clamp:2;text-overflow:ellipsis;letter-spacing:-1px;-webkit-box-orient:vertical;font-size:clamp(24px,2.5vw,36px);line-height:1.4;display:block;overflow:hidden}.blog-card-three .blog-body .post-title:hover,.blog-card-three .blog-body .post-title:focus{color:var(--Primary)}.blog-card-three .blog-body .blog-meta{flex-wrap:wrap;align-items:center;gap:16px;display:flex}@media only screen and (min-width:1200px){.blog-card-three .blog-body .blog-meta{gap:24px}}.blog-card-three .blog-body .blog-meta .post-comments,.blog-card-three .blog-body .blog-meta .post-location{transition:var(--Animation-Duration);color:var(--Text);align-items:center;gap:6px;font-size:1rem;font-weight:400;display:flex}@media only screen and (min-width:1200px){.blog-card-three .blog-body .blog-meta .post-comments,.blog-card-three .blog-body .blog-meta .post-location{font-size:18px}}.blog-card-three .blog-body .blog-meta .post-comments i,.blog-card-three .blog-body .blog-meta .post-location i{font-size:24px}.blog-card-three .blog-body .blog-meta .post-comments:hover,.blog-card-three .blog-body .blog-meta .post-comments:focus,.blog-card-three .blog-body .blog-meta .post-location:hover,.blog-card-three .blog-body .blog-meta .post-location:focus{color:var(--Primary)}.blog-card-three.open .blog-img{opacity:1;visibility:visible;height:180px}@media only screen and (min-width:768px){.blog-card-three.open .blog-img{height:220px}}@media only screen and (min-width:992px){.blog-card-three.open .blog-img{height:260px}}@media only screen and (min-width:1200px){.blog-card-three.open .blog-img{height:300px}}@media only screen and (min-width:1400px){.blog-card-three.open .blog-img{height:350px}}.blog-card-three.open .blog-body{padding-top:40px}@media only screen and (min-width:1200px){.blog-card-three.open .blog-body{padding-top:60px}}.blog-card-three.open .blog-body .post-author img{border:2px solid var(--Primary)}.blog-card-wrapper{flex-direction:column;display:flex}.widget-card{background-color:var(--Secondary);border-radius:20px;width:100%;padding:32px 24px}@media only screen and (min-width:992px){.widget-card{padding:40px 36px}}.widget-card .widget-title{margin-bottom:1.5rem;font-weight:600}.widget-card form{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.widget-card form .form-control{transition:var(--Animation-Duration);background-color:var(--White);height:54px;color:var(--Text);border:1px solid #0000;border-radius:8px;padding-left:20px;padding-right:20px}.widget-card form .form-control::placeholder{color:var(--Text);opacity:.8}.widget-card form .form-control:focus{box-shadow:none;border-color:var(--Border)}.widget-card form button{transition:var(--Animation-Duration);background-color:var(--Primary);color:var(--White);z-index:10;border:0;border-radius:0 8px 8px 0;width:60px;height:100%;font-size:24px;position:absolute;right:0}.widget-card form button:hover,.widget-card form button:focus{color:var(--White);background-color:var(--Heading)}.blog-list{flex-direction:column;gap:14px;margin-bottom:0;padding:0;list-style:none;display:flex}.blog-list li a{z-index:1;width:100%;height:54px;color:var(--Text);background-color:var(--White);transition:var(--Animation-Duration);font-size:16px;font-weight:400;font-family:var(--Font-Secondary);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 20px;display:flex;position:relative}@media only screen and (min-width:992px){.blog-list li a{font-size:18px}}.blog-list li a:hover,.blog-list li a:focus{color:var(--White);background-color:var(--Primary)}.widget-blog{align-items:center;gap:20px;display:flex}.widget-blog .blog-thumbnail{border-radius:10px;flex:0 0 100px;max-width:100px}.widget-blog .blog-thumbnail img{border-radius:10px;width:100%}.widget-blog .blog-content .post-date{color:var(--Text);font-size:14px;font-weight:400;display:block}@media only screen and (min-width:1200px){.widget-blog .blog-content .post-date{font-size:16px}}.widget-blog .blog-content .post-title{text-overflow:ellipsis;-webkit-line-clamp:2;letter-spacing:-1px;-webkit-box-orient:vertical;font-size:16px;font-weight:500;display:-webkit-box;overflow:hidden}@media only screen and (min-width:1200px){.widget-blog .blog-content .post-title{font-size:18px}}.widget-blog .blog-content .post-title:hover,.widget-blog .blog-content .post-title:focus{color:var(--Primary)}.tag-list{flex-wrap:wrap;gap:12px;display:flex}.tag-list a{color:var(--Heading);border:1px solid var(--Border);transition:var(--Animation-Duration);background-color:#0000;border-radius:6rem;padding:6px 20px;font-size:16px;font-weight:400;display:block}.tag-list a:hover,.tag-list a:focus{background-color:var(--Primary);border-color:var(--Primary);color:var(--White)}.startix-pagination{justify-content:center;align-items:center;gap:12px;display:flex}.startix-pagination li a{width:36px;height:36px;color:var(--Heading);border:1px solid var(--Border);font-size:14px;font-weight:400;font-family:var(--Font-Secondary);background-color:#0000;border-radius:50%;justify-content:center;align-items:center;display:flex}@media only screen and (min-width:576px){.startix-pagination li a{width:42px;height:42px}}@media only screen and (min-width:768px){.startix-pagination li a{width:50px;height:50px;font-size:1rem}}.startix-pagination li a:hover,.startix-pagination li a:focus,.startix-pagination li.active a{background-color:var(--Primary);border-color:var(--Primary);color:var(--White)}.quote-card{background:var(--Secondary);border-radius:10px;gap:24px;padding:32px 24px;display:flex}@media only screen and (min-width:992px){.quote-card{padding:40px 36px}}.quote-card svg{flex-shrink:0;width:60px}.quote-card p{color:var(--Heading);margin-bottom:0;font-size:18px}@media only screen and (min-width:992px){.quote-card p{font-size:20px!important}}.blog-comments-list{flex-direction:column;gap:32px;padding:0;list-style:none;display:flex}@media only screen and (min-width:1200px){.blog-comments-list{gap:48px}}.blog-comments-list ul{padding-left:24px;list-style:none}@media only screen and (min-width:576px){.blog-comments-list ul{padding-left:48px}}.blog-comments-list .single-comment{flex-direction:column;gap:32px;display:flex}@media only screen and (min-width:1200px){.blog-comments-list .single-comment{gap:48px}}.blog-comments-list .single-comment ul{flex-direction:column;gap:32px;display:flex}@media only screen and (min-width:1200px){.blog-comments-list .single-comment ul{gap:48px}}.comment-content{gap:24px;display:flex}.comment-content img{object-fit:cover;border-radius:10px;flex:0 0 60px;width:60px;height:60px}@media only screen and (min-width:1200px){.comment-content img{flex:0 0 90px;width:90px;height:90px}}.comment-form .form-control{background-color:var(--Secondary)}.tag-share-wrap{border-top:1px solid var(--Border);border-bottom:1px solid var(--Border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:48px;padding:20px 0;display:flex}@media only screen and (min-width:1200px){.tag-share-wrap{padding:24px 0}}.tag-share-wrap .tag-list{align-items:center;gap:10px;display:flex}.tag-share-wrap .tag-list li{color:var(--Heading);font-size:14px;font-weight:600;font-family:var(--Font-Primary)}@media only screen and (min-width:1200px){.tag-share-wrap .tag-list li{font-size:16px}}.tag-share-wrap .tag-list li a{transition:var(--Animation-Duration);border:1px solid var(--Border);color:var(--Text);border-radius:5rem;justify-content:center;align-items:center;max-height:32px;padding:8px 20px;font-size:14px;font-weight:400;display:flex}.tag-share-wrap .tag-list li a:hover,.tag-share-wrap .tag-list li a:focus{background-color:var(--Primary);color:var(--White)}.tag-share-wrap .share-list{align-items:center;gap:10px;display:flex}.tag-share-wrap .share-list li{font-size:16px;font-weight:600}.tag-share-wrap .share-list li a{color:var(--Text);font-size:18px;padding:0 6px!important}.tag-share-wrap .share-list li a:hover,.tag-share-wrap .share-list li a:focus{color:var(--Primary)}.single-blog-content{flex-direction:column;gap:24px;display:flex}.single-blog-content h1,.single-blog-content .h1,.single-blog-content h2,.single-blog-content .h2,.single-blog-content h3,.single-blog-content .h3,.single-blog-content h4,.single-blog-content .h4,.single-blog-content h5,.single-blog-content .h5,.single-blog-content h6,.single-blog-content .h6{margin-bottom:0}.single-blog-content p{margin-bottom:0;font-size:1rem}@media only screen and (min-width:992px){.single-blog-content p{font-size:18px}}.single-blog-content img{border-radius:20px;width:100%}.single-blog-content .post-title{z-index:1;color:var(--Heading);transition:var(--Animation-Duration);pointer-events:none;letter-spacing:-1px;background-image:none;font-size:clamp(26px,5vw,54px);font-weight:500;line-height:1.2;position:relative}.single-blog-content .blog-meta{border-bottom:1px solid var(--Border);padding-bottom:20px}.single-blog-content .blog-meta a{color:var(--Text);align-items:center;gap:6px;font-size:16px;font-weight:400;display:flex}.single-blog-content .blog-meta a i{color:var(--Primary);font-size:20px}.single-blog-content .blog-meta a:hover,.single-blog-content .blog-meta a:focus{color:var(--Primary)}.footer-card{flex-direction:column;display:flex;position:relative}.footer-card p{color:var(--Text);margin-bottom:40px;font-size:16px}@media only screen and (min-width:992px){.footer-card p{font-size:18px}}.footer-card h5{font-weight:600}.footer-card .social-nav{align-items:center;gap:8px;display:flex}.footer-card .social-nav a{transition:var(--Animation-Duration);border:1px solid var(--Text);background-color:var(--Secondary);width:36px;height:36px;color:var(--Text);border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}@media only screen and (min-width:1200px){.footer-card .social-nav a{width:44px;height:44px;font-size:20px}}.footer-card .social-nav a:hover,.footer-card .social-nav a:focus{background-color:var(--Primary);border-color:var(--Primary);color:var(--White);transform:translateY(-5px)}.footer-card .social-nav.style-two a{width:36px;height:36px;color:var(--White);border:1px solid var(--White);transition:var(--Animation-Duration);background-color:#0000;border-radius:6px;justify-content:center;align-items:center;font-size:16px;display:flex}.footer-card .social-nav.style-two a:hover,.footer-card .social-nav.style-two a:focus{background-color:var(--Primary);border-color:var(--Primary);color:var(--White);transform:translateY(-5px)}.footer-card .social-nav.style-three a{transition:var(--Animation-Duration);border-color:var(--White);color:var(--White);background-color:#0000;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.footer-card .social-nav.style-three a:hover,.footer-card .social-nav.style-three a:focus{color:var(--White);background-color:var(--Primary);border-color:var(--Primary)}.footer-card .social-nav.style-three.theme-two a{color:var(--Primary);border-color:var(--Primary)}.footer-card .social-nav.style-three.theme-two a:hover,.footer-card .social-nav.style-three.theme-two a:focus{color:var(--White);background-color:var(--Primary);border-color:var(--Primary)}.footer-nav{flex-direction:column;gap:.75rem;padding-left:0;list-style:none;display:flex}.footer-nav li a{color:var(--Text);text-transform:capitalize;font-size:16px;font-family:var(--Font-Secondary);align-items:center;gap:4px;font-weight:400;display:flex}.footer-nav li a i{font-size:18px}.footer-nav li a:hover,.footer-nav li a:focus{color:var(--Primary)}.footer-nav-two{flex-direction:column;gap:.5rem;padding-left:0;list-style:none;display:flex}.footer-nav-two li a{color:var(--White);opacity:.8;font-size:16px;font-weight:400}.footer-nav-two li a:hover,.footer-nav-two li a:focus,.footer-nav-two.theme-two li a,.footer-nav-two.theme-two li a:hover,.footer-nav-two.theme-two li a:focus{color:var(--Primary)}.copyright-section{text-align:center;border-top:1px solid #1616164d;padding-top:32px;padding-bottom:48px}.copyright-section .copyright{color:var(--Text);flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;font-size:16px;display:flex}@media only screen and (min-width:1200px){.copyright-section .copyright{font-size:18px}}.copyright-section .copyright a{color:var(--Text);font-size:16px;font-weight:500}@media only screen and (min-width:1200px){.copyright-section .copyright a{font-size:18px}}.copyright-section .copyright a:hover,.copyright-section .copyright a:focus{color:var(--Primary);font-weight:500}.copyright-section .copyright.style-two,.copyright-section .copyright.style-two a{color:var(--White)}.copyright-section .copyright.style-two a:hover,.copyright-section .copyright.style-two a:focus{color:var(--Primary)}.copyright-nav{padding-left:0}.copyright-nav li a{color:var(--White);font-size:16px;font-weight:400;font-family:var(--Font-Secondary)}@media only screen and (min-width:992px){.copyright-nav li a{font-size:18px}}.copyright-nav li a:hover,.copyright-nav li a:focus,.copyright-nav.theme-two li a,.copyright-nav.theme-two li a:hover,.copyright-nav.theme-two li a:focus{color:var(--Primary)}.recent-posts-nav{flex-wrap:wrap;gap:12px;padding-left:0;list-style:none;display:flex}.recent-posts-nav li{width:calc(33.3333% - 8px);max-width:calc(33.3333% - 8px)}.recent-posts-nav li a{transition:var(--Animation-Duration);display:block;position:relative;overflow:hidden}.recent-posts-nav li a img{object-fit:cover;width:100%;height:auto}.recent-posts-nav li a span{color:var(--White);z-index:100;background-color:var(--Primary);opacity:0;visibility:hidden;width:32px;height:32px;transition:var(--Animation-Duration);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.recent-posts-nav li a:hover,.recent-posts-nav li a:focus{transform:scale(1.05)}.recent-posts-nav li a:hover span,.recent-posts-nav li a:focus span{opacity:1;visibility:visible}.footer-section{z-index:1;position:relative}.footer-section.style-two:after{content:"";z-index:-1;background-color:#282c32fa;width:100%;height:100%;position:absolute;top:0;left:0}.footer-section.style-two .border-top,.footer-section.style-two .copyright-section{border-top-color:#fff3!important}.footer-section.style-two .footer-card p{color:#faf8ff}.footer-section.style-two .footer-card h5,.footer-section.style-two .footer-card h4{color:var(--White)}.footer-section.style-two .footer-card .social-nav a{border:0}.footer-section.style-two .footer-card .social-nav a:hover,.footer-section.style-two .footer-card .social-nav a:focus{color:var(--White);background-color:var(--Primary)}.footer-section.style-two .footer-nav li a{color:#faf8ff}.footer-section.style-two .footer-nav li a:hover,.footer-section.style-two .footer-nav li a:focus{color:var(--Primary)}.footer-section.style-three{background-color:#1f1f1f}.footer-section.style-three .footer-card p{color:var(--White);opacity:.8}.footer-section.style-three .footer-card h5{color:var(--White)}.footer-section.style-three .footer-nav li a{font-family:var(--Font-Primary);color:var(--White);opacity:.8;font-size:16px;font-weight:400}.footer-section.style-three .footer-nav li a:hover,.footer-section.style-three .footer-nav li a:focus{color:var(--Primary)}.footer-section.style-three .copyright-section{border-top-color:#fff3!important}.footer-section.style-four:after{content:"";z-index:-1;background-color:#000000e6;width:100%;height:100%;position:absolute;top:0;left:0}.footer-section.style-four .border-top,.footer-section.style-four .copyright-section{border-top-color:#fff3!important}.footer-section.style-four .footer-card p{color:#f7f7fc}.footer-section.style-four .footer-card h5,.footer-section.style-four .footer-card h4{color:var(--White)}.footer-section.style-four .footer-card .social-nav a{border:0}.footer-section.style-four .footer-card .social-nav a:hover,.footer-section.style-four .footer-card .social-nav a:focus{color:var(--White);background-color:var(--Primary)}.footer-section.style-four .footer-nav li a{color:#f7f7fc}.footer-section.style-four .footer-nav li a:hover,.footer-section.style-four .footer-nav li a:focus{color:var(--Primary)}.cta-section{z-index:1;background-color:var(--Primary);position:relative;overflow:hidden}.cta-section h2{letter-spacing:-2px;font-size:clamp(36px,5vw,80px);font-weight:600}@media only screen and (min-width:768px){.cta-section p{font-size:18px}}.cta-section .cta-circles span{z-index:-1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section .cta-circles span:first-child{background:#ffffff1a;border-radius:50%;width:300px;height:300px}@media only screen and (min-width:992px){.cta-section .cta-circles span:first-child{width:600px;height:600px}}@media only screen and (min-width:1400px){.cta-section .cta-circles span:first-child{width:950px;height:950px}}.cta-section .cta-circles span:nth-child(2){background:#ffffff13;border-radius:50%;width:500px;height:500px}@media only screen and (min-width:992px){.cta-section .cta-circles span:nth-child(2){width:800px;height:800px}}@media only screen and (min-width:1400px){.cta-section .cta-circles span:nth-child(2){width:1250px;height:1250px}}.cta-section .cta-circles span:nth-child(3){background:#ffffff0d;border-radius:50%;width:700px;height:700px}@media only screen and (min-width:992px){.cta-section .cta-circles span:nth-child(3){width:1000px;height:1000px}}@media only screen and (min-width:1400px){.cta-section .cta-circles span:nth-child(3){width:1500px;height:1500px}}.cta-section .cta-content{z-index:100;position:relative}.download-app-img{z-index:1;text-align:center;position:relative}.download-app-img .download-app-img-two{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content hr{background-color:#ffffff4d;margin-top:100px}.cool-fact-card{align-items:center;gap:20px;display:flex}.cool-fact-card .cta-icon{background:#fa3e5f1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;padding:15px;display:flex}.cool-fact-card h2{color:var(--White);flex-shrink:0;font-size:clamp(28px,4vw,50px);line-height:1}.cool-fact-card p{color:var(--White)}.app-cool-facts-section{z-index:1;padding-top:320px;position:relative}@media only screen and (min-width:576px){.app-cool-facts-section{padding-top:240px}}.app-cool-facts-section:after{content:"";z-index:-1;background:#000000b3;width:100%;height:100%;position:absolute;top:0;left:0}.app-cool-facts-section .app-video{background:var(--White);z-index:100;border-radius:75px 0 0 75px;align-items:center;width:260px;height:130px;padding-left:40px;display:flex;position:absolute;top:20%;right:0;transform:translateY(-50%)}@media only screen and (min-width:576px){.app-cool-facts-section .app-video{top:50%}}@media only screen and (min-width:992px){.app-cool-facts-section .app-video{width:350px}}@media only screen and (min-width:1200px){.app-cool-facts-section .app-video{width:450px}}@media only screen and (min-width:1400px){.app-cool-facts-section .app-video{width:600px;height:150px;top:50%}}.app-cool-facts-section .app-video .play-video-btn{align-items:center;gap:32px;display:inline-flex}.app-cool-facts-section .app-video .play-video-btn .icon{border:1px solid var(--Primary);width:60px;height:60px;color:var(--Primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;display:flex;position:relative}.app-cool-facts-section .app-video .play-video-btn .icon:after{content:"";z-index:-1;border:1px solid #7444fd4d;border-radius:50%;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-cool-facts-card{background-color:var(--Primary);border-radius:20px 20px 0 0;align-items:stretch;display:inline-flex}.app-cool-facts-card>div{text-align:center;flex-shrink:0;width:148px;min-height:100%;padding:30px 16px}@media only screen and (min-width:768px){.app-cool-facts-card>div{width:200px}}@media only screen and (min-width:1400px){.app-cool-facts-card>div{width:220px;padding:40px 16px}}.app-cool-facts-card>div h2{color:var(--White);margin-bottom:1rem;font-size:clamp(28px,5vw,50px);line-height:1}.app-cool-facts-card>div h5{color:var(--White);font-size:14px}@media only screen and (min-width:768px){.app-cool-facts-card>div h5{font-size:1rem}}@media only screen and (min-width:1400px){.app-cool-facts-card>div h5{font-size:1.25rem}}.app-cool-facts-card>div:last-child{background-color:#fa3e5f;border-radius:0 20px 0 0}.cool-facts{text-align:center;background-color:var(--Primary);height:100%;padding:3rem 1rem}@media only screen and (min-width:1200px){.cool-facts{padding:4rem 1rem}}.cool-facts h2{color:var(--White);margin-bottom:1rem;font-size:clamp(36px,4vw,50px);line-height:1}.cool-facts p{color:var(--White)}@media only screen and (min-width:1200px){.cool-facts p{font-size:18px}}.cool-facts-wrap .row .col-12:first-child .cool-facts{border-radius:20px 20px 0 0}@media only screen and (min-width:576px){.cool-facts-wrap .row .col-12:first-child .cool-facts{border-radius:20px 0 0}}@media only screen and (min-width:992px){.cool-facts-wrap .row .col-12:first-child .cool-facts{border-radius:20px 0 0 20px}}.cool-facts-wrap .row .col-12:nth-child(2) .cool-facts{background-color:#2f43ec}@media only screen and (min-width:576px){.cool-facts-wrap .row .col-12:nth-child(2) .cool-facts{border-radius:0 20px 0 0}}@media only screen and (min-width:992px){.cool-facts-wrap .row .col-12:nth-child(2) .cool-facts{border-radius:0}}@media only screen and (min-width:576px){.cool-facts-wrap .row .col-12:nth-child(3) .cool-facts{background-color:#2f43ec;border-radius:0 0 0 20px}}@media only screen and (min-width:992px){.cool-facts-wrap .row .col-12:nth-child(3) .cool-facts{background-color:var(--Primary);border-radius:0}}.cool-facts-wrap .row .col-12:last-child .cool-facts{background-color:#2f43ec;border-radius:0 0 20px 20px}@media only screen and (min-width:576px){.cool-facts-wrap .row .col-12:last-child .cool-facts{background-color:var(--Primary);border-radius:0 0 20px}}@media only screen and (min-width:992px){.cool-facts-wrap .row .col-12:last-child .cool-facts{background-color:#2f43ec;border-radius:0 20px 20px 0}}.cookiealert{z-index:1000;opacity:0;visibility:hidden;max-width:280px;transition:var(--Animation-Duration);background-color:var(--Background);color:var(--White);border-radius:12px;padding:30px 22px;position:fixed;bottom:1rem;left:1rem;transform:translateY(-16px)}@media only screen and (min-width:576px){.cookiealert{max-width:360px}}@media only screen and (min-width:768px){.cookiealert{max-width:550px}}@media only screen and (min-width:992px){.cookiealert{max-width:700px;padding:40px 32px;bottom:2rem;left:2rem}}.cookiealert.show{opacity:1;visibility:visible;transform:translateY(0)}.cookiealert p{color:var(--Text);font-size:12px}@media only screen and (min-width:768px){.cookiealert p{font-size:14px}}@media only screen and (min-width:1200px){.cookiealert p{font-size:16px}}.cookiealert a{color:var(--White);font-weight:600}.cookiealert a:hover,.cookiealert a:focus{color:var(--Primary)}.form-control{transition:var(--Animation-Duration);background:var(--White);height:60px;color:var(--Text);border:1px solid #0000;border-radius:8px;padding:1rem 1.25rem;font-size:1rem}.form-control:focus{box-shadow:none;border-color:var(--Border)}.form-control::placeholder{color:var(--Text)}.form-select{transition:var(--Animation-Duration);background:var(--White);height:60px;color:var(--Text);cursor:pointer;border:1px solid #0000;border-radius:8px;padding:0 1.25rem;font-size:1rem}.form-select:focus{box-shadow:none;border-color:var(--Border)}textarea.form-control{min-height:10rem}.contact-info-card{transition:var(--Animation-Duration);background:var(--Secondary);border-radius:20px;height:100%;padding:36px 20px}@media only screen and (min-width:1200px){.contact-info-card{padding:50px 40px}}.contact-info-card hr{background:var(--Border);opacity:.3;margin-top:30px;margin-bottom:30px}.contact-sm-card p{margin-bottom:.5rem}@media only screen and (min-width:1200px){.contact-sm-card p{font-size:18px}}.contact-sm-card p:last-child{margin-bottom:0}.contact-sm-card .social-nav{align-items:center;gap:.5rem;display:flex}.contact-sm-card .social-nav a{transition:var(--Animation-Duration);border:1px solid var(--Text);background-color:var(--Secondary);width:36px;height:36px;color:var(--Text);border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}@media only screen and (min-width:1200px){.contact-sm-card .social-nav a{width:44px;height:44px;font-size:20px}}.contact-sm-card .social-nav a:hover,.contact-sm-card .social-nav a:focus{background-color:var(--Primary);border-color:var(--Primary);color:var(--White);transform:translateY(-5px)}.maps-section{transform:translateY(6px)}.maps-section iframe{filter:grayscale(.5);width:100%;height:400px}@media only screen and (min-width:768px){.maps-section iframe{height:500px}}@media only screen and (min-width:1200px){.maps-section iframe{height:700px}}.faq-accordion .accordion{flex-direction:column;gap:20px;display:flex}.faq-accordion .accordion-item{background:var(--Secondary);border:0;border-radius:10px;position:relative}.faq-accordion .accordion-item .accordion-button{background:var(--Secondary);color:var(--Heading);border-radius:10px;padding:16px 30px;font-size:18px;font-weight:600}@media only screen and (min-width:1200px){.faq-accordion .accordion-item .accordion-button{font-size:20px}}.faq-accordion .accordion-item .accordion-button:focus{box-shadow:none!important}.faq-accordion .accordion-item .accordion-button:after{background-position:50%;background-color:var(--Heading);width:32px;height:32px;color:var(--White);background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-down%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3Cpath%20d%3D%22M6%209l6%206l6%20-6%22/%3E%3C/svg%3E);border-radius:50%}.faq-accordion .accordion-item .accordion-button:not(.collapsed){box-shadow:none;color:var(--White);background-color:var(--Primary);border-radius:10px 10px 0 0}.faq-accordion .accordion-item .accordion-button:not(.collapsed):after{background-color:var(--White);background-image:url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-down%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M6%209l6%206l6%20-6%22%20/%3E%3C/svg%3E)}.faq-accordion .accordion-item .accordion-body{background-color:var(--Secondary);color:var(--Text);border-radius:0 0 10px 10px;padding:20px 30px;font-size:16px}.faq-accordion.style-two .accordion{flex-flow:wrap;gap:30px;display:flex}.faq-accordion.style-two .accordion .accordion-item{flex:0 0 100%;width:100%}@media only screen and (min-width:768px){.faq-accordion.style-two .accordion .accordion-item{flex:0 0 calc(50% - 15px);width:calc(50% - 15px)}}.faq-accordion.style-two .accordion-item{background:0 0;border-radius:8px}.faq-accordion.style-two .accordion-item .accordion-button{background-color:var(--White);border-radius:8px}.faq-accordion.style-two .accordion-item .accordion-button:not(.collapsed){color:var(--Primary);background-color:var(--White)}.faq-accordion.style-two .accordion-item .accordion-button:not(.collapsed):after{background-color:var(--Primary);color:var(--White);background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-down%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3Cpath%20d%3D%22M6%209l6%206l6%20-6%22/%3E%3C/svg%3E)}.faq-accordion.style-two .accordion-item .accordion-body{background-color:var(--White);color:var(--Text);border-radius:0 0 8px 8px;padding-top:0}.faq-accordion.style-three .faq-title{font-size:clamp(24px,2.5vw,36px)}.faq-accordion.style-three .accordion{border-radius:10px;flex-flow:wrap;gap:30px;display:flex}.faq-accordion.style-three .accordion .accordion-item{flex:0 0 100%;width:100%}.faq-accordion.style-three .accordion-item{background:var(--Primary);border-radius:10px}.faq-accordion.style-three .accordion-item .accordion-button{background-color:var(--Secondary);color:var(--Heading);border-radius:8px;font-size:clamp(18px,2vw,24px)}.faq-accordion.style-three .accordion-item .accordion-button:not(.collapsed){color:var(--White);background-color:var(--Primary)}.faq-accordion.style-three .accordion-item .accordion-button:not(.collapsed):after{color:var(--White);background-color:#fff3;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-down%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3Cpath%20d%3D%22M6%209l6%206l6%20-6%22/%3E%3C/svg%3E)}.faq-accordion.style-three .accordion-item .accordion-body{background-color:var(--Primary);color:var(--White);border-radius:0 0 8px 8px;padding-top:0}@media only screen and (min-width:1200px){.faq-accordion.style-three .accordion-item .accordion-body{font-size:18px}}.faq-accordion.theme-two .accordion-item{background:var(--White)}.faq-accordion.theme-two .accordion-item .accordion-button{background:var(--White);color:var(--Heading)}.faq-accordion.theme-two .accordion-item .accordion-button:not(.collapsed){color:var(--White);background-color:var(--Primary)}.faq-accordion.theme-two .accordion-item .accordion-button:not(.collapsed):after,.faq-accordion.theme-two .accordion-item .accordion-body{background-color:var(--White)}.faq-question-section{background-position:50%;background-repeat:no-repeat}.breadcrumb-section{z-index:1;position:relative}.breadcrumb-section:after{content:"";z-index:-10;background:linear-gradient(#059669f0 3.03%,#10b981f0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.breadcrumb-section .breadcrumb-content{text-align:center;padding-top:140px}@media only screen and (min-width:1200px){.breadcrumb-section .breadcrumb-content{padding-top:160px}}.breadcrumb-section .breadcrumb-content h2{color:var(--White);font-size:clamp(32px,5vw,80px);line-height:1.1}@media only screen and (min-width:1200px){.breadcrumb-section .breadcrumb-content h2{margin-bottom:1rem}}.breadcrumb-section .breadcrumb-content ul{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.breadcrumb-section .breadcrumb-content ul li{color:var(--Secondary);font-size:14px;font-weight:400;font-family:var(--Font-Primary);line-height:1.1}@media only screen and (min-width:1200px){.breadcrumb-section .breadcrumb-content ul li{font-size:16px}}.breadcrumb-section .breadcrumb-content ul li a{color:#f7f8ff80;z-index:1;transition:var(--Animation-Duration);font-size:14px;font-weight:400;font-family:var(--Font-Primary);padding-right:12px;line-height:1.1;position:relative}@media only screen and (min-width:1200px){.breadcrumb-section .breadcrumb-content ul li a{font-size:16px}}.breadcrumb-section .breadcrumb-content ul li a:hover,.breadcrumb-section .breadcrumb-content ul li a:focus{color:var(--Secondary)}.breadcrumb-section .breadcrumb-content ul li a:after{content:"";font-family:var(--Font-Tabler);color:var(--Secondary);font-size:16px;position:absolute;top:55%;right:-5px;transform:translateY(-50%)}.partner-content{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}@media only screen and (min-width:768px){.partner-content{flex-wrap:nowrap;gap:1.5rem}}@media only screen and (min-width:1200px){.partner-content{justify-content:space-between;gap:2rem}}@media only screen and (min-width:1400px){.partner-content{gap:40px}}.partner-content p{color:var(--Heading);flex-shrink:0;font-size:20px;font-weight:600}.partner-content a{text-align:center;display:block}.partner-content a img{object-fit:contain;width:auto;max-height:24px}@media only screen and (min-width:1400px){.partner-content a img{max-height:30px}}.partner-content a:hover,.partner-content a:focus{transform:translate(-5px)}.app-feature-section{z-index:1;position:relative}.app-feature-section .big-text{font-family:var(--Font-Primary);z-index:-1;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#282c3280;color:#0000;font-size:120px;font-weight:600;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (min-width:768px){.app-feature-section .big-text{font-size:150px}}@media only screen and (min-width:1400px){.app-feature-section .big-text{font-size:200px}}.app-feature-section .feature-cards{gap:3rem}@media only screen and (min-width:768px){.app-feature-section .feature-cards{gap:12rem}}@media only screen and (min-width:1400px){.app-feature-section .feature-cards{gap:260px}}.app-feature-card{transition:var(--Animation-Duration);z-index:1;cursor:pointer;position:relative}.app-feature-card .feature-icon{background-color:var(--Secondary);width:64px;height:64px;transition:var(--Animation-Duration);color:var(--Heading);border-radius:6px;justify-content:center;align-items:center;margin-bottom:40px;font-size:36px;display:flex}.app-feature-card .feature-icon i{line-height:.8}.app-feature-card h2{transition:var(--Animation-Duration)}@media only screen and (min-width:768px){.app-feature-card.text-md-end .feature-icon{margin-left:auto}}.app-feature-card.active h2,.app-feature-card:hover h2,.app-feature-card:focus h2{color:var(--Primary)}.app-feature-card.active .feature-icon,.app-feature-card:hover .feature-icon,.app-feature-card:focus .feature-icon{background-color:var(--Primary);color:var(--White)}.app-feature-img{z-index:1;position:relative}.app-feature-img img{transition:var(--Animation-Duration);opacity:0;width:100%;display:none}.app-feature-img img.active{opacity:1;display:block}.featured-content h2{font-size:clamp(24px,4.5vw,36px)}.featured-img{z-index:1;border-radius:12px;position:relative}.featured-img:before{content:"";filter:blur(50px);z-index:-2;pointer-events:none;opacity:.85;background:radial-gradient(520px 380px at 68% 18%,#747eff33 0%,#747eff17 42%,#747eff00 72%);border-radius:999px;position:absolute;inset:-28% -22%}.featured-img:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(520px 300px at 60% 0,#fffffff2 0%,#ffffff59 45%,#fff0 70%),linear-gradient(145deg,#e3e5fde6 0%,#e3e5fd80 42%,#e3e5fd1f 70%,#e3e5fd00 100%);border:1px solid #6366f11f;border-radius:20px;width:80%;position:absolute;inset:-26px -26px -16px;box-shadow:inset 0 1px #ffffffb3,0 22px 64px #1118271a,0 6px 16px #1118270d}.featured-img img{z-index:10;transform-origin:50%;border-radius:12px;width:100%;display:block;position:relative;transform:translate(8%,6%)rotate(-8deg);box-shadow:0 12px 34px #1118271a}.featured-list{flex-wrap:wrap;gap:1rem;padding-left:0;list-style:none;display:flex}@media only screen and (min-width:992px){.featured-list{gap:1.5rem}}@media only screen and (min-width:1400px){.featured-list{gap:30px}}.featured-list li{color:var(--Heading);flex:0 0 calc(100% - 15px);align-items:center;gap:16px;width:calc(100% - 15px);font-size:18px;font-weight:500;display:flex}.featured-list li svg{flex-shrink:0}@media only screen and (min-width:992px){.featured-list li{flex:0 0 calc(50% - 15px);width:calc(50% - 15px)}}.feature-section{background-position:0 0;background-repeat:no-repeat;background-size:cover;background-color:var(--Secondary)}@media only screen and (min-width:768px){.feature-section{background-color:#0000}}.feature-card{transition:var(--Animation-Duration);background:var(--White);border:2px solid #0000;border-radius:18px;padding:36px}.feature-card h2{transition:var(--Animation-Duration);font-size:clamp(24px,4vw,36px)}.feature-card p{transition:var(--Animation-Duration)}@media only screen and (min-width:1200px){.feature-card p{font-size:18px}}.feature-card:hover,.feature-card:focus{border-color:var(--Primary)}.service-card{z-index:1;transition:var(--Animation-Duration);background:var(--Secondary);border-radius:18px;padding:40px 30px;position:relative;overflow:hidden}.service-card .shape{transition:var(--Animation-Duration);z-index:-1;opacity:.1;position:absolute;bottom:-3px;right:-3px}.service-card .service-icon{transition:var(--Animation-Duration);background:var(--White);width:70px;height:70px;color:var(--Heading);border-radius:6px;justify-content:center;align-items:center;margin-bottom:60px;font-size:40px;display:flex}.service-card .service-icon i{line-height:.7}.service-card h4{transition:var(--Animation-Duration)}.service-card:hover .service-icon,.service-card:focus .service-icon{background:var(--Primary);color:var(--White)}.service-card:hover h4,.service-card:focus h4{color:var(--Primary)}.service-card:hover .shape,.service-card:focus .shape{opacity:1}.service-card.style-two{background:var(--White);min-height:100%}.service-card.style-two .service-icon{background:var(--Secondary)}.service-card.style-two .btn-service{text-align:center}.service-card.style-two .btn-service span{transition:var(--Animation-Duration);background-color:var(--Primary);width:74px;height:74px;color:var(--White);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}.service-card.style-two .btn-service h4{transition:var(--Animation-Duration);font-size:clamp(16px,5vw,24px)}.service-card.style-two .btn-service:hover span,.service-card.style-two .btn-service:focus span{background-color:var(--Heading);color:var(--White)}.service-card.style-two .btn-service:hover h4,.service-card.style-two .btn-service:focus h4{color:var(--Primary)}.service-card.style-two:hover .service-icon,.service-card.style-two:focus .service-icon{background:var(--Primary);color:var(--White)}.service-card.style-two:hover h4,.service-card.style-two:focus h4{color:var(--Primary)}.service-swiper{width:150%}.service-pagination{align-items:center;gap:8px;margin-top:40px;display:flex}.service-pagination .swiper-pagination-bullet{background:var(--Heading);border-radius:50%;width:14px;height:14px}.service-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--Primary)}.service-card-two{z-index:1;background-color:#0000;border-radius:18px;padding:28px 24px;transition:all .35s;position:relative}.service-card-two .shape>img{z-index:-10;width:100%;height:100%;position:absolute;top:0;left:0}.service-card-two .service-thumb{z-index:1;width:100%;transition:var(--Animation-Duration);border-radius:18px;margin-bottom:24px;position:relative}.service-card-two .service-thumb .btn{z-index:100;background-color:var(--Secondary);width:128px;height:22px;color:var(--Text);border-radius:0 0 12px 12px;justify-content:center;padding:0 0 9px;font-size:14px;font-weight:600;transition:all .35s;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.service-card-two .service-thumb .btn i{font-size:18px}.service-card-two .service-thumb .btn:hover,.service-card-two .service-thumb .btn:focus{color:var(--Primary)}.service-card-two .service-thumb img{border-radius:18px;width:100%}.service-card-two .service-content{padding-right:3rem}.service-card-two .service-number{width:60px;height:60px;color:var(--Heading);justify-content:center;align-items:center;font-size:18px;font-weight:600;transition:all .35s;display:flex;position:absolute;bottom:0;right:0}.service-card-two .service-title{margin-bottom:8px;font-weight:600;transition:all .35s}.service-card-two:hover .service-thumb,.service-card-two:focus .service-thumb{transform:translateY(-4px)scale(1.02)}.service-card-two:hover .service-title,.service-card-two:hover .service-number,.service-card-two:hover .btn,.service-card-two:focus .service-title,.service-card-two:focus .service-number,.service-card-two:focus .btn{color:var(--Primary)}.service-card-two.style-two{padding:0}.service-card-two.style-two .service-thumb .btn{border-radius:1rem 1rem 0 0;width:160px;height:45px;top:auto;bottom:0}.service-card-three{transition:var(--Animation-Duration);border-top:1px solid #ffffff26;flex-wrap:wrap;gap:30px;padding-top:3rem;padding-bottom:3rem;display:flex}@media only screen and (min-width:768px){.service-card-three{flex-wrap:nowrap}}@media only screen and (min-width:992px){.service-card-three{gap:60px}}@media only screen and (min-width:1400px){.service-card-three{gap:120px}}@media only screen and (min-width:768px){.service-card-three h3{flex:0 0 30%}}@media only screen and (min-width:1400px){.service-card-three h3{flex:0 0 25%}}.service-card-three .service-info{z-index:1;position:relative}.service-card-three .service-info p{color:var(--White);margin-bottom:0;font-size:18px}.service-card-three .service-info .btn-link{border-bottom:1px solid var(--White);transition:var(--Animation-Duration);color:var(--White);z-index:10;opacity:0;visibility:hidden;position:absolute;bottom:0;left:0}.service-card-three .icon,.service-card-three h3{flex-shrink:0}.service-card-three:hover,.service-card-three:focus{padding-bottom:5rem!important}.service-card-three:hover .service-info .btn-link,.service-card-three:focus .service-info .btn-link{opacity:1;visibility:visible;bottom:-2rem!important}.service-list{flex-direction:column;gap:14px;margin:0;padding:0;display:flex}.service-list li{list-style:none}.service-list li a{background-color:var(--Secondary);color:var(--Heading);transition:var(--Animation-Duration);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;font-size:16px;font-weight:400;display:flex}@media only screen and (min-width:992px){.service-list li a{font-size:18px}}.service-list li a:hover,.service-list li a:focus{background-color:var(--Primary);color:var(--White);padding-left:24px;padding-right:24px}.info-card-wrap{flex-direction:column;gap:32px;display:flex}.info-card{transition:var(--Animation-Duration);align-items:center;gap:16px;display:flex}.info-card .icon{border:1.5px solid var(--Text);width:48px;height:48px;transition:var(--Animation-Duration);color:var(--Heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-card .icon svg{transition:var(--Animation-Duration)}@media only screen and (min-width:992px){.info-card .icon{width:60px;height:60px}}.info-card h5{transition:var(--Animation-Duration)}.info-card:hover .icon,.info-card:focus .icon{border-color:var(--Primary)}.info-card:hover .icon svg,.info-card:focus .icon svg{transform:scale(1.2)}.info-card:hover h5,.info-card:focus h5{color:var(--Primary)}.service-details-content{flex-direction:column;gap:24px;display:flex}.service-details-content h1,.service-details-content .h1,.service-details-content h2,.service-details-content .h2,.service-details-content h3,.service-details-content .h3,.service-details-content h4,.service-details-content .h4,.service-details-content h5,.service-details-content .h5,.service-details-content h6,.service-details-content .h6{margin-bottom:0}.service-details-content p{margin-bottom:0;font-size:16px}@media only screen and (min-width:992px){.service-details-content p{font-size:18px}}.service-details-content img{border-radius:20px;width:100%}.service-details-content ul{flex-direction:column;gap:12px;display:flex}.service-details-content ul li{align-items:center;gap:12px;font-size:16px;display:flex}@media only screen and (min-width:992px){.service-details-content ul li{font-size:18px}.service-section.style-two .row .col-12:nth-child(odd) .service-card-two{margin-top:60px}}@media only screen and (min-width:1200px){.service-section.style-three .row .col-12:nth-child(odd) .service-card{margin-top:40px}}.service-section.style-four{background-color:var(--Primary)}.service-section.style-four .container .service-card-three:last-child{padding-bottom:0}.what-we-do-section{z-index:1;position:relative}.what-we-do-img{width:100%;margin-bottom:70px}.what-we-do-img img{width:100%}@media only screen and (min-width:992px){.what-we-do-img{width:calc(50% - 40px);position:absolute;top:50%;left:-1rem;transform:translateY(-50%)}}@media only screen and (min-width:1200px){.what-we-do-img{width:calc(50% - 50px)}}@media only screen and (min-width:1400px){.what-we-do-img{width:calc(50% - 80px)}}.swiper.project-swiper{width:115%;left:-7.5%}.swiper.testimonial-swiper-two{width:100%}@media only screen and (min-width:576px){.swiper.testimonial-swiper-two{width:150%}}.project-card{transition:var(--Animation-Duration)}.project-card img{transition:var(--Animation-Duration);border-radius:20px;width:100%;margin-bottom:2rem}.project-card .project-info{transition:var(--Animation-Duration)}.project-card .project-info p{font-size:1rem}@media only screen and (min-width:1200px){.project-card .project-info p{font-size:18px}}.project-card .project-info h2{font-size:clamp(1.5rem,5vw,2rem)}.project-card-two{z-index:1;transition:var(--Animation-Duration);background-color:var(--White);border-radius:20px;position:relative;overflow:hidden}.project-card-two:before{content:"";opacity:0;width:100%;height:100%;transition:var(--Animation-Duration);background:#101010b3;border-radius:20px;position:absolute;top:0;left:0}.project-card-two img{transition:var(--Animation-Duration);border-radius:20px;width:100%}.project-card-two .project-info{width:calc(100% - 72px);transition:var(--Animation-Duration);visibility:hidden;opacity:0;position:absolute;bottom:40px;left:36px}.project-card-two .project-info p{color:var(--White);font-size:18px}.project-card-two .project-info h2{transition:var(--Animation-Duration);color:var(--White);font-size:clamp(1.5rem,3vw,2.5rem)}.project-card-two .project-info h2:hover,.project-card-two .project-info h2:focus{text-decoration:underline}.project-card-two:hover:before,.project-card-two:focus:before{opacity:1}.project-card-two:hover .project-info,.project-card-two:focus .project-info{visibility:visible;opacity:1}.project-card-three{z-index:1;transition:var(--Animation-Duration);border-radius:18px;position:relative;overflow:hidden}.project-card-three:before{content:"";background:linear-gradient(180deg,#0f0f0f00 0%,var(--Primary)100%);opacity:0;width:100%;height:100%;transition:var(--Animation-Duration);z-index:1;border-radius:18px;position:absolute;top:0;left:0}.project-card-three a{display:block}.project-card-three img{transition:var(--Animation-Duration);border-radius:18px;width:100%}.project-card-three .project-info{transition:var(--Animation-Duration);visibility:hidden;opacity:0;z-index:20;width:calc(100% - 60px);position:absolute;bottom:30px;left:30px}.project-card-three .project-info p{color:var(--White);font-size:18px}.project-card-three .project-info h4{color:var(--White);transition:var(--Animation-Duration)}.project-card-three .project-info h4:hover,.project-card-three .project-info h4:focus{color:var(--Warning)}.project-card-three:hover:before,.project-card-three:focus:before{opacity:1}.project-card-three:hover .project-info,.project-card-three:focus .project-info{visibility:visible;opacity:1}.project-card-three:hover img,.project-card-three:focus img{transform:scale3d(1.1,1.1,1.1)}@media only screen and (min-width:1200px){.project-masonary .g-5,.project-masonary .gy-5{--bs-gutter-y:5rem}.project-masonary .g-5,.project-masonary .gx-5{--bs-gutter-x:5rem}}.btn-project{width:160px;height:160px;transition:var(--Animation-Duration);background-color:var(--Primary);color:var(--White);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.btn-project:hover,.btn-project:focus{color:var(--White);background-color:var(--Heading)}.project-section.theme-two{background-color:var(--Background)}.project-details-content{flex-direction:column;gap:24px;display:flex}.project-details-content h1,.project-details-content .h1,.project-details-content h2,.project-details-content .h2,.project-details-content h3,.project-details-content .h3,.project-details-content h4,.project-details-content .h4,.project-details-content h5,.project-details-content .h5,.project-details-content h6,.project-details-content .h6{margin-bottom:0}.project-details-content h2{font-size:clamp(24px,3vw,36px)}.project-details-content p{margin-bottom:0;font-size:16px}@media only screen and (min-width:992px){.project-details-content p{font-size:18px}}.project-details-content img{border-radius:20px;width:100%}.project-details-content ul{flex-direction:column;gap:12px;display:flex}.project-details-content ul li{align-items:center;gap:12px;font-size:16px;display:flex}@media only screen and (min-width:992px){.project-details-content ul li{font-size:18px}}.project-details-img{border-radius:20px;width:100%}.project-widget{background-color:var(--Secondary);border-radius:20px;padding:32px 24px}@media only screen and (min-width:992px){.project-widget{padding:40px 36px}}.project-widget .widget-title{color:var(--Heading)}.project-widget .project-meta-list{flex-direction:column;gap:1rem;display:flex}.project-widget .project-meta-list li{align-items:center;gap:1rem;display:flex}.project-widget .project-meta-list li h6{flex:0 0 84px;width:84px}.project-widget .project-meta-list li a{color:var(--Primary)}.project-widget .project-meta-list li a:hover,.project-widget .project-meta-list li a:focus{text-decoration:underline}.project-widget .social-nav{align-items:center;gap:8px;display:flex}.project-widget .social-nav a{transition:var(--Animation-Duration);width:36px;height:36px;color:var(--White);background-color:var(--Heading);border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}@media only screen and (min-width:1200px){.project-widget .social-nav a{width:44px;height:44px;font-size:20px}}.project-widget .social-nav a:hover,.project-widget .social-nav a:focus{background-color:var(--Primary);color:var(--White);transform:translateY(-5px)}.project-nav{border-top:1px solid #49515b33;justify-content:space-between;align-items:center;gap:24px;margin-top:100px;padding-top:2rem;display:flex}.project-nav a{transition:var(--Animation-Duration);flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.project-nav a .icon{border:1px solid var(--Heading);width:48px;height:48px;transition:var(--Animation-Duration);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}@media only screen and (min-width:1200px){.project-nav a .icon{width:60px;height:60px;font-size:24px}}.project-nav a:last-child{text-align:right}.project-nav a h5{transition:var(--Animation-Duration);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.project-nav a:last-child{text-align:right;justify-content:flex-end}.project-nav a:hover .icon,.project-nav a:focus .icon{background-color:var(--Primary);border-color:var(--Primary);color:var(--White)}.project-nav a:hover h5,.project-nav a:focus h5{color:var(--Primary)}.app-screenshots .swiper-slide:nth-child(2n){padding-top:50px}.screenshots-pagination{justify-content:center;align-items:center;gap:14px;width:100%;height:20px;display:flex}.screenshots-pagination .swiper-pagination-bullet{background-color:var(--Heading);width:8px;height:8px;animation:var(--Animation-Duration);z-index:1;border-radius:50%;flex-shrink:0;position:relative}.screenshots-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border:2px solid var(--Heading);width:20px;height:20px;animation:var(--Animation-Duration);background-color:#0000;border-radius:50%}.screenshots-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{animation:var(--Animation-Duration);content:"";z-index:1;background-color:var(--Heading);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-gallery-section{z-index:1;position:relative}.video-gallery-card{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:500px;position:relative}@media only screen and (min-width:992px){.video-gallery-card{height:550px}}@media only screen and (min-width:1200px){.video-gallery-card{height:650px}}@media only screen and (min-width:1400px){.video-gallery-card{height:770px}}.video-gallery-card:after{content:"";z-index:-1;background-color:#101010b3;width:100%;height:100%;position:absolute;top:0;left:0}.video-gallery-card .play-video-btn{cursor:pointer;background-color:var(--White);width:70px;height:70px;color:var(--Heading);border-radius:50%;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;font-size:24px;display:flex;position:relative}@media only screen and (min-width:1400px){.video-gallery-card .play-video-btn{width:120px;height:120px}}.video-gallery-pagination-wrapper{z-index:999;align-items:center;width:80px;height:100%;display:flex;position:absolute;top:0;left:14%}@media only screen and (min-width:576px){.video-gallery-pagination-wrapper{width:100px}}@media only screen and (min-width:768px){.video-gallery-pagination-wrapper{width:150px}}@media only screen and (min-width:1200px){.video-gallery-pagination-wrapper{width:200px}}@media only screen and (min-width:1400px){.video-gallery-pagination-wrapper{width:300px}}.video-gallery-pagination{flex-direction:column;gap:24px;width:100%;display:flex}.video-gallery-pagination .swiper-pagination-bullet{opacity:1;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;width:100%;height:60px;transition:all .25s}@media only screen and (min-width:576px){.video-gallery-pagination .swiper-pagination-bullet{height:80px}}@media only screen and (min-width:768px){.video-gallery-pagination .swiper-pagination-bullet{height:100px}}@media only screen and (min-width:1200px){.video-gallery-pagination .swiper-pagination-bullet{height:120px}}@media only screen and (min-width:1400px){.video-gallery-pagination .swiper-pagination-bullet{border-radius:18px;height:160px}}.video-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border:2px solid var(--White)}.startix-filter-nav{background-color:var(--Secondary);border-radius:1rem;flex-wrap:wrap;justify-content:center;align-items:center;padding:8px;display:inline-flex}@media only screen and (min-width:768px){.startix-filter-nav{border-radius:12rem}}.startix-filter-nav button{transition:var(--Animation-Duration);height:42px;color:var(--Heading);background-color:#0000;border:0;border-radius:12rem;padding-left:20px;padding-right:20px;font-size:16px;font-weight:600}@media only screen and (min-width:768px){.startix-filter-nav button{height:48px;padding-left:30px;padding-right:30px}}.startix-filter-nav button.active{color:var(--White);background-color:var(--Primary)}.newsletter-form{z-index:1;position:relative}.newsletter-form .form-control{background-color:var(--White);border:0;border-radius:40px;width:100%;height:60px;padding:0 30px}.newsletter-form .btn{height:48px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.pricing-card{transition:var(--Animation-Duration);background-color:var(--White);border-radius:20px;height:100%;padding:36px 24px;overflow:hidden}@media only screen and (min-width:1400px){.pricing-card{padding:40px 36px}}.pricing-card .pricing-header{z-index:1;position:relative}.pricing-card .pricing-header h2{text-align:center;background-color:var(--Secondary);transition:var(--Animation-Duration);border-radius:10px;padding:24px;font-size:clamp(24px,3vw,36px)}.pricing-card .pricing-header h2 span{font-size:16px;font-weight:400;font-family:var(--Font-Secondary)}@media only screen and (min-width:992px){.pricing-card .pricing-header h2 span{font-size:18px}}.pricing-card .pricing-header .yearly-price{display:none}.pricing-card .pricing-content{flex-direction:column;gap:20px;margin-top:30px;margin-bottom:30px;padding-left:1rem;padding-right:1rem;display:flex}@media only screen and (min-width:1200px){.pricing-card .pricing-content{padding-left:1.5rem;padding-right:1.5rem}}@media only screen and (min-width:1400px){.pricing-card .pricing-content{padding-left:3rem;padding-right:3rem}}.pricing-card .pricing-content li{color:var(--Heading);align-items:center;gap:12px;font-size:16px;display:flex}@media only screen and (min-width:1200px){.pricing-card .pricing-content li{font-size:18px}}.pricing-card .pricing-content li span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_1_955)'%3E%3Cpath d='M11.9426 22.9398C18.0162 22.9398 22.9398 18.0162 22.9398 11.9426C22.9398 5.86895 18.0162 0.945312 11.9426 0.945312C5.86895 0.945312 0.945312 5.86895 0.945312 11.9426C0.945312 18.0162 5.86895 22.9398 11.9426 22.9398Z' fill='%233147FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55453 11.1681C7.14953 10.8976 6.60852 10.9591 6.27352 11.3131C5.93902 11.6666 5.90752 12.2106 6.20002 12.6001L9.20002 16.6001C9.38102 16.8411 9.66102 16.9881 9.96252 16.9996C10.2635 17.0106 10.554 16.8856 10.7525 16.6586L17.7525 8.65859C18.098 8.26409 18.0795 7.66959 17.7105 7.29659C17.3415 6.92359 16.7475 6.89959 16.349 7.24059L9.92452 12.7476L7.55453 11.1681Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9423 0.445312C5.59662 0.445312 0.445312 5.59662 0.445312 11.9423C0.445312 18.288 5.59662 23.4393 11.9423 23.4393C18.288 23.4393 23.4393 18.288 23.4393 11.9423C23.4393 5.59662 18.288 0.445312 11.9423 0.445312ZM11.9423 1.44477C17.7361 1.44477 22.4398 6.14853 22.4398 11.9423C22.4398 17.7361 17.7361 22.4398 11.9423 22.4398C6.14853 22.4398 1.44477 17.7361 1.44477 11.9423C1.44477 6.14853 6.14853 1.44477 11.9423 1.44477Z' fill='%233147FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.83207 10.7521C7.22407 10.3466 6.41258 10.4386 5.91058 10.9691C5.40808 11.5001 5.36158 12.3156 5.80008 12.9001L8.80008 16.9001C9.07158 17.2621 9.49157 17.4821 9.94357 17.4991C10.3956 17.5161 10.8311 17.3281 11.1291 16.9881L18.1291 8.98809C18.6471 8.39559 18.6196 7.50409 18.0661 6.94509C17.5126 6.38559 16.6211 6.34908 16.0241 6.86108L9.88658 12.1216L7.83207 10.7521ZM7.27757 11.5841L9.64708 13.1641C9.83358 13.2881 10.0796 13.2731 10.2501 13.1276L16.6746 7.62058C16.8736 7.44958 17.1711 7.46208 17.3556 7.64858C17.5401 7.83458 17.5491 8.13208 17.3766 8.32958L10.3766 16.3296C10.2771 16.4426 10.1321 16.5056 9.98108 16.4996C9.83058 16.4941 9.69058 16.4206 9.60008 16.3001L6.60008 12.3001C6.45408 12.1051 6.46957 11.8336 6.63707 11.6566C6.80407 11.4796 7.07457 11.4491 7.27757 11.5841Z' fill='%233147FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_955'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:24px;height:24px}.pricing-card .pricing-content li span.no{opacity:.5}.pricing-card:hover,.pricing-card:focus{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.pricing-card:hover .pricing-header h2,.pricing-card:focus .pricing-header h2{background-color:var(--Primary);color:var(--White)}.pricing-card.style-two{background-color:var(--Secondary);border-radius:18px}.pricing-card.style-two .pricing-header{transition:var(--Animation-Duration);background-color:var(--White);border-radius:12px 12px 18px 18px;padding:24px}.pricing-card.style-two .pricing-header h4,.pricing-card.style-two .pricing-header p,.pricing-card.style-two .pricing-header span{transition:var(--Animation-Duration)}.pricing-card.style-two .pricing-header hr{background:#1f1f1f1a;margin-top:24px;margin-bottom:24px}.pricing-card.style-two .pricing-header h2{transition:var(--Animation-Duration);text-align:left;background-color:#0000;border-radius:0;padding:0;font-size:clamp(24px,4vw,50px)}.pricing-card.style-two .pricing-header h2 span{font-size:16px}.pricing-card.style-two .pricing-content{padding-left:1rem;padding-right:0}.pricing-card.style-two .pricing-content li span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cg clip-path='url(%23clip0_1_2298)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.81362 13.0307C8.34112 12.7152 7.70994 12.7869 7.31911 13.1999C6.92886 13.6123 6.89211 14.247 7.23336 14.7014L10.7334 19.3681C10.9445 19.6493 11.2712 19.8207 11.6229 19.8342C11.9741 19.847 12.313 19.7012 12.5446 19.4363L20.7113 10.103C21.1144 9.64274 21.0928 8.94916 20.6623 8.51399C20.2318 8.07882 19.5388 8.05082 19.0739 8.44866L11.5786 14.8735L8.81362 13.0307Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9327 0.519531C6.52939 0.519531 0.519531 6.52939 0.519531 13.9327C0.519531 21.336 6.52939 27.3458 13.9327 27.3458C21.336 27.3458 27.3458 21.336 27.3458 13.9327C27.3458 6.52939 21.336 0.519531 13.9327 0.519531ZM13.9327 1.68557C20.6921 1.68557 26.1798 7.17329 26.1798 13.9327C26.1798 20.6921 20.6921 26.1798 13.9327 26.1798C7.17329 26.1798 1.68557 20.6921 1.68557 13.9327C1.68557 7.17329 7.17329 1.68557 13.9327 1.68557Z' fill='%23FA3E5F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.13872 12.5428C8.42939 12.0697 7.48265 12.177 6.89698 12.796C6.31073 13.4155 6.25648 14.3669 6.76806 15.0488L10.2681 19.7155C10.5848 20.1378 11.0748 20.3945 11.6021 20.4143C12.1295 20.4341 12.6376 20.2148 12.9852 19.8181L21.1519 10.4848C21.7562 9.79355 21.7241 8.75347 21.0784 8.1013C20.4326 7.44855 19.3926 7.40595 18.6961 8.00329L11.5356 14.1406L9.13872 12.5428ZM8.4918 13.5135L11.2562 15.3568C11.4738 15.5015 11.7608 15.484 11.9597 15.3142L19.455 8.88938C19.6871 8.68988 20.0342 8.70446 20.2495 8.92204C20.4647 9.13904 20.4752 9.48613 20.274 9.71654L12.1073 19.0499C11.9912 19.1817 11.8221 19.2552 11.6459 19.2482C11.4703 19.2418 11.307 19.156 11.2014 19.0155L7.7014 14.3488C7.53106 14.1213 7.54913 13.8045 7.74455 13.598C7.93938 13.3915 8.25497 13.356 8.4918 13.5135Z' fill='%23FA3E5F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2298'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.pricing-card.style-two.active,.pricing-card.style-two:hover,.pricing-card.style-two:focus{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.pricing-card.style-two.active .pricing-header,.pricing-card.style-two:hover .pricing-header,.pricing-card.style-two:focus .pricing-header{background-color:var(--Primary)}.pricing-card.style-two.active .pricing-header hr,.pricing-card.style-two:hover .pricing-header hr,.pricing-card.style-two:focus .pricing-header hr{border-color:var(--White)}.pricing-card.style-two.active .pricing-header h4,.pricing-card.style-two.active .pricing-header p,.pricing-card.style-two:hover .pricing-header h4,.pricing-card.style-two:hover .pricing-header p,.pricing-card.style-two:focus .pricing-header h4,.pricing-card.style-two:focus .pricing-header p{color:var(--White)}.pricing-card.style-two.active .pricing-header h2,.pricing-card.style-two:hover .pricing-header h2,.pricing-card.style-two:focus .pricing-header h2{color:var(--White);background-color:#0000}.pricing-card.style-two.active .pricing-header h2 span,.pricing-card.style-two:hover .pricing-header h2 span,.pricing-card.style-two:focus .pricing-header h2 span{color:var(--Secondary)}.pricing-card.style-three{background-color:var(--Secondary)}.pricing-card.style-three .pricing-header h2{text-align:left;color:var(--Heading);background-color:#0000;border-radius:0;padding:0;font-size:clamp(24px,5vw,50px)}.pricing-card.style-three .pricing-header h2 span{font-size:16px}.pricing-card.style-three .pricing-content{margin:0;padding:0!important}.pricing-card.style-three .pricing-footer{margin:40px 0}.price-plan-switch .form-switch{padding-left:0}.price-plan-switch .form-switch .form-check-input{background-color:var(--Primary);border:0;border-radius:5rem;flex-shrink:0;width:70px;height:32px;margin-left:0}.price-plan-switch .form-check{justify-content:center;align-items:center;gap:12px;margin-bottom:0;display:flex}.price-plan-switch .form-check .form-check-label{cursor:pointer;font-size:16px;font-weight:600;font-family:var(--Font-Primary)}.price-plan-switch .form-check .form-check-input{float:none;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");margin-left:0}.pricing-section{background-position:bottom;background-repeat:no-repeat;background-size:cover}html[theme=four] .text-primary{background:linear-gradient(90deg,var(--Primary)3.44%,var(--Secondary)97.23%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}html[theme=four] .btn-primary{background:linear-gradient(90deg,var(--Primary)3.44%,#9e02c0 97.23%)}html[theme=four] .section-heading .subtitle>span{background:linear-gradient(90deg,var(--Primary)3.44%,#9e02c0 97.23%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}html[theme=four] .pricing-card .pricing-content li span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cdefs%3E%3ClinearGradient id='paint0' x1='11.9426' y1='0.945312' x2='11.9426' y2='22.9398' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23601FEB'/%3E%3Cstop offset='1' stop-color='%239E02C0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1' x1='11.9423' y1='0.445312' x2='11.9423' y2='23.4393' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23601FEB'/%3E%3Cstop offset='1' stop-color='%239E02C0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2' x1='12' y1='6.5' x2='12' y2='17.5001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23601FEB'/%3E%3Cstop offset='1' stop-color='%239E02C0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.9426 22.9398C18.0162 22.9398 22.9398 18.0162 22.9398 11.9426C22.9398 5.86895 18.0162 0.945312 11.9426 0.945312C5.86895 0.945312 0.945312 5.86895 0.945312 11.9426C0.945312 18.0162 5.86895 22.9398 11.9426 22.9398Z' fill='url(%23paint0)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55453 11.1681C7.14953 10.8976 6.60852 10.9591 6.27352 11.3131C5.93902 11.6666 5.90752 12.2106 6.20002 12.6001L9.20002 16.6001C9.38102 16.8411 9.66102 16.9881 9.96252 16.9996C10.2635 17.0106 10.554 16.8856 10.7525 16.6586L17.7525 8.65859C18.098 8.26409 18.0795 7.66959 17.7105 7.29659C17.3415 6.92359 16.7475 6.89959 16.349 7.24059L9.92452 12.7476L7.55453 11.1681Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9423 0.445312C5.59662 0.445312 0.445312 5.59662 0.445312 11.9423C0.445312 18.288 5.59662 23.4393 11.9423 23.4393C18.288 23.4393 23.4393 18.288 23.4393 11.9423C23.4393 5.59662 18.288 0.445312 11.9423 0.445312ZM11.9423 1.44477C17.7361 1.44477 22.4398 6.14853 22.4398 11.9423C22.4398 17.7361 17.7361 22.4398 11.9423 22.4398C6.14853 22.4398 1.44477 17.7361 1.44477 11.9423C1.44477 6.14853 6.14853 1.44477 11.9423 1.44477Z' fill='url(%23paint1)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.83207 10.7521C7.22407 10.3466 6.41258 10.4386 5.91058 10.9691C5.40808 11.5001 5.36158 12.3156 5.80008 12.9001L8.80008 16.9001C9.07158 17.2621 9.49157 17.4821 9.94357 17.4991C10.3956 17.5161 10.8311 17.3281 11.1291 16.9881L18.1291 8.98809C18.6471 8.39559 18.6196 7.50409 18.0661 6.94509C17.5126 6.38559 16.6211 6.34908 16.0241 6.86108L9.88658 12.1216L7.83207 10.7521ZM7.27757 11.5841L9.64708 13.1641C9.83358 13.2881 10.0796 13.2731 10.2501 13.1276L16.6746 7.62058C16.8736 7.44958 17.1711 7.46208 17.3556 7.64858C17.5401 7.83458 17.5491 8.13208 17.3766 8.32958L10.3766 16.3296C10.2771 16.4426 10.1321 16.5056 9.98108 16.4996C9.83058 16.4941 9.69058 16.4206 9.60008 16.3001L6.60008 12.3001C6.45408 12.1051 6.46957 11.8336 6.63707 11.6566C6.80407 11.4796 7.07457 11.4491 7.27757 11.5841Z' fill='url(%23paint2)'/%3E%3C/g%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/svg%3E")}html[theme=four] .faq-accordion.theme-two .accordion-item .accordion-button:not(.collapsed),html[theme=four] .footer-card .social-nav a:hover,html[theme=four] .footer-card .social-nav a:focus{background:linear-gradient(90deg,var(--Primary)3.44%,#9e02c0 97.23%)}.preview-hero-wrap{text-align:center;background-color:var(--Secondary);padding-top:160px;overflow:hidden}.preview-hero-wrap h2{letter-spacing:-1.4px;font-size:clamp(36px,6vw,90px);line-height:1.2}@media only screen and (min-width:1200px){.preview-hero-wrap p{font-size:18px}}.preview-hero-wrap .hero-img-group{align-items:flex-end;gap:10px;display:flex}.preview-hero-wrap .hero-img-group img{border-radius:10px 10px 0 0}.preview-hero-wrap .hero-img-group .img-big{flex:0 0 calc(26% - 10px);width:calc(26% - 10px);max-width:calc(26% - 10px)}.preview-hero-wrap .hero-img-group .img-medium{flex:0 0 calc(21% - 10px);width:calc(21% - 10px);max-width:calc(21% - 10px)}.preview-hero-wrap .hero-img-group .img-small{flex:0 0 calc(16% - 5px);width:calc(16% - 5px);max-width:calc(16% - 5px)}.preview-hero-wrap .container{z-index:1;position:relative}.preview-hero-wrap .container .bg-shape1{z-index:-10;position:absolute;top:45%;left:-10%}@media only screen and (min-width:480px){.preview-hero-wrap .container .bg-shape1{top:45%}}@media only screen and (min-width:768px){.preview-hero-wrap .container .bg-shape1{top:35%}}@media only screen and (min-width:992px){.preview-hero-wrap .container .bg-shape1{top:25%}}@media only screen and (min-width:1200px){.preview-hero-wrap .container .bg-shape1{top:25%;left:0}}@media only screen and (min-width:1400px){.preview-hero-wrap .container .bg-shape1{top:10%;left:-5%}}.preview-hero-wrap .container .bg-shape2{z-index:-10;max-width:40px;position:absolute;top:55%;left:30%}@media only screen and (min-width:480px){.preview-hero-wrap .container .bg-shape2{top:48%}}@media only screen and (min-width:768px){.preview-hero-wrap .container .bg-shape2{top:40%}}@media only screen and (min-width:992px){.preview-hero-wrap .container .bg-shape2{top:35%}}@media only screen and (min-width:1200px){.preview-hero-wrap .container .bg-shape2{max-width:60px;top:33%;left:20%}}@media only screen and (min-width:1400px){.preview-hero-wrap .container .bg-shape2{max-width:80px;top:26%;left:12%}}.preview-hero-wrap .container .bg-shape3{z-index:-10;max-width:100px;animation:3s linear infinite updown;position:absolute;top:45%;right:10%}@media only screen and (min-width:480px){.preview-hero-wrap .container .bg-shape3{top:40%;right:0}}@media only screen and (min-width:768px){.preview-hero-wrap .container .bg-shape3{top:30%}}@media only screen and (min-width:1200px){.preview-hero-wrap .container .bg-shape3{max-width:150px;top:25%}}@media only screen and (min-width:1400px){.preview-hero-wrap .container .bg-shape3{top:20%}}.catagory-slide{z-index:1;background-color:var(--Primary);padding-top:40px;padding-bottom:40px;position:relative}@media only screen and (min-width:1200px){.catagory-slide{padding-top:70px;padding-bottom:70px}}.catagory-slide h2{letter-spacing:-2px;color:var(--White);text-transform:capitalize;gap:2rem;margin-bottom:0;padding-left:2rem;font-size:clamp(24px,5vw,60px);line-height:1.1}@media only screen and (min-width:1200px){.catagory-slide h2{gap:3rem;padding-left:3rem}}.homepage-card{z-index:1;border:1px solid var(--Border);border-radius:20px;position:relative;overflow:hidden}.homepage-card:after{content:"";z-index:1;background-color:var(--Heading);opacity:0;visibility:hidden;width:100%;height:100%;transition:var(--Animation-Duration);position:absolute;top:0;left:0}.homepage-card a{z-index:100;background-color:var(--Primary);width:100px;height:100px;color:var(--White);opacity:0;visibility:hidden;border-radius:50%;justify-content:center;align-items:center;font-size:42px;transition-duration:.4s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.5)}.homepage-card:hover:after,.homepage-card:focus:after{opacity:.5;visibility:visible}.homepage-card:hover a,.homepage-card:focus a{opacity:1;visibility:visible;transform:scale(1)translate(-50%,-50%)}.preview-footer-content{text-align:center;z-index:1;position:relative}.preview-footer-content h2{text-align:center;letter-spacing:-2.4px;margin-bottom:20px;font-size:clamp(32px,6vw,80px);font-weight:600;line-height:1.2}.preview-footer-content p{margin-bottom:40px}@media only screen and (min-width:1200px){.preview-footer-content p{font-size:18px}}.preview-footer-content .curve-arrow{z-index:-10;animation:3s linear infinite updown;display:none;position:absolute;bottom:0;right:15%}@media only screen and (min-width:768px){.preview-footer-content .curve-arrow{max-width:100px;display:block}}@media only screen and (min-width:992px){.preview-footer-content .curve-arrow{max-width:120px}}@media only screen and (min-width:1200px){.preview-footer-content .curve-arrow{max-width:140px}}@keyframes updown{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.client-testimonial-card{background:var(--Heading);border-radius:20px;padding:28px}.client-testimonial-card .ratings{color:var(--Warning);align-items:center;gap:2px;display:flex}.client-testimonial-card .ratings i{font-size:24px}.client-testimonial-card>div{color:var(--Secondary);align-items:center;gap:4px;display:flex}.client-testimonial-card>div h2{color:var(--White);margin-bottom:0;font-size:24px}.client-testimonial-card p{border-bottom:1px solid var(--Border);color:var(--Secondary);margin-bottom:1rem;padding-bottom:1rem}.client-testimonial-card a{color:var(--Secondary);font-size:14px;display:block}
