html{scroll-behavior:smooth}@media only screen and (max-width:550px){html{font-size:1.4em}}body{font-family:sen,sans-serif;font-weight:400;font-style:normal;color:rgb(0 0 0 / .7);overflow-x:hidden;display:grid;grid-template-rows:auto 1fr auto;min-height:100dvh}*{margin:0;padding:0;box-sizing:border-box}a:focus,input:focus,textarea:focus,button:focus,.btn:focus,.btn.focus,.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{text-decoration:none;outline:none;box-shadow:none}a:hover{color:var(--primary-color)}a{transition:all .3s ease-out 0s}a,a:focus,a:hover{text-decoration:none}i,span,a{display:inline-block}audio,canvas,iframe,img,svg,video{vertical-align:middle}img[height]{height:100%}img[width]{width:100%}h1,h2,h3,h4,h5,h6{font-weight:700;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}h1{font-size:3.4375rem}h2{font-size:2.8125rem}@media only screen and (min-width:992px) and (max-width:1199px){.section-title h2{font-size:2.375rem}}@media(max-width:767px){.section-title h2{font-size:2.375rem}}@media(max-width:550px){.section-title h2{font-size:2.25rem}}h3{font-size:1.5625rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}ul,ol{margin:0;padding:0;list-style-type:none}p{font-size:1rem;font-weight:400;line-height:1.5625rem;margin:0}.img-bg{background-position:center center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%}.gray-bg-1{background-color:#fafafa}.gray-bg-2{background-color:#f2f2f2}.error{color:#ff4500}.success{color:green}@media(max-width:767px){.container{padding:0 30px}}.main-btn{display:inline-block;font-weight:400;text-align:center;word-wrap:break-word;text-wrap:pretty;vertical-align:middle;user-select:none;padding:18px 28px;font-size:1.125rem;line-height:1;border-radius:10px;color:#fff;cursor:pointer;z-index:5;transition:all .4s ease-in-out;border:2px solid #fff0;background:rgb(var(--cta-button));overflow:hidden}.main-btn:hover{color:#fff}.main-btn.border-btn{border:2px solid rgb(var(--cta-button));background:0 0!important;color:rgb(var(--cta-button))}.main-btn.border-btn:hover::after{background-color:rgba(var(--cta-button),.15)}.btn-hover{position:relative;overflow:hidden}.btn-hover::after{content:'';position:absolute;width:0%;height:0%;border-radius:50%;background:rgb(0 0 0 / .05);top:50%;left:50%;padding:50%;z-index:-1;transition:all .3s ease-out 0s;transform:translate3d(-50%,-50%,0) scale(0)}.btn-hover:hover::after{transform:translate3d(-50%,-50%,0) scale(1.3)}.scroll-top{width:45px;height:45px;background:var(--primary-color);display:none;justify-content:center;align-items:center;font-size:1.125rem;color:#fff;border:0;border-radius:5px;position:fixed;bottom:30px;right:30px;z-index:9;cursor:pointer;transition:all .3s ease-out 0s}.scroll-top:hover{color:#fff;background:rgba(var(--primary-color-rgb),.8)}.navbar-area{position:absolute;top:0;left:0;width:100%;z-index:99;transition:all .3s ease-out 0s}.sticky{position:fixed;z-index:99;background-color:#fff;box-shadow:0 20px 50px 0 rgb(0 0 0 / .05);transition:all .3s ease-out 0s}.sticky .navbar .navbar-nav .nav-item>a{color:rgba(var(--navbar-item-color),.9)}.sticky .navbar .navbar-nav .nav-item>a.active,.sticky .navbar .navbar-nav .nav-item>a:hover{color:rgb(var(--cta-button))}.sticky .navbar .navbar-nav .nav-item>a.active::before,.sticky .navbar .navbar-nav .nav-item>a:hover::before{background:rgb(var(--cta-button))}.navbar .navbar-nav .nav-item>a::before,.footer .footer-widget .links li a::before{content:"";background-color:rgb(var(--cta-button));width:0;height:.2em;display:flex;position:absolute;bottom:0;transition:all 0.3s ease}.navbar .navbar-nav .nav-item>a:hover::before,.footer .footer-widget .links li a:hover::before{width:calc(100% - 30px)}header{border:0}.sticky .navbar .header-btn .main-btn{color:#fff}.sticky .navbar .header-btn .main-btn.border-btn{color:rgb(var(--cta-button))}.sticky .navbar .navbar-toggler .toggler-icon{background:rgba(var(--primary-color-rgb),.9)}.navbar{border-radius:5px;position:relative;transition:all .3s ease-out 0s;padding:10px 0}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.navbar{padding:15px 0}}.navbar-brand{padding:0}.navbar-brand img{max-width:180px}.navbar-toggler{padding:0;border:0}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){body{display:block}.navbar-toggler{position:absolute;right:0;top:22px}}.navbar-toggler:focus{outline:none;box-shadow:none}.navbar-toggler .toggler-icon{width:30px;height:2px;background-color:rgba(var(--primary-color-rgb),.9);display:block;margin:5px 0;position:relative;transition:all .3s ease-out 0s}.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-of-type(1){transform:rotate(45deg);top:7px}.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-of-type(2){opacity:0}.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-of-type(3){transform:rotate(135deg);top:-7px}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.navbar-collapse{position:absolute;top:100%;left:-30px;width:100vw;background-color:#f3f3f3;z-index:9;box-shadow:0 15px 20px 0 rgb(0 0 0 / .1);padding:5px 12px}}.navbar-nav .nav-item{position:relative;padding:8px 0}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.navbar-nav .nav-item{padding:0;margin-left:20px}.navbar-nav .nav-item .header-btn{display:inline-block;min-width:10em;max-width:100%;margin:0;margin-bottom:12px}.navbar-nav .nav-item .header-btn a{width:100%}}@media(max-width:767px){.navbar-nav .nav-item:first-child{margin-top:20px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.navbar-nav .nav-item:last-child{margin-bottom:20px}}.navbar-nav .nav-item>a{color:rgba(var(--navbar-item-color),.9);transition:all .3s ease-out 0s;padding:8px 17px;position:relative;font-weight:500;font-size:1.125rem;;text-align:center}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.navbar-nav .nav-item>a,.sticky .navbar .navbar-nav .nav-item>a{display:inline-block;color:rgb(0 0 0 / .9)}}.navbar-nav .nav-item>a:hover,.navbar-nav .nav-item>a.active{color:rgb(var(--cta-button))}@media(max-width:767px){.header-btn{display:none}}@media only screen and (min-width:550px) and (max-width:767px){.header-btn{display:flex}}.header-btn .main-btn{color:#fff;background:rgb(var(--cta-button));padding:12px 22px;margin-left:15px}.header-btn .main-btn.border-btn{color:rgb(var(--cta-button))}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.header-btn{margin-right:50px}.header-btn .main-btn{padding:8px 20px;margin-right:10px;margin-left:0}}.hero-section{position:relative;overflow:hidden;height:780px;display:flex;align-items:center;background:linear-gradient(180deg,var(--hero-section-1) 0%,#fff0 93.47%);z-index:1}@media only screen and (min-width:1200px) and (max-width:1399px){.hero-section{height:650px}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-section{height:640px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.hero-section{height:auto;padding-top:100px}}.hero-section::after{content:'';position:absolute;width:862px;height:862px;border-radius:50%;right:-150px;top:-150px;background:var(--hero-section-2);z-index:-1}@media only screen and (min-width:1200px) and (max-width:1399px){.hero-section::after{width:780px;height:780px}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-section::after{width:750px;height:750px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.hero-section::after{display:none}}@media only screen and (min-width:768px) and (max-width:991px){.hero-section .hero-content{padding-top:50px}}.hero-section .hero-content h1{margin-bottom:15px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-section .hero-content h1{font-size:3.125rem}}@media(max-width:767px){.hero-section .hero-content h1{font-size:2.8125rem}}.hero-section .hero-content p{margin-bottom:30px;color:rgb(0 0 0 / .6);font-size:1.125rem}@media only screen and (min-width:1400px),only screen and (min-width:1200px) and (max-width:1399px){.hero-section .hero-content p{padding-right:115px}}.hero-section .hero-image{padding:50px 0;position:relative}@media only screen and (min-width:992px){.hero-section .hero-image img{position:relative;left:10%;width:150%}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.hero-section .hero-image img{width:100%;max-width:100%;margin:auto}}.about-section{position:relative;z-index:1;padding-top:100px}@media only screen and (min-width:1200px) and (max-width:1399px){.about-section{padding-top:20px}}@media only screen and (min-width:992px) and (max-width:1199px){.about-section{padding-top:120px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.about-section{padding-top:50px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.about-section .about-image{position:static;width:100%;margin-top:50px}}.about-section .about-image img{width:100%}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.about-section .about-image img{max-width:100%;margin:auto}}.feature-section{position:relative}.feature-section .feature-item>div{display:flex;align-items:stretch}.feature-section .section-title{padding:0 20px}.single-feature{margin-bottom:10px;transition:all .3s ease-out 0s;border-radius:10px;padding:35px 30px;margin-bottom:40px;margin-top:50px;box-shadow:0 15px 35px rgb(222 222 222 / .25);background:#fff;position:relative}@media only screen and (min-width:1400px){.single-feature{padding:35px 45px}}.single-feature:hover{background:rgb(var(--tertiary-color-rgb))}.single-feature:hover .feature-content h4,.single-feature:hover .feature-content p{color:#fff}.single-feature .feature-icon{width:84px;height:84px;border-radius:50%;position:absolute;z-index:3;display:flex;align-items:center;justify-content:center;margin-bottom:24px;background:var(--primary-color);color:#fff;font-size:40px;transition:all .3s ease-out 0s;margin-right:20px;overflow:hidden;border:3px solid #fff;top:-42px}.single-feature .feature-content{margin-top:30px}.single-feature .feature-content h4{margin-bottom:20px}.single-feature .feature-content p{font-size:.9375rem}.feature-section-1{position:relative;z-index:1;height:600px;display:flex;align-items:center}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.feature-section-1{height:500px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.feature-section-1{height:auto;padding-top:120px}}.feature-section-1 .feature-image{position:absolute;left:-50px;top:50%;width:50%;transform:translateY(-50%)}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.feature-section-1 .feature-image{margin-top:60px;position:static;transform:translateY(0);width:100%}}.feature-section-1 .feature-image img{max-width:100%}.feature-section-2{position:relative;z-index:1;height:600px;display:flex;align-items:center}@media only screen and (min-width:992px) and (max-width:1199px){.feature-section-2{height:550px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.feature-section-2{height:auto;padding-top:120px}}.feature-section-2 .feature-image{position:absolute;right:-50px;top:50%;width:50%;transform:translateY(-50%)}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.feature-section-2 .feature-image{margin-top:60px;position:static;transform:translateY(0);width:100%}}.feature-section-2 .feature-image img{max-width:100%}@media only screen and (min-width:1400px){.cta-section .cta-content-wrapper{padding-right:100px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.cta-section .cta-image{margin-top:50px}}.cta-section .cta-image img{width:100%}.pricing-section .section-title{margin-bottom:60px}@media only screen and (min-width:1400px),only screen and (min-width:1200px) and (max-width:1399px){.pricing-section .section-title{padding:0 40px}}.pricing-section .section-title h2{margin-bottom:15px}.single-pricing{background:#fff;box-shadow:0 0 50px rgb(183 199 240 / .25);border-radius:14px;padding:52px 30px;margin-bottom:50px;position:relative;overflow:hidden;z-index:1}.single-pricing .populer{position:absolute;right:10px;top:18px;color:#fff;z-index:2;font-size:1rem;font-weight:700}.single-pricing .pricing-header{border-bottom:1px solid rgb(0 0 0 / .1)}.single-pricing .pricing-header .package-price span{margin-left:1em}.single-pricing .pricing-header h5{font-size:1.125rem;margin-bottom:20px}.single-pricing .pricing-header h2{font-size:2.5rem;margin-bottom:30px}.single-pricing .pricing-header h2 span{font-size:1rem;color:rgb(0 0 0 / .5);font-weight:400}.single-pricing .pricing-body{padding-top:30px;padding-bottom:25px}.single-pricing .pricing-body ul li{display:flex;align-items:center;margin-bottom:12px}.single-pricing .pricing-body ul li.bolet::before{content:"";width:8px;height:8px;border-radius:50%;margin-right:13px;background:rgb(0 0 0 / .2)}.single-pricing .pricing-body ul li.bolet.active::before{background:var(--primary-color)}.single-pricing .pricing-body ul li p{margin-bottom:0}.single-pricing .pricing-footer .main-btn{color:var(--primary-color);background:rgba(var(--primary-color-rgb),.2)}.single-pricing .pricing-footer .main-btn:hover{color:#fff}.single-pricing .pricing-footer .main-btn:hover::after{background:var(--primary-color)}.single-pricing.standard::after{content:'';position:absolute;background:var(--primary-color);border-radius:50%;z-index:-1;width:150px;height:150px;top:-70px;right:-50px}.single-pricing .pricing-button.standard .main-btn,.single-pricing.standard .pricing-footer .main-btn{color:#fff;background:var(--primary-color)}.single-pricing .pricing-button.standard .main-btn:hover::after,.single-pricing.standard .pricing-footer .main-btn:hover::after{background:rgb(0 0 0 / .05)}.pricing-style-3 .pricing-table-wrapper .pricing-table table.table>:not(:last-child)>:last-child>*{border-color:#dee2e6}.pricing-style-3 .pricing-table-wrapper .pricing-table table.table>:not(caption)>*>*{padding:25px 10px;border-right:1px solid #dee2e6}.pricing-style-3 .pricing-table-wrapper .pricing-table table tr:last-child td{border-bottom:none}.pricing-style-3 .pricing-table-wrapper .pricing-table th.single-pricing{padding-top:80px!important}.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th,.pricing-style-3 .pricing-table-wrapper .pricing-table table tr td{min-width:200px;vertical-align:middle}.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th{text-align:center;margin-top:30px}.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th h6{color:rgb(0 0 0 / .7);font-size:1.25rem;margin-bottom:14px}.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th h3{font-size:1.875rem;color:var(--primary-color)}.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th h3 span{font-size:1.25rem}.pricing-style-3 .pricing-table-wrapper .pricing-table table tr th p{font-weight:500;color:rgb(0 0 0 / .4)}.pricing-style-3 .pricing-table-wrapper .pricing-table table tr td.pricing-button{text-align:center}.pricing-style-3 .pricing-table-wrapper .pricing-table table tr td p.icon{text-align:center;color:rgb(var(--primary-color-rgb),.5);font-weight:700;line-height:0}.pricing-style-3 .pricing-table-wrapper .pricing-table table tr td p.icon.active{color:rgb(var(--primary-color-rgb))}.gg-icon{box-sizing:border-box;position:relative;transform:scale(var(--ggs,1));width:22px;height:22px}.gg-check-o::after{content:"";display:block;box-sizing:border-box;position:absolute;left:3px;top:-1px;width:6px;height:10px;border-color:currentColor;border-width:0 2px 2px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg)}.gg-close-o::after,.gg-close-o::before{content:"";display:block;box-sizing:border-box;position:absolute;width:12px;height:2px;background:currentColor;transform:rotate(45deg);top:8px;left:3px}.gg-close-o::after{transform:rotate(-45deg)}.pricing-style-mobile{display:flex;flex-wrap:wrap;justify-content:space-evenly}.pricing-style-mobile .pricing-card{background:#fff;box-shadow:0 0 50px rgb(var(--primary-color-rgb),25%);border:1px solid #dee2e6;border-radius:14px;padding:20px 10px 50px;margin-bottom:3em;position:relative;overflow:hidden;z-index:1}@media only screen and (min-width:400px){.pricing-style-mobile .pricing-card{padding:20px 30px 50px}}.pricing-style-mobile .pricing-card.standard::after{content:'';position:absolute;background:var(--primary-color);border-radius:50%;z-index:-1;width:150px;height:150px;top:-70px;right:-50px}.pricing-style-mobile .pricing-card .populer{display:none}.pricing-style-mobile .pricing-card.standard .populer{display:block;position:absolute;right:.2em;top:.5em;color:#fff;z-index:2;font-size:1rem;font-weight:700}@media only screen and (min-width:550px){.pricing-style-mobile .pricing-card.standard .populer{right:.625em;top:1em}}.pricing-style-mobile .pricing-header{vertical-align:middle;text-align:center;margin-top:30px}.pricing-style-mobile .pricing-header h6{color:rgb(0 0 0 / .7);font-size:1.25rem;margin-bottom:14px}.pricing-style-mobile .pricing-header h3{font-size:1.875rem;color:var(--primary-color)}.pricing-style-mobile .list-group{padding:1em 0 1.8em}.pricing-style-mobile .list-group-item{display:flex;margin-bottom:.5em}.pricing-style-mobile .list-group-item .check{fill:rgb(var(--tertiary-color-rgb));min-width:2em}.pricing-style-mobile .list-group-item .check.no{fill:red}.pricing-style-mobile strong{color:rgb(var(--primary-color-rgb));font-weight:700}.pricing-style-mobile .pricing-card .pricing-button{text-align:center}.pricing-style-mobile .pricing-card .pricing-button .main-btn{color:var(--primary-color);background:rgba(var(--primary-color-rgb),.2)}.pricing-style-mobile .pricing-card .main-btn:hover{color:#fff}.pricing-style-mobile .pricing-card .main-btn:hover::after{background:var(--primary-color)}.pricing-style-mobile .pricing-card.standard .pricing-button .main-btn{color:#fff;background:var(--primary-color)}.pricing-style-mobile .pricing-card.standard .pricing-button .main-btn:hover::after{background:rgb(0 0 0 / .05)}.faq-section{position:relative}@media (max-width:767px){.faq-section{padding-top:80px;padding-bottom:50px}}.faq-section .faq-list{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));gap:2em;padding:1.5em}@media (max-width:767px){.faq-section .faq-list{padding:unset}}.faq-section .single-faq{position:relative;background:var(--bs-white);border:1px solid #f3f4fe;box-shadow:0 20px 95px rgb(201 203 204 / .3);border-radius:10px}.faq-section .single-faq .faq-btn{text-align:left;display:flex;width:100%;align-items:center;border:none;background:#fff0;font-weight:600;font-size:1.125rem;color:var(--primary-color);opacity:.88;padding:30px}@media only screen and (min-width:992px) and (max-width:1199px),(max-width:767px){.faq-section .single-faq .faq-btn{padding:15px}}.faq-section .single-faq .faq-btn.collapsed span.icon i{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.faq-section .single-faq .faq-btn span.icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:rgb(48 86 211 / .06);border-radius:10px;color:var(--primary-color);margin-right:24px}.faq-section .single-faq .faq-btn span.icon i{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);transition:all 0.3s;font-size:.875rem;font-weight:700}.faq-section .single-faq .faq-body{padding:0 30px 40px 95px}@media only screen and (min-width:992px) and (max-width:1199px),(max-width:767px){.faq-section .single-faq .faq-body{padding:0 16px 20px 16px}}.testimonial-section{padding-bottom:130px;border-radius:333px 0;position:relative;z-index:1}@media only screen and (min-width:1200px) and (max-width:1399px){.testimonial-section{border-radius:200px 0}}@media only screen and (min-width:992px) and (max-width:1199px){.testimonial-section{border-radius:120px 0}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.testimonial-section{border-radius:120px 0}}.testimonial-section .testimonial-active-wrapper{position:relative}@media(max-width:767px){.testimonial-section .testimonial-active-wrapper{padding-bottom:80px}}.testimonial-section .testimonial-active-wrapper .tns-controls{position:absolute;right:0;bottom:0;width:100%;z-index:2;display:flex;align-items:center;justify-content:flex-end}@media(max-width:767px){.testimonial-section .testimonial-active-wrapper .tns-controls{justify-content:center}}.testimonial-section .testimonial-active-wrapper .tns-controls button{width:55px;height:55px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:rgba(var(--primary-color-rgb),.9);border:1px solid var(--primary-color);transition:all .3s ease-out 0s;margin:0 5px}.testimonial-section .testimonial-active-wrapper .tns-controls button:hover{background:var(--primary-color);color:#fff}.testimonial-section .testimonial-active-wrapper .single-testimonial{text-align:center}.testimonial-section .testimonial-active-wrapper .single-testimonial .quote{font-size:3.4375rem;line-height:1;color:var(--primary-color);margin-bottom:20px}.testimonial-section .testimonial-active-wrapper .single-testimonial .content{margin-bottom:30px}.testimonial-section .testimonial-active-wrapper .single-testimonial .content p{font-size:1.375rem;line-height:35px;color:rgb(0 0 0 / .7);padding:0 15px}@media(max-width:767px){.testimonial-section .testimonial-active-wrapper .single-testimonial .content p{font-size:1.125rem;line-height:28px;padding:0}}.testimonial-section .testimonial-active-wrapper .single-testimonial .info h6{font-size:1rem;font-weight:700;margin-bottom:10px}.testimonial-section .testimonial-active-wrapper .single-testimonial .info p{font-size:.9375rem}.testimonial-section .testimonial-images{height:100%;width:100%;position:absolute;top:0;left:0}.testimonial-section .testimonial-images .testimonial-image{position:absolute;z-index:-1;max-width:9em;border-radius:50%;border:1px solid var(--primary-color)}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.testimonial-section .testimonial-images .testimonial-image{display:none}}.testimonial-section .testimonial-images .testimonial-image.image-1{top:25%;left:-30%}.testimonial-section .testimonial-images .testimonial-image.image-2{left:-20%;bottom:-8%}.testimonial-section .testimonial-images .testimonial-image.image-3{top:8%;right:-35%}.testimonial-section .testimonial-images .testimonial-image.image-4{top:50%;right:-30%}@media only screen and (min-width:992px) and (max-width:1150px){.testimonial-section .testimonial-images .testimonial-image.image-1{left:-20%}.testimonial-section .testimonial-images .testimonial-image.image-2{left:-10%}.testimonial-section .testimonial-images .testimonial-image.image-3,.testimonial-section .testimonial-images .testimonial-image.image-4{right:-20%}}.footer{background-color:rgba(var(--primary-color-rgb),.15);position:relative}.footer .container{width:100%;display:flex;flex-wrap:wrap;gap:1em;justify-content:space-between}.footer .menu{display:flex;flex-wrap:wrap;column-gap:3em;justify-content:space-between}.footer .footer-widget{margin-bottom:50px}.footer .footer-widget .logo{margin-bottom:30px}.footer .footer-widget .logo img{max-width:180px}.footer .footer-widget .desc{margin-bottom:25px}.footer .footer-widget .social-links{display:flex;align-items:center}.footer .footer-widget .social-links li a{width:44px;height:44px;border-radius:50%;background:var(--primary-color-25);color:rgba(var(--primary-color-rgb),.9);display:flex;align-items:center;justify-content:center;margin-right:1.125rem;font-size:1.375rem}.footer .footer-widget .social-links li a:hover{background:var(--primary-color);color:#fff}.footer .footer-widget h3{margin-bottom:30px;margin-top:10px}.footer .footer-widget .links li a{font-size:1rem;line-height:30px;color:rgb(0 0 0 / .7);padding-right:8px;position:relative}.footer .footer-widget .links li a:hover{padding-left:8px;padding-right:0;color:var(--primary-color)}.footer .footer-widget form{display:flex;flex-direction:column;align-items:flex-end}.footer .footer-widget form input{width:100%;background:rgba(var(--primary-color-rgb),.1);border:1px solid var(--primary-color);box-sizing:border-box;border-radius:10px;margin-bottom:20px;padding:15px 20px}.footer .footer-widget form button{text-align:right}.footer .curve{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}.footer .curve svg{position:relative;display:block;width:calc(145% + 1.3px);height:127px}.footer .curve .shape-fill{fill:#FFF}.footer .copyright{text-align:center;font-size:.9em;padding:.5em 0;background-color:var(--tertiary-color);color:var(--on-tertiary-color)}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mt-205{margin-top:205px}.mt-210{margin-top:210px}.mt-215{margin-top:215px}.mt-220{margin-top:220px}.mt-225{margin-top:225px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.mb-205{margin-bottom:205px}.mb-210{margin-bottom:210px}.mb-215{margin-bottom:215px}.mb-220{margin-bottom:220px}.mb-225{margin-bottom:225px}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pt-205{padding-top:205px}.pt-210{padding-top:210px}.pt-215{padding-top:215px}.pt-220{padding-top:220px}.pt-225{padding-top:225px}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pb-205{padding-bottom:205px}.pb-210{padding-bottom:210px}.pb-215{padding-bottom:215px}.pb-220{padding-bottom:220px}.pb-225{padding-bottom:225px}