html{scroll-behavior:smooth}body{margin:0;padding:0;box-sizing:border-box;font-size:16px;line-height:1.7;font-family:Poppins,sans-serif;color:var(--body-text-purple);background-color:var(--light-purple)}.page_wrapper{width:100%;overflow-x:hidden}a,a:hover{text-decoration:none;color:var(--body-text-purple)}li,ul{padding:0;list-style-type:none;margin:0}.btn.focus,.btn:focus,button:focus{outline:none;box-shadow:none}@media screen and (min-width:1200px){.container{max-width:1170px}}.section_title{text-align:center}.section_title h2{font-size:40px;font-weight:700;color:var(--dark-purple)}.section_title h2 span{color:var(--purple)}.row_am{padding:50px 0}.puprple_btn{background-color:var(--purple);color:var(--text-white);border-radius:50px;padding:10px 40px;position:relative;overflow:hidden;z-index:1;font-weight:500}.puprple_btn:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background-color:var(--bg-white);border-radius:50px;transition:all .6s;z-index:-1}.puprple_btn:hover:before{width:100%}.puprple_btn:hover,.white_btn{color:var(--purple)}.white_btn{padding:10px 45px;border:1px solid var(--purple);border-radius:50px;background-color:var(--bg-white);position:relative;z-index:1;overflow:hidden;font-weight:500}.white_btn:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background-color:var(--bg-purple);border-radius:50px;transition:all .6s;z-index:-1}.white_btn:hover:before{width:110%}.white_btn:hover{color:var(--text-white)}.highlited_block .white_btn:hover{border-color:var(--bg-white)}.owl-carousel .owl-dots{display:flex;align-items:center;justify-content:center;position:relative;margin-top:20px}.swiper-pagination-bullet{width:15px!important;height:15px!important;background-color:var(--slider-dots-color)!important;border-radius:15px!important;margin:0 5px!important}.swiper-pagination-bullet-active{background-color:var(--purple)!important}#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.9);z-index:999999}#loader{display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;border:3px solid transparent;border-top:3px solid var(--bg-purple);animation:spin 2s linear infinite}#loader:before{top:5px;left:5px;right:5px;bottom:5px;border:3px solid transparent;border-top:3px solid var(--body-text-purple);animation:spin 3s linear infinite}#loader:after,#loader:before{content:"";position:absolute;border-radius:50%}#loader:after{top:15px;left:15px;right:15px;bottom:15px;border:3px solid transparent;border-top:3px solid var(--dark-purple);animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}header{position:relative;width:100%;z-index:99999;transition:all .4s}header.fix_style{position:fixed;top:0;backdrop-filter:blur(5px);background-color:#ffffffb4;padding:15px 0;transition:none;opacity:0;pointer-events:none}header.fixed{pointer-events:all;opacity:1;transition:all .4s}header.fixed .navbar{padding:0}.navbar{padding-top:35px}.navbar-expand-lg .navbar-nav{align-items:center}.navbar-expand-lg .navbar-nav .nav-link{font-weight:500}.navbar-expand-lg .navbar-nav .nav-link:hover{color:var(--purple)}.navbar-expand-lg .navbar-nav .nav-link.dark_btn{color:var(--text-white);background-color:var(--purple);font-size:16px;padding:9px 40px;border-radius:25px;margin-left:20px;position:relative}.navbar-expand-lg .navbar-nav .nav-link.dark_btn:after,.navbar-expand-lg .navbar-nav .nav-link.dark_btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:42px;z-index:-1}.navbar-expand-lg .navbar-nav .nav-link.dark_btn:before{animation:pulse-blue-medium-sm 3.5s infinite}.navbar-expand-lg .navbar-nav .nav-link.dark_btn:after{animation:pulse-blue-small-sm 3.5s infinite}.navbar-brand img{width:150px}.navbar-expand-lg .navbar-nav .has_dropdown{display:flex;align-items:center;position:relative;border-radius:10px 10px 0 0;transition:all .4s}.navbar-expand-lg .navbar-nav .has_dropdown:hover{background-color:var(--bg-white);box-shadow:0 4px 10px #c5c5c580}.navbar-expand-lg .navbar-nav .has_dropdown .drp_btn{position:relative;right:15px}.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu{position:absolute;top:100%;background-color:var(--bg-white);border-radius:0 10px 10px 10px;min-width:210px;max-width:230px;margin-top:-10px;transition:all .4s;opacity:0;pointer-events:none;box-shadow:0 4px 10px #c5c5c580}.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul{margin-left:0;padding:10px 20px}.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a{font-size:15px;position:relative;transition:all .4s;line-height:35px;font-weight:500}.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a:before{content:"";width:10px;height:10px;display:inline-block;border:2px solid var(--purple);border-radius:10px;margin-right:5px;position:absolute;left:-10px;top:50%;transform:translateY(-50%);opacity:0;transition:all .4s}.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a:hover{padding-left:15px;color:var(--purple)}.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a:hover:before{opacity:1;left:0}.navbar-expand-lg .navbar-nav .has_dropdown:hover>.drp_btn,.navbar-expand-lg .navbar-nav .has_dropdown:hover>a{color:var(--purple)}.navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu{opacity:1;pointer-events:all;margin-top:-1px}.toggle-wrap{padding:10px;position:relative;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.toggle-bar,.toggle-bar:after,.toggle-bar:before,.toggle-wrap.active .toggle-bar,.toggle-wrap.active .toggle-bar:after,.toggle-wrap.active .toggle-bar:before{transition:all .2s ease-in-out}.toggle-bar{width:25px;margin:10px 0;position:relative;border-top:4px solid var(--body-text-purple);display:block}.toggle-bar:after,.toggle-bar:before{content:"";display:block;background:var(--body-text-purple);height:4px;width:30px;position:absolute;top:-12px;right:0;transform:rotate(0deg);transform-origin:13%}.white_header .toggle-bar,.white_header .toggle-bar:after,.white_header .toggle-bar:before{border-top:4px solid var(--bg-white)}.toggle-bar:after{top:4px}.toggle-wrap.active .toggle-bar{border-top:6px solid transparent}.toggle-wrap.active .toggle-bar:before{transform:rotate(45deg)}.toggle-wrap.active .toggle-bar:after{transform:rotate(-45deg)}.banner_section .container{position:relative}.banner_section:after{content:"";display:block;background-image:url(/images/banner-shape.svg);background-size:cover;background-repeat:no-repeat;width:100%;height:200px;background-position:50%;margin-top:-50px}.banner_section .row{align-items:center}.banner_section .banner_text{margin-top:-50px}.banner_section .banner_text h1{color:var(--dark-purple)}.banner_section .banner_text h1 span{color:var(--purple)}.banner_section .app_btn{display:flex;align-items:center;padding-left:0!important;margin-top:10px!important}.banner_section .app_btn li a{display:block;padding:12px 30px;background-color:var(--bg-white);border:2px solid var(--purple);position:relative;border-radius:12px;transition:all .4s}.banner_section .app_btn li:last-child{margin-left:25px}.banner_section .app_btn li a img{transition:all .4s}.banner_section .app_btn li a .white_img{position:absolute;opacity:0;top:20%}.banner_section .app_btn li a:hover{background-color:var(--purple)}.banner_section .app_btn li a:hover .blue_img{opacity:0}.banner_section .app_btn li a:hover .white_img{opacity:1}.banner_section .used_app{display:flex;align-items:center;margin-top:35px}.banner_section .used_app ul{display:flex;align-items:center;margin-right:10px}.banner_section .used_app ul li:not(:first-child){margin-left:-15px}.banner_section .used_app p{font-size:15px;line-height:19px;margin-bottom:0}.banner_section .banner_slider{display:flex;position:relative}.banner_section .banner_slider .left_icon{position:absolute;left:15px;bottom:70px;z-index:9999}.banner_section .banner_slider .right_icon{position:absolute;right:15px;top:70px}.banner_section .banner_slider .slider_frame{position:absolute;left:50%;transform:translateX(-50%);z-index:999;width:315px}.banner_section .banner_slider #frmae_slider:before{content:"";position:absolute;left:5px;top:5px;background-color:#fff;width:calc(100% - 10px);height:92%}.banner_section .banner_slider:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:475px;height:475px;border-radius:100%;background-color:var(--purple)}.banner_section .banner_slider #frmae_slider{width:305px;margin:0 auto}.banner_section .owl-dots{margin-top:40px}.owl-carousel .owl-item img{max-width:100%;width:auto}.trusted_section{margin-top:40px}.trusted_section .company_logos{padding-top:20px}.trusted_section .company_logos img{filter:grayscale(1)}.trusted_section .company_logos img:hover{filter:grayscale(0)}.features_section .feature_detail{background-color:var(--bg-white);border-radius:30px;position:relative;display:flex;justify-content:space-between;margin-top:120px;padding-top:60px;padding-bottom:20px;box-shadow:0 4px 30px #ede9fe}.features_section .feature_detail .feature_img{position:absolute;left:50%;transform:translateX(-50%);top:-75px}.features_section .feature_detail .feature_img img{max-width:100%}.features_section .feature_detail .feature_box{max-width:410px}.features_section .feature_detail .feature_box .data_block{margin-bottom:50px}.features_section .feature_detail .feature_box .data_block h4{font-size:20px;color:var(--dark-purple);font-weight:600}.features_section .feature_detail .left_data{text-align:right}.features_section .feature_detail .right_data{padding-right:130px}.features_section .feature_detail .left_data .data_block .icon{margin-right:-15px}.features_section .feature_detail .right_data .data_block .icon{margin-left:-15px}.features_section .container{max-width:1370px}.about_app_section .about_img{display:flex;align-items:center;position:relative}.about_app_section .about_img:before{content:"";position:absolute;left:38%;top:50%;transform:translate(-50%,-50%);width:500px;height:500px;background-color:var(--bg-white);border-radius:100%}.about_app_section .about_img .screen_img{margin-left:-135px;margin-top:110px}.about_app_section .about_text .section_title{text-align:left}.about_app_section .about_text .section_title h2{margin-bottom:15px}.about_app_section .about_text .app_statstic{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px;margin-top:40px}.about_app_section .about_text .app_statstic li{width:248px;padding:15px 10px 15px 35px}.about_app_section .about_text .app_statstic li .icon{margin-right:9px}.about_app_section .about_text .app_statstic li p{margin-bottom:0;line-height:1;color:var(--dark-purple)}.about_app_section .about_text .app_statstic li p:first-child{font-size:40px;font-weight:600;margin-bottom:3px}.modern_ui_section .row{align-items:center}.modern_ui_section .design_block{margin-top:45px}.modern_ui_section .section_title{text-align:left}.modern_ui_section .ui_text{padding-right:75px}.modern_ui_section .design_block li{padding-left:40px;position:relative;margin-bottom:25px}.modern_ui_section .design_block li:before{content:"";position:absolute;left:0;top:5px;background-image:url(/images/right_icon.png);width:22px;height:22px;background-repeat:no-repeat;background-position:50%;background-size:contain}.modern_ui_section .design_block li h4{font-size:20px;color:var(--dark-purple);font-weight:600;margin-bottom:8px}.modern_ui_section .design_block li p{margin-bottom:0}.modern_ui_section .ui_images{display:flex;position:relative}.modern_ui_section .ui_images:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:570px;height:570px;border-radius:100%;background-color:var(--bg-white);z-index:-1}.modern_ui_section .ui_images .right_img img:nth-child(3){margin-left:-140px;margin-top:-20px}.modern_ui_section .ui_images .right_img img:nth-child(2){margin-left:-90px;margin-top:-20px}.modern_ui_section .ui_images .right_img img:first-child{position:relative;top:15px;z-index:99;margin-left:-15px}.how_it_works .container{max-width:1370px}.how_it_works .how_it_inner{background-color:var(--bg-white);padding:70px 0 250px;border-radius:30px;box-shadow:0 4px 30px #ede9fe}.how_it_works .step_block ul{max-width:1080px;margin:0 auto;padding:10px}.how_it_works .step_block ul li{display:flex;align-items:center;justify-content:space-between;position:relative;margin-bottom:50px}.how_it_works .step_block ul li:before{top:50px;width:4px;height:calc(100% + 100px)}.how_it_works .step_block ul li:before,.how_it_works .step_block ul li:first-child:after{content:"";position:absolute;left:50%;transform:translateX(-50%);background-color:var(--light-bg)}.how_it_works .step_block ul li:first-child:after{top:0;width:14px;height:14px;border-radius:15px}.how_it_works .step_block ul li:first-child:before{top:0}.how_it_works .step_block ul li:last-child:before{height:50%;top:0}.how_it_works .step_block ul li .step_img,.how_it_works .step_block ul li .step_text{width:360px;text-align:right}.how_it_works .step_block ul li .step_img img{max-width:100%}.how_it_works .step_block ul li .step_text h4{font-size:20px;font-weight:600}.how_it_works .step_block ul li .step_text .app_icon{margin-bottom:10px}.how_it_works .step_block ul li .step_text .app_icon a{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:100%;background-color:var(--light-bg);color:var(--text-white);font-size:20px;transition:all .4s}.how_it_works .step_block ul li .step_text .app_icon a:hover{background-color:var(--purple)}.how_it_works .step_block ul li .step_text span{font-weight:600}.how_it_works .step_block ul li .step_text span a{color:var(--purple);text-decoration:underline}.how_it_works .step_block ul li:nth-child(2){flex-direction:row-reverse}.how_it_works .step_block ul li:nth-child(2) .step_img,.how_it_works .step_block ul li:nth-child(2) .step_text{text-align:left}.how_it_works .step_block ul li .step_number{background-image:url(/images/icon_bg.png);background-size:cover;background-repeat:no-repeat;background-position:50%;width:110px;height:110px;display:flex;justify-content:center;align-items:center;position:relative}.how_it_works .step_block ul li .step_number h3{font-size:30px;font-weight:600}.how_it_works .yt_video{max-width:1170px;margin:-200px auto 0;position:relative;overflow:hidden}.how_it_works .yt_video .anim_line{z-index:999}.how_it_works .yt_video .thumbnil{position:relative}.how_it_works .yt_video .thumbnil img{max-width:100%}.how_it_works .yt_video .thumbnil a{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;color:var(--text-white);font-weight:600;z-index:999;cursor:pointer}.how_it_works .yt_video .thumbnil a span{display:block;font-weight:700;font-size:30px}.how_it_works .yt_video .thumbnil a .play_btn{background-color:hsla(0,0%,100%,.1);width:96px;height:96px;border-radius:100px;text-align:center;line-height:96px;position:relative;display:block;margin:0 auto 40px}.how_it_works .yt_video .thumbnil a .play_btn img{width:50px;position:relative;z-index:999}.modal{z-index:999999}.modal-backdrop.show{z-index:99999;opacity:.7}.youtube-video .modal-dialog{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:100%;padding:0 15px;height:100%;max-width:1240px!important;display:flex;flex-direction:column;justify-content:center}#video-container{position:relative;padding-bottom:50%;padding-top:30px;height:0;overflow:hidden}iframe#youtubevideo{position:absolute;top:0;left:0;height:100%;width:100%}.youtube-video .modal-footer{border:none;text-align:center;display:block;padding:0}.youtube-video .modal-content{background:none!important;border:none}#close-video{color:#fff;font-size:30px}#testimonial_slider{max-width:550px;margin:0 auto}.testimonial_section .testimonial_block{background-image:url(/images/testimonial_bg.png);background-size:cover;background-position:50%;position:relative;margin-top:65px}.testimonial_section .testimonial_block .testimonial_slide_box{text-align:center;width:430px;padding:10px;margin:0 auto}.testimonial_section .testimonial_block .rating span{color:#fc9400;font-size:18px}.testimonial_section .testimonial_block .testimonial_slide_box .review{margin-top:10px;margin-bottom:30px}.testimonial_section .testimonial_block .testimonial_slide_box .testimonial_img img{margin:0 auto}.testimonial_section .testimonial_block .testimonial_slide_box h3{font-size:20px;font-weight:600;margin-bottom:0;margin-top:10px}.testimonial_section .testimonial_block .testimonial_slide_box .designation{font-size:15px}.testimonial_section .total_review{text-align:center;margin-top:60px}.testimonial_section .total_review .rating{display:flex;align-items:center;justify-content:center}.testimonial_section .total_review .rating p{margin-bottom:0;font-weight:600;margin-left:5px;color:var(--dark-purple)}.testimonial_section .total_review h3{font-size:50px;font-weight:600;margin-bottom:0;color:var(--dark-purple)}.testimonial_section .total_review a{color:var(--purple);font-weight:700}.testimonial_section .testimonial_block .avtar_faces{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:470px}.testimonial_section .testimonial_block .avtar_faces img{max-width:100%}.pricing_section .toggle_block{display:flex;align-items:center;justify-content:center}.tog_btn.month_active{left:35px!important}.pricing_section .toggle_block span.deactive{color:var(--body-text-purple)}.pricing_section .toggle_block .offer{background-color:var(--bg-white);border-radius:5px;padding:2px 10px;font-weight:400;font-size:13px;color:var(--purple)}.pricing_section .toggle_block .tog_block{width:70px;height:35px}.pricing_section .toggle_block .tog_block .tog_btn{height:23px;width:23px;left:3px}.pricing_section .toggle_block .month.active,.pricing_section .toggle_block .years.active{color:var(--purple)}.pricing_section .pricing_pannel{margin-top:50px}.pricing_section .pricing_pannel.active{display:block}.pricing_section .pricing_pannel .pricing_block{min-height:700px;border-radius:12px;padding-top:60px;margin-bottom:40px;box-shadow:0 4px 30px #ede9fe}.pricing_section .pricing_pannel .pricing_block.highlited_block .pkg_name span,.pricing_section .pricing_pannel .pricing_block.highlited_block h3,.pricing_section .pricing_pannel .pricing_block.highlited_block p,.pricing_section .pricing_pannel .pricing_block.highlited_block span{color:var(--text-white)}.pricing_section .pricing_pannel .pricing_block .icon{margin-bottom:35px}.pricing_section .pricing_pannel .pricing_block .icon img{width:120px}.pricing_section .pricing_pannel .pricing_block .pkg_name h3{font-size:20px}.pricing_section .pricing_pannel .pricing_block .pkg_name span{color:var(--body-text-purple);font-size:15px}.pricing_section .pricing_pannel .pricing_block .price{margin:25px 0}.pricing_section .pricing_pannel .pricing_block .benifits{margin-bottom:40px}.pricing_section .contact_text{text-align:center;margin-bottom:0}.pricing_section .contact_text a{color:var(--purple);text-decoration:underline}.faq_section .faq_panel{margin-top:40px}.faq_section .faq_panel .card{border:none;border-radius:12px;box-shadow:0 4px 10px #ede9fe;margin:16px 0}.faq_section .faq_panel .card:last-child{margin-bottom:0}.faq_section .faq_panel .card-header{background-color:transparent;border:none;padding-bottom:0;padding-top:0}.faq_section .faq_panel .card-header .btn{padding:0;color:var(--dark-purple);font-weight:600;font-size:20px}.faq_section .faq_panel .card-header .btn.active{color:var(--purple)}.faq_panel .accordion button,.faq_panel .accordion button:focus,.faq_panel .accordion button:hover{text-decoration:none}.faq_section .faq_panel .card-header .icon_faq{position:absolute;right:20px;color:#839bc0}.faq_section .faq_panel .card-header h2{line-height:1}.faq_section .faq_panel .card-body{padding-bottom:0}.interface_section .screen_slider{margin-top:35px;min-height:720px}.interface_section .owl-item .screen_frame_img img{transform:scale(.9);border:2px solid #000;border-radius:20px;transition:all 1s;margin:0 auto}.interface_section .owl-item.center .screen_frame_img img{transform:scale(1);border:3px solid #000}.free_app_section{padding-top:70px;position:relative}.free_app_section .container{max-width:1370px}.free_app_section .container .free_app_inner{background-color:var(--bg-purple)}.free_app_section .container .free_app_inner .dark_bg{overflow:hidden}.free_app_section .container .free_app_inner .dark_bg span{z-index:9999}.free_app_section .container .free_app_inner .row{align-items:center}.free_app_section .container .free_app_inner .free_text .section_title{text-align:left}.free_app_section .container .free_app_inner .free_text .section_title h2{margin-bottom:20px}.free_app_section .container .free_app_inner .free_text .section_title h2,.free_app_section .container .free_app_inner .free_text .section_title p{color:var(--text-white)}.free_app_section .container .free_app_inner .free_text .app_btn{display:flex;align-items:center}.free_app_section .container .free_app_inner .free_text .app_btn li a{display:block;padding:12px 30px;background-color:var(--bg-white);border:2px solid var(--purple);position:relative;border-radius:12px;transition:all .4s}.free_app_section .container .free_app_inner .free_text .app_btn li a:hover{box-shadow:1px 4px 8px -2px rgba(0,0,0,.5)}.free_app_section .container .free_app_inner .free_text .app_btn li:last-child{margin-left:25px}.free_app_section .container .free_app_inner .free_img{display:flex;align-items:center;margin-top:-120px}.free_app_section .container .free_app_inner .free_img img:last-child{margin-left:0}.purple_backdrop{content:"";position:fixed;left:0;top:0;background-color:rgba(50,35,111,.95);width:100%;height:100%;z-index:99999;opacity:0;transition:all .4s;pointer-events:none}.latest_story{margin-bottom:80px}.latest_story .story_box{background-color:var(--bg-white);text-align:center;border-radius:10px;box-shadow:0 4px 30px #ede9fe}.latest_story .story_box .story_img{position:relative}.latest_story .story_box .story_img img{max-width:100%;border-radius:12px}.latest_story .story_box .story_img span{position:absolute;left:15px;top:15px;font-size:14px;color:var(--text-white)}.latest_story .story_box .story_text{padding:20px 30px}.latest_story .story_box .story_text h3{color:var(--dark-purple);font-size:20px;margin-bottom:15px;font-weight:600}.latest_story .story_box .story_text a{color:var(--purple);margin-top:25px;display:block;font-size:14px;margin-bottom:10px;font-weight:600}.latest_story .story_box .story_text a:hover{text-decoration:underline}.newsletter_box{background-color:var(--bg-purple);padding:50px;border-radius:12px;box-shadow:0 4px 10px #0c0c0c21;display:flex;justify-content:space-between;align-items:center;margin-bottom:-95px;position:relative;z-index:99}.newsletter_box .section_title{width:45%}.newsletter_box form{width:60%}.newsletter_box .section_title h2{margin-bottom:5px;letter-spacing:-1px}.newsletter_box .section_title h2,.newsletter_box .section_title p{color:var(--text-white);text-align:left}.newsletter_box .section_title p{margin-bottom:0}.newsletter_box form{display:flex}.newsletter_box form .form-group{margin-bottom:0}.newsletter_box form .form-group .form-control{width:430px}.newsletter_box form .form-group .form-control::-moz-placeholder{color:var(--dark-purple)}.newsletter_box form .form-group .form-control::placeholder{color:var(--dark-purple)}.newsletter_box form .form-group .btn{height:55px;width:170px;text-transform:uppercase;color:var(--purple);background-color:var(--bg-white);border-radius:6px;margin-left:10px;font-weight:600;position:relative;overflow:hidden;z-index:1}.newsletter_box form .form-group .btn:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background-color:var(--bg-purple);border-radius:0;transition:all .6s;z-index:-1}.newsletter_box form .form-group .btn:hover:before{width:100%}.newsletter_box form .form-group .btn:hover{color:var(--text-white)}footer{position:relative}footer .top_footer{background-color:#583bd3}footer .top_footer.has_bg{background-image:url(/images/footer_bg.png);background-size:cover;background-repeat:no-repeat;background-position:50%}footer .top_footer .logo{margin-bottom:40px}footer .top_footer .logo img{width:150px}footer .top_footer .abt_side li{padding:0 0 10px}footer .top_footer .social_media{display:flex;margin-top:20px}footer .top_footer .social_media li a{display:block;width:37px;height:37px;text-align:center;line-height:37px;font-size:15px;border:1px solid hsla(0,0%,100%,.3);border-radius:50px;margin-right:10px;transition:all .4s}footer .top_footer .social_media li a:hover{background-color:var(--bg-white);color:var(--purple)}footer .top_footer .try_out{margin-left:-20px}footer .app_btn li a{display:block;padding:12px 10px;background-color:var(--bg-white);border:2px solid var(--purple);position:relative;border-radius:12px;transition:all .4s;width:175px;text-align:center}footer .app_btn li a:hover{box-shadow:1px 4px 8px -2px rgba(0,0,0,.5)}footer .app_btn li:last-child{margin-top:20px}footer .bottom_footer{background-color:var(--bg-purple)}footer a,footer a:hover,footer h2,footer h3,footer p{color:var(--text-white)}footer h3{font-size:20px;font-weight:600;margin-bottom:50px;padding-top:10px}footer .links ul li a{display:block;margin-bottom:10px}footer .bottom_footer{padding:20px 0}footer .bottom_footer p{margin-bottom:0;font-size:15px}footer .bottom_footer .developer_text{text-align:right}footer .bottom_footer .developer_text a{text-decoration:underline}.go_top{position:fixed;right:30px;bottom:75px;cursor:pointer;transition:all .4s;opacity:0}.go_top:hover{bottom:80px}.anim_line span{position:absolute;z-index:99999;top:-275px;animation:star_down_one 6s linear infinite;opacity:0}.anim_line.dark_bg{max-width:1170px}.anim_line.dark_bg span{transform:rotate(180deg)}.anim_line span:first-child{left:-17%;animation-delay:3s}.anim_line span:nth-child(2){left:0;animation-delay:5s}.anim_line span:nth-child(3){left:17%;animation-delay:1s}.anim_line span:nth-child(4){left:34%;animation-delay:4s}.anim_line span:nth-child(5){left:51%;animation-delay:7s}.anim_line span:nth-child(6){left:68%}.anim_line span:nth-child(7){left:85%;animation-delay:3s}.anim_line span:nth-child(8){left:99%;animation-delay:2s}.anim_line span:nth-child(9){left:117%;animation-delay:5s}@keyframes star_down_one{0%{opacity:0;top:-250px}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}.moving_animation{animation:moving_object 6s linear infinite}.about_app_section .about_img .screen_img img,.modern_ui_section .ui_images .right_img img:first-child,.modern_ui_section .ui_images .right_img img:nth-child(2),.modern_ui_section .ui_images .right_img img:nth-child(3){animation-delay:3s}@keyframes moving_object{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}@keyframes moving_position_animatin{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}.waves-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.waves,.waves-block{width:150px;height:150px}.waves{background:hsla(0,0%,100%,.3);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border-radius:100%;z-index:-1;animation:waves 3s ease-in-out infinite}.wave-1{animation-delay:0s}.wave-2{animation-delay:1s}.wave-2,.wave-3{position:absolute;top:0}.wave-3{animation-delay:2s}@keyframes waves{0%{transform:scale(.2);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}50%{opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}to{transform:scale(.9);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}}@keyframes pulse-blue-small-sm{0%{box-shadow:0 0 0 0 rgba(107,73,242,.7)}30%,to{box-shadow:0 0 0 12px transparent}}@keyframes pulse-blue-medium-sm{0%{box-shadow:0 0 0 0 rgba(107,73,242,.4)}30%,to{box-shadow:0 0 0 20px transparent}}@keyframes pulse-white-small-sm{0%{box-shadow:0 0 0 0 hsla(0,0%,99%,.7)}30%,to{box-shadow:0 0 0 12px transparent}}@keyframes pulse-white-medium-sm{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.4)}30%,to{box-shadow:0 0 0 20px transparent}}.banner_shape2,.banner_shape3,.bred_crumb .banner_shape1{position:absolute}.bred_crumb .banner_shape1{top:200px;left:15%;animation:mymove 10s infinite}.bred_crumb .banner_shape2{top:100px;right:10%;animation:mymove 5s infinite}.bred_crumb .banner_shape3{top:350px;right:20%;animation:mymove 3s infinite}.banner_shape2,.banner_shape3,.query_section .banner_shape1{position:absolute}.query_section .banner_shape1{top:200px}.query_section .banner_shape2{top:100px}.query_section .banner_shape3{right:20%}@keyframes mymove{50%{transform:rotate(180deg)}}.white_header .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn,.white_header .navbar-expand-lg .navbar-nav .nav-link{color:var(--text-white)}.white_header .navbar-expand-lg .navbar-nav .has_dropdown:hover .drp_btn{color:var(--purple)}.white_header .navbar-expand-lg .navbar-nav .nav-link.dark_btn{background-color:var(--bg-white);color:var(--purple)}.white_header .navbar-expand-lg .navbar-nav .nav-link.dark_btn:before{animation:pulse-white-medium-sm 3.5s infinite}.white_header .navbar-expand-lg .navbar-nav .nav-link.dark_btn:after{animation:pulse-white-small-sm 3.5s infinite}header.fix_style.white_header{background-color:#664bece0}.bred_crumb{background-image:url(/images/bread_crumb_bg.png);min-height:500px;display:flex;align-items:center;position:relative;margin-top:-96px}.bred_crumb,.bred_crumb:after{background-repeat:no-repeat;background-size:cover;background-position:50%;width:100%}.bred_crumb:after{content:"";background-image:url(/images/inner_page_banner_overlay.svg);position:absolute;bottom:-1px;left:0;height:200px}.bred_crumb .bred_text{text-align:center;z-index:1000;position:relative}.bred_crumb .bred_text h1{color:var(--text-white);font-size:55px;font-weight:700}.bred_crumb .bred_text h1+p{color:var(--text-white);margin-top:-5px}.bred_crumb .bred_text ul{display:flex;justify-content:center;align-items:center}.bred_crumb .bred_text ul li{margin:0 5px}.bred_crumb .bred_text ul li a,.bred_crumb .bred_text ul li span{color:var(--text-white);font-size:14px;transition:all .4s}.bred_crumb .bred_text ul li a:hover{text-decoration:underline}.bred_crumb .bred_text .search_bar{margin-top:25px;position:relative;z-index:1000}.bred_crumb .bred_text .search_bar form .form-group{position:relative;max-width:600px;height:60px;margin:0 auto}.bred_crumb .bred_text .search_bar form .form-group .form-control{width:100%;height:100%;border-radius:100px;border:1px solid var(--bg-purple);font-size:16px;padding-left:30px;color:var(--body-text-purple)}.bred_crumb .bred_text .search_bar form .form-group .form-control::-moz-placeholder{color:var(--body-text-purple)}.bred_crumb .bred_text .search_bar form .form-group .form-control::placeholder{color:var(--body-text-purple)}.bred_crumb .bred_text .search_bar form .form-group .form-control:focus{outline:none;box-shadow:none;border-color:var(--dark-purple)}.bred_crumb .bred_text .search_bar form .form-group .btn{position:absolute;right:2px;top:2px;background-color:var(--bg-purple);width:56px;height:56px;padding:0;border-radius:100px;text-align:center;line-height:56px;font-size:23px;color:var(--text-white)}.bred_crumb .bred_text .search_bar form .form-group .btn:hover{background-color:var(--dark-purple)}.app_solution_section .row{align-items:center}.app_solution_section .app_text .section_title{text-align:left;margin-bottom:20px}.app_solution_section .app_text .section_title h2{letter-spacing:-1px}.app_solution_section .app_text p{padding-right:40px}.app_solution_section .app_images{position:relative}.app_solution_section .app_images ul{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.app_solution_section .app_images ul li,.app_solution_section .app_images ul li a{position:relative}.app_solution_section .app_images ul li a .play_icon{background-color:hsla(0,0%,100%,.1);width:96px;height:96px;border-radius:100px;text-align:center;margin:0 auto;line-height:96px;position:absolute;display:block;top:50%;left:50%;transform:translate(-50%,-50%)}.app_solution_section .app_images ul li img{max-width:100%}.app_solution_section .app_images li:first-child{margin-bottom:30px;text-align:center;width:100%}.app_solution_section .app_images ul li:nth-child(2){left:-5px;cursor:pointer}.app_solution_section .app_images ul li:nth-child(3){right:-5px}.app_solution_section .app_images:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:570px;height:570px;border-radius:100%;background-color:var(--bg-white);z-index:-1}.why_we_section{display:flex;justify-content:center}.why_we_section .why_inner{background-color:var(--bg-white);border-radius:30px;width:1370px;margin:0 15px;box-shadow:0 4px 30px #ede9fe;padding:85px 0}.why_we_section .why_inner .section_title{margin-bottom:50px}.about_page_sectino img,.why_we_section .why_inner .why_box .icon img{max-width:100%}.experts_team_section .experts_box img{margin-bottom:30px;max-width:100%}.experts_team_section .experts_box .text h3{font-size:20px;font-weight:600;color:var(--dark-purple);transition:all .4s}.experts_team_section .experts_box .social_media{display:flex;justify-content:center;align-items:center;margin-top:5px}.experts_team_section .experts_box .social_media a{display:block;width:33px;height:33px;border:1px solid #cccce2;border-radius:50px;text-align:center;line-height:31px;color:#898aae;margin:0 5px;transition:all .4s;font-size:15px}.experts_team_section .experts_box .social_media a:hover{border-color:var(--purple);background-color:var(--bg-purple);color:var(--text-white)}.experts_team_section .experts_box:hover{background-color:var(--bg-white);box-shadow:0 4px 10px #ede9fe}.experts_team_section .experts_box:hover h3{color:var(--purple)}.query_inner,.query_section{display:flex;justify-content:center}.query_inner{width:1370px;margin:0 15px;background-image:url(/images/query_bg.png);background:var(--purple);background-size:cover;background-repeat:no-repeat;border-radius:30px;min-height:420px;text-align:center;align-items:center}.query_inner .section_title{margin-bottom:40px}.query_inner .white_btn{font-size:25px;font-weight:700}.query_inner .white_btn:hover{border-color:#fff}.about_trust_section{margin-bottom:40px}.blog_list_story{margin-bottom:50px}.blog_list_main{position:relative}.blog_list_main>.container>.row{align-items:center}.blog_list_main .blog_img{position:relative}.blog_list_main .blog_img img{max-width:100%;border-radius:12px}.blog_list_main .blog_img span{position:absolute;left:15px;top:15px;font-size:14px;color:var(--text-white)}.blog_list_main .blog_text .section_title{text-align:left}.blog_list_main .blog_text .choice_badge{font-size:12px;background-color:#f8d979;display:inline-block;padding:1px 10px;border-radius:4px;color:var(--dark-purple);font-weight:700;margin-bottom:10px}.blog_list_main .blog_text a{color:var(--purple);margin-top:25px;display:block;font-size:14px;margin-bottom:10px;font-weight:600}.blog_list_main .blog_text a:hover{text-decoration:underline}.blog_list_story.row_am{padding-top:30px}.blog_list_story .story_box{margin-bottom:40px;text-align:left}.pagination_block ul{display:flex;justify-content:center;align-items:center;margin-top:10px}.pagination_block ul li:not(:first-child,:last-child) a{margin:0 5px;transition:all .4s;display:block;width:35px;height:35px;background-color:transparent;border-radius:50px;text-align:center;line-height:35px}.pagination_block ul li:first-child{margin-right:20px}.pagination_block ul li:last-child{margin-left:20px}.pagination_block ul li:not(:first-child,:last-child) a.active,.pagination_block ul li:not(:first-child,:last-child) a:hover{background-color:var(--bg-purple);color:var(--text-white)}.pagination_block ul li:first-child a:hover,.pagination_block ul li:last-child a:hover{color:var(--purple)}.blog_detail_section{margin-bottom:40px}.blog_detail_bredcrumb.bred_crumb .bred_text{margin-top:-30px}.blog_detail_section .blog_inner_pannel{background-color:#fff;border-radius:30px;padding:45px 60px;margin-top:-120px;position:relative;box-shadow:0 8px 30px #c0bad76b}.blog_detail_section .blog_inner_pannel .review{display:flex;justify-content:center;margin-bottom:15px}.blog_detail_section .blog_inner_pannel .review span{line-height:1}.blog_detail_section .blog_inner_pannel .review span:first-child{color:var(--purple);display:inline-block;font-weight:700}.blog_detail_section .blog_inner_pannel .review span:last-child{color:var(--dark-purple);display:inline-block;margin-left:15px;padding-left:15px;border-left:1px solid var(--dark-purple)}.blog_detail_section .blog_inner_pannel .section_title{margin-bottom:40px}.blog_detail_section .blog_inner_pannel .section_title h2{margin-bottom:0}.blog_detail_section .blog_inner_pannel img{max-width:100%}.blog_detail_section .blog_inner_pannel .main_img{margin-bottom:30px}.blog_detail_section .blog_inner_pannel .info h3{font-weight:700;color:var(--dark-purple);margin-top:30px;font-size:25px;margin-bottom:15px}.blog_detail_section .blog_inner_pannel .info ul{padding-left:50px;padding-top:10px;margin-bottom:30px}.blog_detail_section .blog_inner_pannel .info ul li p{position:relative;padding-left:25px;margin-bottom:0}.blog_detail_section .blog_inner_pannel .info ul li p .icon{position:absolute;left:0;color:var(--purple)}.blog_detail_section .blog_inner_pannel .two_img{margin-bottom:70px}.blog_detail_section .blog_inner_pannel .quote_block{background-color:#f6f4fe;border-radius:12px;padding:55px 35px 35px 60px;position:relative;margin-top:50px;margin-bottom:35px}.blog_detail_section .blog_inner_pannel .quote_block h2{font-size:25px;line-height:37px}.blog_detail_section .blog_inner_pannel .quote_block p{margin-bottom:0;margin-top:15px}.blog_detail_section .blog_inner_pannel .quote_block .name{color:var(--purple);font-weight:700}.blog_detail_section .blog_inner_pannel .quote_block .q_icon{position:absolute;top:-20px;width:63px;height:63px;background-color:var(--bg-white);border-radius:100px;display:flex;justify-content:center;align-items:center}.blog_detail_section .blog_inner_pannel .quote_block .q_icon img{width:35px}.blog_detail_section .blog_inner_pannel .blog_authore{padding:40px 0;border-top:1px solid #d6d3e3;border-bottom:1px solid #d6d3e3;margin:35px 0}.blog_detail_section .blog_inner_pannel .blog_authore,.blog_detail_section .blog_inner_pannel .blog_authore .authore_info{display:flex;justify-content:space-between;align-items:center}.blog_detail_section .blog_inner_pannel .blog_authore .authore_info .text{margin-left:20px}.blog_detail_section .blog_inner_pannel .blog_authore .authore_info .text h3{font-size:20px;font-weight:600;color:var(--dark-purple);margin-bottom:5px}.blog_detail_section .blog_inner_pannel .blog_authore .authore_info .text span{font-size:14px}.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul{display:flex}.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a{display:block;width:37px;height:37px;text-align:center;line-height:37px;font-size:15px;border:1px solid #ccc9d7;border-radius:50px;margin-right:10px;transition:all .4s}.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li:last-child a{margin-right:0}.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a:hover{background-color:var(--bg-purple);color:var(--text-white)}.blog_detail_section .blog_inner_pannel .blog_tags ul{display:flex;justify-content:center;align-items:center}.blog_detail_section .blog_inner_pannel .blog_tags ul .tags p{margin-bottom:0;color:var(--dark-purple);font-weight:500;margin-right:5px}.blog_detail_section .blog_inner_pannel .blog_tags ul li span{color:var(--purple);font-weight:500}.comment_section ul{margin-top:30px}.comment_section ul li{display:flex;align-items:center;padding:30px 0;border-top:1px solid #d6d3e3}.comment_section ul li:last-child{padding-bottom:0}.comment_section ul li.replay_comment{margin-left:110px}.comment_section ul li .authore_info{display:flex;align-items:center;width:260px}.comment_section ul li .authore_info .avtar{width:88px;margin-right:20px}.comment_section ul li .authore_info .text{width:calc(100% - 108px)}.comment_section ul li .authore_info .text h4{font-size:20px;font-weight:600;color:var(--dark-purple)}.comment_section ul li .authore_info .text span{font-size:14px}.comment_section ul li .comment{width:calc(100% - 310px);margin-left:50px}.comment_section ul li .comment p{margin-bottom:0}.comment_form_section form{margin-top:30px}.comment_form_section form .form-group .form-control{border-radius:12px;height:60px;box-shadow:0 3px 6px #ede9fe;border:transparent;margin-bottom:30px;color:var(--body-text-purple);padding:15px}.comment_form_section form .form-group .form-control::-moz-placeholder{color:var(--body-text-purple)}.comment_form_section form .form-group .form-control::placeholder{color:var(--body-text-purple)}.comment_form_section form .form-group textarea.form-control{height:140px;padding-top:15px;resize:none}.full_bg{background-image:url(/images/form_bg.png);background-size:cover;background:var(--purple);width:100%;height:100vh;overflow-y:auto;padding-bottom:50px}.signup_section{position:relative}.signup_section .back_btn{position:absolute;left:0;top:92px;color:#fff;font-weight:500}.signup_section .top_part{text-align:center;padding-top:80px;padding-bottom:50px}.signup_form{width:570px;margin:0 auto;padding:40px 0;border-radius:12px;box-shadow:0 4px 10px #00000054;background-color:var(--bg-white)}.signup_form form{padding:0 60px}.signup_form .section_title{padding:0 15px}.signup_form .section_title h2{font-weight:600}.signup_form form .form-group{margin-bottom:20px}.signup_form form .form-group .form-control{height:60px;padding:5px 20px;color:var(--body-text-purple);border:2px solid #e1dbf4;border-radius:12px;font-weight:500}.signup_form form .form-group .form-control:focus{box-shadow:none;border-color:var(--purple);color:var(--purple)}.signup_form form .form-group .puprple_btn{min-width:240px;display:block;margin:40px auto 30px;font-weight:600}.signup_form .or_block{display:block;text-align:center;border-bottom:1px solid #e3e1ed}.signup_form .or_block span{position:relative;top:14px;padding:0 5px;background-color:var(--bg-white);color:#8081ad}.signup_form .or_option{text-align:center}.signup_form .or_option>p{color:#8081ad;margin-top:30px}.signup_form .or_option .google_btn{min-width:330px;border:2px solid #e1dbf4;text-align:center;color:var(--body-text-purple);padding:16px;border-radius:100px;transition:all .4s}.signup_form .or_option .google_btn:hover{border-color:var(--light-purple)}.signup_form .or_option .google_btn img{margin-right:20px}.signup_form .or_option p a{color:var(--purple);text-decoration:underline;transition:all .4s}.signup_form .or_option p a:hover{color:var(--dark-purple)}.review_list_section .review_box{padding:40px 30px;background-color:#fff;border-radius:12px;box-shadow:0 4px 10px #ede9fe;margin:20px 0}.review_list_section .review_box .rating ul{display:flex}.review_list_section .review_box .rating ul li span{color:#fc9400;font-size:18px}.review_list_section .review_box h3{font-size:20px;color:var(--purple);margin:10px 0}.review_list_section .review_box .reviewer{display:flex;align-items:center;margin-top:35px}.review_list_section .review_box .reviewer .avtar{width:80px}.review_list_section .review_box .reviewer .text{margin-left:20px;width:calc(100% - 100px)}.review_list_section .review_box .reviewer .text h3{font-weight:600;color:var(--dark-purple);margin-bottom:0}.review_freeapp{margin:60px 0}.review_freeapp .free_app_inner{background:url(/images/free_review_bg.png);background-size:cover;background-position:90%}.contact_page_section .contact_inner{display:flex;justify-content:space-between;align-items:center;position:relative;margin-top:-150px}.contact_page_section .contact_inner .section_title h2{font-weight:600}.contact_page_section .contact_inner .contact_form{width:570px;padding:50px 60px;border-radius:22px;background-color:#fff;box-shadow:0 4px 10px #ede9fe}.contact_page_section .contact_inner .contact_form h2{margin-bottom:0}.contact_page_section .contact_inner .contact_form form{margin-top:30px}.contact_page_section .contact_inner .contact_form form .form-group{margin-bottom:20px}.contact_page_section .contact_inner .contact_form form .form-group .form-control{height:60px;padding:5px 20px;color:var(--body-text-purple);border:2px solid #e1dbf4;border-radius:12px;font-weight:500}.contact_page_section .contact_inner .contact_form form .form-group .form-control:focus{box-shadow:none;border-color:var(--purple);color:var(--purple)}.contact_page_section .contact_inner .contact_form form .form-group textarea.form-control{height:140px;padding-top:15px}.contact_page_section .contact_inner .contact_form form .term_check{display:flex;align-items:center}.contact_page_section .contact_inner .contact_form form .term_check input{width:17px;height:17px;accent-color:var(--purple)}.contact_page_section .contact_inner .contact_form form .term_check label{font-size:13px;margin-bottom:0;margin-left:7px}.contact_page_section .contact_inner .contact_form form .form-group button{width:240px;margin:10px auto 0}.contact_page_section .contact_inner .contact_info{width:480px}.contact_page_section .contact_inner .contact_info .section_title{text-align:left;margin-top:15px}.contact_page_section .contact_inner .contact_info .section_title p a{color:var(--purple);text-decoration:underline}.contact_page_section .contact_inner .contact_info .btn{width:180px;margin:10px 0 50px}.contact_page_section .contact_inner .contact_info .contact_info_list li{display:flex;align-items:center;margin-bottom:30px}.contact_page_section .contact_inner .contact_info .contact_info_list li:last-child{margin-bottom:0}.contact_page_section .contact_inner .contact_info .contact_info_list li .img{width:65px;margin-right:20px}.contact_page_section .contact_inner .contact_info .contact_info_list li .text{width:calc(100% - 85px)}.contact_page_section .contact_inner .contact_info .contact_info_list li .text span{display:block;font-size:20px;font-weight:600;color:var(--dark-purple)}.contact_page_section .contact_inner .contact_info .contact_info_list li .text a,.contact_page_section .contact_inner .contact_info .contact_info_list li .text p{margin:0}.contact_page_section .contact_inner .contact_info .contact_info_list li .text a:hover{color:var(--dark-purple)}.map_section{margin:50px 0}.navbar-brand img{width:235px}.navbar-expand-lg .navbar-nav .nav-link{padding:5px 20px;font-weight:600}.banner_section .banner_slider:before,.navbar-expand-lg .navbar-nav .nav-link.dark_btn{background-image:linear-gradient(180deg,#31398a,#2d4f9d,#2d65ad,#357bbb,#4490c8)}.banner_section .banner_text h1{font-size:55px;letter-spacing:-1.5px;font-weight:700;background:-webkit-linear-gradient(#322f80,#389cd7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}footer .top_footer{padding:180px 0 60px;position:relative;overflow:hidden}.newsletter_box,footer .bottom_footer,footer .top_footer{background-image:linear-gradient(to right bottom,#322f80,#2c4a99,#2764af,#297dc2,#3797d3)}.match{font-size:20px;font-weight:600;margin-bottom:50px;padding-top:4px;padding-right:15%}.faq_section .faq_panel .card-header .btn.active{color:#174e96}.free_app_section .container .free_app_inner{border-radius:30px;padding:20px 100px 50px;position:relative;z-index:999999;background-image:linear-gradient(to right bottom,#322f80,#2c4a99,#2764af,#297dc2,#3797d3)}.about_app_section .about_text .section_title h2,.section_title h2{letter-spacing:-1.5px;font-weight:700;background:-webkit-linear-gradient(#322f80,#389cd7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.puprple_btn{background-image:linear-gradient(180deg,#31398a,#2d4f9d,#2d65ad,#357bbb,#4490c8)}.tb{height:520px}.banner_section .banner_slider #frmae_slider:before{background:transparent}.full_bg{background-image:linear-gradient(180deg,#31398a,#2d4f9d,#2d65ad,#357bbb,#4490c8)}.tap{margin-top:-10%}.new-crumb{margin-top:0;min-height:460px;background-image:linear-gradient(180deg,#31398a,#2d4f9d,#2d65ad,#357bbb,#4490c8)}.navbar{padding-left:0;padding-right:0;padding-top:23px;margin-bottom:15px}.banner_section{position:relative}header.fix_style{padding:21px 0 8px}.pricing_section .pricing_pannel .pricing_block.highlited_block{background-color:var(--purple)}.b-tn button,.pricing_section .pricing_pannel .pricing_block.highlited_block{background-image:linear-gradient(to right bottom,#322f80,#2c4a99,#2764af,#297dc2,#3797d3)}.b-tn button{color:#fff;border-radius:5px;padding:5px 28px;font-size:30px;margin-bottom:10%;font-weight:700;border:2px solid #fff}.offer h1{background-color:#ffde00;display:inline-block;font-size:14px;padding:6px;margin-bottom:15px;border-radius:4px}.offer h1 span{font-size:21px;padding-right:2px;font-weight:700}.pkg_name span{font-weight:800!important;color:#ffde00!important;font-size:20px!important;padding-left:11px!important}.pkg_name span i{font-size:25px!important}.pkg_name{margin-bottom:3%}.pkg_name h3{float:left}.pkg_name h5{font-weight:800!important;color:#ffde00!important;font-size:20px!important}.bt{margin:0 10%}.bt2{border-bottom:2px solid #fff;margin-bottom:5%;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.pricing_section .pricing_pannel .pricing_block .price{font-size:48px;color:var(--purple);margin:25px 0 0;display:block;font-weight:600}.qu{border-bottom:3px solid #ffde00;margin:0 24% 5%;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.pricing_section .pricing_pannel .pricing_block .price{font-size:40px}.qu p{margin-bottom:5px!important}.se{color:#fff;border-radius:5px;padding:5px 28px;font-size:30px;margin-bottom:10%;font-weight:700;background-image:linear-gradient(to right bottom,#322f80,#2c4a99,#2764af,#297dc2,#3797d3);border:2px solid #fff;position:relative;top:12px}.pricing_block{padding-bottom:10%}.se:hover{color:#fff!important}.tr{margin-top:9%}.contact_text1{font-weight:700;background:-webkit-linear-gradient(#322f80,#389cd7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:25px}.pricing_section .toggle_block span{color:var(--dark-purple);font-weight:600;display:block;margin:0 5px;font-size:18px}.pricing_section .pricing_pannel .pricing_block{padding-top:17px}.new-work .yt_video{margin-top:0!important}.tgs{font-weight:600;margin-top:3%;text-align:justify}.tb2{height:235px;width:100%}.break{margin-bottom:6%;padding-bottom:5%;box-shadow:0 2px 1px #ede9fe;border-radius:5px}.wa{margin-bottom:5%}.poly{background-image:linear-gradient(to right bottom,#322f80,#2c4a99,#2764af,#297dc2,#3797d3);color:#fff;display:inline-block;padding:8px;margin:3% 0;font-weight:600}.query_inner{height:auto!important;padding:10px 0;background-image:linear-gradient(180deg,#31398a,#2d4f9d,#2d65ad,#357bbb,#4490c8)}.query_section .banner_shape1{top:40px;left:15%;animation:mymove 10s infinite}.query_section .banner_shape2{top:94px;right:10%;animation:mymove 5s infinite}.query_inner .section_title h2,.query_inner .section_title p{color:#fff;font-weight:600;padding:5% 13% 0}.about_app_section .about_text .app_statstic li,.main-s{background-color:var(--bg-white);box-shadow:0 4px 10px #ede9fe}.about_app_section .about_text .app_statstic li{width:265px;margin-bottom:30px;display:flex;align-items:center;border-radius:12px;padding:15px 10px 15px 15px}.about_app_section .about_img img{max-width:100%;margin-left:13%;width:49%}.left_img img{max-width:100%;margin-left:20%;width:55%}.moving_position_animatin{position:relative;animation:moving_position_animatin 6s linear infinite;z-index:1;margin-left:40%}.tb{height:580px;width:100%}.newsletter_box .section_title{width:33.33%}.newsletter_box form{width:66.66%}.newsletter_box form .form-group .form-control{width:262px;height:55px;border-radius:6px;color:var(--dark-purple)}.nu{margin-right:10px}.features_section .feature_detail .feature_box{max-width:100%}.features_section .feature_detail .left_data{text-align:left;padding-left:130px}.moving_position_animatin1{position:relative;animation:moving_position_animatin 6s linear infinite;z-index:-1;margin-top:13%;margin-left:16%}.features_section .feature_detail .left_data .data_block .icon{margin-right:0;margin-left:-3%}.features_section .features_inner{position:relative;background-color:hsla(0,0%,100%,.8);padding:190px 0 70px;border-radius:30px;box-shadow:0 4px 30px #ede9fe;border:1px solid var(--bg-white)}.features_section .features_inner .feature_img{overflow:auto;margin:auto;position:absolute;top:-90px;left:0;bottom:0;right:0}.features_section .features_inner .feature_img img{max-width:100%}.features_section .features_inner .features_block{max-width:1170px;margin:0 auto;padding:40px 20px 0}.features_section .features_inner .feature_box .text{padding:50px 0 0}.features_section .features_inner .feature_box .text h4{font-size:20px;color:var(--dark-purple);font-weight:600}.features_section .features_inner .feature_img{width:70%!important;overflow:auto!important;margin:auto!important;position:absolute!important;top:-90px!important;left:0!important;bottom:0!important;right:0!important}.pricing_section .pricing_pannel .pricing_block{text-align:center;background-color:var(--bg-white);min-height:auto}.pkg_name h3{float:inherit}.pricing_section .pricing_pannel .pricing_block .pkg_name h3{margin-bottom:0}.pricing_section .pricing_pannel .pricing_block .price{font-size:50px}.price span{font-size:24px}.features_section .features_inner .feature_box .text h4,.image{text-align:center}.newsletter_box form .form-group .form-control{width:239px}.newsletter_box form{width:63.66%}.why_we_section .why_inner .why_box .icon{margin-bottom:45px;text-align:center}.why_we_section .why_inner .why_box .text h3{text-align:center;font-size:20px;font-weight:600;color:var(--dark-purple);margin-bottom:10px}.why_we_section .why_inner .why_box .text p{margin-bottom:0;text-align:center}.experts_team_section .experts_box{position:relative;text-align:center;padding:35px 30px;border-radius:12px;background-color:transparent;transition:all .4s;background-color:var(--bg-white);box-shadow:0 4px 10px #ede9fe}.experts_team_section .experts_box .text span{color:var(--body-text-purple);font-weight:600}.experts_team_section .experts_box .text p{margin-top:5%;font-weight:500}.trusted_section .company_logos img{filter:none;margin:0 auto;transition:all .4s}.features_section1 .features_inner .feature_box{width:100%;border-radius:12px;text-align:left}.features_section1 .features_inner{position:relative;background-color:hsla(0,0%,100%,.8);padding:76px 0 70px;border-radius:30px;box-shadow:0 4px 30px #ede9fe;border:1px solid var(--bg-white)}.features_section1 img{width:100%;border-top-left-radius:10px;border-top-right-radius:10px}.sd{font-weight:600;margin-top:2%!important;font-family:Poppins,sans-serif}.wp-block-heading{margin-top:20px!important;margin-bottom:20px!important;font-weight:600;font-size:25px}.wp-block-content{font-size:16px;font-family:Poppins,sans-serif}.tss ol li,.tss ul li{list-style:disc}.tss ul li{margin-left:2%}.tab{margin-top:3%;padding-top:2%;overflow:hidden;box-shadow:0 4px 30px #ede9fe;background-color:#fff;display:flex;justify-content:center;align-items:center;border-top-left-radius:12px;border-top-right-radius:12px}.tab button{padding:14px 16px}.tab button.active,.tab button:hover{color:#fff;background-color:var(--purple);background-image:linear-gradient(to right bottom,#322f80,#2c4a99,#2764af,#297dc2,#3797d3);font-weight:600;border-radius:12px}.tabcontent{padding:3%;border-bottom-left-radius:12px;background:#fff;border-top:none;box-shadow:0 4px 11px #ede9fe;border-bottom-right-radius:12px}.pricing_section .pricing_pannel .pricing_block{margin-bottom:0}.price span{font-size:46px}.pricing_block .btn2{padding:7px 69px;margin-bottom:10%;border:3px solid #fff}.benifits li p span i{font-size:21px!important;color:#ffde00;position:relative;top:3px;margin-right:10px}.contact_text{margin-top:2%;font-weight:600}.pricing_section .pricing_pannel .pricing_block .benifits li p{margin-bottom:5px}.pricing_block .btn2{text-transform:uppercase}.pricing_section .pricing_pannel .pricing_block .benifits{margin-bottom:0}.bi-x-circle-fill{color:#ff511f!important}.new-work{margin-bottom:7%}.query_section .banner_shape3{top:350px;right:6%;animation:mymove 3s infinite}.tass .features_inner{padding:60px 0 70px}.main_img img{width:100%}.blog_authore,.blog_tags,.quote_block p,.review{display:none!important}.vcc{width:100%;height:195px}.vcc2{width:100%;height:310px}.story_img{width:100%;height:250px!important}.story_img img{width:100%;height:100%}.pricing_section .pricing_pannel{margin-top:20px;display:none}.tab{margin-top:0}.pricing_section .toggle_block .tog_block .tog_btn{height:17px;width:17px;border-radius:25px;display:block;background-color:var(--purple);position:absolute;left:5px;top:50%;transform:translateY(-50%);transition:all .4s}.pricing_section .toggle_block .tog_block{width:58px;height:30px;background-color:var(--bg-white);border-radius:18px;margin:0 10px;position:relative;cursor:pointer}.tab button{background-color:inherit;border:none;outline:none;cursor:pointer;color:#333a8a;padding:5px 11px;transition:.3s;font-size:17px;margin:0 5px;font-weight:600}.tabcontent{display:none;padding:2%}.price span{font-size:35px}.pricing_section .pricing_pannel .pricing_block .price{font-size:35px;padding-top:0;line-height:35px;margin-top:0}.tenuare,.ton{padding-bottom:0!important;margin-bottom:0!important}.pricing_section .pricing_pannel .pricing_block .pkg_name h3{font-size:24px!important;font-weight:600;margin-bottom:13px!important}.pricing_block .btn2{color:#fff;border-radius:5px;padding:3px 48px;font-size:20px;margin-bottom:6%;font-weight:700;background-image:linear-gradient(to right bottom,#322f80,#2c4a99,#2764af,#297dc2,#3797d3);border:2px solid #fff;position:relative;top:12px}.pricing_block{padding-bottom:4%}.pricing_section .pricing_pannel .pricing_block .benifits li p{margin-bottom:0;font-weight:500;text-align:justify;margin-left:16%}@media screen and (max-width:767px){.abt_img{margin-top:15%}.vcc,.vcc2{width:100%;height:100%!important}.cll{margin-top:10%!important}.pricing_section .pricing_pannel .pricing_block{min-height:auto;padding:30px 15px;margin-bottom:5%!important}.banner_section{margin-top:80px!important}.how_it_works .yt_video .thumbnil{height:auto!important;border-radius:15px}.features_section .features_inner .feature_img{top:-20px!important}.cx{margin-top:-30%}.how_it_works .yt_video .thumbnil a .play_btn{margin-bottom:0}.navbar{margin-bottom:7px}.nu{margin-right:0}.about_app_section .about_img img{max-width:100%;margin-left:0}.moving_position_animatin{position:relative;animation:moving_position_animatin 6s linear infinite;z-index:1;margin-left:20%}.navbar-collapse{margin-top:4%}.bred_crumb{min-height:255px!important}.tab{margin-top:3%;padding-bottom:5%;padding-top:5%}.tab button{padding:14px 12px!important}.features_section1 .features_inner .feature_box{padding:0 0 20px!important;margin-bottom:10%}.gff{margin-top:26%}.query_inner1{min-height:auto;margin:10% 1px 0}.trusted_section .company_logos{padding-top:33px!important}.tog_btn.month_active{left:19px!important}.tab button{padding:8px 12px!important}.pricing_block .btn2{color:#fff;border-radius:5px;padding:3px 48px;font-size:17px;border:2px solid #fff}}.anim_line{width:100%;height:100%;position:absolute;top:0;left:50%;transform:translateX(-50%);display:none}#form-result{font-size:16px;font-weight:700;padding:10px;margin-top:10px;display:none}.alert-success{background-color:#4caf50;color:#fff}.alert-danger{background-color:#f44336;color:#fff}.contact_page_section .contact_inner .contact_form form .form-group button{width:100%;display:block;background-image:linear-gradient(180deg,#31398a,#2d4f9d,#2d65ad,#357bbb,#4490c8);color:#fff;margin:35px auto 10px;padding:12px!important;border-radius:11px;border:none}.features_section1 .features_inner .feature_box .text{padding:30px;background-color:var(--light-purple);border-radius:30px;margin-top:20px}.feature_box .text p{text-align:center;margin-bottom:0}@media(max-width:786px){.about_app_section .about_img img,.left_img img{width:100%!important}}:root{--light-purple:#f6f4fe;--purple:#333a8a;--bg-purple:#333a8a;--dark-purple:#32236f;--body-text-purple:#3e3f66;--text-white:#fff;--bg-white:#fff;--slider-dots-color:#d4d2dd;--light-bg:#dfdaf3}@media screen and (max-width:1600px){footer .top_footer.has_bg{background-repeat:repeat-y;background-position:0 50px}.why_we_section .why_inner{margin:0 15px}.youtube-video .modal-dialog{max-width:1040px!important}}@media screen and (max-width:1300px){.features_section .feature_detail .feature_box{width:350px}.features_section .feature_detail .left_data{padding-left:75px}.features_section .feature_detail .right_data{padding-right:75px}}@media screen and (max-width:1200px){.row_am{padding:50px 0}.navbar-expand-lg .navbar-nav .nav-link{padding:5px 8px}.navbar-expand-lg .navbar-nav .nav-link.dark_btn{padding:9px 30px}.navbar-expand-lg .navbar-nav .has_dropdown .drp_btn{right:5px}.banner_section .banner_slider .right_icon{right:-30px}.features_section .feature_detail .feature_box{width:300px}.features_section .feature_detail .left_data{padding-left:15px}.features_section .feature_detail .right_data{padding-right:15px}.about_app_section .about_text .app_statstic li{width:210px;padding-left:20px}.about_app_section .about_text .app_statstic li p:first-child{font-size:30px}.modern_ui_section .ui_images:before{width:475px;height:475px}.modern_ui_section .ui_images .right_img img:first-child{margin-left:-60px}.modern_ui_section .ui_images .right_img img:nth-child(2){margin-left:-140px}.free_app_section .container .free_app_inner .free_img img{transform:scale(.8)}.free_app_section .container .free_app_inner .free_img img:last-child{margin-left:-45px;transform:scale(.8)}.free_app_section .container .free_app_inner .free_img{margin-top:-180px}.newsletter_box .section_title{width:60%}.newsletter_box .section_title h2{font-size:24px;letter-spacing:1px}.newsletter_box form .form-group .form-control{width:250px}.youtube-video .modal-dialog{max-width:940px!important}.app_solution_section .app_images ul li:nth-child(2){width:45%;left:0}.app_solution_section .app_images ul li:nth-child(3){width:50%;right:0}.experts_team_section .experts_box .text span{min-height:50px;display:block;margin-bottom:10px}.review_list_section .review_box h3{font-size:16px}.review_list_section .review_box .reviewer .text span,.review_list_section .review_box p{font-size:14px}.contact_page_section .contact_inner{margin-top:-120px}.contact_page_section .contact_inner .contact_form{width:520px;padding:50px 30px}.contact_page_section .contact_inner .contact_info{width:350px}.contact_page_section .contact_inner .section_title h2{font-size:34px}.bred_crumb{min-height:400px}.bred_crumb:after{background-size:100%;height:110px}.blog_detail_section .blog_inner_pannel{margin-top:-100px;padding:30px}}@media screen and (max-width:992px){.navbar-toggler-icon{display:flex;align-items:center;color:var(--body-text-purple);justify-content:flex-end}.white_header .toggle-bar{color:var(--text-white)}.free_app_section .container .free_app_inner .free_text .section_title h2,.section_title h2{font-size:30px}header.fix_style{padding:5px 0}.white_header .navbar-collapse{position:absolute;top:110%;width:100%}.white_header .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn,.white_header .navbar-expand-lg .navbar-nav .nav-link{color:var(--body-text-purple)}.white_header .navbar-expand-lg .navbar-nav .nav-link.dark_btn{background-color:var(--bg-purple);color:var(--text-white)}.banner_section{text-align:center}.banner_section .app_btn,.banner_section .used_app{justify-content:center}.navbar-expand-lg .navbar-nav{align-items:flex-start}.navbar-toggler{padding-right:0;line-height:1.7}.navbar-expand-lg .navbar-nav{padding:20px 15px;background-color:var(--bg-white);border-radius:15px;box-shadow:0 4px 10px #ede9fe}.navbar-expand-lg .navbar-nav .nav-link.dark_btn{margin-left:0;margin-top:15px}.navbar-expand-lg .navbar-nav .has_dropdown{flex-direction:column;align-items:flex-start;width:100%;box-shadow:none}.navbar-expand-lg .navbar-nav .has_dropdown:hover{box-shadow:none}.navbar-expand-lg .navbar-nav .has_dropdown .drp_btn{position:absolute;right:0;padding:0 10px}.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu{position:relative;opacity:1;pointer-events:all;top:auto;background-color:transparent;border-bottom:1px solid #6b49f268;border-radius:0;width:100%;min-width:100%;max-width:100%;margin-left:10px;display:none;box-shadow:none;margin-top:0}.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul{padding:0;margin-top:0}.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a{display:block;padding:5px 10px 5px 0}.navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu{margin-top:0}.banner_section .banner_text h1{font-size:40px}.banner_section .banner_slider{margin-top:50px}.banner_section .banner_slider .left_icon{left:0}.banner_section .banner_slider .right_icon{right:0}.features_section .feature_detail .feature_img{width:275px}.features_section .feature_detail .feature_box .data_block{margin-bottom:30px}.features_section .feature_detail .feature_box{width:200px}.about_app_section .row{flex-direction:column-reverse}.about_app_section .about_img{justify-content:flex-start;margin-top:75px;margin-left:0}.about_app_section .about_img:before{left:50%}.about_app_section .about_img .screen_img{margin-left:-170px}.about_app_section .about_text .app_statstic{justify-content:flex-start}.about_app_section .about_text .app_statstic li{width:35%;margin-right:30px}.about_app_section .about_img:before{left:35%}.modern_ui_section .ui_images{margin-top:30px}.modern_ui_section .ui_text{padding-right:0}.modern_ui_section .ui_images .right_img{display:flex;flex-direction:column;align-items:center}.how_it_works .step_block ul li .step_img,.how_it_works .step_block ul li .step_text{width:280px}.how_it_works .yt_video .thumbnil a{top:57%}.how_it_works .yt_video .thumbnil a span{font-size:20px}#testimonial_slider{max-width:500px}.pricing_section .pricing_pannel .pricing_block{padding-left:15px;padding-right:15px;min-height:600px;padding-top:30px}.pricing_section .pricing_pannel .pricing_block .price{font-size:36px}.pricing_section .pricing_pannel .pricing_block .benifits li p{font-size:14px}.interface_section .screen_slider{min-height:550px}.free_app_section .container .free_app_inner{padding:20px 15px}.free_app_section .container .free_app_inner .free_img img{transform:scale(.75)}.free_app_section .container .free_app_inner .free_img img:last-child{margin-left:-120px;transform:scale(.7)}.free_app_section .container .free_app_inner .free_text .app_btn li a{padding:10px 20px}.latest_story{margin-bottom:40px}.latest_story .story_box .story_text{padding:15px}.newsletter_box{flex-direction:column;padding:30px 20px}.newsletter_box .section_title,.newsletter_box form{width:100%;margin:10px 0;justify-content:center}.newsletter_box form .form-group .form-control{width:350px}.newsletter_box .section_title h2,.newsletter_box .section_title p{text-align:center}footer .top_footer .logo,footer h3{margin-bottom:20px}footer .abt_side{margin-bottom:50px}footer .top_footer .try_out{margin-left:0}footer .top_footer .col-md-6{margin-bottom:15px}footer .top_footer.has_bg{background-position:50%}.bred_crumb{min-height:350px}.bred_crumb .bred_text h1{font-size:30px}.bred_crumb:after{background-size:100%;height:90px;bottom:-5px}.bred_crumb .bred_text .search_bar form .form-group{height:50px}.bred_crumb .bred_text .search_bar form .form-group .btn{width:46px;height:46px;line-height:46px}.bred_crumb .banner_shape3{top:240px;animation:mymove 3s infinite}.app_solution_section .app_images{margin-top:30px}.app_solution_section .app_images ul li:nth-child(2){text-align:right}.app_solution_section .app_text p{padding-right:0}.app_solution_section .app_text .section_title{text-align:center}.app_solution_section .app_images{margin-top:70px}.app_solution_section .app_images:before{width:350px;height:350px}.why_we_section .why_inner{padding:35px 0 0}.why_we_section .why_inner .why_box{margin-bottom:50px;text-align:center}.why_we_section .why_inner .why_box .icon{margin-bottom:30px}.experts_team_section .experts_box .text span{min-height:auto}.query_inner .white_btn{font-size:14px}.blog_list_main .blog_text{margin-top:30px}.blog_detail_section .blog_inner_pannel{margin-top:-100px;padding:30px}.blog_detail_section .blog_inner_pannel .info ul{padding-left:30px}.comment_section ul li .comment{width:calc(100% - 280px);margin-left:20px}.blog_detail_section .blog_inner_pannel .quote_block{padding:55px 30px 35px}.contact_page_section .contact_inner{flex-direction:column;margin-top:60px}.contact_page_section .contact_inner .contact_form{width:100%}.contact_page_section .contact_inner .contact_info{width:100%;margin-top:50px}}@media screen and (max-width:767px){body{font-size:14px;text-align:center}.row_am{padding:30px 0}.section_title p br{display:none}.free_app_section .container .free_app_inner .free_text .section_title h2,.section_title h2{font-size:24px}.navbar{padding-top:15px}.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a{text-align:left;line-height:1.5;font-size:14px}.banner_section{margin-top:60px}.banner_section .banner_text h1{font-size:30px}.banner_section .app_btn,.banner_section .used_app{justify-content:center}.banner_section .app_btn li:last-child{margin-left:0}.banner_section .app_btn li{margin:0 15px}.banner_section .app_btn li a{padding:10px 20px}.banner_section .app_btn li a img{height:25px}.banner_section .banner_slider .left_icon{left:-40px}.banner_section .banner_slider .right_icon{right:-40px;z-index:1000}.banner_section .banner_slider:before{width:350px;height:350px}.trusted_section .company_logos{padding-top:0}.trusted_section .company_logos img{max-width:70%}.features_section .feature_detail{flex-direction:column-reverse;padding-top:30px;margin-top:0}.features_section .feature_detail .feature_img{position:relative;top:auto;left:auto;transform:none;width:75%;margin:0 auto}.features_section .feature_detail .feature_box{width:100%;padding:0 15px;text-align:center}.features_section .feature_detail .left_data .data_block .icon{margin-right:0}.features_section .feature_detail .right_data .data_block .icon{margin-left:0}.features_section .feature_detail .feature_box .data_block{margin-bottom:0;margin-top:30px}.about_app_section .about_text,.about_app_section .about_text .section_title{text-align:center}.about_app_section .about_text .app_statstic{margin-top:0;justify-content:space-between}.about_app_section .about_text .app_statstic li{width:48%;margin-right:0}.about_app_section .about_text .app_statstic li p:first-child{font-size:18px}.about_app_section .about_img{margin:50px 0 0;justify-content:center}.about_app_section .about_img:before{width:350px;height:350px}.modern_ui_section .ui_images{margin-top:10px}.modern_ui_section .section_title{text-align:center}.modern_ui_section .design_block li{padding-left:0;margin-bottom:30px}.modern_ui_section .design_block li:before{position:relative;left:auto;top:auto;display:inline-block}.modern_ui_section .ui_images img{max-width:100%}.modern_ui_section .ui_images:before{width:350px;height:350px}.modern_ui_section .ui_images .left_img{width:70%}.modern_ui_section .ui_images .right_img{justify-content:center}.modern_ui_section .ui_images .right_img img:first-child{top:0;width:100px}.modern_ui_section .ui_images .right_img img:nth-child(3){margin-top:0}.how_it_works .how_it_inner{padding:50px 15px}.how_it_works .step_block ul{padding-top:30px}.how_it_works .step_block ul li,.how_it_works .step_block ul li:nth-child(2){flex-direction:column;padding-left:30px}.how_it_works .step_block ul li .step_text h4{font-size:18px}.how_it_works .step_block ul li:before{left:0;transform:none;height:calc(100% + 10px);top:40px}.how_it_works .step_block ul li:first-child:before{height:calc(100% + 50px)}.how_it_works .step_block ul li:first-child:after{left:-5px;transform:none;display:none}.how_it_works .step_block ul li .step_img,.how_it_works .step_block ul li .step_text,.how_it_works .step_block ul li:nth-child(2) .step_img,.how_it_works .step_block ul li:nth-child(2) .step_text{text-align:center}.how_it_works .step_block ul li .step_img,.how_it_works .step_block ul li .step_text{width:100%}.how_it_works .step_block ul li .step_number{position:absolute;top:-5px;left:-23px;width:50px;height:50px}.how_it_works .step_block ul li:last-child:before{opacity:0}.how_it_works .step_block ul li .step_number h3{font-size:15px;margin-bottom:0;margin-top:-2px}.how_it_works .yt_video{margin-top:-50px}.how_it_works .yt_video .thumbnil{height:300px;border-radius:15px}.how_it_works .yt_video .thumbnil img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:15px}.how_it_works .yt_video .thumbnil a{width:100%}.how_it_works .yt_video .thumbnil a .play_btn:after{width:140px;height:140px}.how_it_works .yt_video .thumbnil a .play_btn:before{width:120px;height:120px}.how_it_works .yt_video .thumbnil a .play_btn img{height:auto}.testimonial_section .testimonial_block{margin:0}.testimonial_section .testimonial_block .avtar_faces{display:none}.testimonial_section .testimonial_block .testimonial_slide_box{width:100%}.pricing_section .pricing_pannel .pricing_block{min-height:auto;padding:30px 15px}.pricing_section .pricing_pannel .pricing_block .icon{margin-bottom:15px}.pricing_section .contact_text{margin-top:-20px}.faq_section .faq_panel .card-header h2{text-align:left}.faq_section .faq_panel .card-header .btn{font-size:16px;padding-right:30px;text-align:left}.faq_section .faq_panel .card-body p{text-align:left}.interface_section .owl-item .screen_frame_img img{transform:scale(1)}.free_app_section .container .free_app_inner{padding:50px 15px 0;z-index:99}.free_app_section .container .free_app_inner .free_img{margin-top:0;justify-content:center}.free_app_section .container .free_app_inner .free_img img{max-width:100%}.free_app_section .container .free_app_inner .free_text .section_title{text-align:center}.free_app_section .container .free_app_inner .free_text .app_btn{flex-direction:column}.free_app_section .container .free_app_inner .free_text .app_btn li a{width:200px;text-align:center}.free_app_section .container .free_app_inner .free_text .app_btn li:last-child{margin-left:0;margin-top:15px}.latest_story .story_box{margin-bottom:30px}.newsletter_box form{flex-direction:column;align-items:center}.newsletter_box form .form-group{width:100%}.newsletter_box form .form-group .form-control{width:100%;margin-bottom:15px}.newsletter_box .section_title p{font-size:13px}footer .abt_side,footer .links{margin-bottom:30px}footer .top_footer .social_media{justify-content:center}footer .top_footer .social_media li a{margin:0 5px}footer .top_footer .try_out{margin-left:0}footer .app_btn li a{margin:0 auto}footer .bottom_footer .developer_text{text-align:center;margin-top:10px}footer .go_top{right:10px}footer .top_footer .col-md-6{margin-bottom:0}.anim_line,.anim_line.dark_bg{width:140%}.latest_story .story_box .story_img img{width:100%}.go_top{bottom:30px;z-index:999}.purple_backdrop{display:none}.bred_crumb{min-height:330px}.bred_crumb .bred_text h1{font-size:24px}.bred_crumb .bred_text .search_bar form .form-group{height:50px}.bred_crumb .bred_text .search_bar form .form-group .btn{width:46px;height:46px;line-height:46px}.bred_crumb .bred_text{padding:0 15px;margin-top:15px}.bred_crumb:after{background-size:cover;height:100px}.blog_list_main .blog_text .section_title,.blog_list_story .story_box{text-align:center}.why_we_section .why_inner{padding-bottom:10px}.experts_team_section .experts_box{padding:20px;margin-bottom:15px}.pagination_block ul li:not(:first-child,:last-child) a{width:24px;height:24px;line-height:24px;margin:0 3px;font-size:12px}.blog_detail_bredcrumb.bred_crumb .bred_text{margin-top:-10px}.blog_detail_section .blog_inner_pannel{margin-top:-70px;padding:25px 20px}.blog_detail_section .blog_inner_pannel .section_title{margin-bottom:20px}.blog_detail_section .blog_inner_pannel .section_title h2{font-size:22px}.blog_detail_section .blog_inner_pannel .info h3{font-size:18px}.blog_detail_section .blog_inner_pannel .info ul{text-align:left;padding-left:0}.blog_detail_section .blog_inner_pannel .two_img{margin-bottom:0}.blog_detail_section .blog_inner_pannel .two_img img{margin:10px 0}.blog_detail_section .blog_inner_pannel .quote_block .q_icon{left:50%;transform:translateX(-50%)}.blog_detail_section .blog_inner_pannel .quote_block{padding:55px 20px 35px}.blog_detail_section .blog_inner_pannel .quote_block h2{font-size:18px;line-height:1.4}.blog_detail_section .blog_inner_pannel .blog_authore{flex-direction:column}.blog_detail_section .blog_inner_pannel .blog_authore .authore_info{margin-bottom:30px}.blog_detail_section .blog_inner_pannel .blog_authore .authore_info .text h3{font-size:18px}.comment_section ul li{flex-direction:column;padding:20px 0;text-align:left}.comment_section ul li .comment{width:100%;margin-left:0}.comment_section ul li .authore_info{width:100%;margin-bottom:15px}.comment_section ul li.replay_comment{margin-left:30px}.comment_section ul li .authore_info .text{width:auto}.comment_form_section form .form-group .form-control{height:45px;font-size:14px;margin-bottom:15px}.signup_form{width:calc(100% - 30px);margin:0 15px}.signup_form form{padding:0 20px}.signup_form form .form-group .form-control{font-size:14px;height:50px}.signup_form .or_option .google_btn{min-width:275px;padding:12px 10px}.signup_section .back_btn{top:15px}.signup_section .top_part{padding-top:35px;padding-bottom:35px}.review_freeapp{margin:0 0 40px}.review_list_section .review_box .rating ul,.review_list_section .review_box .reviewer{justify-content:flex-start;text-align:center}.review_list_section .review_box .reviewer .text{width:auto;text-align:left}.review_list_section .review_box{text-align:left}.contact_page_section .contact_inner{margin-top:40px}.contact_page_section .contact_inner .contact_form{padding:30px 20px}.contact_page_section .contact_inner .section_title h2{font-size:24px}.contact_page_section .contact_inner .contact_form form .form-group .form-control{height:50px;font-size:14px}.contact_page_section .contact_inner .contact_form form .term_check label{text-align:left;line-height:1.3}.contact_page_section .contact_inner .contact_form form .term_check{align-items:flex-start}.contact_page_section .contact_inner .contact_info .section_title{text-align:center}.contact_page_section .contact_inner .contact_info .btn{margin-bottom:30px}.contact_page_section .contact_inner .contact_info .contact_info_list li{flex-direction:column}.contact_page_section .contact_inner .contact_info .contact_info_list li .img{width:100%;margin:0}.contact_page_section .contact_inner .contact_info .contact_info_list li .text{width:100%;margin-top:10px}.map_section{margin:15px 0}}@media screen and (max-width:640px){.features_section .feature_detail .feature_box{justify-content:center;margin:0 auto}.banner_shape2,.banner_shape3,.bred_crumb .banner_shape1,.query_section .banner_shape1{display:none}}@media screen and (max-width:479px){.about_app_section .about_img:before{left:49%}}.swiper-pagination-bullets{bottom:10px!important}.swiper-pagination-bullet{width:14px;height:8px;border-radius:4px;background-color:#888;opacity:.7;transition:all .3s ease}.swiper-pagination-bullet-active{background-color:#000;opacity:1}.faq_panel .card-header .btn:hover{transition:none!important;box-shadow:none!important;transform:none!important;scale:none!important}.collapse{opacity:0;transition:opacity .8s ease}.collapse.show{opacity:1;visibility:visible}.accordion-button:after{display:none!important}@media only screen and (max-width:1024px){*{box-sizing:border-box}.page_wrapper{overflow-x:hidden}.container.tss{padding:0 15px;max-width:100%}.bred_crumb.new-crumb{padding:20px 10px}.bred_crumb .bred_text{text-align:center}.bred_crumb .bred_text h1{font-size:26px}.bred_crumb ul{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;padding:0}.why_we_section .why_inner .section_title h2,.wp-block-heading{font-size:22px;text-align:center}.section_title p,.wp-block-content li,.wp-block-content ol,.wp-block-content p{font-size:14px;line-height:1.7;padding:0}.section_title,.why_inner,.wp-block-content{word-break:break-word;overflow-wrap:break-word}.wp-block-content ol,.wp-block-content ul{padding-left:20px;margin-bottom:1rem}.wp-block-content ol li,.wp-block-content ul li{margin-bottom:10px}.bred_crumb img,.wp-block-content img{max-width:100%;height:auto;display:block}}