:root{--primaryColor:#cd000c;--primaryDark:#a50009;--primaryLight:#f4c4c7;--secondaryColor:#666a70;--secondaryLight:#d5d7d9;--accentNavy:#1c1f26;--optionalColor:#2d1c22;--slateGrayColor:#2a3439;--titleColor:#000;--paraColor:#555;--paraDark:#2b2b2b;--darkParaColor:silver;--whiteColor:#fff;--offwhiteColor:rgba(255,255,255,.5);--backgroundLight:#f7f7f7;--backgroundSoft:#efefef;--altoColor:#ddd;--borderColor:rgba(0,0,0,.12);--aztechColor:#111828;--darkChocolateColor:#121212;--charcoalColor:#30363d;--codColor:#12131b;--darkborder:#4c4c4c;--successColor:#2e8b57;--warningColor:#ffc647;--errorColor:#b30000;--infoColor:#2f74c0;--fontSize:16px;--transition:all ease .5s}*{box-sizing:border-box}html{scroll-behavior:auto}.form-control:focus{box-shadow:none;outline:none}a,button,input[type=submit]{cursor:pointer}input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=search]::-webkit-search-decoration{display:none}input[type=search]::-webkit-search-cancel-button{display:none}input[type=search]::-webkit-search-results-button{display:none}input[type=search]::-webkit-search-results-decoration{display:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}a{text-decoration:none;transition:all .4s}a:hover,a:focus{box-shadow:none;text-decoration:none}img{max-width:100%;height:auto;display:inline-block}h1,h2,h3,h4,h5,h6{color:var(--titleColor)}body{color:var(--paraColor);font-size:var(--fontSize);font-family:var(--font-dm-sans);font-weight:400;line-height:26px}.text_primary{color:var(--primaryColor)!important}.text_secondary{color:var(--secondaryColor)}.text-title{color:var(--titleColor)}.text-para{color:var(--paraColor)}.text-offwhite{color:var(--offwhiteColor)}.text-alto{color:var(--altoColor)}.font-primary{font-family:var(--font-dm-sans)}.font-secondary{font-family:var(--font-exo)}.font-optional{font-family:var(--font-martian-mono)}.bg-title{background-color:var(--titleColor)}.bg-ash{background-color:var(--ashColor)}.bg-heath{background-color:#fffbf3}.bg_primary{background-color:var(--primaryColor)}.bg_secondary{background-color:var(--secondaryColor)}.bg-optional{background-color:var(--optionalColor)}.bg-gray{background-color:#f3f3f3}.bg-dawn{background-color:#f8f3f0}.bg-mystic{background-color:#fff7f2}.ht-48{height:48px}.ht-50{height:50px}.ht-152{height:152px}.fw-black{font-weight:900}.fs-12{font-size:12px}.fs-13{font-size:13px}.fs-14{font-size:14px}.fs-15{font-size:15px}.fs-16{font-size:16px}.fs-17{font-size:17px}.fs-18{font-size:18px}.fs-20{font-size:20px}.fs-22{font-size:22px}.fs-24{font-size:24px}.fs-28{font-size:28px}.fs-30{font-size:30px}.fs-36{font-size:36px}.ls-0{letter-spacing:0}.ls-1{letter-spacing:.1em}.top-n2{top:-2px}.fw-extrabold{font-weight:800}.resize-0{resize:none}.pt-50{padding-top:50px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-120{padding-top:120px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-120{padding-bottom:120px}.ptb-120{padding-top:120px;padding-bottom:120px}.mb-6{margin-bottom:6px}.mb-8{margin-bottom:8px}.mb-10{margin-bottom:10px}.mb-12{margin-bottom:12px}.mb-15{margin-bottom:15px}.mb-16{margin-bottom:16px}.mb-18{margin-bottom:18px}.mb-20{margin-bottom:20px}.mb-22{margin-bottom:22px}.mb-25{margin-bottom:25px}.mb-28{margin-bottom:28px}.mb-30{margin-bottom:30px}.mb-32{margin-bottom:32px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-42{margin-bottom:42px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-120{margin-bottom:120px}.btn{padding:0;overflow:hidden}.btn span.btn-text{border-radius:50px;padding:13px 25px}.btn span.btn-icon{width:50px;height:50px}.btn span.btn-icon i{transition:var(--transition);font-size:24px;font-weight:300;line-height:.8}.btn span.btn-text,.btn span.btn-icon{z-index:1;display:inline-block;position:relative;overflow:hidden}.btn span.btn-text:before,.btn span.btn-text:after,.btn span.btn-icon:before,.btn span.btn-icon:after{content:"";z-index:-1;width:100%;transition:var(--transition);display:inline-block;position:absolute;top:0;left:0}.btn span.btn-text:before,.btn span.btn-icon:before{height:100%}.btn span.btn-text:after,.btn span.btn-icon:after{visibility:hidden;opacity:0;height:0}.btn:hover span.btn-text:after,.btn:hover span.btn-icon:after{visibility:visible;opacity:1;height:100%}.btn:hover span.btn-icon i{transform:rotate(45deg)}.btn.style-one span.btn-text,.btn.style-one span.btn-icon{color:var(--whiteColor)}.btn.style-one span.btn-text:before,.btn.style-one span.btn-icon:before{background-color:var(--primaryColor);border-radius:50px}.btn.style-one span.btn-text:after,.btn.style-one span.btn-icon:after{background-color:var(--secondaryColor)}.btn.style-one span.btn-icon i{color:var(--whiteColor)}.btn.style-one:hover span.btn-text,.btn.style-one:hover span.btn-icon,.btn.style-one:hover span.btn-icon i,.btn.style-two span.btn-text,.btn.style-two span.btn-icon{color:var(--titleColor)}.btn.style-two span.btn-text:before,.btn.style-two span.btn-icon:before{background-color:var(--secondaryColor);border-radius:50px}.btn.style-two span.btn-text:after,.btn.style-two span.btn-icon:after{background-color:var(--primaryColor)}.btn.style-two span.btn-icon i{color:var(--titleColor)}.btn.style-two:hover span.btn-text,.btn.style-two:hover span.btn-icon,.btn.style-two:hover span.btn-icon i{color:var(--whiteColor)}.btn.style-two:hover span.btn-icon img{filter:brightness(0)invert()}.link{padding-bottom:1px;line-height:1;position:relative}.link:after{content:"";width:0;height:1px;transition:var(--transition);position:absolute;bottom:0;left:0}.link i{transition:var(--transition);margin-left:8px;font-size:23px;font-weight:300;line-height:.8;position:relative;top:3px}.link img{transition:var(--transition);margin-left:5px;position:relative;top:-1px}.link:hover:after{width:100%}.link:hover img{margin-left:9px}.link:hover i{margin-left:12px}.link.style-one{color:var(--primaryColor)}.link.style-one:after{background-color:var(--primaryColor)}.link.style-one:hover{color:var(--primaryColor)}.link.style-two{color:var(--titleColor)}.link.style-two:after{background-color:var(--titleColor);visibility:visible;opacity:1;width:100%}.link.style-two:hover{color:var(--primaryColor)}.link.style-two:hover:after{background-color:var(--primaryColor)}.link.style-three{color:var(--secondaryColor)}.link.style-three:after{background-color:var(--secondaryColor);visibility:visible;opacity:1;width:100%}.link.style-three:hover{color:var(--primaryColor)}.link.style-three:hover:after{background-color:var(--primaryColor)}.link-hover-white,.link-hover-primary,.link-hover-secondary{background-position:0 100%;background-repeat:no-repeat;background-size:0% 2px;transition:background-size .6s;position:relative}.link-hover-white:hover,.link-hover-primary:hover,.link-hover-secondary:hover{background-size:100% 2px}.link-hover-title:hover{background-image:linear-gradient(var(--titleColor),var(--titleColor));color:var(--titleColor)}.link-hover-primary:hover{background-image:linear-gradient(var(--primaryColor),var(--primaryColor));color:var(--primaryColor)!important}.link-hover-white:hover{background-image:linear-gradient(var(--whiteColor),var(--whiteColor));color:var(--whiteColor)!important}.link-hover-yellowGreen:hover{background-image:linear-gradient(var(--yellowGreenColor),var(--yellowGreenColor));color:var(--yellowGreenColor)!important}.link-hover-titleTwo:hover{color:#134404;background-image:linear-gradient(#134404,#134404)}.link-hover-secondary:hover{background-image:linear-gradient(var(--secondaryColor),var(--secondaryColor));color:var(--secondaryColor)}.hover-text-primary:hover{color:var(--primaryColor)!important}.hover-text-jaffa:hover{color:var(--jaffaColor)!important}.hover-text-secondary:hover{color:var(--secondaryColor)}.hover-text-optional:hover{color:var(--optionalColor)}.tilt-img{transform-style:preserve-3d;transition:all .3s}.img-hover-zoom .img-zoom img{transition:all .5s}.img-hover-zoom .img-zoom img:first-child{opacity:0;filter:blur(10px);transform:translate(50%)scaleX(2)}.img-hover-zoom:hover .img-zoom img:first-child{opacity:1;filter:blur();transform:translate(0)scaleX(1)}.img-hover-zoom:hover .img-zoom img:nth-child(2){opacity:0;filter:blur(10px);transform:translate(-50%)scaleX(2)}.img-hover:before{z-index:2;content:"";background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);width:50%;height:100%;display:block;position:absolute;top:0;left:-75%;transform:skew(-25deg)}.blog-card:hover .img-hover:before{animation:.75s shine}.blog-card:hover .img-hover img{transform:scale(1.05)}@keyframes shine{to{left:125%}}.bg-f{background-color:#ddd;background-position:50%;background-repeat:no-repeat;background-size:cover}.transition{transition:all .2s linear}.social-profile li{margin-right:5px;display:inline-block}.social-profile li:last-child{margin-right:0}.social-profile li a i{transition:var(--transition);line-height:.8}.social-profile.style-one li{margin-right:6px;line-height:1}.social-profile.style-one li:last-child{margin-right:0}.social-profile.style-one li a{background-color:rgba(255,94,20,.13);width:36px;height:36px}.social-profile.style-one li a i{color:var(--primaryColor);font-size:15px;line-height:1;position:relative}.social-profile.style-one li a:hover{background-color:var(--primaryColor)}.social-profile.style-one li a:hover i{color:var(--whiteColor)}.social-profile.style-two li{border-right:1px solid rgba(221,221,221,.24);margin-right:7px;padding-right:7px;line-height:1}.social-profile.style-two li:last-child{border-right:none;margin-right:0;padding-right:0}.social-profile.style-two li a i{color:var(--altoColor);font-size:14px;line-height:1;position:relative}.social-profile.style-two li a:hover i{color:var(--secondaryColor)}.social-profile.style-three li{border-right:1px solid rgba(45,28,34,.2);margin-right:7px;padding-right:7px;line-height:1}.social-profile.style-three li:last-child{border-right:none;margin-right:0;padding-right:0}.social-profile.style-three li a i{color:var(--paraColor);font-size:18px;line-height:1;position:relative}.social-profile.style-three li a:hover i{color:var(--primaryColor)}.section-subtitle.style-one{padding-left:25px}.section-subtitle.style-one img,.section-subtitle.style-one i{position:absolute;top:calc(50% - 2px);left:0;transform:translateY(-50%)}.section-subtitle.style-two{padding-left:19px}.section-subtitle.style-two img,.section-subtitle.style-two i{position:absolute;top:calc(50% - 1px);left:0;transform:translateY(-50%)}.section-title{font-family:var(--font-exo)}.section-title.style-one,.section-title.style-two{font-size:40px;line-height:52px}.slider-btn.style-one .prev-btn,.slider-btn.style-one .next-btn{position:relative;overflow:hidden}.slider-btn.style-one .prev-btn:hover img,.slider-btn.style-one .next-btn:hover img{filter:brightness(0)invert()}.slider-btn.style-one .prev-btn:before,.slider-btn.style-one .next-btn:before{content:"";opacity:0;z-index:0;width:0;height:100%;transition:var(--transition);position:absolute;top:0;left:0}.slider-btn.style-one .prev-btn img,.slider-btn.style-one .prev-btn i,.slider-btn.style-one .next-btn img,.slider-btn.style-one .next-btn i{transition:var(--transition)}.slider-btn.style-one .prev-btn i,.slider-btn.style-one .next-btn i{font-size:20px;font-weight:300;line-height:1;position:relative;top:0}.slider-btn.style-one .prev-btn:hover:before,.slider-btn.style-one .next-btn:hover:before{opacity:1;width:100%}.slider-btn.style-one .prev-btn i{left:-1px}.slider-btn.style-one .next-btn i{right:-1px}.slider-btn.style-one .prev-btn,.slider-btn.style-one .next-btn{background:rgba(255,94,20,.13);width:50px;height:50px}.slider-btn.style-one .prev-btn:before,.slider-btn.style-one .next-btn:before{background-color:var(--primaryColor)}.slider-btn.style-one .prev-btn i,.slider-btn.style-one .next-btn i{color:var(--whiteColor)}.slider-btn.style-one .prev-btn:hover,.slider-btn.style-one .next-btn:hover{border-color:transparent}.slider-btn.style-two .prev-btn,.slider-btn.style-two .next-btn{background-color:var(--primaryColor);width:56px;height:56px}.slider-btn.style-two .prev-btn:before,.slider-btn.style-two .next-btn:before{background-color:var(--aztechColor)}.slider-btn.style-two .prev-btn i,.slider-btn.style-two .next-btn i{color:var(--whiteColor)}.slider-btn.style-two .prev-btn:hover,.slider-btn.style-two .next-btn:hover{background-color:var(--aztechColor)}.slider-btn.style-two .prev-btn:hover img,.slider-btn.style-two .next-btn:hover img{filter:brightness(0)invert()}.slider-btn.style-three .prev-btn,.slider-btn.style-three .next-btn{background-color:var(--whiteColor);border:1px solid var(--primaryColor);width:56px;height:56px}.slider-btn.style-three .prev-btn:before,.slider-btn.style-three .next-btn:before{background-color:var(--primaryColor)}.slider-btn.style-three .prev-btn i,.slider-btn.style-three .next-btn i{color:var(--titleColor)}.outline-0:focus{outline:none}.round-5{border-radius:5px}.round-8{border-radius:8px}.round-10{border-radius:10px}.round-15{border-radius:15px}.round-20{border-radius:20px}.round-30{border-radius:30px}.round-40{border-radius:40px}.round-45{border-radius:45px}.rating li{display:inline-block}.rating li i{color:#ff9529;line-height:.8}.rating i{color:#ff9529;font-size:18px}.progress-wrap{cursor:pointer;width:46px;height:46px;box-shadow:inset 0 0 0 2px var(--primaryColor);z-index:99;opacity:1;visibility:visible;border-radius:50px;transition:all .2s linear;display:block;position:fixed;bottom:30px;right:30px;transform:translateY(15px)}.progress-wrap:after{content:"";text-align:center;color:var(--primaryColor);cursor:pointer;z-index:1;width:46px;height:46px;font-size:24px;line-height:46px;transition:all .2s linear;animation:1.5s ease-in-out infinite float;display:block;position:absolute;top:1px;left:0;font-family:remixicon!important}.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0)}.progress-wrap svg path{fill:none}.progress-wrap:hover:before{opacity:1}.progress-wrap svg.progress-circle path{stroke:var(--primaryColor);stroke-width:4px;box-sizing:border-box;transition:all .2s linear}.rotate{animation:20s linear infinite rotation}.bounce{animation:1.5s ease-in-out infinite float}.animationFramesTwo{animation:20s ease-in-out infinite animationFramesTwo}.moveHorizontal{animation:3s ease-in-out infinite moveHorizontal}.moveVertical{animation:3s ease-in-out infinite moveVertical}.zoomIn{animation:3.5s ease-in-out infinite zoom-in}.waving_left{transition:all .3s ease-in-out;animation:7s linear infinite waving_left}.waving_right{transition:all .3s ease-in-out;animation:7s linear infinite waving_right}.img-anim-top{opacity:0;animation:1.3s cubic-bezier(.645,.045,.355,1) forwards img-anim-top}.img-anim-right{opacity:0;animation:1.3s cubic-bezier(.645,.045,.355,1) .4s forwards img-anim-right}.img-anim-left{opacity:0;animation:1.3s cubic-bezier(.645,.045,.355,1) .4s forwards img-anim-left}.moving_cloud_one{animation:20s linear infinite movingclouds}.moving_cloud_two{animation:45s linear infinite movingclouds}.moving_cloud_three{animation:19s linear infinite movingclouds}.moving_cloud_four{animation:35s linear infinite movingclouds}.moving_cloud_five{animation:50s linear infinite movingclouds}[data-aos=fade-up]{transform:translateY(40px)}@keyframes waving_left{0%{-webkit-transform:rotate(0)}25%{-webkit-transform:rotate(3deg)}50%{-webkit-transform:rotate(6deg)}75%{-webkit-transform:rotate(-3deg)}to{-webkit-transform:rotate(0)}}@keyframes waving_right{0%{-webkit-transform:rotate(0)}25%{-webkit-transform:rotate(-3deg)}50%{-webkit-transform:rotate(-6deg)}75%{-webkit-transform:rotate(-3deg)}to{-webkit-transform:rotate(0)}}@keyframes img-anim-top{0%{clip-path:inset(0 0 100%);opacity:0;transform:translateY(-5%)}to{clip-path:inset(0);opacity:1;transform:translateY(0)}}@keyframes img-anim-right{0%{clip-path:inset(0 0 0 100%);opacity:0;transform:translate(5%)}to{clip-path:inset(0);opacity:1;transform:translate(0)}}@keyframes img-anim-left{0%{clip-path:inset(0 100% 0 0);opacity:0;transform:translate(-5%)}to{clip-path:inset(0);opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateZ(0)}}@keyframes movingclouds{0%{margin-left:100%}to{margin-left:-110%}}@keyframes movingplane{0%{margin-left:100%;top:300px}29%{margin-left:50%;top:50px;transform:rotate(20deg)}31%{transform:rotate(-20deg)}60%{margin-left:0%;top:300px}to{margin-left:-100%;top:300px}}.reveal-text{visibility:hidden;max-width:100%}.reveal-text .letter{will-change:transform;transform-style:preserve-3d;display:inline-block;position:relative}.reveal-text .letter div{-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;transform-style:preserve-3d}.reveal-text .perspective,.reveal-text .perspective div{display:inline-block;position:relative}.reveal-text .word{display:inline-block}.ripple:before,.ripple:after{content:"";animation-delay:.1s;position:absolute}.ripple,.ripple:before,.ripple:after{transform-origin:50%;-ms-box-shadow:0 0 0 0 rgba(255,255,255,.5);-o-box-shadow:0 0 0 0 rgba(255,255,255,.5);border-radius:50%;width:100%;height:100%;animation:3s infinite ripple;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%);box-shadow:0 0 rgba(255,255,255,.5)}@keyframes reveal{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes zoomin{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes zoomout{0%{transform:scale(1)}50%{transform:scale(.8)}to{transform:scale(1)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateZ(0)}}@keyframes rotation{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(359deg)}}@keyframes moveHorizontal{0%{transform:translate(0)}50%{transform:translate(-20px)}to{transform:translate(0)}}@keyframes moveVertical{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes animationFramesTwo{0%{-webkit-transform:translate(0)rotate(0)}20%{-webkit-transform:translate(73px,-1px)rotate(36deg)}40%{-webkit-transform:translate(100px,72px)rotate(72deg)}60%{-webkit-transform:translate(63px,71px)rotate(108deg)}80%{-webkit-transform:translate(-40px,52px)rotate(144deg)}to{-webkit-transform:translate(0)rotate(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes ripple{70%{box-shadow:0 0 0 30px rgba(255,255,255,0)}to{box-shadow:0 0 rgba(255,255,255,0)}}.cursor{pointer-events:none;z-index:999;border:1px solid var(--primaryColor);width:35px;height:35px;color:var(--primaryColor);background-color:transparent;border-radius:100%;justify-content:center;align-items:center;font-family:sans-serif;font-size:10px;transition:all .35s ease-out;display:flex;position:fixed;top:0;left:0;transform:translate(calc(15px - 50%),-50%)}.cursor-inner{opacity:.9;pointer-events:none;background-color:var(--primaryColor);z-index:999;border-radius:100%;width:6px;height:6px;transition:width .6s,height .6s,opacity .6s;position:fixed;transform:translate(-50%,-50%)}.cursor-inner.hidden{opacity:0;transition:opacity .5s,transform .5s;transform:scale(0)}.hover{opacity:.8;z-index:999;background-color:var(--primaryColor);border-color:transparent;width:3px;height:3px}.cursorinnerhover{opacity:.5;width:15px;height:15px}.cursor-text{pointer-events:none;display:none}.cursor.view{background-color:var(--primaryColor);color:var(--whiteColor);cursor:pointer;border-color:transparent;width:120px;height:120px;font-size:16px}.cursor.view .cursor-text{display:block}.page-nav li{margin-right:10px}.page-nav li:last-child{margin-right:0}.page-nav li:last-child a i{right:-2px}.page-nav li button{width:46px;height:46px;color:var(--grayColor);transition:var(--transition);background-color:#f3f3f3;border:none;font-weight:700}.page-nav li button:focus{box-shadow:none;outline:none}.page-nav li button i{color:var(--blackColor);transition:var(--transition);font-size:24px;font-weight:300;position:relative;top:1px}.page-nav li button img{filter:brightness()invert(0);transition:var(--transition)}.page-nav li button.active,.page-nav li button:hover{background-color:var(--primaryColor);color:var(--whiteColor);border-color:transparent}.page-nav li button.active i,.page-nav li button:hover i{color:var(--whiteColor)}.page-nav li button.active img,.page-nav li button:hover img{filter:brightness(0)invert()}.breadcrumb-area{background-color:#f3eae6;border-radius:40px;margin:-100px 12px 0;padding:185px 0 100px}.breadcrumb-area .br-shape-one{bottom:29%;left:12%}.breadcrumb-area .br-shape-two{right:8%}.breadcrumb-area .br-menu li{letter-spacing:.1em;font-size:13px;font-weight:600;font-family:var(--font-martian-mono);color:var(--paraColor);margin-right:9px;padding-right:19px;display:inline-block;position:relative}.breadcrumb-area .br-menu li:after{content:"";background-color:#e4ccbe;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;right:-1px;transform:translateY(-50%)}.breadcrumb-area .br-menu li:last-child{margin-right:0;padding-right:0}.breadcrumb-area .br-menu li:last-child:after{display:none}.breadcrumb-area .br-menu li a{color:var(--primaryColor)}.breadcrumb-area .br-menu li a:hover{color:var(--paraColor)}.breadcrumb-area .br-menu li a img{margin-right:5px;position:relative;top:-2px}.hero-area.style-one{border-radius:40px;margin:-100px 8px 0;padding:230px 0 0}.hero-area.style-one:after{content:"";background-color:var(--optionalColor);z-index:-1;border-radius:40px;width:100%;height:calc(100% - 80px);position:absolute;top:0;left:0}.hero-area.style-one .hero-content{margin-bottom:160px}.hero-area.style-one .hero-content h1{letter-spacing:-.02em;margin-bottom:22px;font-size:70px;line-height:84px}.hero-area.style-one .hero-content .section-subtitle{padding-left:25px}.hero-area.style-one .hero-content p{color:rgba(255,255,255,.5);margin-bottom:32px}.hero-area.style-one .circle-text-wrap{width:218px;height:218px;margin-top:-40px}.hero-area.style-one .circle-text-wrap .play-icon{width:86px;height:86px;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-area.style-one .circle-text-wrap .play-icon i{color:var(--titleColor);font-size:30px;line-height:1;position:relative;left:1px}.hero-area.style-one .circle-text-wrap:hover .play-icon{background-color:var(--secondaryColor)}.hero-area.style-one .hero-subcontent .hero-thumb{width:285px}.hero-area.style-one .hero-subcontent .hero-thumb-para{width:calc(100% - 300px);margin-left:auto}.hero-area.style-one .hero-subcontent .hero-thumb-para p{font-size:18px;line-height:28px}.hero-area.style-one .hero-img{max-width:620px;bottom:80px}.hero-area.style-two{margin:-100px 0 0;padding:167px 0 0}.hero-area.style-two .br-one,.hero-area.style-two .br-two,.hero-area.style-two .br-three{background-color:rgba(0,0,0,.08);width:1px;height:100%}.hero-area.style-two .br-one:after,.hero-area.style-two .br-two:after,.hero-area.style-two .br-three:after{content:"";background:linear-gradient(#ff5e14 100%,#fff 64.33%);width:1px;height:100px;position:absolute;top:0;left:0}.hero-area.style-two .br-one{left:22.5%}.hero-area.style-two .br-one:after{animation:10s linear infinite moveDown}.hero-area.style-two .br-two{left:50.66%}.hero-area.style-two .br-two:after{animation:14s linear infinite moveDown}.hero-area.style-two .br-three{left:78%}.hero-area.style-two .br-three:after{animation:20s linear infinite moveDown}.hero-area.style-two .hero-content h1{letter-spacing:-.02em;font-size:54px;line-height:64px}.hero-area.style-two .hero-content h1 span{margin-left:100px}.hero-area.style-two .hero-content .section-subtitle{padding-left:22px}.hero-area.style-two .hero-content p{color:rgba(255,255,255,.5);margin-bottom:32px}.hero-area.style-two .circle-text-wrap{width:218px;height:218px}.hero-area.style-two .circle-text-wrap .play-icon{width:86px;height:86px;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-area.style-two .circle-text-wrap .play-icon i{color:var(--titleColor);font-size:35px;line-height:1;position:relative;left:1px}.hero-area.style-two .circle-text-wrap:hover .play-icon{background-color:var(--secondaryColor)}.hero-area.style-two .move-text-wrapper{writing-mode:vertical-rl;text-orientation:mixed;position:absolute;bottom:0;left:50px;transform:rotate(-180deg)}.hero-area.style-two .move-text-wrapper .move-text{width:100px;height:100vh}.hero-area.style-two .move-text-wrapper .move-text.style-two ul{animation:15s linear infinite alternate mymoveTwo}.hero-area.style-two .move-text-wrapper .move-text.style-two ul li{color:rgba(115,132,137,.05);margin:0 26px 0 0;padding:0;font-size:96px;font-weight:300;line-height:1}.hero-area.style-two .move-text-wrapper .move-text.style-two ul li:nth-child(2n){font-weight:400}.hero-area.style-two .move-text-wrapper .move-text.style-two ul li:after{display:none}.hero-area.style-two .post-share{writing-mode:vertical-rl;text-orientation:mixed;position:absolute;bottom:23%;left:0;transform:rotate(-180deg)}.hero-area.style-two .post-share ul{margin:0;padding-top:2px;position:relative;right:7px}.hero-area.style-two .post-share ul li{border:none;padding-bottom:16px;padding-right:0;transform:rotate(90deg)}.hero-area.style-two .post-share ul li:after{content:"";background-color:rgba(0,0,0,.1);width:1px;height:10px;position:absolute;top:2px;left:3px}.hero-area.style-two .post-share ul li:first-child:after{display:none}.hero-area.style-two .post-share ul li a{padding-left:12px;padding-right:12px}.hero-area.style-two .post-share ul li a i{font-size:14px}.hero-area.style-three{border-radius:0 0 50px 50px;margin-top:-106px;padding:235px 0 140px}.hero-area.style-three:after{content:"";background-color:var(--whiteColor);border-radius:50px 50px 0 0;width:80%;height:120px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-area.style-three .hero-bg{-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:-1;background-position:top;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;animation:22s ease-in infinite zoomin}.hero-area.style-three .hero-bg:after{content:"";z-index:-1;background-color:rgba(0,0,0,.78);width:100%;height:100%;position:absolute;top:0;left:0}.hero-area.style-three .hero-content h1{letter-spacing:-.02em;font-size:54px;line-height:64px}.hero-area.style-three p{color:rgba(255,255,255,.5)}.hero-area.style-three .circle-text-wrap{width:218px;height:218px}.hero-area.style-three .circle-text-wrap .play-icon{width:86px;height:86px;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-area.style-three .circle-text-wrap .play-icon i{color:var(--titleColor);font-size:30px;line-height:1;position:relative;left:1px}.hero-area.style-three .circle-text-wrap .play-icon:hover,.hero-area.style-three .circle-text-wrap:hover .play-icon{background-color:var(--secondaryColor)}.hero-area.style-three .circle-text-wrap:hover .play-icon i{color:var(--titleColor)}.hero-area.style-three .hero-transparent-text-wrap{margin-top:-85px}.hero-area.style-three .hero-transparent-text-wrap .hero-transparent-text{color:transparent;background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-background-clip:text;background-clip:text;font-size:24.6vw;line-height:.85;position:relative;left:-18px}.hero-slider-wrapper{padding-top:90px}.hero-slider-one{position:relative}.hero-slider-one .hero-slide-item{min-height:732px}.hero-slider-one .swiper-button-prev,.hero-slider-one .swiper-button-next{color:var(--whiteColor);-webkit-backdrop-filter:blur(10px);width:50px;height:50px;transition:var(--transition);z-index:10;background-color:rgba(255,255,255,.2);border-radius:10px;justify-content:center;align-items:center;margin-top:0;display:flex;top:auto;left:auto;right:30px;transform:none}.hero-slider-one .swiper-button-prev:after,.hero-slider-one .swiper-button-next:after{font-size:20px;font-weight:600}.hero-slider-one .swiper-button-prev{margin-top:0;top:calc(50% - 35px)}.hero-slider-one .swiper-button-next{margin-top:0;top:calc(50% + 35px)}.hero-slider-one .hero-content{z-index:1;position:relative}.hero-slider-one .swiper-button-prev:hover,.hero-slider-one .swiper-button-next:hover{background-color:rgba(255,255,255,.3)}.hero-slider-one .hero-slide-item{height:732px;padding:36px 25px 30px}.hero-slider-one .hero-slide-item:after{content:"";z-index:-1;background:linear-gradient(173.03deg,rgba(0,0,0,.086) 5.45%,rgba(60,19,0,.5) 64.33%);width:100%;height:100%;position:absolute;bottom:0;left:0}.hero-slider-one .hero-slide-item .hero-feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);background-color:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:28px 22px 25px}.hero-slider-one .hero-slide-item .hero-feature-card:hover{background-color:rgba(67,67,67,.31)}.hero-slider-one .hero-slide-item .hero-feature-card .feature-icon{width:30px;height:30px;position:relative}.hero-slider-one .hero-slide-item .hero-feature-card div{width:calc(100% - 40px);margin-left:auto}.hero-slider-one .hero-slide-item .hero-feature-card div h3{line-height:30px}.hero-slider-one .hero-slide-item .hero-feature-card div p{margin-bottom:20px}.hero-slider-one .hero-slide-item .hero-feature-card div h3{margin-bottom:6px}.hero-slider-one .swiper-pagination{border-radius:none;z-index:1;background-color:rgba(0,0,0,.43);border:1px solid rgba(255,255,255,.44);border-radius:10px 0 0 10px;max-width:79px;height:auto;padding:24px 20px 20px 25px;display:inline-block;position:absolute;top:60px;bottom:auto;left:auto;right:0}.hero-slider-one .swiper-pagination .swiper-pagination-bullet{min-height:22px;color:var(--altoColor);opacity:1;background-color:transparent;margin-bottom:20px;font-size:16px;font-weight:500;display:block;position:relative}.hero-slider-one .swiper-pagination .swiper-pagination-bullet:after{content:"";background-color:var(--secondaryColor);width:0;height:1.5px;transition:var(--transition);visibility:hidden;opacity:0;position:absolute;top:11px;right:-40px}.hero-slider-one .swiper-pagination .swiper-pagination-bullet:last-child{margin-bottom:0}.hero-slider-one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{color:var(--secondaryColor);font-weight:700}.hero-slider-one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity:1;visibility:visible;width:20px}@keyframes moveDown{0%{opacity:1;top:0}to{opacity:0;top:100%}}.category-card.style-one{background-color:#f8f3f1;flex-direction:column;justify-content:center;min-height:220px;padding:28px 22px 23px;display:flex}.category-card.style-one .category-icon{width:70px;height:70px;margin:0 auto 50px}.category-card.style-one h6{transition:var(--transition);line-height:28px}.category-card.style-one:hover{background-color:var(--primaryColor)}.category-card.style-one:hover h6{color:var(--whiteColor)}.category-slider-wrapper{padding:0 15px}.category-slider{padding-bottom:30px}.category-slider .swiper-slide{height:auto}.about-area.style-one .about-img-wrap{padding:30px 0 0 38px}.about-area.style-one .about-img-wrap .about-img{object-fit:cover;width:100%;height:auto;max-height:600px}.about-area.style-one .about-img-wrap .about-thumb{filter:drop-shadow(0 10px 37px rgba(134,69,40,.61));border-radius:30px;max-width:164px;top:0;left:0}.about-area.style-one .about-content .section-title{margin-bottom:16px}.about-area.style-one .about-content .section-title span img{border-radius:50px}.about-area.style-one .about-content .about-subcontent{padding-left:38px}.about-area.style-one .about-content.text-center .about-subcontent{padding-left:0}.about-area.style-one .about-content .about-subcontent p{margin-bottom:3px}.about-area.style-one .about-content.text-center .about-subcontent p{max-width:800px;margin-left:auto;margin-right:auto}.about-area.style-one .about-content .about-subcontent .counter-card{margin-top:25px}.about-area.style-two .about-bg{height:100%}.about-area.style-two .about-content{padding:120px 0}.about-area.style-two .about-content p{margin-bottom:27px}.about-area.style-two .about-content .feature-list.style-one li{padding-right:35px}.about-area.style-three{border-radius:0 0 45px 45px}.about-area.style-three:before{content:"";z-index:0;background-color:#fff7f2;border-radius:0 0 45px 45px;width:100%;height:100%;position:absolute;top:0;left:0}.about-area.style-three:after{content:"";background-color:var(--optionalColor);z-index:-1;width:100%;height:30%;position:absolute;bottom:0;left:0}.about-area.style-three .about-img-wrap:after{content:"";z-index:-1;background-color:#ffd8c7;border-radius:20px 40% 5px 5px;width:100%;height:73%;position:absolute;bottom:0;left:0}.about-area.style-three .about-img-wrap .about-shape{left:50%;transform:translate(-50%)}.about-area.style-three .about-content .feature-item{margin-bottom:42px;padding-left:50px}.about-area.style-three .about-content .feature-item img{position:absolute;top:9px;left:0}.about-area.style-three .about-content .feature-item h3{margin-bottom:5px;line-height:26px}.feature-list.style-one li{letter-spacing:.01em;margin-bottom:29px;padding-left:53px}.feature-list.style-one li span{background-color:rgba(255,255,255,.11);width:40px;height:40px;top:50%;transform:translateY(-50%)}.counter-card.style-one{min-height:200px;padding:30px 20px}.counter-card.style-one:after{content:"";filter:blur(26px);z-index:-1;border-radius:50%;width:70%;height:70%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.counter-card.style-one.bg-1{background-color:#f5efe8}.counter-card.style-one.bg-1:after{background:rgba(255,134,1,.16)}.counter-card.style-one.bg-2{background-color:#fef6f5}.counter-card.style-one.bg-2:after{background:rgba(245,162,156,.49)}.counter-card.style-one.bg-3{background-color:#f3eee2}.counter-card.style-one.bg-3:after{background:rgba(255,213,98,.26)}.counter-card.style-one img{z-index:-1;opacity:.6;top:40%;left:50%;transform:translate(-50%,-50%)}.counter-card.style-one h6,.counter-card.style-one.text-center h6{margin-bottom:0}.counter-card.style-one h4{word-break:break-word;margin-bottom:0;font-size:36px;line-height:1.2}.counter-card.style-one.text-center{text-align:center;padding:35px 25px}.counter-card.style-one.text-center h4{text-align:center;margin-bottom:12px}.counter-card.style-one.text-center p{text-align:center;padding:0 5px;line-height:1.5}.counter-card.style-one.text-center h6:empty{display:none}.counter-card.style-one.justify-content-center{padding:40px 25px}.counter-card.style-one.justify-content-center h4{margin-bottom:15px}.counter-card.style-one.justify-content-center p{max-width:100%;line-height:1.6}.counter-card.style-two{background-color:rgba(240,240,240,.08);border:1px dashed rgba(255,255,255,.26);padding:25px 18px 22px 20px}.counter-card.style-two:after{content:"";filter:blur(26px);z-index:-1;background:rgba(255,94,20,.13);border-radius:50%;width:70%;height:70%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.counter-card.style-two h6{color:#ddd;margin-bottom:85px}.counter-card.style-two h4{margin-bottom:3px;font-size:36px;line-height:1}.counter-card.style-two p{font-size:15px}.wh-area.style-one:after{content:"";background-color:var(--optionalColor);z-index:-1;border-radius:0 0 45px 45px;width:100%;height:calc(100% + 50px);position:absolute;top:-50px;left:50%;transform:translate(-50%)}.wh-area.style-one .wh-content p{color:rgba(255,255,255,.5)}.wh-area.style-one .wh-content .feature-item h3{width:calc(100% - 45px);margin-left:auto;padding-right:10px;line-height:26px}.wh-area.style-one .wh-img-wrap{padding:0 125px 36px 96px}.wh-area.style-one .wh-img-wrap .rating-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(195,168,159,.26);max-width:190px;height:204px;padding:20px;top:40px}.wh-area.style-one .wh-img-wrap .rating-box:after{content:"";border:1px dashed var(--whiteColor);border-radius:10px;width:calc(100% - 10px);height:calc(100% - 10px);position:absolute;top:5px;left:5px}.wh-area.style-one .wh-img-wrap .rating-box h2{margin-bottom:10px;font-size:48px;line-height:1}.wh-area.style-one .wh-img-wrap .rating-box .rating{margin:8px 0 13px}.wh-area.style-one .wh-img-wrap .rating-box p{line-height:24px}.wh-area.style-one .wh-img-wrap .wh-thumb{filter:drop-shadow(10px -10px 60px rgba(60,42,42,.39))}.wh-area.style-two .wh-img-wrap{padding:180px 40px 0 0}.wh-area.style-two .wh-img-wrap .wh-thumb{filter:drop-shadow(0 0 40px rgba(0,0,0,.11))}.wh-area.style-two .wh-content .feature-item{margin-top:30px}.wh-area.style-two .wh-content .feature-item .feature-icon{width:55px;height:55px}.wh-area.style-two .wh-content .feature-item h6{width:calc(100% - 74px);margin-left:auto;line-height:28px}.wh-area.style-two .wh-content .ceo-message-wrap{margin-top:58px}.wh-area.style-two .wh-content .ceo-message-wrap .ceo-avatar{width:98px}.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message{width:calc(100% - 122px);margin-left:auto}.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message h6{padding-left:24px}.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message h6:before{content:"";background-color:rgba(0,0,0,.9);width:18px;height:2px;position:absolute;top:10px;left:0}.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message h6 span{color:#888}.wh-area.style-three .wh-img-wrap{padding:0 0 38px 96px}.wh-area.style-three .wh-img-wrap .wh-thumb{filter:drop-shadow(0 0 50px rgba(177,160,112,.49))}.wh-area.style-three .wh-content .progressbar-wrap{margin-bottom:50px}.wh-area.style-three .wh-content .progressbar-wrap .progress-item{margin-bottom:40px}.wh-area.style-three .wh-content .progressbar-wrap .progress-item:last-child{margin-bottom:0}.wh-area.style-three .wh-content .progressbar-wrap .progress-item .progress-title{margin-bottom:10px}.wh-area.style-three .wh-content .progressbar-wrap .progress-item .progress{background:rgba(255,255,255,.11);border-radius:3px;height:24px}.wh-area.style-three .wh-content .progressbar-wrap .progress-item .progress .progress-bar{background-color:var(--secondaryColor);border-radius:3px;height:12.5px;margin-top:11.5px;position:relative}.progress-bar{width:0;animation:1.5s ease-in-out forwards progress}.progress-bar .title{opacity:0;animation:.35s ease-in-out .5s forwards show}@keyframes progress{0%{width:0}to{width:100%}}@keyframes show{0%{opacity:0}to{opacity:1}}.feature-area.style-three:after{content:"";z-index:-1;background-color:#f8f3f0;border-radius:0 0 45px 45px;width:100%;height:calc(100% - 20px);position:absolute;top:0;left:0}.feature-area.style-four:after{content:"";z-index:-1;background-color:#f3f3f3;border-radius:45px;width:100%;height:75%;position:absolute;top:0;left:0}.feature-card.style-one h3{margin:32px 0 13px;line-height:34px}.feature-card.style-three{background-color:#f8f3f0;min-height:510px;padding:38px 20px 32px}.feature-card.style-three .br-one{width:100%;height:138px;transition:var(--transition)}.feature-card.style-three .br-one:before{content:"";border-top:1px solid rgba(255,94,20,.5);border-left:1px solid rgba(255,94,20,.5);border-radius:20px 0 0;width:115px;height:100%;position:absolute;top:0;left:0}.feature-card.style-three .br-one:after{content:"";border-top:1px solid rgba(255,94,20,.5);border-right:1px solid rgba(255,94,20,.5);border-radius:0 20px 0 0;width:115px;height:100%;position:absolute;top:0;right:0}.feature-card.style-three .br-two{width:100%;height:138px;transition:var(--transition);position:absolute}.feature-card.style-three .br-two:before{content:"";border-bottom:1px solid rgba(255,94,20,.5);border-left:1px solid rgba(255,94,20,.5);border-radius:0 0 0 20px;width:115px;height:100%;position:absolute;bottom:0;left:0}.feature-card.style-three .br-two:after{content:"";border-bottom:1px solid rgba(255,94,20,.5);border-right:1px solid rgba(255,94,20,.5);border-radius:0 0 20px;width:115px;height:100%;position:absolute;bottom:0;right:0}.feature-card.style-three .feature-img{width:268px;height:268px;margin-bottom:42px}.feature-card.style-three h3{margin-bottom:14px}.feature-card.style-three p{margin-bottom:8px}.feature-card.style-three:hover .br-one,.feature-card.style-three:hover .br-two{height:100px}.feature-card.style-four{background-color:#ffcb37;min-height:510px;max-height:510px}.feature-card.style-four .feature-info{padding:34px 20px 0}.feature-card.style-four h3{margin-bottom:16px}.feature-card.style-four p{margin-bottom:10px}.feature-card.style-five{height:510px;padding:34px 20px 35px}.feature-card.style-five:after{content:"";-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);z-index:-1;background:linear-gradient(180.78deg,rgba(45,28,34,.37) 52.93%,rgba(56,18,0,.83) 67.93%);border-radius:20px;width:100%;height:100%;position:absolute;bottom:0;left:0}.feature-card.style-five h3{margin-bottom:16px}.feature-card.style-five p{margin-bottom:10px}.feature-card.style-six{padding:15px;box-shadow:0 0 40px rgba(0,0,0,.1)}.feature-card.style-six .feature-img{width:250px}.feature-card.style-six .feature-info{width:calc(100% - 265px);margin-left:auto}.feature-card.style-six .feature-info .feature-list li{margin-bottom:9px;padding-left:18px;font-size:15px}.feature-card.style-six .feature-info .feature-list li img{position:absolute;top:7px;left:0}.feature-tablist{-moz-column-gap:13px;border-bottom:none;column-gap:13px}.feature-tablist .nav-item{width:calc(25% - 16px);margin-bottom:20px}.feature-tablist .nav-item .nav-link{background-color:var(--whiteColor);width:100%;color:var(--titleColor);transition:var(--transition);border-radius:50px;padding:13px;font-weight:600;display:block}.feature-tablist .nav-item .nav-link:hover,.feature-tablist .nav-item .nav-link.active{background-color:var(--primaryColor);color:var(--whiteColor)}.feature-tab-content .feature-img-wrap{padding-left:118px}.feature-tab-content .feature-img-wrap .exp-box{width:218px;height:248px;padding:20px;top:25%;box-shadow:0 0 40px rgba(141,141,141,.21)}.feature-tab-content .feature-img-wrap .exp-box .fav-icon{width:64px;height:64px;margin-bottom:35px}.feature-tab-content .feature-img-wrap .exp-box h6 span{margin-bottom:12px;font-size:64px;line-height:1}.feature-tab-content .feature-content .feature-timeline{z-index:1;position:relative}.feature-tab-content .feature-content .feature-timeline:after{content:"";z-index:0;border-left:1px dashed rgba(0,0,0,.29);width:1px;height:100%;position:absolute;top:0;left:25px}.feature-tab-content .feature-content .feature-timeline li{z-index:2;margin-bottom:45px;padding-left:77px}.feature-tab-content .feature-content .feature-timeline li:last-child{margin-bottom:0}.feature-tab-content .feature-content .feature-timeline li span{border:1px dashed rgba(45,28,34,.23);width:52px;height:52px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.service-area.style-one{border-radius:45px}.service-area.style-one:after{content:"";z-index:-1;background-color:#f8f3f1;border-radius:45px;width:100%;height:100%;position:absolute;bottom:0;left:0}.service-card-wrap.style-one{-moz-column-gap:25px;column-gap:25px}.service-card-wrap.style-one .service-card{border-left:1px dashed rgba(255,255,255,.11);width:calc(33.33% - 17px);padding-left:44px}.service-card-wrap.style-one .service-card:first-child{border-left:none;padding-left:0}.service-card h3{font-size:24px;line-height:34px}.service-card.style-one{border:1px dashed transparent;padding:22px 29px 28px}.service-card.style-one .service-counter{color:rgba(85,85,85,.22);margin-bottom:7px}.service-card.style-one .service-icon{margin:68px auto 80px}.service-card.style-one .service-para p{width:calc(100% - 65px);padding-right:20px}.service-card.style-one .service-para .service-link{background-color:rgba(255,94,20,.13);width:50px;height:50px}.service-card.style-one:hover{border:1px dashed var(--primaryColor)}.service-card.style-one:hover .service-counter{color:var(--primaryColor)}.service-card.style-one:hover .service-link{background-color:var(--primaryColor)}.service-card.style-one:hover .service-link img{filter:brightness(0)invert()}.service-card.style-two .service-img.semiround-left,.service-card.style-two .service-img.semiround-left img{border-radius:0 50% 50%}.service-card.style-two .service-img.semiround-right,.service-card.style-two .service-img.semiround-right img{border-radius:50% 0 50% 50%}.service-card.style-two .service-img.rounded-corner,.service-card.style-two .service-img.rounded-corner img{border-radius:30px}.service-card.style-two .service-img.rounded-two,.service-card.style-two .service-img.rounded-two img{border-radius:30px 30px 0}.service-card.style-two .service-img.rounded-corner img{border-radius:50%}.service-card.style-two h3{margin:35px 0 15px;padding-right:26px;font-size:24px;font-weight:700;line-height:34px}.service-card.style-two:hover .service-img.semiround-left,.service-card.style-two:hover .service-img.semiround-left img{border-radius:50% 0 50% 50%}.service-card.style-two:hover .service-img.semiround-right,.service-card.style-two:hover .service-img.semiround-right img{border-radius:0 50% 50%}.service-card.style-two:hover .service-img.rounded-corner,.service-card.style-two:hover .service-img.rounded-corner img{border-radius:20px}.service-card.style-two:hover .service-img.rounded-two,.service-card.style-two:hover .service-img.rounded-two img{border-radius:20px 20px 0}.service-card.style-three h3{margin:50px 0 13px;line-height:34px}.service-card.style-three p{margin-bottom:26px}.service-slider-one .swiper-button-prev,.service-slider-one .swiper-button-next{color:var(--primaryColor)}.service-slider-one .swiper-pagination{position:initial;margin-top:20px;line-height:1}.service-slider-one .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px}.service-slider-one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.service-slider-one .swiper-pagination .swiper-pagination-bullet:hover{background-color:var(--primaryColor)}.move-text{position:relative}.move-text.style-two{height:47px}.move-text.style-two ul{z-index:1;white-space:nowrap;animation:21s linear infinite alternate mymove;position:absolute;top:50%;left:0;transform:translateY(-50%)}.move-text.style-two ul li{color:rgba(45,28,34,.1);transition:var(--transition);margin:0 26px 0 0;padding:0 43px 0 0;font-size:48px;font-weight:400;line-height:1;display:inline-block;position:relative}.move-text.style-two ul li:nth-child(2n){font-weight:800}.move-text.style-two ul li:last-child:after{display:none}.move-text.style-two ul li:after{content:"|";font-size:48px;font-weight:400;position:absolute;top:48%;right:0;transform:translateY(-50%)rotate(-20deg)}@keyframes mymove{0%{left:0}to{left:-100%}}@keyframes mymoveTwo{0%{top:0}to{bottom:-100%}}.project-filter-box.style-one{-moz-column-gap:12px;border:1px dashed rgba(45,28,24,.2);column-gap:12px;padding:30px 20px 15px}.project-filter-box.style-one .form-group{width:calc(21% - 13px)}.project-filter-box.style-one .form-group:last-child{width:calc(17% - 9px)}.project-filter-box.style-one .form-group input,.project-filter-box.style-one .form-group select{color:var(--paraColor);border-radius:50px;padding:10px 14px;font-size:15px}.project-filter-box.style-one .form-group input::-moz-placeholder{opacity:1;color:var(--paraColor)}.project-filter-box.style-one .form-group select::-moz-placeholder{opacity:1;color:var(--paraColor)}.project-filter-box.style-one .form-group input::placeholder,.project-filter-box.style-one .form-group select::placeholder{opacity:1;color:var(--paraColor)}.project-filter-box.style-one .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/images/icons/down-arrow-gray.svg);background-position:calc(100% - 18px);background-repeat:no-repeat;background-size:11px}.project-filter-box.style-one .form-group .btn span.btn-text{padding-left:15px;padding-right:15px}.project-card.style-one .project-img{width:55%}.project-card.style-one .project-img:after{content:"";z-index:0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);visibility:hidden;opacity:0;width:calc(100% - 32px);height:calc(100% - 32px);transition:var(--transition);background-color:rgba(0,0,0,.69);border:1px solid rgba(255,255,255,.5);border-radius:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-card.style-one .project-img .circle-text-wrap{z-index:1;visibility:hidden;opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-card.style-one .project-img .circle-text-wrap .circle-text-icon{top:50%;left:50%;transform:translate(-50%,-50%)}.project-card.style-one .project-info{width:45%;padding-left:25px}.project-card.style-one .project-info .project-counter{color:rgba(19,87,110,.07);margin-bottom:40px;font-size:100px;line-height:85px}.project-card.style-one .project-info h3{margin-bottom:15px;font-size:24px;line-height:32px}.project-card.style-one .project-info p{padding-left:25px}.project-card.style-one .project-info p img,.project-card.style-one .project-info p i{position:absolute;top:3px;left:0}.project-card.style-one:hover .project-img:after,.project-card.style-one:hover .circle-text-wrap{visibility:visible;opacity:1}.project-card.style-two,.project-card.style-four{background-color:#f3f3f3;padding:20px 30px 26px;position:relative}.project-card.style-two:before,.project-card.style-four:before{content:"";z-index:-1;width:100%;height:100%;transition:var(--transition);background-color:#f3f3f3;border-radius:10px;position:absolute;top:0;left:0}.project-card.style-two .project-counter,.project-card.style-four .project-counter{color:rgba(0,0,0,.13);margin:59px 0;font-size:128px;line-height:1}.project-card.style-two .project-title h3,.project-card.style-four .project-title h3{width:calc(100% - 55px)}.project-card.style-two .project-title .project-link,.project-card.style-four .project-title .project-link{background-color:rgba(255,94,20,.13);width:50px;height:50px}.project-card.style-two .project-title .project-link:hover,.project-card.style-four .project-title .project-link:hover{background-color:var(--primaryColor)}.project-card.style-two .project-title .project-link:hover img,.project-card.style-four .project-title .project-link:hover img{filter:brightness(0)invert()}.project-card.style-two:hover:before,.project-card.style-four:hover:before{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:var(--transition);background-color:rgba(45,28,34,.75)}.project-card.style-two:hover .project-status,.project-card.style-four:hover .project-status{color:var(--secondaryColor)}.project-card.style-two:hover .project-counter,.project-card.style-four:hover .project-counter{color:rgba(255,255,255,.28)}.project-card.style-two:hover .project-title h3 a,.project-card.style-four:hover .project-title h3 a{color:var(--whiteColor)}.project-card.style-two:hover .project-title .project-link,.project-card.style-four:hover .project-title .project-link{background-color:var(--primaryColor)}.project-card.style-two:hover .project-title .project-link img,.project-card.style-four:hover .project-title .project-link img{filter:brightness(0)invert()}.project-card.style-three{height:495px;padding:20px 30px 26px}.project-card.style-three:before{content:"";-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);visibility:hidden;opacity:0;z-index:-1;width:calc(100% - 24px);height:calc(100% - 24px);transition:var(--transition);background-color:rgba(45,28,34,.58);border-radius:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-card.style-three .project-counter{color:var(--secondaryColor);transition:var(--transition);font-size:24px;font-weight:600;line-height:1;position:absolute;top:40px;right:42px}.project-card.style-three .project-link{border:1px solid var(--secondaryColor);width:108px;height:108px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-card.style-three .project-link:hover{background-color:var(--secondaryColor);border-color:transparent}.project-card.style-three .project-link:hover img{filter:brightness(0)invert()}.project-card.style-three h3{position:absolute;bottom:40px;left:43px}.project-card.style-three h3 a{color:var(--whiteColor)}.project-card.style-three h3:hover a{color:var(--primaryColor)}.project-card.style-three .project-link,.project-card.style-three .project-counter,.project-card.style-three h3,.project-card.style-three:before{visibility:hidden;opacity:0}.project-card.style-three:hover .project-link,.project-card.style-three:hover .project-counter,.project-card.style-three:hover h3,.project-card.style-three:hover:before{visibility:visible;opacity:1}.project-card.style-four .project-counter{margin:97px 0}.project-card.style-four .project-title h3{width:100%}.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two:before{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:var(--transition);background-color:rgba(45,28,34,.75)}.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-status{color:var(--secondaryColor)}.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-counter{color:rgba(255,255,255,.28)}.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-title h3 a{color:var(--whiteColor)}.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-title .project-link{background-color:var(--primaryColor)}.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-title .project-link img{filter:brightness(0)invert()}.project-pagination{border-top:1px dashed rgba(45,28,34,.12);border-bottom:1px dashed rgba(45,28,34,.12);padding:15px 0}.project-pagination .prev-project,.project-pagination .next-project{font-weight:500}.project-pagination .prev-project img,.project-pagination .next-project img{filter:brightness(0)invert(0);opacity:.8;transition:var(--transition)}.project-pagination .prev-project:hover img,.project-pagination .next-project:hover img{filter:brightness()invert(0);opacity:1}.project-highlight-box{background-color:rgba(255,94,20,.09);padding:35px 30px}.project-highlight-box p{margin-bottom:18px!important}.project-highlight-box p:last-child{margin-bottom:0!important}.project-desc:after{content:"";z-index:-1;background-color:#f3f3f3;border-radius:20px;width:calc(100% + 30px);height:35%;position:absolute;top:0;left:-15px}.project-desc .single-project-metainfo li{border-left:1px solid var(--primaryColor);margin-bottom:15px;padding-top:3px;padding-left:10px;line-height:1}.project-desc .single-project-metainfo li span:first-child{margin-bottom:10px}.pricing-card.style-one{padding:21px 28px 29px;position:relative}.pricing-card.style-one .featured{writing-mode:vertical-rl;text-orientation:mixed;border-radius:50px 50px 0 0;padding:12px 5px;line-height:1;top:0;right:20px;transform:rotate(-180deg)}.pricing-card.style-one .pricing-header{border-bottom:1px dashed rgba(0,0,0,.18);margin-bottom:23px;padding-bottom:15px}.pricing-card.style-one .pricing-header span{margin-bottom:10px}.pricing-card.style-one .pricing-features{margin-bottom:24px}.pricing-card.style-one .pricing-features li{margin-bottom:10px;padding-left:20px}.pricing-card.style-one .pricing-features li:last-child{margin-bottom:0}.pricing-card.style-one .pricing-features li img{position:absolute;top:8px;left:0}.rating-box.style-one{background-color:#f8f3f0;padding:20px 28px 23px}.rating-box.style-one h2{margin-right:20px;font-family:"Exo 2",sans-serif;font-size:48px;line-height:1;top:2px}.rating-box.style-two{background-color:#fff1ea;width:234px;height:234px;padding:20px 28px 23px}.rating-box.style-two h2{font-size:48px;line-height:1}.rating-box.style-two .rating{margin:4px 0 9px}.testimonial-card.style-one{padding:28px 35px 30px}.testimonial-card.style-one .quote-icon{width:96px;height:96px}.testimonial-card.style-one p{margin:25px 0 24px;font-size:24px;line-height:34px}.testimonial-card.style-one h6{padding-left:0}.testimonial-card.style-one h6:before{display:none}.testimonial-card.style-two .quote-icon{width:96px;height:96px;margin-bottom:40px}.testimonial-card.style-two p{letter-spacing:.015em;margin-bottom:31px;font-size:24px;line-height:36px}.testimonial-card.style-two h6{padding-left:86px}.testimonial-card.style-two h6:before{content:"";background-color:rgba(0,0,0,.18);width:70px;height:1px;position:absolute;top:12px;left:0}.testimonial-card.style-three .testimonial-content{width:calc(100% - 325px);margin-right:auto}.testimonial-card.style-three .testimonial-content .quote-icon{width:96px;height:96px}.testimonial-card.style-three .testimonial-content p{margin:32px 0 24px;font-size:24px;line-height:34px}.testimonial-card.style-three .testimonial-content h6{padding-left:0}.testimonial-card.style-three .testimonial-content h6:before{display:none}.testimonial-card.style-three .testimonial-img{width:306px}.testimonial-slider-one.style-one:before{content:"";border-left:1px dashed rgba(45,28,34,.12);width:1px;height:100%;position:absolute;top:0;left:40px}.testimonial-slider-one.style-one .testimonial-card{padding-left:100px}.testimonial-slider-one.style-one .swiper-button-prev,.testimonial-slider-one.style-one .swiper-button-next{width:40px;height:40px;color:var(--primaryColor);background-color:#f5f5f5;border-radius:50%;margin:0;top:20px}.testimonial-slider-one.style-one .swiper-button-prev:after,.testimonial-slider-one.style-one .swiper-button-next:after{font-size:20px}.testimonial-slider-one.style-one .swiper-button-next{right:40px}.testimonial-slider-one.style-one .swiper-button-prev{left:auto;right:85px}.testimonial-slider-one.style-two:before{content:"";border-right:1px dashed rgba(45,28,34,.12);width:1px;height:100%;position:absolute;top:0;right:40px}.testimonial-slider-one.style-two .testimonial-card{padding-right:100px}.testimonial-slider-one.style-two .swiper-button-prev,.testimonial-slider-one.style-two .swiper-button-next{width:40px;height:40px;color:var(--primaryColor);background-color:#f5f5f5;border-radius:50%;margin:0;top:20px}.testimonial-slider-one.style-two .swiper-button-prev:after,.testimonial-slider-one.style-two .swiper-button-next:after{font-size:20px}.testimonial-slider-one.style-two .swiper-button-next{right:40px}.testimonial-slider-one.style-two .swiper-button-prev{left:auto;right:85px}.testimonial-slider-one.style-three:before{content:"";border-left:1px dashed rgba(45,28,34,.12);width:1px;height:100%;position:absolute;top:0;left:0}.testimonial-slider-one.style-three .testimonial-card{padding-left:45px}.testimonial-slider-one.style-three .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px}.testimonial-slider-one.style-three .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.testimonial-slider-one.style-three .swiper-pagination .swiper-pagination-bullet:hover{background-color:var(--primaryColor)}.testimonial-bg-wrap .testimonial-bg{width:calc(100% - 125px)}.award-card.style-one{border:1px dashed rgba(0,0,0,.18);border-radius:50px;padding:18px}.award-card.style-one .award-badge{width:72px;height:72px}.award-card.style-one .award-title{width:calc(100% - 92px);margin-left:auto}.award-card.style-one:hover{background-color:rgba(251,189,6,.1)}.brand-slider .swiper-wrapper{align-items:center}.brand-slider .swiper-slide.swiper-slide-active .brand-logo img{opacity:1}.brand-logo img{opacity:.2;transition:var(--transition)}.brand-logo:hover img{opacity:1}.cta-area.style-one{background-position:50%;background-size:cover;padding:80px 0}.cta-area.style-one .section-shape{opacity:.5}.cta-area.style-one:after{content:"";z-index:-1;background-color:rgba(45,28,34,.52);width:100%;height:100%;position:absolute;top:0;left:0}.cta-area.style-one .circle-text-wrap{border:1px dashed rgba(255,255,255,.99);width:254px;height:254px;padding:20px 15px 15px}.cta-area.style-one .circle-text-wrap .arrow-icon{top:50%;left:50%;transform:translate(-50%,-50%)}.cta-area.style-two{background-position:50%;background-size:cover;padding:80px 0}.cta-area.style-two .section-shape{opacity:.2}.cta-area.style-two:after{content:"";z-index:-1;background-color:rgba(71,53,0,.56);width:100%;height:100%;position:absolute;top:0;left:0}.cta-area.style-two .circle-text-wrap{border:1px dashed rgba(255,255,255,.99);width:237px;height:237px;padding:14px 15px}.cta-area.style-two .circle-text-wrap:after{content:"";z-index:-1;border:50px solid var(--primaryColor);background-color:transparent;border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0}.cta-area.style-two .circle-text-wrap .arrow-icon{top:50%;left:50%;transform:translate(-50%,-50%)}.cta-area.style-three{border-radius:0 0 45px 45px;margin-top:-110px;padding:235px 0 125px}.cta-area.style-three .section-shape{opacity:.2}.cta-area.style-three:after{content:"";z-index:-1;background-color:rgba(71,53,0,.56);width:100%;height:100%;position:absolute;top:0;left:0}.cta-area.style-three .circle-text-wrap{border:1px dashed rgba(255,255,255,.99);width:237px;height:237px;padding:14px 15px}.cta-area.style-three .circle-text-wrap:after{content:"";z-index:-1;border:50px solid var(--primaryColor);background-color:transparent;border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0}.cta-area.style-three .circle-text-wrap .arrow-icon{top:50%;left:50%;transform:translate(-50%,-50%)}.team-area.style-one .slider-btn .prev-btn,.team-area.style-one .slider-btn .next-btn{z-index:1;position:absolute;top:60%;transform:translateY(-50%)}.team-area.style-one .slider-btn .prev-btn{left:15px}.team-area.style-one .slider-btn .next-btn{right:15px}.team-card.style-one .team-img{margin-bottom:23px}.team-card.style-one .team-info h3{margin-bottom:10px;font-size:20px}.team-card.style-one .team-info .social-profile.style-two li{border-right-color:rgba(85,85,85,.31);margin-right:9px;padding-right:9px}.team-card.style-one .team-info .social-profile.style-two li:last-child{margin-right:0;padding-right:0}.team-card.style-one .team-info .social-profile.style-two li a i{color:var(--paraColor);font-size:17px}.team-card.style-one .team-info .social-profile.style-two li a:hover i{color:var(--primaryColor)}.single-team-box{padding:25px}.single-team-box .single-team-details .team-member-info{margin-bottom:55px}.single-team-box .single-team-infolist{border-top:1px dashed rgba(0,0,0,.11);margin-top:20px;padding-top:20px}.single-team-box .single-team-infolist li{margin-bottom:10px}.single-team-box .single-team-infolist li:last-child{margin-bottom:0}.single-team-box .btn span.btn-text{padding-top:10px;padding-bottom:10px}.team-desc .feature-list li{margin-bottom:11px;padding-left:22px}.team-desc .feature-list li:last-child{margin-bottom:0}.team-desc .feature-list li:before{content:"";background-color:#f5a29c;border-radius:50%;width:10px;height:10px;position:absolute;top:8px;left:0}.team-slider-one .swiper-button-prev:after,.team-slider-one .swiper-button-next:after{color:var(--primaryColor)}.location-area.style-one:after{content:"";z-index:-1;background-color:#f8f3f0;border-radius:40px;width:100%;height:78%;position:absolute;top:0;left:0}.location-area.style-one .location-box,.location-area.style-two .location-box{padding:27px}.location-area.style-one .location-box .location-filter,.location-area.style-two .location-box .location-filter{-moz-column-gap:14px;column-gap:14px}.location-area.style-one .location-box .location-filter .form-group,.location-area.style-two .location-box .location-filter .form-group{width:calc(23% - 8px);margin-bottom:25px}.location-area.style-one .location-box .location-filter .form-group:first-child,.location-area.style-two .location-box .location-filter .form-group:first-child{width:calc(30% - 8px)}.location-area.style-one .location-box .location-filter .form-group input,.location-area.style-one .location-box .location-filter .form-group select,.location-area.style-two .location-box .location-filter .form-group input,.location-area.style-two .location-box .location-filter .form-group select{padding:10px 18px}.location-area.style-one .location-box .location-filter .form-group select,.location-area.style-two .location-box .location-filter .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/images/icons/down-arrow-gray.svg);background-position:calc(100% - 18px);background-repeat:no-repeat;background-size:11px}.location-area.style-one .location-box .location-filter .form-group input::-moz-placeholder{opacity:1;color:var(--paraColor)}.location-area.style-two .location-box .location-filter .form-group input::-moz-placeholder{opacity:1;color:var(--paraColor)}.location-area.style-one .location-box .location-filter .form-group input::placeholder,.location-area.style-two .location-box .location-filter .form-group input::placeholder{opacity:1;color:var(--paraColor)}.location-area.style-one .location-box.style-one,.location-area.style-two .location-box.style-one{box-shadow:0 0 40px #eae5e2}.location-area .scrollable-container{scrollbar-width:thin;scrollbar-color:#f5a29c #fce2e0;direction:rtl;height:408px;padding-left:10px;overflow-y:scroll}.location-area .scrollable-container>*{direction:ltr}.scrollable-container::-webkit-scrollbar{width:3px}.scrollable-container::-webkit-scrollbar-track{background:#fce2e0;border-radius:50px}.scrollable-container::-webkit-scrollbar-thumb{background-color:#f5a29c;border-radius:50px}.property-filter-box{-moz-column-gap:12px;column-gap:12px;padding:30px 20px 15px}.property-filter-box .form-group{width:calc(16% - 9px)}.property-filter-box .form-group:first-child{width:calc(19% - 9px)}.property-filter-box .form-group input,.property-filter-box .form-group select{color:var(--paraColor);border-radius:50px;padding:10px 14px;font-size:15px}.property-filter-box .form-group input::-moz-placeholder{opacity:1;color:var(--paraColor)}.property-filter-box .form-group select::-moz-placeholder{opacity:1;color:var(--paraColor)}.property-filter-box .form-group input::placeholder,.property-filter-box .form-group select::placeholder{opacity:1;color:var(--paraColor)}.property-filter-box .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/images/icons/down-arrow-gray.svg);background-position:calc(100% - 18px);background-repeat:no-repeat;background-size:11px}.property-filter-box .form-group .btn span.btn-text{padding-left:15px;padding-right:15px}.property-card.style-one .property-img{margin-bottom:23px}.property-card.style-one .property-img .property-price{border-radius:50px 0 0 50px;padding:7px 5px 5px 11px;line-height:1;top:20px}.property-card.style-one p{padding-left:22px}.property-card.style-one p img,.property-card.style-one p i{position:absolute;top:3px;left:0}.property-card.style-two .property-img{width:198px}.property-card.style-two .property-info{width:calc(100% - 223px);margin-left:auto}.property-card.style-two .property-info .property-category{border-radius:50px;padding:5px 10px;line-height:1}.property-card.style-two .property-info .property-category:hover{background-color:var(--primaryColor);color:var(--whiteColor)}.property-card.style-two .property-info h3{margin-top:65px;margin-bottom:13px}.property-card.style-two .property-info p{padding-left:24px;position:relative}.property-card.style-two .property-info p i,.property-card.style-two .property-info p img{position:absolute;top:2px;left:0}.single-property-video{border-radius:10px;height:422px;overflow:hidden}.single-property-video:after{content:"";z-index:-1;background-color:rgba(0,0,0,.6);width:100%;height:100%;position:absolute;top:0;left:0}.single-property-video .play-icon{border:1px solid var(--secondaryColor);width:100px;height:100px;transition:var(--transition);background-color:transparent;top:50%;left:50%;transform:translate(-50%,-50%)}.single-property-video .play-icon i{color:var(--secondaryColor);transition:var(--transition);font-size:35px;line-height:1}.single-property-video .play-icon:hover{background-color:var(--secondaryColor)}.single-property-video .play-icon:hover i{color:var(--titleColor)}.single-property-amenities li{width:20%;margin-bottom:11px;padding-left:20px!important}.single-property-amenities li:last-child{margin-bottom:0}.single-property-amenities li:before{content:"";background-color:#f5a29c;border-radius:50%;width:10px;height:10px;position:absolute;top:8px;left:0}.job-card.style-one{padding:0 10px}.job-card.style-one:after{content:"";z-index:-1;background-color:#f3f3f3;border-radius:10px;width:100%;height:70%;position:absolute;bottom:0;left:0}.job-card.style-one .job-img .job-salary{border-radius:50px 0 0 50px;padding:9px 12px 7px;line-height:1;top:12px}.job-card.style-one .job-info{padding:22px 10px}.job-card.style-one .job-info .job-metainfo{border-top:1px dashed rgba(0,0,0,.1);border-bottom:1px dashed rgba(0,0,0,.1);flex-wrap:wrap;justify-content:space-between;margin:15px 0;padding:15px 0 6px;display:flex}.job-metainfo li{margin-bottom:10px;margin-right:10px;padding-left:25px;display:inline-block}.job-metainfo li:last-child{margin-right:0}.job-metainfo li i,.job-metainfo li img{position:absolute;top:50%;left:0;transform:translateY(-50%)}.job-desc .single-para{margin-bottom:35px}.job-desc .single-para:last-child{margin-bottom:0}.job-desc .single-para p{margin-bottom:20px}.job-desc .single-para p:last-child{margin-bottom:0}.job-desc .feature-list li{margin-bottom:10px;padding-left:15px}.job-desc .feature-list li:last-child{margin-bottom:0}.job-desc .feature-list li:before{content:"";background-color:var(--titleColor);border-radius:50%;width:4px;height:4px;position:absolute;top:10px;left:0}.job-desc .single-img .job-salary{background-color:#ffecb4;border-radius:50px 0 0 50px;padding:9px 12px 7px;line-height:1;top:12px}.job-desc .single-job-title{margin:-65px 17px 40px;padding:25px 25px 5px;box-shadow:0 0 40px rgba(0,0,0,.1)}.job-desc .single-job-title .job-metainfo{border-top:1px dashed rgba(45,28,34,.23);margin-top:15px;padding-top:18px}.job-desc .single-job-title .job-metainfo li{margin-right:45px;padding-left:0}.job-desc .single-job-title .job-metainfo li:last-child{margin-right:0}.job-desc .single-job-title .job-metainfo li img{margin-right:9px;position:relative;top:6px}.accordion.style-one .accordion-item{background-color:transparent;border:1px dashed transparent;border-radius:3px;margin:0 0 18px;padding:0}.accordion.style-one .accordion-item:last-child{margin:0}.accordion.style-one .accordion-item .accordion-header .accordion-button{color:var(--titleColor);text-align:left;box-shadow:none;transition:var(--transition);background-color:#f3f3f3;border-radius:3px;align-items:center;margin:0;padding:16px 40px 16px 25px;font-size:16px;font-weight:600;line-height:28px;display:flex;align-items:flex-start!important}.accordion.style-one .accordion-item .accordion-header .accordion-button:after{display:none}.accordion.style-one .accordion-item .accordion-header .accordion-button:focus{box-shadow:none;outline:none}.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow{text-align:center;width:35px;height:35px;transition:var(--transition);display:inline-block;position:absolute;top:13px;right:4px}.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i{color:#5f6368;transition:var(--transition);margin:0 auto;font-size:19px;font-weight:300;line-height:1;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i.minus{visibility:hidden;opacity:0;top:50%}.accordion.style-one .accordion-item .accordion-body{border-top:1px solid rgba(0,0,0,.07);padding:24px 25px 20px}.accordion.style-one .accordion-item .accordion-body p:last-child{margin-bottom:0}.accordion-item:not(.collapsed){border:1px dashed rgba(45,28,34,.1)!important}.accordion-item:not(.collapsed) .accordion-button span .plus{visibility:hidden;opacity:0}.accordion-item:not(.collapsed) .accordion-button span .minus{visibility:visible!important;opacity:1!important}.contact-card.style-one{transition:var(--transition);padding:40px 40px 39px}.contact-card.style-one .contact-icon{width:59px;height:59px}.contact-card.style-one .contact-info{width:calc(100% - 70px);margin-left:auto}.contact-card.style-one .contact-info span:first-child{margin-bottom:3px}.contact-card.style-one:hover .contact-icon{background-color:var(--primaryColor)}.contact-card.style-one:hover .contact-icon img{filter:brightness(0)invert()}.checkbox{display:block}.checkbox.form-check{padding-left:0}.checkbox input{height:initial;width:initial;cursor:pointer;margin-bottom:0;padding:0;display:none}.checkbox label{cursor:pointer;position:relative}.checkbox label:before{content:"";-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;cursor:pointer;background-color:transparent;margin-right:5px;display:inline-block;position:absolute;top:6px;left:0}.checkbox.style-one label{padding-left:30px}.checkbox.style-one label:before{border:1px solid rgba(45,28,34,.3);border-radius:5px;width:21px;height:21px;top:2px}.checkbox.style-one input:checked+label:before,.checkbox.style-two input:checked+label:before{border-color:transparent}.checkbox input:checked+label:after{content:"";display:block;position:absolute}.checkbox.style-one input:checked+label:after{background:var(--primaryColor);border-radius:5px;width:21px;height:21px;top:2px;left:0}.checkbox.style-two input:checked+label:after{background:var(--primaryColor);border-radius:50%;width:15px;height:15px;top:5px;left:0}.blog-area.style-two:before,.blog-area.style-two:after{content:"";width:100%;position:absolute;bottom:0;left:0}.blog-area.style-two:before{background-color:var(--whiteColor);z-index:-1;border-radius:0 0 45px 45px;height:100%}.blog-area.style-two:after{background-color:var(--optionalColor);z-index:-2;height:30%}.blog-card h3{margin-bottom:10px;font-size:22px;line-height:32px}.blog-card .blog-img img{transition:opacity .35s,transform .45s,filter .35s;transform:translate(0,0)scale(1.09)}.blog-card .blog-metainfo{margin-bottom:13px}.blog-card:hover .blog-img img{transform:translate(-4%)scale(1.09)}.blog-card:hover .blog-img .blog-date.bg-white{color:var(--whiteColor);background-color:var(--primaryColor)!important}.blog-card.style-one .blog-img .blog-date{top:13px;left:13px}.blog-card.style-two .blog-img .blog-date{bottom:15px;right:15px}.blog-card .blog-img{margin-bottom:18px}.blog-card .blog-date{width:66px;height:74px;padding-top:5px}.blog-card .blog-date:hover{background-color:var(--primaryColor);color:var(--whiteColor)}.blog-metainfo li{margin-right:7px;padding-right:13px;font-weight:500}.blog-metainfo li:after{content:"/";color:var(--paraColor);font-size:16px;position:absolute;top:calc(50% - 1px);right:0;transform:translateY(-50%)}.blog-metainfo li:last-child:after{display:none}.blog-metainfo li a{color:var(--paraColor)}.blog-metainfo li a:hover{color:var(--primaryColor)}.article-comment .title{margin-bottom:20px;font-size:25px}.article-comment .comment-list{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:20px}.article-comment .comment-list:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.article-comment .comment-list .comment-author{margin-bottom:15px}.article-comment .comment-list .comment-author img{border-radius:100%}.article-comment .comment-list .comment-author h5{margin-bottom:6px;font-size:16px;line-height:1}.article-comment .comment-list .comment-author p{margin:0;font-size:13px;line-height:1}.article-comment .comment-list.reply{border-top:1px solid #eee;margin-top:20px;padding-top:20px;padding-left:30px;padding-right:30px}.author-sidebar-info .social-icons a i{color:#fff;background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s ease-in-out;display:inline-flex}.author-sidebar-info .social-icons a i:hover{transform:translateY(-5px)}.sidebar .sidebar-widget{margin-bottom:35px;padding:25px}.sidebar .sidebar-widget:last-child{margin-bottom:0}.sidebar .sidebar-widget .sidebar-widget-title{border-bottom:1px dashed rgba(0,0,0,.08);padding-bottom:13px}.sidebar .sidebar-widget .sidebar-widget-title img{margin-right:12px;top:-2px}.sidebar .sidebar-widget.bg-1{background-color:#fff7f2}.sidebar .sidebar-widget.bg-2{background-color:rgba(245,162,156,.19)}.sidebar .sidebar-widget.style-two{margin-bottom:25px}.sidebar .sidebar-widget.style-two:last-child{margin-bottom:0}.search-widget form input{height:50px;padding:12px 60px 12px 18px}.search-widget form input::placeholder{color:var(--paraColor);opacity:1}.search-widget form button{padding:0 0 0 15px;right:18px}.search-widget form button:before{content:"";border-left:1px dashed rgba(45,28,34,.1);width:1px;height:22px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.category-widget ul li{margin-bottom:10px}.category-widget ul li:last-child{margin-bottom:0}.category-widget ul li a{color:var(--paraColor);padding-left:28px;font-size:15px;font-weight:500}.category-widget ul li a img{top:1px;left:0}.category-widget ul li a:hover{color:var(--primaryColor);padding-left:32px}.rp-post-wrap .rp-post-card{margin-bottom:30px}.rp-post-wrap .rp-post-card:last-child{margin-bottom:0}.rp-post-card .rp-post-img{border-radius:12px;width:85px}.rp-post-card .rp-post-img img{border-radius:12px}.rp-post-card .rp-post-info{width:calc(100% - 100px);margin-left:auto;position:relative}.rp-post-card .rp-post-info h5{line-height:26px}.rp-post-card .rp-post-info span{padding-left:20px;position:relative}.rp-post-card .rp-post-info span i{color:rgba(31,14,20,.36);position:absolute;top:0;left:0}.rp-post-card.style-two .rp-post-img{flex-direction:column;justify-content:center;align-items:center;height:83px;padding:15px;display:flex}.rp-post-card.style-two .rp-post-img img{margin:0 auto;display:block}.rp-post-card.style-two .rp-post-info .rating{margin-bottom:6px}.rp-post-card.style-two .rp-post-info .rating li{margin-right:2px}.rp-post-card.style-two .rp-post-info .rating li i{color:#ffb62e;font-size:17px}.rp-post-card.style-two .rp-post-info h5{margin-bottom:0}.tags-widget ul{margin-top:-8px}.tags-widget ul li{margin:10px 4px 0 0;display:inline-block}.tags-widget ul li a{color:var(--paraColor);background-color:var(--whiteColor);transition:var(--transition);border-radius:50px;padding:8.5px 15px;font-size:15px;font-weight:500;line-height:15px;display:inline-block}.tags-widget ul li a:hover{background-color:var(--primaryColor);color:var(--whiteColor)}.property-info-list li{margin-bottom:7px}.property-info-list li:last-child{margin-bottom:0}.contact-list li{margin-bottom:15px;padding-left:26px}.contact-list li:last-child{margin-bottom:0}.contact-list li img{position:absolute;top:4px;left:0}.experience-list li{margin-bottom:10px;padding-left:25px}.experience-list li:last-child{margin-bottom:0}.experience-list li img{position:absolute;top:6px;left:0}.job-brief{padding:10px 0 0}.job-brief li{border-bottom:1px dashed rgba(96,125,139,.23);margin-bottom:10px;padding:20px 30px 25px}.job-brief li:last-child{border-bottom:none;margin-bottom:0}.blog-desc p,.property-desc p,.service-desc p,.terms-wrap p{margin-bottom:22px}.blog-desc p strong,.blog-desc p b,.property-desc p strong,.property-desc p b,.service-desc p strong,.service-desc p b,.terms-wrap p strong,.terms-wrap p b{color:var(--blackColor)}.blog-desc h1,.blog-desc h2,.blog-desc h3,.blog-desc h4,.blog-desc h5,.blog-desc h6,.property-desc h1,.property-desc h2,.property-desc h3,.property-desc h4,.property-desc h5,.property-desc h6,.service-desc h1,.service-desc h2,.service-desc h3,.service-desc h4,.service-desc h5,.service-desc h6,.terms-wrap h1,.terms-wrap h2,.terms-wrap h3,.terms-wrap h4,.terms-wrap h5,.terms-wrap h6{margin-bottom:14px;font-weight:700;line-height:1.3}.blog-desc h1,.property-desc h1,.service-desc h1,.terms-wrap h1{font-size:32px}.blog-desc h2,.property-desc h2,.service-desc h2,.terms-wrap h2{font-size:30px}.blog-desc h3,.property-desc h3,.service-desc h3,.terms-wrap h3{font-size:28px}.blog-desc h4,.property-desc h4,.service-desc h4,.terms-wrap h4{font-size:26px}.blog-desc h5,.property-desc h5,.service-desc h5,.terms-wrap h5{font-size:24px}.blog-desc h6,.property-desc h6,.service-desc h6,.terms-wrap h6{font-size:20px}.blog-desc p:last-child,.property-desc p:last-child,.service-desc p:last-child,.terms-wrap p:last-child{margin-bottom:0}.blog-desc ol,.blog-desc ul,.property-desc ol,.property-desc ul,.service-desc ol,.service-desc ul,.terms-wrap ol,.terms-wrap ul{margin-top:20px;margin-bottom:30px}.blog-desc ol li,.blog-desc ul li,.property-desc ol li,.property-desc ul li,.service-desc ol li,.service-desc ul li,.terms-wrap ol li,.terms-wrap ul li{margin-bottom:15px;padding-left:3px}.blog-desc .single-para,.property-desc .single-para,.service-desc .single-para,.terms-wrap .single-para{margin-bottom:35px}.blog-desc .single-para:last-child,.property-desc .single-para:last-child,.service-desc .single-para:last-child,.terms-wrap .single-para:last-child{margin-bottom:0}.blog-desc .single-para p,.property-desc .single-para p,.service-desc .single-para p,.terms-wrap .single-para p{margin-bottom:16px}.blog-desc .single-para p:last-child,.property-desc .single-para p:last-child,.service-desc .single-para p:last-child,.terms-wrap .single-para p:last-child{margin-bottom:0}.blog-desc .feature-card img,.property-desc .feature-card img,.service-desc .feature-card img,.terms-wrap .feature-card img{max-width:25px;margin-bottom:12px;display:block}.blog-desc .feature-card h3,.property-desc .feature-card h3,.service-desc .feature-card h3,.terms-wrap .feature-card h3{font-size:16px;line-height:26px}.blog-desc .single-img .blog-date,.property-desc .single-img .blog-date,.service-desc .single-img .blog-date,.terms-wrap .single-img .blog-date{width:66px;height:74px;padding-top:5px;top:13px;left:13px}.blog-desc .single-img .property-price,.property-desc .single-img .property-price,.service-desc .single-img .property-price,.terms-wrap .single-img .property-price{border-radius:50px 0 0 50px;padding:7px 5px 5px 11px;line-height:1;top:20px}.blog-desc .testimonial-card.style-two,.property-desc .testimonial-card.style-two,.service-desc .testimonial-card.style-two,.terms-wrap .testimonial-card.style-two{padding:28px 35px 30px}.blog-desc .testimonial-card.style-two .quote-icon,.property-desc .testimonial-card.style-two .quote-icon,.service-desc .testimonial-card.style-two .quote-icon,.terms-wrap .testimonial-card.style-two .quote-icon{width:96px;height:96px}.blog-desc .testimonial-card.style-two p,.property-desc .testimonial-card.style-two p,.service-desc .testimonial-card.style-two p,.terms-wrap .testimonial-card.style-two p{margin:28px 0 20px;font-size:24px;line-height:32px}.blog-desc .testimonial-card.style-two h6,.property-desc .testimonial-card.style-two h6,.service-desc .testimonial-card.style-two h6,.terms-wrap .testimonial-card.style-two h6{padding-left:0}.blog-desc .testimonial-card.style-two h6:before,.property-desc .testimonial-card.style-two h6:before,.service-desc .testimonial-card.style-two h6:before,.terms-wrap .testimonial-card.style-two h6:before{display:none}.blog-desc .feature-item-list.style-one li,.property-desc .feature-item-list.style-one li,.service-desc .feature-item-list.style-one li,.terms-wrap .feature-item-list.style-one li{margin-bottom:10px;padding-left:15px}.blog-desc .feature-item-list.style-one li:last-child,.property-desc .feature-item-list.style-one li:last-child,.service-desc .feature-item-list.style-one li:last-child,.terms-wrap .feature-item-list.style-one li:last-child{margin-bottom:0}.blog-desc .feature-item-list.style-one li:before,.property-desc .feature-item-list.style-one li:before,.service-desc .feature-item-list.style-one li:before,.terms-wrap .feature-item-list.style-one li:before{content:"";background-color:var(--titleColor);border-radius:50%;width:4px;height:4px;position:absolute;top:10px;left:0}.blog-desc .feature-item-list.style-two li,.property-desc .feature-item-list.style-two li,.service-desc .feature-item-list.style-two li,.terms-wrap .feature-item-list.style-two li{margin-bottom:10px;padding-left:15px}.blog-desc .feature-item-list.style-two li:last-child,.property-desc .feature-item-list.style-two li:last-child,.service-desc .feature-item-list.style-two li:last-child,.terms-wrap .feature-item-list.style-two li:last-child{margin-bottom:0}.blog-desc .feature-item-list.style-two li:before,.property-desc .feature-item-list.style-two li:before,.service-desc .feature-item-list.style-two li:before,.terms-wrap .feature-item-list.style-two li:before{content:"";background-color:var(--titleColor);border-radius:50%;width:4px;height:4px;position:absolute;top:10px;left:0}.post-metaoption{border:1px dashed rgba(45,28,34,.1);border-radius:10px;margin-top:40px;padding:14px 20px}.post-metaoption .tag-list li{display:inline-block}.post-metaoption .tag-list li a{color:var(--paraColor)}.post-metaoption .tag-list li a:hover{color:var(--primaryColor)}.post-tag span,.post-share span{margin-right:5px}.comment-form{padding:49px 58px 55px}.comment-form.style-two{padding:45px 34px}.form-wrapper.style-one .form-group input,.form-wrapper.style-one .form-group select,.contact-form .form-group input,.contact-form .form-group select,.comment-form .form-group input,.comment-form .form-group select{height:50px;padding:13px 18px}.form-wrapper.style-one .form-group input:focus,.form-wrapper.style-one .form-group select:focus,.contact-form .form-group input:focus,.contact-form .form-group select:focus,.comment-form .form-group input:focus,.comment-form .form-group select:focus{outline:0}.form-wrapper.style-one .form-group input::-moz-placeholder{color:var(--paraColor);opacity:1}.form-wrapper.style-one .form-group textarea::-moz-placeholder{color:var(--paraColor);opacity:1}.contact-form .form-group input::-moz-placeholder{color:var(--paraColor);opacity:1}.contact-form .form-group textarea::-moz-placeholder{color:var(--paraColor);opacity:1}.comment-form .form-group input::-moz-placeholder{color:var(--paraColor);opacity:1}.comment-form .form-group textarea::-moz-placeholder{color:var(--paraColor);opacity:1}.form-wrapper.style-one .form-group input::placeholder,.form-wrapper.style-one .form-group textarea::placeholder,.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder,.comment-form .form-group input::placeholder,.comment-form .form-group textarea::placeholder{color:var(--paraColor);opacity:1}.form-wrapper.style-one .form-group textarea,.contact-form .form-group textarea,.comment-form .form-group textarea{resize:none;height:150px;padding:14px 20px}.form-wrapper.style-one .form-group textarea:focus,.contact-form .form-group textarea:focus,.comment-form .form-group textarea:focus{outline:0}.comment-item-wrap .comment-item{margin-bottom:40px}.comment-item-wrap .comment-item.reply{margin-left:105px}.comment-item-wrap .comment-item:last-child{margin-bottom:0}.comment-item-wrap .comment-item .comment-author-img{width:80px;position:relative;top:5px}.comment-item-wrap .comment-item .comment-author-info{width:calc(100% - 108px);margin-left:auto}.comment-item-wrap .comment-item .comment-text:last-child{margin-bottom:0}.add-star-rating{text-align:start;overflow:hidden}.add-star-rating label{float:left;cursor:pointer;margin-right:3px;position:relative}.add-star-rating label:before{transition:var(--transition);content:"";color:#ffba00;transition:var(--transition);font-size:16px;line-height:1;font-family:remixicon!important}.add-star-rating input{display:none}.add-star-rating input:checked~label:before,.add-star-rating:not(:checked)>label:hover:before,.add-star-rating:not(:checked)>label:hover~label:before{content:"";color:#ffba00}
@media only screen and (max-width:767px){.sm-none{display:none}.fs-xx-14{font-size:14px}.fs-22{font-size:20px}.fs-24{font-size:22px}.fs-30{font-size:25px;line-height:35px}.fs-32{font-size:22px;line-height:32px}.fs-36{font-size:30px}.pt-50,.pt-90{padding-top:30px}.pt-95{padding-top:35px}.pt-120,.pt-120{padding-top:60px}.pb-90{padding-bottom:30px}.pb-95{padding-bottom:35px}.pb-120{padding-bottom:60px}.ptb-120{padding-top:60px;padding-bottom:60px}.mb-120{margin-bottom:60px}.mb-sm-10{margin-bottom:10px}.mb-sm-20{margin-bottom:20px}.mb-sm-30{margin-bottom:30px}.mb-75,.mb-85{margin-bottom:45px}.section-title.mb-45,.section-title.mb-50,.section-title.mb-65,.row.mb-45,.row.mb-50,.row.mb-65{margin-bottom:34px}.progress-wrap{bottom:15px;right:10px}.pagination-area .page-numbers{width:40px;height:40px;margin-right:8px;font-size:14px}.pagination-area .page-numbers i{font-size:24px}.pagination-area .page-numbers img{max-width:19px}.pagination-area .page-numbers:last-child{margin-right:0}.slider-btn.style-one .prev-btn,.slider-btn.style-one .next-btn,.slider-btn.style-two .prev-btn,.slider-btn.style-two .next-btn,.slider-btn.style-three .prev-btn,.slider-btn.style-three .next-btn,.slider-btn.style-four .prev-btn,.slider-btn.style-four .next-btn{width:44px;height:44px}.slider-btn.style-one .prev-btn img,.slider-btn.style-one .next-btn img,.slider-btn.style-two .prev-btn img,.slider-btn.style-two .next-btn img,.slider-btn.style-three .prev-btn img,.slider-btn.style-three .next-btn img,.slider-btn.style-four .prev-btn img,.slider-btn.style-four .next-btn img{max-width:20px}.slider-btn.style-one .prev-btn,.slider-btn.style-two .prev-btn,.slider-btn.style-three .prev-btn,.slider-btn.style-four .prev-btn{margin-right:10px}.section-subtitle.style-one{font-size:14px;line-height:20px}.section-subtitle.style-one:before{top:0}.section-title.style-one,.section-title.style-two{font-size:26px;line-height:34px}.section-title.mb-55{margin-bottom:35px}.breadcrumb-area{border-radius:0 0 20px 20px;margin:-55px 0 0;padding:100px 0 40px}.breadcrumb-area .br-shape-one,.breadcrumb-area .br-shape-two{max-width:60px}.breadcrumb-area .br-menu li{margin-right:5px;padding-right:15px;font-size:12px}.breadcrumb-area .br-menu li:after{font-size:14px}.breadcrumb-area .br-menu li:last-child{margin-right:0;padding-right:0}.hero-area.style-one{padding:85px 0 50px}.hero-area.style-one:after{height:100%}.hero-area.style-one .hero-content{margin-bottom:30px}.hero-area.style-one .hero-content .section-subtitle{line-height:20px}.hero-area.style-one .hero-content .section-subtitle img{top:8px}.hero-area.style-one .hero-content h1{font-size:32px;line-height:42px}.hero-area.style-one .hero-subcontent .hero-thumb{width:100%}.hero-area.style-one .hero-subcontent .hero-thumb-para{width:100%;margin:20px 0 0}.hero-area.style-one .hero-subcontent .hero-thumb-para p{font-size:16px;line-height:25px}.hero-area.style-one .hero-img{max-width:280px;bottom:0}.hero-area.style-one .circle-text-wrap{width:188px;height:188px;margin:20px 0 0}.hero-area.style-two{padding:120px 0 0}.hero-area.style-two .hero-content .section-subtitle{line-height:20px}.hero-area.style-two .hero-content .section-subtitle img{top:8px}.hero-area.style-two .hero-content h1{font-size:30px;line-height:44px}.hero-area.style-two .hero-content h1 span{margin-left:0}.hero-area.style-two .circle-text-wrap{margin:20px auto}.hero-area.style-two .hero-slider-one .hero-slide-item{height:auto;padding:150px 20px 20px}.hero-area.style-two .hero-slider-one .hero-slide-item .hero-feature-card{margin-bottom:30px}.hero-area.style-three{margin-top:-58px;padding:115px 0 90px}.hero-area.style-three:after{height:60px}.hero-area.style-three .hero-content h1{font-size:32px;line-height:42px}.hero-area.style-three .hero-content.mb-35{margin-bottom:15px}.hero-area.style-three .circle-text-wrap{width:175px;height:175px;margin:0 auto}.hero-area.style-three .hero-transparent-text-wrap{margin-top:25px}.hero-area.style-three .hero-transparent-text-wrap .section-subtitle{line-height:24px}.hero-area.style-three .hero-transparent-text-wrap .section-subtitle img{top:9px}.hero-area.style-three .hero-transparent-text-wrap .hero-transparent-text{font-size:24.4vw;left:4px}.about-area.style-one .about-content .about-subcontent{padding-left:0}.about-area.style-two .about-content{padding:30px 0 60px}.feature-tablist{-moz-column-gap:0;column-gap:0}.feature-tablist .nav-item{width:100%}.feature-tab-content .feature-img-wrap{padding-left:30px}.feature-tab-content .feature-img-wrap .exp-box{width:170px;height:228px;top:15%}.feature-tab-content .feature-img-wrap .exp-box .fav-icon{width:60px;height:60px;margin-bottom:5px}.feature-tab-content .feature-img-wrap .exp-box h6 span{margin-bottom:12px;font-size:64px;line-height:1}.feature-tab-content .feature-content .feature-timeline{z-index:1;position:relative}.feature-tab-content .feature-content .feature-timeline:after{content:"";z-index:0;border-left:1px dashed rgba(0,0,0,.29);width:1px;height:100%;position:absolute;top:0;left:25px}.feature-tab-content .feature-content .feature-timeline li{z-index:2;margin-bottom:45px;padding-left:77px}.feature-tab-content .feature-content .feature-timeline li:last-child{margin-bottom:0}.feature-tab-content .feature-content .feature-timeline li span{border:1px dashed rgba(45,28,34,.23);width:52px;height:52px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.wh-area.style-one .wh-img-wrap{padding:0 85px 36px 26px}.wh-area.style-one .wh-img-wrap .rating-box{max-width:150px;height:175px;padding:20px;top:20px}.wh-area.style-one .wh-img-wrap .rating-box h2{margin-bottom:10px;font-size:32px}.wh-area.style-one .wh-img-wrap .rating-box .rating li i{font-size:14px}.wh-area.style-one .wh-img-wrap .rating-box .rating li img{max-width:13px}.wh-area.style-one .wh-img-wrap .wh-thumb{max-width:120px}.wh-area.style-two .wh-img-wrap{padding:100px 40px 0 0}.wh-area.style-two .wh-img-wrap .wh-thumb{max-width:165px}.wh-area.style-two .wh-content .feature-item{margin-top:20px}.wh-area.style-two .wh-content .ceo-message-wrap{margin-top:25px}.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message{width:100%;margin:20px 0 0}.wh-area.style-three .wh-img-wrap{padding:0 0 30px 56px}.wh-area.style-three .wh-img-wrap .wh-thumb{max-width:150px}.wh-area.style-three .wh-content .progressbar-wrap{margin-bottom:30px}.wh-area.style-three .wh-content .progressbar-wrap .progress-item{margin-bottom:25px}.wh-area.style-three .wh-content .progressbar-wrap .progress-item:last-child{margin-bottom:0}.service-card-wrap.style-one .service-card{width:100%;padding-left:0}.service-card-wrap.style-one .service-card:first-child{padding-left:0}.service-card.style-three h3{margin:35px 0 13px;line-height:30px}.service-card.style-three p{margin-bottom:20px}.cta-area.style-four,.cta-area.style-two,.cta-area.style-one{padding:60px 0}.cta-area.style-four .circle-text-wrap,.cta-area.style-two .circle-text-wrap,.cta-area.style-one .circle-text-wrap{width:200px;height:200px;padding:15px}.cta-area.style-three{padding:160px 0 60px}.cta-area.style-three .circle-text-wrap{width:200px;height:200px;padding:15px}.move-text.style-two{height:26px}.move-text.style-two ul li{margin:0 8px 0 0;padding:0 22px 0 0;font-size:26px}.move-text.style-two ul li:after{font-size:30px}.property-filter-box{-moz-column-gap:0;column-gap:0;padding:25px 20px 14px}.property-filter-box .form-group,.property-filter-box .form-group:first-child{width:100%}.project-filter-box.style-one{-moz-column-gap:0;column-gap:0}.project-filter-box.style-one .form-group,.project-filter-box.style-one .form-group:last-child{width:100%}.rating-box.style-one{padding:20px 20px 23px}.rating-box.style-one h2{margin-right:15px;font-size:42px}.rating-box.style-one div p{font-size:15px}.testimonial-card.style-two .quote-icon{width:79px;height:79px;margin-bottom:30px}.testimonial-card.style-two p{margin-bottom:21px;font-size:20px;line-height:31px}.testimonial-card.style-two h6{padding-left:50px}.testimonial-card.style-two h6:before{width:40px}.testimonial-card.style-three .testimonial-img{margin-top:25px}.testimonial-card.style-three .testimonial-img,.testimonial-card.style-three .testimonial-content{width:100%}.testimonial-card.style-three .quote-icon{width:79px;height:79px;margin-bottom:10px}.testimonial-card.style-three p{margin-bottom:21px;font-size:18px;line-height:26px}.testimonial-card.style-three h6{padding-left:50px}.testimonial-card.style-three h6:before{width:40px}.testimonial-slider-one.style-one .slider-btn{justify-content:center;margin:28px 0 0;position:relative;top:auto;right:auto}.project-slider-three{margin:0 12px}.project-card.style-four,.project-card.style-two{padding:20px 20px 23px}.project-card.style-four h3,.project-card.style-two h3{font-size:20px}.project-card.style-three{height:405px;padding:20px 25px 26px}.project-card.style-three .project-counter{top:30px;right:32px}.project-card.style-three .project-link{width:98px;height:98px}.project-card.style-three h3{padding-right:30px;bottom:30px;left:33px}.project-slider-two{margin:0 12px}.project-desc:after{width:calc(100% + 20px);height:15%;left:-10px}.project-desc .single-project-metainfo li{width:50%}.location-area.style-one .location-box,.location-area.style-two .location-box{padding:20px}.location-area.style-one .location-box .location-filter,.location-area.style-two .location-box .location-filter{-moz-column-gap:0;column-gap:0}.location-area.style-one .location-box .location-filter .form-group,.location-area.style-two .location-box .location-filter .form-group,.location-area.style-one .location-box .location-filter .form-group:first-child,.location-area.style-two .location-box .location-filter .form-group:first-child{width:100%}.service-card h3{font-size:20px;line-height:30px}.service-card.style-one{padding:20px 20px 22px}.service-card.style-one .service-icon{margin:48px auto 50px}.project-card.style-one{margin:0 12px}.project-card.style-one .project-img{width:100%}.project-card.style-one .project-info{width:100%;padding:25px 0 0}.project-card.style-one .project-info .project-counter{margin-bottom:20px;font-size:80px;line-height:65px}.project-card.style-one .project-info h3{font-size:20px;line-height:26px}.location-area.style-one .scrollable-container,.location-area.style-two .scrollable-container{direction:ltr;height:auto;padding-left:0;overflow-y:auto}.feature-card.style-three{padding:23px 20px 25px}.feature-card.style-three .feature-img{width:200px;height:200px;margin-bottom:25px}.feature-card.style-four{min-height:450px;max-height:450px}.feature-card.style-four .feature-info{padding:24px 20px 0}.feature-card.style-five{height:420px;padding:24px 20px 25px}.feature-card.style-six{padding:12px}.feature-card.style-six .feature-img{width:100%}.feature-card.style-six .feature-info{width:100%;margin:20px 0 0}.property-card.style-two .property-img{width:100%}.property-card.style-two .property-info{width:100%;margin:25px 0 0}.property-card.style-two .property-info h3{margin:20px 0 12px}.single-property-amenities li{width:50%}.blog-card h3{margin-bottom:10px;font-size:20px;line-height:30px}.sidebar .sidebar-widget{padding:20px}.blog-desc h1,.property-desc h1,.service-desc h1,.terms-wrap h1{font-size:28px}.blog-desc h2,.property-desc h2,.service-desc h2,.terms-wrap h2{font-size:26px}.blog-desc h3,.property-desc h3,.service-desc h3,.terms-wrap h3{font-size:24px}.blog-desc h4,.property-desc h4,.service-desc h4,.terms-wrap h4{font-size:22px}.blog-desc h5,.property-desc h5,.service-desc h5,.terms-wrap h5{font-size:20px}.blog-desc h6,.property-desc h6,.service-desc h6,.terms-wrap h6{font-size:18px}.blog-desc .feature-card img,.property-desc .feature-card img,.service-desc .feature-card img,.terms-wrap .feature-card img{max-width:25px;margin-bottom:12px;display:block}.blog-desc .feature-card h3,.property-desc .feature-card h3,.service-desc .feature-card h3,.terms-wrap .feature-card h3{font-size:16px;line-height:26px}.blog-desc .testimonial-card.style-two,.property-desc .testimonial-card.style-two,.service-desc .testimonial-card.style-two,.terms-wrap .testimonial-card.style-two{padding:28px 22px 30px}.blog-desc .testimonial-card.style-two .quote-icon,.property-desc .testimonial-card.style-two .quote-icon,.service-desc .testimonial-card.style-two .quote-icon,.terms-wrap .testimonial-card.style-two .quote-icon{width:80px;height:80px}.blog-desc .testimonial-card.style-two p,.property-desc .testimonial-card.style-two p,.service-desc .testimonial-card.style-two p,.terms-wrap .testimonial-card.style-two p{font-size:18px;line-height:26px}.post-metaoption{padding:9px 14px}.comment-form{padding:30px 20px 35px}.comment-item-wrap .comment-item{margin-bottom:30px}.comment-item-wrap .comment-item.reply{margin-left:55px}.comment-item-wrap .comment-item:last-child{margin-bottom:0}.comment-item-wrap .comment-item .comment-author-img{width:80px;top:0}.comment-item-wrap .comment-item .comment-author-info{width:100%;margin:20px 0 0}.contact-card.style-one{padding:25px 20px 20px}}@media only screen and (max-width:991px){.md-none{display:none!important}.mb-80{margin-bottom:40px}.mb-md-20{margin-bottom:20px}.mb-md-30{margin-bottom:30px}.hero-area.style-one{border-radius:0 0 20px 20px;margin:-58px 0 0}.hero-area.style-one:after{border-radius:0 0 20px 20px}.hero-area.style-two{margin:-58px 0 0}.hero-area.style-two .move-text-wrapper,.hero-area.style-two .post-share{display:none}.about-area.style-two .about-bg{height:460px}.rating-box.style-two{margin:30px auto 0}.testimonial-slider-one.style-one:before{display:none}.testimonial-slider-one.style-one .testimonial-card{padding-left:0}.testimonial-slider-one.style-two{padding-right:0}.testimonial-slider-one.style-two:before{display:none}.testimonial-slider-one.style-two .testimonial-card{padding-right:0}.testimonial-slider-one.style-three{padding-left:0}.testimonial-slider-one.style-three:before{display:none}.testimonial-slider-one.style-three .testimonial-card{padding-left:0}.testimonial-card.style-one{padding:20px}.testimonial-card.style-one .quote-icon{width:80px;height:80px}.testimonial-card.style-one p{margin:28px 0 20px;font-size:20px;line-height:30px}}@media only screen and (min-width:768px){.team-desc .feature-list li,.service-desc .feature-item-list.style-two li{width:50%}}@media only screen and (min-width:768px) and (max-width:991px){.container-fluid.style-two{padding-left:calc(50% - 348px)}.pt-50,.pt-90{padding-top:30px}.pt-95{padding-top:55px}.pt-120,.pt-120{padding-top:80px}.pb-90{padding-bottom:50px}.pb-95{padding-bottom:55px}.pb-120{padding-bottom:80px}.ptb-120{padding-top:80px;padding-bottom:80px}.mb-120{margin-bottom:80px}.fs-32{font-size:24px;line-height:33px}.section-title.style-one,.section-title.style-two{font-size:30px;line-height:40px}.breadcrumb-area{border-radius:0 0 20px 20px;margin:-56px 0 0;padding:115px 0 55px}.category-card.style-one{padding:28px 28px 23px}.hero-area.style-one{padding:145px 0 50px}.hero-area.style-one:after{height:100%}.hero-area.style-one .hero-content{margin-bottom:30px}.hero-area.style-one .hero-content h1{font-size:44px;line-height:54px}.hero-area.style-one .hero-img{max-width:350px;bottom:0}.hero-area.style-one .circle-text-wrap{width:188px;height:188px;margin:20px 0 0}.hero-area.style-two .hero-content h1{font-size:38px;line-height:48px}.hero-area.style-two .hero-content h1 span{margin-left:15px}.hero-area.style-two .circle-text-wrap{width:175px;height:175px}.hero-area.style-three{margin-top:-106px;padding:185px 0 140px}.hero-area.style-three:after{height:80px}.hero-area.style-three .hero-content h1{font-size:42px;line-height:52px}.hero-area.style-three .circle-text-wrap{width:180px;height:180px}.hero-area.style-three .circle-text-wrap .play-icon{width:75px;height:75px}.feature-list.style-one li{width:50%}.about-area.style-two .about-content{padding:30px 0 80px}.about-area.style-two .about-content .feature-list{max-width:69%}.service-card-wrap.style-one .service-card{width:calc(50% - 13px);padding-left:25px}.service-card-wrap.style-one .service-card:first-child{padding-left:0}.property-filter-box{-moz-column-gap:10px;column-gap:10px;padding:25px 20px 14px}.property-filter-box .form-group,.property-filter-box .form-group:first-child{width:calc(33.33% - 7px)}.single-property-amenities li{width:33.33%}.project-filter-box.style-one{-moz-column-gap:12px;column-gap:12px}.project-filter-box.style-one .form-group{width:calc(50% - 8px)}.project-filter-box.style-one .form-group:last-child{width:100%}.move-text.style-two{height:30px}.move-text.style-two ul li{margin:0 12px 0 0;padding:0 28px 0 0;font-size:30px}.move-text.style-two ul li:after{font-size:30px}.feature-tablist{-moz-column-gap:13px;column-gap:13px}.feature-tablist .nav-item,.location-area.style-one .location-box .location-filter .form-group,.location-area.style-two .location-box .location-filter .form-group,.location-area.style-one .location-box .location-filter .form-group:first-child,.location-area.style-two .location-box .location-filter .form-group:first-child{width:calc(50% - 7px)}}@media only screen and (max-width:1199px){.mb-lg-6{margin-bottom:6px}.mb-lg-10,.mb-lg-20{margin-bottom:20px}.mb-lg-30{margin-bottom:30px}.mt-lg-50{margin-top:50px}}@media only screen and (min-width:992px){.portfolio-desc .feature-list{-moz-columns:2;columns:2}.feature-list.style-one li{width:50%}}@media only screen and (min-width:992px) and (max-width:1199px){.container-fluid.style-two{padding-left:calc(50% - 468px)}.pt-90{padding-top:70px}.pt-95{padding-top:75px}.pt-120,.pt-120{padding-top:100px}.pb-90{padding-bottom:70px}.pb-95{padding-bottom:75px}.pb-120{padding-bottom:100px}.ptb-120{padding-top:100px;padding-bottom:100px}.mb-120{margin-bottom:100px}.fs-32{font-size:26px;line-height:36px}.section-title.style-one,.section-title.style-two{font-size:36px;line-height:46px}.breadcrumb-area{padding:145px 0 70px}.hero-area.style-one{margin:-105px 8px 0}.hero-area.style-one .container-fluid{padding:0 20px}.hero-area.style-one .hero-content h1{font-size:50px;line-height:60px}.hero-area.style-one .hero-img{max-width:450px}.hero-area.style-two .container-fluid{padding-left:calc(50% - 448px)}.hero-area.style-two .hero-content h1{font-size:42px;line-height:52px}.about-area.style-two .about-content .feature-list.style-one li{padding-right:15px}.wh-area.style-one .style-one .wh-content .feature-item h3{padding-right:60px}.property-filter-box{-moz-column-gap:10px;column-gap:10px;padding:25px 20px 14px}.property-filter-box .form-group,.property-filter-box .form-group:first-child{width:calc(33.33% - 7px)}.project-filter-box.style-one{-moz-column-gap:12px;column-gap:12px;padding:30px 20px 15px}.project-filter-box.style-one .form-group{width:calc(33.33% - 8px)}.project-filter-box.style-one .form-group:last-child{width:calc(25% - 11.5px)}.feature-area.style-three:after{height:calc(100% + 35px)}.feature-tablist{-moz-column-gap:13px;column-gap:13px}.feature-tablist .nav-item{width:calc(33.33% - 16px)}.location-area.style-one .location-box .location-filter .form-group,.location-area.style-two .location-box .location-filter .form-group{width:calc(23% - 9px)}.location-area.style-one .location-box .location-filter .form-group:first-child,.location-area.style-two .location-box .location-filter .form-group:first-child{width:calc(30% - 9px)}.testimonial-slider-one.style-three:before{left:20px}.testimonial-slider-one.style-three .testimonial-card{padding-left:50px}.testimonial-card.style-three .testimonial-img{width:270px}.testimonial-card.style-three .testimonial-content{width:calc(100% - 285px)}}@media only screen and (min-width:1200px){.fs-32{font-size:26px;line-height:36px}}@media only screen and (min-width:1200px) and (max-width:1399px){.hero-area.style-one .container-fluid{padding:0 20px}.hero-area.style-two .container-fluid{padding-left:calc(50% - 543px)}}@media only screen and (min-width:1400px){.fs-32{font-size:28px;line-height:38px}.gx-xxl-25{--bs-gutter-x:2.5rem}.gx-xxl-45{--bs-gutter-x:4.5rem}.fs-xxl-18{font-size:18px!important}.container-fluid.style-one{padding-right:calc(50% - 648px)}.breadcrumb-area{margin:-100px 20px 0}.section-title.style-two{font-size:48px;line-height:58px}.hero-area.style-one{margin:-105px 8px 0}.hero-area.style-one .container-fluid{padding:0 25px}.hero-area.style-one .hero-content{max-width:95%}.hero-area.style-one p{max-width:75%}.hero-area.style-one .hero-img{max-width:730px}.hero-area.style-two .container-fluid{padding-left:calc(50% - 598px);padding-right:25px}.hero-area.style-two .hero-content h1{font-size:64px;line-height:74px}.hero-area.style-two .hero-content h1 span{margin-left:75px}.hero-area.style-two .move-text-wrapper{top:0;left:25px}.hero-area.style-two .post-share{bottom:23%;left:0}.hero-area.style-three .hero-content h1{font-size:64px;line-height:74px}.wh-area.style-one:after{width:calc(100% - 50px)}.wh-area.style-two .wh-content .section-title{width:calc(100% + 20px)}.testimonial-slider-one.style-one:before{left:93px}.testimonial-slider-one.style-one .testimonial-card{padding-left:200px}.testimonial-slider-one.style-two:before{right:15px}.testimonial-slider-one.style-three:before{left:90px}.testimonial-slider-one.style-three .testimonial-card{padding-left:155px}.testimonial-card.style-one{padding:32px 55px 30px}.testimonial-card.style-two p{font-size:32px;line-height:42px}.testimonial-card.style-three .testimonial-content{width:calc(100% - 335px)}.testimonial-card.style-three .testimonial-content p{letter-spacing:.02em;font-size:32px;line-height:42px}.testimonial-card.style-three .testimonial-img{width:306px}.property-filter-box{-moz-column-gap:16px;column-gap:16px;padding:35px 30px 20px}.property-filter-box .form-group{width:calc(16% - 11.5px)}.property-filter-box .form-group:first-child{width:calc(19% - 11.5px)}.project-filter-box.style-one{-moz-column-gap:16px;column-gap:16px;padding:35px 30px 20px}.project-filter-box.style-one .form-group{width:calc(21% - 17px)}.project-filter-box.style-one .form-group:last-child{width:calc(17% - 11.5px)}.feature-area.style-three:after{height:calc(100% - 65px)}.feature-card.style-three{padding:38px 38px 32px}.feature-card.style-three .feature-img{width:268px;height:268px;margin-bottom:42px}.feature-card.style-four{min-height:510px;max-height:510px}.feature-card.style-four .feature-info{padding:34px 40px 0}.feature-card.style-five{padding:34px 40px 35px}.feature-card.style-six .feature-img{width:250px}.feature-card.style-six .feature-info{width:calc(100% - 290px)}.project-card.style-one .project-info{padding-left:45px}.project-card.style-one .project-info .project-counter{font-size:128px;line-height:100px}.about-area.style-one .about-content .about-subcontent{padding-left:88px}.counter-card.style-one{padding:25px 18px 22px 30px}.job-desc .single-job-title{padding:34px 45px 15px}.service-card-wrap.style-one .service-card{width:calc(25% - 19px);padding-left:44px}.service-card-wrap.style-one .service-card:first-child{padding-left:0}.blog-card h3{margin-bottom:10px;font-size:24px;line-height:34px}.sidebar .sidebar-widget.style-two{padding:37px 35px 37px 45px}.single-team-box .single-team-details .team-member-info{margin-bottom:165px}}@media only screen and (min-width:1600px){.me-xxl-8{margin-right:8rem!important}.fs-32{font-size:32px;line-height:42px}.hero-area.style-one{margin:-100px 20px 0}.hero-area.style-one .container-fluid{padding:0 14px}.hero-area.style-one .hero-content{max-width:85%}.hero-area.style-two .container-fluid{padding-left:calc(50% - 648px);padding-right:25px}.hero-area.style-two .hero-content h1 span{margin-left:145px}.hero-area.style-two .move-text-wrapper{top:0;left:65px}.hero-area.style-two .post-share{bottom:23%;left:0}.hero-slider-one .hero-slide-item{padding:43px 43px 38px}.hero-slider-one .hero-slide-item .hero-feature-card{padding:35px 35px 30px}.feature-list.style-one li{padding-right:65px}.about-area.style-two .about-content{padding-left:32px}.about-area.style-two .about-content .feature-list.style-one li{padding-right:65px}.counter-card.style-two{padding:25px 22px 22px 29px}.counter-card.style-two p{font-size:16px}}@media only screen and (min-width:1900px){.breadcrumb-area{margin:-100px 20px 0}.container.style-two{max-width:1685px}.hero-area.style-one{margin:-100px 20px 0}.hero-area.style-one .container-fluid{padding:0 100px}.hero-area.style-one .hero-content p{max-width:80%}.hero-area.style-one .hero-subcontent{padding-right:120px}.hero-area.style-one .hero-subcontent .hero-thumb{width:325px}.hero-area.style-one .hero-subcontent .hero-thumb-para{width:calc(100% - 365px)}.hero-area.style-one .hero-subcontent .hero-thumb-para p{font-size:20px;line-height:32px}.hero-area.style-one .circle-text-wrap{margin-right:70px}.hero-area.style-one .hero-img{max-width:987px}.hero-area.style-two .container-fluid{padding-left:calc(50% - 648px);padding-right:45px}.hero-area.style-two .hero-content h1 span{margin-left:165px}.hero-area.style-two .move-text-wrapper{bottom:-100px;left:135px}.hero-area.style-two .move-text-wrapper .move-text{width:100px;height:100vh}.hero-area.style-two .move-text-wrapper .move-text.style-two ul{animation:15s linear infinite alternate mymoveTwo}.hero-area.style-two .move-text-wrapper .move-text.style-two ul li{color:rgba(115,132,137,.05);margin:0 26px 0 0;padding:0;font-size:96px;font-weight:300;line-height:1}.hero-area.style-two .move-text-wrapper .move-text.style-two ul li:nth-child(2n){font-weight:400}.hero-area.style-two .move-text-wrapper .move-text.style-two ul li:after{display:none}.hero-area.style-two .post-share{bottom:23%;left:30px}.hero-area.style-three .container-fluid{padding:0 55px}.hero-area.style-three .hero-content{max-width:85%}.hero-area.style-three .hero-para{padding-left:150px}.hero-area.style-three .hero-transparent-text-wrap .hero-transparent-text{left:-24px}.about-area.style-one .about-content{padding-left:17px}.about-area.style-one .about-content .section-title{width:calc(100% + 30px)}.service-area.style-one .container-fluid{padding:0 90px}.team-area.style-one .slider-btn .prev-btn{left:11%}.team-area.style-one .slider-btn .next-btn{right:11%}}
