body{overflow-x:hidden}.hero-slider{height:600px}.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:self-start;-ms-flex-align:self-start;align-items:self-start;font-size:50px;background-size:cover;position:relative;overflow:hidden}@media (max-width:425px){.hero{padding:0 40px!important}.hero::before{background-position:300% center!important}}@media (min-width:424px) and (max-width:800px){.hero::before{background-position:390% center!important}}@media (max-width:1099px){.hero{padding:0 5%}}@media (min-width:1100px){.hero{padding:0 5%}}@media (min-width:1400px){.hero{padding:0 7%}}.hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:inherit;background-size:cover;background-position:center;-webkit-filter:brightness(100%);filter:brightness(100%);z-index:1}.slider-text{position:relative;z-index:2;max-width:700px;color:#000}.hero h1{font-size:clamp(40px,8vw,55px);line-height:1;margin:20px 0;font-weight:700;text-transform:capitalize;color:#000;line-height:1.2}.hero h6{color:#000;margin-bottom:30px;text-transform:uppercase}.hero p{color:#000;max-width:630px;margin-top:30px;font-size:17px}.hbtn-1{position:relative;padding:15px 60px 15px 20px;color:#fff;border-radius:100vh;text-align:left;font-size:14px;-webkit-transition:all .3s ease;transition:all .3s ease;background:var(--brand-second);-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;text-transform:uppercase;font-weight:600}.hbtn-1::after{position:absolute;content:"";top:50%;right:-60px;-webkit-transform:translateY(-50%) translateX(-60px);transform:translateY(-50%) translateX(-60px);width:100%;height:100%;background:var(--brand-second);border-radius:100vh;z-index:-1;clip-path:circle(10% at 85% 50%);-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.hbtn-1:hover::after{background:#000;clip-path:circle(130% at 85% 50%)}.hbtn-1:hover{color:#fff}.btn-icon{position:absolute;top:50%;right:8px;-webkit-transform:translateY(-50%) rotate(-50deg)!important;transform:translateY(-50%) rotate(-50deg)!important;width:40px;height:40px;background:#000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff!important;-webkit-transition:all .5s ease;transition:all .5s ease}.hbtn-1:hover .btn-icon{-webkit-transform:translateY(-50%) rotate(0)!important;transform:translateY(-50%) rotate(0)!important;background:var(--brand-second)}.btn-icon{position:absolute;top:50%;right:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:40px;height:40px;background:#000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--brand-final)}.video-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.video-btn i{position:relative;color:#000;font-size:25px;border:solid 1px #000;width:50px;height:50px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .5s ease;transition:all .5s ease}.video-btn i::after{position:absolute;content:"";border:solid 1px #000;width:50px;height:50px;border-radius:50%;-webkit-animation:grow-btn 2s linear infinite;animation:grow-btn 2s linear infinite}@-webkit-keyframes grow-btn{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes grow-btn{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}.video-btn:hover i{color:var(--brand)}.swiper-button-next,.swiper-button-prev{color:var(--brand-second);font-size:24px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:3;cursor:pointer;opacity:0;visibility:hidden;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s}.swiper-button-next{right:20px}.swiper-button-prev{left:20px}.swiper:hover .swiper-button-next,.swiper:hover .swiper-button-prev{opacity:1;visibility:visible}.swiper-button-next:hover,.swiper-button-prev:hover{color:var(--brand)}.home-icon-section{padding:60px 0;background:#fbfbfb}.home-icon-box{-webkit-perspective:10000px;perspective:10000px}.home-icon-box i{font-size:40px;display:inline-block;-webkit-transition:all .9s ease;transition:all .9s ease}.home-icon-text-box h6{font-size:20px}.home-icon-text-box p{font-size:16px;line-height:1.4}.home-icon-text-box a{display:inline-block;color:#000;margin-top:10px;font-size:14px;-webkit-transition:all .5s ease;transition:all .5s ease}.home-icon-text-box a:hover{color:var(--brand-final)}.home-icon-text-box a i{display:inline-block;-webkit-transition:all .5s ease;transition:all .5s ease}.home-icon-text-box a:hover i{-webkit-transform:translateX(10px);transform:translateX(10px)}.home-icon-conatiner:hover .home-icon-box i{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.intro-text-wrapper{-webkit-animation:bottom-load 1s ease-in 1.2s;animation:bottom-load 1s ease-in 1.2s}.intro-box{position:relative}.intro-box img{position:absolute;top:0;left:-20%}.intro-box h1{font-size:50px}.thumb-container{padding-top:80px;background-image:-webkit-gradient(linear,left bottom,right top,from(hwb(10 16% 0 / 0)),to(hwb(10 16% 0 / 0))),url(../img/bg3.webp);background-image:linear-gradient(to right top,hwb(10 16% 0 / 0),hwb(10 16% 0 / 0)),url(../img/bg3.webp);background-position:center;background-size:cover;background-repeat:no-repeat}.thumb-section{margin-top:50px}.thumb-box{position:relative;border-radius:50px 0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .5s ease;transition:all .5s ease}.thumb-box:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-box-shadow:rgba(50,50,93,.25) 0 50px 100px -20px,rgba(0,0,0,.3) 0 30px 60px -30px;box-shadow:rgba(50,50,93,.25) 0 50px 100px -20px,rgba(0,0,0,.3) 0 30px 60px -30px}.thumb-box h5{font-size:20px}.thumb-box a{display:inline-block;font-size:15px;color:var(--body);font-weight:300}.thumb-box .text-box{position:absolute;bottom:40px;left:0;padding:10px 30px;width:255px;background:#fff;border-radius:0 30px 30px 0;-webkit-transition:all .7s ease;transition:all .7s ease;z-index:2;overflow:hidden;border:1px solid transparent}.thumb-box .text-box::after{position:absolute;top:0;left:0;content:"";background:var(--brand-second);width:100%;height:100%;clip-path:circle(0 at 50% 50%);-webkit-transition:all .7s ease;transition:all .7s ease;z-index:-1}.thumb-box::after{position:absolute;content:"";bottom:40px;left:25px;width:100px;height:5px;background:var(--brand-second);z-index:5}.thumb-box:hover .text-box::after{clip-path:circle(70% at 50% 50%)}.thumb-box:hover .text-box{color:#fff!important;border:solid #fff;border-width:1px 1px 1px 0}.thumb-box:hover .text-box h5{color:#fff!important}.thumb-box:hover .text-box a{color:#fff}.thumb-box a:hover{-webkit-transform:translateX(10px);transform:translateX(10px)}.logo-carousel-section{background:#f0f4f8}.logo-carousel-heading{text-align:center;font-weight:800}@media (max-width:1400px){.logo-slider{margin-top:24px}}@media (max-width:800px){.logo-carousel-heading{padding-top:30px}.logo-slider{margin-top:-40px}}@media (max-width:500px){.logo-carousel-section{padding:0!important}}.thumbnails-top h1{font-size:40px;font-weight:700!important;margin:10px 0 20px 0}.thumbnails-top p{max-width:700px;margin:auto;margin-bottom:20px}.h-thumb-box img{width:50px;display:inline-block;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.h-thumb-box *+*{margin-top:20px}.h-thumb-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.h-thumb-box i{display:inline-block;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}.h-thumb-box a:hover i{-webkit-transform:translateX(10px);transform:translateX(10px)}.h-thumb-box:hover img{-webkit-transform:rotateY(180deg)!important;transform:rotateY(180deg)!important}.img-banner-section{background-image:-webkit-gradient(linear,left bottom,right top,from(hsla(211,99%,50%,.9)),to(hsla(211,99%,50%,.9))),url(../img/hm-bg.jpg);background-image:linear-gradient(to right top,hsla(211,99%,50%,.9),hsla(211,99%,50%,.9)),url(../img/hm-bg.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;margin-bottom:50px}.img-banner-section h2{font-weight:700}.about h1{font-size:40px;font-weight:700!important}.full-img-text-box *+*{margin-top:15px}@media (min-width:1200px){.full-img-text-box{width:600px}}.full-img-text-box h5{text-transform:capitalize;display:inline-block;padding:5px}.full-img-text-box h5::before{display:inline-block;content:"";width:40px;height:2px;background-color:var(--brand-second);margin-right:10px;vertical-align:middle}.full-img-text-box p{font-size:17px}.abt-img{border-radius:10px}.hm-abt-box{position:relative}.hcount-box{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;content:"";top:-40px;right:30px;width:200px;height:200px;background:var(--brand-second);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:10px;overflow:hidden}.hcount-box h4{font-weight:700;font-size:50px;color:#fff;margin-bottom:7px}.hcount-box h5{color:#fff;line-height:1.4}@media (max-width:900px){.about{padding-top:100px!important}}.hcount-box::before{position:absolute;content:"";background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(hsla(0,0%,100%,.7)),to(hsla(0,0%,100%,.1)));background:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.7),hsla(0,0%,100%,.1));width:400px;height:60px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:glow 6s infinite linear;animation:glow 6s infinite linear}@-webkit-keyframes glow{0%{-webkit-transform:rotate(-45deg) translateY(-900%);transform:rotate(-45deg) translateY(-900%)}30%{-webkit-transform:rotate(-45deg) translateY(900%);transform:rotate(-45deg) translateY(900%)}100%{-webkit-transform:rotate(-45deg) translateY(900%);transform:rotate(-45deg) translateY(900%)}}@keyframes glow{0%{-webkit-transform:rotate(-45deg) translateY(-900%);transform:rotate(-45deg) translateY(-900%)}30%{-webkit-transform:rotate(-45deg) translateY(900%);transform:rotate(-45deg) translateY(900%)}100%{-webkit-transform:rotate(-45deg) translateY(900%);transform:rotate(-45deg) translateY(900%)}}.hm-points-box{color:#000!important;font-size:30px}.hm-points-box *+*{margin-top:10px!important}.hm-points-box i{background:var(--brand-second);width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff!important;font-size:17px}.hm-points-box p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;color:hsla(0,0%,0%,.8)!important;font-size:15px}.main-container{position:relative}.home-carousel-section{padding:80px 0 80px 0}.carousel-text-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.carousel-icon-box{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.carousel-icon-box i{display:inline-block;background:#fff;width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;-webkit-box-shadow:0 0 30px rgba(0,0,0,.1);box-shadow:0 0 30px rgba(0,0,0,.1);cursor:pointer;-webkit-transition:all .5s ease;transition:all .5s ease}.carousel-icon-box .next:hover{background:var(--brand-second);color:#fff}.carousel-icon-box .prev:hover{background:var(--brand-second);color:#fff}.testimonies-heading{background:-webkit-gradient(linear,left top,left bottom,from(hsl(from var(--brand-second) h s l/ .9)),to(hsl(from var(--brand-second) h s l/ .9))),url(../img/ser-bg.webp);background:linear-gradient(180deg,hsl(from var(--brand-second) h s l/ .9),hsl(from var(--brand-second) h s l/ .9)),url(../img/ser-bg.webp);background-position:center;background-size:cover;background-repeat:no-repeat;color:#fff;padding:120px 0 200px 0}.testimonies-heading h1{color:#fff;font-size:50px}.testimonies-heading h5{color:#fff}.testimonies-heading p{color:#fff}.testimonies-heading-text-box *+*{margin-top:15px}.testimonies-heading-text-box{max-width:700px;margin:auto}.testimonies{margin-top:-250px}@media (max-width:900px){.testimonies{margin-top:-200px}}.testimonial-box{background:#fff;-webkit-box-shadow:0 0 30px rgba(0,0,0,.08);box-shadow:0 0 30px rgba(0,0,0,.08);border-radius:10px;padding:40px 30px;min-height:405px}.testimonial-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;margin-bottom:20px}.testimonial-img>img{width:80px}.testimonial-box>p{margin-bottom:15px}.testimonial-stars-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.testimonial-stars-text-box h4{font-size:13px;color:#fff;background:#3c97d6;border-radius:100vh;padding:5px 10px;margin:0!important}.testimonial-stars i{color:#f8941a}.preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;z-index:9999;-webkit-transition:opacity .75s ease,visibility .75s ease;transition:opacity .75s ease,visibility .75s ease;opacity:1;visibility:visible;overflow:hidden}.preloader-hidden{opacity:0;visibility:hidden}.preloader-wapper{position:absolute;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loder-logo{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:250px}.loder-tag{position:absolute;bottom:95px}.loader{width:330px;aspect-ratio:1;display:grid}.loader::after,.loader::before{content:"";grid-area:1/1;--c:no-repeat radial-gradient(farthest-side, #3c97d6 92%, #0000);background:var(--c) 50% 0,var(--c) 50% 100%,var(--c) 100% 50%,var(--c) 0 50%;background-size:12px 12px;-webkit-animation:l12 1s infinite;animation:l12 1s infinite}.loader::before{margin:4px;-webkit-filter:hue-rotate(45deg);filter:hue-rotate(45deg);background-size:20px 20px;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes l12{100%{-webkit-transform:rotate(.5turn);transform:rotate(.5turn)}}@keyframes l12{100%{-webkit-transform:rotate(.5turn);transform:rotate(.5turn)}}body.preloader-active,html.preloader-active{overflow:hidden;height:100%}.logo-carousel-section{padding:10px 0 0 0!important}.logo-slider{pointer-events:none}.logo-slider .swiper-wrapper{-webkit-transition-timing-function:linear!important;transition-timing-function:linear!important}.tranpernt-side-box{mask-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(20%,#000),color-stop(80%,#000),to(transparent));mask-image:linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%);-webkit-mask-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(20%,#000),color-stop(80%,#000),to(transparent));-webkit-mask-image:linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%)}.carousel-logo-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carousel-logo-box img{width:130px;-webkit-filter:grayscale(1);filter:grayscale(1);aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain;mix-blend-mode:overlay}