html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,a,p,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{font-family:Montserrat,sans-serif;line-height:1;background:#031521}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}button:focus{outline:none}table{border-collapse:collapse;border-spacing:0}select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}select::-ms-expand{display:none}label{font-weight:400}iframe{width:100%}h1{font-size:85px;font-weight:800;line-height:91px;letter-spacing:-2px;font-family:Montserrat,sans-serif}h2{font-size:52px;font-weight:700;line-height:57px;letter-spacing:-2px;font-family:Montserrat,sans-serif}h3{font-size:35px;font-weight:700;line-height:41px;font-family:Montserrat,sans-serif}h4{font-size:22px;font-weight:700;line-height:28px;font-family:Montserrat,sans-serif}h5{font-size:18px;line-height:24px;font-family:Montserrat,sans-serif}h6{font-size:16px;font-weight:700;line-height:22px;font-family:Montserrat,sans-serif}ul,li{font-family:Montserrat,sans-serif}p{font-size:16px;font-weight:300;line-height:22px;letter-spacing:.1em;font-family:Montserrat,sans-serif}button{font-size:16px;font-weight:500;line-height:22px;font-family:Montserrat,sans-serif}a{font-size:16px;font-weight:300;line-height:22px;color:#fff;text-decoration:none;transition:all .3s ease;font-family:Montserrat,sans-serif}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#A8C1D2!important}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.hover1{display:inline-block;position:relative;overflow:hidden;border-radius:50px;border:2px solid #8ED3FF;color:#fff;z-index:1;padding:15px 45px;transition:all .3s ease;text-align:center;background:none;width:max-content}.hover1:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(161.05deg,#8ed3ff 14.35%,#08f 90.72%);transition:all .3s ease;z-index:-1;opacity:0}.hover1:hover:before{left:0;opacity:1}.hover1:hover{border:2px solid transparent;color:#031521}.hover2{font-family:Montserrat;font-size:18px;font-weight:500;color:#fadc42;padding:15px 45px;border-radius:60px;transition:.3s ease all}.hover2 svg{transition:.3s ease transform}.hover2:hover{color:#8ed3ff}.hover2:hover svg{transform:translate(20%)}.hover3{display:inline-block;position:relative;overflow:hidden;border-radius:50px;color:#fff;z-index:1;padding:15px 45px;transition:all .3s ease;text-align:center;background:linear-gradient(161.05deg,#8ed3ff 14.35%,#08f 90.72%);width:max-content;display:flex;justify-content:center;align-items:center;border:none}.hover3:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background:none;transition:all .3s ease;z-index:-1;opacity:1}.hover3:hover:before{left:-100%;opacity:0}.hover3:hover{background:linear-gradient(180deg,#2589ac,#db9b1e)}.modal-dialog{max-width:unset;width:80%}.modal-dialog.h-100:hover{background:none!important}.modal-content{background-color:transparent;-webkit-backdrop-filter:unset;backdrop-filter:unset}.modal-content svg{opacity:1;visibility:hidden;position:absolute;right:2%;top:-4%;z-index:1}.modal-content svg{color:#fff;visibility:visible;transition:color .3s ease;cursor:pointer}.modal-content svg:hover{color:#777}.modal-body{width:700px;margin:unset}iframe{border:none;width:100%;height:400px}.modal-content{animation:slideFadeTwistEntrance 1s cubic-bezier(.68,-.55,.27,1.55) forwards;padding:0}@keyframes slideFadeTwistEntrance{0%{transform:translateY(100vh) rotate(-30deg);opacity:0}to{transform:translateY(0) rotate(0);opacity:1}}@keyframes pulse{0%{box-shadow:0 0 0 5px #ffffffb3}70%{box-shadow:0 0 0 15px #fff0}to{box-shadow:0 0 0 5px #fff0}}.scrollToTop{display:none;height:60px;width:60px;position:fixed;bottom:20px;right:20px;background-color:#00eeff41;border-radius:50%;overflow:hidden;cursor:pointer;z-index:999;transition:.5s ease all}.scrollToTop.visible{display:block}.scrollToTop:hover{transform:translateY(-15%)}.scrollToTop .arrowUp{position:absolute;left:0;top:0;z-index:3;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px}.scrollToTop .water{position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;transform:translateY(100%);background-color:#00eeff75;transition:all .3s}.scrollToTop .water_wave{width:200%;position:absolute;bottom:100%}.scrollToTop .water_wave_back{right:0;fill:#c7eeff;animation:wave-back 1.4s infinite linear}.scrollToTop .water_wave_front{left:0;fill:#00eeff75;margin-bottom:-1px;animation:wave-front .7s infinite linear}@keyframes wave-front{to{transform:translate(-50%)}}@keyframes wave-back{to{transform:translate(50%)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5%)}}header .right-sidbar:has(.aside-dropdwon .active) .page-btn,header .dropdown:has(.dropdown-item.active) .nav-link{color:#8ed3ff}header .nav-logo img{width:160px}.three_section_bg{background:radial-gradient(44.37% 82.6% at 12.76% 13.42%,#136165 .82%,#0b3b48 30.02%,#031521);z-index:-2}header .navbar-collapse{justify-content:center}header .right-sidbar{width:280px;position:fixed;height:100vh;top:0;left:-355px;overflow-x:hidden;transition:.5s;padding:12px 10px 10px 5px;background:#082d40;z-index:9999999999999}header .open-aside{display:none;z-index:2;padding:0 2px;background-color:transparent;border:none;font-size:40px;font-weight:400;color:#fff}header .open-aside:hover{color:#fadc42}header aside .fa-caret-down{color:#eaf035;font-size:18px;padding:0 0 5px}header .right-sidbar a:focus,aside a{color:#1b1117}header #slid-drop{display:none}header #slid-btn{cursor:pointer}header aside li{padding:12px}header #slid-drop li{padding:12px 0}header .aside-dropdwon{display:block!important}header .page-btn{padding:0 0 10px;color:#fff;background-color:transparent;border:none;font-size:14px}header .page-btn:hover{color:#8ed3ff}header .navbar ul li a:focus,header .navbar ul li a{color:#fff;padding:14px}header .navbar ul li a i{color:#eaf035}header .dropdown ul .active{background:none}header .right-sidbar .nav-item a{color:#fff}header .right-sidbar .nav-item a:hover,header .navbar-nav .nav-link:hover,header .navbar-nav .nav-link.active,header .navbar-nav .nav-link.show{color:#8ed3ff}header aside .nav-item .active,header .right-sidbar .active a,header .navbar ul .active,header .navbar ul li a:hover{color:#8ed3ff}header .dropdown ul{width:200px}header .dropdown-menu{padding:15px 10px;background-color:#082d40;overflow:hidden;transition:all .5s ease-in;visibility:hidden;display:block;border:1px solid #2D6A77;border-radius:25px;z-index:999999999;position:relative}header .navbar .dropdown:hover .dropdown-menu{display:block}header .dropdown ul li a{color:#fff;border-radius:10px;background:transparent}header .dropdown ul li a:hover{background-color:transparent}header aside .fa-xmark{padding:8px 13px;background-color:#eaf035;background:linear-gradient(161.05deg,#8ed3ff 14.35%,#08f 90.72%);color:#fff;border:none;border-radius:10px;font-size:22px}header aside .fa-xmark:hover{background:linear-gradient(180deg,#2589ac,#db9b1e)}header .open-aside:hover{color:#8ed3ff}header .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}header .modal-content{width:80%;padding:20px;border-radius:8px;position:relative;animation:slideDown .3s ease-out}header .modal-content input{border:none;border-bottom:1px solid #6C8DA4;background:transparent;padding:20px;outline:none;color:#fff}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}header .close-modal{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer;color:#fff}header .search-button{margin-top:10px;padding:10px 20px;background:#2589ac;color:#fff;border:none;border-radius:4px;cursor:pointer}header .search-button:hover{background:#1a6b8a}.Hero{padding:100px 0}.Hero h1{background:linear-gradient(90deg,#ecfbfe 2%,#c0d4c9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;font-size:10x}.Hero p{color:#e4e4e4;padding:15px 16px 40px 0}.Hero .position-relative:before{content:"";position:absolute;top:-4%;left:0;width:108%;height:103%;z-index:0;background:url(/DOREMI-TECH/assets/hero_bg-DVTlA1V0.webp) center center / cover no-repeat;background-size:112% 131%}.Hero figure{position:relative;animation:bounce 3s ease-in-out infinite}.Hero .position-absolute{width:110px;bottom:0;left:10px;animation:rotate 15s linear infinite}.About p,.About h3{color:#e4e4e4}.About p{font-size:14px}.About .flex-column{padding:50px 40px 40px;border:1px solid #2D6A77;border-radius:25px}.About .flex-column p{padding:15px 150px 30px 0}.About .flex-column svg{border-radius:50%;width:50px;height:50px;border:1px solid #ffffff;padding:8px;animation:pulse 1.5s infinite}.About .gap-lg-2{font-size:18px;font-weight:500;color:#fff}.About .gap-lg-2:hover svg{border:1px solid #8ED3FF}.About .gap-lg-2:hover{color:#8ed3ff}.About .border-1{border:1px solid #2D6A77;border-radius:25px;padding:55px 40px 45px 70px}.About .h-100:hover{background:#082d40a6}.About .border-1 hr{margin:0 80px 0 0;border-bottom:var(--bs-border-height) solid;border:1px solid #E4E4E4;opacity:1;width:1px}.About .border-1 p{padding:15px 0 0;width:71%}.About .border-1 svg{width:14px;color:#ffe978}.About .border-1 .gap-2{margin:40px 0 0}.About .border-1 img{width:45px;border:1.5px solid #E4E4E4;height:fit-content}.About .border-1 .z-1{left:-10px;margin:0 0 0 -10px}.About .border-1 .gap-2 p{font-size:16px;color:#a0a0a0;width:100%;padding:0}.Goal h2{font-size:clamp(1.2rem,5vw,1.8rem);background:linear-gradient(82.48deg,#b7cea6 -12.93%,#fcfef5 92.19%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;width:50%}.Goal .mx-auto p,.Goal .mx-auto h5{color:#e4e4e4;padding:15px 0 0;width:55%}.Goal .Goal_Card{padding:50px 70px;border-radius:25px;transition:.3s ease all;min-height:450px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;box-sizing:border-box}.Goal .Goal_Card:hover{background:#082d40}.Goal .Goal_Card:hover figure{transform:translateY(-10%)}.Goal .Goal_Card h4{padding:25px 0 20px;color:#e4e4e4}.Goal .Goal_Card p,.Goal .Goal_Card h5{font-size:14px;color:#e4e4e4;padding:0 14px}.Goal .Goal_Card figure{background:linear-gradient(180deg,#2589ac,#db9b1e);width:145px;height:145px;border-radius:20px;transition:.3s ease all}.Goal .Goal_Card img{width:70px;height:70px}.Partners .slick-slider{padding:60px 0;border-top:1px solid #19515E;border-bottom:1px solid #19515E}.Partners .slick-slider img{width:180px;height:42px}.Process{padding:100px 0}.Process figure{width:fit-content}.Process .position-relative:before{content:"";position:absolute;top:-9%;left:0;width:100%;height:106%;z-index:0;background:url(/DOREMI-TECH/assets/process-giXA5t_g.webp) center center / cover no-repeat;background-size:100% 104%}.Process img{width:83%;animation:bounce 3s ease-in-out infinite}.Process h2{font-size:clamp(1.2rem,5vw,2.2rem);background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}.Process p{color:#e4e4e4;font-size:14px}.Process h5{color:#e4e4e4;font-size:15px}.Process .text-center p{padding:15px 93px 40px 0}.Process .Process_Card{gap:18px}.Process .Process_Card h4{color:#e4e4e4;padding:0 0 9px}.Process .Process_Card p{width:70%}.Process .Process_Card figure{width:54px;padding:17px;height:54px;background:linear-gradient(161.05deg,#fded5c 14.35%,#8ed3ff 63.35%,#08f 90.72%);transition:.3s ease all}.Process .Process_Card img{width:30px}.Process .Process_Card:hover figure{transform:translateY(-10%)}.Services h2{font-size:clamp(1.8rem,5vw,2.2rem);background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;width:90%;text-transform:uppercase}.Services h3{background:linear-gradient(99.32deg,#eaefe7 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#f0f2f1 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;width:90%;text-transform:uppercase}.Services p,.Services h5{color:#e4e4e4}.Services p,.Services h5{font-size:14px}.Services .text-center p{padding:15px 93px 35px 0}.Services .ServicesCard{padding:25px;border:1px solid #2D6A77;border-radius:12px}.Services .ServicesCard:hover{background:#031521}.Services .ServicesCard h5{padding:0 0 12px}.Services .ServicesCard p,.Services .ServicesCard h6{width:90%}.Services figure.position-relative{z-index:2;animation:bounce 3s ease-in-out infinite}.Services figure.position-relative img{width:57%;border-bottom-right-radius:31%}.Services figure.position-relative:before{content:"";position:absolute;top:0%;left:53px;width:100%;height:101.4%;z-index:-1;background:url(/DOREMI-TECH/assets/services-bg-elBBtBog.webp) center center / cover no-repeat;background-size:100% 100%}.Services .position-absolute{border:1px solid #2D6A77;border-radius:25px;background:#141b18;padding:30px 25px;bottom:-90px;z-index:100;left:70px}.Services .position-absolute .justify-content-between figure{width:45px;height:45px;background-color:#ff427b;color:#fff}.Services .position-absolute .justify-content-between:nth-child(2n) figure{background-color:#42a4ff}.Services .justify-content-between h6{color:#fff}.Services .justify-content-between .d-flex p{color:#cccdcc}.Services .justify-content-between .p-0{color:#ff5e84}.Services .justify-content-between p{color:#07c86b}.AboutServices figure.position-relative img{position:relative;left:-52px}.AboutServices figure.position-relative:before{left:0}.AboutServices .text-center p,.AboutServices .text-center h5{padding:15px 200px 0 0}.Visa{padding:120px 0 45px}.Visa img{border-radius:25px}.Visa .row{width:80%;margin:0 auto;background-color:#082d40f2;border-radius:25px;position:relative;top:-110px;padding:50px;border:1px solid #2D6A77}.Visa h2,.Visa h3{background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.Visa h3{padding:0 0 20px}.Visa h5{color:#e4e4e4}.Visa p{color:#e4e4e4;font-size:14px;padding:0 14px 0 0}.Visa .hover1{margin:30px 0 0}.Visa .gap-md-4{padding:35px 0 24px}.Visa .slick-slider img{width:60px;height:60px}.Visa .m-0{font-size:12px;line-height:18px;width:70%}.Visa .position-absolute{width:100%;top:35px}.Pricing{padding:70px 0 75px;background:#082d40a6;border-top:1px solid #2D6A77;border-bottom:1px solid #2D6A77}.Pricing figure{height:100%}.Pricing .position-relative:before{content:"";position:absolute;top:0%;left:0;width:100%;height:100%;z-index:0;background:url(/DOREMI-TECH/assets/pricing_bg-BhSdFgVy.webp) center center / cover no-repeat;background-size:contain}.Pricing img{position:relative;z-index:1;width:70%;height:auto;animation:bounce 3s ease-in-out infinite}.Pricing .text-center h2{background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;width:90%}.Pricing .text-center p{color:#e4e4e4;padding:15px 52px 40px 0}.Pricing .PricingCard{border:1px solid #2D6A77;padding:30px 25px 35px;border-radius:25px}.Pricing .PricingCard h5{color:#e4e4e4;background:linear-gradient(180deg,#2589ac,#db9b1e);border-top-right-radius:15px;border-bottom-right-radius:15px;padding:5px 20px 5px 25px;position:relative;left:-25px}.Pricing .PricingCard h2{color:#fff}.Pricing .PricingCard p{color:#fdbc5c}.Pricing .PricingCard .align-items-end{gap:10px}.Pricing .PricingCard ul{padding:22px 0 0}.Pricing .PricingCard li{color:#e4e4e4;font-size:14px;width:68%;padding:0 0 0 20px}.Pricing .PricingCard ul svg{font-size:16px;color:#031521;width:22px;height:22px;border-radius:50%;background:#3a6887;font-weight:700}.Pricing .PricingCard:hover{background:#031521}.Pricing .PricingCard:hover ul svg{background:#fdbc5c}.Pricing .hover1{margin:35px 0 0}.three_section_bg .Pricing{background:transparent;border-top:none;border-bottom:none;padding-top:0!important}.Testimonial{padding:100px 0}.Testimonial h5,.Testimonial h3{background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.Testimonial .mx-auto p{color:#e4e4e4;padding:15px 175px 40px}.Testimonial .TestimonialSlider{background:#082d40f2;border-radius:25px;border:1px solid #2D6A77;padding:85px 20px 20px;width:80%;margin:54px auto 0}.Testimonial .TestimonialSlider p{font-size:14px;color:#e4e4e4;width:67%}.Testimonial .TestimonialSlider .pt-1{color:#fff}.Testimonial .TestimonialSlider .gap-1{padding:18px 0}.Testimonial .TestimonialSlider svg{color:#ffe978;width:15px}.Testimonial .TestimonialSlider .rounded-circle{position:absolute;border:2px solid #0088FF;left:45%;top:-54px;width:112px}.Testimonial .TestimonialSlider .position-absolute{top:26px;right:8%;width:72px}.Testimonial .slick-prev{left:7%}.Testimonial .slick-prev,.Testimonial .slick-next{right:7%;top:60%;background:linear-gradient(161.05deg,#8ed3ff 14.35%,#08f 90.72%);border-radius:50%;width:70px;height:70px;display:flex;justify-content:center;align-items:center;z-index:10}.Testimonial .slick-prev,.Testimonial .slick-next{color:#fff;font-size:15px;padding:20px;display:flex!important;justify-content:center;align-items:center}.Testimonial .slick-next:hover,.Testimonial .slick-prev:hover{background:linear-gradient(380.05deg,#8ed3ff 14.35%,#08f 90.72%)}.Testimonial .slick-prev:before,.Testimonial .slick-next:before{content:""}.FAQ{padding:100px 0;background:linear-gradient(180deg,#082d40a0,#082d4000)}.FAQ h4,.FAQ h2{background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;width:80%}.FAQ p{color:#e4e4e4;padding:15px 80px 30px 0}.FAQ .accordion-header:focus{background-color:transparent}.FAQ .accordion{box-shadow:9px 19px 22px #00000012;border-radius:25px;border:1px solid #E8E8E8;background-color:#fff;padding:25px 0}.FAQ .accordion-item,.FAQ .accordion-header{background-color:transparent}.FAQ .accordion-body{padding:20px 50px 10px 40px}.FAQ .accordion-item{border:none;padding:15px 0}.FAQ .accordion p{color:#97a9a8;padding:0}.FAQ .accordion-button{color:#3a3a3a;font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;justify-content:space-between;background-color:transparent;gap:36px;background-color:#fff;border:none;padding:0 30px 0 40px;border-radius:25px}.FAQ .accordion-button:active,.FAQ .accordion-button:focus{box-shadow:none;outline:none}.FAQ .accordion-button:not(.collapsed){border:0;outline:none;box-shadow:unset}.FAQ .accordion-item:last-of-type .accordion-header .accordion-button.collapsed,.FAQ .accordion-item:last-of-type .accordion-button,.FAQ .accordion-item:first-of-type .accordion-button{border-radius:25px}.FAQ .accordion-button:not(.collapsed){color:#171626;padding:0 30px 0 40px;border-radius:25px;outline:none;border:none}.FAQ .accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='2'%20viewBox='0%200%2025%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='24'%20y1='1'%20x2='1'%20y2='1'%20stroke='%2323DD84'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");background-position:-100%}.FAQ .accordion-button:after{background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cline%20x1='11.9375'%20y1='1'%20x2='11.9375'%20y2='24'%20stroke='%2323DD84'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cline%20x1='24'%20y1='11.9375'%20x2='1'%20y2='11.9375'%20stroke='%2323DD84'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e")}.QuestionFAQ{background:none}.QuestionFAQ .text-center p{color:#e4e4e4;width:60%}.Blog{padding:0 0 100px}.Blog h2{background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}.Blog .text-center p{color:#e4e4e4;padding:15px 200px 40px}.Blog .BlogCard .mb-md-4 p{font-size:14px;background:linear-gradient(180deg,#2589ac,#db9b1e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;padding:0}.Blog .BlogCard .w-100{border-radius:25px}.Blog .BlogCard .mb-md-4 .d-flex{gap:15px}.Blog .BlogCard .mb-md-4 img{width:14px}.Blog .BlogCard h5{color:#fff;text-transform:capitalize;width:90%}.Blog .BlogCard h5:hover{background:linear-gradient(180deg,#2589ac,#db9b1e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.Blog .BlogCard p{color:#e4e4e4;font-size:14px;padding:15px 30px 20px 0;flex-grow:1}.Blog .BlogCard img.w-100{margin:0 0 25px}.Blog .BlogCard hr{width:100%;margin:0 0 15px;border-right:var(--bs-border-width) solid;border:1px dashed #414141;opacity:1}.Blog .BlogCard{perspective:1000px}.Blog .BlogCard img.w-100{transition:ease .5s all}.Blog .BlogCard:hover img.w-100{transform:rotate(-2deg)}.NewsLetter h4{background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}.two_section_bg{background:radial-gradient(53.25% 96.6% at 53.86% 100.69%,#136165 .82%,#0b3b48 30.73%,#072a36 64.58%,#03152100)}.NewsLetter p{color:#fff;padding:5px 0 30px}.NewsLetter form{border:1px solid #E4E4E4;border-radius:60px;background-color:#fff;width:50%;padding:5px}.NewsLetter .text-danger{width:46%}.NewsLetter input:focus{border:none;outline:none}.NewsLetter input::placeholder{color:#9b9b9b}.NewsLetter input{width:100%;border:none;padding-left:20px;border-radius:25px;font-size:16px;color:#000}.NewsLetter input:-webkit-autofill,.NewsLetter input:-webkit-autofill:hover,.NewsLetter input:-webkit-autofill:focus,.NewsLetter input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#000000!important}footer{padding:100px 0 0}footer img[alt=logo]{width:160px}footer ul{gap:35px;padding:35px 0 25px}footer .justify-content-lg-around p:hover,footer ul li a:hover{color:#2589ac}footer .rounded-circle{width:32px;height:32px;background-color:#e3ece7}footer .rounded-circle:hover{background-color:#2589ac}footer .rounded-circle svg{width:17px;color:#175151}footer .rounded-circle:hover svg{color:#fff}footer .justify-content-between{border-bottom:1px solid #45869A;border-top:1px solid #45869A;padding:24px 0}footer .slick-slider img{width:70px;height:35px}footer .py-2 p{color:#fff;font-size:14px}.SubPage_Hero{padding:70px 0 100px}.SubPage_Hero h1{background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;font-size:clamp(28px,4vw,42px)}.SubPage_Hero p{color:#e4e4e4;padding:15px 0 0;width:40%}.Simplicity{padding:100px 0 0}.Simplicity .flex-column{background-image:url(/DOREMI-TECH/assets/banner-1-BNcgR6pU.webp);background-size:cover;background-position:center;border-radius:25px;padding:75px 60px 55px}.Simplicity p,.Simplicity h3{color:#fff}.Simplicity p{font-size:14px;padding:15px 75px 25px 0}.Simplicity .text-center{width:42%}.Stats{padding:0 0 100px}.Stats h2{width:80%}.Stats h3,.Stats h2{background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}.Stats .text-md-start p{color:#e4e4e4;padding:15px 128px 30px 0}.Stats .StatsCard{border:1px solid #2D6A77;padding:45px 60px;border-radius:25px;flex:1}.Stats .StatsCard:hover{background-color:#082d40a8}.Stats .StatsCard p{font-size:14px;color:#fff}.Stats img{border-radius:25px}.Stats figure{width:fit-content;float:right}.Team{padding:100px 0;background:#082d40a6;border-top:1px solid #2D6A77;border-bottom:1px solid #2D6A77}.Team .mx-auto h2{background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}.Team .mx-auto p{color:#e4e4e4;padding:15px 0 60px;width:39%}.Team .TeamCard{gap:30px}.Team .TeamCard figure{width:-webkit-fill-available}.Team .TeamCard img{border-radius:100px}.Team .TeamCard p,.Team .TeamCard h4{color:#fff}.Team .TeamCard p{font-size:14px;padding:15px 26px 25px 0}.Team .TeamCard a{border-radius:50%;width:37px;height:37px;border:1px solid #2D8EE9;color:#2d8ee9}.Team .TeamCard a:hover{color:#031521;background:#2d8ee9}.Team .TeamCard a svg{width:18px}.Team .TeamCard .flex-column{width:100%}.FeaturesHero{padding:0 0 140px}.FeaturesHero .position-relative:before{content:"";position:absolute;background:linear-gradient(180deg,#2589ac,#db9b1e);width:40%;height:79%;z-index:0;right:0%;bottom:-8%;border-radius:46px}.FeaturesHero figure{width:95%;margin:auto}.FeaturesHero img{border-radius:20px;position:relative}.FeaturesHero .position-absolute{top:50%;left:50%;transform:translate(-50%,-50%)}.FeaturesHero a svg{border-radius:50%;border:1px solid #ffffff;width:77px;height:77px;color:#fff;padding:10px;animation:pulse 2s infinite;transition:.3s ease all;background:#ffffff4d}.FeaturesHero a i:hover{color:#fbec5d;border:5px solid #fbec5d}.CoreFeatures{padding:0 0 100px}.CoreFeatures h2{font-size:clamp(1.2rem,5vw,2.2rem);background:linear-gradient(99.32deg,#b7cea6 14.4%,#ecfbfe 32.69%,#fcfef5 48.66%,#c0d4c9 63.86%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}.CoreFeatures .mx-auto p{color:#e4e4e4;padding:15px 0 60px;width:65%}.CoreFeatures .position-relative:before{content:"";position:absolute;top:66%;left:50%;transform:translate(-50%,-50%);width:74%;height:100%;z-index:-1;background:url(/DOREMI-TECH/assets/features_bg-r7xr1_ZA.webp) center center / cover no-repeat}.CoreFeatures .ServicesCard{background:#0b2a40;border:1px solid #2D6A77;border-radius:25px;text-align:right;padding:26px 24px;display:flex;flex-direction:column;align-items:end}.CoreFeatures .ServicesCard:hover{background:#031521}.CoreFeatures .m-0 .ServicesCard{text-align:start;align-items:start}.CoreFeatures .ServicesCard p,.CoreFeatures .ServicesCard h5{color:#e4e4e4}.CoreFeatures .ServicesCard p{font-size:12px;width:75%;padding:10px 0 0}.CoreFeatures img{width:75%;animation:bounce 3s ease-in-out infinite}.ContactDetails{padding:0 0 100px;position:relative}.ContactDetails iframe{border-top-left-radius:60px;border-top-right-radius:60px;height:660px;padding:0 0 100px}.ContactDetails h4,.ContactDetails p,.ContactDetails h6{color:#fff}.ContactDetails .flex-column{background:linear-gradient(180deg,#2589ac,#db9b1e);border-radius:25px;padding:50px 55px}.ContactDetails .pt-lg-2{font-size:14px;width:95%}.ContactDetails a svg{width:44px;height:44px;padding:9px;background-color:#ffffff4d}.ContactDetails a:hover svg{background:#0b2a40}.ContactDetails a:hover p{color:#0b2a40}.ContactDetails a .d-flex{margin:20px 0 0;gap:22px}.ContactDetails .m-0{background:#0b2a40;border-radius:25px;padding:50px 55px}.ContactDetails h6{margin:25px 0 15px}.ContactDetails form{margin:40px 0 0;flex-direction:column}.ContactDetails form,.ContactDetails form .d-flex{gap:30px}.ContactDetails input:focus,.ContactDetails textarea:focus{outline:none}.ContactDetails input::placeholder,.ContactDetails textarea::placeholder{color:#a8c1d2}.ContactDetails textarea,.ContactDetails input{padding:12px;border:none;border-bottom:1px solid #6C8DA4;background:transparent;color:#a8c1d2;font-size:14px}.ContactDetails textarea{width:100%}.ContactDetails form span{color:red;font-size:12px}.ContactDetails form .d-flex div{width:50%;display:flex;flex-direction:column;gap:5px}.Error{position:relative;padding:100px 0 30px;min-height:100vh}.Error:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/DOREMI-TECH/assets/404-D1-wHhaq.webp) center center/cover no-repeat;opacity:.14;z-index:-1}.Error h1{background:linear-gradient(161.05deg,#fded5c 14.35%,#8ed3ff 63.35%,#08f 90.72%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}.Error h2,.Error h3,.Error p{color:#fff}.Error h3{padding:20px 0 30px}.Error .flex-column p{width:45%;padding:0 0 30px}.Error a svg{background:#e3ece7;border-radius:50%;color:#175151;width:32px;height:32px;padding:7px;transition:.3s ease all}.Error a svg:hover{color:#e3ece7;background:#175151}.Error .mt-4 p{font-size:14px;padding:25px 0 0}.ComingSoon{background:radial-gradient(44.37% 82.6% at 12.76% 13.42%,#136165 .82%,#0b3b48 30.02%,#031521)}.ComingSoon:before{background:none}.ComingSoon .flex-column h1{width:90%}.ComingSoon .flex-column p{width:70%}.ComingSoon img{animation:bounce 3s ease-in-out infinite}@media screen and (max-width: 991px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:990px}h1{font-size:45px;font-weight:700;line-height:51px}h2{font-size:36px;font-weight:600;line-height:42px}h3{font-size:30px;font-weight:600;line-height:36px}h4{font-size:18px;font-weight:600;line-height:24px}h5{font-size:16px;font-weight:600;line-height:22px}h6{font-size:14px;font-weight:500;line-height:20px}p{font-size:14px;line-height:20px}button,a{font-size:14px;line-height:22px}.hover2{font-size:16px}.hover3,.hover2,.hover1{padding:12px 28px}.modal-body{width:100%}.modal-dialog{width:90%}.scrollToTop{width:50px;height:50px}}@media screen and (max-width: 480px){h1{font-size:40px;font-weight:600;line-height:46px}h2{font-size:32px;font-weight:600;line-height:38px}h3{font-size:26px;font-weight:700;line-height:32px}h4{font-size:18px;font-weight:700;line-height:24px}h5{font-size:16px;font-weight:450;line-height:22px}h6{font-size:14px;font-weight:450;line-height:20px}p{font-size:12px;line-height:18px}.hover1{padding:12px 30px}.hover2{font-size:14px}.scrollToTop{width:35px;height:35px}}@media screen and (max-width: 991px){header .open-aside{display:block}header nav{padding:10px 30px!important}header .nav-logo img{width:130px}}@media screen and (max-width: 767px){header #getStartedAnchor{display:none}}@media screen and (max-width: 480px){header .nav-logo img{width:101px}header nav{padding:10px 12px!important}}@media screen and (max-width: 1399px){.Hero p{padding:35px 0 40px}.Hero .position-absolute{width:100px;left:0}}@media screen and (max-width: 1199px){.Hero h1{font-size:75px;line-height:80px}.Hero p{padding:25px 0 30px}}@media screen and (max-width: 991px){.Hero{padding:70px 0}.Hero h1{font-size:45px;line-height:51px}.Hero .position-absolute{width:80px}.Hero p{padding:15px 0 20px}.Hero .position-relative:before{width:100%}}@media screen and (max-width: 767px){.Hero .position-relative:before{width:100%;height:100%;background:url(/DOREMI-TECH/assets/hero_bg-DVTlA1V0.webp) center center / cover no-repeat;background-size:112% 131%}.Hero .w-100{padding:0 30px}.Hero .position-absolute{left:10%}}@media screen and (max-width: 480px){.Hero{padding:50px 0}.Hero h1{font-size:40px;line-height:46px}.Hero .position-absolute{width:21%}.Hero .position-relative:before{background-size:90% 130%;background-position:100%}}@media screen and (max-width: 1399px){.About .flex-column p{padding:15px 39px 30px 0}.About .border-1 p{width:87%}.About .border-1 hr{margin:0 50px 0 0}}@media screen and (max-width: 1199px){.About .flex-column p{padding:15px 0 30px}.About .border-1 p{width:100%}.About .border-1 hr{margin:0 40px}.About .border-1{padding:50px 34px 45px}.About .border-1 hr{margin:0 35px}.About .flex-column{padding:50px 34px 40px}.About .border-1 .gap-2 p{font-size:14px}}@media screen and (max-width: 991px){.About p,.About .border-1 .gap-2 p{font-size:12px}.About .flex-column svg{width:40px;height:40px}.About .flex-column p{padding:10px 0 30px}.About .border-1 p{padding:10px 0 0}.About .border-1 .gap-2{margin:45px 0 0}.About .flex-column{padding:40px 25px 30px}.About .gap-lg-2{font-size:14px}.About .border-1{padding:40px 25px 30px}.About .border-1 img{width:40px}.About .border-1 hr{margin:0 36px}}@media screen and (max-width: 767px){.About .flex-column,.About .border-1{padding:30px 20px}.About .border-1 hr{margin:0 20px}.About .border-1 img{width:40px;height:40px}}@media screen and (max-width: 480px){.About .border-1 .gap-2 p{font-size:12px;text-align:start}.About .border-1 .gap-2{margin:25px 0 0}.About .flex-sm-row{flex-wrap:wrap}}@media screen and (max-width: 1399px){.Goal .Goal_Card{padding:50px 40px}.Goal h2{width:64%}.Goal .mx-auto p{width:68%}}@media screen and (max-width: 1199px){.Goal .Goal_Card figure{width:130px;height:130px}.Goal .Goal_Card img{width:60px;height:60px}.Goal .Goal_Card{padding:40px 20px}.Goal .mx-auto p{width:81%}}@media screen and (max-width: 991px){.Goal{padding:70px 0}.Goal .Goal_Card h4{padding:20px 0 15px}.Goal .Goal_Card figure{width:115px;height:115px}.Goal .Goal_Card img{width:50px;height:50px}.Goal .Goal_Card p{font-size:12px;padding:0}.Goal .mx-auto p{width:83%}}@media screen and (max-width: 480px){.Goal{padding:50px 0}.Goal h2{width:86%}.Goal .Goal_Card h4{padding:15px 0 10px}.Goal .Goal_Card figure{width:110px;height:110px}.Goal .Goal_Card{padding:40px}}@media screen and (max-width: 991px){.Partners .slick-slider img{width:140px;height:35px}.Partners .slick-slider{padding:40px 0}}@media screen and (max-width: 480px){.Partners .slick-slider img{width:120px;height:30px}.Partners .slick-slider{padding:30px 0}}@media screen and (max-width: 1399px){.Process .text-center p{padding:15px 10px 40px 0}.Process .Process_Card p{width:86%}}@media screen and (max-width: 1199px){.Process h2{font-size:45px}}@media screen and (max-width: 991px){.Process{padding:70px 0}.Process h2{font-size:36px}.Process p{font-size:12px}.Process .text-center p{padding:10px 10px 30px 0}.Process .Process_Card h4{padding:0 0 5px}.Process .Process_Card{gap:15px}.Process .Process_Card p{width:98%}}@media screen and (max-width: 767px){.Process .Process_Card{text-align:center}.Process .text-center p{padding:10px 20px 30px}.Process .Process_Card p{width:100%}.Process .hover1{margin:40px 0 0}.Process .position-relative{margin:20px 0 0}}@media screen and (max-width: 480px){.Process{padding:50px 0}.Process h2{font-size:32px}.Process .text-center p{padding:10px 10px 30px}.Process .hover1{margin:30px 0 0}.Process .position-relative{margin:0}}@media screen and (max-width: 1399px){.Services .text-center p{padding:15px 10px 35px 0}.Services .ServicesCard p{width:100%}.Services .ServicesCard{padding:25px 19px}.Services figure.position-relative img{width:65%}.Services figure.position-relative:before{left:0;width:100%;height:104%}.AboutServices h2{width:100%}.AboutServices .text-center p{padding:15px 110px 0 0}.AboutServices figure.position-relative img{width:59%;left:-50px;top:14px}}@media screen and (max-width: 1199px){.Services .text-center p{padding:15px 0 35px}.Services .ServicesCard h5{padding:0 15px 12px 0}.AboutServices figure.position-relative:before{width:106%;height:104%}.AboutServices figure.position-relative img{width:59%;left:-24px;top:11px}.AboutServices .text-center p{padding:15px 20px 0 0}}@media screen and (max-width: 991px){.Services p{font-size:12px}.Services .position-absolute{padding:25px 20px;bottom:-155px;left:20px}.AboutServices figure.position-relative:before{width:100%;height:104%}.AboutServices figure.position-relative img{left:-41px;top:11px}.AboutServices .text-center p{padding:15px 0 0}}@media screen and (max-width: 768px){.AboutServices figure.position-relative img{left:-33px;top:9px}}@media screen and (max-width: 767px){.Services figure.position-relative:before{left:0;width:100%;height:101.3%}.Services h2{width:100%}.Services figure.position-relative img{width:50%;position:relative;left:-6%}.Services .position-absolute{bottom:-16%;left:30%}.Services .position-absolute .justify-content-between figure{width:40px;height:40px}.Services .position-absolute{padding:20px 15px}.AboutServices figure.position-relative img{top:0}}@media screen and (max-width: 480px){.Services .ServicesCard h5{padding:0 0 8px}.Services .text-center p{padding:10px 0 25px}.Services .pt-4{margin:10px 0 0}.Services .position-absolute{bottom:-34%}.AboutServices .text-center p{padding:10px 0 0}}@media screen and (max-width: 360px){.Services .gap-3{flex-direction:column}.Services .ServicesCard{text-align:center}.Services figure.position-relative img{width:60%}.Services .position-absolute{position:relative!important;bottom:37px;left:0}}@media screen and (max-width: 320px){.Services .pt-4{flex-direction:column;gap:30px}}@media screen and (max-width: 1399px){.Visa p{padding:0}.Visa .m-0{width:90%}.Visa .row{width:85%}}@media screen and (max-width: 1199px){.Visa{padding:100px 0 0}.Visa h3{padding:0 0 10px}}@media screen and (max-width: 991px){.Visa{padding:70px 0 0}.Visa p{font-size:12px}.Visa .gap-md-4{padding:25px 0 15px}.Visa .slick-slider img{width:45px;height:45px}.Visa .m-0{width:100%}.Visa .row{padding:40px 20px;width:95%;top:-70px}}@media screen and (max-width: 767px){.Visa .position-absolute{position:relative!important;top:0;margin:30px 0 0}.Visa .slick-slider{margin:30px 0 0}.Visa{padding:120px 0 0}}@media screen and (max-width: 480px){.Visa{padding:145px 0 0}.Visa .row{width:90%;top:-50px;padding:30px 15px}.Visa .hover1{margin:20px 0 0}}@media screen and (max-width: 360px){.Visa{padding:10px 0 0}}@media screen and (max-width: 1399px){.Pricing .PricingCard li{width:86%}.Pricing .text-center p{padding:15px 0 40px}}@media screen and (max-width: 1199px){.Pricing .text-center h2{width:102%}.Pricing .PricingCard{padding:25px 15px 30px}.Pricing .PricingCard h5{left:-15px}}@media screen and (max-width: 991px){.Pricing{padding:70px 0}.Pricing .text-center h2{width:100%}.Pricing .PricingCard li{font-size:12px;padding:0 0 0 15px;width:80%}.Pricing .text-center p{padding:10px 0 30px}.Pricing .PricingCard ul{padding:0}.Pricing .PricingCard .justify-content-between{padding:20px 0 0}.Pricing .hover1{margin:25px 0 0}.Pricing img{width:78%}}@media screen and (max-width: 767px){.Pricing .position-relative:before{background-size:87% 118%}}@media screen and (max-width: 480px){.Pricing{padding:50px 0}.Pricing .hover1{width:100%}.Pricing .position-relative:before{background-size:100% 117%}.Pricing .PricingCard .justify-content-between{flex-wrap:wrap;gap:15px}.Pricing .PricingCard li{width:100%}}@media screen and (max-width: 1399px){.Testimonial .TestimonialSlider p{width:78%}.Testimonial .mx-auto p{padding:15px 85px 40px}}@media screen and (max-width: 1199px){.Testimonial .TestimonialSlider{width:92%}.Testimonial .slick-prev{left:0%}.Testimonial .slick-next{right:0%}.Testimonial .mx-auto p{padding:15px 15px 40px}}@media screen and (max-width: 991px){.Testimonial{padding:70px 0}.Testimonial .TestimonialSlider .position-absolute{top:20px;right:5%;width:50px}.Testimonial .TestimonialSlider p{font-size:12px}.Testimonial .slick-prev,.Testimonial .slick-next{width:55px;height:55px;padding:12px}.Testimonial .TestimonialSlider .rounded-circle{left:44%;top:-45px;width:95px}.Testimonial .TestimonialSlider{padding:75px 20px 20px;margin:50px auto 0}.Testimonial .mx-auto p{padding:15px 15px 30px}}@media screen and (max-width: 480px){.Testimonial{padding:50px 0}.Testimonial .TestimonialSlider{width:90%}.Testimonial .slick-prev,.Testimonial .slick-next{width:45px;height:45px;padding:10px}.Testimonial .TestimonialSlider p{width:88%}.Testimonial .TestimonialSlider .rounded-circle{left:40%;top:-40px;width:85px}.Testimonial .TestimonialSlider .gap-1{padding:12px 0}.Testimonial .TestimonialSlider .position-absolute{top:20px;right:5%;width:35px}.Testimonial .TestimonialSlider{padding:65px 20px 20px}.Testimonial .mx-auto p{padding:10px 15px}}@media screen and (max-width: 360px){.Testimonial .TestimonialSlider .rounded-circle{left:35%;top:-35px;width:80px}.Testimonial h3{width:95%}}@media screen and (max-width: 1399px){.FAQ h2{width:98%}.FAQ p{padding:15px 30px 30px 0}}@media screen and (max-width: 1199px){.FAQ h2{width:100%}.FAQ p{padding:15px 0 30px}.FAQ .accordion-button,.FAQ .accordion-button:not(.collapsed){padding:0 20px 0 30px}.FAQ .accordion-body{padding:20px 50px 10px 30px}.QuestionFAQ .text-center p{width:80%}}@media screen and (max-width: 991px){.FAQ{padding:70px 0}.FAQ .accordion-button{font-size:16px}.FAQ .accordion{padding:15px 0}.FAQ p{padding:10px 0 25px}}@media screen and (max-width: 767px){.QuestionFAQ .text-center h4,.QuestionFAQ .text-center p{width:100%}}@media screen and (max-width: 480px){.FAQ{padding:50px 0}.FAQ .accordion-button{font-size:14px}.FAQ .hover1{width:100%}.FAQ .accordion-button,.FAQ .accordion-button:not(.collapsed){padding:0 15px 0 25px}.FAQ .accordion-body{padding:15px 45px 0 25px}}@media screen and (max-width: 1399px){.Blog .BlogCard h5{width:100%}.Blog .BlogCard p{padding:15px 9px 20px 0}.Blog .text-center p{padding:15px 85px 40px}}@media screen and (max-width: 1199px){.Blog .text-center p{padding:15px 10px 40px}}@media screen and (max-width: 991px){.Blog{padding:0 0 70px}.Blog .BlogCard p{padding:10px 9px 15px 0;font-size:12px}.Blog .BlogCard .mb-md-4 p{font-size:12px}.Blog .BlogCard .mb-md-4 .d-flex{gap:10px}.Blog .BlogCard .mb-md-4 img{width:12px}}@media screen and (max-width: 480px){.Blog{padding:0 0 50px}.Blog .BlogCard img.w-100{margin:0 0 20px}}@media screen and (max-width: 1399px){.NewsLetter form{width:58%}.NewsLetter .text-danger{width:54%}}@media screen and (max-width: 1199px){.NewsLetter form{width:69%}.NewsLetter .text-danger{width:64%}}@media screen and (max-width: 991px){.NewsLetter p{padding:5px 0 20px}.NewsLetter form{width:80%}.NewsLetter .text-danger{width:74%}}@media screen and (max-width: 480px){.NewsLetter input{padding-left:15px;font-size:14px}.NewsLetter form{width:100%}.NewsLetter .text-danger{width:90%}}@media screen and (max-width: 991px){footer{padding:70px 0 0}footer .rounded-circle{width:28px;height:28px}footer .rounded-circle svg{width:14px}footer .slick-slider img{width:60px;height:30px}footer img[alt=logo]{width:130px}footer .justify-content-between{padding:18px 0}footer ul{gap:25px;padding:25px 0 20px}footer .py-2 p{color:#fff;font-size:12px}}@media screen and (max-width: 767px){footer .justify-content-between{gap:20px}}@media screen and (max-width: 480px){footer{padding:50px 0 0}footer .rounded-circle{width:35px;height:35px}footer .rounded-circle svg{width:18px}footer .py-2 p{padding:0 15px}}@media screen and (max-width: 1399px){.SubPage_Hero p{width:55%}}@media screen and (max-width: 991px){.SubPage_Hero{padding:50px 0 70px}.SubPage_Hero p{width:73%;padding:10px 0 0}}@media screen and (max-width: 480px){.SubPage_Hero{padding:30px 0 50px}.SubPage_Hero p{width:87%;padding:10px 0 0}}@media screen and (max-width: 1399px){.Simplicity p{padding:15px 0 25px}}@media screen and (max-width: 1199px){.Simplicity .text-center{width:51%}}@media screen and (max-width: 991px){.Simplicity{padding:70px 0 0}.Simplicity .text-center{width:56%}.Simplicity .flex-column{padding:55px 26px 45px}.Simplicity p{padding:10px 0 20px}}@media screen and (max-width: 767px){.Simplicity .text-center{width:100%}}@media screen and (max-width: 480px){.Simplicity{padding:50px 0 0}.Simplicity .flex-column{padding:50px 18px}}@media screen and (max-width: 1399px){.Stats .text-md-start p{padding:15px 38px 30px 0}.Stats .StatsCard{padding:45px 50px}}@media screen and (max-width: 1199px){.Stats .StatsCard{padding:40px 30px}.Stats .text-md-start p{padding:15px 0 30px}.Stats h2{width:100%}}@media screen and (max-width: 991px){.Stats{padding:0 0 70px}.Stats .StatsCard{padding:35px 30px}.Stats .text-md-start p{padding:10px 0 20px}.Stats .StatsCard p{font-size:12px}}@media screen and (max-width: 480px){.Stats{padding:0 0 50px}.Stats .StatsCard{padding:35px}}@media screen and (max-width: 360px){.Stats .StatsCard{padding:35px 20px}}@media screen and (max-width: 1399px){.Team .TeamCard p{padding:15px 0 25px}.Team .TeamCard{gap:25px}.Team .TeamCard img{border-radius:80px}.Team .mx-auto p{width:45%}}@media screen and (max-width: 1199px){.Team .TeamCard{gap:20px}.Team .mx-auto p{width:54%}}@media screen and (max-width: 991px){.Team{padding:70px 0}.Team .TeamCard a{width:30px;height:30px}.Team .TeamCard a svg{width:15px}.Team .TeamCard p{padding:10px 0 20px;font-size:12px}.Team .TeamCard img{border-radius:50px}.Team .mx-auto p{width:61%;padding:10px 0 40px}}@media screen and (max-width: 480px){.Team{padding:50px 0}.Team .TeamCard p{padding:5px 0 15px}.Team .mx-auto p{width:82%}}@media screen and (max-width: 360px){.Team .TeamCard{flex-direction:column;text-align:center}.Team .TeamCard .flex-column{align-items:center}.Team .mx-auto p{width:90%}}@media screen and (max-width: 991px){.FeaturesHero{padding:0 0 100px}.FeaturesHero .position-relative:before{border-radius:30px}.FeaturesHero a svg{width:65px;height:65px}}@media screen and (max-width: 480px){.FeaturesHero{padding:0 0 60px}.FeaturesHero a svg{width:50px;height:50px}.FeaturesHero .position-relative:before{border-radius:20px;height:91%}}@media screen and (max-width: 1399px){.CoreFeatures .ServicesCard p{width:100%}.CoreFeatures .mx-auto p{width:78%}}@media screen and (max-width: 1199px){.CoreFeatures img{width:100%}.CoreFeatures .position-relative:before{top:59%;width:80%}}@media screen and (max-width: 991px){.CoreFeatures{padding:0 0 70px}.CoreFeatures .ServicesCard{padding:20px}.CoreFeatures .mx-auto p{padding:10px 0 60px;width:85%}}@media screen and (max-width: 767px){.CoreFeatures .m-0 .ServicesCard,.CoreFeatures .ServicesCard{text-align:center;align-items:center}.CoreFeatures .mx-auto p{padding:10px 0 30px;width:85%}.CoreFeatures img{width:50%}.CoreFeatures .col-xl-4{order:1}.CoreFeatures .position-relative:before{top:100%;width:100%;height:46%}}@media screen and (max-width: 480px){.CoreFeatures{padding:0 0 50px}.CoreFeatures .position-relative:before{top:59%;width:100%;height:46%;transform:translate(-50%)}.CoreFeatures img{margin:60px 0 0}.CoreFeatures .position-relative:before{top:59%;height:38%}.CoreFeatures .mx-auto p{width:95%}}@media screen and (max-width: 360px){.CoreFeatures img{margin:10px 0 0}.CoreFeatures .position-relative:before{top:68%}}@media screen and (max-width: 320px){.CoreFeatures .position-relative:before{top:73%;height:30%}}@media screen and (max-width: 1399px){.ContactDetails .pt-lg-2{width:100%}}@media screen and (max-width: 1199px){.ContactDetails .m-0,.ContactDetails .flex-column{padding:45px 40px}}@media screen and (max-width: 991px){.ContactDetails{padding:0 0 70px}.ContactDetails .pt-lg-2{font-size:12px;padding:5px 0 0}.ContactDetails a .d-flex{gap:15px;margin:15px 0 0}.ContactDetails a svg{width:35px;height:35px;padding:7px}.ContactDetails h6{margin:20px 0 0}.ContactDetails .m-0,.ContactDetails .flex-column{padding:45px 30px}.ContactDetails form,.ContactDetails form .d-flex{gap:20px}.ContactDetails form{margin:25px 0 0}.ContactDetails form span{font-size:10px}.ContactDetails iframe{border-top-left-radius:40px;border-top-right-radius:40px;height:500px;padding:0 0 70px}}@media screen and (max-width: 767px){.ContactDetails form .d-flex div,.ContactDetails textarea,.ContactDetails input{width:100%}.ContactDetails form,.ContactDetails form .d-flex{flex-direction:column}}@media screen and (max-width: 480px){.ContactDetails{padding:0 0 50px}.ContactDetails .m-0,.ContactDetails .flex-column{padding:35px 25px}.ContactDetails textarea,.ContactDetails input{font-size:12px}.ContactDetails a .d-flex{gap:10px}.ContactDetails form{margin:15px 0 0}.ContactDetails form,.ContactDetails form .d-flex{gap:15px}.ContactDetails iframe{height:400px;padding:0 0 50px}}@media screen and (max-width: 1399px){.Error .flex-column p{width:53%}.ComingSoon .flex-column p{width:75%}}@media screen and (max-width: 1199px){.Error .flex-column p{width:63%}.ComingSoon .flex-column p{width:90%}}@media screen and (max-width: 991px){.Error{padding:70px 0 20px}.Error h3{padding:10px 0 20px}.Error .flex-column p{padding:0 0 20px}.Error .mt-4 p{font-size:12px;padding:15px 0 0}.Error .flex-column p{width:69%}.ComingSoon .flex-column p{width:90%}.ComingSoon .flex-column h1{padding:5px 0 10px}}@media screen and (max-width: 480px){.Error{padding:50px 0 10px}.Error h3{padding:5px 0 15px}.Error .flex-column p{width:100%}.Error a svg{width:26px;height:26px;padding:6px}}
