@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--primaryColor: #253450;--secondaryColor: #f5be63;--territary: #487bda;--whitey: #faf8f8;--lgrey: #f8f4f4;--grey: #dedede;--black: #292929;--dblack: #0c0c0c;--lblack: #1b1919;--t-color: #dadada;--bg-color: #f2f2f2}.dark-theme{--primaryColor: #f5be63;--secondaryColor: #253450;--territary: #487bda;--whitey: #161515;--lgrey: #1d1b1b;--grey: #2b2626;--black: #f8f6f6;--dblack: #f7f4f4;--lblack: #f7f2f2;--t-color: #dadada;--bg-color: #0c0b0b}body{background-color:var(--whitey)}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin:0;padding:0;font-family:"Montserrat",sans-serif;color:inherit;letter-spacing:.03em}p{font-weight:400;font-family:"Montserrat",sans-serif;line-height:1.7;color:var(--black);margin:0;padding:0;letter-spacing:.03em}a{font-weight:400;font-family:"Montserrat",sans-serif;line-height:1.5;color:var(--black);overflow:hidden;text-decoration:none;display:block;transition:.4s all;letter-spacing:.03em}a:hover,a:focus,a:active{text-decoration:none;cursor:pointer;outline:none}ul,ol{margin:0;padding:0;list-style:none}ul li,ol li{display:block;font-size:.875rem;font-family:"Montserrat",sans-serif;font-weight:400;line-height:1.5;letter-spacing:.03em;color:var(--black)}span{font-family:"Montserrat",sans-serif;letter-spacing:.03em;color:var(--black)}h1{font-size:5rem}h2{font-size:4rem}h3{font-size:3rem}h4{font-size:2.5rem}h5{font-size:2rem}h6{font-size:1.5rem}p,a{font-size:1rem}@media screen and (max-width: 1400px){h4{font-size:2.25rem}h5{font-size:1.75rem}}@media screen and (max-width: 992px){h1{font-size:4rem}h2{font-size:3rem}h3{font-size:2.5rem}h4{font-size:2rem}h5{font-size:1.75rem}h6{font-size:1.25rem}p,a{font-size:.9375rem}}@media screen and (max-width: 768px){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}}@media screen and (max-width: 576px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1.125rem}p,a{font-size:.875rem}}button:focus,button:active{outline:none}.btn{border:none;position:relative}.button-wrap{display:flex;flex-wrap:wrap;gap:20px}.btn{font-family:"Montserrat",sans-serif;font-size:.875rem;outline:none;box-shadow:none;border-radius:5px;border:1px solid;text-transform:capitalize;letter-spacing:.025em;cursor:pointer;transition:.4s all;z-index:1}.btn:focus,.btn:hover{box-shadow:none;outline:none;color:inherit}.btn.btn-custom-small{font-size:.8125rem;padding:8px 25px}.btn.btn-custom-mid{font-size:.875rem;padding:10px 25px}.btn.btn-custom-large{font-size:1rem;padding:13px 50px}.btn.btn-primary{background-color:var(--primaryColor);color:#faf8f8;border-color:var(--primaryColor)}.btn.btn-primary:hover{background-color:rgba(0,0,0,0);border-color:var(--primaryColor);color:var(--primaryColor)}.btn.btn-primary:hover .btn-wrap i{color:var(--primaryColor)}.btn.btn-primary-ghost{background-color:rgba(0,0,0,0);border-color:var(--primaryColor);color:var(--primaryColor)}.btn.btn-primary-ghost:hover{background-color:var(--primaryColor);color:#faf8f8;border-color:var(--primaryColor)}.btn.btn-primary.btn-wrap span{color:#faf8f8;transition:.3s ease-in-out}.btn.btn-primary.btn-wrap i{color:#faf8f8;transition:.3s ease-in-out}.btn.btn-primary.btn-wrap:hover{background-color:#292929;border-color:#292929}.btn.btn-primary.btn-wrap:hover span,.btn.btn-primary.btn-wrap:hover i{color:#faf8f8}.btn.btn-secondary{background-color:var(--secondaryColor);color:var(--whitey);border-color:var(--secondaryColor)}.btn.btn-secondary:hover{background-color:rgba(0,0,0,0);border-color:var(--secondaryColor);color:var(--secondaryColor)}.btn.btn-secondary-ghost{background-color:rgba(0,0,0,0);border-color:var(--secondaryColor);color:var(--secondaryColor)}.btn.btn-secondary-ghost:hover{background-color:var(--secondaryColor);color:var(--whitey);border-color:var(--secondaryColor)}.btn.btn-secondary.btn-wrap span{color:#292929;transition:.3s ease-in-out}.btn.btn-secondary.btn-wrap i{color:#292929;transition:.3s ease-in-out}.btn.btn-secondary.btn-wrap:hover{background-color:#292929;border-color:#292929}.btn.btn-secondary.btn-wrap:hover span,.btn.btn-secondary.btn-wrap:hover i{color:#faf8f8}.btn.btn-whitey{background-color:var(--whitey);color:var(--black);border-color:var(--whitey)}.btn.btn-whitey:hover{background-color:rgba(0,0,0,0);border-color:var(--whitey);color:var(--whitey)}.btn.btn-whitey-ghost{background-color:rgba(0,0,0,0);border-color:var(--whitey);color:var(--whitey)}.btn.btn-whitey-ghost:hover{background-color:var(--whitey);color:var(--black);border-color:var(--whitey)}.btn.btn-blackie{background-color:var(--dblack);color:var(--whitey);border-color:var(--dblack)}.btn.btn-blackie:hover{background-color:rgba(0,0,0,0);border-color:var(--dblack);color:var(--dblack)}.btn.btn-blackie-ghost{background-color:rgba(0,0,0,0);border-color:var(--dblack);color:var(--dblack)}.btn.btn-blackie-ghost:hover{background-color:var(--dblack);color:var(--whitey);border-color:var(--dblack)}.btn .btn-wrap{display:flex;flex-wrap:wrap;gap:5px;align-items:center;justify-content:center}.btn .btn-wrap span{margin:0;padding:0}.btn .btn-wrap i{font-size:.75rem;transition:.5s ease-in-out .1s}.btn:hover .btn-wrap i{transform:translateX(10px)}@media screen and (max-width: 1400px){.btn.btn-custom-small{padding:8px 25px}.btn.btn-custom-large{padding:12px 60px}}@media screen and (max-width: 992px){.btn.btn-custom-small{padding:8px 20px}.btn.btn-custom-mid{font-size:.8125rem;padding:8px 20px}.btn.btn-custom-large{font-size:.9375rem;padding:12px 50px}}@media screen and (max-width: 576px){.btn.btn-custom-large{padding:10px 40px}}.scrollevent a{font-size:1.125rem;text-decoration:none}.scrollevent a:hover{font-style:normal}.scrollevent a .btn-scroll-up{padding:5px 6px;background-color:rgba(var(--primaryColor), 0.95);box-shadow:none;border:1px solid;border-color:color-mix(in srgb, var(--primaryColor), black 10%);border-radius:10px 10px 0 0;color:var(--whitey);transition:.6s all;cursor:pointer}.scrollevent a .btn-scroll-up i{transform:translateY(0);transition:.6s all;color:var(--primaryColor)}.scrollevent a .btn-scroll-up:hover i{transform:translateY(-5px)}.scrollevent a .btn-scroll-up:focus{text-decoration:none;border:none;outline:none}.scrollToTop{z-index:9999;text-align:center;background:rgba(0,0,0,0);color:var(--whitey);position:fixed;bottom:50px;right:30px;display:none !important;cursor:pointer}.scrollToTop.d-block{display:block !important}@media screen and (max-width: 767px){.scrollToTop.d-block{display:none !important}}.scrollToTop button i{padding:3px;font-size:1.125rem;color:var(--whitey)}.scrollToTop:hover{text-decoration:none}.slick-slide:focus{outline:none}.slick-dots{margin-top:15px;text-align:center}.slick-dots li{display:inline-block;margin:5px;height:10px;width:10px;border-radius:100%;background-color:var(--t-color);cursor:pointer}.slick-dots li button{text-indent:-9999px;border:none;background-color:rgba(0,0,0,0)}.slick-dots li button:focus{outline:none}.slick-dots li.slick-active{background-color:var(--secondaryColor);position:relative}.slick-dots li.slick-active::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:150%;height:150%;border-radius:100%;border:1px solid var(--secondaryColor)}.slick-arrow{position:absolute;top:50%;transform:translateY(-50%)}.slick-arrow i{font-size:2rem;line-height:22px;height:22px;width:22px;color:var(--t-color);text-align:center;cursor:pointer}.slick-arrow i:hover{color:var(--whitey)}.slick-arrow.left{left:5px;z-index:9}.slick-arrow.right{right:5px}.form{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px 30px}.form .form-group{flex-basis:100%;display:flex;flex-direction:column}.form .form-group.half-width{flex-basis:calc(50% - 30px)}.form .form-group.one-third{flex-basis:calc(33.3333333333% - 30px)}.form .form-group label{font-size:1rem;color:var(--whitey);font-weight:400;text-transform:capitalize;margin-bottom:10px;padding:0}.form .form-group .form-input{font-size:1rem;font-weight:400;color:var(--whitey);resize:none;width:100%;padding:8px;background:hsla(0,0%,100%,.24);box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(8.1px);-webkit-backdrop-filter:blur(8.1px);border:1px solid #fff;border-radius:5px}.form .form-group .form-input::placeholder{font-size:.875rem;font-weight:400;color:var(--dblack);text-transform:capitalize}.form .form-group .form-input:focus-visible{border:none;outline:0;box-shadow:2px 2px 3px -1px var(--whitey);border-bottom:1px solid var(--whitey)}.form .form-group .form-input.msg-input{height:100px}.form .form-group.button-group{flex-basis:auto}@media screen and (max-width: 1200px){.form{gap:30px 20px}.form .form-group.half-width{flex-basis:calc(50% - 20px)}.form .form-group.one-third{flex-basis:calc(50% - 20px)}}@media screen and (max-width: 992px){.form{gap:30px 15px}.form .form-group.half-width{flex-basis:calc(50% - 15px)}.form .form-group.one-third{flex-basis:calc(50% - 15px)}}@media screen and (max-width: 576px){.form{flex-direction:column;gap:20px}.form .form-group label{font-size:.9375rem}.form .form-group .form-input{font-size:.9375rem}.form .form-group .form-input::placeholder{font-size:.9375rem}}.mobile-call-button{position:fixed;bottom:20px;right:20px;text-align:center;z-index:99;display:none}@media screen and (max-width: 767px){.mobile-call-button{display:block}}.mobile-call-button a{font-size:1.25rem;height:45px;width:45px;display:grid;place-items:center;color:var(--whitey);border-radius:50px;transition:.5s ease-in-out;position:relative;z-index:1;border:1px solid rgba(var(--primaryColor), 0.7);overflow:hidden}.mobile-call-button a::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:110%;height:0;background-color:rgba(var(--primaryColor), 0.7);z-index:-1;transition:.5s ease-in-out}.mobile-call-button a i{color:var(--whitey);transition:.5s ease-in-out}.mobile-call-button a:hover{height:75px}.mobile-call-button a:hover::before{height:100%}.mobile-call-button a:hover i{color:var(--whitey)}.social-icon-wrap{display:flex;flex-wrap:wrap;gap:11px}.social-icon-wrap.column{flex-direction:column}.icon-block{width:30px;aspect-ratio:1/1;display:grid;place-items:center;position:relative;border:1px solid var(--whitey);border-radius:5px;z-index:1}.icon-block::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0;height:0;background-color:var(--primaryColor);border-radius:5px;z-index:-1;transition:.3s ease-in-out}.icon-block i{font-size:.9375rem;color:var(--primaryColor);transition:.5s ease-in-out .2s;padding-left:3px}.icon-block svg{width:20px;aspect-ratio:1/1;transition:.5s ease-in-out .2s}.icon-block.large{width:40px}.icon-block.circle-radius{border-radius:50%}.icon-block.circle-radius::before{border-radius:50%}.icon-block.primary{border:1px solid var(--primaryColor)}.icon-block.primary::before{background-color:var(--primaryColor);width:110%;height:110%}.icon-block.primary i{color:var(--whitey)}.icon-block.secondary{border:1px solid var(--secondaryColor)}.icon-block.secondary::before{background-color:var(--secondaryColor);width:110%;height:110%}.icon-block.secondary i{color:var(--whitey)}.icon-block.bg-color{border:1px solid var(--bg-color)}.icon-block.bg-color::before{background-color:var(--bg-color);width:110%;height:110%}.icon-block.bg-color i{color:var(--whitey)}.icon-block:hover::before{width:110%;height:110%}.icon-block:hover i{color:var(--whitey)}.icon-block:hover svg path{fill:var(--secondaryColor);stroke:var(--secondaryColor)}.icon-block:hover.primary::before{width:0;height:0}.icon-block:hover.primary i{color:var(--primaryColor)}.icon-block:hover.secondary::before{width:0;height:0}.icon-block:hover.secondary i{color:var(--secondaryColor)}.icon-block:hover.bg-color::before{width:0;height:0}.icon-block:hover.bg-color i{color:var(--bg-color)}figure{margin:0}img{max-width:100%;transition:.4s all}body{position:relative}.container-fluid{max-width:90%;margin-inline:auto}.container{max-width:1500px;margin-inline:auto;padding:0 20px}@media screen and (max-width: 1600px){.container{max-width:1400px}}@media screen and (max-width: 1400px){.container{max-width:1200px;padding:0 30px}}@media screen and (max-width: 1200px){.container{max-width:1000px}}@media screen and (max-width: 992px){.container{max-width:850px}.section-title{margin-bottom:40px}.section-title h5{font-size:2rem}}@media screen and (max-width: 768px){.container{max-width:95%;padding-inline:15px}}.section{padding:100px 0}.wrapper{display:flex;flex-wrap:wrap;gap:20px}.wrapper.justify-between{justify-content:space-between}.wrapper.align-center{align-items:center}.wrapper.justify-align-center{justify-content:center;align-items:center}.wrapper.justify-align-between{justify-content:space-between;align-items:center}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.main-title{margin-bottom:80px;position:relative;z-index:1}.main-title::before{content:"";position:absolute;top:0;left:0;width:250px;height:100%;background-color:#253450;z-index:-1}.main-title h3{font-size:2.25rem;font-weight:700;color:#f5be63;text-transform:uppercase;background-color:#253450;padding:8px 60px 8px 0;border-top-right-radius:40px;border-bottom-right-radius:40px;display:inline-block}@media screen and (max-width: 1400px){.main-title{margin-bottom:60px}.main-title h3{font-size:2rem}}@media screen and (max-width: 1200px){.section{padding:80px 0}.main-title{margin-bottom:50px}.main-title h3{font-size:1.5rem}}@media screen and (max-width: 768px){.section{padding:60px 0}.main-title{margin-bottom:40px}.main-title h3{font-size:1.25rem}}@media screen and (max-width: 576px){.section{padding:50px 0}.main-title::before{width:200px}}.swiper-button{width:40px;height:40px;border-radius:5px;border:1px solid var(--primaryColor);transition:.5s ease-in-out}.swiper-button.swiper-button-prev{left:-100px}.swiper-button.swiper-button-next{right:-100px}.swiper-button.swiper-button-next::after{padding-left:5px;padding-right:0}.swiper-button::after{font-size:1.25rem;color:var(--whitey);padding-right:5px;transition:.5s ease-in-out .15s}.swiper-button::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:110%;height:110%;background-color:var(--primaryColor);z-index:-1;border-radius:5px;transition:.5s ease-in-out}.swiper-button.small-swipper-btn{width:30px;height:30px}.swiper-button.small-swipper-btn::after{font-size:1rem}.swiper-button.large-swipper-btn{width:50px;height:50px}.swiper-button.large-swipper-btn::after{font-size:1.5rem}.swiper-button.circle-swiper{border-radius:50%}.swiper-button.circle-swiper::before{border-radius:50%}.swiper-button:hover::before{width:0;height:0}.swiper-button:hover::after{color:var(--primaryColor)}#breadcrumb{position:relative;z-index:1;margin:0;padding:80px 20px}#breadcrumb::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("../images/breadcrumb.jpg");background-repeat:no-repeat;background-size:cover;background-position:center center;z-index:-2}#breadcrumb .bread-title{font-size:2rem;font-weight:700;color:var(--primaryColor);text-transform:uppercase;padding:20px 0}#breadcrumb .breadcrumb-wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding-bottom:20px;color:var(--whitey)}#breadcrumb .breadcrumb-wrapper .bread-list,#breadcrumb .breadcrumb-wrapper a{font-size:.9375rem;color:var(--whitey);line-height:1.3}#breadcrumb .breadcrumb-wrapper .bread-list:hover,#breadcrumb .breadcrumb-wrapper a:hover{color:var(--primaryColor)}#breadcrumb .breadcrumb-wrapper span{color:var(--lgrey)}@media screen and (max-width: 768px){#breadcrumb .bread-title{font-size:1.5rem}}@media screen and (max-width: 576px){#breadcrumb{position:relative;z-index:1;margin:0}#breadcrumb::before{content:"";position:absolute;inset:0;background-color:rgba(var(--primaryColor), 0.7);z-index:-1}#breadcrumb .bread-title{font-size:2rem;font-weight:700;color:var(--black);text-transform:uppercase;padding:20px 0 10px 0}#breadcrumb .breadcrumb-wrapper{gap:10px 20px}#breadcrumb .breadcrumb-wrapper .bread-list::before{left:-12px}#breadcrumb .breadcrumb-wrapper .bread-list .bread-link{font-size:.875rem}}.header{position:absolute;top:10px;left:0;width:100%;height:auto;z-index:9}.header .absolute-headbar-head{opacity:0;position:fixed;right:-20%;top:0;height:100%;width:300px;background-color:var(--primaryColor);padding:60px 0;display:flex;flex-direction:column;gap:10px;pointer-events:none;transition:.5s ease-in-out;z-index:9}.header .absolute-headbar-head .head-item{position:relative;z-index:1;padding:10px 20px;border-bottom:1px solid rgba(250,248,248,.25)}.header .absolute-headbar-head .head-item::before{content:"";position:absolute;top:0;right:0;width:0;height:100%;background-color:var(-var(--dblack));z-index:-1;transition:.3s ease-in-out}.header .absolute-headbar-head .head-item .head-link{text-transform:capitalize;color:#faf8f8}.header .absolute-headbar-head .head-item .liveSearch i{color:#faf8f8}.header .absolute-headbar-head .head-item .searchInput{left:0;right:unset}.header .absolute-headbar-head .head-item:hover::before{width:100%}.header .hamburgerMenu{display:none}.header .headbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.header .headbar .headbar-brand{display:block;padding:0;margin:0;position:relative}.header .headbar .headbar-brand figure{width:300px}.header .headbar .headbar-brand figure img{width:100%;height:100%}.header .headbar .headbar-group{display:flex;flex-grow:1;justify-content:space-between;align-items:center;gap:25px;padding:5px 0;margin-left:-40px}.header .headbar .headbar-group .headbar-head{display:flex;margin-left:auto;margin-right:10px;align-items:center}.header .headbar .headbar-group .headbar-head .head-item{margin:5px 25px;cursor:pointer}.header .headbar .headbar-group .headbar-head .head-item .head-link{padding:0;margin:0;font-size:1rem;font-weight:400;color:#faf8f8;text-transform:capitalize;transition:.3s ease-in-out}.header .headbar .headbar-group .headbar-head .head-item.active .head-link,.header .headbar .headbar-group .headbar-head .head-item:hover .head-link{color:var(--secondaryColor)}.header .headbar .headbar-group .headbar-head .head-item:first-child{margin-left:0}.header .headbar .headbar-group .headbar-head .head-item:last-child{margin-right:0}.header .headbar .headbar-group .headbar-head .head-item.dropdown{position:relative;z-index:1}.header .headbar .headbar-group .headbar-head .head-item.dropdown .head-link i{transition:.3s ease-in-out}.header .headbar .headbar-group .headbar-head .head-item.dropdown .dropdown-menu{display:block;position:absolute;top:100%;left:0;width:200px;background-color:var(--whitey);opacity:0;pointer-events:none;transform:translateY(-10px);transition:.5s ease-in-out;border-radius:0;padding:0}.header .headbar .headbar-group .headbar-head .head-item.dropdown .dropdown-menu li .head-link{font-size:.875rem;font-weight:400;color:var(--dblack);text-transform:capitalize;padding:8px;margin:0;transition:.3s ease-in-out}.header .headbar .headbar-group .headbar-head .head-item.dropdown:hover .head-link i{transform:rotate(180deg)}.header .headbar .headbar-group .headbar-head .head-item.dropdown:hover .dropdown-menu{opacity:1;pointer-events:all;transform:translate(0)}.header .headbar .headbar-group .headbar-head .head-item.dropdown:hover .dropdown-menu li:hover .head-link{background-color:var(--primaryColor);color:var(--whitey)}.header .headbar .headbar-group .headbar-head .head-item.dropdown.active .head-link i{transform:rotate(180deg)}.header .headbar .headbar-group .headbar-head .head-item.dropdown.active .dropdown-menu li.active .head-link{background-color:var(--primaryColor);color:var(--whitey)}.header .headbar .headbar-group .shopping{display:flex;align-items:center;gap:20px}.header .headbar .headbar-group .shopping li{position:relative}.header .headbar .headbar-group .shopping li a i{color:#faf8f8;font-size:.875rem;transition:.3s ease-in-out}.header .headbar .headbar-group .shopping li a:hover i{color:#f5be63}.header .searchInput{opacity:0;position:absolute;top:100%;right:0;transform:translateY(-10px);width:200px;height:30px;background-color:#faf8f8;border:1px solid #faf8f8;display:flex;align-items:center;padding:5px 10px;border-radius:20px;transition:.3s ease-in-out}.header .searchInput input{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.header .searchInput input:focus-within{outline:none}.header .searchInput i{position:absolute;top:50%;transform:translateY(-50%);right:10px;font-size:.75rem;color:#dedede}.header .searchInput.active{opacity:1;transform:translateY(0)}@media screen and (max-width: 1400px){.header .headbar .headbar-group{gap:20px}.header .headbar .headbar-group .headbar-head .head-item{margin:5px 20px}.header .headbar .headbar-group .headbar-head .head-item .head-link{font-size:.9375rem}}@media screen and (max-width: 1200px){.header .mode-switch{top:30px;width:35px;height:35px}.header .mode-switch img{width:20px}}@media screen and (max-width: 992px){.header .hamburgerMenu{display:block;position:absolute;top:50%;right:20px;transform:translateY(-50%);z-index:999;width:30px;aspect-ratio:1/1;border:none;border-radius:0;background-color:rgba(0,0,0,0)}.header .hamburgerMenu svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);fill:var(--whitey);width:25px}.header .hamburgerMenu svg.burger{opacity:0;transform:translate(-50%, 10px);transition:.3s ease-in-out}.header .hamburgerMenu svg.burger.show{opacity:1;transform:translate(-50%, -50%)}.header .hamburgerMenu svg.cross{opacity:0;top:60%;left:50%;transform:translate(-50%, -50%);transition:.3s ease-in-out}.header .hamburgerMenu svg.cross path{stroke:var(--whitey)}.header .hamburgerMenu svg.cross.show{opacity:1;top:50%}.header .hamburgerMenu:focus-within{box-shadow:none;outline:none}.header .absolute-headbar-head.show{right:0%;opacity:1;transition:.5s ease-in-out;pointer-events:all}.header .headbar{position:relative;transition:all .3s ease .1s}.header .headbar .headbar-brand figure{width:200px}.header .headbar .headbar-group{height:60px}.header .headbar .headbar-group .headbar-head{display:none}.header .headbar .headbar-group .shopping{display:none}}@media screen and (max-width: 630px){.mode-switch{top:23px;left:50%;transform:translateX(-50%);width:35px;height:35px}.mode-switch img{width:20px}}@media screen and (max-width: 576px){.header .absolute-headbar-head{width:200px}.header .headbar .headbar-group .headbar-head .head-item.dropdown .dropdown-menu{position:relative;height:100%;opacity:1;pointer-events:all;transform:translateY(0)}.header .headbar .headbar-group .headbar-head .head-item.dropdown:hover .dropdown-menu{height:auto}}.banner{position:relative}.banner::before{content:"";position:absolute;top:0;left:0;width:100%;height:60%;background:linear-gradient(to bottom, rgb(37, 52, 80) 13%, rgba(37, 52, 80, 0.79) 25%, rgba(74, 107, 143, 0.4) 47%, rgba(125, 185, 232, 0.1) 78%, rgba(125, 185, 232, 0) 89%)}.banner .banner-figure img{width:100%;height:950px;object-fit:cover;object-position:bottom center}.banner .product-figure{position:absolute;top:0;left:0;height:100%;width:100%}.banner .product-figure .swiper-wrapper .swiper-slide{opacity:0 !important;transition:opacity .8s ease}.banner .product-figure .swiper-wrapper .swiper-slide.swiper-slide-active{opacity:1 !important}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap{display:flex;align-items:center;justify-content:space-between;height:950px;padding:0 50px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text{width:500px;color:var(--whitey);margin-left:180px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text .banner_title,.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text .banner_desc,.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text .button-wrap a{opacity:0}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text h3{font-weight:700;line-height:1.3;text-transform:capitalize}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text h3 span{color:var(--secondaryColor)}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text p{margin-block:20px 30px;color:var(--whitey)}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text .button-wrap{display:flex;gap:15px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text .button-wrap a{text-decoration:none}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text.text-animate .banner_title{animation:fadeUp .6s forwards}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text.text-animate .banner_desc{animation:fadeUp .6s forwards;animation-delay:.3s}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text.text-animate .button-wrap a:nth-child(1){animation:fadeUp .6s forwards;animation-delay:.6s}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text.text-animate .button-wrap a:nth-child(2){animation:fadeUp .6s forwards;animation-delay:.8s}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .product-wrap{width:40%;display:flex;justify-content:center;margin:60px 50px 0 0}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .product-wrap img{max-width:450px;width:100%}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .product-wrap.image-bounce{animation:bounceTop 2s ease forwards}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceTop{0%{transform:translateY(-100%)}50%{transform:translateY(20px)}70%{transform:translateY(10px)}60%{transform:translateY(20px)}100%{transform:translateY(0)}}.banner .youtube-video{position:absolute;bottom:50px;left:50px;z-index:11}.banner .youtube-video p{font-size:.75rem;text-transform:capitalize;color:#faf8f8;padding-bottom:10px}.banner .youtube-video .utube-icon{width:60px;height:60px;display:grid;place-items:center;background-color:#cc181e;border-radius:50%;border:6px solid #f5be63;position:relative;overflow:visible;z-index:11}.banner .youtube-video .utube-icon i{color:#faf8f8;font-size:1.25rem;position:relative;z-index:11}.banner .youtube-video .utube-icon::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:120%;height:120%;border-radius:50%;background-color:rgba(245,190,99,.5);animation:blink 3s infinite;z-index:1}@keyframes blink{0%{transform:translate(-50%, -50%) scale(1);opacity:.7}70%{transform:translate(-50%, -50%) scale(1.6);opacity:0}100%{transform:translate(-50%, -50%) scale(1.6);opacity:0}}.banner .youtube-video:hover .videoText{opacity:1;transform:translateY(0)}.banner .youtube-video .video-overlay{position:fixed;z-index:-1;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.8);opacity:0;transition:all ease 500ms;pointer-events:none}.banner .youtube-video .video-overlay.open{position:fixed;z-index:1000;opacity:1;pointer-events:all}.banner .youtube-video .video-overlay-close{position:absolute;z-index:1000;top:15px;right:20px;font-size:36px;line-height:1;font-weight:400;color:#fff;text-decoration:none;cursor:pointer;transition:all 200ms}.banner .youtube-video .video-overlay-close:hover{color:#fa183d}.banner .youtube-video .video-overlay iframe{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);box-shadow:0 0 15px rgba(0,0,0,.75)}@media screen and (max-width: 1600px){.banner .banner-figure img{height:950px;object-position:bottom center}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap{height:950px;padding:0 50px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text{margin-left:60px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .product-wrap{margin:120px -40px 0 0}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .product-wrap img{max-width:400px}}@media screen and (max-width: 1400px){.banner .banner-figure img{height:630px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap{height:630px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .product-wrap{margin:0 0 20px 0}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .product-wrap img{max-width:300px}}@media screen and (max-width: 1200px){.banner .banner-figure img{height:630px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap{height:630px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .product-wrap{margin:0 0 -60px 0}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .product-wrap img{max-width:300px}}@media screen and (max-width: 992px){.banner .banner-figure img{height:630px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap{flex-direction:column-reverse;text-align:center;justify-content:center;padding:20px;height:630px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text{width:100%;margin:0}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text .button-wrap{justify-content:center}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .product-wrap{width:100%;margin:0 0 20px 0}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .product-wrap img{max-width:300px}}@media(max-width: 576px){.banner .banner-figure img{height:500px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap{height:500px}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text .banner_title{font-size:1.5rem}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text .banner_desc{font-size:.9rem}.banner .product-figure .swiper-wrapper .swiper-slide .banner-wrap .text .button-wrap{flex-wrap:wrap;justify-content:center;gap:10px}.banner .youtube-video{bottom:20px;left:20px}.banner .youtube-video p{padding-bottom:0;font-size:.6125rem}.banner .youtube-video .utube-icon{width:50px;height:50px;border:2px solid #f5be63}.banner .youtube-video .utube-icon i{font-size:1rem}}.archu-products{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:40px}.archu-products .archu-product-block{padding:20px;position:relative;overflow:hidden;transition:.5s ease-in-out;cursor:pointer}.archu-products .archu-product-block .archu-product-link .archu-product-figure{position:relative;display:grid;width:100%;overflow:hidden}.archu-products .archu-product-block .archu-product-link .archu-product-figure span{position:absolute;left:0px;top:0px;width:70px;height:30px;display:flex;align-items:center;justify-content:center;text-transform:capitalize;font-size:.75rem;color:#faf8f8;z-index:1}.archu-products .archu-product-block .archu-product-link .archu-product-figure span::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsl(0,100%,50.7%);z-index:-1}.archu-products .archu-product-block .archu-product-content .product-categories{display:flex;flex-wrap:wrap;gap:5px}.archu-products .archu-product-block .archu-product-content .product-categories .category-link{font-size:.75rem;padding:2px 8px;color:#292929;border:1px solid #253450;border-radius:25px;transition:.3s ease-in-out}.archu-products .archu-product-block .archu-product-content .product-categories .category-link:hover{background-color:#253450;color:#faf8f8}.archu-products .archu-product-block .archu-product-content .custom-title{font-size:1.125rem;line-height:1.5;font-weight:500;color:#292929;text-transform:capitalize;margin-top:15px;word-spacing:2px}.archu-products .archu-product-block .archu-product-content .wrap-it{display:flex;align-items:center;gap:10px;margin-block:10px 15px}.archu-products .archu-product-block .archu-product-content .wrap-it .fullPrice{display:flex;align-items:center;gap:10px}.archu-products .archu-product-block .archu-product-content .wrap-it .fullPrice .del{opacity:.75;font-size:1rem;text-decoration:line-through}.archu-products .archu-product-block .archu-product-content .wrap-it .fullPrice .currentprice{background-color:rgba(0,0,0,0);color:#81c91d;font-weight:500;font-size:1.25rem}.archu-products .archu-product-block .archu-product-content .wrap-it .product-weight{font-weight:500;font-size:1.125rem}.archu-products .archu-product-block .archu-product-content .product-tags{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.archu-products .archu-product-block .archu-product-content .product-tags .product-tag{font-size:.8125rem;color:#292929;padding:5px 15px;border:1px solid #292929;border-radius:20px;text-transform:capitalize}.archu-products .archu-product-block .archu-product-content .btn{margin-top:30px}.archu-products .archu-product-block:hover{box-shadow:rgba(0,0,0,.2) 0px 11px 15px 0px;transform:translateY(-15px);border-radius:10px}.archu-products .archu-product-block:hover .product-wrap .book-info{padding:0 5px 5px}.archu-products .archu-product-block:hover .add-to-cart-icon{right:0}@media screen and (max-width: 1400px){.archu-products .archu-product-block .archu-product-content .custom-title{font-size:1rem;line-height:1.5}.archu-products .archu-product-block .archu-product-content .btn{margin-top:20px}}@media screen and (max-width: 992px){.archu-products .archu-product-block .archu-product-content .custom-title{font-size:1.125rem;margin-top:10px}.archu-products .archu-product-block .archu-product-content .wrap-it{margin-block:8px 12px}.archu-products .archu-product-block .archu-product-content .wrap-it .fullPrice .del{font-size:.875rem}.archu-products .archu-product-block .archu-product-content .wrap-it .fullPrice .currentprice{font-size:1.25rem}.archu-products .archu-product-block .archu-product-content .wrap-it .product-weight{font-size:1.25rem}.archu-products .archu-product-block .archu-product-content .product-tags .product-tag{font-size:.8125rem;padding:5px 10px}}@media screen and (max-width: 768px){.archu-products .archu-product-block .archu-product-link .archu-product-figure{place-items:center}.archu-products .archu-product-block .archu-product-content{text-align:center}.archu-products .archu-product-block .archu-product-content .custom-title{text-align:center}.archu-products .archu-product-block .archu-product-content .wrap-it{justify-content:center}.archu-products .archu-product-block .archu-product-content .product-tags{justify-content:center}}@media screen and (max-width: 480px){.archu-products .archu-product-block .archu-product-content .custom-title{font-size:.9375rem}.archu-products .archu-product-block .archu-product-content .wrap-it .fullPrice .del{font-size:.8125rem}.archu-products .archu-product-block .archu-product-content .wrap-it .fullPrice .currentprice{font-size:1rem}.archu-products .archu-product-block .archu-product-content .wrap-it .product-weight{font-size:.875rem}}@media screen and (max-width: 380px){.archu-products{grid-template-columns:repeat(auto-fit, minmax(250px, 1fr))}.archu-products .archu-product-block{padding:20px 10px}.archu-products .archu-product-block .archu-product-content{padding:0}.archu-products .archu-product-block .archu-product-content .product-tags{gap:5px}.archu-products .archu-product-block .archu-product-content .product-tags .product-tag{font-size:.75rem}}.features .feature-wrapper{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:40px;padding-block:30px}.features .feature-wrapper .feature-block{padding:20px;transition:.3s ease-in-out;text-align:center;cursor:pointer}.features .feature-wrapper .feature-block .figure{width:100px;height:100px}.features .feature-wrapper .feature-block .figure img{width:100%;height:100%;object-fit:contain}.features .feature-wrapper .feature-block .content h6{font-size:1.25rem;font-weight:600;text-transform:capitalize;padding-block:20px}.features .feature-wrapper .feature-block .content p{font-size:.9375rem}.features .feature-wrapper .feature-block:hover{box-shadow:rgba(0,0,0,.2) 0px 11px 15px 0px;transform:translateY(-15px);border-radius:10px}.features .feature-image{width:100%;height:100%}.features .feature-image img{width:100%;height:100%}@media screen and (max-width: 1200px){.features .feature-wrapper .feature-block .figure{width:80px;height:80px}.features .feature-wrapper .feature-block .content h6{font-size:1rem}.features .feature-wrapper .feature-block .content p{font-size:.9375rem}}@media screen and (max-width: 992px){.features .feature-wrapper{grid-template-columns:1fr;gap:40px;padding-block:0 30px}.features .feature-wrapper .feature-block{padding:10px 20px;max-width:600px;margin-inline:auto}.features .feature-wrapper .feature-block .content h6{font-size:1rem;padding-block:15px}.features .feature-wrapper .feature-block .content p{font-size:.875rem}}@media screen and (max-width: 390px){.features .feature-wrapper .feature-block{max-width:300px;padding:10px}}.why-choose-us .choose-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.why-choose-us .choose-wrapper .choose-block{flex-basis:53%}.why-choose-us .choose-wrapper .choose-block.image-block{flex-basis:40%}.why-choose-us .choose-wrapper .choose-block .wrap{max-width:600px}.why-choose-us .choose-wrapper .choose-block h4{font-size:2rem;font-weight:700;text-transform:capitalize;color:#253450}.why-choose-us .choose-wrapper .choose-block h6{font-size:1.25rem;font-weight:600;line-height:1.5;color:#253450;padding-block:20px}.why-choose-us .choose-wrapper .choose-block p{font-size:.9375rem}.why-choose-us .choose-wrapper .choose-block .button-wrap{padding-top:30px}@media screen and (max-width: 992px){.why-choose-us .choose-wrapper{flex-direction:column;gap:30px;text-align:center}.why-choose-us .choose-wrapper .choose-block .wrap{margin-inline:auto}.why-choose-us .choose-wrapper .choose-block h4{font-size:1.5rem}.why-choose-us .choose-wrapper .choose-block h6{font-size:1rem;padding-block:10px 20px}.why-choose-us .choose-wrapper .choose-block p{font-size:.875rem}.why-choose-us .choose-wrapper .choose-block .button-wrap{padding-top:20px;justify-content:center}}@media screen and (max-width: 576px){.why-choose-us .choose-wrapper .choose-block h4{font-size:1.5rem}.why-choose-us .choose-wrapper .choose-block h6{font-size:1rem}.why-choose-us .choose-wrapper .choose-block .button-wrap{padding-top:20px}}@media screen and (max-width: 380px){.why-choose-us .choose-wrapper{gap:20px}.why-choose-us .choose-wrapper .choose-block h4{font-size:1.5rem}.why-choose-us .choose-wrapper .choose-block h6{font-size:.9375rem;line-height:1.3;padding:15px 0}.why-choose-us .choose-wrapper .choose-block .button-wrap{gap:10px}}.premium-brand .figure{width:100%;height:100%;position:relative}.premium-brand .figure .hideIt{display:none}.premium-brand .figure img{width:100%;height:100%;object-fit:cover}.premium-brand .figure .text{position:absolute;top:180px;left:50%;transform:translate(-50%)}.premium-brand .figure .text h2{font-weight:700;text-transform:uppercase;color:#253450}.premium-brand .figure .text h3{font-weight:400;text-align:center;text-transform:uppercase;margin-top:80px;color:#253450}@media screen and (max-width: 1600px){.premium-brand .figure .text h2{font-size:3rem}.premium-brand .figure .text h3{margin-top:60px}}@media screen and (max-width: 1400px){.premium-brand .figure .text h2{font-size:2.25rem}.premium-brand .figure .text h3{margin-top:40px;font-size:2rem}}@media screen and (max-width: 1200px){.premium-brand .figure .text{top:80px}}@media screen and (max-width: 992px){.premium-brand .figure .text h2{font-size:1.75rem}.premium-brand .figure .text h3{font-size:1.25rem}}@media screen and (max-width: 768px){.premium-brand .figure .text h2{font-size:1.25rem}.premium-brand .figure .text h3{font-size:1rem;margin-top:20px}}@media screen and (max-width: 576px){.premium-brand .figure .text{top:50%;transform:translate(-50%, -50%)}.premium-brand .figure .text h2{font-size:1rem;text-align:center}.premium-brand .figure .text h4{font-size:.875rem;margin-top:20px}}@media screen and (max-width: 480px){.premium-brand .figure .hideIt{display:block}.premium-brand .figure img{display:none;z-index:1;position:relative}.premium-brand .figure .text{z-index:9}.premium-brand .figure .text h2,.premium-brand .figure .text h4{color:#292929}}.how-to-use{position:relative}.how-to-use .uses-block{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:80px}.how-to-use .uses-block:last-child{margin-bottom:0}.how-to-use .uses-block:nth-child(even){flex-direction:row-reverse}.how-to-use .uses-block .content-box{flex-basis:40%}.how-to-use .uses-block .content-box .step{font-size:2.5rem;font-weight:600;display:inline-block;color:#dedede;position:relative}.how-to-use .uses-block .content-box .step::before{content:"";position:absolute;top:50%;right:-40px;transform:translateY(-50%);width:30px;height:3px;background-color:#f5be63}.how-to-use .uses-block .content-box h4{font-size:2rem;color:#253450;padding-block:10px 30px;text-transform:capitalize}.how-to-use .uses-block .content-box h4 span{font-size:2.5rem;font-weight:700;display:block}.how-to-use .uses-block .content-box .process li{margin-bottom:20px}.how-to-use .uses-block .content-box .process li h6{font-weight:500;font-size:1.125rem}.how-to-use .uses-block .content-box .process li p{font-size:1rem;line-height:1.5;padding-top:5px}.how-to-use .uses-block .content-box .process li:last-child{margin-bottom:0}.how-to-use .uses-block .figure-box{flex-basis:55%;border-radius:20px;overflow:hidden}.how-to-use .uses-block .figure-box img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1400px){.how-to-use .uses-block{margin-bottom:60px}.how-to-use .uses-block .content-box{flex-basis:45%}.how-to-use .uses-block .content-box .step{font-size:2rem}.how-to-use .uses-block .content-box h4{font-size:1.5rem;padding-block:10px 20px}.how-to-use .uses-block .content-box h4 span{font-size:2rem}.how-to-use .uses-block .content-box .process li{margin-bottom:15px}.how-to-use .uses-block .content-box .process li h6{font-size:1rem}.how-to-use .uses-block .content-box .process li p{font-size:.9375rem}.how-to-use .uses-block .figure-box{flex-basis:50%}}@media screen and (max-width: 992px){.how-to-use .uses-block{margin-bottom:50px}.how-to-use .uses-block .content-box{flex-basis:50%}.how-to-use .uses-block .content-box .step{font-size:1.75rem}.how-to-use .uses-block .content-box h4 span{font-size:1.75rem}.how-to-use .uses-block .content-box .process li{margin-bottom:10px}.how-to-use .uses-block .content-box .process li h6{font-size:.9375rem}.how-to-use .uses-block .content-box .process li p{font-size:.875rem}.how-to-use .uses-block .figure-box{flex-basis:45%}}@media screen and (max-width: 768px){.how-to-use .uses-block{margin-bottom:40px;flex-direction:column;gap:20px}.how-to-use .uses-block:nth-child(even){flex-direction:column}.how-to-use .uses-block .content-box .step{font-size:2rem;z-index:1;position:relative;padding:5px;color:#292929}.how-to-use .uses-block .content-box .step::before{width:100%;height:100%;right:0;z-index:-1;border-radius:5px}.how-to-use .uses-block .content-box h4 span{display:inline;font-size:2rem}.how-to-use .uses-block .content-box .process li{margin-bottom:10px}.how-to-use .uses-block .content-box .process li h6{font-size:.9375rem}.how-to-use .uses-block .content-box .process li p{font-size:.875rem}}@media screen and (max-width: 576px){.how-to-use .uses-block .content-box .step{font-size:1.5rem}.how-to-use .uses-block .content-box h4 span{font-size:1.5rem}}.swiper{overflow:visible;overflow-x:clip}.swiper .swiper-button-next,.swiper .swiper-button-prev{position:absolute;top:-110px;right:0;left:unset;background-color:#253450;font-size:1rem;color:#faf8f8;width:40px;height:40px;display:grid;place-items:center;transition:.3s ease-in-out}.swiper .swiper-button-next::after,.swiper .swiper-button-prev::after{font-size:1rem}.swiper .swiper-button-next:hover,.swiper .swiper-button-prev:hover{background-color:#f5be63;color:#292929}.swiper .swiper-button-prev{right:40px;border-top-left-radius:20px;border-bottom-left-radius:20px}.swiper .swiper-button-next{border-top-right-radius:20px;border-bottom-right-radius:20px}.swiper .swiper-pagination{display:none}.testimonial-block .box{position:relative;padding:30px 20px;background-color:#253450;border-radius:10px}.testimonial-block .box .review{display:flex;gap:5px}.testimonial-block .box .review i{color:#f5be63;font-size:1rem}.testimonial-block .box p{font-size:.875rem;color:#faf8f8;margin-block:25px 15px;line-height:1.9}.testimonial-block .box h6{font-size:.9375rem;color:#faf8f8;position:relative;padding-left:10px}.testimonial-block .box h6::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:2px;background-color:#faf8f8}.testimonial-block .triangle-shape{margin-left:40px;margin-top:-10px;width:35px;height:55px;background:rgba(0,0,0,0);position:absolute}.testimonial-block .triangle-shape::after{content:"";position:absolute;bottom:0;right:0;width:60%;height:100%;background:#2f3e55;clip-path:polygon(100% 0, 0 0, 100% 100%);transform:rotate(-22deg)}.testimonial-block .thumbnail-figure{width:80px;height:80px;border-radius:50%;margin-left:85px;overflow:hidden;margin-top:20px;border:2px solid #253450}.testimonial-block .thumbnail-figure img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1400px){.swiper .swiper-button-next,.swiper .swiper-button-prev{top:-87px}}@media screen and (max-width: 1200px){.swiper .swiper-button-next,.swiper .swiper-button-prev{top:-75px}}@media screen and (max-width: 992px){.swiper .swiper-button-next,.swiper .swiper-button-prev{display:none}.swiper .swiper-pagination{display:block}}.highlight-wrapper{background-color:#f5be63;border-radius:20px;display:flex;flex-wrap:wrap;justify-content:space-between}.highlight-wrapper .highlight-block{flex-basis:30%;padding:55px}.highlight-wrapper .highlight-block .figure{width:50px;height:50px}.highlight-wrapper .highlight-block .figure img{width:100%;height:100%;object-fit:contain}.highlight-wrapper .highlight-block h6{font-size:1.125rem;font-weight:600;text-transform:capitalize;color:#253450;padding-block:10px}.highlight-wrapper .highlight-block p{font-size:.9375rem}@media screen and (max-width: 1200px){.highlight-wrapper .highlight-block{padding:40px;flex-basis:33.3333333333%}}@media screen and (max-width: 992px){.highlight-wrapper .highlight-block{padding:30px 20px}.highlight-wrapper .highlight-block h6{font-size:1rem}.highlight-wrapper .highlight-block p{font-size:.875rem}}@media screen and (max-width: 768px){.highlight-wrapper{flex-direction:column}.highlight-wrapper .highlight-block{padding:20px 40px;text-align:center}.highlight-wrapper .highlight-block .figure{margin-inline:auto}}@media screen and (max-width: 48px){.highlight-wrapper .highlight-block{padding:20px}}.footer{padding-bottom:40px}.footer .wrapper{justify-content:space-between}.footer .wrapper .block:first-child{flex:0 0 30%}.footer .wrapper .block:first-child .logo{max-width:100px;margin-bottom:30px}.footer .wrapper .block:first-child .logo img{width:100%;height:100%}.footer .wrapper .block:first-child p{font-size:.9375rem;max-width:450px}.footer .wrapper .block:nth-child(2){flex:0 0 15%}.footer .wrapper .block:nth-child(3){flex:0 0 20%}.footer .wrapper .block:last-child{flex:0 0 20%}.footer .wrapper .block:last-child .top{margin-bottom:40px}.footer .wrapper .block:last-child .social-icons{display:flex;gap:10px}.footer .wrapper .block .title{font-size:1.125rem;font-weight:700;letter-spacing:.03em;color:var(--primaryColor);padding-bottom:20px;text-transform:capitalize}.footer .wrapper .block p{color:#5f5f5f}.footer .wrapper .block .list li{margin-bottom:15px}.footer .wrapper .block .list li .navLink,.footer .wrapper .block .list li a{font-size:.9375rem;margin-top:0;font-weight:400;color:#5f5f5f;cursor:pointer;transition:.3s all;text-transform:capitalize;padding-bottom:0;display:inline-block}.footer .wrapper .block .list li .navLink:hover,.footer .wrapper .block .list li a:hover{transform:translateX(5px);color:var(--secondaryColor)}.footer .wrapper .block .list li:last-child{margin-bottom:0}.footer-bottom .block{padding:30px 0 50px;border-top:1px solid rgba(12,12,12,.05);display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:5px}.footer-bottom .block p,.footer-bottom .block a{color:#5f5f5f;font-size:.875rem;text-transform:capitalize;line-height:1.3}.footer-bottom .block .sub-block{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px}.footer-bottom .block .sub-block a:hover{color:var(--secondaryColor);text-decoration:underline}@media screen and (max-width: 1200px){.footer .wrapper{gap:40px 0}.footer .wrapper .block:first-child{flex:0 0 100%;text-align:center}.footer .wrapper .block:first-child .logo{max-width:80px;margin-bottom:20px;margin-inline:auto}.footer .wrapper .block:first-child p{font-size:.9375rem;margin-inline:auto;max-width:700px}.footer .wrapper .block .title{font-size:1.25rem}.footer .wrapper .block .list li .navLink,.footer .wrapper .block .list li a{font-size:.9375rem}}@media screen and (max-width: 992px){.footer .wrapper{gap:50px 0}.footer .wrapper .block:first-child{flex:0 0 100%;text-align:center}.footer .wrapper .block:first-child .logo{margin-inline:auto}.footer .wrapper .block:first-child p{max-width:100%;font-size:.875rem}.footer .wrapper .block:nth-child(2){flex:0 0 40%}.footer .wrapper .block:nth-child(3){flex:0 0 40%}.footer .wrapper .block:last-child{flex:0 0 100%;display:flex;justify-content:center;gap:20px 80px}.footer .wrapper .block:last-child .top,.footer .wrapper .block:last-child .bottom{text-align:center;margin:0}.footer .wrapper .block:last-child .social-icons{justify-content:center}.footer .wrapper .block .list li .navLink,.footer .wrapper .block .list li a{font-size:.875rem}}@media screen and (max-width: 768px){.footer .wrapper{flex-direction:column;justify-content:center;align-items:center;gap:30px}.footer .wrapper .block:last-child:last-child{flex-direction:column;gap:20px}.footer .wrapper .block:last-child:last-child .top,.footer .wrapper .block:last-child:last-child .bottom{text-align:center;margin:0}.footer .wrapper .block:last-child:last-child .social-icons{justify-content:center}.footer .wrapper .block .title{font-size:1.125rem;text-align:center}.footer .wrapper .block p{text-align:center}.footer .wrapper .block .list{text-align:center}.footer .wrapper .block .list li{margin-right:0;display:block}.footer-bottom .block{justify-content:center}.footer-bottom .block .item{flex:0 0 100%}.footer-bottom .block .item:first-child{text-align:center}.footer-bottom .block .item:last-child{text-align:center}.footer-bottom .block .sub-block{justify-content:center}}