:root{--primary-color:#035e58;--primary-rgb-05:#035e581a;--white-color:#fff;--black-color:#000;--text-color:#525252;--body-color:#fff;--footer-color:#111821;--border-color-one:#f3f3f3;--border-color-two:#d3d3d3;--border-radius-one:5px;--border-radius-two:10px;--border-radius-three:20px;--title-fonts:"Sora", sans-serif;--body-fonts:"Rubik", sans-serif;--transition:all .5s ease-in-out;--box-shadow:0 14px 28px -20px #1018283d;--background-one:#f9f9ff;--background-two:#e6f9f8;--extra-color:#ddf6fa;--extra-color-one:#fff5f5;--extra-color-two:#dffaff;--extra-color-three:#fffaeb;--extra-color-four:#f2f4f5;--extra-color-five:#0c193e;--extra-color-six:#0e131a}::selection{text-shadow:none;background:var(--primary-color);color:var(--white-color)}html{-moz-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;height:100%;margin:0;overflow-x:hidden}body{background:var(--body-color);font-family:var(--body-fonts);color:var(--text-color);font-size:16px;font-style:normal;font-weight:400;line-height:1.6em}@media (max-width:991px){body{font-size:15px;line-height:1.4rem}}html,body,input,textarea,select,button{font-family:var(--body-fonts)!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--title-fonts)!important}iframe{border:0;width:100%}.page-wrapper{width:100%;display:inline-block;position:relative}p{color:inherit;margin-bottom:20px;font-size:16px;line-height:1.6rem;position:relative}@media (max-width:991px){p{font-size:15px;line-height:1.4rem}}a:focus,a:hover{color:inherit;text-decoration:none;outline:none!important}a{color:inherit;cursor:pointer;display:inline-block;outline:none!important;text-decoration:none!important}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}blockquote{background-color:var(--primary-color);color:var(--white-color);border-radius:var(--border-radius-three)}@media (max-width:1199px){blockquote{border-radius:20px}}blockquote{margin-bottom:20px;padding:30px;position:relative}blockquote strong{font-family:var(--title-fonts);color:var(--white-color);padding-top:15px;font-style:italic;font-weight:600;display:block}strong{font-weight:700}em,dfn{font-style:italic}dfn{font-weight:700}sup,sub{line-height:0}abbr,acronym{border-bottom:1px dotted var(--border-color-one)}address{margin:0 0 1.5em;font-style:italic}del{color:var(--text-color)}pre{white-space:pre;margin:1.5em 0}pre,code,tt{font-family:var(--body-fonts);line-height:1.5}button{color:inherit;border:none;text-decoration:none;outline:none!important}figure{position:relative;overflow:hidden;margin:0!important}img{max-width:100%}pre{background:var(--white-color);border:1px solid var(--extra-color-one);padding:15px}hr{border-bottom:1px solid var(--extra-color-one);border-top:0;margin:0;padding:0}b,strong{font-weight:600}section{z-index:1;position:relative}li ul,li ol,ul,ol{margin:0}ul{margin-bottom:0;padding-left:0;list-style-type:none}ol{margin-bottom:0;padding-left:0;list-style-type:decimal}dl{margin:0}dl dt{font-weight:700}dd{margin-left:1.5em}ol li{list-style:decimal}ol ol{padding-left:25px}ul li{list-style-type:none}table{border-collapse:collapse;border-spacing:0;margin-bottom:0!important}th{font-weight:500}th,td,caption{padding:4px 0}tfoot{font-style:italic}h1,h2,h3,h4,h5,h6{color:var(--extra-color-five);font-family:var(--title-fonts);margin:0;font-weight:600}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{margin:0}h1{font-size:68px;font-weight:800;line-height:1.4em}@media (max-width:1400px){h1{font-size:52px}}@media (max-width:991px){h1{font-size:48px;line-height:1.2em}}@media (max-width:767px){h1{font-size:34px}}h2{font-size:46px;font-weight:700;line-height:1.1em}@media (max-width:991px){h2{font-size:36px}}@media (max-width:767px){h2{font-size:26px}}h3{font-size:22px;line-height:1.4em}@media (max-width:767px){h3{font-size:20px}}h4{font-size:1.728rem}h5{font-size:1.44rem}h6{font-size:1.2rem}.form-group{margin-bottom:25px}.form-group .field-inner{position:relative}.form-group .field-inner label{margin-bottom:5px}.form-group .field-inner .form-control.error-border{border-color:red}.form-group .field-inner textarea{resize:none;float:none;outline:none;height:150px;overflow:hidden}.form-group .field-inner.checkbox{display:-webkit-flex;display:-moz-flex;gap:10px;display:flex}.form-group .field-inner.checkbox input{border:1px solid var(--primary-color);background-color:var(--white-color);width:20px;height:20px;margin:0;padding:0;border-radius:5px!important}.form-group .field-inner.checkbox input:checked{background-color:var(--primary-color);border-color:var(--primary-color)}.form-group .field-inner.checkbox input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.form-group .field-inner.checkbox label{flex:1;margin-bottom:0;line-height:normal}.form-group .field-inner .error{font-size:13px;color:red!important}.form-select.error-border{border-color:red!important}input,.form-control,.form-select{float:none;background-color:var(--white-color);width:100%;height:52px;color:var(--black-color);border:1px solid var(--border-color-two);border-radius:var(--border-radius-one);outline:none;padding:10px 15px}@media (max-width:767px){input,.form-control,.form-select{border-radius:var(--border-radius-one)}}input.white-field,.form-control.white-field,.form-select.white-field{border-color:var(--border-color-two);color:var(--black-color);background-color:#0000}input:focus,input:hover,textarea:hover,textarea:focus,textarea:hover,.form-control:hover,.form-control:focus,.form-select:focus,.form-select:hover{background-color:var(--white-color);border-color:var(--primary-color);color:var(--black-color);-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;outline:none}input:focus.white-field,input:hover.white-field,textarea:hover.white-field,textarea:focus.white-field,textarea:hover.white-field,.form-control:hover.white-field,.form-control:focus.white-field,.form-select:focus.white-field,.form-select:hover.white-field{color:var(--black-color);background-color:#0000}input[type=radio],input[type=checkbox]{float:none;width:auto;height:auto;margin-right:5px}.ajax-response.success{color:green;border-radius:var(--border-radius-two);background-color:#0080001a;margin-top:30px;padding:15px}@media (max-width:767px){.ajax-response.success{border-radius:var(--border-radius-one)}}.ajax-response.error{color:red;border-radius:var(--border-radius-two);background-color:#ff00001a;margin-top:30px;padding:15px}@media (max-width:767px){.ajax-response.error{border-radius:var(--border-radius-one)}}.alert-success{color:green;border-radius:var(--border-radius-two);background-color:#0080001a;margin-top:30px;margin-bottom:0;padding:15px}@media (max-width:767px){.alert-success{border-radius:var(--border-radius-one)}}.alert-danger{color:red;border-radius:var(--border-radius-two);background-color:#ff00001a;margin-top:30px;margin-bottom:0;padding:15px}@media (max-width:767px){.alert-danger{border-radius:var(--border-radius-one)}}.accordion .accordion-item{background-color:var(--white-color);border-radius:var(--border-radius-two);-ms-box-shadow:0 0 20px 0 #0000000d;-o-box-shadow:0 0 20px 0 #0000000d;border:none;margin-bottom:25px;overflow:hidden;box-shadow:0 0 20px #0000000d}.accordion .accordion-item .accordion-header{color:var(--black-color)}.accordion .accordion-item .accordion-header .accordion-button{color:var(--black-color);-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:0 0;border:none;margin-bottom:0;padding:20px 80px 20px 20px;font-size:18px;line-height:1.6rem}@media (max-width:767px){.accordion .accordion-item .accordion-header .accordion-button{font-size:16px}}.accordion .accordion-item .accordion-header .accordion-button:after{content:"";z-index:2;width:45px;height:45px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;color:var(--black-color);background-image:none;justify-content:center;align-items:center;margin:auto;font-family:"Font Awesome 6 Free";font-size:18px;font-weight:600;display:flex;position:absolute;top:0;bottom:0;right:10px}.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){background:var(--extra-color-five);color:var(--white-color)}.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after{content:"";color:var(--white-color)}.accordion .accordion-item .accordion-collapse{border-top:1px solid var(--border-color-one)}.accordion .accordion-item .accordion-collapse .accordion-body{background-color:var(--extra-color-five)}.accordion .accordion-item .accordion-collapse .accordion-body p{color:var(--white-color);margin-bottom:0;font-weight:300}@media (max-width:767px){.accordion .accordion-item .accordion-collapse .accordion-body p{font-size:14px;line-height:1.4rem}}.accordion .accordion-item:last-child{margin-bottom:0}.breadcrumb-section{z-index:2;background-position:50%;background-size:cover;padding:250px 0 100px;overflow:hidden}@media (max-width:1199px){.breadcrumb-section{padding:150px 0 70px}}.breadcrumb-section .breadcrumb-content{z-index:2;text-align:center;position:relative}.breadcrumb-section .breadcrumb-content .breadcrumb-title h1{text-transform:capitalize;margin-bottom:20px;display:inline-block}@media (max-width:991px){.breadcrumb-section .breadcrumb-content .breadcrumb-title h1{margin-bottom:10px}}.breadcrumb-section .breadcrumb-content nav .breadcrumb{-moz-justify-content:center;justify-content:center;margin-bottom:0}.breadcrumb-section .breadcrumb-content nav .breadcrumb .breadcrumb-item{padding-left:10px;font-size:16px;font-weight:500;list-style:none}.breadcrumb-section .breadcrumb-content nav .breadcrumb .breadcrumb-item:not(:first-child):before{content:"";color:var(--black-color);padding-right:10px;font-family:"Font Awesome 6 Free";font-size:15px;font-weight:700;position:relative;top:0}.breadcrumb-section .breadcrumb-content nav .breadcrumb .breadcrumb-item:first-child{padding-left:0}.breadcrumb-section .breadcrumb-content nav .breadcrumb .breadcrumb-item.active{color:var(--primary-color)}.breadcrumb-section .breadcrumb-content nav .breadcrumb .breadcrumb-item a{color:var(--black-color);text-transform:capitalize}@media (max-width:767px){.breadcrumb-section .breadcrumb-content nav .breadcrumb .breadcrumb-item a{font-size:14px}}.breadcrumb-section .breadcrumb-shape{z-index:-1;width:100%;height:470px;position:absolute;top:0}@media (max-width:1199px){.breadcrumb-section .breadcrumb-shape{height:340px}}@media (max-width:767px){.breadcrumb-section .breadcrumb-shape{height:295px}}.breadcrumb-section .breadcrumb-shape-one{max-width:110px;animation:5s linear infinite zoom;position:relative;top:50%;left:200px}@media (max-width:1400px){.breadcrumb-section .breadcrumb-shape-one{max-width:80px}}@media (max-width:1199px){.breadcrumb-section .breadcrumb-shape-one{top:35%;left:30px}}@media (max-width:767px){.breadcrumb-section .breadcrumb-shape-one{max-width:60px;top:25%;left:20px}}.breadcrumb-section .breadcrumb-shape-two{max-width:80px;animation:5s linear infinite move-left;position:absolute;bottom:20px;left:600px}@media (max-width:1400px){.breadcrumb-section .breadcrumb-shape-two{max-width:80px}}@media (max-width:1199px){.breadcrumb-section .breadcrumb-shape-two{left:200px}}@media (max-width:767px){.breadcrumb-section .breadcrumb-shape-two{max-width:60px;left:100px}}@media (max-width:575px){.breadcrumb-section .breadcrumb-shape-two{left:30px}}.breadcrumb-section .breadcrumb-shape-three{max-width:80px;animation:5s linear infinite move-bottom;position:absolute;top:50%;right:260px}@media (max-width:1199px){.breadcrumb-section .breadcrumb-shape-three{top:35%;right:30px}}@media (max-width:767px){.breadcrumb-section .breadcrumb-shape-three{max-width:50px}}.theme-button{vertical-align:middle;text-transform:capitalize;border-radius:var(--border-radius-one);-moz-justify-content:center;-o-transition:.5s all ease;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;height:52px;padding:10px 20px;font-size:16px;line-height:2;transition:all .5s;display:inline-flex;position:relative;overflow:hidden}.theme-button span{-o-transition:transform .5s;transform-origin:50% 0;transform-style:preserve-3d;padding:0;transition:transform .5s;display:inline-block;position:relative}.theme-button span:before{content:attr(data-text);text-align:center;-o-transition:color .5s;transform-origin:50% 0;width:100%;height:100%;transition:color .5s;position:absolute;top:100%;left:0;transform:rotateX(-90deg)}.theme-button i{-o-transition:transform .5s;transition:transform .5s}.theme-button svg{-o-transition:.5s all ease;transition:all .5s}@media (max-width:767px){.theme-button{font-size:14px}}.theme-button.style-1{background-color:var(--primary-color);color:var(--white-color)}.theme-button.style-1 span:before{color:var(--white-color)}.theme-button.style-1 i{transform:rotate(-45deg)}.theme-button.style-1:hover{background-color:var(--black-color);color:var(--white-color)}.theme-button.style-1:hover span{transform:rotateX(90deg)translateY(-12px)}.theme-button.style-1:hover i{transform:rotate(0)}.theme-button.style-2{border-color:var(--black-color);color:var(--black-color)}.theme-button.style-2 span:before{color:var(--white-color)}.theme-button.style-2 i{transform:rotate(-45deg)}.theme-button.style-2:hover{color:var(--white-color);background-color:var(--primary-color);border-color:var(--primary-color)}.theme-button.style-2:hover span{transform:rotateX(90deg)translateY(-12px)}.theme-button.style-2:hover i{transform:rotate(0)}.theme-button.style-3{background-color:var(--primary-color);color:var(--white-color)}.theme-button.style-3 i{transform:rotate(-45deg)}.theme-button.style-3:hover span{transform:rotateX(90deg)translateY(-12px)}.theme-button.style-3:hover i{transform:rotate(0)}.theme-button.style-4{background-color:var(--white-color);color:var(--black-color)}.theme-button.style-4 i{transform:rotate(-45deg)}.theme-button.style-4:hover span{transform:rotateX(90deg)translateY(-12px)}.theme-button.style-4:hover i{transform:rotate(0)}.theme-button.style-5{color:var(--white-color);border:1px solid var(--white-color)}.theme-button.style-5 i{transform:rotate(-45deg)}.theme-button.style-5:hover{color:var(--black-color);background-color:var(--white-color)}.theme-button.style-5:hover span{transform:rotateX(90deg)translateY(-12px)}.theme-button.style-5:hover span:before{color:var(--black-color)}.theme-button.style-5:hover i{transform:rotate(0)}.read-more-btn{color:var(--extra-color-five);text-transform:capitalize;-o-transition:all .4s ease-in-out;padding-right:40px;font-size:16px;font-weight:600;line-height:1.8em;transition:all .4s ease-in-out;display:inline-block;position:relative}.read-more-btn:before{content:"";color:var(--white-color);background-color:var(--extra-color-five);width:30px;height:30px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-o-transition:all .3s ease-in-out;background-position:50%;border-radius:50%;justify-content:center;align-items:center;font-family:"Font Awesome 6 Free";font-size:14px;line-height:normal;transition:all .3s ease-in-out;display:flex;position:absolute;top:50%;right:0;transform:translate(-3px,-50%)}.read-more-btn:hover{color:var(--primary-color)}.read-more-btn:hover:before{background-color:var(--primary-color);transform:translateY(-50%)}button:focus{outline:none;text-decoration:none}.sidebars-open{overflow:hidden}.sidebars{z-index:1045;max-width:100%;color:var(--text-color);visibility:hidden;background-color:var(--white-color);background-clip:padding-box;outline:0;flex-direction:column;transition:transform .3s,visibility .3s;display:flex;position:fixed;top:0;bottom:0;transform:translate(100%)}.sidebars.show{visibility:visible;transform:translate(0)}.sidebars.show .sidebars-header .sidebars-close{-o-transition-delay:.2s;transition-delay:.2s;transform:translateY(0)}.sidebars.sidebars-end{width:400px;right:0}.sidebars .sidebars-header{align-items:center;padding:1rem;display:flex}.sidebars .sidebars-header .sidebars-close{text-align:center;width:24px;height:24px;color:var(--black-color);z-index:10;cursor:pointer;-o-transition:all .5s ease;font-size:24px;transition:all .5s;position:absolute;top:15px;right:15px;transform:translateY(-50px)}.sidebars .sidebars-body{flex-grow:1;padding:1rem;overflow-y:auto}.sidebars .sidebars-body .widget{background:0 0;border:none;padding:0}.sidebars .sidebars-body .mobile-menu .mean-bar nav .mean-bar{display:none}.sidebars .sidebars-body .sidebars-about{margin-bottom:50px}.sidebars .sidebars-body .sidebars-about p{color:var(--text-color);margin-bottom:0;font-weight:400}.sidebars .sidebars-body .sidebars-contact{width:100%;margin-bottom:50px;display:inline-block}.sidebars .sidebars-body .sidebars-contact .widget-contact .sidebars-cta-item .sidebars-cta-list{display:-webkit-flex;display:-moz-flex;gap:20px;margin-bottom:20px;display:flex}.sidebars .sidebars-body .sidebars-contact .widget-contact .sidebars-cta-item .sidebars-cta-list:last-of-type{margin-bottom:0}.sidebars .sidebars-body .sidebars-contact .widget-contact .sidebars-cta-item .sidebars-cta-list .sidebars-cta-icon{color:var(--primary-color);width:24px;height:24px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;display:flex;position:relative}.sidebars .sidebars-body .sidebars-contact .widget-contact .sidebars-cta-item .sidebars-cta-list .sidebars-cta-content{flex:1}.sidebars .sidebars-body .sidebars-contact .widget-contact .sidebars-cta-item .sidebars-cta-list .sidebars-cta-content a,.sidebars .sidebars-body .sidebars-contact .widget-contact .sidebars-cta-item .sidebars-cta-list .sidebars-cta-content p{color:var(--text-color);margin-bottom:0;font-size:16px;font-weight:400}.sidebars .sidebars-body .sidebars-contact .widget-contact .sidebars-cta-item .sidebars-cta-list .sidebars-cta-content a:hover,.sidebars .sidebars-body .sidebars-contact .widget-contact .sidebars-cta-item .sidebars-cta-list .sidebars-cta-content p:hover{color:var(--primary-color)}.sidebars .sidebars-body .sidebars-button-wapper{width:100%;margin-bottom:50px;display:inline-block}.sidebars .sidebars-body .sidebars-button-wapper a{width:100%}.sidebars .sidebars-body .sidebars-social{margin-bottom:30px}.sidebars-overlay{z-index:1040;opacity:0;visibility:hidden;background-color:var(--black-color);width:100vw;height:100vh;position:fixed;top:0;left:0}.sidebars-overlay.show{opacity:.5;visibility:visible}.widget-sidebar{display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;flex-direction:column;gap:30px;display:flex;position:sticky;top:120px}.widget{border-radius:var(--border-radius-three);padding:30px}@media (max-width:1199px){.widget{border-radius:20px;padding:20px}}.widget{background-color:var(--background-one);border:1px solid var(--border-color-one)}.widget .widget-title h3{margin-bottom:25px;padding-bottom:10px;display:inline-block;position:relative}.widget .widget-title h3:after{content:"";background:var(--black-color);-o-transition:.5s;width:30px;height:2px;transition:all .5s;position:absolute;bottom:0;left:0}.widget.widget-search form .form-group .field-inner input{background-color:var(--white-color);border:1px solid var(--border-color-one);margin-bottom:0;padding-right:60px}.widget.widget-search form .form-group .field-inner button{background:var(--primary-color);width:58px;height:100%;color:var(--white-color);-o-transition:.5s all ease;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:0 var(--border-radius-one) var(--border-radius-one) 0;justify-content:center;align-items:center;transition:all .5s;display:flex;position:absolute;top:0;right:0}.widget.widget-search form .form-group .field-inner button:hover{background:var(--primary-color)}.widget.widget-categories-list .widget-content .category-list li{margin:0 0 15px}.widget.widget-categories-list .widget-content .category-list li a{text-transform:capitalize;background-color:var(--white-color);border-radius:var(--border-radius-one);width:100%;color:var(--black-color);-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;align-items:center;padding:18px 15px;display:flex;position:relative}.widget.widget-categories-list .widget-content .category-list li a.active,.widget.widget-categories-list .widget-content .category-list li a:hover{background-color:var(--primary-color);color:var(--white-color)}.widget.widget-categories-list .widget-content .category-list li:last-child{margin-bottom:0}.widget.widget-recent-post .recent-post-item{border-bottom:1px solid #0000000f;margin-bottom:20px;padding-bottom:20px}.widget.widget-recent-post .recent-post-item:last-child{border:none;margin-bottom:0;padding:0}.widget.widget-recent-post .recent-post-item .recent-post-image figure{border-radius:var(--border-radius-two);display:block;overflow:hidden}.widget.widget-recent-post .recent-post-item .recent-post-image figure img{object-fit:cover;width:100px;height:100px;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}@media (max-width:991px){.widget.widget-recent-post .recent-post-item .recent-post-image figure img{width:80px;height:80px}}.widget.widget-recent-post .recent-post-item .recent-post-content{align-self:center}.widget.widget-recent-post .recent-post-item .recent-post-content h4{color:var(--black-color);margin-bottom:10px;font-size:16px;font-weight:600;line-height:1.4em}.widget.widget-recent-post .recent-post-item .recent-post-content h4:hover{color:var(--primary-color)}.widget.widget-recent-post .recent-post-item .recent-post-content .post-date{color:var(--text-color);display:-webkit-flex;display:-moz-flex;align-items:center;gap:5px;margin-bottom:0;font-size:14px;display:flex}.widget.widget-recent-post .recent-post-item .recent-post-content .post-date svg,.widget.widget-recent-post .recent-post-item .recent-post-content .post-date i{color:var(--primary-color)}.widget.widget-recent-post .recent-post-item:hover .recent-post-image img{transform:rotate(-3deg)scale(1.1)}.widget.widget-tag .widget-content .widget-tag-box a{background-color:var(--white-color);border-radius:var(--border-radius-one);color:var(--black-color);padding:10px 20px;display:inline-block;position:relative}.widget.widget-tag .widget-content .widget-tag-box a:hover{background-color:var(--primary-color);color:var(--white-color)}.widget.widget-cta .service-cta-item{padding-top:10px}.widget.widget-cta .service-cta-item .service-cta-list{margin-bottom:20px}.widget.widget-cta .service-cta-item .service-cta-list:last-of-type{margin-bottom:0}.widget.widget-cta .service-cta-item .service-cta-list .service-cta-icon{background-color:var(--extra-color);color:var(--primary-color);border-radius:100%;width:52px;height:52px;font-size:22px;font-weight:600;position:relative}.widget.widget-cta .service-cta-item .service-cta-list .service-cta-icon:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.widget.widget-cta .service-cta-item .service-cta-list .service-cta-icon svg{z-index:1;position:relative}.widget.widget-cta .service-cta-item .service-cta-list .service-cta-content p{margin-bottom:5px;font-size:14px;font-weight:400}.widget.widget-cta .service-cta-item .service-cta-list .service-cta-content a{color:var(--black-color);font-family:var(--title-fonts);font-size:18px;font-weight:600}@media (max-width:575px){.widget.widget-cta .service-cta-item .service-cta-list .service-cta-content a{font-size:16px}}.widget.widget-cta .service-cta-item .service-cta-list:hover .service-cta-icon{color:var(--white-color)}.widget.widget-cta .service-cta-item .service-cta-list:hover .service-cta-icon i{z-index:1;position:relative}.widget.widget-cta .service-cta-item .service-cta-list:hover .service-cta-icon:before{opacity:1;transform:scale(1)}.widget.widget-cta .service-cta-item .service-cta-list:hover .service-cta-content a{color:var(--primary-color)}.widget.widget-project-info .project-info-list li{background-color:var(--white-color);border-radius:var(--border-radius-two);color:var(--black-color);display:-webkit-flex;display:-moz-flex;gap:15px;margin-bottom:20px;padding:14px;display:flex;position:relative}@media (max-width:767px){.widget.widget-project-info .project-info-list li{border-radius:var(--border-radius-one)}}.widget.widget-project-info .project-info-list li:last-child{margin-bottom:0}.widget.widget-project-info .project-info-list li .project-info-icon{width:52px;height:52px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-moz-flex-direction:column;background-color:var(--extra-color);color:var(--primary-color);border-radius:100px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.widget.widget-project-info .project-info-list li .project-info-icon:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.widget.widget-project-info .project-info-list li .project-info-icon i{z-index:1;position:relative}.widget.widget-project-info .project-info-list li .project-info-content{flex:1}.widget.widget-project-info .project-info-list li .project-info-content span{font-weight:700}.widget.widget-project-info .project-info-list li .project-info-content p{margin-bottom:0}.widget.widget-project-info .project-info-list li:hover .project-info-icon:before{opacity:1;transform:scale(1)}.widget.widget-project-info .project-info-list li:hover .project-info-icon i{color:var(--white-color)}.widget.widget-company-profile .company-profile-list li{margin-bottom:20px}.widget.widget-company-profile .company-profile-list li:last-child{margin-bottom:0}.widget.widget-company-profile .company-profile-list li a{background-color:var(--white-color);border-radius:var(--border-radius-two);color:var(--black-color);display:-webkit-flex;display:-moz-flex;align-items:center;gap:20px;padding:14px;display:flex;position:relative}@media (max-width:767px){.widget.widget-company-profile .company-profile-list li a{border-radius:var(--border-radius-one)}}.widget.widget-company-profile .company-profile-list li a .company-profile-icon{color:var(--primary-color);background-color:var(--extra-color);border-radius:100%;width:52px;height:52px;position:relative}.widget.widget-company-profile .company-profile-list li a .company-profile-icon:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.widget.widget-company-profile .company-profile-list li a .company-profile-icon i{z-index:1;position:relative}.widget.widget-company-profile .company-profile-list li a .download-content i{width:25px;color:var(--black-color);margin-right:10px;font-size:24px}.widget.widget-company-profile .company-profile-list li a:hover .company-profile-icon{color:var(--white-color)}.widget.widget-company-profile .company-profile-list li a:hover .company-profile-icon:before{opacity:1;transform:scale(1)}.widget.widget-cart-total-summary .cart-total-table,.widget.widget-cart-total-summary .cart-button-wapper{margin-bottom:15px!important}.widget.widget-cart-total-summary .note{padding-left:26px;display:inline-block;position:relative}.widget.widget-cart-total-summary .note i{color:var(--black-color);font-size:14px;line-height:14px;position:absolute;top:6px;left:0}.widget.widget-cart-total-summary .note span{font-size:13px;font-weight:500;line-height:18px;display:inline-block}.widget.widget-payment .custome-radio{margin-bottom:10px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateZ(0)}}@keyframes move-bottom{0%{transform:translateY(-25px)}50%{transform:translateY(0)}to{transform:translateY(-25px)}}@keyframes move-left{0%{transform:translate(-25px)}50%{transform:translate(0)}to{transform:translate(-25px)}}@keyframes move-right{0%{transform:translate(-25px)}50%{transform:translate(0)}to{transform:translate(-25px)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - 40px))}}@keyframes infiniterotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes imageanime{to{left:125%}}@keyframes spinner{to{transform:rotate(360deg)}}@keyframes spineer2{0%{-ms-box-shadow:0 0 0 0 #fffffffc;-o-box-shadow:0 0 0 0 #fffffffc;box-shadow:0 0 #fffffffc}to{-ms-box-shadow:0 0 0 45px #ffffff03;-o-box-shadow:0 0 0 45px #ffffff03;box-shadow:0 0 0 45px #ffffff03}}@keyframes spineer3{0%{-ms-box-shadow:0 0 0 0 #035e58e6;-o-box-shadow:0 0 0 0 #035e58e6;box-shadow:0 0 #035e58e6}to{-ms-box-shadow:0 0 0 15px #035e5803;-o-box-shadow:0 0 0 15px #035e5803;box-shadow:0 0 0 15px #035e5803}}@keyframes zoom{0%{transform:scale(1)}to{transform:scale(1.25)}}@keyframes rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes fadeinone{0%{opacity:0}50%{opacity:1}to{opacity:0}}.section-title-area{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;align-items:center;gap:30px;margin-bottom:50px;display:flex}@media (max-width:991px){.section-title-area{-moz-flex-direction:column;flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:30px}}.section-title-area .section-title{width:50%;max-width:620px;margin-bottom:0;position:relative}@media (max-width:991px){.section-title-area .section-title{width:100%}}.section-title-area .section-title .sub-title{margin:0}.section-title-area .section-title-content{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;flex:1;justify-content:space-between;align-items:center;width:50%;display:flex}@media (max-width:991px){.section-title-area .section-title-content{width:100%}}.section-title-area .section-title-content p{margin-bottom:0}.section-title{display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;flex-direction:column;gap:25px;margin-bottom:50px;display:flex;position:relative}@media (max-width:991px){.section-title{gap:20px;margin-bottom:30px}}.section-title.text-center{max-width:640px;margin-left:auto;margin-right:auto}.section-title.text-center .sub-title{margin:0 auto}.section-title .sub-title{border-radius:var(--border-radius-one);background-color:var(--primary-rgb-05);width:max-content;color:var(--primary-color);letter-spacing:.2px;text-transform:capitalize;padding:8px 15px 8px 50px;font-size:16px;font-weight:400;line-height:1.4em;display:inline-block;position:relative}@media (max-width:767px){.section-title .sub-title{padding:8px 15px 8px 45px;font-size:15px}}.section-title .sub-title:before{content:"";background:url(/assets/images/icon-sub-heading.svg) 0/cover no-repeat;width:24px;height:24px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}@media (max-width:767px){.section-title .sub-title:before{width:20px;height:20px}}.section-title h2{z-index:2;letter-spacing:.5px;text-transform:capitalize;margin-bottom:0;font-size:40px;font-weight:700;line-height:1.2em;position:relative}@media (max-width:991px){.section-title h2{font-size:36px}}@media (max-width:767px){.section-title h2{font-size:26px}}.section-title h2 span{color:var(--primary-color)}.section-title p{margin-bottom:0}.pagination{margin-top:20px}.pagination nav .page-list{display:-webkit-flex;display:-moz-flex;gap:10px;margin:0;padding:0;list-style:none;display:flex}.pagination nav .page-list li .page-numbers{text-align:center;background-color:var(--extra-color);width:50px;height:50px;color:var(--black-color);border-radius:var(--border-radius-one);padding:0 15px;line-height:50px;display:block;position:relative}.pagination nav .page-list li .page-numbers.current{background-color:var(--primary-color);color:var(--white-color)}.pagination nav .page-list li .page-numbers.prev,.pagination nav .page-list li .page-numbers.next{width:auto}.pagination nav .page-list li .page-numbers:hover{background-color:var(--primary-color);color:var(--white-color);z-index:2;text-decoration:none}.check-list ul li{margin-bottom:15px;padding-left:30px;position:relative}.check-list ul li:last-child{margin-bottom:0}@media (max-width:767px){.check-list ul li{font-size:14px;line-height:1.4em}}.check-list ul li:before{content:"";color:var(--primary-color);font-family:"Font Awesome 6 Free";font-size:20px;font-weight:400;line-height:normal;display:inline-block;position:absolute;top:3px;left:0}.check-list-two-col ul{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;gap:15px 30px;margin:0;padding:0;list-style:none;display:flex}.check-list-two-col ul li{width:calc(50% - 15px);margin-bottom:0;padding-left:30px;position:relative}.check-list-two-col ul li:last-child{margin-bottom:0}@media (max-width:767px){.check-list-two-col ul li{width:100%}}.check-list-two-col ul li:before{content:"";color:var(--primary-color);font-family:"Font Awesome 6 Free";font-size:20px;font-weight:400;line-height:normal;display:inline-block;position:absolute;top:3px;left:0}.social-icon{display:-webkit-flex;display:-moz-flex;align-items:center;gap:10px;display:flex}.social-icon li span{font-size:16px;font-weight:400}.social-icon li a{color:var(--primary-color);background-color:var(--background-two);width:50px;height:50px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100px;justify-content:center;align-items:center;font-size:16px;line-height:50px;display:flex;position:relative}.social-icon li a:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.social-icon li a:hover{color:var(--white-color)}.social-icon li a:hover:before{opacity:1;transform:scale(1.02)}.social-icon li a i{z-index:2;position:relative}.social-icon.social-vertical{-moz-flex-direction:column;flex-direction:column}.back-to-top{z-index:5;background-color:var(--primary-color);width:40px;height:40px;color:var(--white-color);-ms-box-shadow:0 2px 28px 0 #00000017;-o-box-shadow:0 2px 28px 0 #00000017;border-radius:var(--border-radius-one);-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 2px 28px #00000017}.back-to-top:hover{background-color:var(--extra-color-five);color:var(--white-color)}.swiper-pagination{position:relative!important}.swiper-pagination-bullet{-o-transition:.6s;opacity:1;border-radius:7px;width:7px;height:7px;transition:all .6s;background:var(--extra-color-five)!important;margin-right:15px!important}.swiper-pagination-bullet.swiper-pagination-bullet-active{-o-transition:.6s;transition:all .6s;position:relative}.swiper-pagination-bullet.swiper-pagination-bullet-active:before{border:1px solid var(--extra-color-five);content:"";background-color:#0000;border-radius:50%;width:20px;height:20px;line-height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custome-radio [type=radio].checked,.custome-radio [type=radio]:not(.checked){position:absolute;left:-9999px}.custome-radio [type=radio]:checked+label,.custome-radio [type=radio]:not(:checked)+label{cursor:pointer;color:var(--text-color);padding-left:28px;line-height:20px;display:inline-block;position:relative}.custome-radio [type=radio]:checked+label:before,.custome-radio [type=radio]:not(:checked)+label:before{content:"";background:var(--white-color);border:1px solid var(--black-color);border-radius:100%;width:20px;height:20px;position:absolute;top:0;left:0}.custome-radio [type=radio]:checked+label:before{border-color:var(--primary-color)}.custome-radio [type=radio]:checked+label:after,.custome-radio [type=radio]:not(:checked)+label:after{content:"";background:var(--primary-color);-o-transition:all .2s ease;border-radius:100%;width:14px;height:14px;transition:all .2s;position:absolute;top:3px;left:3px}.custome-radio [type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}.custome-radio [type=radio]:checked+label:after{opacity:1;transform:scale(1)}.comment-wapper .comment-list li{border-top:1px solid #0000000f;margin-top:30px;padding-top:30px}.comment-wapper .comment-list li:first-of-type{border-top:none;margin-top:0;padding-top:0}.comment-wapper .comment-list li .comment-list-item{display:-webkit-flex;display:-moz-flex;display:flex}@media (max-width:767px){.comment-wapper .comment-list li .comment-list-item{-moz-flex-direction:column;flex-direction:column}}.comment-wapper .comment-list li .comment-list-item .comment-user-profile{flex:none;margin-right:25px}@media (max-width:767px){.comment-wapper .comment-list li .comment-list-item .comment-user-profile{margin-bottom:10px;margin-right:0}}.comment-wapper .comment-list li .comment-list-item .comment-user-profile figure{border-radius:20px;display:inline-block;overflow:hidden}.comment-wapper .comment-list li .comment-list-item .comment-user-profile figure img{object-fit:cover;width:100px;height:100px}.comment-wapper .comment-list li .comment-list-item .comment-content{min-height:115px;position:relative}.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;align-items:center;margin-bottom:10px;display:flex}.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-author{color:var(--text-color);margin-top:0;margin-bottom:0;font-weight:500;display:inline-flex;position:relative}@media (max-width:767px){.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-author{font-size:14px}}.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-author .comment-author-name{text-transform:capitalize;color:var(--black-color);margin:0 5px;font-weight:600}.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-date{display:-webkit-flex;display:-moz-flex;color:var(--text-color);align-items:center;gap:5px;margin:0 0 0 30px;font-size:16px;font-weight:400;display:flex;position:relative}@media (max-width:767px){.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-date{font-size:14px}}.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-date:before{content:"";background-color:var(--text-color);width:8px;height:1px;position:absolute;top:50%;left:-22px;transform:translateY(-50%)}.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-date i{color:var(--primary-color)}.comment-wapper .comment-list li .comment-list-item .comment-content p{margin-bottom:15px}.comment-wapper .comment-list li .comment-list-item .comment-content .comment-reply i{margin-right:5px}.comment-wapper .comment-list li .comment-list-item .comment-content .comment-reply:hover{color:var(--primary-color)}.comment-wapper .comment-list li .comment-list-item.comment-nesting{border-top:1px solid #0000000f;margin-top:30px;padding-top:30px;padding-left:130px}@media (max-width:767px){.comment-wapper .comment-list li .comment-list-item.comment-nesting{padding-left:30px}}.comment-wapper .comment-list li:last-of-type{border-bottom:none;margin-bottom:0}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px var(--primary-color);-moz-box-shadow:inset 0 0 5px var(--primary-color);-ms-box-shadow:inset 0 0 5px var(--primary-color);-o-box-shadow:inset 0 0 5px var(--primary-color);box-shadow:inset 0 0 5px var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}.transformation-image{border-radius:var(--border-radius-three)}@media (max-width:1199px){.transformation-image{border-radius:20px}}.quantity-content{display:inline-block;position:relative}.quantity-content button{background-color:#0000;width:52px;height:100%;position:absolute}.quantity-content button.qty-btn-minus{left:0}.quantity-content button.qty-btn-plus{right:0}.quantity-content .input-qty{text-align:center;width:160px}.quantity-content:hover .input-qty{border-color:var(--primary-color)}.mouse-cursor{pointer-events:none;visibility:hidden;border-radius:50%;position:fixed;top:0;left:0;transform:translateZ(0)}.mouse-cursor.cursor-inner{z-index:10000001;background-color:var(--primary-color);-o-transition:width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;width:6px;height:6px;transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out}.mouse-cursor.cursor-inner.cursor-hover{background-color:var(--primary-color);opacity:.3;width:70px;height:70px;margin-top:-35px;margin-left:-35px}.mouse-cursor.cursor-outer{border:1px solid var(--primary-color);box-sizing:border-box;z-index:10000000;opacity:.5;-o-transition:all 80ms ease-out;width:30px;height:30px;margin-top:-12px;margin-left:-12px;transition:all 80ms ease-out}.mouse-cursor.cursor-outer.cursor-hover{opacity:0}.preloader{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-moz-flex-direction:column;z-index:999;background-color:var(--extra-color-two);flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.preloader .preloader-icon{position:relative}.preloader .preloader-icon img{width:100px;height:100px}.preloader .preloader-text{display:-webkit-flex;display:-moz-flex;display:flex}.preloader .preloader-text p{color:var(--extra-color-five);text-transform:capitalize;margin-bottom:0;font-size:46px;font-weight:700;line-height:1.1em;animation:3s ease-in-out infinite fadeinone}@media (max-width:991px){.preloader .preloader-text p{font-size:36px}}@media (max-width:767px){.preloader .preloader-text p{font-size:26px}}.preloader .preloader-text p:first-child{animation-delay:.2s}.preloader .preloader-text p:nth-child(2){animation-delay:.3s}.preloader .preloader-text p:nth-child(3){animation-delay:.4s}.preloader .preloader-text p:nth-child(4){animation-delay:.5s}.preloader .preloader-text p:nth-child(5){animation-delay:.6s}.preloader .preloader-text p:nth-child(6){animation-delay:.7s}.preloader .preloader-text p:nth-child(7){animation-delay:.8s}.pt-10{padding-top:10px!important}.pt-15{padding-top:15px!important}.pt-20{padding-top:20px!important}.pt-25{padding-top:25px!important}.pt-30{padding-top:30px!important}.pt-35{padding-top:35px!important}.pt-40{padding-top:40px!important}.pt-45{padding-top:45px!important}.pt-50{padding-top:50px!important}.pt-55{padding-top:55px!important}.pt-60{padding-top:60px!important}.pt-65{padding-top:65px!important}.pt-70{padding-top:70px!important}.pt-75{padding-top:75px!important}.pt-80{padding-top:80px!important}.pt-85{padding-top:85px!important}.pt-90{padding-top:90px!important}.pt-95{padding-top:95px!important}.pt-100{padding-top:100px!important}.pt-105{padding-top:105px!important}.pt-110{padding-top:110px!important}.pt-115{padding-top:115px!important}.pt-120{padding-top:120px!important}.pt-125{padding-top:125px!important}.pt-130{padding-top:130px!important}.pt-135{padding-top:135px!important}.pt-140{padding-top:140px!important}.pt-145{padding-top:145px!important}.pt-150{padding-top:150px!important}.pt-155{padding-top:155px!important}.pt-160{padding-top:160px!important}.pt-165{padding-top:165px!important}.pt-170{padding-top:170px!important}.pt-175{padding-top:175px!important}.pt-180{padding-top:180px!important}.pt-185{padding-top:185px!important}.pt-190{padding-top:190px!important}.pt-195{padding-top:195px!important}.pt-200{padding-top:200px!important}.pb-10{padding-bottom:10px!important}.pb-15{padding-bottom:15px!important}.pb-20{padding-bottom:20px!important}.pb-25{padding-bottom:25px!important}.pb-30{padding-bottom:30px!important}.pb-35{padding-bottom:35px!important}.pb-40{padding-bottom:40px!important}.pb-45{padding-bottom:45px!important}.pb-50{padding-bottom:50px!important}.pb-55{padding-bottom:55px!important}.pb-60{padding-bottom:60px!important}.pb-65{padding-bottom:65px!important}.pb-70{padding-bottom:70px!important}.pb-75{padding-bottom:75px!important}.pb-80{padding-bottom:80px!important}.pb-85{padding-bottom:85px!important}.pb-90{padding-bottom:90px!important}.pb-95{padding-bottom:95px!important}.pb-100{padding-bottom:100px!important}.pb-105{padding-bottom:105px!important}.pb-110{padding-bottom:110px!important}.pb-115{padding-bottom:115px!important}.pb-120{padding-bottom:120px!important}.pb-125{padding-bottom:125px!important}.pb-130{padding-bottom:130px!important}.pb-135{padding-bottom:135px!important}.pb-140{padding-bottom:140px!important}.pb-145{padding-bottom:145px!important}.pb-150{padding-bottom:150px!important}.pb-155{padding-bottom:155px!important}.pb-160{padding-bottom:160px!important}.pb-165{padding-bottom:165px!important}.pb-170{padding-bottom:170px!important}.pb-175{padding-bottom:175px!important}.pb-180{padding-bottom:180px!important}.pb-185{padding-bottom:185px!important}.pb-190{padding-bottom:190px!important}.pb-195{padding-bottom:195px!important}.pb-200{padding-bottom:200px!important}.pl-10{padding-left:10px!important}.pl-15{padding-left:15px!important}.pl-20{padding-left:20px!important}.pl-25{padding-left:25px!important}.pl-30{padding-left:30px!important}.pl-35{padding-left:35px!important}.pl-40{padding-left:40px!important}.pl-45{padding-left:45px!important}.pl-50{padding-left:50px!important}.pl-55{padding-left:55px!important}.pl-60{padding-left:60px!important}.pl-65{padding-left:65px!important}.pl-70{padding-left:70px!important}.pl-75{padding-left:75px!important}.pl-80{padding-left:80px!important}.pl-85{padding-left:85px!important}.pl-90{padding-left:90px!important}.pl-95{padding-left:95px!important}.pl-100{padding-left:100px!important}.pl-105{padding-left:105px!important}.pl-110{padding-left:110px!important}.pl-115{padding-left:115px!important}.pl-120{padding-left:120px!important}.pl-125{padding-left:125px!important}.pl-130{padding-left:130px!important}.pl-135{padding-left:135px!important}.pl-140{padding-left:140px!important}.pl-145{padding-left:145px!important}.pl-150{padding-left:150px!important}.pl-155{padding-left:155px!important}.pl-160{padding-left:160px!important}.pl-165{padding-left:165px!important}.pl-170{padding-left:170px!important}.pl-175{padding-left:175px!important}.pl-180{padding-left:180px!important}.pl-185{padding-left:185px!important}.pl-190{padding-left:190px!important}.pl-195{padding-left:195px!important}.pl-200{padding-left:200px!important}.pr-10{padding-right:10px!important}.pr-15{padding-right:15px!important}.pr-20{padding-right:20px!important}.pr-25{padding-right:25px!important}.pr-30{padding-right:30px!important}.pr-35{padding-right:35px!important}.pr-40{padding-right:40px!important}.pr-45{padding-right:45px!important}.pr-50{padding-right:50px!important}.pr-55{padding-right:55px!important}.pr-60{padding-right:60px!important}.pr-65{padding-right:65px!important}.pr-70{padding-right:70px!important}.pr-75{padding-right:75px!important}.pr-80{padding-right:80px!important}.pr-85{padding-right:85px!important}.pr-90{padding-right:90px!important}.pr-95{padding-right:95px!important}.pr-100{padding-right:100px!important}.pr-105{padding-right:105px!important}.pr-110{padding-right:110px!important}.pr-115{padding-right:115px!important}.pr-120{padding-right:120px!important}.pr-125{padding-right:125px!important}.pr-130{padding-right:130px!important}.pr-135{padding-right:135px!important}.pr-140{padding-right:140px!important}.pr-145{padding-right:145px!important}.pr-150{padding-right:150px!important}.pr-155{padding-right:155px!important}.pr-160{padding-right:160px!important}.pr-165{padding-right:165px!important}.pr-170{padding-right:170px!important}.pr-175{padding-right:175px!important}.pr-180{padding-right:180px!important}.pr-185{padding-right:185px!important}.pr-190{padding-right:190px!important}.pr-195{padding-right:195px!important}.pr-200{padding-right:200px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mt-20{margin-top:20px!important}.mt-25{margin-top:25px!important}.mt-30{margin-top:30px!important}.mt-35{margin-top:35px!important}.mt-40{margin-top:40px!important}.mt-45{margin-top:45px!important}.mt-50{margin-top:50px!important}.mt-55{margin-top:55px!important}.mt-60{margin-top:60px!important}.mt-65{margin-top:65px!important}.mt-70{margin-top:70px!important}.mt-75{margin-top:75px!important}.mt-80{margin-top:80px!important}.mt-85{margin-top:85px!important}.mt-90{margin-top:90px!important}.mt-95{margin-top:95px!important}.mt-100{margin-top:100px!important}.mt-105{margin-top:105px!important}.mt-110{margin-top:110px!important}.mt-115{margin-top:115px!important}.mt-120{margin-top:120px!important}.mt-125{margin-top:125px!important}.mt-130{margin-top:130px!important}.mt-135{margin-top:135px!important}.mt-140{margin-top:140px!important}.mt-145{margin-top:145px!important}.mt-150{margin-top:150px!important}.mt-155{margin-top:155px!important}.mt-160{margin-top:160px!important}.mt-165{margin-top:165px!important}.mt-170{margin-top:170px!important}.mt-175{margin-top:175px!important}.mt-180{margin-top:180px!important}.mt-185{margin-top:185px!important}.mt-190{margin-top:190px!important}.mt-195{margin-top:195px!important}.mt-200{margin-top:200px!important}.mt--100{margin-top:-100px}.mt--150{margin-top:-150px}.mt--200{margin-top:-200px}.mb-10{margin-bottom:10px!important}.mb-15{margin-bottom:15px!important}.mb-20{margin-bottom:20px!important}.mb-25{margin-bottom:25px!important}.mb-30{margin-bottom:30px!important}.mb-35{margin-bottom:35px!important}.mb-40{margin-bottom:40px!important}.mb-45{margin-bottom:45px!important}.mb-50{margin-bottom:50px!important}.mb-55{margin-bottom:55px!important}.mb-60{margin-bottom:60px!important}.mb-65{margin-bottom:65px!important}.mb-70{margin-bottom:70px!important}.mb-75{margin-bottom:75px!important}.mb-80{margin-bottom:80px!important}.mb-85{margin-bottom:85px!important}.mb-90{margin-bottom:90px!important}.mb-95{margin-bottom:95px!important}.mb-100{margin-bottom:100px!important}.mb-105{margin-bottom:105px!important}.mb-110{margin-bottom:110px!important}.mb-115{margin-bottom:115px!important}.mb-120{margin-bottom:120px!important}.mb-125{margin-bottom:125px!important}.mb-130{margin-bottom:130px!important}.mb-135{margin-bottom:135px!important}.mb-140{margin-bottom:140px!important}.mb-145{margin-bottom:145px!important}.mb-150{margin-bottom:150px!important}.mb-155{margin-bottom:155px!important}.mb-160{margin-bottom:160px!important}.mb-165{margin-bottom:165px!important}.mb-170{margin-bottom:170px!important}.mb-175{margin-bottom:175px!important}.mb-180{margin-bottom:180px!important}.mb-185{margin-bottom:185px!important}.mb-190{margin-bottom:190px!important}.mb-195{margin-bottom:195px!important}.mb-200{margin-bottom:200px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.ml-20{margin-left:20px!important}.ml-25{margin-left:25px!important}.ml-30{margin-left:30px!important}.ml-35{margin-left:35px!important}.ml-40{margin-left:40px!important}.ml-45{margin-left:45px!important}.ml-50{margin-left:50px!important}.ml-55{margin-left:55px!important}.ml-60{margin-left:60px!important}.ml-65{margin-left:65px!important}.ml-70{margin-left:70px!important}.ml-75{margin-left:75px!important}.ml-80{margin-left:80px!important}.ml-85{margin-left:85px!important}.ml-90{margin-left:90px!important}.ml-95{margin-left:95px!important}.ml-100{margin-left:100px!important}.ml-105{margin-left:105px!important}.ml-110{margin-left:110px!important}.ml-115{margin-left:115px!important}.ml-120{margin-left:120px!important}.ml-125{margin-left:125px!important}.ml-130{margin-left:130px!important}.ml-135{margin-left:135px!important}.ml-140{margin-left:140px!important}.ml-145{margin-left:145px!important}.ml-150{margin-left:150px!important}.ml-155{margin-left:155px!important}.ml-160{margin-left:160px!important}.ml-165{margin-left:165px!important}.ml-170{margin-left:170px!important}.ml-175{margin-left:175px!important}.ml-180{margin-left:180px!important}.ml-185{margin-left:185px!important}.ml-190{margin-left:190px!important}.ml-195{margin-left:195px!important}.ml-200{margin-left:200px!important}.mr-10{margin-right:10px!important}.mr-15{margin-right:15px!important}.mr-20{margin-right:20px!important}.mr-25{margin-right:25px!important}.mr-30{margin-right:30px!important}.mr-35{margin-right:35px!important}.mr-40{margin-right:40px!important}.mr-45{margin-right:45px!important}.mr-50{margin-right:50px!important}.mr-55{margin-right:55px!important}.mr-60{margin-right:60px!important}.mr-65{margin-right:65px!important}.mr-70{margin-right:70px!important}.mr-75{margin-right:75px!important}.mr-80{margin-right:80px!important}.mr-85{margin-right:85px!important}.mr-90{margin-right:90px!important}.mr-95{margin-right:95px!important}.mr-100{margin-right:100px!important}.mr-105{margin-right:105px!important}.mr-110{margin-right:110px!important}.mr-115{margin-right:115px!important}.mr-120{margin-right:120px!important}.mr-125{margin-right:125px!important}.mr-130{margin-right:130px!important}.mr-135{margin-right:135px!important}.mr-140{margin-right:140px!important}.mr-145{margin-right:145px!important}.mr-150{margin-right:150px!important}.mr-155{margin-right:155px!important}.mr-160{margin-right:160px!important}.mr-165{margin-right:165px!important}.mr-170{margin-right:170px!important}.mr-175{margin-right:175px!important}.mr-180{margin-right:180px!important}.mr-185{margin-right:185px!important}.mr-190{margin-right:190px!important}.mr-195{margin-right:195px!important}.mr-200{margin-right:200px!important}@media (max-width:991px){.md-pt-180{padding-top:180px!important}.md-pt-170{padding-top:170px!important}.md-pt-160{padding-top:160px!important}.md-pt-150{padding-top:150px!important}.md-pt-140{padding-top:140px!important}.md-pt-130{padding-top:130px!important}.md-pt-120{padding-top:120px!important}.md-pt-110{padding-top:110px!important}.md-pt-100{padding-top:100px!important}.md-pt-90{padding-top:90px!important}.md-pt-80{padding-top:80px!important}.md-pt-70{padding-top:70px!important}.md-pt-60{padding-top:60px!important}.md-pt-50{padding-top:50px!important}.md-pt-40{padding-top:40px!important}.md-pt-30{padding-top:30px!important}.md-pt-20{padding-top:20px!important}.md-pt-10{padding-top:10px!important}.md-pb-180{padding-bottom:180px!important}.md-pb-170{padding-bottom:170px!important}.md-pb-160{padding-bottom:160px!important}.md-pb-150{padding-bottom:150px!important}.md-pb-140{padding-bottom:140px!important}.md-pb-130{padding-bottom:130px!important}.md-pb-120{padding-bottom:120px!important}.md-pb-110{padding-bottom:110px!important}.md-pb-100{padding-bottom:100px!important}.md-pb-90{padding-bottom:90px!important}.md-pb-80{padding-bottom:80px!important}.md-pb-70{padding-bottom:70px!important}.md-pb-60{padding-bottom:60px!important}.md-pb-50{padding-bottom:50px!important}.md-pb-40{padding-bottom:40px!important}.md-pb-30{padding-bottom:30px!important}.md-pb-20{padding-bottom:20px!important}.md-pb-10{padding-bottom:10px!important}.md-mt .md-mt--110{margin-top:-110px}.md-mt .md-mt--120{margin-top:-120px}.md-mt .md-mt--130{margin-top:-130px}.md-mt .md-mt--140{margin-top:-140px}.md-mt .md-mt--150{margin-top:-150px}}.fw_1{font-weight:100!important}.fw_2{font-weight:200!important}.fw_3{font-weight:300!important}.fw_4{font-weight:400!important}.fw_5{font-weight:500!important}.fw_6{font-weight:600!important}.fw_7{font-weight:700!important}.fw_8{font-weight:800!important}.fw_9{font-weight:900!important}.fw_bold{font-weight:700!important}.line_height{line-height:normal!important}.primary-color{color:var(--primary-color)!important}.white-color{color:var(--white-color)!important}.black-color{color:var(--black-color)!important}.text-color{color:var(--text-color)!important}.primary-bg{background-color:var(--primary-color)!important}.background-one{background-color:var(--background-one)!important}.background-two{background-color:var(--background-two)!important}.extra-color{background-color:var(--extra-color)}.extra-color-one{background-color:var(--extra-color-one)}.extra-color-two{background-color:var(--extra-color-two)}.extra-color-three{background-color:var(--extra-color-three)}.fa-star{color:var(--text-color)}.fa-star.active{color:#ffb03b}.grid-2{grid-gap:3rem;grid-template-columns:repeat(2,1fr);display:grid}@media (max-width:767px){.grid-2{grid-template-columns:1fr}}.grid-3{grid-gap:3rem;grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:767px){.grid-3{grid-template-columns:1fr}}.grid-4{grid-gap:3rem;grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:767px){.grid-4{grid-template-columns:2fr}}@media (max-width:567px){.grid-4{grid-template-columns:1fr}}.grid-5{grid-gap:3rem;grid-template-columns:repeat(5,1fr);display:grid}@media (max-width:767px){.grid-5{grid-template-columns:repeat(1,1fr)}}.grid-6{grid-gap:3rem;grid-template-columns:repeat(6,1fr);display:grid}@media (max-width:767px){.grid-6{grid-template-columns:repeat(2,1fr)}}@media (max-width:567px){.grid-6{grid-template-columns:1fr}}.image-anime:after{content:"";z-index:1;background:linear-gradient(90deg,#fff0 0%,#ffffff4d 100%);width:50%;height:100%;display:block;position:absolute;top:0;left:-85%;transform:skew(-25deg)}.image-anime:hover:after{animation:.85s imageanime}.footer{position:relative}.footer .footer-social-icon .social-list{display:-webkit-flex;display:-moz-flex;gap:10px;display:flex}.footer .footer-social-icon .social-list a{color:var(--white-color);border:1px solid var(--white-color);border-radius:var(--border-radius-three);width:42px;height:42px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;margin-bottom:0;font-size:14px;display:flex}.footer .footer-social-icon .social-list a:hover{background-color:var(--white-color);color:var(--black-color)}.footer .footer-top .footer-contact-info{display:-webkit-flex;display:-moz-flex;z-index:1;align-items:center;display:flex;position:relative}@media (max-width:991px){.footer .footer-top .footer-contact-info{margin-top:30px}}.footer .footer-top .footer-contact-info .footer-contact-icon{text-align:center;background-color:var(--primary-color);width:60px;height:60px;color:var(--white-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;font-size:22px;font-weight:600;display:flex;position:relative}.footer .footer-top .footer-contact-info .footer-contact-icon:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.footer .footer-top .footer-contact-info .footer-contact-icon i{z-index:2;width:28px;height:28px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;display:flex;position:relative}.footer .footer-top .footer-contact-info .footer-contact-content{color:var(--white-color);margin-left:20px;font-size:18px;font-weight:600}@media (max-width:991px){.footer .footer-top .footer-contact-info .footer-contact-content{font-size:18px}}.footer .footer-top .footer-contact-info .footer-contact-content span{margin-bottom:5px;font-size:14px;font-weight:400;display:block}.footer .footer-top .footer-contact-info:hover .footer-contact-icon:before{opacity:1;transform:scale(1.02)}.footer .footer-bottom .footer-widget-wrap .footer-widget-title{color:var(--white-color);margin-bottom:30px;padding-bottom:15px;font-size:20px;display:inline-block;position:relative}@media (max-width:991px){.footer .footer-bottom .footer-widget-wrap .footer-widget-title{margin-bottom:20px;padding-bottom:10px}}.footer .footer-bottom .footer-widget-wrap .footer-widget-title:after{content:"";background-color:var(--white-color);-o-transition:.5s;width:30px;height:2px;transition:all .5s;position:absolute;bottom:0;left:0}.footer .footer-bottom .footer-widget-wrap .widget-link .link li{margin-bottom:10px}.footer .footer-bottom .footer-widget-wrap .widget-link .link li:last-child{margin-bottom:0}.footer .footer-bottom .footer-widget-wrap .widget-link .link li a{color:var(--white-color);transition:var(--transition);margin-left:-16px;position:relative}.footer .footer-bottom .footer-widget-wrap .widget-link .link li a i{opacity:0;color:var(--white-color);margin-right:5px;font-size:12px;transition-duration:.8s}.footer .footer-bottom .footer-widget-wrap .widget-link .link li a:hover{margin-left:0}.footer .footer-bottom .footer-widget-wrap .widget-link .link li a:hover i{opacity:1;margin-left:0}.footer .footer-bottom .footer-widget-wrap .contact-info li p{color:var(--white-color);padding-left:40px}.footer .footer-bottom .footer-widget-wrap .contact-info li p i{color:var(--white-color);width:24px;height:24px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;display:flex;position:absolute;left:0}.footer .footer-bottom .footer-widget-wrap .footer-widget-about p{color:var(--white-color);margin-bottom:30px}.footer .footer-bottom .footer-widget-wrap .widget-subscribe form{position:relative}.footer .footer-bottom .footer-widget-wrap .widget-subscribe form input{border-radius:var(--border-radius-one);border:none;font-weight:400}.footer .footer-bottom .footer-widget-wrap .widget-subscribe form button{border-radius:var(--border-radius-one);height:80%;margin:auto;padding:5px 15px;position:absolute;top:0;bottom:0;right:5px}.footer .footer-bottom .footer-widget-wrap .footer-widget-opening-hours .widget-opening-hours .opening-list li{display:-webkit-flex;display:-moz-flex;align-items:center;margin-bottom:14px;display:flex;position:relative}.footer .footer-bottom .footer-widget-wrap .footer-widget-opening-hours .widget-opening-hours .opening-list li:last-child{margin-bottom:0}.footer .footer-bottom .footer-widget-wrap .footer-widget-opening-hours .widget-opening-hours .opening-list li p{color:var(--white-color);margin-bottom:0}.footer .footer-bottom .footer-widget-wrap .footer-widget-opening-hours .widget-opening-hours .opening-list li p .time{font-weight:600}.footer .footer-copyright .footer-copyright-wrap{background-color:var(--extra-color-six);border-radius:20px 20px 0 0;padding:15px 25px 30px}@media (max-width:767px){.footer .footer-copyright .footer-copyright-wrap{padding-bottom:25px;padding-left:15px;padding-right:15px}}.footer .footer-copyright .footer-copyright-wrap .copyright-text{margin-top:10px}.footer .footer-copyright .footer-copyright-wrap .copyright-text p{color:var(--white-color)}.footer .footer-copyright .footer-copyright-wrap .footer-payment{text-align:right;color:var(--white-color);margin-top:15px}@media (max-width:991px){.footer .footer-copyright .footer-copyright-wrap .footer-payment{text-align:start}}.footer .footer-copyright .footer-copyright-wrap .footer-payment span{margin-right:10px}.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav{flex-wrap:wrap;margin-top:15px;display:inline-flex}.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li{margin-left:20px;padding-left:20px;display:inline-block;position:relative}@media (max-width:991px){.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li{font-size:15px}}@media (max-width:767px){.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li{margin-left:8px;padding-left:8px}}.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li:first-child{margin-left:0;padding-left:0}.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li:not(:first-child):before{content:"";background:var(--white-color);width:1px;height:15px;display:block;position:absolute;top:5px;left:0}.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li a{color:var(--white-color);-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li a:hover{color:var(--primary-color)}.footer-1{background-repeat:no-repeat;background-size:auto;background-color:var(--footer-color);z-index:1}.footer-1 .background-image{z-index:-1;width:100%;height:100%;position:absolute;top:0}.footer-1 .background-image img{object-fit:cover;margin:auto;position:absolute;top:0;bottom:0}.footer-1 .footer-top{padding-top:80px;padding-bottom:50px}@media (max-width:991px){.footer-1 .footer-top{padding-bottom:30px}}.footer-1 .footer-bottom .footer-widget-wrap{border-top:1px solid #ffffff17;padding-top:50px}.footer-1 .footer-bottom .footer-widget-wrap .footer-widget{margin-bottom:60px}@media (max-width:991px){.footer-1 .footer-bottom .footer-widget-wrap .footer-widget{margin-bottom:50px}}@media (max-width:576px){.footer-1 .footer-bottom .footer-widget-wrap .footer-widget{margin-bottom:30px}}.footer-1 .footer-bottom .footer-widget-wrap .footer-widget-about{margin-right:70px}@media (max-width:991px){.footer-1 .footer-bottom .footer-widget-wrap .footer-widget-about{margin-right:0}}.footer-1 .footer-bottom .footer-widget-wrap .footer-widget-about .footer-social-icon .social-icon a{width:42px;height:42px;color:var(--black-color);line-height:42px}.footer-1 .footer-bottom .footer-widget-wrap .footer-widget-about .footer-social-icon .social-icon a:before{background:var(--primary-color)}.footer-1 .footer-bottom .footer-widget-wrap .footer-widget-about .footer-social-icon .social-icon a:hover{color:var(--white-color)}.footer-2{background-color:var(--footer-color);padding-top:80px}@media (max-width:767px){.footer-2{padding-top:50px}}.footer-2 .footer-bottom .footer-widget-wrap .footer-widget{margin-bottom:80px}@media (max-width:767px){.footer-2 .footer-bottom .footer-widget-wrap .footer-widget{margin-bottom:50px}}.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-about .footer-social-icon .social-icon a{background-color:var(--white-color);color:var(--black-color);width:42px;height:42px;line-height:42px}.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-about .footer-social-icon .social-icon a:before{background:var(--primary-color)}.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-about .footer-social-icon .social-icon a:hover{color:var(--white-color)}.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-quick-links{margin-left:80px}@media (max-width:991px){.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-quick-links{margin-left:0}}.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-services{margin-left:30px}@media (max-width:991px){.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-services{margin-left:0}}.footer-2 .footer-copyright .footer-copyright-wrap{border-radius:0 20px 0 0;margin-left:calc(50% - 50vw);padding-left:calc(50vw - 50%)}.footer-3{background-repeat:no-repeat;background-size:auto;background-color:var(--footer-color);z-index:1}.footer-3 .background-image{z-index:-1;opacity:.02;width:100%;height:100%;position:absolute;bottom:0;right:0}.footer-3 .background-image img{object-fit:cover;width:100%;height:100%;position:absolute;bottom:0;left:0}.footer-3 .footer-top{margin-bottom:80px;padding-top:80px}.footer-3 .footer-top .footer-top-wrap{border-radius:var(--border-radius-three);padding:30px}@media (max-width:1199px){.footer-3 .footer-top .footer-top-wrap{border-radius:20px;padding:20px}}.footer-3 .footer-top .footer-top-wrap{background-color:#ffffff21}@media (max-width:991px){.footer-3 .footer-top .footer-top-wrap{border-radius:25px;padding:20px}.footer-3 .footer-top .footer-top-wrap .footer-social-icon{margin-bottom:30px}.footer-3 .footer-top .footer-top-wrap .footer-social-icon .social-icon{-moz-justify-content:center;justify-content:center}}.footer-3 .footer-top .footer-top-wrap .footer-social-icon .social-icon a{background-color:var(--white-color);color:var(--black-color)}.footer-3 .footer-top .footer-top-wrap .footer-social-icon .social-icon a:before{background-color:var(--primary-color)}.footer-3 .footer-top .footer-top-wrap .footer-social-icon .social-icon a:hover{color:var(--white-color)}.footer-3 .footer-top .footer-top-wrap .widget-subscribe{display:-webkit-flex;display:-moz-flex;-moz-justify-content:flex-end;justify-content:flex-end;align-items:center;gap:25px;display:flex}@media (max-width:576px){.footer-3 .footer-top .footer-top-wrap .widget-subscribe{-moz-flex-direction:column;flex-direction:column;gap:10px}}.footer-3 .footer-top .footer-top-wrap .widget-subscribe .footer-widget-title{font-size:20px;font-family:var(--body-fonts);color:var(--white-color);margin-bottom:0}.footer-3 .footer-top .footer-top-wrap .widget-subscribe form{width:100%;position:relative}.footer-3 .footer-top .footer-top-wrap .widget-subscribe form .form-group{margin-bottom:0}.footer-3 .footer-top .footer-top-wrap .widget-subscribe form .form-group input{border:none;width:100%;font-weight:400}.footer-3 .footer-top .footer-top-wrap .widget-subscribe form button{height:75%;margin:auto;position:absolute;top:0;bottom:0;right:10px}.footer-3 .footer-bottom .footer-widget-wrap .footer-widget{margin-bottom:80px}@media (max-width:576px){.footer-3 .footer-bottom .footer-widget-wrap .footer-widget{margin-bottom:50px}}.footer-3 .footer-bottom .footer-widget-wrap .footer-widget-quick-links{margin-left:100px}@media (max-width:1366px){.footer-3 .footer-bottom .footer-widget-wrap .footer-widget-quick-links{margin-left:80px}}@media (max-width:991px){.footer-3 .footer-bottom .footer-widget-wrap .footer-widget-quick-links{margin-left:0}}.footer-3 .footer-bottom .footer-widget-wrap .footer-widget-services{margin-left:30px}@media (max-width:991px){.footer-3 .footer-bottom .footer-widget-wrap .footer-widget-services{margin-left:0}}@media (max-width:1400px){.header .container{max-width:100%;padding-left:15px;padding-right:15px}}.header .header-top{position:relative}@media (max-width:1199px){.header .header-lower{padding:15px 0}}.header .header-lower .header-content .header-navigation .main-menu{position:relative}@media (max-width:1199px){.header .header-lower .header-content .header-navigation .main-menu{display:none}}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse{float:left;padding:0;display:block!important}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation{display:-webkit-flex;display:-moz-flex;gap:42px;margin:0;display:flex}@media (max-width:1400px){.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation{gap:32px}}@media (max-width:1299px){.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation{gap:20px}}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li>a{letter-spacing:.2px;color:var(--black-color);padding:25px 0;font-size:16px;font-weight:500;display:block;position:relative}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li>.submenu{opacity:0;visibility:hidden;background-color:var(--white-color);z-index:3;transform-origin:top;-o-transition:all .3s ease;-ms-box-shadow:0 0 10px #0000001a;-o-box-shadow:0 0 10px #0000001a;border-radius:15px;width:15rem;transition:all .3s;position:absolute;transform:perspective(300px)scaleY(0)translateZ(30px);box-shadow:0 0 10px #0000001a}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li>.submenu li{border-bottom:1px dashed var(--border-color-one)}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li>.submenu li:last-child{border-bottom:none}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li>.submenu li a{letter-spacing:.2px;color:var(--black-color);-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);padding:10px 12px;font-size:16px;line-height:30px;display:block;position:relative}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li>.submenu li a:before{content:"";background-color:var(--primary-color);width:0;height:2px;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);position:absolute;top:50%;left:20px;transform:translateY(-50%)}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li>.submenu li a:hover{color:var(--primary-color);padding:10px 12px 10px 50px}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li>.submenu li a:hover:before{width:20px}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li>.submenu li a i{position:absolute;top:0;bottom:0;right:0;transform:rotate(-90deg)}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li>.submenu li.dropdown .submenu{opacity:0;visibility:hidden;background-color:var(--white-color);transform-origin:top;-o-transition:all .3s ease;-ms-box-shadow:0 0 10px #0000001a;-o-box-shadow:0 0 10px #0000001a;border-radius:15px;width:15rem;transition:all .3s;position:absolute;top:0;left:100%;transform:scaleY(0);box-shadow:0 0 10px #0000001a}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li>.submenu li:hover.dropdown .submenu{opacity:1;visibility:visible;transform:scaleY(1)}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li .dropdown-btn{display:none}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li:hover>a{color:var(--primary-color)}.header .header-lower .header-content .header-navigation .main-menu .navbar-collapse .navigation>li:hover>.submenu{opacity:1;visibility:visible;transform:perspective(300px)scaleY(1)translateZ(0)}@media (max-width:767px){.header .header-lower .header-content .header-right .header-button{display:none}}@media (max-width:1199px){.header .header-lower .header-content .header-right .header-cart,.header .header-lower .header-content .header-right .header-call{display:none}}.header .header-lower.sticky{z-index:99;background-color:var(--white-color);-ms-box-shadow:0 2px 28px 0 #00000017;-o-box-shadow:0 2px 28px 0 #00000017;border-bottom:none;animation:.5s ease-in-out fadeInDown;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 28px #00000017}.header .header-contact-info ul{display:-webkit-flex;display:-moz-flex;gap:5px;display:flex}.header .header-contact-info ul li{margin-right:25px;position:relative}.header .header-contact-info ul li:before{content:"";background:#ffffff4d;width:1px;height:20px;margin:auto;position:absolute;top:0;bottom:0;right:-15px}.header .header-contact-info ul li:last-child:before{display:none}.header .header-contact-info ul li p{color:var(--black-color);display:-webkit-flex;display:-moz-flex;align-items:center;margin-bottom:0;font-size:16px;display:flex}.header .header-contact-info ul li p i{color:var(--primary-color);width:24px;height:24px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;margin-right:5px;display:flex}.header .header-coupon{display:-webkit-flex;display:-moz-flex;align-items:center;gap:10px;display:flex}.header .header-coupon .header-coupon-icon{color:var(--primary-color)}.header .header-coupon .header-coupon-content p{color:var(--black-color);margin-bottom:0}.header .header-top-right{display:-webkit-flex;display:-moz-flex;align-items:center;gap:20px;display:flex}@media (max-width:1400px){.header .header-search form{width:200px}}.header .header-search form .form-group input{background:var(--white-color);height:52px;min-height:52px;padding-right:50px}.header .header-search form .form-group label{padding:.75rem}.header .header-search form .form-group button{background:0 0;width:52px;height:100%;position:absolute;top:0;bottom:0;right:0}.header .header-cart a{background:var(--extra-color);color:var(--black-color);display:-webkit-flex;display:-moz-flex;border-radius:var(--border-radius-one);border:1px solid var(--border-color-one);text-transform:capitalize;align-items:center;gap:10px;height:52px;padding:0 15px;display:flex;position:relative}.header .header-cart a i{width:24px;height:24px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;font-size:18px;display:flex}.header .header-cart a span{background-color:var(--primary-color);color:var(--white-color);width:16px;height:16px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100px;justify-content:center;align-items:center;font-size:9px;line-height:10px;display:flex;position:absolute;top:8px;right:10px}.header .header-sidebar .sidebar-toggler{background-color:var(--extra-color);border-radius:var(--border-radius-one);border:1px solid var(--border-color-one);width:52px;height:52px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-moz-flex-direction:column;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.header .header-sidebar .sidebar-toggler:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.header .header-sidebar .sidebar-toggler span{z-index:1;opacity:1;background-color:var(--black-color);height:2px;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);border-radius:1px;margin:3px 0;display:block;position:relative}.header .header-sidebar .sidebar-toggler span:first-child{width:16px;margin-left:5px}.header .header-sidebar .sidebar-toggler span:nth-child(2){width:16px;margin-right:5px}.header .header-sidebar .sidebar-toggler span:nth-child(3){width:16px;margin-left:5px}.header .header-sidebar .sidebar-toggler:hover:before{opacity:1;transform:scale(1)}.header .header-sidebar .sidebar-toggler:hover span{background-color:var(--white-color)}.header .header-sidebar .sidebar-toggler:hover span:first-child{margin-left:0;margin-right:5px}.header .header-sidebar .sidebar-toggler:hover span:nth-child(2){margin-right:0}.header .header-sidebar .sidebar-toggler:hover span:nth-child(3){margin-left:0;margin-right:5px}.header .header-login a{color:var(--black-color)}.header .header-login a:hover{color:var(--primary-color)}.header .header-social-icon ul{display:-webkit-flex;display:-moz-flex;gap:10px;display:flex}.header .header-social-icon ul li a{background-color:var(--extra-color);border:1px solid var(--border-color-one);color:var(--black-color);width:42px;height:42px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100px;justify-content:center;align-items:center;font-size:16px;display:flex;position:relative}.header .header-social-icon ul li a:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.header .header-social-icon ul li a:hover{color:var(--white-color)}.header .header-social-icon ul li a:hover:before{opacity:1;transform:scale(1.02)}.header .header-social-icon ul li a i{z-index:2;position:relative}.header .header-call{display:-webkit-flex;display:-moz-flex;z-index:1;align-items:center;display:flex;position:relative}.header .header-call .header-call-icon{text-align:center;width:46px;height:46px;color:var(--white-color);background-color:var(--primary-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;font-size:16px;animation:2s infinite spineer3;display:flex}.header .header-call .header-call-content{color:var(--black-color);margin-left:20px;font-size:20px}.header .header-call .header-call-content span{color:var(--text-color);font-size:14px;display:block}.header .logo-box .logo{display:-webkit-flex;display:-moz-flex;align-items:center;display:flex}.header-1{z-index:8;width:100%;position:absolute;top:0}.header-1 .header-top{padding:10px 30px}@media (max-width:1400px){.header-1 .header-top{padding:10px 0}}.header-1 .header-lower{z-index:9;background-color:var(--white-color);border-radius:20px 0 0 80px;width:calc(100% - 50px);margin-left:50px;padding-left:10px;padding-right:30px;position:relative}@media (max-width:1400px){.header-1 .header-lower{border-radius:20px 0 0 50px;width:calc(100% - 10px);margin-left:10px;padding-left:0;padding-right:0}}@media (max-width:1299px){.header-1 .header-lower{border-radius:0;width:100%;margin-left:0}}.header-1 .header-lower.sticky{border-radius:0;width:100%;margin-left:0}.header-2{z-index:8;width:100%;position:absolute;top:0}@media (max-width:1199px){.header-2{margin-top:15px}}.header-2 .header-top{background-color:var(--white-color);border-bottom:1px solid var(--border-color-one);padding:10px 40px}@media (max-width:1400px){.header-2 .header-top{padding:10px 0}}.header-2 .header-top .header-search form{width:460px}@media (max-width:1400px){.header-2 .header-top .header-search form{width:320px}}.header-2 .header-lower{z-index:9;background-color:var(--white-color);width:100%;padding:0 40px;position:relative}@media (max-width:1400px){.header-2 .header-lower{padding:0}}.header-2 .header-lower .header-content .logo-box{display:none}@media (max-width:1199px){.header-2 .header-lower .header-content .logo-box{display:block}}.header-2 .header-lower .header-content .header-navigation .main-menu ul li.menu-thumb .has-homemenu{left:0}.header-2 .header-lower.sticky{border-radius:0;width:100%;margin-left:0;padding-left:10px;padding-right:10px}@media (max-width:1199px){.header-2 .header-lower.sticky{padding:10px 0}}.header-2 .header-lower.sticky .header-content .logo-box{display:block}.header-3{z-index:8;width:100%;position:absolute;top:0}.header-3 .header-top{background-color:var(--white-color);padding:10px 30px}@media (max-width:1400px){.header-3 .header-top{padding:10px 0}}.header-3 .header-lower{padding:10px 30px}@media (max-width:1400px){.header-3 .header-lower{padding:10px 0}}.header-3 .header-lower .header-content{background:var(--white-color);border-radius:5px;padding:0 15px}@media (max-width:1199px){.header-3 .header-lower .header-content{padding:15px}}.header-3 .header-lower .header-content .main-menu ul{margin-bottom:0}@media (max-width:1399px){.header-3 .header-lower .header-content .main-menu ul li{margin-inline-end:12px}}.header-3 .header-lower .header-content .header-right .header-sidebar{display:none}@media (max-width:1199px){.header-3 .header-lower .header-content .header-right .header-sidebar{display:block}}.header-3 .header-lower.sticky{border-radius:0;width:100%;margin-left:0;padding:0}@media (max-width:1199px){.header-3 .header-lower.sticky{padding-top:10px;padding-bottom:10px}}.header-3 .header-lower.sticky .header-content{padding:0 10px}@media (max-width:1199px){.header-3 .header-lower.sticky .header-content{padding:0}}.main-menu ul{margin-bottom:0}.main-menu ul li{margin-inline-end:45px;list-style:none;display:inline-block;position:relative}@media (max-width:1899px){.main-menu ul li{margin-inline-end:35px}}@media (max-width:1600px){.main-menu ul li{margin-inline-end:30px}}@media (max-width:1399px){.main-menu ul li{margin-inline-end:25px}}.main-menu ul li:last-child{margin-inline-end:0}.main-menu ul li a{color:var(--black-color);text-align:left;text-transform:capitalize;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);padding:25px 0;font-size:16px;font-weight:500;display:inline-block;position:relative}.main-menu ul li a i{margin-left:5px}.main-menu ul li a:hover{color:var(--primary-color)!important}.main-menu ul li .submenu{top:100%;background:var(--white-color);z-index:99999;visibility:hidden;opacity:0;min-width:250px;color:var(--primary-color);-ms-box-shadow:0 0 40px 0 #0b0d1114;-o-box-shadow:0 0 40px 0 #0b0d1114;transform-origin:top;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);padding:30px;position:absolute;inset-inline-start:0;transform:translateY(10px);box-shadow:0 0 40px #0b0d1114}.main-menu ul li .submenu li{width:100%;margin:0;padding:0;display:block}.main-menu ul li .submenu li:not(:last-child){padding-bottom:15px}.main-menu ul li .submenu li a{z-index:11;color:var(--black-color);text-transform:capitalize;width:100%;display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;align-items:center;padding:0;font-size:16px;font-weight:500;display:flex;position:relative}.main-menu ul li .submenu li a:before{content:"";background-color:var(--primary-color);width:0;height:1px;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);position:absolute;inset:50% auto auto 0;transform:translateY(-50%)}.main-menu ul li .submenu li a:hover{padding-left:20px;color:var(--primary-color)!important}.main-menu ul li .submenu li a:hover:before{width:10px}.main-menu ul li .submenu li:last-child a{border:none}.main-menu ul li .submenu li .submenu{inset-inline-start:113%;visibility:hidden;opacity:0;top:0}.main-menu ul li .submenu li:hover>a{color:var(--primary-color)!important}.main-menu ul li .submenu li:hover>a:after{color:var(--primary-color)}.main-menu ul li .submenu li:hover>.submenu{visibility:visible;opacity:1;transform:translateY(1px)}.main-menu ul li .has-homemenu{opacity:0;visibility:hidden;width:1000px;display:-webkit-flex;display:-moz-flex;background:var(--white-color);z-index:99999;opacity:0;color:var(--primary-color);-ms-box-shadow:0 0 40px 0 #0b0d1114;-o-box-shadow:0 0 40px 0 #0b0d1114;transform-origin:top;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);padding:30px;display:flex;position:absolute;top:100%;left:-150px;transform:translateY(10px);box-shadow:0 0 40px #0b0d1114}.main-menu ul li .has-homemenu li{width:33.33%}.main-menu ul li .has-homemenu li a{text-align:center;-moz-flex-direction:column;-o-transition:all .15s linear;flex-direction:column;padding:0;transition:all .15s linear}.main-menu ul li .has-homemenu li a:hover img{transform:translateY(-5px)}.main-menu ul li .has-homemenu li a img{border:1px solid var(--border-color-one);-o-transition:all .25s;border-radius:8px;margin-bottom:15px;transition:all .25s;overflow:hidden}.main-menu ul li:hover>a,.main-menu ul li:hover>a:after{color:var(--primary-color)}.main-menu ul li:hover>.submenu,.main-menu ul li:hover .has-homemenu{visibility:visible;opacity:1;transform:translateY(0)}.offcanvas .menu-outer{margin-bottom:50px;display:none}@media (max-width:1199px){.offcanvas .menu-outer,.offcanvas .menu-outer .navbar-collapse{display:block}}.offcanvas .menu-outer .navbar-collapse ul.navigation>li{border-bottom:1px solid #00000017;display:block}.offcanvas .menu-outer .navbar-collapse ul.navigation>li>a{width:100%;color:var(--black-color);padding:15px 0;font-size:16px;display:block;position:relative}.offcanvas .menu-outer .navbar-collapse ul.navigation>li>a i,.offcanvas .menu-outer .navbar-collapse ul.navigation>li ul.submenu{display:none}.offcanvas .menu-outer .navbar-collapse ul.navigation>li ul.submenu li{border-top:1px solid #00000017}.offcanvas .menu-outer .navbar-collapse ul.navigation>li ul.submenu li>a{color:var(--black-color);padding:15px 0 15px 20px;font-size:16px;display:block}.offcanvas .menu-outer .navbar-collapse ul.navigation>li ul.submenu li>a i,.offcanvas .menu-outer .navbar-collapse ul.navigation>li ul.submenu li ul.submenu{display:none}.offcanvas .menu-outer .navbar-collapse ul.navigation>li ul.submenu li ul.submenu li{border-top:1px solid #00000017}.offcanvas .menu-outer .navbar-collapse ul.navigation>li ul.submenu li ul.submenu li a{padding:15px 0 15px 35px}.offcanvas .menu-outer .navbar-collapse ul.navigation>li ul.submenu li ul.submenu li a i{display:none}.offcanvas .menu-outer .navbar-collapse ul.navigation>li .dropdown-btn{text-align:center;background-color:var(--extra-color);width:45px;height:45px;color:var(--black-color);z-index:5;cursor:pointer;border-radius:10px;margin:auto;font-size:14px;line-height:45px;position:absolute;top:5px;right:0}.offcanvas .menu-outer .navbar-collapse ul.navigation>li .dropdown-btn.open{background-color:var(--primary-color);color:var(--white-color)}.offcanvas .menu-outer .navbar-collapse ul.navigation>li .dropdown-btn.open i{transform:rotate(180deg)}.offcanvas .menu-outer .navbar-collapse ul.navigation>li .dropdown-btn i{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);transform:rotate(0)}.main-menu a,.sidebars .mobile-menu a,.offcanvas .menu-outer a{font-family:var(--title-fonts)!important}.sidebars .mobile-menu{float:left;background:0 0;width:100%;margin-top:0;margin-bottom:20px}.sidebars .mobile-menu>ul{width:100%;margin:0;padding:0;list-style-type:none;display:block!important}.sidebars .mobile-menu>ul li{position:relative}.sidebars .mobile-menu>ul li a{color:var(--black-color);text-transform:capitalize;border-top:1px solid var(--border-color-one);padding:15px 0;font-size:16px;font-weight:500;line-height:1.5;display:block}.sidebars .mobile-menu>ul li a:hover{color:var(--primary-color)}.sidebars .mobile-menu>ul li a:last-child{border-bottom:0}.sidebars .mobile-menu>ul li span.mean-expand.mean-expand{text-align:center;z-index:2;background-color:var(--extra-color);width:42px;height:42px;color:var(--black-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border:none;border-radius:10px;justify-content:center;align-items:center;margin:0;font-weight:700;display:flex;position:absolute;top:6px;right:0;padding:0!important}.sidebars .mobile-menu>ul li span.mean-expand.mean-expand i{display:inline-block}.sidebars .mobile-menu>ul li span.mean-expand:last-child{border-bottom:0}.sidebars .mobile-menu>ul li .submenu li a{padding:15px 0 15px 25px}.sidebars .mobile-menu>ul li .submenu li .submenu li a{padding:15px 0 15px 50px}.sidebars .mobile-menu>ul li>a>i{display:none}.sidebars .mobile-menu>ul li.menu-thumb .has-homemenu li a{padding-left:20px}.sidebars .mobile-menu>ul li.menu-thumb .has-homemenu li a img{display:none}.sidebars .mobile-menu>ul>li:first-child>a{border-top:0}.about-section-1 .about-image{position:relative}@media (max-width:767px){.about-section-1 .about-image .about-img-1{margin-bottom:40px}}.about-section-1 .about-image .about-img-1 figure img{border-radius:var(--border-radius-three)}@media (max-width:1199px){.about-section-1 .about-image .about-img-1 figure img{border-radius:20px}}.about-section-1 .about-image .about-img-1 figure img{object-fit:cover}.about-section-1 .about-image .about-img-2{z-index:1;margin-top:-180px;position:relative}@media (max-width:991px){.about-section-1 .about-image .about-img-2{max-width:55%;margin:40px auto 0}}@media (max-width:767px){.about-section-1 .about-image .about-img-2{max-width:100%}}.about-section-1 .about-image .about-img-2 figure{width:100%;display:block}.about-section-1 .about-image .about-img-2 figure img{object-fit:cover;border-radius:var(--border-radius-three);width:100%}@media (max-width:1199px){.about-section-1 .about-image .about-img-2 figure img{border-radius:20px}}.about-section-1 .about-content{margin-right:30px}@media (max-width:1400px){.about-section-1 .about-content{margin-right:0}}.about-section-1 .about-content .about-features-wappper{margin-bottom:40px}.about-section-1 .about-content .about-features-wappper .about-features-item{display:-webkit-flex;display:-moz-flex;margin-bottom:40px;display:flex}@media (max-width:991px){.about-section-1 .about-content .about-features-wappper .about-features-item{margin-bottom:30px}}.about-section-1 .about-content .about-features-wappper .about-features-item:last-child{margin-bottom:0}.about-section-1 .about-content .about-features-wappper .about-features-item .about-features-icon{background-color:var(--extra-color);color:var(--primary-color);width:80px;height:80px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;margin-right:20px;display:flex;position:relative}.about-section-1 .about-content .about-features-wappper .about-features-item .about-features-icon:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.about-section-1 .about-content .about-features-wappper .about-features-item .about-features-icon figure{z-index:2;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);position:relative}.about-section-1 .about-content .about-features-wappper .about-features-item .about-features-icon figure img{object-fit:cover;width:50px;height:50px}.about-section-1 .about-content .about-features-wappper .about-features-item .about-features-title{width:calc(100% - 100px)}.about-section-1 .about-content .about-features-wappper .about-features-item .about-features-title h3{color:var(--black-color);margin-bottom:5px}.about-section-1 .about-content .about-features-wappper .about-features-item .about-features-title p{margin:0}.about-section-1 .about-content .about-features-wappper .about-features-item:hover .about-features-icon{color:var(--white-color)}.about-section-1 .about-content .about-features-wappper .about-features-item:hover .about-features-icon:before{opacity:1;transform:scale(1)}.about-section-1 .about-content .about-features-wappper .about-features-item:hover .about-features-icon figure{transform:scale(-1)rotate(180deg)}.about-section-1 .about-content .about-features-wappper .about-features-item:hover .about-features-icon figure img{filter:brightness(0)invert()}@media (max-width:991px){.about-section-2 .about-content{margin-bottom:40px}}.about-section-2 .about-content .section-title{margin-bottom:30px}.about-section-2 .about-content .check-list-two-col{margin-bottom:40px}@media (max-width:767px){.about-section-2 .about-content .check-list-two-col{margin-bottom:30px}}.about-section-2 .about-content .about-footer{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;align-items:center;gap:30px;margin-top:30px;display:flex}.about-section-2 .about-content .about-footer .about-contact-box{text-align:left;align-items:center;display:inline-flex}.about-section-2 .about-content .about-footer .about-contact-box .icon-box{background-color:var(--background-two);color:var(--primary-color);width:50px;height:50px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-o-transition:all .3s ease-in-out;border-radius:50%;justify-content:center;align-items:center;margin-right:10px;transition:all .3s ease-in-out;display:flex;position:relative}.about-section-2 .about-content .about-footer .about-contact-box .icon-box:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.about-section-2 .about-content .about-footer .about-contact-box .icon-box i{z-index:1;-o-transition:all .3s ease-in-out;font-size:18px;transition:all .3s ease-in-out;position:relative}.about-section-2 .about-content .about-footer .about-contact-box .about-contact-box-content p{margin-bottom:0;font-size:14px;display:block}.about-section-2 .about-content .about-footer .about-contact-box .about-contact-box-content a{color:var(--black-color);font-size:1.2rem;font-weight:700;line-height:1.5}.about-section-2 .about-content .about-footer .about-contact-box:hover .icon-box{color:var(--white-color)}.about-section-2 .about-content .about-footer .about-contact-box:hover .icon-box:before{opacity:1;transform:scale(1)}.about-section-2 .about-content .about-footer .about-contact-box:hover .about-contact-box-content a{color:var(--primary-color)}.about-section-2 .about-images-box{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;gap:30px;display:flex}.about-section-2 .about-images-box .about-images-top{width:100%}.about-section-2 .about-images-box .about-images-top figure{border-radius:var(--border-radius-three);display:block}@media (max-width:1199px){.about-section-2 .about-images-box .about-images-top figure{border-radius:20px}}.about-section-2 .about-images-box .about-images-top figure img{object-fit:cover;width:100%}.about-section-2 .about-images-box .about-images-bottom{width:100%;display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;gap:30px;display:flex}.about-section-2 .about-images-box .about-images-bottom .about-year-counter{background-color:var(--extra-color-five);border-radius:var(--border-radius-three);width:225px;padding:30px;position:relative}@media (max-width:1199px){.about-section-2 .about-images-box .about-images-bottom .about-year-counter{border-radius:20px;padding:20px}}.about-section-2 .about-images-box .about-images-bottom .about-year-counter{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-moz-flex-direction:column;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}@media (max-width:991px){.about-section-2 .about-images-box .about-images-bottom .about-year-counter{width:315px}}@media (max-width:767px){.about-section-2 .about-images-box .about-images-bottom .about-year-counter{width:245px}}@media (max-width:576px){.about-section-2 .about-images-box .about-images-bottom .about-year-counter{width:100%}}.about-section-2 .about-images-box .about-images-bottom .about-year-counter .about-year-icon,.about-section-2 .about-images-box .about-images-bottom .about-year-counter .about-year-content p{color:var(--white-color)}.about-section-2 .about-images-box .about-images-bottom .about-year-counter .about-year-content h3{color:var(--white-color);font-size:46px;font-weight:700;line-height:1.1em}@media (max-width:991px){.about-section-2 .about-images-box .about-images-bottom .about-year-counter .about-year-content h3{font-size:36px}}@media (max-width:767px){.about-section-2 .about-images-box .about-images-bottom .about-year-counter .about-year-content h3{font-size:26px}}.about-section-2 .about-images-box .about-images-bottom .about-year-images{width:calc(100% - 255px)}@media (max-width:991px){.about-section-2 .about-images-box .about-images-bottom .about-year-images{width:calc(100% - 345px)}}@media (max-width:767px){.about-section-2 .about-images-box .about-images-bottom .about-year-images{width:calc(100% - 275px)}}@media (max-width:576px){.about-section-2 .about-images-box .about-images-bottom .about-year-images{width:100%}}.about-section-2 .about-images-box .about-images-bottom .about-year-images figure{border-radius:var(--border-radius-three);display:block}@media (max-width:1199px){.about-section-2 .about-images-box .about-images-bottom .about-year-images figure{border-radius:20px}}.about-section-2 .about-images-box .about-images-bottom .about-year-images figure{width:100%;height:100%}.about-section-2 .about-images-box .about-images-bottom .about-year-images figure img{object-fit:cover;width:100%;height:100%}.about-section-3 .about-images-box{height:100%;margin-right:50px}@media (max-width:991px){.about-section-3 .about-images-box{margin-bottom:0;margin-right:0}}.about-section-3 .about-images-box figure{border-radius:var(--border-radius-three);width:100%;height:100%;display:block}@media (max-width:1199px){.about-section-3 .about-images-box figure{border-radius:20px}}.about-section-3 .about-images-box figure img{object-fit:cover;width:100%;height:100%}@media (max-width:991px){.about-section-3 .about-content{margin-bottom:30px}}.about-section-3 .about-content .section-title{margin-bottom:30px}.about-section-3 .about-content .about-tabs{margin-bottom:50px}.about-section-3 .about-content .about-tabs .nav-tabs{border:1px solid var(--border-color-one);background-color:#0000;border-radius:10px;gap:10px;padding:10px;display:inline-flex;overflow:hidden}@media (max-width:576px){.about-section-3 .about-content .about-tabs .nav-tabs{gap:5px;padding:5px}}.about-section-3 .about-content .about-tabs .nav-tabs button{text-transform:capitalize;border:none;border-radius:5px;padding:10px 25px;background-color:var(--background-one)!important;color:var(--black-color)!important}@media (max-width:576px){.about-section-3 .about-content .about-tabs .nav-tabs button{padding:10px;font-size:14px}}.about-section-3 .about-content .about-tabs .nav-tabs button.active{background-color:var(--primary-color)!important;color:var(--white-color)!important}.about-section-3 .about-content .tab-content{margin-top:30px}.about-section-3 .about-content .check-list-two-col{margin-bottom:40px}@media (max-width:767px){.about-section-3 .about-content .check-list-two-col{margin-bottom:30px}}.about-section-4 .about-content .about-content-text{margin-bottom:40px}@media (max-width:991px){.about-section-4 .about-content .about-content-text{margin-bottom:30px}}.about-section-4 .about-content .about-content-text p:last-child{margin-bottom:0}.about-section-4 .about-content .about-features-wappper .about-features-item{display:-webkit-flex;display:-moz-flex;align-items:center;margin-bottom:40px;display:flex}@media (max-width:991px){.about-section-4 .about-content .about-features-wappper .about-features-item{margin-bottom:30px}}.about-section-4 .about-content .about-features-wappper .about-features-item:last-child{margin-bottom:0}.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-icon{background-color:var(--background-one);color:var(--primary-color);width:80px;height:80px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;margin-right:20px;display:flex;position:relative}.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-icon:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-icon figure{z-index:2;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);position:relative}.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-icon figure img{object-fit:cover;width:50px;height:50px}.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-title{width:calc(100% - 100px)}.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-title h3{margin-bottom:5px}.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-title p{margin:0}@media (max-width:767px){.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-title p{font-size:14px;line-height:1.6em}}.about-section-4 .about-content .about-features-wappper .about-features-item:hover .about-features-icon{color:var(--white-color)}.about-section-4 .about-content .about-features-wappper .about-features-item:hover .about-features-icon:before{opacity:1;transform:scale(1)}.about-section-4 .about-content .about-features-wappper .about-features-item:hover .about-features-icon figure{transform:scale(-1)rotate(180deg)}.about-section-4 .about-content .about-features-wappper .about-features-item:hover .about-features-icon figure img{filter:brightness(0)invert()}.about-shape-1{z-index:-1;animation:5s linear infinite move-left;position:absolute;bottom:0;left:-50px}.about-shape-1 figure img{opacity:.09;width:auto}@media (max-width:767px){.about-shape-1{display:none}}.about-shape-2{z-index:-1;animation:5s linear infinite move-bottom;position:absolute;top:50px;right:0}.about-shape-2 figure img{opacity:.09;width:auto}@media (max-width:767px){.about-shape-2{display:none}}.about-shape-3{z-index:-1;animation:5s linear infinite move-left;position:absolute;bottom:100px;left:0}.about-shape-3 figure img{opacity:.09;width:auto}@media (max-width:767px){.about-shape-3{display:none}}.about-shape-4{z-index:-1;animation:5s linear infinite move-bottom;position:absolute;top:250px;right:0}.about-shape-4 figure img{opacity:.09;width:auto}@media (max-width:767px){.about-shape-4{display:none}}.appointment-section-1{background-color:var(--extra-color-five);margin-top:100px}@media (max-width:991px){.appointment-section-1{margin-top:0;padding-top:80px}.appointment-section-1 .appointment-wapper{margin-bottom:30px}}.appointment-section-1 .appointment-wapper .section-title .sub-title{background-color:var(--white-color)}.appointment-section-1 .appointment-wapper .section-title h2{color:var(--white-color)}.appointment-section-1 .appointment-wapper .appointment-form form .appointment-btn-wapper button{background-color:var(--primary-color);width:100%;height:58px}.appointment-section-1 .appointment-image{margin-top:-100px;margin-left:50px;padding:0 57px;position:relative}@media (max-width:1199px){.appointment-section-1 .appointment-image{margin-left:0;padding:0}}@media (max-width:991px){.appointment-section-1 .appointment-image{max-width:80%;margin:0 auto}}@media (max-width:576px){.appointment-section-1 .appointment-image{max-width:100%}}.appointment-section-1 .appointment-image figure{display:block}.appointment-section-1 .appointment-image figure img{object-fit:cover;width:100%}.appointment-section-2{background-color:var(--extra-color-five);margin-top:70px}@media (max-width:991px){.appointment-section-2{margin-top:0}}.appointment-section-2 .appointment-box{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;flex-wrap:wrap;justify-content:space-between;gap:40px 60px;display:flex}.appointment-section-2 .appointment-box .appointment-process-content{width:calc(50% - 100px)}@media (max-width:991px){.appointment-section-2 .appointment-box .appointment-process-content{width:100%}}.appointment-section-2 .appointment-box .appointment-process-content .section-title .sub-title{background-color:var(--white-color)}.appointment-section-2 .appointment-box .appointment-process-content .section-title h2,.appointment-section-2 .appointment-box .appointment-process-content .section-title p{color:var(--white-color)}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item{display:-webkit-flex;display:-moz-flex;margin-bottom:40px;display:flex}@media (max-width:991px){.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item{margin-bottom:30px}}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item:last-child{margin-bottom:0}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item .appointment-process-icon{background-color:var(--background-one);color:var(--primary-color);width:80px;height:80px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;margin-right:20px;display:flex;position:relative}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item .appointment-process-icon:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item .appointment-process-icon figure{z-index:2;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);position:relative}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item .appointment-process-icon figure img{object-fit:cover;width:50px;height:50px}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item .appointment-process-title{width:calc(100% - 100px)}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item .appointment-process-title h3{color:var(--white-color);margin-bottom:5px}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item .appointment-process-title p{color:var(--white-color);margin:0}@media (max-width:767px){.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item .appointment-process-title p{font-size:14px;line-height:1.6em}}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item:hover .appointment-process-icon{color:var(--white-color)}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item:hover .appointment-process-icon:before{opacity:1;transform:scale(1)}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item:hover .appointment-process-icon figure{transform:scale(-1)rotate(180deg)}.appointment-section-2 .appointment-box .appointment-process-content .appointment-process-list .appointment-process-item:hover .appointment-process-icon figure img{filter:brightness(0)invert()}.appointment-section-2 .appointment-box .request-quote-box{background-color:var(--white-color);border-radius:var(--border-radius-three);width:calc(50% - 30px);margin-top:-170px;padding:30px}@media (max-width:1199px){.appointment-section-2 .appointment-box .request-quote-box{border-radius:20px;padding:20px}}.appointment-section-2 .appointment-box .request-quote-box{-ms-box-shadow:0 0 20px 0 #0000000d;-o-box-shadow:0 0 20px 0 #0000000d;box-shadow:0 0 20px #0000000d}@media (max-width:991px){.appointment-section-2 .appointment-box .request-quote-box{width:100%;margin-top:0}}.appointment-section-2 .appointment-box .request-quote-box h3{margin-bottom:40px;font-size:40px;font-weight:700;line-height:1.2em}@media (max-width:991px){.appointment-section-2 .appointment-box .request-quote-box h3{font-size:36px}}@media (max-width:767px){.appointment-section-2 .appointment-box .request-quote-box h3{font-size:26px}}.appointment-section-3{z-index:1;margin-top:-160px;position:relative}.appointment-section-3 .appointment-box{border-radius:var(--border-radius-three);padding:30px}@media (max-width:1199px){.appointment-section-3 .appointment-box{border-radius:20px;padding:20px}}.appointment-section-3 .appointment-box{display:-webkit-flex;display:-moz-flex;-ms-box-shadow:0 0 2px 0 #0000000d;-o-box-shadow:0 0 2px 0 #0000000d;background-color:var(--white-color);flex-wrap:wrap;align-items:center;gap:40px 60px;display:flex;box-shadow:0 0 2px #0000000d}.appointment-section-3 .appointment-box .appointment-content{width:calc(48% - 30px)}@media (max-width:991px){.appointment-section-3 .appointment-box .appointment-content{width:100%}}.appointment-section-3 .appointment-box .appointment-content .appointment-image figure{border-radius:var(--border-radius-three);display:block}@media (max-width:1199px){.appointment-section-3 .appointment-box .appointment-content .appointment-image figure{border-radius:20px}}.appointment-section-3 .appointment-box .appointment-content .appointment-image figure{overflow:hidden}.appointment-section-3 .appointment-box .appointment-content .appointment-image figure img{object-fit:cover;width:100%}.appointment-section-3 .appointment-box .appointment-form-box{width:calc(52% - 30px)}@media (max-width:991px){.appointment-section-3 .appointment-box .appointment-form-box{width:100%}.appointment-section-4 .appointment-content{margin-bottom:40px}}.appointment-section-4 .appointment-image{margin-right:50px;position:relative}@media (max-width:991px){.appointment-section-4 .appointment-image{max-width:620px;margin-left:auto;margin-right:auto}}.appointment-section-4 .appointment-image .shape-1{animation:5s linear infinite move-bottom;position:absolute;bottom:0;left:0}.appointment-section-4 .appointment-image .img1{padding-bottom:120px}@media (max-width:991px){.appointment-section-4 .appointment-image .img1{margin-right:50px}}.appointment-section-4 .appointment-image .img1 figure img{border-radius:var(--border-radius-three)}@media (max-width:1199px){.appointment-section-4 .appointment-image .img1 figure img{border-radius:20px}}.appointment-section-4 .appointment-image .img1 figure img{object-fit:cover;overflow:hidden}.appointment-section-4 .appointment-image .img2{display:inline-block;position:absolute;bottom:0;right:0}.appointment-section-4 .appointment-image .img2 figure .appointment-small{border:10px solid var(--white-color);-ms-box-shadow:0 4px 25px 0 #00000014;-o-box-shadow:0 4px 25px 0 #00000014;object-fit:cover;box-shadow:0 4px 25px #00000014}@media (max-width:767px){.appointment-section-4 .appointment-image .img2 figure .appointment-small{border:5px solid var(--white-color);right:0}}@media (max-width:567px){.appointment-section-4 .appointment-image .img2 figure .appointment-small{max-width:190px}}.authentication-section-1 .authentication-title{margin-bottom:40px}.authentication-section-1 .authentication-title h2{margin-bottom:10px}.authentication-section-1 .default-form{border-radius:var(--border-radius-three);padding:30px}@media (max-width:1199px){.authentication-section-1 .default-form{border-radius:20px;padding:20px}}.authentication-section-1 .default-form{background-color:var(--background-one)}.authentication-section-1 .default-form form .form-group .eye-icon{color:var(--black-color);position:absolute;top:17px;right:20px}.authentication-section-1 .default-form form .forgot-box{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;flex-wrap:wrap;justify-content:space-between;gap:15px;display:flex}.authentication-section-1 .default-form form .sign-up-box{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;flex-wrap:wrap;justify-content:center;gap:5px;display:flex}.authentication-section-1 .default-form form .sign-up-box p{margin-bottom:0}.blog-section .blog-grid-item-1{background-color:var(--white-color);border-radius:var(--border-radius-three);margin-bottom:30px;padding:30px;position:relative}@media (max-width:1199px){.blog-section .blog-grid-item-1{border-radius:20px;padding:20px}}.blog-section .blog-grid-item-1{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.blog-section .blog-grid-item-1 .blog-title h3{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);margin-bottom:10px}.blog-section .blog-grid-item-1 .blog-title h3:hover{color:var(--primary-color)}.blog-section .blog-grid-item-1 .blog-meta{display:-webkit-flex;display:-moz-flex;gap:12px;margin-bottom:20px;display:flex}.blog-section .blog-grid-item-1 .blog-meta li{display:-webkit-flex;display:-moz-flex;align-items:center;gap:8px;display:flex}.blog-section .blog-grid-item-1 .blog-meta li i{color:var(--primary-color)}.blog-section .blog-grid-item-1 .blog-meta li a{display:-webkit-flex;display:-moz-flex;align-items:center;gap:8px;display:flex}.blog-section .blog-grid-item-1 .blog-grid-image{border-radius:var(--border-radius-two);margin-bottom:20px;position:relative;overflow:hidden}.blog-section .blog-grid-item-1 .blog-grid-image a{width:100%;display:block}.blog-section .blog-grid-item-1 .blog-grid-image a figure{border-radius:var(--border-radius-three)}@media (max-width:1199px){.blog-section .blog-grid-item-1 .blog-grid-image a figure{border-radius:20px}}.blog-section .blog-grid-item-1 .blog-grid-image a figure{overflow:hidden}.blog-section .blog-grid-item-1 .blog-grid-image a figure img{object-fit:cover;width:100%;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.blog-section .blog-grid-item-1:hover .blog-grid-image img{transform:scale(1.1)}.blog-section .blog-grid-item-2{display:-webkit-flex;display:-moz-flex;background-color:var(--background-one);border:1px solid var(--background-one);border-radius:20px;flex-wrap:wrap;height:calc(50% - 15px);margin-bottom:30px;display:flex;overflow:hidden}@media (max-width:1199px){.blog-section .blog-grid-item-2{-moz-flex-direction:column;flex-direction:column;height:auto;margin-bottom:0}}.blog-section .blog-grid-item-2.highlighted-blog-grid{height:100%}@media (max-width:1199px){.blog-section .blog-grid-item-2.highlighted-blog-grid{height:auto;margin-bottom:30px}}.blog-section .blog-grid-item-2.highlighted-blog-grid .blog-grid-image,.blog-section .blog-grid-item-2.highlighted-blog-grid .blog-grid-content{width:100%}.blog-section .blog-grid-item-2 .blog-grid-image{width:47%}@media (max-width:1199px){.blog-section .blog-grid-item-2 .blog-grid-image{width:100%}}.blog-section .blog-grid-item-2 .blog-grid-image a{height:100%;display:block;overflow:hidden}.blog-section .blog-grid-item-2 .blog-grid-image a figure{height:100%}.blog-section .blog-grid-item-2 .blog-grid-image a figure img{object-fit:cover;-o-transition:all .4s ease-in-out;width:100%;height:100%;transition:all .4s ease-in-out}.blog-section .blog-grid-item-2 .blog-grid-content{align-content:center;width:53%;padding:30px}@media (max-width:1199px){.blog-section .blog-grid-item-2 .blog-grid-content{width:100%;padding:20px}}.blog-section .blog-grid-item-2 .blog-grid-content .blog-meta{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;gap:12px;margin-bottom:15px;display:flex}.blog-section .blog-grid-item-2 .blog-grid-content .blog-meta li{display:-webkit-flex;display:-moz-flex;align-items:center;gap:8px;display:flex}.blog-section .blog-grid-item-2 .blog-grid-content .blog-meta li i{color:var(--primary-color)}.blog-section .blog-grid-item-2 .blog-grid-content .blog-meta li a{display:-webkit-flex;display:-moz-flex;align-items:center;gap:8px;display:flex}.blog-section .blog-grid-item-2 .blog-grid-content h3{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);margin-bottom:10px}.blog-section .blog-grid-item-2 .blog-grid-content h3:hover{color:var(--primary-color)}.blog-section .blog-grid-item-3{background-color:var(--background-one);border-radius:var(--border-radius-three);margin-bottom:30px;position:relative;overflow:hidden}@media (max-width:1199px){.blog-section .blog-grid-item-3{border-radius:20px}}.blog-section .blog-grid-item-3 .blog-grid-image{z-index:1;min-height:480px;position:relative;overflow:hidden}@media (max-width:767px){.blog-section .blog-grid-item-3 .blog-grid-image{min-height:420px}}.blog-section .blog-grid-item-3 .blog-grid-image:before{content:"";background:linear-gradient(180deg, #fff0 0%, var(--extra-color-five) 100%);border-radius:var(--border-radius-two);-o-transition:all .4s ease-in-out;z-index:2;opacity:.7;transition:all .4s ease-in-out;position:absolute;inset:0}.blog-section .blog-grid-item-3 .blog-grid-image figure{border-radius:25px;width:100%;height:100%;position:absolute;overflow:hidden}@media (max-width:767px){.blog-section .blog-grid-item-3 .blog-grid-image figure{border-radius:15px}}.blog-section .blog-grid-item-3 .blog-grid-image figure img{object-fit:cover;width:100%;height:100%;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);margin:auto;position:absolute;inset:0}.blog-section .blog-grid-item-3 .blog-grid-content{-o-transition:all .4s ease-in-out;z-index:1;transition:all .4s ease-in-out;position:absolute;bottom:40px;left:40px;right:40px;transform:translateY(50px)}@media (max-width:767px){.blog-section .blog-grid-item-3 .blog-grid-content{left:20px;right:20px}}.blog-section .blog-grid-item-3 .blog-grid-content .blog-meta{display:-webkit-flex;display:-moz-flex;gap:12px;margin-bottom:20px;display:flex}.blog-section .blog-grid-item-3 .blog-grid-content .blog-meta li{display:-webkit-flex;display:-moz-flex;color:var(--white-color);align-items:center;gap:5px;display:flex}.blog-section .blog-grid-item-3 .blog-grid-content .blog-meta li a{color:var(--white-color)}.blog-section .blog-grid-item-3 .blog-grid-content .blog-meta li svg,.blog-section .blog-grid-item-3 .blog-grid-content .blog-meta li i{width:20px;height:20px}.blog-section .blog-grid-item-3 .blog-grid-content .blog-title h3{color:var(--white-color);margin-bottom:25px}.blog-section .blog-grid-item-3 .blog-grid-content .blog-grid-button{opacity:0;visibility:hidden;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog-section .blog-grid-item-3 .blog-grid-content .blog-grid-button a{color:var(--white-color)}.blog-section .blog-grid-item-3 .blog-grid-content .blog-grid-button a:before{background-color:var(--white-color);color:var(--text-color)}.blog-section .blog-grid-item-3:hover .blog-grid-image img{transform:scale(1.1)}.blog-section .blog-grid-item-3:hover .blog-grid-content{transform:translateY(0)}.blog-section .blog-grid-item-3:hover .blog-grid-content .blog-grid-button{opacity:1;visibility:visible;margin-top:20px}.blog-section .blog-grid-box2{width:100%;height:100%;position:relative}@media (max-width:1199px){.blog-section .blog-grid-box2{display:-webkit-flex;display:-moz-flex;gap:30px;display:flex}}@media (max-width:767px){.blog-section .blog-grid-box2{-moz-flex-direction:column;flex-direction:column}}.blog-section .single-blog-post{background-color:var(--background-one);border-radius:var(--border-radius-three);margin-bottom:30px;position:relative;overflow:hidden}@media (max-width:1199px){.blog-section .single-blog-post{border-radius:20px}}.blog-section .single-blog-post{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.blog-section .single-blog-post .post-image{position:relative}.blog-section .single-blog-post .post-image a{border-radius:var(--border-radius-three);display:block;overflow:hidden}@media (max-width:1199px){.blog-section .single-blog-post .post-image a{border-radius:20px}}.blog-section .single-blog-post .post-image a figure img{object-fit:cover;width:100%;height:100%;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.blog-section .single-blog-post .post-image a:after{content:"";background:linear-gradient(180deg, #fff0 0%, var(--extra-color-five) 100%);visibility:hidden;opacity:0;z-index:1;border-radius:var(--border-radius-three);width:100%;height:0;position:absolute;bottom:0;left:0}@media (max-width:1199px){.blog-section .single-blog-post .post-image a:after{border-radius:20px}}.blog-section .single-blog-post .post-image a:after{-o-transition:.4s;transition:all .4s}.blog-section .single-blog-post .post-content{padding:35px 40px 40px}@media (max-width:991px){.blog-section .single-blog-post .post-content{padding:20px}}.blog-section .single-blog-post .post-content .post-meta{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;gap:12px;margin-bottom:15px;display:flex}.blog-section .single-blog-post .post-content .post-meta li{display:-webkit-flex;display:-moz-flex;align-items:center;gap:10px;display:flex}@media (max-width:767px){.blog-section .single-blog-post .post-content .post-meta li{font-size:14px}}.blog-section .single-blog-post .post-content .post-meta li a{display:-webkit-flex;display:-moz-flex;align-items:center;gap:10px;display:flex}@media (max-width:767px){.blog-section .single-blog-post .post-content .post-meta li a{font-size:14px}}.blog-section .single-blog-post .post-content .post-meta li i{color:var(--primary-color)}.blog-section .single-blog-post .post-content .post-meta li span{line-height:normal}.blog-section .single-blog-post .post-content h2{margin-bottom:15px;font-size:32px;font-weight:700;line-height:1.4em}@media (max-width:767px){.blog-section .single-blog-post .post-content h2{font-size:26px}}.blog-section .single-blog-post .post-content p{border-bottom:1px solid var(--border-color-one);margin-bottom:30px;padding-bottom:25px;position:relative}.blog-section .single-blog-post .post-content p:before{content:"";background-color:var(--primary-color);-o-transition:all .4s ease-in;width:0;height:1px;transition:all .4s ease-in;position:absolute;bottom:-1px;left:0}.blog-section .single-blog-post:hover .post-image a:after{visibility:visible;opacity:1;height:100%}.blog-section .single-blog-post:hover .post-content p:before{width:100%}@media (max-width:991px){.blog-single-section .blog-single-post{margin-bottom:40px}}.blog-single-section .blog-single-post .blog-single-media{margin-bottom:30px;position:relative}.blog-single-section .blog-single-post .blog-single-media figure{border-radius:var(--border-radius-three);overflow:hidden}@media (max-width:1199px){.blog-single-section .blog-single-post .blog-single-media figure{border-radius:20px}}.blog-single-section .blog-single-post .blog-single-media figure img{object-fit:cover;width:100%;height:100%}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content{border-bottom:1px solid #00000012;margin-bottom:30px;padding-bottom:30px}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta{width:100%;display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;gap:20px;margin-bottom:20px;padding:0;display:flex}@media (max-width:767px){.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta{gap:10px}}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li{display:-webkit-flex;display:-moz-flex;align-items:center;gap:10px;display:flex}@media (max-width:767px){.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li{font-size:14px}}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li a{display:-webkit-flex;display:-moz-flex;align-items:center;gap:10px;display:flex}@media (max-width:767px){.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li a{font-size:14px}}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li i{color:var(--primary-color)}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li span{line-height:normal}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content h2{margin-bottom:15px;font-size:32px;font-weight:700;line-height:1.4em}@media (max-width:767px){.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content h2{font-size:26px}}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content h3{margin-bottom:10px}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-quote{background-color:var(--primary-color);border-radius:var(--border-radius-three)}@media (max-width:1199px){.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-quote{border-radius:20px}}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-quote{display:-webkit-flex;display:-moz-flex;gap:24px;margin-bottom:20px;padding:30px;display:flex}@media (max-width:991px){.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-quote{padding:20px}}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-quote .blog-quote-icon{color:var(--white-color);flex:0 0 60px;width:60px;font-size:62px}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-quote p{color:var(--white-color);margin-bottom:0}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-gallary figure{border-radius:var(--border-radius-three);overflow:hidden}@media (max-width:1199px){.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-gallary figure{border-radius:20px}}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-gallary figure img{object-fit:cover;width:100%;height:100%}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-video{position:relative}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-video:before{content:"";background:linear-gradient(180deg, #fff0 0%, var(--extra-color-five) 100%);border-radius:var(--border-radius-two);-o-transition:all .4s ease-in-out;z-index:2;opacity:.7;transition:all .4s ease-in-out;position:absolute;inset:0}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-video figure{border-radius:var(--border-radius-three);overflow:hidden}@media (max-width:1199px){.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-video figure{border-radius:20px}}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-video figure img{object-fit:cover;width:100%;height:100%}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-video .blog-video-wapper{z-index:2;width:100%;height:100%;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;margin:auto;display:flex;position:absolute;inset:0}.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-video .blog-video-wapper .video-play{background-color:var(--white-color);width:100px;height:100px;color:var(--black-color);z-index:1;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;margin:auto;font-size:24px;animation:2s infinite spineer2;display:flex;position:relative}@media (max-width:540px){.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-video .blog-video-wapper .video-play{width:80px;height:80px;font-size:18px}}.blog-single-section .blog-single-post .share-links{margin-bottom:30px}.blog-single-section .blog-single-post .share-links .share-tag{display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;flex-direction:column;gap:10px;display:flex}@media (max-width:991px){.blog-single-section .blog-single-post .share-links .share-tag{margin-bottom:30px}}.blog-single-section .blog-single-post .share-links .share-tag .share-links-title{color:var(--black-color)}.blog-single-section .blog-single-post .share-links .share-tag .tagcloud{display:-webkit-flex;display:-moz-flex;gap:15px;display:flex}.blog-single-section .blog-single-post .share-links .share-tag .tagcloud a{background-color:var(--background-one);border-radius:var(--border-radius-one);color:var(--black-color);padding:10px 15px;display:inline-block}.blog-single-section .blog-single-post .share-links .share-tag .tagcloud a:hover{background-color:var(--primary-color);color:var(--white-color)}.blog-single-section .blog-single-post .share-links .share-social{display:-webkit-flex;display:-moz-flex;-moz-justify-content:flex-end;-moz-flex-direction:column;flex-direction:column;justify-content:flex-end;gap:10px;display:flex}.blog-single-section .blog-single-post .share-links .share-social .share-links-title{color:var(--black-color)}.blog-single-section .blog-single-post .share-links .share-social ul li a:hover{color:var(--primary-color)}.blog-single-section .blog-single-post .post-navigation{margin-bottom:30px}@media (max-width:767px){.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous{margin-bottom:30px}}.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a{border:1px solid var(--border-color-one);-o-transition:all .3s ease-in;border-radius:var(--border-radius-three);width:100%;padding:30px;transition:all .3s ease-in;display:block}@media (max-width:1199px){.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a{border-radius:20px;padding:20px}}.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a{color:var(--black-color)}@media (max-width:767px){.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a{padding:20px}}.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a .post-nav-icon{display:-webkit-flex;display:-moz-flex;align-items:center;margin-bottom:5px;font-size:14px;line-height:30px;display:flex}.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a .post-nav-icon .post-nav-head{text-transform:uppercase;letter-spacing:.5px;-o-transition:all .3s ease-in;margin-left:8px;font-size:13px;font-weight:400;transition:all .3s ease-in}.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a:hover{color:var(--primary-color)}.blog-single-section .blog-single-post .post-navigation .nav-links .nav-next a{text-align:right;-o-transition:all .3s ease-in;border-radius:var(--border-radius-three);width:100%;padding:30px;transition:all .3s ease-in;display:block}@media (max-width:1199px){.blog-single-section .blog-single-post .post-navigation .nav-links .nav-next a{border-radius:20px;padding:20px}}.blog-single-section .blog-single-post .post-navigation .nav-links .nav-next a{border:1px solid var(--border-color-one);color:var(--black-color)}.blog-single-section .blog-single-post .post-navigation .nav-links .nav-next a .post-nav-icon{display:-webkit-flex;display:-moz-flex;-moz-justify-content:flex-end;justify-content:flex-end;align-items:center;margin-bottom:5px;font-size:14px;line-height:30px;display:flex}.blog-single-section .blog-single-post .post-navigation .nav-links .nav-next a .post-nav-icon .post-nav-head{text-transform:uppercase;-o-transition:all .3s ease-in;margin-right:8px;font-size:13px;font-weight:400;transition:all .3s ease-in}.blog-single-section .blog-single-post .post-navigation .nav-links .nav-next a:hover{color:var(--primary-color)}.blog-single-section .blog-single-post .blog-author{background-color:var(--background-one);border:1px solid var(--border-color-one);border-radius:var(--border-radius-three);margin-bottom:50px;padding:30px}@media (max-width:1199px){.blog-single-section .blog-single-post .blog-author{border-radius:20px;padding:20px}}.blog-single-section .blog-single-post .blog-author{display:-webkit-flex;display:-moz-flex;align-items:center;display:flex}@media (max-width:767px){.blog-single-section .blog-single-post .blog-author{-moz-flex-direction:column;flex-direction:column;align-items:flex-start;margin-bottom:30px}}.blog-single-section .blog-single-post .blog-author .blog-author-image{flex:none;margin-right:30px}@media (max-width:767px){.blog-single-section .blog-single-post .blog-author .blog-author-image{margin-bottom:20px;margin-right:0}}.blog-single-section .blog-single-post .blog-author .blog-author-image figure{border-radius:20px;overflow:hidden}@media (max-width:767px){.blog-single-section .blog-single-post .blog-author .blog-author-image figure{width:100px;height:100px}}.blog-single-section .blog-single-post .blog-author .blog-author-image figure img{object-fit:cover;width:100%;height:100%}.blog-single-section .blog-single-post .blog-author .blog-author-content h3{margin-bottom:10px}.blog-single-section .blog-single-post .blog-author .social-icon li a{background-color:var(--extra-color);color:var(--black-color)}.blog-single-section .blog-single-post .blog-author .social-icon li a:hover{color:var(--white-color)}.blog-single-section .blog-single-post .blog-author .social-icon li a:before{background:var(--primary-color)}.blog-single-section .blog-single-post .comment-wapper{margin-bottom:50px}@media (max-width:767px){.blog-single-section .blog-single-post .comment-wapper{margin-bottom:30px}}.blog-single-section .blog-single-post .comment-wapper .comments-title{margin-bottom:25px;padding-bottom:10px;display:inline-block;position:relative}.blog-single-section .blog-single-post .comment-wapper .comments-title:after{content:"";background:var(--black-color);-o-transition:.5s;width:30px;height:2px;transition:all .5s;position:absolute;bottom:0;left:0}.blog-single-section .blog-single-post .comment-respond .comments-respond-title{margin-bottom:25px;padding-bottom:10px;display:inline-block;position:relative}.blog-single-section .blog-single-post .comment-respond .comments-respond-title:after{content:"";background:var(--black-color);-o-transition:.5s;width:30px;height:2px;transition:all .5s;position:absolute;bottom:0;left:0}.cart-section .cart-wapper{margin-bottom:40px}.cart-section .cart-wapper .heading{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px;display:flex}.cart-section .cart-wapper .heading h2{font-size:32px;font-weight:700;line-height:1.4em}@media (max-width:767px){.cart-section .cart-wapper .heading h2{font-size:26px}}.cart-section .cart-wapper .heading span{color:var(--black-color);font-size:16px;font-weight:700}.cart-section .cart-wapper .cart-list-area{border:1px solid var(--border-color-one);border-radius:var(--border-radius-three);overflow:hidden}@media (max-width:1199px){.cart-section .cart-wapper .cart-list-area{border-radius:20px}}@media (max-width:767px){.cart-section .cart-wapper .cart-list-area{padding:0 20px}}.cart-section .cart-wapper .cart-table{text-align:center}@media (max-width:767px){.cart-section .cart-wapper .cart-table{text-align:left;border-collapse:separate;border-spacing:0 20px;border:none;min-width:auto}.cart-section .cart-wapper .cart-table thead{display:none}}.cart-section .cart-wapper .cart-table thead tr th{padding:20px 15px;font-size:18px;font-weight:600}.cart-section .cart-wapper .cart-table tbody tr{vertical-align:middle}@media (max-width:767px){.cart-section .cart-wapper .cart-table tbody tr{background-color:var(--white-color)}}.cart-section .cart-wapper .cart-table tbody tr:last-child td{border:none}.cart-section .cart-wapper .cart-table tbody tr td{padding:20px 15px}.cart-section .cart-wapper .cart-table tbody tr td:before{content:attr(data-title);vertical-align:top;color:var(--text-color);padding:0;display:none;position:absolute;top:50%;left:15px;transform:translateY(-50%)}@media (max-width:767px){.cart-section .cart-wapper .cart-table tbody tr td:before{display:block}.cart-section .cart-wapper .cart-table tbody tr td{text-align:right;text-transform:capitalize;border:1px solid var(--border-color-one);border-bottom:none;width:100%;padding:20px 20px 20px 25%;display:block;position:relative}.cart-section .cart-wapper .cart-table tbody tr td:last-child{border:1px solid var(--border-color-one)}}.cart-section .cart-wapper .cart-table tbody tr td.actions{padding:30px}@media (max-width:767px){.cart-section .cart-wapper .cart-table tbody tr td.actions{padding:20px}}.cart-section .cart-wapper .cart-table .product-img{width:100px;height:100px}.cart-section .cart-wapper .cart-table .product-img figure{background-color:var(--extra-color-four);border-radius:var(--border-radius-two);display:block;position:relative;overflow:hidden}@media (max-width:767px){.cart-section .cart-wapper .cart-table .product-img figure{border-radius:var(--border-radius-one)}}.cart-section .cart-wapper .cart-table .product-img figure img{width:100px;height:100px;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);object-fit:cover}.cart-section .cart-wapper .cart-table .product-info .product-name{margin-bottom:5px;font-size:18px;font-weight:600}.cart-section .cart-wapper .cart-table .product-info .style-meta li{color:var(--text-color);font-size:14px}.cart-section .cart-wapper .cart-table .quantity-content .qty-btn-minus{width:42px;height:42px;left:0}.cart-section .cart-wapper .cart-table .quantity-content .qty-btn-minus svg{width:12px}.cart-section .cart-wapper .cart-table .quantity-content input{border-color:var(--border-color-one);border-radius:10px;width:120px;height:42px;padding:0}.cart-section .cart-wapper .cart-table .quantity-content .qty-btn-plus{width:42px;height:42px;right:0}.cart-section .cart-wapper .cart-table .quantity-content .qty-btn-plus svg{width:12px}.cart-section .cart-wapper .cart-table .quantity-content:hover input{border-color:var(--primary-color)}.cart-section .cart-wapper .cart-table .remove-product{color:var(--primary-color);text-align:center;border:0;border:1px solid var(--primary-color);-o-transition:all .3s ease-in-out;background-color:#0000;border-radius:100%;width:37px;height:37px;font-size:16px;line-height:37px;transition:all .3s ease-in-out}@media (max-width:991px){.cart-section .cart-wapper .cart-table .remove-product{width:30px;height:30px;font-size:14px;line-height:30px}}.cart-section .cart-wapper .coupon-items{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;align-items:center;gap:30px;display:flex}@media (max-width:767px){.cart-section .cart-wapper .coupon-items{-moz-flex-direction:column;flex-direction:column}}.cart-section .cart-wapper .coupon-items form{width:30%;position:relative}@media (max-width:767px){.cart-section .cart-wapper .coupon-items form{width:100%}}.cart-section .cart-wapper .coupon-items form button{background-color:var(--primary-color);color:var(--white-color);border-radius:var(--border-radius-one);padding:10px 15px;position:absolute;right:4px}.cart-section .cart-wapper .coupon-items form button:hover{color:var(--white-color);background-color:var(--primary-color)}@media (max-width:767px){.cart-section .cart-wapper .coupon-items .theme-button{width:100%}}.shop-checkout-section .checkout-wapper{margin-right:30px}@media (max-width:1199px){.shop-checkout-section .checkout-wapper{margin-bottom:40px;margin-right:0}}.shop-checkout-section .checkout-wapper .checkout-single{border-radius:var(--border-radius-three);padding:30px}@media (max-width:1199px){.shop-checkout-section .checkout-wapper .checkout-single{border-radius:20px;padding:20px}}.shop-checkout-section .checkout-wapper .checkout-single{border:1px solid var(--border-color-one);overflow:hidden}.shop-checkout-section .checkout-wapper .checkout-single .heading{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px;display:flex}.shop-checkout-section .checkout-wapper .checkout-single .heading h2{font-size:32px;font-weight:700;line-height:1.4em}@media (max-width:767px){.shop-checkout-section .checkout-wapper .checkout-single .heading h2{font-size:26px}}.contact-section .section-title{margin-bottom:30px}.contact-section .contact-item-wrapper{display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;flex-direction:column;gap:25px;display:flex}.contact-section .contact-item-wrapper .contact-item{display:-webkit-flex;display:-moz-flex;gap:20px;display:flex}.contact-section .contact-item-wrapper .contact-item .contact-icon{background-color:var(--extra-color);color:var(--primary-color);width:52px;height:52px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;font-size:20px;display:flex;position:relative}.contact-section .contact-item-wrapper .contact-item .contact-icon:before{opacity:0;content:"";background-color:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.contact-section .contact-item-wrapper .contact-item .contact-icon i{z-index:1;position:relative}.contact-section .contact-item-wrapper .contact-item .contact-content{display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;flex-direction:column;flex:1;gap:5px;display:flex}.contact-section .contact-item-wrapper .contact-item .contact-content span{color:var(--black-color);margin-bottom:0;font-size:14px;font-weight:400}.contact-section .contact-item-wrapper .contact-item .contact-content h3{text-transform:inherit;font-size:16px}.contact-section .contact-item-wrapper .contact-item .contact-content p{color:var(--text-color);margin-bottom:0;font-size:14px;font-weight:500}.contact-section .contact-item-wrapper .contact-item:hover .contact-icon{color:var(--white-color)}.contact-section .contact-item-wrapper .contact-item:hover .contact-icon:before{opacity:1;transform:scale(1)}.contact-section .contact-social-links{display:-webkit-flex;display:-moz-flex;border-top:1px solid var(--border-color-one);flex-wrap:wrap;align-items:center;gap:15px;margin-top:40px;padding-top:30px;display:flex}.contact-section .contact-social-links .follow-text{color:var(--extra-color-five);font-weight:500}.contact-section .contact-social-links .social-icon li a{background-color:var(--extra-color-five);color:var(--white-color)}.contact-section .contact-form-box{z-index:1;border-radius:var(--border-radius-three);padding:30px;position:relative}@media (max-width:1199px){.contact-section .contact-form-box{border-radius:20px;padding:20px}}.contact-section .contact-form-box{background-color:var(--white-color);border:1px solid var(--border-color-one)}@media (max-width:991px){.contact-section .contact-form-box{margin-top:50px}}.google-map{margin-top:-100px}@media (max-width:991px){.google-map{margin-top:0!important}}.google-map .google-map-iframe{width:100%;height:715px;overflow:hidden}@media (max-width:991px){.google-map .google-map-iframe{border-radius:0;height:650px}}@media (max-width:767px){.google-map .google-map-iframe{height:530px}}@media (max-width:575px){.google-map .google-map-iframe{height:430px}}.google-map .google-map-iframe iframe{width:100%;height:715px}@media (max-width:991px){.google-map .google-map-iframe iframe{height:650px}}@media (max-width:767px){.google-map .google-map-iframe iframe{height:530px}}@media (max-width:575px){.google-map .google-map-iframe iframe{height:430px}}.counter-section-1 .counter-list{display:-webkit-flex;display:-moz-flex;gap:60px 30px;display:flex}@media (max-width:991px){.counter-section-1 .counter-list{flex-wrap:wrap}}.counter-section-1 .counter-item{text-align:center;width:calc(33.33% - 15px)}@media (max-width:991px){.counter-section-1 .counter-item{width:calc(50% - 15px)}}@media (max-width:360px){.counter-section-1 .counter-item{width:100%}}.counter-section-1 .counter-item .counter-content .counter-text{color:var(--extra-color-five);font-family:var(--title-fonts);text-transform:capitalize;margin-bottom:5px;font-size:62px;font-weight:600;line-height:1.1em}@media (max-width:991px){.counter-section-1 .counter-item .counter-content .counter-text{font-size:52px}}@media (max-width:767px){.counter-section-1 .counter-item .counter-content .counter-text{font-size:34px}}.counter-section-1 .counter-item .counter-content .counter-title{color:var(--black-color);margin-bottom:0;font-size:1.2rem;font-weight:400;line-height:1.5}@media (max-width:767px){.counter-section-1 .counter-item .counter-content .counter-title{font-size:16px}}.counter-section-2:after{content:"";background-color:var(--background-one);z-index:-1;width:100%;height:40%;position:absolute;top:0}.counter-section-2 .counter-list{background-color:var(--extra-color-five);display:-webkit-flex;display:-moz-flex;border-radius:var(--border-radius-three);gap:60px 30px;padding:80px 20px;display:flex}@media (max-width:1199px){.counter-section-2 .counter-list{border-radius:20px}}@media (max-width:991px){.counter-section-2 .counter-list{flex-wrap:wrap;padding:30px}}.counter-section-2 .counter-item{text-align:center;width:calc(33.33% - 15px)}@media (max-width:991px){.counter-section-2 .counter-item{width:calc(50% - 15px)}}@media (max-width:360px){.counter-section-2 .counter-item{width:100%}}.counter-section-2 .counter-item .counter-icon{color:var(--white-color);margin-bottom:20px;font-size:65px}.counter-section-2 .counter-item .counter-content .counter-text{color:var(--white-color);font-family:var(--title-fonts);text-transform:capitalize;margin-bottom:5px;font-size:62px;font-weight:600;line-height:1.1em}@media (max-width:991px){.counter-section-2 .counter-item .counter-content .counter-text{font-size:52px}}@media (max-width:767px){.counter-section-2 .counter-item .counter-content .counter-text{font-size:34px}}.counter-section-2 .counter-item .counter-content .counter-title{color:var(--white-color);margin-bottom:0;font-size:1.2rem;font-weight:400;line-height:1.5}@media (max-width:767px){.counter-section-2 .counter-item .counter-content .counter-title{font-size:16px}}.cta-section-1{background:linear-gradient(270deg, #20296e00 0%, var(--extra-color-five) 90%), url(/assets/images/cta/cta-bg-1-1.jpg) no-repeat;z-index:1;background-position:50%;background-size:cover}@media (max-width:991px){.cta-section-1{background-position:60%}}.cta-section-1 .cta-content .section-title .sub-title{background-color:var(--white-color)}.cta-section-1 .cta-content .section-title h2,.cta-section-1 .cta-content .section-title p{color:var(--white-color)}.cta-section-1 .cta-content .cta-button-wapper{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;align-items:center;gap:15px 20px;display:flex}.cta-section-1 .cta-content .cta-button-wapper .style-4 i{transform:rotate(0)}.cta-section-1 .cta-video-wapper{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}@media (max-width:991px){.cta-section-1 .cta-video-wapper{margin-top:30px;margin-bottom:100px}}.cta-section-1 .cta-video-wapper .video-play{background-color:var(--white-color);width:100px;height:100px;color:var(--black-color);z-index:1;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;margin:auto;font-size:24px;animation:2s infinite spineer2;display:flex;position:relative}@media (max-width:540px){.cta-section-1 .cta-video-wapper .video-play{width:80px;height:80px;font-size:18px}}.cta-section-2{background-color:var(--extra-color-five);z-index:1}@media (max-width:991px){.cta-section-2 .cta-content{margin-bottom:40px}}.cta-section-2 .cta-content .section-title .sub-title{background-color:var(--white-color)}.cta-section-2 .cta-content .section-title h2,.cta-section-2 .cta-content .section-title p{color:var(--white-color)}.cta-section-2 .cta-content .cta-button-wapper{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;align-items:center;gap:15px 20px;display:flex}.cta-section-2 .cta-content .cta-button-wapper .style-4 i{transform:rotate(0)}.cta-section-2 .cta-image figure{border-radius:var(--border-radius-three);height:100%;display:block}@media (max-width:1199px){.cta-section-2 .cta-image figure{border-radius:20px}}.cta-section-2 .cta-image figure{overflow:hidden}.cta-section-2 .cta-image figure img{object-fit:cover;width:100%;height:100%}.cta-section-3 .cta-wapper{background-position:0 100%;background-repeat:no-repeat;background-size:contain;background-color:var(--primary-color);border-radius:var(--border-radius-three);padding:100px}@media (max-width:1199px){.cta-section-3 .cta-wapper{border-radius:20px;padding:80px}}@media (max-width:767px){.cta-section-3 .cta-wapper{padding:50px}}@media (max-width:576px){.cta-section-3 .cta-wapper{padding:30px}}@media (max-width:991px){.cta-section-3 .cta-wapper .cta-content .section-title{text-align:center!important}}.cta-section-3 .cta-wapper .cta-content .section-title h2,.cta-section-3 .cta-wapper .cta-content .section-title p{color:var(--white-color)}.cta-section-3 .cta-wapper .cta-form{position:relative}.cta-section-3 .cta-wapper .cta-form .cta-shape{animation:5s linear infinite move-bottom;position:absolute;top:-100px;left:-150px}@media (max-width:1399px){.cta-section-3 .cta-wapper .cta-form .cta-shape{left:-60px}}@media (max-width:991px){.cta-section-3 .cta-wapper .cta-form .cta-shape{display:none}}.cta-section-3 .cta-wapper .cta-form form .form-group .form-control{background-color:var(--white-color)}.cta-section-3 .cta-wapper .cta-form form .form-group button{position:absolute;top:3px;bottom:0;right:4px}.cta-section-3 .cta-wapper .cta-form form .form-group button i{transform:rotate(0)}@media (max-width:767px){.cta-section-3 .cta-wapper .cta-form form .form-group button span{display:none}}.doctor-section-1 .doctor-image-wrapper,.doctor-section-1 .doctor-image-wrapper .doctor-image-item{position:relative}.doctor-section-1 .doctor-image-wrapper .doctor-image-item.active{z-index:2}@media (max-width:991px){.doctor-section-1 .doctor-image-wrapper .doctor-image-item{margin-bottom:30px}}.doctor-section-1 .doctor-image-wrapper .doctor-image-item:after{content:"";background-color:var(--background-two);z-index:-1;border-radius:250px 250px 0 0;width:100%;max-width:520px;height:100%;margin:auto;position:absolute;top:0;left:0;right:0}.doctor-section-1 .doctor-image-wrapper .doctor-image-item figure{text-align:center}.doctor-section-1 .doctor-image-wrapper .doctor-image-item figure img{object-fit:cover}.doctor-section-1 .doctor-image-wrapper .doctor-image-item .doctor-overlay{top:inherit;word-break:break-word;z-index:1;border:1px solid var(--border-color-one);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background-color:#ffffff80;border-radius:20px;max-width:340px;margin:0 auto;padding:25px 30px;transition:all .5s;position:absolute;bottom:40px;left:40px;right:40px}@media (max-width:767px){.doctor-section-1 .doctor-image-wrapper .doctor-image-item .doctor-overlay{padding:20px;left:20px;right:20px}}.doctor-section-1 .doctor-image-wrapper .doctor-image-item .doctor-overlay .doctor-overlay-content h3{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);margin-bottom:5px}.doctor-section-1 .doctor-image-wrapper .doctor-image-item .doctor-overlay .doctor-overlay-content h3:hover{color:var(--primary-color)}.doctor-section-1 .doctor-image-wrapper .doctor-image-item .doctor-overlay .doctor-overlay-content p{text-transform:capitalize;margin-bottom:15px}.doctor-section-1 .doctor-image-wrapper .doctor-image-item .doctor-overlay .doctor-overlay-content .doctor-overlay-meta{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.doctor-section-1 .doctor-image-wrapper .doctor-image-item .doctor-overlay .doctor-overlay-content .doctor-overlay-meta .doctor-social-media ul{display:-webkit-flex;display:-moz-flex;gap:20px;display:flex}.doctor-section-1 .doctor-image-wrapper .doctor-image-item .doctor-overlay .doctor-overlay-content .doctor-overlay-meta .doctor-social-media ul li a{width:24px;height:24px;color:var(--black-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;font-size:16px;display:flex}.doctor-section-1 .doctor-image-wrapper .doctor-image-item .doctor-overlay .doctor-overlay-content .doctor-overlay-meta .doctor-social-media ul li a:hover{color:var(--primary-color)}.doctor-section-1 .doctor-image-wrapper .doctor-image-item .doctor-overlay .doctor-overlay-content .doctor-overlay-meta .doctor-review .doctor-review-content{background-color:var(--background-two);display:-webkit-flex;display:-moz-flex;color:var(--black-color);border-radius:100px;align-items:center;gap:10px;padding:4px 10px;font-weight:600;display:flex}.doctor-section-1 .doctor-list{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;gap:30px;margin-left:30px;display:flex}@media (max-width:991px){.doctor-section-1 .doctor-list{margin-left:0}}.doctor-section-1 .doctor-list .doctor-item{border-radius:var(--border-radius-three);padding:30px}@media (max-width:1199px){.doctor-section-1 .doctor-list .doctor-item{border-radius:20px;padding:20px}}.doctor-section-1 .doctor-list .doctor-item{background-color:var(--white-color);border:1px solid var(--border-color-one);width:calc(50% - 15px)}@media (max-width:576px){.doctor-section-1 .doctor-list .doctor-item{width:100%}}.doctor-section-1 .doctor-list .doctor-item.active{background-color:var(--background-two)}.doctor-section-1 .doctor-list .doctor-item .doctor-item-image{margin-bottom:15px}.doctor-section-1 .doctor-list .doctor-item .doctor-item-image figure img{object-fit:cover;border-radius:100px;width:100px;height:100px}.doctor-section-1 .doctor-list .doctor-item .doctor-item-content h3{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);margin-bottom:5px}.doctor-section-1 .doctor-list .doctor-item .doctor-item-content h3:hover{color:var(--primary-color)}.doctor-section-1 .doctor-list .doctor-item .doctor-item-content p{text-transform:capitalize;margin-bottom:0}.doctor-section-2{background-color:var(--background-one)}.doctor-section-2 .doctor-item{margin-bottom:30px}.doctor-section-2 .doctor-item .doctor-image{border-radius:500px;max-width:calc(100% - 40px);margin:0 auto 20px;position:relative}.doctor-section-2 .doctor-item .doctor-image figure{border-radius:500px;overflow:hidden}.doctor-section-2 .doctor-item .doctor-image figure img{object-fit:cover}.doctor-section-2 .doctor-item .doctor-image .doctor-overlay{z-index:1;-o-transition:all .5s;opacity:0;margin:0 auto;transition:all .5s;position:absolute;bottom:80px;left:0;right:0;transform:translateY(100%)scale(.7)}.doctor-section-2 .doctor-item .doctor-image .doctor-overlay .doctor-social-media{text-align:center}.doctor-section-2 .doctor-item .doctor-image .doctor-overlay .doctor-social-media ul{border:1px solid var(--border-color-one);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background-color:#ffffff80;border-radius:100px;gap:20px;display:inline-flex}.doctor-section-2 .doctor-item .doctor-image .doctor-overlay .doctor-social-media ul li a{width:45px;height:45px;color:var(--black-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);border-radius:100px;justify-content:center;align-items:center;font-size:16px;display:flex}.doctor-section-2 .doctor-item .doctor-image .doctor-overlay .doctor-social-media ul li a:hover{background-color:var(--primary-color);color:var(--white-color)}.doctor-section-2 .doctor-item .doctor-content{background-color:var(--white-color);text-align:center;border-radius:var(--border-radius-three);margin-top:-100px}@media (max-width:1199px){.doctor-section-2 .doctor-item .doctor-content{border-radius:20px}}.doctor-section-2 .doctor-item .doctor-content{padding:100px 20px 20px}.doctor-section-2 .doctor-item .doctor-content h3{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);margin-bottom:5px}.doctor-section-2 .doctor-item .doctor-content h3:hover{color:var(--primary-color)}.doctor-section-2 .doctor-item .doctor-content p{margin-bottom:0}.doctor-section-2 .doctor-item:hover .doctor-image .doctor-overlay{-o-transition:all .5s;opacity:1;transition:all .5s;transform:translateY(0)}.doctor-section-3{background-color:var(--background-one)}.doctor-section-3 .doctor-items{margin-bottom:30px}.doctor-section-3 .doctor-items .doctor-image{margin-bottom:15px;position:relative}.doctor-section-3 .doctor-items .doctor-image a{display:block}.doctor-section-3 .doctor-items .doctor-image a figure{border-radius:var(--border-radius-three)}@media (max-width:1199px){.doctor-section-3 .doctor-items .doctor-image a figure{border-radius:20px}}.doctor-section-3 .doctor-items .doctor-image a figure{overflow:hidden}.doctor-section-3 .doctor-items .doctor-image a figure img{object-fit:cover;width:100%;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.doctor-section-3 .doctor-items .doctor-image .doctor-share{z-index:1;position:absolute;bottom:20px;right:20px}.doctor-section-3 .doctor-items .doctor-image .doctor-share .social-icon{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);opacity:0;visibility:hidden;transform:translateY(65px)}.doctor-section-3 .doctor-items .doctor-image .doctor-share .social-icon li a{background:var(--white-color);color:var(--primary-color);text-align:center}.doctor-section-3 .doctor-items .doctor-image .doctor-share .social-icon li a:hover{color:var(--white-color)}.doctor-section-3 .doctor-items .doctor-image .doctor-share .doctor-share-icon{cursor:pointer;background-color:var(--primary-color);width:50px;height:50px;color:var(--white-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100px;justify-content:center;align-items:center;margin-top:15px;display:flex}.doctor-section-3 .doctor-items .doctor-image .doctor-share .doctor-share-icon svg{width:20px;height:20px}.doctor-section-3 .doctor-items .doctor-image .doctor-review{z-index:1;background-color:#fffc;border-radius:100px;padding:5px 15px;position:absolute;top:20px;left:20px}.doctor-section-3 .doctor-items .doctor-image .doctor-review p{margin-bottom:0}.doctor-section-3 .doctor-items .doctor-content h3{color:var(--black-color);text-transform:capitalize;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);margin-bottom:5px}.doctor-section-3 .doctor-items .doctor-content h3:hover{color:var(--primary-color)}.doctor-section-3 .doctor-items .doctor-content p{text-transform:capitalize;margin:0}@media (max-width:767px){.doctor-section-3 .doctor-items .doctor-content p{font-size:14px;line-height:1.4em}}.doctor-section-3 .doctor-items:hover .doctor-share .social-icon{opacity:1;visibility:visible;transform:translate(0)}.doctor-section-3 .doctor-items:hover .doctor-image img{transform:scale(1.1)}.doctor-single-section .doctor-single-left{position:sticky;top:120px}@media (max-width:991px){.doctor-single-section .doctor-single-left{margin-bottom:30px}}.doctor-single-section .doctor-single-left .image-1 figure{border-radius:var(--border-radius-three);overflow:hidden}@media (max-width:1199px){.doctor-single-section .doctor-single-left .image-1 figure{border-radius:20px}}.doctor-single-section .doctor-single-left .image-1 figure img{object-fit:cover;width:100%}.doctor-single-section .doctor-single-left .section-title h2{font-size:32px;font-weight:700;line-height:1.4em}@media (max-width:767px){.doctor-single-section .doctor-single-left .section-title h2{font-size:26px}}.doctor-single-section .doctor-single-right{margin-left:50px}@media (max-width:991px){.doctor-single-section .doctor-single-right{margin-left:0}}.doctor-single-section .doctor-single-right h3{margin-bottom:10px}.doctor-single-section .doctor-single-right .doctor-biography{margin-bottom:40px}.doctor-single-section .doctor-single-right .doctor-biography .doctor-info-list li{display:-webkit-flex;display:-moz-flex;align-items:center;margin-bottom:15px;display:flex}.doctor-single-section .doctor-single-right .doctor-biography .doctor-info-list li span:first-child{width:200px}@media (max-width:767px){.doctor-single-section .doctor-single-right .doctor-biography .doctor-info-list li span:first-child{width:120px}}.doctor-single-section .doctor-single-right .doctor-biography .doctor-info-list li span:last-child{flex:1}.doctor-single-section .doctor-single-right .doctor-awards{margin-bottom:40px}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper{display:-webkit-flex;display:-moz-flex;gap:30px;margin-bottom:30px;display:flex}@media (max-width:767px){.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper{-moz-flex-direction:column;flex-direction:column}}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item{display:-webkit-flex;display:-moz-flex;flex:1;align-items:center;display:flex}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item .doctor-awards-icon{background-color:var(--extra-color);color:var(--primary-color);width:80px;height:80px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;margin-right:20px;display:flex;position:relative}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item .doctor-awards-icon:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item .doctor-awards-icon figure{z-index:2;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);position:relative}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item .doctor-awards-icon figure img{object-fit:cover;width:50px;height:50px}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item .doctor-awards-title{width:calc(100% - 100px)}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item .doctor-awards-title h3{color:var(--black-color);margin-bottom:5px}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item .doctor-awards-title p{margin:0}@media (max-width:767px){.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item .doctor-awards-title p{font-size:14px;line-height:1.6em}}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item:hover .doctor-awards-icon:before{opacity:1;transform:scale(1)}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item:hover .doctor-awards-icon figure{transform:scale(-1)rotate(180deg)}.doctor-single-section .doctor-single-right .doctor-awards .doctor-awards-wappper .doctor-awards-item:hover .doctor-awards-icon figure img{filter:brightness(0)invert()}.faq-section-1 .faq-wapper{background-color:var(--background-one);border-radius:var(--border-radius-three);padding:50px}@media (max-width:1199px){.faq-section-1 .faq-wapper{border-radius:20px}}@media (max-width:991px){.faq-section-1 .faq-wapper{padding:20px}}.faq-section-1 .faq-wapper .faq-image{padding-right:50px;position:relative}@media (max-width:991px){.faq-section-1 .faq-wapper .faq-image{margin-bottom:30px;padding-right:0}}.faq-section-1 .faq-wapper .faq-image figure{border-radius:var(--border-radius-three);display:block}@media (max-width:1199px){.faq-section-1 .faq-wapper .faq-image figure{border-radius:20px}}.faq-section-1 .faq-wapper .faq-image figure{overflow:hidden}.faq-section-1 .faq-wapper .faq-image figure img{object-fit:cover;width:100%}.faq-section-1 .faq-wapper .faq-image .faq-cta-box{background-color:var(--primary-color);text-align:center;z-index:1;border-radius:20px;padding:25px;animation:5s linear infinite move-right;position:absolute;bottom:20%;right:0}@media (max-width:991px){.faq-section-1 .faq-wapper .faq-image .faq-cta-box{bottom:18%}}.faq-section-1 .faq-wapper .faq-image .faq-cta-box .faq-cta-icon{background-color:var(--extra-color-two);border-radius:var(--border-radius-three);width:80px;height:80px;color:var(--primary-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;margin:0 auto 15px;display:flex}.faq-section-1 .faq-wapper .faq-image .faq-cta-box .faq-cta-content{flex:1}.faq-section-1 .faq-wapper .faq-image .faq-cta-box .faq-cta-content h6{color:var(--primary-color);margin-bottom:0}.faq-section-1 .faq-wapper .faq-image .faq-cta-box .faq-cta-content p{margin:0}.faq-section-1 .faq-wapper .faq-content .section-title{text-align:start;margin-left:0}.faq-section-2{background-color:var(--background-one)}.faq-section-2 .faq-video{width:calc(50% - 50px);height:100%;position:absolute}@media (max-width:991px){.faq-section-2 .faq-video{width:100%;height:100%;position:relative}}.faq-section-2 .faq-video figure{border-radius:0 45px 45px 0;width:100%;height:100%;display:block;overflow:hidden}@media (max-width:991px){.faq-section-2 .faq-video figure{border-radius:0;height:auto}}.faq-section-2 .faq-video figure img{object-fit:cover;width:100%;height:100%}.faq-section-2 .faq-video .faq-video-wapper{z-index:2;width:100%;height:100%;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;margin:auto;display:flex;position:absolute;inset:0}.faq-section-2 .faq-video .faq-video-wapper .video-play{background-color:var(--white-color);width:100px;height:100px;color:var(--black-color);z-index:1;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;margin:auto;font-size:24px;animation:2s infinite spineer2;display:flex;position:relative}@media (max-width:540px){.faq-section-2 .faq-video .faq-video-wapper .video-play{width:80px;height:80px;font-size:18px}}.faq-section-2 .faq-content{align-content:center;height:100%;padding:100px 0}@media (max-width:991px){.faq-section-2 .faq-content{padding:40px 0 80px}}.faq-section-3{background-color:var(--background-one)}.faq-section-3 .faq-image{padding-right:50px;position:relative}@media (max-width:991px){.faq-section-3 .faq-image{margin-bottom:40px;padding-right:0}}.faq-section-3 .faq-image figure{border-radius:var(--border-radius-three);display:block}@media (max-width:1199px){.faq-section-3 .faq-image figure{border-radius:20px}}.faq-section-3 .faq-image figure{overflow:hidden}.faq-section-3 .faq-image figure img{object-fit:cover;width:100%}.faq-section form .form-group .field-inner input{background-color:var(--body-color);margin-bottom:0;padding-right:60px}.faq-section form .form-group .field-inner button{width:58px;height:100%;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;background:0 0;justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.faq-section form .form-group .field-inner button:hover{color:var(--primary-color)}.features-section-1 .features-item{z-index:1;border-radius:var(--border-radius-three);height:528px;margin-bottom:30px;padding:30px;position:relative}@media (max-width:1199px){.features-section-1 .features-item{border-radius:20px;padding:20px}}@media (max-width:575px){.features-section-1 .features-item{height:auto}}.features-section-1 .features-item .features-item-content h3{margin-bottom:10px}.features-section-1 .features-item .features-item-content p{margin-bottom:20px}.features-section-1 .features-1{background-color:var(--extra-color-one)}.features-section-1 .features-1 .features-item-content{max-width:460px}.features-section-1 .features-1 .features-item-image{max-width:80%;position:absolute;bottom:20px;right:20px}@media (max-width:575px){.features-section-1 .features-1 .features-item-image{max-width:100%;margin-top:30px;position:relative;bottom:0;right:0}}.features-section-1 .features-2{background-color:var(--extra-color-two)}.features-section-1 .features-2 .features-item-image{text-align:center;margin:0 auto;position:absolute;bottom:0;left:0;right:0}@media (max-width:575px){.features-section-1 .features-2 .features-item-image{position:relative}}.features-section-1 .features-3{background-color:var(--extra-color-three)}.features-section-1 .features-3 .features-item-image{text-align:center;margin:0 auto;position:absolute;bottom:0;left:0;right:0}@media (max-width:575px){.features-section-1 .features-3 .features-item-image{position:relative}}.features-section-1 .features-4{background-color:var(--extra-color-four)}.features-section-1 .features-4 .features-item-content{display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;-moz-justify-content:space-between;flex-direction:column;justify-content:space-between;gap:20px;height:100%;display:flex}.features-section-1 .features-4 .features-item-content .features-exam-text{max-width:360px}.features-section-1 .features-4 .features-item-content .features-specialist-box{position:relative}.features-section-1 .features-4 .features-item-content .features-specialist-box .features-specialist-list li+li{margin-left:-20px}.features-section-1 .features-4 .features-item-content .features-specialist-box .features-specialist-list li figure{border-radius:var(--border-radius-three);display:block}@media (max-width:1199px){.features-section-1 .features-4 .features-item-content .features-specialist-box .features-specialist-list li figure{border-radius:20px}}.features-section-1 .features-4 .features-item-content .features-specialist-box .features-specialist-list li figure{overflow:hidden}.features-section-1 .features-4 .features-item-content .features-specialist-box .features-specialist-list li figure img{object-fit:cover;border:4px solid var(--white-color);border-radius:50%;width:68px;height:68px}.features-section-1 .features-4 .features-item-content .features-specialist-box .features-specialist-list li span{background:var(--primary-color);color:var(--white-color);border:4px solid var(--white-color);width:65px;height:65px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;z-index:3;border-radius:100px;justify-content:center;align-items:center;font-size:18px;font-weight:700;line-height:80px;display:flex;position:relative}.features-section-1 .features-4 .features-item-image{z-index:-1;position:absolute;bottom:0;right:0}@media (max-width:575px){.features-section-1 .features-4 .features-item-image{max-width:70%;margin-left:auto;position:relative}}.photo-gallery{margin-bottom:30px;position:relative}.photo-gallery:before{content:"";background:var(--extra-color-five);border-radius:var(--border-radius-three);width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:1199px){.photo-gallery:before{border-radius:20px}}.photo-gallery:before{-o-transition:all .4s;z-index:2;opacity:0;transition:all .4s;transform:scale(.9)}.photo-gallery .photo-gallery-image figure{border-radius:var(--border-radius-three);display:block}@media (max-width:1199px){.photo-gallery .photo-gallery-image figure{border-radius:20px}}.photo-gallery .photo-gallery-image figure{overflow:hidden}.photo-gallery .photo-gallery-image figure img{object-fit:cover;width:100%;height:100%}.photo-gallery .photo-gallery-icon{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;z-index:3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;right:0}.photo-gallery .photo-gallery-icon .photo-popup{color:var(--black-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-o-transition:all .5s ease;opacity:0;justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;transition:all .5s;display:flex;transform:scale(0)}.photo-gallery .photo-gallery-icon .photo-popup i{background-color:var(--white-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.photo-gallery:hover:before{opacity:.82;transform:scale(1)}.photo-gallery:hover .photo-gallery-icon .photo-popup{opacity:1;transform:scale(1)}.video-gallery-item{margin-bottom:30px}.video-gallery-item .video-popup{display:block;position:relative}.video-gallery-item .video-popup figure{border-radius:var(--border-radius-three);display:block}@media (max-width:1199px){.video-gallery-item .video-popup figure{border-radius:20px}}.video-gallery-item .video-popup figure{overflow:hidden}.video-gallery-item .video-popup figure img{object-fit:cover;width:100%;height:100%}.video-gallery-item .video-popup .play-button{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;z-index:2;background-color:var(--primary-color);width:60px;height:60px;color:var(--white-color);border-radius:100px;justify-content:center;align-items:center;margin:auto;display:flex;position:absolute;inset:0}.video-gallery-item .video-popup:before{content:"";background:var(--extra-color-five);border-radius:var(--border-radius-three);width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:1199px){.video-gallery-item .video-popup:before{border-radius:20px}}.video-gallery-item .video-popup:before{-o-transition:all .4s;z-index:2;opacity:0;transition:all .4s;transform:scale(.9)}.video-gallery-item .video-popup:hover:before{opacity:.82;transform:scale(1)}.video-gallery-item .video-popup:hover .play-button{background-color:var(--white-color);color:var(--black-color)}.hero-section-1{z-index:1;background-repeat:no-repeat;background-size:cover;padding:220px 0 80px;position:relative;overflow:hidden}@media (max-width:1199px){.hero-section-1{padding:150px 0 80px}}.hero-section-1 .hero-shape{z-index:-1;width:100%;height:650px;position:absolute}@media (max-width:1199px){.hero-section-1 .hero-shape{display:none}}.hero-section-1 .hero-shape-one{max-width:160px;animation:5s linear infinite zoom;position:relative;top:0;left:20px}@media (max-width:1400px){.hero-section-1 .hero-shape-one{max-width:90px}}.hero-section-1 .hero-shape-two{max-width:110px;animation:5s linear infinite move-left;position:absolute;bottom:0;left:150px}@media (max-width:1400px){.hero-section-1 .hero-shape-two{max-width:80px;bottom:40px}}.hero-section-1 .hero-shape-three{max-width:110px;animation:5s linear infinite move-bottom;position:absolute;top:50%;right:90px}.hero-section-1 .hero-content{z-index:1;position:relative}@media (max-width:991px){.hero-section-1 .hero-content{margin-bottom:40px}}.hero-section-1 .hero-content .section-title{text-align:start;margin-left:0}.hero-section-1 .hero-content .section-title h1{font-size:62px;font-weight:800}@media (max-width:1499px){.hero-section-1 .hero-content .section-title h1{font-size:52px}}@media (max-width:767px){.hero-section-1 .hero-content .section-title h1{font-size:36px}}.hero-section-1 .hero-content .hero-button-wappper{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;align-items:center;gap:15px 20px;display:flex}.hero-section-1 .hero-content .hero-button-wappper .style-1 i{transform:rotate(0)}.hero-section-1 .hero-image{position:relative}.hero-section-1 .hero-image .hero-image-left figure{border-radius:var(--border-radius-three);width:100%;display:block}@media (max-width:1199px){.hero-section-1 .hero-image .hero-image-left figure{border-radius:20px}}.hero-section-1 .hero-image .hero-image-left figure{overflow:hidden}.hero-section-1 .hero-image .hero-image-left figure img{object-fit:contain;width:100%;height:100%}.hero-section-1 .hero-image .hero-image-right .hero-image-right-top{margin-bottom:25px}.hero-section-1 .hero-image .hero-image-right .hero-image-right-top figure{border-radius:var(--border-radius-three);width:100%;display:block}@media (max-width:1199px){.hero-section-1 .hero-image .hero-image-right .hero-image-right-top figure{border-radius:20px}}.hero-section-1 .hero-image .hero-image-right .hero-image-right-top figure{overflow:hidden}.hero-section-1 .hero-image .hero-image-right .hero-image-right-top figure img{object-fit:contain;width:100%;height:100%}.hero-section-1 .hero-image .hero-image-right .hero-image-right-bottom figure{border-radius:var(--border-radius-three);width:100%;display:block}@media (max-width:1199px){.hero-section-1 .hero-image .hero-image-right .hero-image-right-bottom figure{border-radius:20px}}.hero-section-1 .hero-image .hero-image-right .hero-image-right-bottom figure{overflow:hidden}.hero-section-1 .hero-image .hero-image-right .hero-image-right-bottom figure img{object-fit:contain;width:100%;height:100%}.hero-section-1 .hero-image .round-shape{z-index:-1;animation:5s linear infinite move-bottom;position:absolute;top:20px;left:30%}@media (max-width:576px){.hero-section-1 .hero-image .round-shape{left:20%}}.hero-section-1 .hero-image .round-shape span:first-child{border:1px solid var(--primary-color);border-radius:500px;width:180px;height:180px;display:block;position:relative}@media (max-width:576px){.hero-section-1 .hero-image .round-shape span:first-child{width:140px;height:140px}}.hero-section-1 .hero-image .round-shape span:nth-child(2){border:1px solid var(--primary-color);border-radius:500px;width:140px;height:140px;margin:auto;display:block;position:absolute;inset:0}@media (max-width:576px){.hero-section-1 .hero-image .round-shape span:nth-child(2){width:100px;height:100px}}.hero-section-1 .hero-image .round-shape span:nth-child(3){border:1px solid var(--primary-color);border-radius:500px;width:90px;height:90px;margin:auto;display:block;position:absolute;inset:0}@media (max-width:576px){.hero-section-1 .hero-image .round-shape span:nth-child(3){width:60px;height:60px}}.hero-section-2{margin-bottom:60px;padding-top:150px}@media (max-width:1299px){.hero-section-2{margin-bottom:50px;padding-top:82px}}.hero-section-2 .hero-items{display:-webkit-flex;display:-moz-flex;background-color:var(--extra-color-five);align-items:center;display:flex;position:relative;overflow:hidden}@media (max-width:991px){.hero-section-2 .hero-items{flex-direction:column-reverse}}.hero-section-2 .hero-items .hero-image{z-index:2;width:50%;height:100%;position:absolute;top:0;left:0}@media (max-width:991px){.hero-section-2 .hero-items .hero-image{width:100%;position:relative;bottom:0}}.hero-section-2 .hero-items .hero-image figure{width:100%;height:100%}.hero-section-2 .hero-items .hero-image figure img{object-fit:cover;width:100%;height:100%}.hero-section-2 .hero-items .hero-content{background-position:0 100%;background-size:cover;flex:1;width:50%;margin-left:50%;padding:180px 50px}@media (max-width:991px){.hero-section-2 .hero-items .hero-content{flex:1;width:100%;margin-left:0;padding:80px 30px}}@media (max-width:767px){.hero-section-2 .hero-items .hero-content{padding-left:20px;padding-right:20px}}.hero-section-2 .hero-items .hero-content .section-title{max-width:580px}.hero-section-2 .hero-items .hero-content .section-title .sub-title{background-color:var(--white-color)}.hero-section-2 .hero-items .hero-content .section-title h1{color:var(--white-color);font-size:62px;font-weight:800}@media (max-width:1499px){.hero-section-2 .hero-items .hero-content .section-title h1{font-size:52px}}@media (max-width:767px){.hero-section-2 .hero-items .hero-content .section-title h1{font-size:36px}}.hero-section-2 .hero-items .hero-content .section-title p{color:var(--white-color)}.hero-section-2 .hero-items .hero-content .hero-button-wappper{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;align-items:center;gap:15px 20px;display:flex}.hero-section-2 .hero-items .hero-content .hero-button-wappper .style-4 i{transform:rotate(0)}.hero-section-2 .hero-round{inset-inline-end:115px;z-index:2;background:var(--white-color);border-radius:100px;max-width:150px;margin:0 auto;padding:10px;display:block;position:absolute;bottom:-70px;left:0;right:0}@media (max-width:1199px){.hero-section-2 .hero-round{max-width:120px}}@media (max-width:991px){.hero-section-2 .hero-round{inset-inline-end:0}}@media (max-width:767px){.hero-section-2 .hero-round{margin-top:40px}}.hero-section-2 .hero-round:after,.hero-section-2 .hero-round:before{content:"";width:20px;height:40px;-webkit-box-shadow:0 20px 0 0 var(--white-color);-moz-box-shadow:0 20px 0 0 var(--white-color);-ms-box-shadow:0 20px 0 0 var(--white-color);-o-box-shadow:0 20px 0 0 var(--white-color);box-shadow:0 20px 0 0 var(--white-color);background-color:#0000;position:absolute;bottom:70px}.hero-section-2 .hero-round:before{border-bottom-right-radius:20px;right:99%}@media (max-width:1199px){.hero-section-2 .hero-round:before{right:94%}}.hero-section-2 .hero-round:after{border-bottom-left-radius:20px;left:99%}@media (max-width:1199px){.hero-section-2 .hero-round:after{left:94%}}.hero-section-2 .hero-round .hero-round-text{background-color:var(--primary-color);width:130px;height:130px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;text-align:center;border-radius:100%;justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative}@media (max-width:1199px){.hero-section-2 .hero-round .hero-round-text{width:100px;height:100px}}.hero-section-2 .hero-round .hero-round-text img{padding:8px;animation:10s linear infinite infiniterotate;position:absolute}.hero-section-2 .hero-round .hero-round-text i{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;background-color:var(--white-color);width:50%;height:50%;color:var(--black-color);border-radius:50px;justify-content:center;align-items:center;margin:auto;font-size:24px;display:flex;position:absolute;left:0;right:0}.hero-section-3{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.hero-section-3:after{content:"";background:linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color) 100%);opacity:.85;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section-3 .hero-slider{z-index:3;position:relative}.hero-section-3 .hero-slider .swiper-slide-active .hero-content .section-title span{animation:1s fadeInLeft}.hero-section-3 .hero-slider .swiper-slide-active .hero-content .section-title h1{animation:1.5s fadeInLeft}.hero-section-3 .hero-slider .swiper-slide-active .hero-content .section-title p{animation:2s fadeInLeft}.hero-section-3 .hero-slider .swiper-slide-active .hero-content .hero-button-wappper{animation:2.5s fadeInLeft}.hero-section-3 .hero-slider .swiper-slide-active .hero-image{animation:1s fadeInUp}.hero-section-3 .hero-slider .swiper-pagination{left:inherit;z-index:2;width:25px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-moz-flex-direction:column;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin:auto;display:flex;top:0;bottom:0;right:30px;position:absolute!important}@media (max-width:1199px){.hero-section-3 .hero-slider .swiper-pagination{display:none}}.hero-section-3 .hero-slider .swiper-pagination .swiper-pagination-bullet{background:var(--white-color)!important}.hero-section-3 .hero-slider .swiper-pagination .swiper-pagination-bullet-active:before{border-color:var(--white-color)!important}.hero-section-3 .hero-content{z-index:2;padding:280px 0 140px;position:relative}@media (max-width:1199px){.hero-section-3 .hero-content{padding:220px 0 50px}}@media (max-width:991px){.hero-section-3 .hero-content{padding:150px 0 50px}}.hero-section-3 .hero-content .section-title .sub-title{background-color:var(--white-color)}.hero-section-3 .hero-content h1{color:var(--white-color);font-size:62px;font-weight:800}@media (max-width:1499px){.hero-section-3 .hero-content h1{font-size:52px}}@media (max-width:767px){.hero-section-3 .hero-content h1{font-size:36px}}.hero-section-3 .hero-content p{color:var(--white-color)}.hero-section-3 .hero-content .hero-button-wappper{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;align-items:center;gap:15px 20px;display:flex}.hero-section-3 .hero-image{z-index:2;position:relative}.hero-section-3 .hero-image:before{content:"";opacity:.2;background:linear-gradient(90deg, var(--primary-color) 0%, var(--extra-color-five) 100%);clip-path:polygon(25.978% 100%,25.978% 100%,26.681% 88.144%,25.049% 77.376%,21.698% 67.444%,17.247% 58.093%,12.31% 49.07%,7.506% 40.121%,3.451% 30.993%,.762% 21.433%,.056% 11.186%,1.949% 0%,100% 0%,100% 100%,25.978% 100%);z-index:-1;position:absolute;inset:-40px 155px -30px 0}@media (max-width:1199px){.hero-section-3 .hero-image:before{display:none}}.hero-section-3 .hero-image .hero-image-one{text-align:center}.hero-section-3 .hero-shape>*{z-index:2;position:absolute}.hero-section-3 .hero-shape .hero-shape-one,.hero-section-3 .hero-shape .hero-shape-two,.hero-section-3 .hero-shape .hero-shape-three{opacity:.08;animation:3s linear infinite forwards rotate;top:220px;left:512px}.hero-section-3 .hero-shape .hero-shape-two{top:280px;left:40%}.hero-section-3 .hero-shape .hero-shape-three{top:auto;bottom:230px;left:32%}.hero-section-3 .hero-shape .hero-shape-four{animation:5s linear infinite move-left;bottom:72px;left:345px}.hero-section-3 .hero-shape .hero-shape-five{top:32px;right:32px}.how-it-work-section{background-color:var(--background-one);padding:100px 0 250px}@media (max-width:991px){.how-it-work-section{padding:50px 0 200px}}.how-it-work-section .work-process-list{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;gap:30px;display:flex}.how-it-work-section .work-process-list .work-process-item{z-index:1;width:calc(33.33% - 20px);position:relative}@media (max-width:991px){.how-it-work-section .work-process-list .work-process-item{width:calc(50% - 15px)}}@media (max-width:767px){.how-it-work-section .work-process-list .work-process-item{width:100%}}.how-it-work-section .work-process-list .work-process-item .work-process-line{width:210px;height:55px;position:absolute;top:30px;right:40px}@media (max-width:1399px){.how-it-work-section .work-process-list .work-process-item .work-process-line{right:10px}}@media (max-width:1199px){.how-it-work-section .work-process-list .work-process-item .work-process-line{width:140px}}@media (max-width:991px){.how-it-work-section .work-process-list .work-process-item .work-process-line{display:none}}.how-it-work-section .work-process-list .work-process-item .work-process-icon{background-color:var(--extra-color);width:100px;height:100px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100px;justify-content:center;align-items:center;margin-bottom:15px;display:flex;position:relative}@media (max-width:767px){.how-it-work-section .work-process-list .work-process-item .work-process-icon{width:80px;height:80px}}.how-it-work-section .work-process-list .work-process-item .work-process-icon .icon figure{z-index:2;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);position:relative}.how-it-work-section .work-process-list .work-process-item .work-process-icon .icon figure img{object-fit:cover;width:50px;height:50px}.how-it-work-section .work-process-list .work-process-item .work-process-icon .work-process-num{width:40px;height:40px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;background-color:var(--primary-color);color:var(--white-color);border-radius:var(--border-radius-three);justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:-15px}@media (max-width:1199px){.how-it-work-section .work-process-list .work-process-item .work-process-icon .work-process-num{border-radius:20px}}.how-it-work-section .work-process-list .work-process-item .work-process-icon .work-process-num{border:3px solid var(--body-color);z-index:3}.how-it-work-section .work-process-list .work-process-item .work-process-icon:after{content:"";background-color:var(--primary-color);-o-transition:all .4s;z-index:1;opacity:0;border-radius:100px;width:100%;height:100%;transition:all .4s;position:absolute;top:0;left:0;transform:scale(.9)}.how-it-work-section .work-process-list .work-process-item .work-process-content h3{margin-bottom:10px}.how-it-work-section .work-process-list .work-process-item .work-process-content p{margin-bottom:0}.how-it-work-section .work-process-list .work-process-item:hover .work-process-icon:after{opacity:1;transform:scale(1)}.how-it-work-section .work-process-list .work-process-item:hover .work-process-icon figure{transform:scale(-1)rotate(180deg)}.how-it-work-section .work-process-list .work-process-item:hover .work-process-icon figure img{filter:brightness(0)invert()}.instagram-section .container-fluid{padding:0}.instagram-section .container-fluid .row{margin-left:0;margin-right:0}.instagram-section .container-fluid .row .instagram-wapper .instagram-title{z-index:2;width:100%;height:100%;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;margin:auto;display:flex;position:absolute;left:0;right:0}.instagram-section .container-fluid .row .instagram-wapper .instagram-title h2{border:1px solid var(--border-color-one);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);letter-spacing:.5px;text-transform:capitalize;background-color:#ffffff80;border-radius:100px;padding:25px;font-size:40px;font-weight:700;line-height:1.2em}@media (max-width:1199px){.instagram-section .container-fluid .row .instagram-wapper .instagram-title h2{font-size:22px;line-height:1.4em}}.instagram-section .container-fluid .row .instagram-list{display:-webkit-flex;display:-moz-flex;display:flex;position:relative}@media (max-width:991px){.instagram-section .container-fluid .row .instagram-list{flex-wrap:wrap}}.instagram-section .container-fluid .row .instagram-list:before{content:"";background-color:var(--primary-rgb-05);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.instagram-section .container-fluid .row .instagram-list .instagram-item{position:relative}@media (max-width:991px){.instagram-section .container-fluid .row .instagram-list .instagram-item{width:33.33%}}.instagram-section .container-fluid .row .instagram-list .instagram-item .instagram-image figure{height:100%;display:block}.instagram-section .container-fluid .row .instagram-list .instagram-item .instagram-image figure img{object-fit:cover;width:100%;height:100%}.marquee-ticker-section{background-color:var(--extra-color-five);padding:50px 0;position:relative;overflow:hidden}.marquee-ticker-section .marquee-ticker-box{display:-webkit-flex;display:-moz-flex;align-items:center;gap:40px;display:flex;position:relative}@media (max-width:767px){.marquee-ticker-section .marquee-ticker-box{gap:20px}}.marquee-ticker-section .marquee-ticker-box .marquee-content{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;flex-shrink:0;justify-content:center;align-items:center;gap:40px;min-width:100%;animation:32s linear infinite scroll;display:flex}@media (max-width:767px){.marquee-ticker-section .marquee-ticker-box .marquee-content{gap:20px}}.marquee-ticker-section .marquee-ticker-box .marquee-content .marquee-icon{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;background-color:var(--white-color);border-radius:100px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}@media (max-width:767px){.marquee-ticker-section .marquee-ticker-box .marquee-content .marquee-icon{width:42px;height:42px}}.marquee-ticker-section .marquee-ticker-box .marquee-content .marquee-icon img{width:30px}.marquee-ticker-section .marquee-ticker-box .marquee-content p{font-family:var(--body-fonts);color:var(--white-color);letter-spacing:.5px;text-transform:capitalize;margin-bottom:0;font-size:40px;font-weight:700;line-height:1.2em;display:inline-block}@media (max-width:991px){.marquee-ticker-section .marquee-ticker-box .marquee-content p{font-size:36px}}@media (max-width:767px){.marquee-ticker-section .marquee-ticker-box .marquee-content p{font-size:26px}}.micon-section .micon-items{border-radius:var(--border-radius-three);margin-bottom:30px;padding:30px}@media (max-width:1199px){.micon-section .micon-items{border-radius:20px;padding:20px}}.micon-section .micon-items{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}@media (max-width:991px){.micon-section .micon-items{padding:20px}}.micon-section .micon-items.micon-items-one{background-color:var(--extra-color-one)}.micon-section .micon-items.micon-items-two{background-color:var(--extra-color-two)}.micon-section .micon-items.micon-items-three{background-color:var(--extra-color-three)}.micon-section .micon-items .micon-icon{width:80px;height:80px;margin-bottom:50px}.micon-section .micon-items .micon-content h2{margin-bottom:20px;font-size:22px}@media (max-width:767px){.micon-section .micon-items .micon-content h2{font-size:20px}}.micon-section .micon-items:hover .micon-icon{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);transform:scale(-1)rotate(180deg)}.partners-section-1 .partners-wapper{background-color:var(--background-one);border-radius:var(--border-radius-three)}@media (max-width:1199px){.partners-section-1 .partners-wapper{border-radius:20px}}.partners-section-1 .partners-wapper{padding:100px}@media (max-width:991px){.partners-section-1 .partners-wapper{padding:50px}}@media (max-width:576px){.partners-section-1 .partners-wapper{padding:20px}}.partners-section-1 .partners-wapper .partners-item{background:var(--white-color)}.partners-section-1 .partners-item{background:var(--background-one);border-radius:var(--border-radius-three)}@media (max-width:1199px){.partners-section-1 .partners-item{border-radius:20px}}.partners-section-1 .partners-item{width:100%;height:120px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;padding:20px;display:flex}@media (max-width:991px){.partners-section-1 .partners-item{height:120px}}.partners-section-2 .partners-title{z-index:1;text-align:center;margin-bottom:50px;position:relative}.partners-section-2 .partners-title:after{content:"";background-color:var(--border-color-one);z-index:-1;width:100%;height:1px;margin:auto;position:absolute;top:0;bottom:0;left:0}.partners-section-2 .partners-title h2{background-color:var(--white-color);border:1px solid var(--border-color-one);border-radius:100px;padding:10px 20px;font-size:22px;line-height:1.4em;display:inline-block}@media (max-width:767px){.partners-section-2 .partners-title h2{font-size:20px}}.partners-section-2 .partners-item{background:var(--background-one);width:100%;height:180px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:var(--border-radius-three);justify-content:center;align-items:center;display:flex}@media (max-width:1199px){.partners-section-2 .partners-item{border-radius:20px}}@media (max-width:991px){.partners-section-2 .partners-item{height:120px}}.portfolio-section-1 .portfolio-items{background-color:var(--background-one);border-radius:var(--border-radius-three);margin-bottom:30px;position:relative;overflow:hidden}@media (max-width:1199px){.portfolio-section-1 .portfolio-items{border-radius:20px}}.portfolio-section-1 .portfolio-items .portfolio-image{z-index:1;min-height:480px;position:relative;overflow:hidden}@media (max-width:767px){.portfolio-section-1 .portfolio-items .portfolio-image{min-height:420px}}.portfolio-section-1 .portfolio-items .portfolio-image:before{content:"";background:linear-gradient(180deg, #fff0 0%, var(--extra-color-five) 100%);border-radius:var(--border-radius-two);-o-transition:all .4s ease-in-out;z-index:2;opacity:.7;transition:all .4s ease-in-out;position:absolute;inset:0}.portfolio-section-1 .portfolio-items .portfolio-image figure{border-radius:25px;width:100%;height:100%;position:absolute;overflow:hidden}@media (max-width:767px){.portfolio-section-1 .portfolio-items .portfolio-image figure{border-radius:15px}}.portfolio-section-1 .portfolio-items .portfolio-image figure img{object-fit:cover;width:100%;height:100%;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);margin:auto;position:absolute;inset:0}.portfolio-section-1 .portfolio-items .portfolio-content{z-index:2;display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;-o-transition:all .4s ease-in-out;justify-content:space-between;align-items:center;gap:20px;transition:all .4s ease-in-out;display:flex;position:absolute;bottom:30px;left:30px;right:30px}@media (max-width:767px){.portfolio-section-1 .portfolio-items .portfolio-content{left:20px;right:20px}}.portfolio-section-1 .portfolio-items .portfolio-content .portfolio-title{width:calc(100% - 100px);display:block}.portfolio-section-1 .portfolio-items .portfolio-content .portfolio-title h3{color:var(--white-color);text-transform:capitalize;margin-bottom:15px}.portfolio-section-1 .portfolio-items .portfolio-content .portfolio-title .portfolio-meta{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;gap:5px;display:flex}.portfolio-section-1 .portfolio-items .portfolio-content .portfolio-title .portfolio-meta li{border:1px solid var(--white-color);color:var(--white-color);background-color:#0000001a;border-radius:100px;padding:4px 12px;font-size:14px;display:block}.portfolio-section-1 .portfolio-items .portfolio-content .portfolio-button-wapper{-webkit-box-flex:0 1;text-align:center;flex:0;margin:0 auto}.portfolio-section-1 .portfolio-items .portfolio-content .portfolio-button-wapper .portfolio-button-icon{border:1px solid var(--white-color);width:48px;height:48px;color:var(--white-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-o-transition:.5s all ease;border-radius:100px;justify-content:center;align-items:center;font-size:18px;transition:all .5s;display:flex}.portfolio-section-1 .portfolio-items .portfolio-content .portfolio-button-wapper .portfolio-button-icon i{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;display:flex}.portfolio-section-1 .portfolio-items .portfolio-content .portfolio-button-wapper .portfolio-button-icon:hover{background-color:var(--white-color);border-color:var(--white-color);color:var(--black-color)}.portfolio-section-1 .portfolio-items:hover .portfolio-image img{transform:scale(1.1)}.portfolio-section-1 .more-portfolio-content{text-align:center;width:100%;max-width:630px;margin:0 auto}.portfolio-section-1 .more-portfolio-content p{margin-bottom:20px}.portfolio-section-2 .portfolio-items{height:calc(100% - 30px);margin-bottom:30px;position:relative;overflow:hidden}.portfolio-section-2 .portfolio-items .portfolio-image{height:100%}.portfolio-section-2 .portfolio-items .portfolio-image a{height:100%;display:block}.portfolio-section-2 .portfolio-items .portfolio-image a figure{border-radius:var(--border-radius-three);height:100%;display:block}@media (max-width:1199px){.portfolio-section-2 .portfolio-items .portfolio-image a figure{border-radius:20px}}.portfolio-section-2 .portfolio-items .portfolio-image a figure{overflow:hidden}.portfolio-section-2 .portfolio-items .portfolio-image a figure img{object-fit:cover;width:100%;height:100%;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.portfolio-section-2 .portfolio-items .portfolio-content{background:var(--white-color);top:inherit;opacity:0;word-break:break-word;-o-transition:all .5s;z-index:1;border-radius:20px;padding:25px 30px;transition:all .5s;position:absolute;bottom:30px;left:30px;right:30px;transform:translateY(100%)scale(.7)}@media (max-width:767px){.portfolio-section-2 .portfolio-items .portfolio-content{padding:20px;bottom:20px;left:20px;right:20px}}.portfolio-section-2 .portfolio-items .portfolio-content h3{text-transform:capitalize;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);margin-bottom:10px}.portfolio-section-2 .portfolio-items .portfolio-content h3:hover{color:var(--primary-color)}.portfolio-section-2 .portfolio-items .portfolio-content p{margin:0}@media (max-width:767px){.portfolio-section-2 .portfolio-items .portfolio-content p{font-size:14px;line-height:1.6em}}.portfolio-section-2 .portfolio-items:hover .portfolio-image a figure img{transform:scale(1.1)}.portfolio-section-2 .portfolio-items:hover .portfolio-content{-o-transition:all .5s;opacity:1;transition:all .5s;transform:translateY(0)}.portfolio-shape-1{z-index:-1;position:absolute;top:0;right:0}.portfolio-shape-1 figure img{opacity:.5;width:auto}@media (max-width:767px){.portfolio-shape-1{display:none}}.portfolio-single-section .portfolio-single-post{margin-left:30px}@media (max-width:1199px){.portfolio-single-section .portfolio-single-post{margin-bottom:30px;margin-left:0}}.portfolio-single-section .portfolio-single-post .portfolio-single-media{margin-bottom:30px}.portfolio-single-section .portfolio-single-post .portfolio-single-media figure{border-radius:var(--border-radius-three);overflow:hidden}@media (max-width:1199px){.portfolio-single-section .portfolio-single-post .portfolio-single-media figure{border-radius:20px}}.portfolio-single-section .portfolio-single-post .portfolio-single-media figure img{object-fit:cover;width:100%}.portfolio-single-section .portfolio-single-post .portfolio-single-contain .portfolio-entry-content h2{margin-bottom:20px;font-size:40px;font-weight:700;line-height:1.2em}@media (max-width:991px){.portfolio-single-section .portfolio-single-post .portfolio-single-contain .portfolio-entry-content h2{margin-bottom:10px;font-size:36px}}@media (max-width:767px){.portfolio-single-section .portfolio-single-post .portfolio-single-contain .portfolio-entry-content h2{font-size:26px}}.portfolio-single-section .portfolio-single-post .portfolio-single-contain .portfolio-entry-content h3{margin-bottom:10px}.pricing-tabs{text-align:center;margin-bottom:30px}.pricing-tabs .nav-tabs{border:1px solid var(--border-color-one);background-color:#0000;border-radius:10px;gap:10px;padding:10px;display:inline-flex;overflow:hidden}.pricing-tabs .nav-tabs button{text-transform:capitalize;border:none;border-radius:5px;padding:10px 25px;background-color:var(--background-one)!important;color:var(--black-color)!important}.pricing-tabs .nav-tabs button.active{background-color:var(--primary-color)!important;color:var(--white-color)!important}.pricing-section-1 .pricing-image-item{background-color:var(--extra-color-five);border-radius:var(--border-radius-three);height:calc(100% - 30px);margin-bottom:30px;padding:30px;position:relative}@media (max-width:1199px){.pricing-section-1 .pricing-image-item{border-radius:20px;padding:20px}}.pricing-section-1 .pricing-image-item .pricing-image-content{z-index:1;position:relative}.pricing-section-1 .pricing-image-item .pricing-image-content span{color:var(--white-color);text-transform:uppercase;margin-bottom:10px;display:block}.pricing-section-1 .pricing-image-item .pricing-image-content h3{color:var(--white-color);margin-bottom:10px}.pricing-section-1 .pricing-image-item .pricing-image-content p{color:var(--white-color)}.pricing-section-1 .pricing-image-item .pricing-image-content a{background-color:var(--white-color);color:var(--black-color);-o-transition:.3s;width:45px;height:45px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:50%;justify-content:center;align-items:center;margin-top:20px;transition:all .3s;display:flex;overflow:hidden;transform:rotate(-45deg)}.pricing-section-1 .pricing-image-item .pricing-image-content a:hover{background-color:var(--primary-color);color:var(--white-color);transform:rotate(0)}.pricing-section-1 .pricing-image-item .pricing-image{position:absolute;bottom:0;left:0;right:0}@media (max-width:991px){.pricing-section-1 .pricing-image-item .pricing-image{position:relative}}.pricing-section-1 .pricing-image-item .pricing-image img{width:100%;max-width:320px}.pricing-section-1 .pricing-item{border:1px solid var(--border-color-one);border-radius:var(--border-radius-three);margin-bottom:30px;padding:30px;position:relative}@media (max-width:1199px){.pricing-section-1 .pricing-item{border-radius:20px;padding:20px}}.pricing-section-1 .pricing-item{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}@media (max-width:991px){.pricing-section-1 .pricing-item{padding:20px}}.pricing-section-1 .pricing-item .pricing-content .pricing-text{border-bottom:1px solid var(--border-color-one);margin-bottom:25px;padding-bottom:10px;position:relative}.pricing-section-1 .pricing-item .pricing-content .pricing-text:before{content:"";background-color:var(--primary-color);-o-transition:all .4s ease-in;width:0;height:1px;transition:all .4s ease-in;position:absolute;bottom:-1px;left:0}.pricing-section-1 .pricing-item .pricing-content .pricing-text .pricing-plan-title{color:var(--black-color);display:-webkit-flex;display:-moz-flex;align-items:center;gap:10px;margin-bottom:20px;font-size:18px;font-weight:600;display:flex}.pricing-section-1 .pricing-item .pricing-content .pricing-text .pricing-plan-title span{background-color:var(--primary-color);color:var(--white-color);border-radius:100px;margin-left:5px;padding:2px 10px;font-size:14px;font-weight:400;display:inline-block}.pricing-section-1 .pricing-item .pricing-content .pricing-text .pricing-plan-price{color:var(--black-color);margin-bottom:5px;font-size:40px;font-weight:700;line-height:1.2em}@media (max-width:991px){.pricing-section-1 .pricing-item .pricing-content .pricing-text .pricing-plan-price{font-size:36px}}@media (max-width:767px){.pricing-section-1 .pricing-item .pricing-content .pricing-text .pricing-plan-price{font-size:32px}}.pricing-section-1 .pricing-item .pricing-content .pricing-text .pricing-plan-price span{color:var(--black-color);font-size:16px;font-weight:500}.pricing-section-1 .pricing-item .pricing-content .pricing-list p{font-weight:600}.pricing-section-1 .pricing-item .pricing-content .pricing-list .pricing-button-wapper{text-align:center}.pricing-section-1 .pricing-item.tagged{background-color:var(--primary-color)}.pricing-section-1 .pricing-item.tagged .pricing-content .pricing-text{border-color:var(--white-color)}.pricing-section-1 .pricing-item.tagged .pricing-content .pricing-text:before{background-color:var(--white-color)}.pricing-section-1 .pricing-item.tagged .pricing-content .pricing-text .pricing-plan-title{color:var(--white-color)}.pricing-section-1 .pricing-item.tagged .pricing-content .pricing-text .pricing-plan-title span{background-color:var(--white-color);color:var(--black-color);font-weight:500}.pricing-section-1 .pricing-item.tagged .pricing-content .pricing-text .pricing-plan-price{color:var(--white-color)}.pricing-section-1 .pricing-item.tagged .pricing-content .pricing-text .pricing-plan-price span{color:var(--white-color);font-size:16px;font-weight:500}.pricing-section-1 .pricing-item.tagged .pricing-content .pricing-text .desc,.pricing-section-1 .pricing-item.tagged .pricing-content .pricing-list,.pricing-section-1 .pricing-item.tagged .pricing-content .pricing-list ul li:before{color:var(--white-color)}.pricing-section-1 .pricing-item.tagged:hover{background-color:var(--primary-color)}.pricing-section-1 .pricing-item:hover{background-color:var(--background-one)}.pricing-section-1 .pricing-item:hover .pricing-content .pricing-text:before{width:100%}.pricing-section-2 .pricing-title-box{position:sticky;top:120px}@media (max-width:991px){.pricing-section-2 .pricing-title-box{margin-bottom:10px}}.pricing-section-2 .pricing-question p a{color:var(--black-color)}.pricing-section-2 .pricing-list-box{display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;flex-direction:column;gap:30px;display:flex}@media (max-width:991px){.pricing-section-2 .pricing-list-box{margin-top:20px}}.pricing-section-2 .pricing-list-box .pricing-item{border-radius:var(--border-radius-three);padding:30px}@media (max-width:1199px){.pricing-section-2 .pricing-list-box .pricing-item{border-radius:20px;padding:20px}}.pricing-section-2 .pricing-list-box .pricing-item.pricing-1{background-color:var(--extra-color-one)}.pricing-section-2 .pricing-list-box .pricing-item.pricing-2{background-color:var(--extra-color-two)}.pricing-section-2 .pricing-list-box .pricing-item.pricing-3{background-color:var(--extra-color-three)}.pricing-section-2 .pricing-list-box .pricing-item .pricing-content{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;display:flex}@media (max-width:576px){.pricing-section-2 .pricing-list-box .pricing-item .pricing-content{-moz-flex-direction:column;flex-direction:column;gap:20px}}.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-text{width:calc(50% - 15px)}@media (max-width:576px){.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-text{width:100%}}.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-title{color:var(--black-color);display:-webkit-flex;display:-moz-flex;align-items:center;gap:10px;margin-bottom:20px;font-size:18px;font-weight:600;display:flex}.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-title span{background-color:var(--primary-color);color:var(--white-color);border-radius:100px;margin-left:5px;padding:2px 10px;font-size:14px;font-weight:300;display:inline-block}.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-price{color:var(--black-color);margin-bottom:5px;font-size:40px;font-weight:700;line-height:1.2em}@media (max-width:991px){.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-price{font-size:36px}}@media (max-width:767px){.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-price{font-size:32px}}.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-price span{color:var(--black-color);font-size:16px;font-weight:500}.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-list{width:calc(50% - 15px)}@media (max-width:576px){.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-list{width:100%}}.pricing-section-2 .pricing-list-box .pricing-item.tagged .pricing-content .pricing-text{border-color:var(--text-color)}.pricing-section-2 .pricing-list-box .pricing-item.tagged .pricing-content .pricing-text .pricing-plan-price{color:var(--primary-color)}.product-section .section-title-right{text-align:end}@media (max-width:991px){.product-section .section-title-right{text-align:center;margin-bottom:30px}}.product-section .section-title-right ul{border:1px solid var(--primary-color);-moz-justify-content:flex-end;background-color:#0000;border-radius:100px;justify-content:flex-end;display:inline-flex;overflow:hidden}.product-section .section-title-right ul li a{text-transform:capitalize;border:none;border-radius:0;color:var(--black-color)!important;background-color:#0000!important}.product-section .section-title-right ul li a.active{background-color:var(--primary-color)!important;color:var(--white-color)!important}.product-section .product-grid-item-1{border-radius:var(--border-radius-three);margin-bottom:30px;position:relative}@media (max-width:1199px){.product-section .product-grid-item-1{border-radius:20px}}.product-section .product-grid-item-1{overflow:hidden}.product-section .product-grid-item-1 .product-tags{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;z-index:3;justify-content:space-between;align-items:center;width:100%;display:flex;position:absolute;top:10px;left:0}.product-section .product-grid-item-1 .product-tags .product-tags-sale{padding-left:25px}.product-section .product-grid-item-1 .product-grid-image{background-color:var(--extra-color-four);border-radius:var(--border-radius-three);display:block;position:relative}@media (max-width:1199px){.product-section .product-grid-item-1 .product-grid-image{border-radius:20px}}.product-section .product-grid-item-1 .product-grid-image{overflow:hidden}.product-section .product-grid-item-1 .product-grid-image figure{display:block;position:relative;overflow:hidden}.product-section .product-grid-item-1 .product-grid-image figure img{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);object-fit:cover;width:100%;height:100%}.product-section .product-grid-item-1 .product-grid-image .product-grid-action{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;z-index:3;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;bottom:-60px;left:0;right:0}.product-section .product-grid-item-1 .product-grid-image .product-grid-action a{background-color:var(--white-color);width:48px;height:48px;color:var(--primary-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-moz-flex-direction:column;-ms-box-shadow:0 0 40px 0 #0000001a;-o-box-shadow:0 0 40px 0 #0000001a;border-radius:100px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 0 40px #0000001a}.product-section .product-grid-item-1 .product-grid-image .product-grid-action a:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.product-section .product-grid-item-1 .product-grid-image .product-grid-action a i{z-index:1;position:relative}.product-section .product-grid-item-1 .product-grid-image .product-grid-action a:hover:before{opacity:1;transform:scale(1)}.product-section .product-grid-item-1 .product-grid-image .product-grid-action a:hover i{color:var(--white-color)}.product-section .product-grid-item-1 .product-grid-content{text-align:center;padding:20px 30px}.product-section .product-grid-item-1 .product-grid-content h2{text-transform:capitalize;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);margin-bottom:15px;font-size:18px;line-height:1.4em}.product-section .product-grid-item-1 .product-grid-content h2:hover{color:var(--primary-color)}.product-section .product-grid-item-1 .product-grid-content .product-price-list{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;gap:20px;margin-bottom:15px;display:flex}.product-section .product-grid-item-1 .product-grid-content .product-price-list li{color:var(--primary-color)}.product-section .product-grid-item-1 .product-grid-content .product-price-list li:nth-child(2){color:var(--text-color)}.product-section .product-grid-item-1 .product-grid-content .product-price-list li:nth-child(2) i{margin-right:8px}.product-section .product-grid-item-1 .product-grid-content .product-price-list li.price{font-size:18px;font-weight:500}@media (max-width:991px){.product-section .product-grid-item-1 .product-grid-content .product-price-list li.price{font-size:15px}}.product-section .product-grid-item-1 .product-grid-content .product-buton-wapper .style-1{background-color:var(--primary-rgb-05);width:100%;color:var(--black-color)}.product-section .product-grid-item-1 .product-grid-content .product-buton-wapper .style-1 i{transform:rotate(0)}.product-section .product-grid-item-1 .product-grid-content .product-buton-wapper .style-1:hover{background-color:var(--primary-color);color:var(--white-color)}.product-section .product-grid-item-1:hover .product-grid-image img{transform:scale(1.1)}.product-section .product-grid-item-1:hover .product-grid-image .product-grid-action{bottom:25px}@media (max-width:575px){.product-section .result-count{text-align:center;margin-bottom:30px}}.shop-product-single-section .shop-product-single-slider{position:sticky;top:120px;overflow:hidden}@media (max-width:991px){.shop-product-single-section .shop-product-single-slider{margin-bottom:50px}}.shop-product-single-section .shop-product-single-slider .large-images{margin-bottom:30px;margin-right:30px}@media (max-width:991px){.shop-product-single-section .shop-product-single-slider .large-images{margin-right:0}}.shop-product-single-section .shop-product-single-slider .large-images .tab-content .tab-pane figure{background-color:var(--extra-color-four);border-radius:var(--border-radius-three);overflow:hidden}@media (max-width:1199px){.shop-product-single-section .shop-product-single-slider .large-images .tab-content .tab-pane figure{border-radius:20px}}.shop-product-single-section .shop-product-single-slider .large-images .tab-content .tab-pane figure img{object-fit:cover;width:100%}.shop-product-single-section .shop-product-single-slider .thumbs-images nav .nav-tabs{display:-webkit-flex;display:-moz-flex;border-bottom:none;gap:20px;margin-bottom:1px;display:flex}.shop-product-single-section .shop-product-single-slider .thumbs-images nav .nav-tabs .nav-link{border-radius:var(--border-radius-two);background-color:var(--extra-color-four);border:1px solid #0000;width:120px;padding:0;overflow:hidden}@media (max-width:767px){.shop-product-single-section .shop-product-single-slider .thumbs-images nav .nav-tabs .nav-link{border-radius:var(--border-radius-one)}}@media (max-width:575px){.shop-product-single-section .shop-product-single-slider .thumbs-images nav .nav-tabs .nav-link{width:85px}}.shop-product-single-section .shop-product-single-slider .thumbs-images nav .nav-tabs .nav-link.active{border-color:var(--primary-color)}.shop-product-single-section .shop-product-single-slider .thumbs-images nav .nav-tabs .nav-link figure img{object-fit:cover;width:100%}.shop-product-single-section .shop-product-single-info h2{text-transform:capitalize;font-size:28px;line-height:1.4em}@media (max-width:767px){.shop-product-single-section .shop-product-single-info h2{font-size:22px}}.shop-product-single-section .shop-product-single-info .shop-product-single-reveiw{display:-webkit-flex;display:-moz-flex;border-bottom:1px solid var(--border-color-one);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:25px;padding-bottom:25px;display:flex}.shop-product-single-section .shop-product-single-info .shop-product-single-price{display:-webkit-flex;display:-moz-flex;align-items:center;gap:10px;margin-bottom:25px;display:flex}.shop-product-single-section .shop-product-single-info .shop-product-single-price .cut-price{color:var(--text-color);margin-left:10px;font-size:18px;text-decoration:line-through}.shop-product-single-section .shop-product-single-info .shop-product-single-price .main-price{color:var(--black-color);font-size:28px;font-weight:600;line-height:1.4em}@media (max-width:767px){.shop-product-single-section .shop-product-single-info .shop-product-single-price .main-price{font-size:22px}}.shop-product-single-section .shop-product-single-info .shop-product-single-content{margin-bottom:30px}.shop-product-single-section .shop-product-single-info .shop-product-single-content .shop-product-single-content-text1{margin-bottom:25px}.shop-product-single-section .shop-product-single-info .shop-product-single-content .shop-product-single-content-text2 p{margin-bottom:15px}.shop-product-single-section .shop-product-single-info .shop-product-single-content .shop-product-single-content-text2 p strong{color:var(--black-color)}.shop-product-single-section .shop-product-single-info .shop-product-single-quantity{display:-webkit-flex;display:-moz-flex;text-align:center;flex-wrap:wrap;align-items:center;gap:30px 20px;margin-bottom:35px;display:flex}.shop-product-single-section .shop-product-single-info .shop-product-single-quantity .shop-product-single-buttons{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;justify-content:center;align-items:center;gap:20px;display:flex}.shop-product-single-section .shop-product-single-info .shop-product-single-quantity .shop-product-single-buttons .style-1 i{transform:rotate(0)}.shop-product-single-section .shop-product-single-info .shop-product-single-quantity .shop-product-single-buttons .icon-button{background-color:var(--extra-color);color:var(--primary-color);border:1px solid var(--background-one);width:52px;height:52px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100px;justify-content:center;align-items:center;display:flex}.shop-product-single-section .shop-product-single-info .shop-product-single-quantity .shop-product-single-buttons .icon-button:hover{background-color:var(--primary-color);color:var(--white-color)}.shop-product-single-section .shop-product-single-info .shop-product-single-quantity .input-qty{border-radius:10px;height:52px}.shop-product-single-section .shop-product-single-info .shop-product-single-list{margin-bottom:30px}.shop-product-single-section .shop-product-single-info .shop-product-single-list ul{display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;flex-direction:column;gap:15px;display:flex}.shop-product-single-section .shop-product-single-info .shop-product-single-list ul li{display:-webkit-flex;display:-moz-flex;align-items:center;gap:15px;display:flex}.shop-product-single-section .shop-product-single-info .shop-product-single-list ul li .list-icon{width:42px;height:42px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-moz-flex-direction:column;background-color:var(--extra-color);color:var(--primary-color);border-radius:100px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.shop-product-single-section .shop-product-single-info .shop-product-single-list ul li .list-icon:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.shop-product-single-section .shop-product-single-info .shop-product-single-list ul li .list-icon i{z-index:1;position:relative}.shop-product-single-section .shop-product-single-info .shop-product-single-list ul li:hover .list-icon{color:var(--white-color)}.shop-product-single-section .shop-product-single-info .shop-product-single-list ul li:hover .list-icon:before{opacity:1;transform:scale(1)}.shop-product-single-section .shop-product-single-info .shop-product-single-social{display:-webkit-flex;display:-moz-flex;gap:20px;display:flex}.shop-product-single-section .shop-product-single-info .shop-product-single-social a:hover{color:var(--primary-color)}.shop-product-single-section .product-single-tab{margin-top:80px}@media (max-width:991px){.shop-product-single-section .product-single-tab{margin-top:50px}}.shop-product-single-section .product-single-tab .nav-tabs{border-bottom:1px solid var(--border-color-one);margin-bottom:25px;padding-bottom:25px}@media (max-width:520px){.shop-product-single-section .product-single-tab .nav-tabs{-moz-flex-direction:column;flex-direction:column}}.shop-product-single-section .product-single-tab .nav-tabs button{font-size:16px;font-weight:400;font-family:var(--title-fonts);color:var(--black-color);background-color:var(--extra-color);border:1px solid var(--background-one);border-radius:100px;padding:12px 25px}@media (max-width:520px){.shop-product-single-section .product-single-tab .nav-tabs button{text-align:center}}.shop-product-single-section .product-single-tab .nav-tabs button.active{background-color:var(--primary-color);color:var(--white-color)}.shop-product-single-section .product-single-tab .tab-content .product-description-list ul li p{display:-webkit-flex;display:-moz-flex;align-items:center;gap:10px;display:flex}.shop-product-single-section .product-single-tab .tab-content .product-description-list ul li p i{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-ms-box-shadow:0 0 10px 0 #00000012;-o-box-shadow:0 0 10px 0 #00000012;background-color:var(--primary-color);width:20px;height:20px;color:var(--black-color);border-radius:100%;justify-content:center;align-items:center;font-size:11px;display:flex;box-shadow:0 0 10px #00000012}.shop-product-single-section .product-single-tab .tab-content .comment-wapper{margin-bottom:50px}@media (max-width:767px){.shop-product-single-section .product-single-tab .tab-content .comment-wapper{margin-bottom:30px}}.shop-product-single-section .product-single-tab .tab-content .comment-wapper .comments-title{margin-bottom:25px;padding-bottom:10px;display:inline-block;position:relative}.shop-product-single-section .product-single-tab .tab-content .comment-wapper .comments-title:after{content:"";background:var(--black-color);-o-transition:.5s;width:30px;height:2px;transition:all .5s;position:absolute;bottom:0;left:0}.shop-product-single-section .product-single-tab .tab-content .comment-respond .comments-respond-title{margin-bottom:25px;padding-bottom:10px;display:inline-block;position:relative}.shop-product-single-section .product-single-tab .tab-content .comment-respond .comments-respond-title:after{content:"";background:var(--black-color);-o-transition:.5s;width:30px;height:2px;transition:all .5s;position:absolute;bottom:0;left:0}.services-section-1{background-position:0 100%;background-repeat:no-repeat;position:relative}.services-section-1 .service-items{z-index:1;background-color:var(--white-color);border-radius:var(--border-radius-three);margin-bottom:30px;padding:30px;position:relative}@media (max-width:1199px){.services-section-1 .service-items{border-radius:20px;padding:20px}}.services-section-1 .service-items .service-icon{width:100px;height:100px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;color:var(--primary-color);justify-content:center;align-items:center;margin-bottom:50px;display:flex;position:relative}.services-section-1 .service-items .service-icon:after{content:"";background-color:var(--extra-color);width:60px;height:60px;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);border-radius:100%;position:absolute;bottom:0;right:0}.services-section-1 .service-items .service-icon figure{z-index:2;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);position:relative}.services-section-1 .service-items .service-icon figure img{object-fit:cover;width:60px;height:60px}.services-section-1 .service-items .service-content h2{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);margin-bottom:10px;font-size:22px;line-height:1.4em}@media (max-width:767px){.services-section-1 .service-items .service-content h2{font-size:20px}}.services-section-1 .service-items .service-content h2:hover{color:var(--primary-color)}.services-section-1 .service-items:hover .service-icon{color:var(--white-color)}.services-section-1 .service-items:hover .service-icon figure{transform:scale(-1)rotate(180deg)}.services-section-1 .service-items:hover .service-icon figure img{filter:brightness(0)invert()}.services-section-1 .service-items:hover .service-icon:after{background-color:var(--primary-color);width:100px;height:100px}.services-section-2{background-color:var(--background-one)}.services-section-2 .service-list{margin-bottom:30px}.services-section-2 .service-list .service-item{background-color:var(--white-color);border-bottom:1px solid var(--border-color-one);display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;align-items:center;gap:54px;padding:30px;display:flex;position:relative}.services-section-2 .service-list .service-item:last-child{border-bottom:none}@media (max-width:1399px){.services-section-2 .service-list .service-item{gap:30px}}@media (max-width:991px){.services-section-2 .service-list .service-item{flex-wrap:wrap;gap:20px;padding:20px}}.services-section-2 .service-list .service-item .service-title-box{display:-webkit-flex;display:-moz-flex;align-items:center;gap:30px;display:flex}@media (max-width:991px){.services-section-2 .service-list .service-item .service-title-box{gap:20px}}.services-section-2 .service-list .service-item .service-title-box .service-icon{background-color:var(--extra-color);width:100px;min-width:100px;height:100px;min-height:100px;color:var(--primary-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);border-radius:100%;justify-content:center;align-items:center;display:flex;position:relative}@media (max-width:991px){.services-section-2 .service-list .service-item .service-title-box .service-icon{width:80px;min-width:80px;height:80px;min-height:80px}}.services-section-2 .service-list .service-item .service-title-box .service-icon figure{z-index:2;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);position:relative}.services-section-2 .service-list .service-item .service-title-box .service-icon figure img{object-fit:cover;width:60px;height:60px}@media (max-width:991px){.services-section-2 .service-list .service-item .service-title-box .service-icon figure img{width:50px;height:50px}}.services-section-2 .service-list .service-item .service-title-box .service-title h3{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}.services-section-2 .service-list .service-item .service-title-box .service-title h3:hover{color:var(--primary-color)}.services-section-2 .service-list .service-item .service-image{width:720px}@media (max-width:991px){.services-section-2 .service-list .service-item .service-image{width:100%}}.services-section-2 .service-list .service-item .service-image a{display:block}.services-section-2 .service-list .service-item .service-image a figure{-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);border-radius:100px}@media (max-width:991px){.services-section-2 .service-list .service-item .service-image a figure{border-radius:20px}}.services-section-2 .service-list .service-item .service-image a figure img{object-fit:cover;width:100%;height:100%}.services-section-2 .service-list .service-item .service-description{max-width:390px}@media (max-width:1199px){.services-section-2 .service-list .service-item .service-description{max-width:320px}}@media (max-width:991px){.services-section-2 .service-list .service-item .service-description{max-width:100%}}.services-section-2 .service-list .service-item .service-description p{margin-bottom:0}.services-section-2 .service-list .service-item .service-button-wapper{text-align:center;width:100px}.services-section-2 .service-list .service-item .service-button-wapper .service-button-icon{border:1px solid var(--primary-color);width:48px;height:48px;color:var(--primary-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-o-transition:.5s all ease;border-radius:100px;justify-content:center;align-items:center;font-size:18px;transition:all .5s;display:flex}.services-section-2 .service-list .service-item .service-button-wapper .service-button-icon i{display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;-o-transition:.5s all ease;justify-content:center;align-items:center;transition:all .5s;display:flex;transform:rotate(-35deg)}.services-section-2 .service-list .service-item .service-button-wapper .service-button-icon:hover{background-color:var(--primary-color);color:var(--white-color);border-color:var(--primary-color)}.services-section-2 .service-list .service-item .service-button-wapper .service-button-icon:hover i{transform:rotate(0)}.services-section-2 .service-list .service-item:hover{background-color:var(--primary-rgb-05)}.services-section-2 .service-list .service-item:hover .service-icon{background-color:var(--primary-color)}.services-section-2 .service-list .service-item:hover .service-icon figure{transform:scale(-1)rotate(180deg)}.services-section-2 .service-list .service-item:hover .service-icon figure img{filter:brightness(0)invert()}.services-section-2 .service-list .service-item:hover .service-image figure{transform:rotate(-9deg)scale(1.1)}.services-section-2 .more-service-content{text-align:center;width:100%;max-width:630px;margin:0 auto}.services-section-2 .more-service-content p{margin-bottom:20px}.services-section-3{background-color:var(--background-one);border-radius:var(--border-radius-three);background-position:0 100%;background-repeat:no-repeat;margin-left:40px;margin-right:40px;padding:30px;position:relative}@media (max-width:1199px){.services-section-3{border-radius:20px;padding:20px}}.services-section-3{z-index:1;margin-top:-220px}@media (max-width:991px){.services-section-3{margin-left:10px;margin-right:10px;padding:10px}}.services-section-3 .services-content{position:sticky;top:120px}@media (max-width:991px){.services-section-3 .services-content{margin-bottom:40px}.services-section-3 .services-content .section-title{max-width:100%}}.services-section-3 .service-item{background-color:var(--white-color);border-radius:var(--border-radius-three);height:calc(100% - 30px);margin-bottom:30px;padding:30px;position:relative;overflow:hidden}@media (max-width:1199px){.services-section-3 .service-item{border-radius:20px;padding:20px}}.services-section-3 .service-item:after{content:"";opacity:0;visibility:hidden;background-color:var(--extra-color-five);border-radius:var(--border-radius-three);display:block;position:absolute;inset:0}@media (max-width:1199px){.services-section-3 .service-item:after{border-radius:20px}}.services-section-3 .service-item:after{-o-transition:all .6s ease;opacity:0;transition:all .6s;transform:scale(.8)}.services-section-3 .service-item .service-image{-o-transition:all .6s ease;opacity:0;background-position:top;background-repeat:no-repeat;background-size:cover;transition:all .6s;position:absolute;inset:0;transform:scale(.8)}.services-section-3 .service-item .service-image figure{border-radius:20px;height:100%;overflow:hidden}.services-section-3 .service-item .service-image figure img{object-fit:cover;border-radius:20px;width:100%;height:100%;transition:all .4s ease-in-out}.services-section-3 .service-item .service-image:hover .service-image img{transform:scale(1.1)}.services-section-3 .service-item .service-icon{z-index:1;width:80px;height:80px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;background-color:var(--extra-color);color:var(--primary-color);border-radius:100px;justify-content:center;align-items:center;margin-bottom:50px;display:flex;position:relative}.services-section-3 .service-item .service-icon:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.services-section-3 .service-item .service-icon figure{z-index:2;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);position:relative}.services-section-3 .service-item .service-icon figure img{object-fit:cover;width:50px;height:50px}.services-section-3 .service-item .service-content{z-index:1;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;position:relative;transform:translateY(50px)}.services-section-3 .service-item .service-content h3{margin-bottom:10px}.services-section-3 .service-item .service-content .read-more-btn{opacity:0;visibility:hidden;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.services-section-3 .service-item.active:after{opacity:.8;visibility:visible;transform:scale(1.1)}.services-section-3 .service-item.active .service-image{opacity:1;transform:scale(1.1)}.services-section-3 .service-item.active .service-icon{background-color:var(--white-color);color:var(--primary-color)}.services-section-3 .service-item.active .service-icon figure{transform:scale(-1)rotate(180deg)}.services-section-3 .service-item.active .service-content{z-index:1;position:relative;transform:translateY(0)}.services-section-3 .service-item.active .service-content h3,.services-section-3 .service-item.active .service-content p{color:var(--white-color)}.services-section-3 .service-item.active .service-content .read-more-btn{color:var(--white-color);opacity:1;visibility:visible}.services-section-3 .service-item.active .service-content .read-more-btn:before{background-color:var(--white-color);color:var(--text-color)}.services-shape-1{z-index:-1;animation:5s linear infinite move-left;position:absolute;bottom:0;left:-50px}.services-shape-1 figure img{opacity:.5;width:auto}@media (max-width:767px){.services-shape-1{display:none}}@media (max-width:1199px){.service-single-section .service-single-post{margin-bottom:40px}}.service-single-section .service-single-post .service-single-media{margin-bottom:30px}.service-single-section .service-single-post .service-single-media figure{border-radius:var(--border-radius-three);overflow:hidden}@media (max-width:1199px){.service-single-section .service-single-post .service-single-media figure{border-radius:20px}}.service-single-section .service-single-post .service-single-media figure img{object-fit:cover;width:100%}.service-single-section .service-single-post .service-single-contain .service-entry-content h2{margin-bottom:15px;font-size:32px;font-weight:700;line-height:1.4em}@media (max-width:767px){.service-single-section .service-single-post .service-single-contain .service-entry-content h2{font-size:26px}}.service-single-section .service-single-post .service-single-contain .service-entry-content h3{margin-bottom:10px}.service-single-section .service-single-post .service-single-contain .service-entry-content .service-gallery figure{border-radius:var(--border-radius-three);width:100%;height:100%;overflow:hidden}@media (max-width:1199px){.service-single-section .service-single-post .service-single-contain .service-entry-content .service-gallery figure{border-radius:20px}}.service-single-section .service-single-post .service-single-contain .service-entry-content .service-gallery figure img{object-fit:cover;width:100%;height:100%}.skill-progress-wapper{padding-right:10px}.skill-progress-wapper .single-progressbar{display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;flex-direction:column;margin-bottom:30px;display:flex}.skill-progress-wapper .single-progressbar:last-of-type{margin-bottom:0}.skill-progress-wapper .single-progressbar .progress-title{font-family:var(--title-fonts);text-transform:capitalize;color:var(--black-color);margin-bottom:10px;font-size:16px;font-weight:600;line-height:normal}.skill-progress-wapper .single-progressbar .progressbar{background-color:var(--extra-color);border-radius:25px;width:100%;height:6px;position:relative}.skill-progress-wapper .single-progressbar .progressbar .progress-bar-count{background-color:var(--primary-color);-o-transition:all .8s linear;border-radius:25px;width:0;height:100%;transition:all .8s linear;position:absolute;top:0;left:0}.skill-progress-wapper .single-progressbar .progressbar .progress-bar-count span{background-color:var(--black-color);color:var(--white-color);border-radius:3px;padding:2px 6px;font-size:12px;font-weight:600;line-height:15px;position:absolute;top:-29px;right:-17px}.skill-progress-wapper .single-progressbar .progressbar .progress-bar-count:after{content:"";background-color:var(--black-color);width:8px;height:8px;position:absolute;top:-14px;right:0;transform:translate(50%)rotate(45deg)}.testimonials-section-1{overflow:hidden}@media (max-width:991px){.testimonials-section-1{margin-bottom:0}}.testimonials-section-1:after{content:"";background-color:var(--background-one);z-index:-1;border-radius:0 45px 45px 0;width:60%;height:100%;position:absolute;top:0;left:0}@media (max-width:991px){.testimonials-section-1:after{border-radius:0;width:100%}}.testimonials-section-1 .testimonials-wapper .section-title{max-width:620px}.testimonials-section-1 .testimonials-wapper .testimonials-item{margin-bottom:30px;position:relative}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-meta{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-meta .testimonials-quote figure{width:32px;height:32px}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-meta .testimonials-rating i{background:var(--background-two);border-radius:2px;padding:5px;font-size:16px;display:inline-block}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-content{padding-bottom:30px;position:relative}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-content:before{content:"";background-color:var(--primary-color);-o-transition:all .4s ease-in;width:0;height:1px;transition:all .4s ease-in;position:absolute;bottom:0;left:0}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-content h3{margin-bottom:10px;font-size:18px;line-height:1.3em}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-content p{margin-bottom:0;font-size:18px;line-height:1.6rem}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-author{display:-webkit-flex;display:-moz-flex;align-items:center;display:flex;position:relative}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-author .testimonials-author-image{border-radius:50%;width:70px;height:70px;margin-right:16px;display:block;overflow:hidden}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-author .testimonials-author-image figure img{object-fit:cover;width:100%;height:100%}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-author .testimonials-author-content h3{color:var(--black-color);margin-bottom:0;font-size:18px;line-height:1.6em}.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-author .testimonials-author-content p{margin:0}@media (max-width:767px){.testimonials-section-1 .testimonials-wapper .testimonials-item .testimonials-author .testimonials-author-content p{font-size:14px;line-height:1.6em}}.testimonials-section-1 .testimonials-wapper .swiper-pagination{text-align:start;padding-left:5px}.testimonials-section-1 .testimonials-image{position:relative}@media (max-width:991px){.testimonials-section-1 .testimonials-image{max-width:80%;margin:40px auto 0}}@media (max-width:576px){.testimonials-section-1 .testimonials-image{max-width:100%}}.testimonials-section-1 .testimonials-image figure img{border-radius:var(--border-radius-three)}.testimonials-section-1 .testimonials-image .success-rate{background:var(--primary-color);text-align:center;border-radius:var(--border-radius-three);width:100%;max-width:240px;padding:25px 15px;animation:5s linear infinite move-bottom;display:inline-block;position:absolute;bottom:50px;right:20px}.testimonials-section-1 .testimonials-image .success-rate .success-rate-review{font-family:var(--title-fonts);color:var(--white-color);margin-bottom:5px;font-size:26px;font-weight:600;line-height:1.4em}.testimonials-section-2{background-position:bottom;background-repeat:no-repeat;background-size:auto}.testimonials-section-2 .testimonials-item{background-color:var(--white-color);border-radius:var(--border-radius-three);margin-bottom:30px;padding:30px;position:relative}@media (max-width:1199px){.testimonials-section-2 .testimonials-item{border-radius:20px;padding:20px}}.testimonials-section-2 .testimonials-item .testimonials-meta{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.testimonials-section-2 .testimonials-item .testimonials-meta .testimonials-quote figure{width:32px;height:32px}.testimonials-section-2 .testimonials-item .testimonials-meta .testimonials-rating i{font-size:16px}.testimonials-section-2 .testimonials-item .testimonials-content{border-bottom:1px solid var(--border-color-one);margin-bottom:30px;padding-bottom:30px;position:relative}.testimonials-section-2 .testimonials-item .testimonials-content:before{content:"";background-color:var(--primary-color);-o-transition:all .4s ease-in;width:0;height:1px;transition:all .4s ease-in;position:absolute;bottom:0;left:0}.testimonials-section-2 .testimonials-item .testimonials-content h2{margin-bottom:10px;font-size:20px;line-height:1.3em}.testimonials-section-2 .testimonials-item .testimonials-content p{margin-bottom:0;font-size:18px;line-height:1.6rem}@media (max-width:767px){.testimonials-section-2 .testimonials-item .testimonials-content p{font-size:16px}}.testimonials-section-2 .testimonials-item .testimonials-author{display:-webkit-flex;display:-moz-flex;align-items:center;display:flex;position:relative}.testimonials-section-2 .testimonials-item .testimonials-author .testimonials-author-image{border-radius:50%;width:70px;height:70px;margin-right:16px;display:block;overflow:hidden}.testimonials-section-2 .testimonials-item .testimonials-author .testimonials-author-image figure img{object-fit:cover;width:100%;height:100%}.testimonials-section-2 .testimonials-item .testimonials-author .testimonials-author-content h3{color:var(--black-color);margin-bottom:0;font-size:16px;line-height:1.6em}.testimonials-section-2 .testimonials-item .testimonials-author .testimonials-author-content p{margin:0}@media (max-width:767px){.testimonials-section-2 .testimonials-item .testimonials-author .testimonials-author-content p{font-size:14px;line-height:1.6em}}.testimonials-section-3 .testimonials-item{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;background-color:var(--background-one);border:1px solid var(--border-color-one);border-radius:25px;justify-content:space-between;margin-bottom:30px;padding:20px;display:flex;position:relative}.testimonials-section-3 .testimonials-item .testimonials-content{display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;-moz-justify-content:space-between;flex-direction:column;justify-content:space-between;display:flex}.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-content-item .testimonials-meta{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-content-item .testimonials-meta .testimonials-quote figure{width:32px;height:32px}.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-content-item .testimonials-meta .testimonials-rating i{background:var(--primary-color);color:var(--white-color);border-radius:2px;padding:5px;font-size:16px;display:inline-block}.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-content-item h3{margin-bottom:10px;font-size:18px;line-height:1.3em}.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-content-item .desc{margin-bottom:20px;font-size:16px;line-height:1.4rem}@media (max-width:767px){.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-content-item .desc{font-size:15px}}.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-author{display:-webkit-flex;display:-moz-flex;align-items:center;gap:20px;display:flex;position:relative}.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-author .testimonials-author-image{border-radius:50%;width:80px;height:80px;display:block;overflow:hidden}.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-author .testimonials-author-image figure img{object-fit:cover}.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-author .testimonials-author-content{flex:1}.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-author .testimonials-author-content h4{color:var(--black-color);margin-bottom:0;font-size:16px;line-height:1.6em}.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-author .testimonials-author-content p{margin:0}@media (max-width:767px){.testimonials-section-3 .testimonials-item .testimonials-content .testimonials-author .testimonials-author-content p{font-size:14px;line-height:1.6em}}.video-section{z-index:1;background-position:50%;background-size:cover;padding-bottom:320px}.video-section:before{content:"";background-color:var(--black-color);z-index:-1;opacity:.5;width:100%;height:100%;position:absolute;top:0;left:0}.video-section .video-content .section-title h2,.video-section .video-content .section-title p{color:var(--white-color)}@media (max-width:991px){.video-section .video-circle{margin-top:80px}}.video-section .video-circle .video-play{background-color:var(--white-color);width:100px;height:100px;color:var(--black-color);z-index:1;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;margin:auto;font-size:24px;animation:2s infinite spineer2;display:flex;position:relative}@media (max-width:540px){.video-section .video-circle .video-play{width:80px;height:80px;font-size:18px}}.why-choose-section-1 .why-content{margin-right:30px}@media (max-width:991px){.why-choose-section-1 .why-content{margin-bottom:40px;margin-right:0}}.why-choose-section-1 .why-content .why-choose-box-list{display:-webkit-flex;display:-moz-flex;border-bottom:1px solid var(--border-color-one);gap:30px;margin-bottom:40px;padding-bottom:40px;display:flex}@media (max-width:991px){.why-choose-section-1 .why-content .why-choose-box-list{margin-bottom:30px;padding-bottom:30px}}@media (max-width:767px){.why-choose-section-1 .why-content .why-choose-box-list{flex-wrap:wrap}}.why-choose-section-1 .why-content .why-choose-box-list .why-choose-box{width:calc(50% - 15px)}@media (max-width:991px){.why-choose-section-1 .why-content .why-choose-box-list .why-choose-box{width:100%}}.why-choose-section-1 .why-content .why-choose-box-list .why-choose-box .icon-box{width:80px;height:80px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;background-color:var(--extra-color);color:var(--primary-color);border-radius:100px;justify-content:center;align-items:center;margin-bottom:15px;display:flex;position:relative}.why-choose-section-1 .why-content .why-choose-box-list .why-choose-box .icon-box:before{opacity:0;content:"";background:var(--primary-color);border-radius:inherit;-o-transition:all .5s;z-index:1;transition:all .5s;position:absolute;inset:0;transform:scale(.8)}.why-choose-section-1 .why-content .why-choose-box-list .why-choose-box .icon-box figure{z-index:2;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);position:relative}.why-choose-section-1 .why-content .why-choose-box-list .why-choose-box .icon-box figure img{object-fit:cover;width:50px;height:50px}.why-choose-section-1 .why-content .why-choose-box-list .why-choose-box .why-choose-box-content h3{margin-bottom:10px}.why-choose-section-1 .why-content .why-choose-box-list .why-choose-box .why-choose-box-content p{margin:0}.why-choose-section-1 .why-content .why-choose-box-list .why-choose-box:hover .icon-box figure{transform:scale(-1)rotate(180deg)}.why-choose-section-1 .why-content .why-choose-box-list .why-choose-box:hover .icon-box figure img{filter:brightness(0)invert()}.why-choose-section-1 .why-content .why-choose-box-list .why-choose-box:hover .icon-box:before{opacity:1;transform:scale(1)}@media (max-width:991px){.why-choose-section-1 .why-content .why-choose-list{margin-bottom:30px}}.why-choose-section-1 .why-content .why-choose-list ul{display:-webkit-flex;display:-moz-flex;flex-wrap:wrap;gap:15px 20px;margin:0;padding:0;list-style:none;display:flex}.why-choose-section-1 .why-content .why-choose-list ul li{width:calc(50% - 10px);padding-left:30px;position:relative}@media (max-width:767px){.why-choose-section-1 .why-content .why-choose-list ul li{width:100%;font-size:15px}}.why-choose-section-1 .why-content .why-choose-list ul li:before{content:"";color:var(--primary-color);font-family:"Font Awesome 6 Free";font-size:20px;font-weight:400;line-height:normal;display:inline-block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.why-choose-section-1 .why-choose-image{padding:0 0 165px 235px;position:relative}@media (max-width:991px){.why-choose-section-1 .why-choose-image{max-width:80%;margin:0 auto}}@media (max-width:767px){.why-choose-section-1 .why-choose-image{padding:0 0 100px 125px}}@media (max-width:576px){.why-choose-section-1 .why-choose-image{max-width:100%;padding:0 0 100px 125px}}@media (max-width:991px){.why-choose-section-1 .why-choose-image .why-choose-img{max-width:620px;margin:0 auto}}.why-choose-section-1 .why-choose-image .why-choose-img-1 figure{border-radius:var(--border-radius-three);display:block}@media (max-width:1199px){.why-choose-section-1 .why-choose-image .why-choose-img-1 figure{border-radius:20px}}.why-choose-section-1 .why-choose-image .why-choose-img-1 figure{overflow:hidden}.why-choose-section-1 .why-choose-image .why-choose-img-1 figure img{object-fit:cover;width:100%}.why-choose-section-1 .why-choose-image .why-choose-img-2{max-width:375px;position:absolute;bottom:0;left:0}@media (max-width:767px){.why-choose-section-1 .why-choose-image .why-choose-img-2{max-width:220px}}.why-choose-section-1 .why-choose-image .why-choose-img-2 figure{border-radius:var(--border-radius-three);display:block}@media (max-width:1199px){.why-choose-section-1 .why-choose-image .why-choose-img-2 figure{border-radius:20px}}.why-choose-section-1 .why-choose-image .why-choose-img-2 figure{overflow:hidden}.why-choose-section-1 .why-choose-image .why-choose-img-2 figure img{object-fit:cover;width:100%}.why-choose-section-1 .why-choose-image .why-choose-about-circle .about-circle{background-color:var(--primary-color);width:130px;height:130px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;right:50px}@media (max-width:1400px){.why-choose-section-1 .why-choose-image .why-choose-about-circle .about-circle{right:30px}}@media (max-width:767px){.why-choose-section-1 .why-choose-image .why-choose-about-circle .about-circle{width:90px;height:90px;right:20px}}.why-choose-section-1 .why-choose-image .why-choose-about-circle .about-circle img{padding:8px;animation:10s linear infinite infiniterotate;position:absolute}@media (max-width:767px){.why-choose-section-1 .why-choose-image .why-choose-about-circle .about-circle img{padding:5px}}.why-choose-section-1 .why-choose-image .why-choose-about-circle .about-circle i{background-color:var(--white-color);width:50%;height:50%;color:var(--black-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:50px;justify-content:center;align-items:center;font-size:24px;display:flex}.why-choose-section-2{background-position:0 100%;background-repeat:no-repeat}.why-choose-section-2 .why-choose-tab .why-choose-top{text-align:center;z-index:2;position:relative}.why-choose-section-2 .why-choose-tab .why-choose-top .nav-tabs{border-radius:var(--border-radius-three);text-align:center;-moz-justify-content:center;justify-content:center;margin-bottom:25px;display:inline-flex;overflow:hidden;border:none!important}@media (max-width:576px){.why-choose-section-2 .why-choose-tab .why-choose-top .nav-tabs{-moz-flex-direction:column;text-align:center;flex-direction:column;gap:10px;width:100%;border-radius:0!important}}.why-choose-section-2 .why-choose-tab .why-choose-top .nav-tabs button{font-size:16px;font-weight:400;font-family:var(--title-fonts);color:var(--black-color);background-color:var(--extra-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:0;justify-content:center;align-items:center;padding:20px 25px;display:flex;border:none!important}@media (max-width:991px){.why-choose-section-2 .why-choose-tab .why-choose-top .nav-tabs button{padding:15px}}@media (max-width:767px){.why-choose-section-2 .why-choose-tab .why-choose-top .nav-tabs button{font-size:14px}}@media (max-width:576px){.why-choose-section-2 .why-choose-tab .why-choose-top .nav-tabs button{border-radius:var(--border-radius-three)}}.why-choose-section-2 .why-choose-tab .why-choose-top .nav-tabs button.active{background-color:var(--primary-color);color:var(--white-color)}.why-choose-section-2 .why-choose-tab .why-choose-top .nav-tabs button .nav-link-icon{text-align:center;background-color:var(--white-color);width:40px;height:40px;display:-webkit-flex;display:-moz-flex;-moz-justify-content:center;border-radius:100px;justify-content:center;align-items:center;margin-right:5px;display:flex}@media (max-width:767px){.why-choose-section-2 .why-choose-tab .why-choose-top .nav-tabs button .nav-link-icon{display:none}}.why-choose-section-2 .why-choose-tab .why-choose-top .nav-tabs button .nav-link-icon img{width:24px;height:24px}.why-choose-section-2 .why-choose-tab .tab-content{z-index:1;background-color:var(--background-one);border-radius:var(--border-radius-three);margin-top:-60px;position:relative}@media (max-width:1199px){.why-choose-section-2 .why-choose-tab .tab-content{border-radius:20px}}.why-choose-section-2 .why-choose-tab .tab-content{padding:100px 60px 60px}@media (max-width:991px){.why-choose-section-2 .why-choose-tab .tab-content{padding:60px 30px 30px}}@media (max-width:576px){.why-choose-section-2 .why-choose-tab .tab-content{margin-top:0;padding:20px}}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content h3{margin-bottom:15px;font-size:28px;line-height:1.4em}@media (max-width:767px){.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content h3{font-size:22px}}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content .desc{margin-bottom:30px}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content .case-box-wapper{border-radius:var(--border-radius-three);padding:30px}@media (max-width:1199px){.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content .case-box-wapper{border-radius:20px;padding:20px}}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content .case-box-wapper{background:var(--extra-color);display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;flex-direction:column;gap:25px;display:flex}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content .case-box-wapper .case-box-item h4{margin-bottom:5px;font-size:18px;line-height:1.4em}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content .case-box-wapper .case-box-item p{margin-bottom:0}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content .opening-hours{border-radius:var(--border-radius-three);padding:30px}@media (max-width:1199px){.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content .opening-hours{border-radius:20px;padding:20px}}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content .opening-hours{background:var(--extra-color);display:-webkit-flex;display:-moz-flex;-moz-flex-direction:column;flex-direction:column;gap:20px;display:flex}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content .opening-hours p{color:var(--black-color);display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;gap:20px;margin-bottom:0;padding-bottom:20px;display:flex}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-content .opening-hours p:last-child{border:none;padding-bottom:0}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-image{height:100%;padding-left:50px;position:relative}@media (max-width:991px){.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-image{margin-top:30px;padding-left:0}}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-image figure{border-radius:var(--border-radius-three);height:100%;display:block}@media (max-width:1199px){.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-image figure{border-radius:20px}}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-image figure{overflow:hidden}.why-choose-section-2 .why-choose-tab .tab-content .why-choose-tab-image figure img{object-fit:cover;width:100%;height:100%}.why-choose-shape-1{z-index:-1;position:absolute;top:100px;left:0}.why-choose-shape-1 figure img{opacity:.5;width:auto}@media (max-width:767px){.why-choose-shape-1{display:none}}.wishlist-section .wishlist-wapper .heading{display:-webkit-flex;display:-moz-flex;-moz-justify-content:space-between;justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px;display:flex}.wishlist-section .wishlist-wapper .heading h2{font-size:32px;font-weight:700;line-height:1.4em}@media (max-width:767px){.wishlist-section .wishlist-wapper .heading h2{font-size:26px}}.wishlist-section .wishlist-wapper .heading span{color:var(--black-color);font-size:16px;font-weight:700}.wishlist-section .wishlist-wapper .wishlist-list-area{border:1px solid var(--border-color-one);border-radius:var(--border-radius-three);overflow:hidden}@media (max-width:1199px){.wishlist-section .wishlist-wapper .wishlist-list-area{border-radius:20px}}@media (max-width:767px){.wishlist-section .wishlist-wapper .wishlist-list-area{padding:0 20px}}.wishlist-section .wishlist-wapper .wishlist-table{text-align:center}@media (max-width:767px){.wishlist-section .wishlist-wapper .wishlist-table{text-align:left;border-collapse:separate;border-spacing:0 20px;border:none;min-width:auto}.wishlist-section .wishlist-wapper .wishlist-table thead{display:none}}.wishlist-section .wishlist-wapper .wishlist-table thead tr th{padding:20px 15px;font-size:18px;font-weight:600}.wishlist-section .wishlist-wapper .wishlist-table tbody tr{vertical-align:middle}@media (max-width:767px){.wishlist-section .wishlist-wapper .wishlist-table tbody tr{background-color:var(--white-color)}}.wishlist-section .wishlist-wapper .wishlist-table tbody tr:last-child td{border:none}.wishlist-section .wishlist-wapper .wishlist-table tbody tr td{padding:20px 15px}.wishlist-section .wishlist-wapper .wishlist-table tbody tr td:before{content:attr(data-title);vertical-align:top;color:var(--text-color);padding:0;display:none;position:absolute;top:50%;left:15px;transform:translateY(-50%)}@media (max-width:767px){.wishlist-section .wishlist-wapper .wishlist-table tbody tr td:before{display:block}.wishlist-section .wishlist-wapper .wishlist-table tbody tr td{text-align:right;text-transform:capitalize;border:1px solid var(--border-color-one);border-bottom:none;width:100%;padding:20px 20px 20px 25%;display:block;position:relative}.wishlist-section .wishlist-wapper .wishlist-table tbody tr td:last-child{border:1px solid var(--border-color-one)}}.wishlist-section .wishlist-wapper .wishlist-table tbody tr td.actions{padding:30px}@media (max-width:767px){.wishlist-section .wishlist-wapper .wishlist-table tbody tr td.actions{padding:20px}}.wishlist-section .wishlist-wapper .wishlist-table .product-img{width:100px;height:100px}.wishlist-section .wishlist-wapper .wishlist-table .product-img figure{background-color:var(--extra-color-four);border-radius:var(--border-radius-two);display:block;position:relative;overflow:hidden}@media (max-width:767px){.wishlist-section .wishlist-wapper .wishlist-table .product-img figure{border-radius:var(--border-radius-one)}}.wishlist-section .wishlist-wapper .wishlist-table .product-img figure img{width:100px;height:100px;-webkit-transition:var(--transition);-moz-transition:var(--transition);-ms-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition);object-fit:cover}.wishlist-section .wishlist-wapper .wishlist-table .product-info .product-name{margin-bottom:5px;font-size:18px;font-weight:600}.wishlist-section .wishlist-wapper .wishlist-table .product-info .style-meta li{color:var(--text-color);font-size:14px}.wishlist-section .wishlist-wapper .wishlist-table .quantity-content .qty-btn-minus{width:42px;height:42px;left:0}.wishlist-section .wishlist-wapper .wishlist-table .quantity-content .qty-btn-minus svg{width:12px}.wishlist-section .wishlist-wapper .wishlist-table .quantity-content input{border-color:var(--border-color-one);border-radius:100px;width:120px;height:42px;padding:0}.wishlist-section .wishlist-wapper .wishlist-table .quantity-content .qty-btn-plus{width:42px;height:42px;right:0}.wishlist-section .wishlist-wapper .wishlist-table .quantity-content .qty-btn-plus svg{width:12px}.wishlist-section .wishlist-wapper .wishlist-table .quantity-content:hover input{border-color:var(--primary-color)}.wishlist-section .wishlist-wapper .wishlist-table .remove-product{color:var(--primary-color);text-align:center;border:0;border:1px solid var(--primary-color);-o-transition:all .3s ease-in-out;background-color:#0000;border-radius:100%;width:37px;height:37px;font-size:16px;line-height:37px;transition:all .3s ease-in-out}@media (max-width:991px){.wishlist-section .wishlist-wapper .wishlist-table .remove-product{width:30px;height:30px;font-size:14px;line-height:30px}}
