@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap";html{scroll-behavior:smooth}body{color:#505478;font-family:Nunito,sans-serif;font-style:normal;font-weight:400}*{box-sizing:border-box;margin:0;padding:0}img{max-width:100%}a:focus,input:focus,textarea:focus,button:focus{outline:none;text-decoration:none}a:focus,a:hover{text-decoration:none}i,span,a{text-decoration:none;display:inline-block}audio,canvas,iframe,img,svg,video{vertical-align:middle}h1,h2,h3,h4,h5,h6{color:#505478;margin:0;font-family:Nunito,sans-serif;font-weight:700}h1{font-size:48px}h2{font-size:45px}@media (width<=767px){h2{font-size:30px}}@media only screen and (width>=576px) and (width<=767px){h2{font-size:36px}}h3{font-size:28px}h4{font-size:22px}h5{font-size:18px}h6{font-size:16px}ul,ol{margin:0;padding:0;list-style-type:none}p{color:#505478;margin:0;font-size:18px;font-weight:400;line-height:28px}.bg_cover{background-position:50%;background-repeat:no-repeat;background-size:cover}.gradient-1{color:#fff;background-image:linear-gradient(#4354e2 0%,#6ca3f3 100%)}.gradient-2{color:#fff;background-image:linear-gradient(#dc4985 0%,#f18da2 100%)}.gradient-3{color:#fff;background-image:linear-gradient(#2cc590 0%,#75eb92 100%)}.gradient-4{color:#fff;background-image:linear-gradient(#a866d1 0%,#f9a4d7 100%)}input,textarea{color:#868aaa;background:#fff;border:1px solid #0000;border-radius:10px;width:100%;margin-bottom:20px;padding:17px 30px;font-size:16px;transition:all .3s ease-out;box-shadow:0 0 51px #b4b4b429}input::-webkit-input-placeholder{opacity:1}textarea::-webkit-input-placeholder{opacity:1}:is(input:-ms-placeholder-shown,textarea:-ms-placeholder-shown){opacity:1}:is(input:placeholder-shown,textarea:placeholder-shown){opacity:1}input::-moz-placeholder{opacity:1}textarea::-moz-placeholder{opacity:1}input::placeholder,textarea::placeholder{opacity:1}input:focus,textarea:focus{border-color:#de5088}.back-to-top{text-align:center;color:#fff;z-index:999;cursor:pointer;background:#de5088;border-radius:5px;width:45px;height:45px;font-size:20px;line-height:45px;transition:all .3s ease-out;position:fixed;bottom:30px;right:30px}.back-to-top.btn-hover{z-index:999;position:fixed}.back-to-top:hover{color:#fff}:focus{outline:none}.main-btn{text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#fff;cursor:pointer;z-index:5;background-image:-webkit-gradient(linear, left top, left bottom, from(#dc4985), color-stop(#e25c8b), color-stop(#e86d92), color-stop(#ed7d9a), to(#f18da2));background-image:linear-gradient(#dc4985,#e25c8b,#e86d92,#ed7d9a,#f18da2);border:0;border-radius:10px;padding:20px 35px;font-size:18px;font-weight:600;transition:all .4s ease-out;display:inline-block}.main-btn:hover{color:#fff}.btn-hover{z-index:1;position:relative}.btn-hover:after{content:"";border-radius:inherit;z-index:-1;background:#ffffff1a;width:0%;height:100%;transition:all .3s ease-out;position:absolute;top:0;left:0}.btn-hover:hover:after{width:100%}@media (width<=767px){.container{padding-left:20px;padding-right:20px}}.section_title .title{font-size:40px;font-weight:700}@media (width<=767px){.section_title .title{font-size:26px}}.section_title p{opacity:.5;margin-top:15px;font-size:18px}.section_title.section_title_2 .title,.section_title.section_title_2 p{color:#fff}.preloader{z-index:99999;background:#fff;width:100%;height:100%;display:table;position:fixed;top:0;left:0}.preloader .loader{vertical-align:middle;text-align:center;display:table-cell}.preloader .loader .spinner{z-index:18;pointer-events:none;width:64px;margin-left:-32px;position:absolute;top:50%;left:50%}.preloader .loader .spinner .spinner-container{pointer-events:none;width:100%;margin-top:-50%;margin-left:-50%;padding-bottom:100%;animation:1.56824s linear infinite spinner-linspin;position:absolute;top:50%;left:50%}.preloader .loader .spinner .spinner-container .spinner-rotator{width:100%;height:100%;animation:5.332s cubic-bezier(.4,0,.2,1) infinite both spinner-easespin;position:absolute}.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left{position:absolute;inset:0 50% 0 0;overflow:hidden}.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right{position:absolute;inset:0 0 0 50%;overflow:hidden}.preloader .loader .spinner-circle{box-sizing:border-box;border:6px solid #de5088;border-bottom-color:#f9f9f9;border-radius:50%;width:200%;height:100%;position:absolute}.preloader .loader .spinner-left .spinner-circle{border-right-color:#f9f9f9;animation:1.333s cubic-bezier(.4,0,.2,1) infinite both spinner-left-spin;left:0;right:-100%}.preloader .loader .spinner-right .spinner-circle{border-left-color:#f9f9f9;animation:1.333s cubic-bezier(.4,0,.2,1) infinite both right-spin;left:-100%;right:0}@keyframes spinner-linspin{to{transform:rotate(360deg)}}@keyframes spinner-easespin{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(1080deg)}}@keyframes spinner-left-spin{0%{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@keyframes right-spin{0%{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}.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}.header_navbar{z-index:999;background:0 0;width:100%;transition:all .3s ease-out;position:absolute;top:0;left:0}.sticky{z-index:99;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#fffc;position:fixed;box-shadow:inset 0 -1px #0000001a}.sticky .navbar{padding:15px 0}.navbar{padding:20px 0;transition:all .3s ease-out}.navbar-brand{padding:0}.navbar-brand img{width:150px}@media (width<=767px){.navbar-brand img{width:130px}}.navbar-toggler{padding:0}.navbar-toggler:focus{-webkit-box-shadow:none;box-shadow:none}.navbar-toggler .toggler-icon{background-color:#505478;width:30px;height:2px;margin:5px 0;transition:all .3s ease-out;display:block;position:relative}.navbar-toggler.active .toggler-icon:first-of-type{top:7px;transform:rotate(45deg)}.navbar-toggler.active .toggler-icon:nth-of-type(2){opacity:0}.navbar-toggler.active .toggler-icon:nth-of-type(3){top:-7px;transform:rotate(135deg)}@media only screen and (width>=768px) and (width<=991px),(width<=767px){.navbar-collapse{z-index:9;background-color:#fff;width:100%;padding:0;position:absolute;top:100%;left:0;box-shadow:0 15px 20px #0000001a}.navbar-nav{padding:20px 30px}}.navbar-nav .nav-item{margin-left:40px;position:relative}@media only screen and (width>=992px) and (width<=1199px){.navbar-nav .nav-item{margin-left:30px}}@media only screen and (width>=768px) and (width<=991px),(width<=767px){.navbar-nav .nav-item{margin:0}}.navbar-nav .nav-item a{color:#505478;font-size:16px;font-weight:600;transition:all .3s ease-out}@media only screen and (width>=768px) and (width<=991px),(width<=767px){.navbar-nav .nav-item a{color:#505478;padding:6px 0;display:inline-block}}.navbar-nav .nav-item a.active,.navbar-nav .nav-item a:hover{color:#de5088}.sticky .navbar-toggler .toggler-icon{background-color:#505478}.sticky .navbar-nav .nav-item a{color:#505478}.sticky .navbar-nav .nav-item a:before{background-color:#de5088}.sticky .navbar-nav .nav-item a.active,.sticky .navbar-nav .nav-item a:hover{color:#de5088}.hero-area{z-index:1;padding-top:160px;padding-bottom:50px;position:relative;overflow:hidden}@media only screen and (width>=992px) and (width<=1199px){.hero-area{padding-top:180px}}@media (width<=767px){.hero-area{padding-top:130px}}.hero-area .hero-content{padding-bottom:80px}.hero-area .hero-content h2{margin-bottom:30px;font-size:55px;font-weight:700;line-height:65px}@media only screen and (width>=992px) and (width<=1199px){.hero-area .hero-content h2{font-size:42px;line-height:55px}}@media (width<=767px){.hero-area .hero-content h2{font-size:38px;line-height:50px}}.hero-area .hero-content p{margin-bottom:40px;font-size:18px;line-height:28px}.hero-area .hero-content .hero-btns{flex-wrap:wrap;align-items:center;display:flex}.hero-area .hero-content .hero-btns .main-btn{margin-bottom:20px;margin-right:40px}@media only screen and (width>=992px) and (width<=1199px){.hero-area .hero-content .hero-btns .main-btn{margin-right:20px}}.hero-area .hero-content .hero-btns .watch-btn{margin-bottom:20px}.hero-area .hero-content .hero-btns .watch-btn i{text-align:center;background:linear-gradient(#a866d1 0%,#f9a4d7 100%);color:#0000;-webkit-background-clip:text;background-clip:text;border:3px solid #a866d1;border-radius:50%;width:50px;height:50px;font-size:20px;line-height:45px}.hero-area .hero-content .hero-btns .watch-btn span{color:#505478;margin-left:20px;font-size:18px;font-weight:600;transition:all .3s ease-out;display:inline-block}.hero-area .hero-content .hero-btns .watch-btn span:hover{color:#de5088}@media only screen and (width>=992px) and (width<=1199px){.hero-area .hero-content .hero-btns .watch-btn span{margin-left:15px}}.hero-area .counter-up{justify-content:flex-start;padding-bottom:30px;display:flex}.hero-area .counter-up .single-counter{padding:0 40px;position:relative}.hero-area .counter-up .single-counter:after{content:"";background:#50547899;width:4px;height:24px;position:absolute;top:10px;right:0}.hero-area .counter-up .single-counter:first-child{padding-left:0}.hero-area .counter-up .single-counter:last-child{padding-right:0}.hero-area .counter-up .single-counter:last-child:after{display:none}.hero-area .counter-up .single-counter span{text-align:center;font-size:20px;font-weight:600;display:block}@media (width<=767px){.hero-area .counter-up .single-counter span{font-size:16px}}@media only screen and (width>=576px) and (width<=767px){.hero-area .counter-up .single-counter span{font-size:18px}}.hero-area .counter-up .single-counter span.countup{font-size:30px;font-weight:700}@media (width<=767px){.hero-area .counter-up .single-counter span.countup{font-size:20px}}@media only screen and (width>=576px) and (width<=767px){.hero-area .counter-up .single-counter span.countup{font-size:24px}}.hero-area .hero-img .img-screen{z-index:-1;position:absolute}@media only screen and (width>=1200px) and (width<=1399px){.hero-area .hero-img .img-screen{width:40%}}@media only screen and (width>=992px) and (width<=1199px){.hero-area .hero-img .img-screen{width:40%}}@media only screen and (width>=768px) and (width<=991px){.hero-area .hero-img .img-screen{display:none}}@media (width<=767px){.hero-area .hero-img .img-screen{display:none}}.hero-area .hero-img .img-screen.screen-1{bottom:-350px;right:25%}@media only screen and (width>=1200px) and (width<=1399px){.hero-area .hero-img .img-screen.screen-1{right:0}}@media only screen and (width>=992px) and (width<=1199px){.hero-area .hero-img .img-screen.screen-1{right:0}}.hero-area .hero-img .img-screen.screen-2{bottom:60px;right:-220px}@media only screen and (width>=1200px) and (width<=1399px){.hero-area .hero-img .img-screen.screen-2{bottom:180px;right:-276px}}@media only screen and (width>=992px) and (width<=1199px){.hero-area .hero-img .img-screen.screen-2{bottom:180px;right:-276px}}.hero-area .hero-img .img-screen.screen-3{bottom:-475px;right:-125px}@media only screen and (width>=1200px) and (width<=1399px){.hero-area .hero-img .img-screen.screen-3{bottom:-250px;right:-250px}}@media only screen and (width>=992px) and (width<=1199px){.hero-area .hero-img .img-screen.screen-3{bottom:-160px;right:-180px}}.feature-area .single-feature{background:#fff;border-radius:10px;padding:45px 30px;transition:all .3s ease-out;position:relative;overflow:hidden;box-shadow:0 -33px 51px #d1d1d129}@media only screen and (width>=992px) and (width<=1199px){.feature-area .single-feature{padding:40px 20px}}@media only screen and (width>=768px) and (width<=991px){.feature-area .single-feature{margin-bottom:30px}}@media (width<=767px){.feature-area .single-feature{margin-bottom:30px}}.feature-area .single-feature:after{content:"";opacity:0;visibility:hidden;width:50%;height:3px;transition:all .3s ease-out;position:absolute;bottom:0;left:0}.feature-area .single-feature.item-1:after{background:linear-gradient(#4354e2 0%,#6ca3f3 100%)}.feature-area .single-feature.item-2:after{background:linear-gradient(#dc4985 0%,#f18da2 100%)}.feature-area .single-feature.item-3:after{background:linear-gradient(#2cc590 0%,#75eb92 100%)}.feature-area .single-feature.item-4:after{background:linear-gradient(#a866d1 0%,#f9a4d7 100%)}.feature-area .single-feature:hover{box-shadow:0 0 51px #a5a5a542}.feature-area .single-feature:hover:after{opacity:1;visibility:visible;width:100%}.feature-area .single-feature:hover .feature-icon{border-radius:50%}.feature-area .single-feature .feature-content h4{margin-bottom:20px;font-size:23px;font-weight:600}@media only screen and (width>=992px) and (width<=1199px){.feature-area .single-feature .feature-content h4{margin-bottom:15px;font-size:20px}}.feature-area .single-feature .feature-content p{color:#868aaa;font-size:16px;line-height:24px}.icon-style{border-radius:5px;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:30px;font-size:20px;transition:all .3s ease-out;display:flex}@media only screen and (width>=768px) and (width<=991px){.how-work-area{padding-top:100px}}@media (width<=767px){.how-work-area{padding-top:100px}}.how-work-area .how-work-img{z-index:1;position:relative}@media only screen and (width>=768px) and (width<=991px){.how-work-area .how-work-img{margin-bottom:50px}}@media (width<=767px){.how-work-area .how-work-img{margin-bottom:30px}}.how-work-area .how-work-img .dots-shape{z-index:-1;position:absolute;bottom:0;right:30px}.how-work-area .accordion-btn button{width:100%}.how-work-area .accordion-btn button .icon-style{border-radius:50%}.how-work-area .accordion-btn button.collapsed .icon-style{border-radius:5px}.how-work-area .accordion-btn button:hover .icon-style{border-radius:50%}.accordion-style .single-accordion{background:#fff;border-radius:10px;box-shadow:0 0 51px #b4b4b429}.accordion-style .single-accordion .accordion-btn button{white-space:normal;color:#de5088;background:#fff;border:none;width:100%;padding:18px 50px 18px 30px;font-size:23px;font-weight:600;text-decoration:none;transition:all .3s ease-out;position:relative}@media only screen and (width>=992px) and (width<=1199px){.accordion-style .single-accordion .accordion-btn button{font-size:20px}}@media only screen and (width>=768px) and (width<=991px){.accordion-style .single-accordion .accordion-btn button{font-size:20px}}@media (width<=767px){.accordion-style .single-accordion .accordion-btn button{font-size:16px}}@media only screen and (width>=576px) and (width<=767px){.accordion-style .single-accordion .accordion-btn button{font-size:18px}}.accordion-style .single-accordion .accordion-btn button.collapsed{color:#505478}.accordion-style .single-accordion .accordion-btn button:hover{color:#de5088}.accordion-style .single-accordion .accordion-btn button.collapsed:after{transform:rotate(0)translateY(-50%)}.accordion-style .single-accordion .accordion-btn button:after{content:"";font:20px/1 LineIcons;transition:all .3s ease-out;position:absolute;top:50%;right:30px;transform:rotate(180deg)translateY(50%)}.accordion-style .single-accordion .accordion-btn button .icon-style{margin-right:20px}.accordion-style .single-accordion .accordion-content{padding:10px 30px 30px}.pricing-area .single-price{background:#fff;border-radius:10px;margin-bottom:60px;padding:40px 50px 0;transition:all .3s ease-out;box-shadow:0 -31px 51px #a5a5a529}.pricing-area .single-price .price-icon{margin-bottom:25px}.pricing-area .single-price h4{font-size:23px;font-weight:600}.pricing-area .single-price .package-price{color:#de5088}.pricing-area .single-price .package-details{margin-bottom:30px}.pricing-area .single-price .package-details li{color:#868aaa;font-size:16px;line-height:32px}.pricing-area .single-price .price-btn{background:#868aaa;margin-bottom:-25px;padding:12px 32px;font-size:16px;font-weight:600}.pricing-area .single-price:hover{box-shadow:0 0 51px #a5a5a529}.pricing-area .single-price:hover .price-icon{border-radius:50%}.pricing-area .single-price.active{box-shadow:0 0 51px #a5a5a529}.pricing-area .single-price.active .price-btn{background:linear-gradient(#dc4985 0%,#f18da2 100%)}.pricing-area .pricing-nav .nav-pills .nav-item .nav-link{color:#505478;z-index:1;font-size:18px;font-weight:600;transition:all .3s ease-out;position:relative}.pricing-area .pricing-nav .nav-pills .nav-item .nav-link:after{content:"";z-index:-1;border-radius:inherit;background:linear-gradient(#dc4985 0%,#f18da2 100%);width:0;height:100%;transition:all .3s ease-out;position:absolute;top:0;left:0}.pricing-area .pricing-nav .nav-pills .nav-item .nav-link.active{color:#fff;background:0 0}.pricing-area .pricing-nav .nav-pills .nav-item .nav-link.active:after{width:100%}.contact-area h3{font-size:30px;font-weight:600}@media (width<=767px){.contact-area h3{font-size:20px}}@media only screen and (width>=576px) and (width<=767px){.contact-area h3{font-size:26px}}.contact-area .contact-form-wrapper .contact-form button{padding:17px 40px;font-weight:700}.contact-area .contact-form-wrapper .contact-form button.btn-hover:after{opacity:0;width:40%}.contact-area .contact-form-wrapper .contact-form button.btn-hover:hover:after{opacity:1;width:100%}.download-area{z-index:9;margin-bottom:-230px;position:relative}.download-area .download-wrapper{background-image:url("data:image/svg+xml,%3csvg%20height='455'%20viewBox='0%200%201170%20455'%20width='1170'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3clinearGradient%20id='a'%20gradientUnits='objectBoundingBox'%20x1='.5'%20x2='.5'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23dc4985'/%3e%3cstop%20offset='1'%20stop-color='%23f18da2'/%3e%3c/linearGradient%3e%3cclipPath%20id='b'%3e%3cpath%20d='m39-70%201092%2070a39%2039%200%200%201%2039%2039v307a39%2039%200%200%201%20-39%2039h-1092a39%2039%200%200%201%20-39-39v-377a39%2039%200%200%201%2039-39z'%20transform='translate(9722%2018228)'/%3e%3c/clipPath%3e%3cg%20transform='translate(-9722%20-18158)'%3e%3cpath%20d='m39-70%201092%2070a39%2039%200%200%201%2039%2039v307a39%2039%200%200%201%20-39%2039h-1092a39%2039%200%200%201%20-39-39v-377a39%2039%200%200%201%2039-39z'%20fill='url(%23a)'%20transform='translate(9722%2018228)'/%3e%3cg%20clip-path='url(%23b)'%20fill='%23fff'%3e%3ccircle%20cx='115.5'%20cy='115.5'%20opacity='.06'%20r='115.5'%20transform='translate(9661%2018043)'/%3e%3ccircle%20cx='167.5'%20cy='167.5'%20opacity='.06'%20r='167.5'%20transform='translate(9609%2017991)'/%3e%3ccircle%20cx='227.5'%20cy='227.5'%20opacity='.06'%20r='227.5'%20transform='translate(9549%2017931)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.download-area .download-wrapper .download-content{padding:125px 0}.download-area .download-wrapper .download-content .download-btns{flex-wrap:wrap;justify-content:flex-start;align-items:center;display:flex}.download-area .download-wrapper .download-content .download-btns a{color:#505478;background:#fff;border-radius:10px;align-items:center;padding:13px 30px;transition:all .3s ease-out;display:flex;box-shadow:0 3px 6px #7b7b7b29}.download-area .download-wrapper .download-content .download-btns a:hover{color:#de5088}.download-area .download-wrapper .download-content .download-btns a.btn-hover:after{background:#de50880d}.download-area .download-wrapper .download-content .download-btns a span.icon{color:#0000;-webkit-background-clip:text;background-clip:text;margin-right:20px;font-size:24px}.download-area .download-wrapper .download-content .download-btns a span.text{text-align:left;font-size:18px;font-weight:700}.download-area .download-wrapper .download-content .download-btns a span.text b{font-size:12px;font-weight:400;display:block}.footer-area{background-image:url(/assets/footer-bg-3hczZAel.png);padding-top:365px}.footer-area .footer-widget{margin-bottom:60px}.footer-area .footer-widget .footer-logo{max-width:150px}.footer-area .footer-widget h4{margin-bottom:35px}@media only screen and (width>=992px) and (width<=1199px){.footer-area .footer-widget h4{font-size:18px}}.footer-area .footer-widget a,.footer-area .footer-widget p{color:#868aaa;font-size:16px;line-height:26px}.footer-area .footer-widget ul li a{line-height:32px}.footer-area .footer-widget ul li a:hover{color:#de5088}.footer-area .footer-widget .social-links{justify-content:flex-start;align-items:center;display:flex}.footer-area .footer-widget .social-links li{margin-right:15px}.footer-area .footer-widget .social-links li:last-child{margin-right:0}.footer-area .footer-widget .social-links li a{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s ease-out;display:flex}.footer-area .footer-widget .social-links li a.facebook{color:#6598fe}.footer-area .footer-widget .social-links li a.facebook:hover{color:#fff;background:#6598fe}.footer-area .footer-widget .social-links li a.twitter{color:#5fc5f2}.footer-area .footer-widget .social-links li a.twitter:hover{color:#fff;background:#5fc5f2}.footer-area .footer-widget .social-links li a.instagram{color:#ff679d}.footer-area .footer-widget .social-links li a.instagram:hover{color:#fff;background:#ff679d}.footer-area .footer-widget .social-links li a.linkedin{color:#336db8}.footer-area .footer-widget .social-links li a.linkedin:hover{color:#fff;background:#336db8}.footer-area .footer-widget .subscribe-form{overflow:hidden}.footer-area .footer-widget .subscribe-form input{padding:17px 25px}.footer-area .footer-widget .subscribe-form button{float:right;clear:both;padding:17px 40px;font-size:16px;font-weight:700}.footer-area .footer-cradit{border-top:1px solid #868aaa52;padding:35px 0}.footer-area .footer-cradit p{color:#868aaa;font-size:14px}.footer-area .footer-cradit p a{color:#505478;transition:all .3s ease-out}.footer-area .footer-cradit p a:hover{color:#de5088}
