@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap";
:root{--tp-ff-body:"Roboto", sans-serif;--tp-ff-heading:"Roboto", sans-serif;--tp-ff-p:"Roboto", sans-serif;--tp-ff-fontawesome:"Font Awesome 6 Pro";--tp-common-white:#fff;--tp-common-black:#00235a;--tp-common-black-2:#123770;--tp-common-black-3:#0b2c5f;--tp-common-black-4:#082b63;--tp-common-black-5:#0b1f3e;--tp-common-dark:#365484;--tp-common-dark-2:#041735;--tp-common-dark-3:#000;--tp-common-green:#0069bb;--tp-common-green-2:#0069bb;--tp-common-orange:#0069bb;--tp-common-red:#0069bb;--tp-common-purple:#914eff;--tp-common-yellow:#0069bb;--tp-common-yellow-2:#0069bb;--tp-common-pink:#fe5e78;--tp-heading-primary:#00235a;--tp-grey-1:#f1f1f1;--tp-grey-2:#f5f6f8;--tp-grey-3:#f8f8f8;--tp-grey-4:#f7f7f7;--tp-grey-5:#f9f9f9;--tp-grey-6:#f6f6f6;--tp-grey-7:#f4f4f4;--tp-text-body:#777;--tp-text-1:#777;--tp-text-2:#76808f;--tp-text-3:#adadad;--tp-text-4:#96a4ba;--tp-text-5:#7e8ca2;--tp-text-6:#7f8a9a;--tp-text-7:#b0b9c7;--tp-text-9:#92a2bc;--tp-text-10:#94a3bb;--tp-text-11:#afb6c0;--tp-text-12:#999;--tp-text-13:#ccc;--tp-text-14:#bbb;--tp-text-15:#9caeca;--tp-theme-1:#0069bb;--tp-theme-2:#ffc033;--tp-border-1:#f0f0f0;--tp-border-2:#f3f3f3;--tp-border-3:#efefef;--tp-border-4:#e2e2e2;--tp-border-5:#d3d3d3;--tp-border-6:#f2f2f2;--tp-border-7:#e9e9e9;--tp-border-8:#ededed;--tp-border-9:#eee;--tp-border-10:#ebebeb;--tp-fw-normal:normal;--tp-fw-elight:200;--tp-fw-light:300;--tp-fw-regular:400;--tp-fw-medium:500;--tp-fw-sbold:600;--tp-fw-bold:700;--tp-fw-ebold:800;--tp-fw-black:900;--tp-fz-body:14px;--tp-fz-p:14px;--tp-fz-h1:40px;--tp-fz-h2:36px;--tp-fz-h3:24px;--tp-fz-h4:20px;--tp-fz-h5:16px;--tp-fz-h6:14px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--tp-ff-body);font-size:var(--tp-fz-body);color:var(--tp-text-body);font-weight:400;line-height:26px}a{text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--tp-ff-heading);color:var(--tp-heading-primary);font-weight:var(--tp-fw-sbold);-o-transition:all .3s ease-out 0s;margin-top:0;line-height:1.2;transition:all .3s ease-out}h1{font-size:var(--tp-fz-h1)}h2{font-size:var(--tp-fz-h2)}h3{font-size:var(--tp-fz-h3)}h4{font-size:var(--tp-fz-h4)}h5{font-size:var(--tp-fz-h5)}h6{font-size:var(--tp-fz-h6)}ul{margin:0;padding:0}p{font-family:var(--tp-ff-p);font-size:var(--tp-fz-p);font-weight:var(--tp-fw-normal);color:var(--tp-text-body);margin-bottom:15px;line-height:26px}a,.btn,button,span,p,i,input,select,textarea,li,img,svg path,:after,:before,.transition-3,h1,h2,h3,h4,h5,h6{-o-transition:all .3s ease-out 0s;transition:all .3s ease-out}a:focus,.button:focus{outline:none;text-decoration:none}a:focus,a:hover{color:inherit;text-decoration:none}a,button{color:inherit;background:0 0;border:none;outline:none}button:hover{cursor:pointer}button:focus{border:0;outline:0}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}input{border:0;outline:none}input[type=color]{appearance:none;cursor:pointer;background:0 0;border:0;border-radius:50%;width:100%;height:100%;padding:0}::-moz-selection{background:var(--tp-common-black);color:var(--tp-common-white);text-shadow:none}::selection{background:var(--tp-common-black);color:var(--tp-common-white);text-shadow:none}::placeholder{color:var(--tp-common-black);font-size:var(--tp-fz-body);opacity:1}.w-img img,.m-img img{width:100%}.fix{overflow:hidden}.clear{clear:both}.f-left{float:left}.f-right{float:right}.z-index-1{z-index:1}.z-index-11{z-index:11}.overflow-y-visible{overflow:hidden visible}.p-relative{position:relative}.p-absolute{position:absolute}.include-bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.body-overlay{background-color:rgba(var(--tp-common-black), .5);z-index:99;opacity:0;visibility:hidden;-o-transition:all .3s ease-out 0s;width:100%;height:100%;transition:all .3s ease-out;position:fixed;top:0;left:0}.body-overlay:hover{cursor:pointer}.body-overlay.opened{opacity:1;visibility:visible}@media (max-width:575px){.progress-wrap{bottom:15px;right:15px}}.basic-pagination ul li{display:inline-block}.basic-pagination ul li:not(:last-child){margin-right:10px}.basic-pagination ul li a,.basic-pagination ul li span{text-align:center;border:1px solid #eee;width:50px;height:50px;font-size:14px;font-weight:700;line-height:48px;display:inline-block}.basic-pagination ul li a:hover,.basic-pagination ul li a.current,.basic-pagination ul li span:hover,.basic-pagination ul li span.current{background:var(--tp-theme-1);border-color:var(--tp-theme-1);color:var(--tp-common-white)}.nice-select:after{content:"";font-family:var(--tp-ff-fontawesome);transform-origin:50%;color:var(--tp-common-white);background-color:#0000;border:none;width:auto;height:auto;margin-top:0;font-weight:500;right:0;transform:translateY(-50%)}.nice-select.open:after{transform:translateY(-50%)rotate(-180deg)}.grey-bg{background:var(--tp-grey-1)}.grey-bg-2{background:var(--tp-grey-2)}.grey-bg-3{background:var(--tp-grey-3)}.grey-bg-4{background:var(--tp-grey-4)}.grey-bg-6{background:var(--tp-grey-6)}.white-bg{background:var(--tp-common-white)}.black-bg{background:var(--tp-common-black)}.theme-bg{background:var(--tp-theme-1)}.dark-bg-2{background:var(--tp-common-dark-2)}.dark-bg-3{background:var(--tp-common-dark-3)}.footer-bg{background:var(--tp-common-dark-2)}.footer-bg-dark{background:var(--tp-common-dark-3)}.pulse-btn{text-align:center;background-color:var(--tp-common-white);-o-border-radius:50%;-ms-border-radius:50%;width:80px;height:80px;color:var(--tp-common-black);border-radius:50%;line-height:80px;animation:2s infinite pulse;display:inline-block}.pulse-btn:hover{background-color:var(--tp-common-black);color:var(--tp-common-black)}.pulse-btn i{padding-left:2px}.hamurger-btn{-o-transition:.5s ease-in-out;cursor:pointer;background:0 0;border:0;outline:0;width:30px;height:30px;transition:all .5s ease-in-out;position:relative}.hamurger-btn span{background:var(--tp-common-black);opacity:1;z-index:1;width:100%;height:3px;display:block;position:absolute;left:0}.hamurger-btn span:first-child{top:0}.hamurger-btn span:nth-child(2){top:10px}.hamurger-btn span:nth-child(3){top:20px}.link-btn{color:var(--tp-text-3);border:1px solid var(--tp-border-2);text-align:center;-o-transition:all ease .2s;background:0 0;width:50px;height:50px;padding-right:25px;font-size:18px;line-height:48px;transition:all .2s;display:inline-block;position:relative;overflow:hidden}.link-btn i{-o-transition:all ease .2s;transition:all .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.link-btn i:last-child{visibility:hidden;opacity:0;left:0%}.link-btn:hover{color:var(--tp-common-white);background-color:var(--tp-theme-1);border-color:var(--tp-theme-1)}.link-btn:hover i{visibility:hidden;opacity:0;left:100%}.link-btn:hover i:last-child{visibility:visible;opacity:1;left:50%}.link-btn-2{color:var(--tp-text-1);padding-right:21px;font-size:16px;font-weight:500;display:inline-block;position:relative}.link-btn-2 i{-o-transition:all ease .2s;font-size:14px;transition:all .2s;position:absolute;top:12px;transform:translateY(-50%)}.link-btn-2 i:first-child{visibility:hidden;opacity:0;right:10%}.link-btn-2 i:last-child{right:0}.link-btn-2:hover{color:var(--tp-theme-1)}.link-btn-2:hover i:first-child{visibility:visible;opacity:1;right:0}.link-btn-2:hover i:last-child{visibility:hidden;opacity:0;right:-10%}.link-btn-2.link-prev{padding-left:21px;padding-right:0}.link-btn-2.link-prev i:first-child{left:10%;right:auto}.link-btn-2.link-prev i:last-child{left:0;right:auto}.link-btn-2.link-prev:hover i:first-child{left:0%;right:auto}.link-btn-2.link-prev:hover i:last-child{left:-10%;right:auto}.link-btn-3{color:var(--tp-common-black);text-transform:uppercase;font-size:14px;font-weight:700;display:inline-block}.link-btn-3 i{margin-left:3px}.link-btn-3:hover{color:var(--tp-theme-1)}.tp-btn{color:var(--tp-common-white);background:var(--tp-theme-1);text-align:center;text-transform:capitalize;z-index:1;padding:15px 40px;font-size:16px;font-weight:600;display:inline-block;position:relative;overflow:hidden}.tp-btn:after{content:"";background-color:var(--tp-common-white);transform-origin:100% 0;z-index:-1;width:6px;height:6px;position:absolute;top:10px;left:auto;right:10px;transform:translate(0%)}.tp-btn i{padding-left:5px}.tp-btn:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.tp-btn:hover:after{height:calc(100% - 20px)}.tp-btn:focus{color:var(--tp-common-white)}.tp-btn-2{color:var(--tp-common-white);background:var(--tp-common-black);text-align:center;text-transform:capitalize;z-index:1;padding:15px 40px;font-size:14px;font-weight:700;display:inline-block;position:relative;overflow:hidden}.tp-btn-2:hover{background-color:var(--tp-theme-1);color:var(--tp-common-white)}.tp-btn-2 i{margin-left:10px}.tp-btn-3{color:var(--tp-common-white);background:var(--tp-theme-1);text-align:center;text-transform:uppercase;z-index:1;padding:16px 40px;font-size:14px;font-weight:700;display:inline-block;position:relative;overflow:hidden}.tp-btn-3:hover{background-color:var(--tp-common-black);color:var(--tp-common-white)}.tp-btn-3 i{margin-left:10px}.tp-btn-white{color:var(--tp-common-black);background:var(--tp-common-white);text-align:center;text-transform:capitalize;z-index:1;padding:15px 40px;font-size:16px;font-weight:600;display:inline-block;position:relative;overflow:hidden}.tp-btn-white:hover{background-color:var(--tp-common-black);color:var(--tp-common-white)}.tp-btn-black{color:var(--tp-common-white);background:var(--tp-common-black);text-align:center;text-transform:capitalize;z-index:1;padding:15px 37px;font-size:16px;font-weight:600;display:inline-block;position:relative;overflow:hidden}.tp-btn-black:hover{background-color:var(--tp-common-white);color:var(--tp-common-black)}.tp-btn-dark{color:var(--tp-common-white);background:var(--tp-common-dark-3);text-align:center;text-transform:capitalize;z-index:1;padding:16px 45px;font-size:16px;font-weight:700;display:inline-block;position:relative;overflow:hidden}.tp-btn-dark:hover{background-color:var(--tp-common-white);color:var(--tp-common-dark-3)}.tp-btn-yellow{color:var(--tp-common-dark-3);background:var(--tp-theme-2);text-align:center;text-transform:uppercase;z-index:1;padding:16px 40px;font-size:14px;font-weight:700;display:inline-block;position:relative;overflow:hidden}.tp-btn-yellow:hover{background-color:var(--tp-common-dark-3);color:var(--tp-common-white)}@media (max-width:575px){.offcanvas-btn-text{display:none}}.tp-slick-slider .slick-arrow{text-align:center;width:50px;height:50px;color:var(--tp-common-white);background-color:var(--tp-common-black-3);line-height:50px;display:inline-block}.tp-slick-slider .slick-arrow:hover{color:var(--tp-common-white);background-color:var(--tp-theme-1)}.tp-swiper-slider button{text-align:center;width:50px;height:50px;color:var(--tp-common-white);background-color:var(--tp-common-black-3);line-height:50px;display:inline-block}.tp-swiper-slider button:hover{color:var(--tp-common-white);background-color:var(--tp-theme-1)}.search__modal .modal-dialog{max-width:700px}.search__modal-form{padding:50px 50px 55px;position:relative}.search__modal-box p{color:#555;margin-bottom:40px;font-size:18px;font-weight:400}.search__modal-box p span{font-weight:600}.search__modal-input{position:relative}.search__modal-input input{border:none;border-bottom:2px solid #dadada;outline:none;width:100%;height:55px;padding-right:38px;font-size:20px;line-height:55px}.search__modal-input input::-webkit-input-placeholder{color:var(--tp-text-12)}.search__modal-input input:-moz-placeholder-shown{color:var(--tp-text-12)}.search__modal-input input::-moz-placeholder{color:var(--tp-text-12)}.search__modal-input input:-ms-placeholder-shown{color:var(--tp-text-12)}.search__modal-input .search-modal-btn{color:var(--tp-text-12);font-size:18px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.search-modal-close{color:var(--tp-common-black);font-size:16px;position:absolute;top:20px;right:20px}.search-modal-close:hover{color:var(--tp-theme-1)}@media (max-width:575px){.offcanvas__area{width:290px}}.offcanvas__area .modal.show .modal-dialog{transform:none!important}.offcanvas__area .modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(100px)}.offcanvas__area .modal-dialog{background:var(--clr-common-white);width:100%;max-width:450px;height:100%;margin:0;position:absolute;top:0;right:0}.offcanvas__area .modal-content{border:0;border-radius:0}.offcanvas__wrapper{padding:45px;position:relative}@media (max-width:575px){.offcanvas__wrapper{padding:20px}}.offcanvas__close-btn{background:var(--tp-common-black);color:#fff;width:60px;height:60px;font-size:16px;line-height:45px;display:inline-block}.offcanvas__close-btn:hover{background:var(--tp-theme-1)}.offcanvas__top{border-bottom:1px solid var(--tp-border-3);padding-bottom:20px}.offcanvas__color{margin-bottom:40px}.offcanvas__color h5{margin-bottom:15px;font-size:22px}.offcanvas__color input{display:none}.offcanvas__color label{background-color:var(--tp-theme-1);width:100%;height:60px}.offcanvas__color label:hover{cursor:pointer}.offcanvas__color-2 label{background-color:var(--tp-theme-2)}.offcanvas__search{position:relative}.offcanvas__search input{border:none;border-bottom:1px solid var(--tp-border-3);background:0 0;outline:none;width:100%;height:40px;padding-right:20px;font-size:14px;line-height:40px}.offcanvas__search input::placeholder{color:var(--tp-text-1)}.offcanvas__search input:focus{border-color:var(--tp-common-black)}.offcanvas__search button{color:var(--tp-text-1);font-size:14px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.offcanvas__text p{margin-bottom:25px}.offcanvas__contact h4{text-transform:uppercase;margin-bottom:20px;font-size:22px}.offcanvas__contact ul li:not(:last-child){margin-bottom:20px}.offcanvas__contact ul li:hover i{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.offcanvas__contact ul li:hover a{color:var(--tp-common-black)}.offcanvas__contact-icon i{text-align:center;border:1px solid var(--tp-border-3);-o-border-radius:7px;-ms-border-radius:7px;border-radius:7px;width:40px;height:40px;line-height:40px;display:inline-block}.offcanvas__contact-text a{color:var(--tp-text-1);font-size:18px;font-weight:500}.offcanvas__wallet-btn{color:var(--tp-common-white);background-color:var(--tp-theme-1);-o-border-radius:30px;-ms-border-radius:30px;border-radius:30px;padding:5px 24px 5px 22px;font-size:14px;font-weight:500;display:inline-block}.offcanvas__wallet-btn svg{width:16px;margin-right:2px;transform:translateY(-2px)}.offcanvas__wallet-btn svg path{fill:none}.offcanvas__wallet-btn:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.offcanvas__wallet-btn:hover svg path{stroke:var(--tp-common-white)}.offcanvas__map iframe{border:none;width:100%;height:200px}.offcanvas__social ul li{display:inline-block}.offcanvas__social ul li:not(:last-child){margin-right:5px}.offcanvas__social ul li a{text-align:center;background:var(--tp-grey-1);width:40px;height:40px;color:var(--tp-theme-1);-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;line-height:42px;display:inline-block}.offcanvas__social ul li a:hover{background:var(--tp-theme-1);color:var(--tp-common-white)}.offcanvas__notification-icon a{color:var(--tp-common-black);font-size:14px;position:relative}.offcanvas__notification-icon a .notification-count{background-color:var(--tp-theme-1);-o-border-radius:50%;-ms-border-radius:50%;width:20px;height:20px;color:var(--tp-common-white);text-align:center;border-radius:50%;font-size:12px;font-weight:600;line-height:22px;display:inline-block;position:absolute;top:-4px;right:-13px}.offcanvas__notification-text p{color:var(--tp-common-black);margin-bottom:0;font-size:14px;font-weight:500}.offcanvas__notification-text p .notification-number,.offcanvas__notification-text p a{color:var(--tp-theme-1)}.cartmini__title{border-bottom:1px solid var(--tp-border-1);padding:20px;box-shadow:0 0 10px #81818133}.cartmini__title h4{text-transform:uppercase;margin-bottom:0;font-size:16px;font-weight:600}.cartmini__close{position:absolute;top:17px;right:20px}.cartmini__close-btn{color:var(--tp-common-black);background:0 0;font-size:22px}.cartmini__close-btn:hover{transform:rotate(90deg)}.cartmini__widget{height:100%;overflow-y:scroll}.cartmini__inner ul li{border-bottom:1px solid #81818133;padding:20px 35px 20px 20px;transition:background-color .3s;display:flex;position:relative}.cartmini__inner ul li:hover{background:#f9f9f9}.cartmini__thumb{margin-right:15px}.cartmini__thumb img{width:70px;height:90px}.cartmini__content h5{margin-bottom:12px;font-size:13px;font-weight:500}.cartmini__content h5 a:hover{color:var(--tp-theme-1)}.cartmini__del{text-align:center;width:25px;height:25px;color:var(--tp-common-black);-o-border-radius:50%;-ms-border-radius:50%;background:0 0;border-radius:50%;font-size:12px;line-height:25px;position:absolute;top:10px;right:10px}.cartmini__del:hover{background:var(--tp-common-white)}.cartmini__checkout{background:var(--tp-common-white);border-top:2px solid var(--tp-border-1);width:100%;padding:20px 20px 85px}.cartmini__checkout-title h4{margin-bottom:0;font-size:18px;font-weight:600;display:inline-block}.cartmini__checkout-title span{float:right;color:var(--tp-theme-1);font-size:20px;font-weight:600}.cart-plus,.cart-minus{border:2px solid var(--tp-border-1);vertical-align:middle;text-align:center;width:25px;height:30px;font-size:14px;display:inline-block}.cart-plus:hover,.cart-minus:hover{cursor:pointer;color:var(--tp-common-white);background:var(--tp-theme-1);border-color:var(--tp-theme-1)}.cart-input{text-align:center;border:none;border-top:2px solid var(--tp-border-1);border-bottom:2px solid var(--tp-border-1);vertical-align:middle;width:32px;height:30px;margin:0 -3px;padding-bottom:0;font-size:14px;display:inline-block}.cart-input:focus{outline:none}.section__title{color:var(--tp-common-black);font-size:30px;font-weight:var(--tp-fw-bold);text-transform:uppercase}@media only screen and (min-width:1200px) and (max-width:1399px){.section__title{font-size:45px}}@media only screen and (min-width:992px) and (max-width:1199px){.section__title{font-size:35px}}@media only screen and (min-width:576px) and (max-width:767px){.section__title{font-size:45px}}@media (max-width:575px){.section__title{font-size:30px}}.section__title-pre{font-size:14px;font-weight:var(--tp-fw-bold);color:var(--tp-theme-1);text-transform:uppercase;display:inline-block}.section__title-pre.has-border{border-bottom:1px solid var(--tp-border-1);margin-bottom:10px;padding-bottom:5px;display:block}.section__title-pre.has-border.has-border-dark{border-color:var(--tp-border-4)}.section__title-inner p{margin-bottom:5px;margin-left:50px;font-size:16px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.section__title-inner p{margin-left:0}}.section__title-wrapper.section-titile-white .section__title{color:var(--tp-common-white)}.section__title-wrapper.section-titile-white .section__title-pre.has-border{border-color:var(--tp-common-black-2)}.section__title-wrapper.section-titile-white .section__title-inner p{color:var(--tp-text-4)}.section-title-dark .section__title-pre{color:var(--tp-text-12)}.section-title-dark .section__title{color:var(--tp-common-dark-3)}.section-title-dark .section__title-inner p{color:var(--tp-text-2)}.section-titile-dark-white .section__title-pre{color:var(--tp-theme-2)}.section-titile-dark-white .section__title{color:var(--tp-common-white)}.section-titile-dark-white .section__title-inner p{color:var(--tp-text-2)}.breadcrumb__title{color:var(--tp-common-black);text-transform:uppercase;font-size:48px}.breadcrumb__title-2{text-transform:uppercase;margin-top:12px;font-size:80px;line-height:1.1}@media only screen and (min-width:992px) and (max-width:1199px){.breadcrumb__title-2{font-size:70px}}@media only screen and (min-width:768px) and (max-width:991px){.breadcrumb__title-2{font-size:60px}}@media only screen and (min-width:576px) and (max-width:767px){.breadcrumb__title-2{font-size:40px}}@media (max-width:575px){.breadcrumb__title-2{font-size:26px}}.breadcrumb__title-pre{color:#fff;background:var(--tp-theme-2);border-radius:4px;height:24px;margin-bottom:12px;padding:0 7px;font-size:14px;font-weight:500;line-height:26px;display:inline-block}.breadcrumb__list span{color:var(--tp-common-black);text-transform:capitalize;margin-right:3px;padding-right:3px;font-size:16px;font-weight:500}.breadcrumb__list span a:hover{color:var(--tp-theme-1)}.breadcrumb__list-2 span{color:var(--tp-text-15);text-transform:capitalize;margin-right:3px;padding-right:3px;font-size:14px;font-weight:500}.breadcrumb__list-2 span a:hover{color:var(--tp-theme-1)}.breadcrumb__list-2 span:last-child{color:var(--tp-common-white)}.breadcrumb__list-bottom{padding:12px 0}.breadcrumb__overlay{position:relative}.breadcrumb__overlay:after{content:"";background:#fff6;width:100%;height:100%;position:absolute;top:0;left:0}.breadcrumb__content-2>p{max-width:600px;font-size:16px}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 #fff6}70%{-webkit-box-shadow:0 0 0 45px #fff0}to{-webkit-box-shadow:0 0 #fff0}}@keyframes pulse{0%{box-shadow:0 0 #fff6}70%{box-shadow:0 0 0 45px #fff0}to{box-shadow:0 0 #fff0}}#loading{z-index:999999;background-color:#fff;width:100%;height:100%;margin-top:0;position:fixed;top:0}#loading-center{width:100%;height:100%;position:relative}#loading-center-absolute{width:25%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (min-width:1200px) and (max-width:1399px){#loading-center-absolute{width:40%}}@media only screen and (min-width:992px) and (max-width:1199px){#loading-center-absolute{width:40%}}@media only screen and (min-width:768px) and (max-width:991px){#loading-center-absolute{width:45%}}@media only screen and (min-width:576px) and (max-width:767px){#loading-center-absolute{width:50%}}@media (max-width:575px){#loading-center-absolute{width:60%}}#object{background-color:#323232;width:80px;height:80px;margin-top:60px;margin-left:auto;margin-right:auto;animation:1s ease-in-out infinite preloader}@-webkit-keyframes preloader{0%{-webkit-transform:perspective(160px)}50%{-webkit-transform:perspective(160px)rotateY(-180deg)}to{-webkit-transform:perspective(160px)rotateY(-180deg)rotateX(-180deg)}}@keyframes preloader{0%{transform:perspective(160px)rotateX(0)rotateY(0)}50%{transform:perspective(160px)rotateX(-180deg)rotateY(0)}to{transform:perspective(160px)rotateX(-180deg)rotateY(-180deg)}}.header__transparent{z-index:99;background:0 0;width:100%;margin:auto;top:0;left:0;position:fixed!important}.header__padding{padding-left:15px;padding-right:15px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header__padding{padding-left:0;padding-right:0}}@media only screen and (min-width:992px) and (max-width:1199px){.header__bottom{padding-top:15px;padding-bottom:15px}}.header__info ul li{margin-right:35px;padding-right:35px;list-style:none;display:inline-block;position:relative}.header__info ul li:after{content:"";background-color:var(--tp-common-dark);width:1px;height:12px;position:absolute;top:50%;left:auto;right:0;transform:translateY(-50%)}.header__info ul li:last-child{margin-right:0;padding-right:0}.header__info ul li:last-child:after{display:none}@media only screen and (min-width:992px) and (max-width:1199px){.header__info ul li{margin-right:25px;padding-right:25px}}.header__info ul li a{color:var(--tp-common-white);font-size:14px}.header__info ul li a:hover{color:var(--tp-theme-1)}.header__info ul li a i{color:var(--tp-theme-1);margin-right:5px}.header__info ul li a svg{width:13px;height:13px;margin-right:5px}.header__info ul li a svg path{fill:var(--tp-text-4)}.header__info-2{padding-left:0}.header__info-2 ul li{margin-right:35px;padding-right:35px;list-style:none;display:inline-block;position:relative}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.header__info-2 ul li{margin-right:25px;padding-right:25px}}.header__info-2 ul li:after{content:"";background-color:var(--tp-border-7);width:1px;height:12px;position:absolute;top:50%;left:auto;right:0;transform:translateY(-50%)}.header__info-2 ul li a{color:var(--tp-common-black);font-size:14px}.header__info-2 ul li a:hover{color:var(--tp-theme-1)}.header__top-left{z-index:1;padding-left:240px;position:relative}@media only screen and (min-width:992px) and (max-width:1199px){.header__top-left{padding-left:215px}}.header__top-left-2{padding-left:0}@media only screen and (min-width:992px) and (max-width:1199px){.header__top-left-2{padding-left:215px}}.header__top-border{border-bottom:1px solid var(--tp-border-8)}.header__orange-bg{position:relative}.header__orange-bg:after{content:"";background-color:var(--tp-theme-1);width:120px;height:100%;position:absolute;top:0;left:auto;right:0;transform:translate(0)}.header__hamburger button{font-size:14px;font-weight:var(--tp-fw-bold);background-color:var(--tp-common-white);color:var(--tp-common-black);-ms-box-shadow:0px 16px 32px 0px #0000000a;-o-box-shadow:0px 16px 32px 0px #0000000a;text-align:center;height:40px;padding:0 18px;line-height:40px;display:inline-block;box-shadow:0 16px 32px #0000000a}.header__hamburger button i{margin-right:3px}.header__hamburger button:hover{background-color:var(--tp-common-black);color:var(--tp-common-white)}.header__action a,.header__action button{text-align:center;background-color:var(--tp-common-white);width:40px;height:40px;color:var(--tp-common-black);-ms-box-shadow:0px 16px 32px 0px #0000000a;-o-box-shadow:0px 16px 32px 0px #0000000a;margin-right:10px;line-height:40px;display:inline-block;position:relative;box-shadow:0 16px 32px #0000000a}.header__action a:last-child,.header__action button:last-child{margin-right:0}.header__action a:hover,.header__action button:hover{background-color:var(--tp-common-black);color:var(--tp-common-white)}.header__action a .cart-count,.header__action button .cart-count{background:var(--tp-common-green);color:#fff;border-radius:50%;width:14px;height:14px;font-size:10px;font-weight:700;line-height:14px;position:absolute;top:-7px;right:-7px}.header__sticky.header__sticky{z-index:99;box-shadow:0 0 60px #00000012;background:var(--tp-common-white);width:100%;margin:auto;animation:.3s ease-in-out fadeInDown;top:0;left:0;-webkit-box-shadow:0 10px 15px #1919191a;position:fixed!important}.header__lang{z-index:99;padding:3px 0 5px 28px;position:relative}.header__lang .language{color:#fff;background-color:#0000;border:0;padding:0 18px 0 28px;font-size:14px}.header__lang .nice-select{color:var(--tp-common-white);background-color:#0000;border:0;padding:0 18px 0 28px;font-size:14px}.header__lang .nice-select .current{color:var(--tp-common-white);font-size:14px;font-weight:500}.header__lang .nice-select .list{border-radius:0;margin-top:0;left:auto;right:0}.header__lang .nice-select .list .option{color:var(--tp-text-1)}.header__lang .nice-select .list .option:hover,.header__lang .nice-select .list .option.selected.focus{color:var(--tp-theme-1)}.header__lang .selected-lang{color:var(--tp-common-white);background-color:var(--tp-theme-1);padding-right:20px;font-size:14px;font-weight:500;position:relative}.header__lang .selected-lang:after{content:"";color:var(--tp-common-white);font-size:14px;font-family:var(--tp-ff-fontawesome);position:absolute;top:50%;right:0;transform:translateY(-50%)}.header__lang-list{background-color:var(--tp-common-white);z-index:11;visibility:hidden;opacity:0;transform-origin:top;-o-transition:all .3s ease-out 0s;padding:15px 28px;transition:all .3s ease-out;position:absolute;top:100%;left:10px;right:1px;transform:perspective(400px)rotateX(-45deg)}.header__lang-list li{color:var(--tp-common-dark);text-align:right;list-style:none}.header__lang-list li:hover{color:var(--tp-theme-1);cursor:pointer}.header__lang:hover .header__lang-list{visibility:visible;opacity:1;transform:perspective(400px)rotateX(0)}.header__social ul li{margin-right:5px;display:inline-block}.header__social ul li:last-child{margin-right:0}.header__social ul li a{color:var(--tp-common-black);font-size:14px;display:inline-block}.header__social ul li a:hover{color:var(--tp-theme-1)}.header__link a{color:var(--tp-common-white);font-size:14px;font-weight:var(--tp-fw-bold);margin-right:45px;display:inline-block}.header__link a i{margin-right:5px}.header__link a:last-child{margin-right:0}.header__link a:hover{color:var(--tp-theme-1)}.header__link-2 a{color:var(--tp-common-black)}.header__link-2 a:hover{color:var(--tp-theme-1)}@media only screen and (min-width:1601px) and (max-width:1700px){.header__menu-wrapper{margin-left:80px}}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px){.header__menu-wrapper{margin-left:0}}.header__menu-wrapper-2{margin-left:0}.header__contact-icon span{width:45px;display:inline-block}.header__contact-icon span .header-contact-icon-theme{fill:var(--tp-theme-1)}.header__contact-icon span .header-contact-icon-black{fill:var(--tp-common-black)}.header__contact-content h5{color:var(--tp-text-1);text-transform:uppercase;margin-bottom:0;font-size:10px}.header__contact-content p{color:var(--tp-common-black);text-transform:uppercase;margin-bottom:0;font-size:16px;font-weight:700}.header__contact-content p a:hover{color:var(--tp-theme-1)}.logo-translate{margin-top:-40px;position:relative}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.logo-translate{margin-top:0}}.logo-space{margin-left:80px}@media only screen and (min-width:1400px) and (max-width:1600px){.logo-space{margin-left:45px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.logo-space{margin-left:0}}@media only screen and (min-width:992px) and (max-width:1199px){.main-menu{margin-left:50px}}.main-menu ul li{line-height:1;list-style:none;display:inline-block;position:relative}.main-menu ul li a{color:#000;font-size:14px;font-weight:var(--tp-fw-bold);text-transform:uppercase;padding:32px 40px;display:inline-block;position:relative}@media only screen and (min-width:1701px) and (max-width:1800px){.main-menu ul li a{padding-left:30px;padding-right:30px}}@media only screen and (min-width:1601px) and (max-width:1700px){.main-menu ul li a{padding-left:30px;padding-right:30px}}@media only screen and (min-width:1400px) and (max-width:1600px){.main-menu ul li a{padding-left:30px;padding-right:30px}}@media only screen and (min-width:1200px) and (max-width:1399px){.main-menu ul li a{padding-left:20px;padding-right:20px}}.main-menu ul li a:before{content:"";background-color:var(--tp-common-white);visibility:hidden;opacity:0;width:6px;height:6px;position:absolute;top:10px;left:auto;right:10px;transform:translateY(-50%)}.main-menu ul li.has-dropdown>a{position:relative}.main-menu ul li.has-dropdown>a:after{content:"+";color:#000;font-size:14px;font-family:var(--tp-ff-fontawesome);font-weight:400;font-weight:var(--tp-fw-bold);margin-left:5px;display:inline-block}.main-menu ul li .submenu{background:var(--tp-common-white);z-index:99;-o-transition:all .3s ease-out 0s;visibility:hidden;opacity:0;-ms-box-shadow:0px 30px 70px 0px #0b064614;-o-box-shadow:0px 30px 70px 0px #0b064614;width:350px;transition:all .3s ease-out;position:absolute;top:120%;left:0;box-shadow:0 30px 70px #0b064614}.main-menu ul li .submenu li{width:100%;margin:0;display:block}.main-menu ul li .submenu li:not(:last-child){border-bottom:1px solid #0000001a}.main-menu ul li .submenu li.has-dropdown>a:after{position:absolute;top:50%;right:25px;transform:translateY(-50%)rotate(-90deg)}.main-menu ul li .submenu li a{z-index:1;color:#000;background-color:#f8f9fa;width:100%;padding:15px 25px;font-size:16px;font-weight:500;position:relative}.main-menu ul li .submenu li a:before{display:none}.main-menu ul li .submenu li .submenu{visibility:hidden;opacity:0;top:0;left:120%}.main-menu ul li .submenu li:hover>a{color:var(--tp-theme-1);background-color:var(--tp-common-white)}.main-menu ul li .submenu li:hover>a:after{color:var(--tp-theme-1)}.main-menu ul li .submenu li:hover>a:before{width:100%;left:0;right:auto}.main-menu ul li .submenu li:hover>.submenu{visibility:visible;opacity:1;left:100%}.main-menu ul li:hover>a{color:var(--tp-common-white);background-color:var(--tp-theme-1)}.main-menu ul li:hover>a:after{color:var(--tp-common-white)}.main-menu ul li:hover>a:before{visibility:visible;opacity:1}.main-menu ul li:hover>.submenu{visibility:visible;opacity:1;top:100%}.main-menu-2 ul li{margin-right:60px}@media only screen and (min-width:1701px) and (max-width:1800px){.main-menu-2 ul li{margin-right:40px}}@media only screen and (min-width:1601px) and (max-width:1700px){.main-menu-2 ul li{margin-right:40px}}@media only screen and (min-width:1400px) and (max-width:1600px){.main-menu-2 ul li{margin-right:30px}}@media only screen and (min-width:1200px) and (max-width:1399px){.main-menu-2 ul li{margin-right:16px}}.main-menu-2 ul li:last-child{margin-right:0}.main-menu-2 ul li a{padding:30px 0}.main-menu-2 ul li a:before{display:none}.main-menu-2 ul li .submenu li a:hover{color:var(--tp-theme-1)}.main-menu-2 ul li:hover>a{color:var(--tp-theme-1);background-color:#0000}.main-menu-2 ul li:hover>a:after{color:var(--tp-theme-1)}.main-menu-2 ul li:hover>.submenu{visibility:visible;opacity:1;top:100%}.header-style-3 .header__link-2 a{color:var(--tp-common-dark-3)}.header-style-3 .header__link-2 a:hover{color:var(--tp-theme-2)}.header-style-3 .header__info ul li a i,.header-style-3 .header__info-2 ul li a{color:var(--tp-common-dark-3)}.header-style-3 .header__info-2 ul li a:hover{color:var(--tp-theme-2)}.header-style-3 .header__orange-bg:after{background-color:var(--tp-common-dark-3)}.header-style-3 .header__lang .selected-lang{background-color:#0000}.header-style-3 .header__lang-list li:hover{color:var(--tp-theme-2)}.header-style-3 .header__contact-icon span .header-contact-icon-theme,.header-style-3 .header__contact-icon span .header-contact-icon-black{fill:var(--tp-common-dark-3)}.header-style-3 .main-menu ul li a{color:var(--tp-common-dark-3)}.header-style-3 .main-menu ul li .submenu li a:hover{color:var(--tp-theme-2)}.header-style-3 .main-menu ul li:hover>a{color:var(--tp-theme-2);background-color:#0000}.header-style-3 .main-menu ul li:hover>a:after{color:var(--tp-theme-2)}.header-style-3 .header__contact-content h5,.header-style-3 .header__contact-content p{color:var(--tp-common-dark-3)}.header-style-3 .header__contact-content p a:hover{color:var(--tp-theme-2)}.header-style-3 .header__action a{color:var(--tp-common-dark-3)}.header-style-3 .header__action a:hover{background-color:var(--tp-theme-2);color:var(--tp-common-white)}.header-style-3 .header__hamburger button{color:var(--tp-common-dark-3)}.header-style-3 .header__hamburger button:hover{color:var(--tp-common-white);background-color:var(--tp-theme-2)}.header-sticky-active.header-sticky{z-index:99;box-shadow:0 0 60px #00000012;background:var(--tp-common-white);width:100%;margin:auto;animation:.3s ease-in-out fadeInDown;position:fixed;top:0;left:0;-webkit-box-shadow:0 10px 15px #1919191a}.header-sticky-active.header-sticky .logo-translate{margin-top:0}.mean-container .mean-nav{background:0 0;margin-top:0}.mean-container .mean-bar{background:0 0;min-height:auto;padding:0}.mean-container .mean-nav>ul{width:100%;margin:0;padding:0;list-style-type:none;display:block!important}.mean-container a.meanmenu-reveal{display:none!important}.mean-container .mean-nav ul li a{width:100%;color:var(--tp-common-black);border-top:1px solid #ebebeb;padding:10px 0;font-size:14px;font-weight:700;line-height:1.5}.mean-container .mean-nav ul li a:hover{color:var(--tp-theme-1)}.mean-container .mean-nav ul li a.mean-expand{width:30px;height:30px;color:var(--tp-common-black);margin-top:5px;font-weight:400;line-height:30px;top:0;border:1px solid #ebebeb!important;padding:0!important}.mean-container .mean-nav ul li a.mean-expand:hover{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.mean-container .mean-nav ul li>a>i{display:none}.mean-container .mean-nav ul li>a.mean-expand i{display:inline-block}.mean-container .mean-nav>ul>li:first-child>a{border-top:0}.mean-container .mean-nav ul li a.mean-expand.mean-clicked{color:var(--tp-common-black)}.mean-container .mean-nav ul li a.mean-expand.mean-clicked i{color:var(--tp-common-black);transform:rotate(45deg)}.slider__height{min-height:850px}@media only screen and (min-width:768px) and (max-width:991px){.slider__height{min-height:750px}}@media only screen and (min-width:576px) and (max-width:767px){.slider__height{min-height:650px}}@media (max-width:575px){.slider__height{min-height:450px}}.slider__overlay{z-index:1;position:relative}.slider__overlay:after{content:"";background-color:#0000;background-image:-webkit-linear-gradient(#0000 0%,#0009 100%);background-image:-ms-linear-gradient(0deg, #0009 0%, #0000 100%);opacity:.8;z-index:-1;background-image:-moz-linear-gradient(#0000 0%,#0009 100%);width:100%;height:100%;position:absolute;top:0;left:0;right:auto;transform:translate(0%)}.slider__overlay-2{z-index:1;position:relative}.slider__overlay-2:after{content:"";background-image:-webkit-linear-gradient(45deg,#f4f4f4 10%,#f4f4f400 100%);background-image:-ms-linear-gradient(45deg, #f4f4f4 10%, #f4f4f400 100%);z-index:-1;background-image:linear-gradient(45deg,#f4f4f4 10%,#f4f4f400 100%);width:100%;height:100%;position:absolute;top:0;left:0}.slider__title{color:var(--tp-common-white);font-size:100px;font-weight:var(--tp-fw-bold);text-transform:uppercase;line-height:1.1}@media only screen and (min-width:576px) and (max-width:767px){.slider__title{font-size:60px}}@media (max-width:575px){.slider__title{font-size:45px}}.slider__title-2{color:var(--tp-common-black)}.slider__title-3{color:var(--tp-common-dark-3);margin-bottom:25px;font-size:120px}@media only screen and (min-width:992px) and (max-width:1199px){.slider__title-3{font-size:90px}}@media only screen and (min-width:768px) and (max-width:991px){.slider__title-3{font-size:70px}}@media only screen and (min-width:576px) and (max-width:767px){.slider__title-3{font-size:60px}}@media (max-width:575px){.slider__title-3{font-size:35px}}.slider__title-3 .slider-title-stroke{-webkit-text-fill-color:transparent;background:0 0;-webkit-text-stroke:1px var(--tp-common-dark-3);-webkit-background-clip:text}.slider__content p{color:var(--tp-common-white);margin-bottom:45px;font-size:18px;line-height:28px}.slider__content-2 p{color:#444}.slider__content-3>span{color:var(--tp-common-dark-3);font-size:18px}.slider__wrapper .slider-pagination-btn{text-align:center;background-color:var(--tp-common-white);width:80px;height:80px;color:var(--tp-common-black);z-index:1;font-size:20px;line-height:80px;position:absolute;bottom:0;left:0}.slider__wrapper .slider-pagination-btn:hover{background-color:var(--tp-common-black);color:var(--tp-common-white)}.slider__wrapper .slider-pagination-btn.slider-button-next{left:auto;right:0}.slider__wrapper-2 .slider-pagination-btn{bottom:50%;left:auto;right:60px}.slider__wrapper-2 .slider-pagination-btn:hover{background-color:var(--tp-theme-1);color:var(--tp-common-white)}.slider__wrapper-2 .slider-pagination-btn.slider-button-next{bottom:39%;right:60px}.slider__wrapper-3{padding-top:150px;padding-bottom:450px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.slider__wrapper-3{padding-bottom:250px}}@media only screen and (min-width:768px) and (max-width:991px){.slider__wrapper-3{padding-bottom:150px}}@media only screen and (min-width:576px) and (max-width:767px){.slider__wrapper-3{padding-bottom:100px}}@media (max-width:575px){.slider__wrapper-3{padding-top:100px;padding-bottom:50px}}.slider__btn-2 a,.slider__btn-3 a{margin-right:25px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.slider__pagination{display:none}}.slider-play-btn{color:var(--tp-common-dark-3);text-transform:capitalize;font-size:14px;font-weight:700}@media (max-width:575px){.slider-play-btn{display:block}}.slider-play-btn .slider-play-btn-icon{text-align:center;background-color:var(--tp-common-white);width:60px;height:60px;color:var(--tp-common-dark-3);border-radius:50%;line-height:60px;display:inline-block}.slider-play-btn .slider-play-btn-text{margin-left:20px}.slider-play-btn:hover{color:var(--tp-common-white)}.services__item{background-color:var(--tp-common-white);-ms-box-shadow:0px 16px 32px 0px #0000000a;-o-box-shadow:0px 16px 32px 0px #0000000a;box-shadow:0 16px 32px #0000000a}.services__item:hover{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.services__item:hover .services__thumb img{transform:scale(1.1)}.services__item-2{z-index:1;padding:45px 45px 40px;position:relative}@media (max-width:575px){.services__item-2{padding-left:35px;padding-right:35px}}.services__item-3:hover .services__thumb-3 img{transform:scale(1.1)}.services__thumb-3{z-index:1}.services__thumb-3:after{content:"";background-color:var(--tp-common-dark-3);opacity:.5;width:100%;height:100%;position:absolute;top:0;left:0}.services__icon{position:absolute;top:0;right:40px;transform:translateY(-50%)}.services__icon span{text-align:center;width:70px;height:70px;color:var(--tp-common-black);background-color:var(--tp-common-white);-ms-box-shadow:0px 16px 32px 0px #0000000a;-o-box-shadow:0px 16px 32px 0px #0000000a;margin-bottom:2px;font-size:40px;line-height:70px;display:inline-block;box-shadow:0 16px 32px #0000000a}.services__icon-2{margin-bottom:20px}.services__icon-2 i{color:var(--tp-theme-1);font-size:60px}.services__icon-3{text-align:center;background-color:var(--tp-common-white);-o-border-radius:50%;-ms-border-radius:50%;z-index:1;border-radius:50%;width:120px;height:120px;line-height:117px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.services__icon-3 span{width:60px;height:60px;line-height:60px;display:inline-block}.services__icon-3 span .services-icon-theme{fill:var(--tp-theme-2)}.services__icon-3 span .services-icon-black{fill:var(--tp-common-dark-3)}.services__counter{counter-reset:count}.services__counter-2{counter-reset:count2}.services__no span{color:var(--tp-theme-1);text-transform:uppercase;padding-right:20px;font-size:14px;display:inline-block;position:relative}.services__no span:after{counter-increment:count;content:"0" counter(count);color:var(--tp-theme-1);position:absolute;top:48%;right:0;transform:translateY(-50%)}.services__no-2 span{color:var(--tp-text-1);text-transform:uppercase;padding-right:20px;font-size:14px;display:inline-block;position:relative}.services__no-2 span:after{counter-increment:count;content:"0" counter(count);color:var(--tp-text-1);position:absolute;top:48%;right:0;transform:translateY(-50%)}.services__no-text{position:relative}.services__no-text:before{counter-increment:count2;content:"0" counter(count2);-webkit-text-fill-color:transparent;background:var(--tp-common-white);-webkit-text-stroke:1px var(--tp-border-6);z-index:-1;-webkit-background-clip:text;font-size:170px;font-weight:700;position:absolute;top:25px;right:-45px;color:var(--tp-common-white)!important}.services__title{text-transform:uppercase;margin-bottom:20px;font-size:16px}.services__title a:hover{color:var(--tp-theme-1)}.services__title-2{color:var(--tp-common-black);text-transform:uppercase;margin-bottom:15px;font-size:26px}.services__title-2 a:hover{color:var(--tp-theme-1)}.services__title-3{color:var(--tp-common-white);font-size:24px}@media only screen and (min-width:992px) and (max-width:1199px){.services__title-3{font-size:20px}}.services__title-3 a:hover{color:var(--tp-theme-2)}.services__content{border-top:0;padding:30px 40px;position:relative}@media only screen and (min-width:1200px) and (max-width:1399px){.services__content{padding-left:15px;padding-right:15px}}.services__content-2 p{margin-bottom:28px}.services__content-3{padding-top:20px}.services__btn .services-link-btn,.services__btn .services-link-btn a{display:inline-block}.services__btn .services-link-btn:hover .link-btn{color:var(--tp-common-white);background-color:var(--tp-theme-1);border-color:var(--tp-theme-1)}.services__btn .services-link-btn:hover .link-btn i{visibility:hidden;opacity:0;left:100%}.services__btn .services-link-btn:hover .link-btn i:last-child{visibility:visible;opacity:1;left:50%}.services__btn .services-link-btn:hover .services-btn-text{visibility:visible;opacity:1;padding-left:20px}.services__btn .services-link-btn{position:relative}.services__btn .services-btn-text{color:var(--tp-common-black);text-transform:uppercase;visibility:hidden;opacity:0;min-width:200%;font-size:14px;font-weight:700;position:absolute;top:43%;left:100%;transform:translateY(-50%)}.services__slider{margin-right:-430px}@media only screen and (min-width:1200px) and (max-width:1399px){.services__slider{margin-right:-200px}}@media only screen and (min-width:992px) and (max-width:1199px){.services__slider{margin-right:-350px}}@media only screen and (min-width:768px) and (max-width:991px){.services__slider{margin-right:-250px}}@media only screen and (min-width:576px) and (max-width:767px){.services__slider{margin-right:-350px}}@media (max-width:575px){.services__slider{margin-right:0}}.services__details-thumb{margin-bottom:50px}.services__details-thumb img{max-height:600px}.services__details-title{text-transform:uppercase;margin-bottom:23px;font-size:40px}@media only screen and (min-width:992px) and (max-width:1199px){.services__details-title{font-size:35px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.services__details-title{font-size:30px}}.services__details-content p{margin-bottom:15px;font-size:16px;line-height:1.6}.services__details-question h4{text-transform:uppercase;margin-bottom:20px;font-size:20px}.services__details-question ul li{line-height:1;list-style:none}.services__details-question ul li p{font-size:16px;line-height:1.6}.services__details-question ul li p span{color:var(--tp-common-black);font-weight:700}.services__details-process h4{text-transform:uppercase;margin-bottom:22px;font-size:20px}.services__details-contact{border:1px solid #f1f1f1;padding:50px 60px 60px;box-shadow:0 16px 32px #0000000a}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.services__details-contact{padding-left:15px;padding-right:15px}}.services__details-contact h4{text-transform:uppercase;margin-bottom:30px;font-size:40px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.services__details-contact h4{font-size:30px}}.services__details-contact .contact__input input,.services__details-contact .contact__input textarea{background-color:var(--tp-grey-4);border-color:var(--tp-grey-4)}.services__details-contact .contact__input input:focus,.services__details-contact .contact__input textarea:focus{border-color:var(--tp-theme-1)}.services__details-contact .contact__input input::-webkit-input-placeholder{color:var(--tp-text-12)}.services__details-contact .contact__input textarea::-webkit-input-placeholder{color:var(--tp-text-12)}:-moz-any(.services__details-contact .contact__input input:-moz-placeholder-shown,.services__details-contact .contact__input textarea:-moz-placeholder-shown){color:var(--tp-text-12)}:is(.services__details-contact .contact__input input:placeholder-shown,.services__details-contact .contact__input textarea:placeholder-shown){color:var(--tp-text-12)}.services__details-contact .contact__input input::-moz-placeholder{color:var(--tp-text-12)}.services__details-contact .contact__input textarea::-moz-placeholder{color:var(--tp-text-12)}:is(.services__details-contact .contact__input input:-ms-placeholder-shown,.services__details-contact .contact__input textarea:-ms-placeholder-shown){color:var(--tp-text-12)}:is(.services__details-contact .contact__input input:placeholder-shown,.services__details-contact .contact__input textarea:placeholder-shown){color:var(--tp-text-12)}.services__details-contact .contact__input i{color:var(--tp-common-black)}.services__widget{border:1px solid #f3f3f3;padding:33px 40px 30px}.services__widget-title{text-transform:uppercase;margin-bottom:17px;padding-right:70px;font-size:20px;position:relative}.services__widget-title:after{content:"";background-color:var(--tp-theme-1);width:70px;height:1px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.services__widget ul li{margin-bottom:2px;list-style:none}.services__widget ul li:last-child{margin-bottom:0}.services__widget ul li a{color:var(--tp-text-1);padding-left:30px;font-size:16px;position:relative}.services__widget ul li a:after{content:"";background-color:var(--tp-common-black);width:16px;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.services__widget ul li:hover>a{color:var(--tp-theme-1);padding-left:40px}.services__widget ul li:hover>a:after{background-color:var(--tp-theme-1);width:22px}.services-widget-banner{background-color:var(--tp-grey-4);z-index:1;padding:50px 25px 35px;position:relative}.services-widget-banner .services-banner-shape-1{z-index:-1;width:100%;position:absolute;bottom:0;left:0}.services-widget-banner .services-banner-content{text-align:center}.services-widget-banner .services-banner-content span{margin-bottom:5px;font-size:14px;display:inline-block}.services-widget-banner .services-banner-content h5{text-transform:uppercase;margin-bottom:15px;font-size:20px}.services-widget-banner .services-banner-content p{color:var(--tp-theme-1);font-size:30px;font-weight:700;display:inline-block;position:relative}.services-widget-banner .services-banner-content p:after{content:"";background-color:var(--tp-theme-1);width:100%;height:2px;position:absolute;bottom:-3px;left:0}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about__wrapper{padding-left:0}}.about__wrapper-2>p{margin-bottom:30px}@media only screen and (min-width:1200px) and (max-width:1399px){.about__wrapper-3{padding-left:0}}@media only screen and (min-width:992px) and (max-width:1199px){.about__wrapper-3{padding-left:0;padding-right:15px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about__wrapper-3{margin-top:50px;padding-left:0;padding-right:0}}.about__wrapper-3>p{margin-bottom:35px;font-size:16px}.about__wrapper-4>p{font-size:16px}.about__content>p{margin-bottom:35px;font-size:16px}.about__author img{height:80px}.about__author{background-color:var(--tp-common-white);-ms-box-shadow:0px 16px 32px 0px #0000000a;-o-box-shadow:0px 16px 32px 0px #0000000a;margin-right:100px;padding:15px;box-shadow:0 16px 32px #0000000a}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about__author{margin-right:0}}@media (max-width:575px){.about__author-inner{margin-bottom:25px;margin-right:0}}.about__author-border{position:relative}.about__author-border:after{content:"";background-color:var(--tp-theme-1);width:2px;height:100%;position:absolute;top:50%;left:auto;right:0;transform:translateY(-50%)}.about__author-thumb img{width:50px;height:50px}.about__author-info h4{text-transform:uppercase;margin-bottom:0;font-size:20px;font-weight:700;line-height:1}.about__author-info span{font-size:14px;line-height:1}.about__author-content-3 p{margin-bottom:23px;line-height:1}.about__author-content-3 p span{color:var(--tp-common-dark-3);font-size:20px;font-weight:700}.about__author-4{margin-right:0}.about__item{-ms-box-shadow:0px 16px 32px 0px #0000000a;-o-box-shadow:0px 16px 32px 0px #0000000a;padding:40px 25px 35px;position:relative;box-shadow:0 16px 32px #0000000a}.about__item:after{content:"";background-color:var(--tp-theme-1);width:0%;height:2px;position:absolute;top:0;left:auto;right:0}.about__item:hover:after{width:100%;left:0;right:auto}.about__item-icon{margin-bottom:10px}.about__item-icon i{color:var(--tp-theme-1);font-size:50px}.about__item-content h4{margin-bottom:0;font-size:20px;line-height:1}.about__item-content h4 span{font-size:60px}.about__item-content p{margin-bottom:0;font-size:16px}.about__shape-1{width:100%;position:absolute;top:0;left:0}.about__shape-2{z-index:-1;position:absolute;bottom:0;left:0}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about__shape-2{width:100%}}.about__shape-3{z-index:-1;position:absolute;bottom:0;right:0}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about__shape-3{width:100%}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about__thumb-wrapper-2{margin-right:0}}.about__thumb-wrapper-2 .about-thumb-shape{position:absolute;top:35%;left:36%}@media (max-width:575px){.about__thumb-wrapper-2 .about-thumb-shape{width:120px}}.about__progress-item{border-bottom:1px solid var(--tp-border-9);margin-bottom:30px;padding-bottom:25px}.about__progress-process{position:relative}@media (max-width:575px){.about__progress-process{margin-bottom:15px;margin-right:0}}.about__progress-process .about-process-icon{position:absolute;top:27px;left:49%;transform:translate(-50%)}.about__progress-process .about-process-icon i{color:var(--tp-theme-2);font-size:40px}.about__progress-process .about-process-icon span{width:40px;height:40px;display:inline-block}.about__progress-process .about-process-icon span .features-icon-theme{fill:var(--tp-theme-2)}.about__progress-process .about-process-icon span .features-icon-black{fill:var(--tp-common-dark-3)}.about__progress-process .progress-circular{width:130px;height:130px;position:relative}.about__progress-process .progress-circular .knob{font-weight:700;position:absolute;bottom:47px;left:0;width:100%!important;color:var(--tp-common-black)!important;margin:0!important;font-size:30px!important}.about__progress-content h4{text-transform:uppercase;margin-bottom:10px;font-size:24px}.about__progress-content p{margin-bottom:0;font-size:16px}.about__experience-text{border-bottom:1px solid var(--tp-border-9);margin-bottom:20px}.about__experience-text p{color:var(--tp-common-black);margin-bottom:20px;padding-left:80px;padding-right:80px;font-size:20px;line-height:1.5;position:relative}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about__experience-text p{padding-right:0}}.about__experience-text p:after{content:"";background-color:var(--tp-theme-1);width:50px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.about__experience-text p span{color:var(--tp-theme-1)}.portfolio__item{z-index:1;position:relative}.portfolio__item:after{content:"";background-color:var(--tp-common-black);opacity:0;width:100%;height:100%;position:absolute;top:0%;left:0%;right:auto;transform:translate(0%)}.portfolio__item:hover:after{opacity:.9}.portfolio__item:hover .portfolio__content{opacity:1;visibility:visible;bottom:45px}@media (max-width:575px){.portfolio__item:hover .portfolio__content{bottom:20px}}.portfolio__item:hover .portfolio__view{opacity:1;visibility:visible;top:50px}@media (max-width:575px){.portfolio__item:hover .portfolio__view{top:20px}}.portfolio__item-3.portfolio-item-active .portfolio__btn-3,.portfolio__item-3:hover .portfolio__btn-3{visibility:visible;opacity:1;transform:perspective(400px)rotateX(0)}.portfolio__title{color:var(--tp-common-white);text-transform:uppercase;margin-bottom:0;font-size:24px}.portfolio__title a:hover{color:var(--tp-theme-1)}.portfolio__title-3{color:var(--tp-common-dark-3);text-transform:uppercase;margin-bottom:0;font-size:24px}@media only screen and (min-width:992px) and (max-width:1199px){.portfolio__title-3{font-size:18px}}@media only screen and (min-width:768px) and (max-width:991px){.portfolio__title-3{font-size:20px}}@media (max-width:575px){.portfolio__title-3{font-size:20px}}.portfolio__title-3 a:hover{color:var(--tp-theme-2)}.portfolio__content{z-index:1;visibility:hidden;opacity:0;position:absolute;bottom:0;left:50px}@media (max-width:575px){.portfolio__content{left:20px}}.portfolio__content-3{border:1px solid var(--tp-border-10);padding:32px 40px}@media (max-width:575px){.portfolio__content-3{padding-left:20px;padding-right:20px}}.portfolio__tag{color:var(--tp-common-white);text-transform:uppercase;margin-bottom:5px;font-size:14px;font-weight:700;display:inline-block}.portfolio__tag-3{position:absolute;bottom:0;left:40px}.portfolio__tag-3 a{text-transform:uppercase;color:var(--tp-common-dark-3);background-color:var(--tp-theme-2);padding:0 7px;font-size:14px;font-weight:700;display:inline-block}.portfolio__view{z-index:1;visibility:hidden;opacity:0;position:absolute;top:0;left:50px}.portfolio__view .portfolio-view-btn{text-align:center;width:50px;height:50px;color:var(--tp-common-white);background-color:var(--tp-theme-1);font-size:16px;line-height:50px;display:inline-block}.portfolio__view .portfolio-view-btn:hover{color:var(--tp-theme-1);background-color:var(--tp-common-white)}@media (max-width:575px){.portfolio__view{left:20px}}.portfolio__nav{z-index:1;position:absolute;top:-105px;right:305px}@media only screen and (min-width:1601px) and (max-width:1700px),only screen and (min-width:1400px) and (max-width:1600px){.portfolio__nav{right:155px}}@media only screen and (min-width:1200px) and (max-width:1399px){.portfolio__nav{right:40px}}@media only screen and (min-width:992px) and (max-width:1199px){.portfolio__nav{top:-90px;right:20px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.portfolio__nav{display:none}}.portfolio__nav .slick-next{margin-left:10px}.portfolio__thumb-banner{position:relative}.portfolio__thumb-banner:after{content:"";background-color:var(--tp-theme-1);opacity:.9;width:100%;height:100%;position:absolute;top:0%;left:0%;right:auto;transform:translate(0%)}.portfolio__thumb-banner-content{z-index:1;width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.portfolio__thumb-banner-content p{text-transform:uppercase;color:var(--tp-common-white);margin-bottom:0;font-size:14px;font-weight:700}.portfolio__thumb-banner-content h4{color:var(--tp-common-white);text-transform:uppercase;font-size:60px}@media only screen and (min-width:1400px) and (max-width:1600px){.portfolio__thumb-banner-content h4{font-size:45px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:576px) and (max-width:767px){.portfolio__thumb-banner-content h4{font-size:40px}}@media (max-width:575px){.portfolio__thumb-banner-content h4{font-size:22px}}.portfolio__thumb-2{position:relative}.portfolio__btn-3{transform-origin:top;visibility:hidden;opacity:0;transform:perspective(400px)rotateX(-60deg)}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.portfolio__details-wrapper{padding-right:0}}.portfolio__details-text h3{text-transform:uppercase;margin-bottom:15px;font-size:30px}.portfolio__details-text p{margin-bottom:30px;padding-right:10px;font-size:16px;line-height:26px}.portfolio__details-text-highlight{color:#333}.portfolio__details-msg{text-transform:uppercase;margin-bottom:55px;font-size:20px;line-height:1.5}.portfolio__details-goal-item h4{text-transform:uppercase;border-bottom:1px solid var(--tp-border-1);margin-bottom:20px;padding-bottom:15px;font-size:20px}.portfolio__details-goal-item h4 span{color:var(--tp-theme-1)}.portfolio__details-goal-item p{padding-right:20px;font-size:16px}.portfolio__details-post-item{padding:10px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.portfolio__details-post-item{margin-bottom:20px}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.portfolio__details-post-item-right .portfolio__details-post-thumb{margin-left:0;margin-right:20px}}.portfolio__details-post-thumb img{width:80px;height:80px}.portfolio__details-post-content span{color:var(--tp-theme-1);text-transform:uppercase;margin-bottom:5px;font-size:14px;font-weight:700;display:inline-block}.portfolio__details-post-content h4{text-transform:uppercase;margin-bottom:0;font-size:24px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.portfolio__details-post-content h4{font-size:20px}}.portfolio__details-post-content h4 a:hover{color:var(--tp-theme-1)}.portfolio__details-info{padding:0 40px 30px}.portfolio__details-info ul li{border-bottom:1px solid #f2f2f2;margin-bottom:13px;padding-bottom:10px;list-style:none}.portfolio__details-info ul li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.portfolio__details-info ul li p{color:var(--tp-text-1);margin-bottom:0;font-size:14px}.portfolio__details-info ul li p span{color:var(--tp-common-black);font-weight:700}.portfolio__contact-title{text-transform:uppercase;margin-bottom:25px;font-size:18px}.portfolio__contact .contact__input input,.portfolio__contact .contact__input textarea{border-color:#f2f2f2;height:60px;padding-left:50px;padding-right:15px;line-height:60px}.portfolio__contact .contact__input input:focus,.portfolio__contact .contact__input textarea:focus{border-color:var(--tp-theme-1)}.portfolio__contact .contact__input textarea{height:140px;line-height:1.3}.portfolio__contact .contact__input .nice-select{background-color:#0000;border:1px solid #f2f2f2;height:60px;padding-left:50px;line-height:60px}.portfolio__contact .contact__input i{color:var(--tp-common-black);top:23px;left:23px;right:auto}.portfolio__widget{border:1px solid #f2f2f2;box-shadow:0 16px 32px #0000000a}.portfolio__widget-title{text-transform:uppercase;margin-bottom:20px;padding:35px 40px 0;font-size:18px}.tp-dropcap{float:left;text-align:center;width:70px;height:70px;color:var(--tp-common-black);background-color:var(--tp-common-white);margin-right:20px;font-size:50px;font-weight:700;line-height:70px;display:inline-block;box-shadow:0 16px 32px #0000000f}.cta__title{color:var(--tp-common-white);text-transform:uppercase;flex:none;font-size:60px}@media (max-width:575px){.cta__title{margin-right:0;font-size:40px}}.cta__title-4{color:var(--tp-common-white);text-transform:uppercase;margin-bottom:0;font-size:30px}.cta__title-4 span{margin-left:5px;position:relative}.cta__title-4 span:after{content:"";background-color:var(--tp-common-white);width:100%;height:2px;position:absolute;bottom:0;left:0}@media only screen and (min-width:992px) and (max-width:1199px){.cta__wrapper{margin-bottom:25px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.cta__wrapper{margin-bottom:50px}}.cta__wrapper p{color:var(--tp-common-white);padding-right:30px}.cta__overlay{position:relative}.cta__overlay:after{content:"";background-color:var(--tp-theme-1);opacity:.95;width:100%;height:100%;position:absolute;top:0%;left:0%;right:auto;transform:translate(0%)}.cta__bg-2{width:67%;height:100%;position:absolute;top:0;left:0}@media (max-width:575px){.cta__bg-2{width:80%}}.cta__shape-1{z-index:-1;width:100%;height:100%;position:absolute;top:0;right:0}.cta__inner-2{padding:80px 140px 5px 80px}@media only screen and (min-width:1200px) and (max-width:1399px){.cta__inner-2{padding-right:65px}}@media only screen and (min-width:992px) and (max-width:1199px){.cta__inner-2{padding-right:85px}}@media only screen and (min-width:768px) and (max-width:991px){.cta__inner-2{padding-right:120px}}@media only screen and (min-width:576px) and (max-width:767px){.cta__inner-2{padding-left:40px;padding-right:40px}}@media (max-width:575px){.cta__inner-2{padding-left:20px;padding-right:25px}}.cta__inner-4{margin-bottom:-60px;padding-top:30px;padding-bottom:30px}.cta__content-2 p{margin-bottom:5px;font-size:16px}.cta__play{z-index:1;position:relative}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.cta__play{margin-top:75px}}.cta__btn-2{transform:translateY(55%)}.cta__icon{margin:0 30px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.cta__icon{margin:30px 0}}.cta__icon i{color:var(--tp-common-black);text-align:center;background-color:var(--tp-common-white);border-radius:50%;width:60px;height:60px;font-size:30px;line-height:69px;display:inline-block}.cta-video-btn{color:var(--tp-common-black);text-transform:uppercase;background-color:var(--tp-common-white);-o-border-radius:30px;-ms-border-radius:30px;border-radius:30px;padding:20px 45px;font-size:16px;font-weight:700}.cta-video-btn i{color:var(--tp-theme-1);margin-right:2px}.cta-video-btn:hover{color:var(--tp-common-white);background-color:var(--tp-theme-1)}.cta-video-btn:hover i{color:var(--tp-common-white)}@media only screen and (min-width:1200px) and (max-width:1399px){.features__wrapper{padding-right:0}}@media only screen and (min-width:992px) and (max-width:1199px){.features__wrapper{padding-right:0}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.features__wrapper{padding-right:0}}.features__wrapper>p{border-bottom:1px solid var(--tp-border-3);margin-bottom:15px;padding-bottom:10px;font-size:16px}@media only screen and (min-width:1200px) and (max-width:1399px){.features__wrapper-2{padding-top:20px;padding-left:0}}@media only screen and (min-width:992px) and (max-width:1199px){.features__wrapper-2{padding-top:20px;padding-left:0}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.features__wrapper-2{margin-top:50px;padding-top:0;padding-left:0}}.features__wrapper-2>p{margin-bottom:35px;font-size:16px}.features__icon span{width:60px;height:60px;display:inline-block}.features__icon span .features-icon-theme{fill:var(--tp-theme-1)}.features__icon span .features-icon-black{fill:var(--tp-common-black)}.features__title{color:var(--tp-common-black);text-transform:uppercase;font-size:20px;line-height:1.3}.features__title:hover{color:var(--tp-theme-1)}@media (max-width:575px){.features__item{margin-bottom:25px}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.features__item-wrapper{padding-right:0}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.features__thumb{margin-top:50px;padding-left:0}}.features__thumb-icon{background-color:var(--tp-common-white);text-align:center;-ms-box-shadow:0px 16px 32px 0px #0000000a;-o-box-shadow:0px 16px 32px 0px #0000000a;border-radius:50%;width:120px;height:120px;line-height:120px;position:absolute;top:50%;left:0;transform:translate(-30%,-50%);box-shadow:0 16px 32px #0000000a}@media only screen and (min-width:992px) and (max-width:1199px){.features__thumb-icon{transform:translate(-15%,-50%)}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.features__thumb-icon{left:50%;transform:translate(-50%,-50%)}}.features__thumb-icon span{width:60px;height:60px;line-height:60px;display:inline-block;position:relative}.features__thumb-icon span:after{content:"";z-index:-2;background-color:#fff;border-radius:50%;width:180px;height:180px;animation:1.75s cubic-bezier(.4,0,.2,1) infinite videoBtn;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.features__thumb-icon span .features-icon-theme{fill:var(--tp-theme-1)}.features__thumb-icon span .features-icon-black{fill:var(--tp-common-black)}.features__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.features__list-item{padding-right:40px}@media (max-width:575px){.features__list-item{padding-right:0}}.features__list-item:not(:last-child){border-bottom:1px solid var(--tp-border-7);margin-bottom:35px;padding-bottom:35px}@media (max-width:575px){.features__list-icon{margin-bottom:25px;margin-right:0}}.features__list-icon span{text-align:center;background-color:var(--tp-common-white);border-radius:50%;width:80px;height:80px;line-height:75px;display:inline-block;box-shadow:0 16px 32px #0000000f}.features__list-icon span svg{width:40px}.features__list-icon span .features-icon-theme{fill:var(--tp-theme-1)}.features__list-icon span .features-icon-black{fill:var(--tp-common-black)}.features__list-content h4{text-transform:uppercase;margin-bottom:5px;font-size:20px}.features__list-content p{margin-bottom:0;font-size:16px}.features__bg{width:33%;height:100%;position:absolute;top:0;left:0}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.features__bg{display:none}}.features__bg:after{content:"";background-color:var(--tp-theme-1);opacity:.9;width:100%;height:100%;position:absolute;top:0;left:0}.features-play-btn{text-align:center;width:120px;height:120px;color:var(--tp-common-black);background-color:var(--tp-common-white);border-radius:50%;font-size:18px;line-height:120px;display:inline-block}.features-play-btn:hover{background-color:var(--tp-theme-1);color:var(--tp-common-white)}@keyframes videoBtn{0%{transform:translate(-50%,-50%)scale(0)}to{opacity:0;-ms-filter:"alpha(opacity=0)";transform:translate(-50%,-50%)scale(1.3)}}.process__item{padding:40px 40px 25px}@media only screen and (min-width:1200px) and (max-width:1399px){.process__item{min-height:550px;padding-left:25px;padding-right:25px}}.process__item-overlay{z-index:1;position:relative}.process__item-overlay:after{content:"";background-color:var(--tp-common-white);z-index:-1;width:100%;height:100%;position:absolute;top:0%;left:0%;right:auto;transform:translate(0%)}.process__item-overlay:before{content:"";background-color:var(--tp-theme-1);opacity:0;width:8px;height:8px;position:absolute;top:0;left:auto;right:20px;transform:translateY(-50%)}.process__item:hover:after{background-color:var(--tp-common-black);opacity:.94}.process__item:hover:before{opacity:1;top:20px}.process__item:hover .process__title{color:var(--tp-common-white)}.process__item-2{border:1px solid var(--tp-grey-1);-ms-box-shadow:0px 16px 32px 0px #0000000a;-o-box-shadow:0px 16px 32px 0px #0000000a;padding:50px 35px 40px;box-shadow:0 16px 32px #0000000a}@media only screen and (min-width:1200px) and (max-width:1399px){.process__item-2{padding-left:15px;padding-right:15px}}@media (max-width:575px){.process__item-2{padding-left:25px;padding-right:25px}}.process__item-2:hover{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.process__icon i{color:var(--tp-theme-1);font-size:60px}.process__icon-2{margin-bottom:15px}.process__icon-2 i{color:var(--tp-text-13);font-size:70px}.process__title{text-transform:uppercase;font-size:17px;line-height:1.3}.process__title-2{color:var(--tp-common-dark-3);text-transform:uppercase;margin-bottom:12px;font-size:24px}.process__thumb{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.process__content-2 p{margin-bottom:0;font-size:16px}.process__step{position:absolute;top:20px;right:20px}.process__step span{color:var(--tp-common-dark-3);background-color:var(--tp-theme-2);text-transform:uppercase;padding:5px 10px 2px;font-weight:700;line-height:1;display:inline-block;position:relative}.process__step span:after{content:"";border-top:0 solid #0000;border-left:10px solid var(--tp-theme-2);border-bottom:10px solid #0000;width:10px;height:10px;position:absolute;top:100%;left:0}.process-style-2 .process__step span{color:var(--tp-common-white);background-color:var(--tp-theme-1)}.process-style-2 .process__step span:after{border-left-color:var(--tp-theme-1)}.process-style-2 .process__title-2{color:var(--tp-common-black)}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.video__wrapper{padding-left:0}}.video__thumb{width:50%;height:100%;position:absolute;top:0;left:0}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.video__thumb{width:45%}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.video__thumb{display:none}}.video__play-btn{width:120px;height:120px;color:var(--tp-common-black);text-transform:uppercase;font-size:18px;font-weight:700;line-height:120px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video__play-btn:hover{color:var(--tp-common-white)}.video__progress-item{position:relative}.video__progress-item h4{color:var(--tp-common-white);text-transform:uppercase;margin-bottom:15px;font-size:14px}.video__progress-item .progress{background-color:var(--tp-common-black-4);border-radius:0;height:60px;overflow:visible}.video__progress-item .progress-bar{background-color:var(--tp-theme-1);overflow:visible}.video__progress-item .progress-count{color:var(--tp-common-white);font-size:14px;font-weight:700;position:absolute;top:-5px;right:0}.team__item{position:relative}.team__item:after{content:"";background-image:-webkit-linear-gradient(90deg,#000 0%,#0000 100%);background-image:-ms-linear-gradient(90deg, black 0%, #0000 100%);background-image:-moz-linear-gradient(90deg,#000 0%,#0000 100%);width:100%;height:100%;position:absolute;bottom:0;left:0}.team__item:hover:after{visibility:visible;opacity:1}.team__item-3{position:relative}.team__item-3:after{content:"";background-image:-webkit-linear-gradient(#0000 0%,#000000b3 100%);background-image:-ms-linear-gradient(0deg, #000000b3 0%, #0000 100%);background-image:linear-gradient(#0000 0%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.team__item-3:hover .team__thumb-3 img{transform:scale(1.1)}.team__social{visibility:hidden;opacity:0;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out;position:absolute;top:0;left:100%;transform:skew(30deg)}@media (max-width:575px){.team__social{transform-origin:top;transform:skewY(30deg)}.team__social ul{display:inline-block!important}}.team__social ul li{list-style:none}.team__social ul li>a{text-align:center;width:50px;height:50px;color:var(--tp-common-black);background-color:var(--tp-common-white);margin-left:10px;font-size:18px;line-height:50px;display:inline-block}@media (max-width:575px){.team__social ul li>a{margin-bottom:10px}}.team__social ul li>a:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.team__social-wrapper{z-index:1;position:absolute;top:30px;left:30px}.team__social-wrapper .team-plus-btn{text-align:center;width:50px;height:50px;color:var(--tp-common-white);background-color:var(--tp-theme-1);font-size:18px;line-height:50px;display:inline-block}.team__social-wrapper:hover .team__social{visibility:visible;opacity:1;transform:skew(0)}.team__social-3{background-color:var(--tp-theme-2);-o-border-radius:30px;-ms-border-radius:30px;z-index:11;border-radius:30px;padding:60px 10px 10px;position:absolute;top:-40px;right:20px}.team__social-3 ul li{list-style:none}.team__social-3 ul li a{color:var(--tp-common-black);background-color:var(--tp-common-white);-o-border-radius:50%;-ms-border-radius:50%;text-align:center;border-radius:50%;width:40px;height:40px;margin-bottom:15px;font-size:14px;line-height:40px;display:inline-block}.team__social-3 ul li a:hover{color:var(--tp-common-white);background-color:var(--tp-common-dark-3)}.team__social-btn .team-social-btn{-o-border-radius:50%;-ms-border-radius:50%;text-align:center;width:40px;height:40px;color:var(--tp-common-black);background-color:var(--tp-common-white);border-radius:50%;margin-top:20px;font-size:14px;line-height:40px;display:inline-block;transform:rotate(0)}.team__social-btn .team-social-btn:hover{color:var(--tp-common-white);background-color:var(--tp-common-dark-3)}.team__social-btn .team-social-btn:not(.collapsed){color:var(--tp-common-white);background-color:var(--tp-common-dark-3);transform:rotate(45deg)}.team__social-btn .team-social-btn-close{color:var(--tp-common-black);background-color:var(--tp-common-white);-o-border-radius:50%;-ms-border-radius:50%;text-align:center;z-index:1;visibility:hidden;opacity:0;border-radius:50%;width:40px;height:40px;margin-top:20px;font-size:14px;line-height:40px;display:inline-block;position:absolute;bottom:10px;left:10px}.team__social-btn .team-social-btn-close:hover{color:var(--tp-common-white);background-color:var(--tp-common-dark-3)}.team__title{color:var(--tp-common-white);text-transform:uppercase;font-size:26px}.team__title a:hover{color:var(--tp-theme-1)}.team__title-3{color:var(--tp-common-white);text-transform:uppercase;margin-bottom:0;font-size:26px}.team__title-3 a:hover{color:var(--tp-theme-2)}.team__content{z-index:1;position:absolute;bottom:15px;left:30px}.team__content span{color:var(--tp-common-white);opacity:.6;text-transform:uppercase;font-size:14px;font-weight:700;display:inline-block}.team__content-3{z-index:1;position:absolute;bottom:32px;left:40px}@media (max-width:575px){.team__content-3{left:15px}}.team__content-3 span{color:var(--tp-common-white);text-transform:uppercase;opacity:.6;margin-bottom:5px;font-size:14px;font-weight:700;display:inline-block}.team__slider{margin-left:-85px;padding-left:95px;padding-right:200px}.team__slider .swiper-container{overflow:visible}@media (max-width:575px){.team__slider{margin:0;padding:0}}.team__box-item:hover .team__box-content{transform:translateY(0)}.team__box-title{color:var(--tp-common-white);text-transform:uppercase;margin-bottom:10px;font-size:20px}.team__box-title a:hover{color:var(--tp-theme-1)}.team__box-content{background-color:var(--tp-common-black);-o-transition:all .3s ease-out 0s;padding-top:20px;padding-right:50px;transition:all .3s ease-out;position:absolute;bottom:0;left:0;transform:translateY(35px)}.team__box-content>span{color:var(--tp-theme-1);text-transform:uppercase;font-size:14px;font-weight:700;display:inline-block}.team__box-social a{color:var(--tp-text-10);margin-right:10px;display:inline-block}.team__box-social a:hover{color:var(--tp-common-white)}@media only screen and (min-width:1200px) and (max-width:1399px){.team__details-wrapper{padding-top:20px;padding-left:0}}@media only screen and (min-width:992px) and (max-width:1199px){.team__details-wrapper{padding-top:0;padding-left:0}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.team__details-wrapper{padding-left:0}}.team__details-designation{font-size:14px;font-weight:500}.team__details-title{text-transform:uppercase;margin-bottom:15px;font-size:60px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:576px) and (max-width:767px){.team__details-title{font-size:45px}}@media (max-width:575px){.team__details-title{font-size:30px}}.team__details-content p{margin-bottom:35px;font-size:16px;line-height:1.7}.team__details-info-item:hover .team__details-info-icon i{background-color:var(--tp-theme-1);color:var(--tp-common-white)}.team__details-info-icon i{text-align:center;width:50px;height:50px;color:var(--tp-theme-1);background-color:var(--tp-grey-4);font-size:16px;line-height:50px;display:inline-block}.team__details-info-content p{margin-bottom:0;font-size:14px}.team__details-info-content h5{color:var(--tp-common-black);margin-bottom:0;font-size:20px}.team__details-info-content h5 a:hover{color:var(--tp-theme-1)}.team__details-inner{border-bottom:1px solid #e8e8e8}.team__skill-title{text-transform:uppercase;margin-bottom:40px;font-size:26px}@media only screen and (min-width:992px) and (max-width:1199px){.team__skill-progress{padding-top:0;padding-right:30px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.team__skill-progress{padding-top:0;padding-right:0}}.team__skill-progress-item{margin-bottom:32px;position:relative}.team__skill-progress-item h4{color:var(--tp-common-black);text-transform:uppercase;margin-bottom:13px;padding-right:50px;font-size:18px}.team__skill-progress-item .progress{z-index:1;background-color:#0000;border-radius:0;height:10px;position:relative;overflow:visible}.team__skill-progress-item .progress:after{content:"";z-index:-1;background-color:#ececec;width:100%;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.team__skill-progress-item .progress-bar{background-color:var(--tp-theme-1);border-radius:0 10px 10px 0;overflow:visible}.team__skill-progress-item .progress-count{color:var(--tp-theme-1);font-size:18px;font-weight:700;position:absolute;top:-4px;right:0}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.team__skill-thumb{margin-top:50px}}.team__skill-border,.team__skill-inner{border-bottom:1px solid #e8e8e8}@media only screen and (min-width:992px) and (max-width:1199px){.team__certificate-content{padding-top:0;padding-left:0}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.team__certificate-content{margin-top:20px;padding-left:0}}.team__certificate-content h4{text-transform:uppercase;margin-bottom:10px;font-size:26px}.team__certificate-content p{margin-bottom:35px;font-size:18px;line-height:1.6}.testimonial-style-black .team__social-3{background-color:var(--tp-common-black)}.testimonial-style-black .team__social-3 ul li a{color:var(--tp-common-black)}.testimonial-style-black .team__social-3 ul li a:hover{background-color:var(--tp-theme-1);color:var(--tp-common-white)}.testimonial-style-black .team__social-btn .team-social-btn:not(.collapsed){background-color:var(--tp-common-white)}.testimonial-style-black .team__social-btn .team-social-btn:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.testimonial-style-black .team__title-3 a:hover{color:var(--tp-theme-1)}.testimonial-style-black .team__social-btn .team-social-btn:hover,.testimonial-style-black .team__social-btn .team-social-btn:not(.collapsed){background-color:var(--tp-theme-1);color:var(--tp-common-white)}.counter__item-3{padding-right:65px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.counter__item-3{margin-bottom:65px;padding-right:0}}.counter__title{text-transform:uppercase;color:var(--tp-common-white);margin-bottom:10px;font-size:20px}.counter__title-4{color:var(--tp-common-black);text-transform:uppercase;font-size:22px}.counter__content p{color:var(--tp-text-4);font-size:16px}.counter__content-3 p{color:var(--tp-common-white);margin-bottom:0;margin-left:20px;padding-left:50px;font-size:16px;position:relative}.counter__content-3 p:after{content:"";background-color:var(--tp-theme-1);width:30px;height:1px;position:absolute;top:50%;left:0}.counter__content-4 span{color:var(--tp-text-12)}.counter__content-4 p{font-size:16px}@media (max-width:575px){.counter__process{margin-bottom:30px}}.counter__process .progress-circular{width:130px;height:130px;position:relative}.counter__process .progress-circular .knob{-webkit-text-fill-color:transparent;background:var(--tp-common-black);-webkit-text-stroke:1px var(--tp-common-white);-webkit-background-clip:text;position:absolute;top:0;left:0;width:100%!important;height:100%!important;color:var(--tp-common-black)!important;margin:0!important;font-size:37px!important}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.counter__process-4{margin-bottom:25px}}.counter__process-4 .progress-circular{z-index:1;width:170px;height:170px;position:relative}.counter__process-4 .progress-circular:after{content:"";background-color:var(--tp-common-black);z-index:-1;border-radius:50%;width:100px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.counter__process-4 .progress-circular .knob{color:var(--tp-common-white)!important;margin-top:57px!important;font-size:28px!important}.counter__list-item:not(:last-child){border-bottom:1px solid var(--tp-grey-1);margin-bottom:30px;padding-bottom:30px}.counter__list-process{position:relative}@media (max-width:575px){.counter__list-process{margin-bottom:15px;margin-right:0}}.counter__list-process .counter-process-icon{position:absolute;top:27px;left:49%;transform:translate(-50%)}.counter__list-process .counter-process-icon i{color:var(--tp-theme-1);font-size:40px}.counter__list-process .counter-process-icon span{width:40px;height:40px;display:inline-block}.counter__list-process .counter-process-icon span .features-icon-theme{fill:var(--tp-theme-1)}.counter__list-process .counter-process-icon span .features-icon-black{fill:var(--tp-common-black)}.counter__list-process .progress-circular{width:130px;height:130px;position:relative}.counter__list-process .progress-circular .knob{font-weight:700;position:absolute;bottom:20px;left:0;width:100%!important;color:var(--tp-common-black)!important;margin:0!important;font-size:18px!important}.counter__list-content h4{text-transform:uppercase;margin-bottom:10px;font-size:24px}.counter__list-content p{margin-bottom:0;font-size:16px}.counter__play{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.counter__play:after{content:"";background-color:var(--tp-common-black);z-index:-1;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;width:100%;height:100%;position:absolute;top:10px;left:0}.counter__play:hover{color:var(--tp-theme-1)}.counter__play:hover:after{top:0}.counter__bg{width:50%;height:100%;position:absolute;top:0;left:0}@media only screen and (min-width:1200px) and (max-width:1399px){.counter__bg{width:46%}}@media only screen and (min-width:992px) and (max-width:1199px){.counter__bg{width:45%}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.counter__bg{display:none}}.counter__overlay{z-index:1;position:relative}.counter__overlay:after{content:"";background-color:var(--tp-common-black);opacity:.9;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.counter__number{position:relative}.counter__number .counter-number-stroke{-webkit-text-fill-color:transparent;background:0 0;-webkit-text-stroke:1px var(--tp-grey-2);opacity:.1;-webkit-background-clip:text;font-size:160px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.counter__number h4{color:var(--tp-common-white);margin-bottom:0;font-size:80px}.counter__inner-4{border-top:1px solid var(--tp-grey-1);padding:60px 0 70px}.counter-play-btn{text-transform:uppercase;color:var(--tp-common-black);background-color:var(--tp-common-white);text-align:center;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;width:140px;height:140px;font-size:16px;font-weight:700;line-height:140px;display:inline-block}.brand__item{text-align:center}.brand__item img{max-width:200px;max-height:100px}.brand__item-3{text-align:center}.brand__item-3 img{opacity:.4}.brand__item-3:hover img{opacity:1}.brand__item-4 .brand__item{margin:0 15px}.brand__item-4 .brand__item img{opacity:.6;padding:30px 40px}.brand__item-4 .brand__item:hover img{background-color:var(--tp-common-white);opacity:1}.brand__inner{border-top:1px solid var(--tp-border-1)}.brand__shape-1{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.brand-section{background:linear-gradient(145deg,#0b0b0b,#141414)}.brand-title{color:#fff;letter-spacing:1px;padding-bottom:8px;font-size:32px;font-weight:700;display:inline-block;position:relative}.brand-title:after{content:"";background:#c9a14a;border-radius:2px;width:90px;height:3px;margin:10px auto 0;display:block}.brand-box{cursor:pointer;background:#ffffff0a;border:1px solid #0000;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;transition:all .35s;display:flex;box-shadow:0 6px 20px #00000073}.brand-box img{object-fit:contain;filter:brightness(0)invert();max-width:140px;max-height:60px;transition:transform .35s}.brand-text{color:#fff;letter-spacing:.5px;opacity:.85;margin-top:12px;font-size:14px}.brand-box:hover{background:#c9a14a14;border-color:#c9a14a;transform:translateY(-6px)}.brand-box:hover img{transform:scale(1.08)}.contact__border{border-bottom:1px solid #ffffff0f}.contact__item{border-left:1px solid #ffffff0f;border-right:1px solid #ffffff0f;margin:-1px 0 0 -1px;padding:30px 40px 25px}@media only screen and (min-width:992px) and (max-width:1199px){.contact__item{padding-left:25px;padding-right:25px}}@media (max-width:575px){.contact__item{padding-left:15px;padding-right:15px}}.contact__icon i{color:var(--tp-theme-1);font-size:40px}.contact__content h4{color:var(--tp-text-5);text-transform:uppercase;margin-bottom:0;font-size:14px}.contact__content p{color:var(--tp-common-white);text-transform:capitalize;margin-bottom:0;font-size:15px;font-weight:700}.contact__content p a:hover{color:var(--tp-theme-1)}.contact__area.contact__border .contact__content h4,.contact__area.contact__border .contact__content p,.contact__area.contact__border .contact__content p a,.contact__area.contact__border .contact__content p a:hover{color:var(--tp-common-white)}.contact__input{margin-bottom:20px;position:relative}.contact__input input,.contact__input textarea{background-color:var(--tp-common-white);width:100%;height:50px;color:var(--tp-common-dark-3);border:1px solid var(--tp-grey-7);outline:none;padding:0 40px 0 23px;font-size:14px;line-height:50px}.contact__input input::-webkit-input-placeholder{color:var(--tp-text-12)}.contact__input textarea::-webkit-input-placeholder{color:var(--tp-text-12)}:-moz-any(.contact__input input:-moz-placeholder-shown,.contact__input textarea:-moz-placeholder-shown){color:var(--tp-text-12)}:is(.contact__input input:placeholder-shown,.contact__input textarea:placeholder-shown){color:var(--tp-text-12)}.contact__input input::-moz-placeholder{color:var(--tp-text-12)}.contact__input textarea::-moz-placeholder{color:var(--tp-text-12)}:is(.contact__input input:-ms-placeholder-shown,.contact__input textarea:-ms-placeholder-shown){color:var(--tp-text-12)}:is(.contact__input input:placeholder-shown,.contact__input textarea:placeholder-shown){color:var(--tp-text-12)}.contact__input input:focus,.contact__input textarea:focus{border-color:var(--tp-theme-2)}.contact__input i{color:var(--tp-common-dark-3);font-size:14px;position:absolute;top:17px;right:23px}.contact__input textarea{resize:none;height:150px;padding:20px 23px;line-height:1.3}.contact__input .nice-select{background-color:var(--tp-grey-4);width:100%;height:50px;color:var(--tp-common-dark-3);border:0;border-radius:0;margin-bottom:20px;font-size:14px;line-height:50px}.contact__input .nice-select:after{color:var(--tp-common-black);right:23px}.contact__input .nice-select .list{width:100%}.contact__input .nice-select .list .option{color:var(--tp-text-12)}.contact__input .nice-select .list .option:hover{color:var(--tp-theme-1)}.contact__input .nice-select .current{color:var(--tp-common-black)}.contact__btn .contact-btn{padding-top:12px;padding-bottom:12px}.contact__btn .contact-btn-2{text-transform:uppercase}.contact__btn .contact-btn-2 i{margin-left:10px}.contact__btn .contact-btn-2:hover{background-color:var(--tp-theme-1);color:var(--tp-common-white)}.contact__wrapper{background-color:var(--tp-common-white);-ms-box-shadow:0px 16px 32px 0px #0000000a;-o-box-shadow:0px 16px 32px 0px #0000000a;padding:40px 50px 50px;box-shadow:0 16px 32px #0000000a}@media (max-width:575px){.contact__wrapper{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.contact__wrapper-2{padding-left:0}}.contact__title{color:var(--tp-common-dark-3);margin-bottom:32px;font-size:30px}.contact__shape-1{z-index:-1;width:100%;position:absolute;bottom:0;left:0}.contact__info-wrapper{padding:60px 60px 50px}@media (max-width:575px){.contact__info-wrapper{padding-left:25px;padding-right:25px}}.contact__info-item:not(:last-child){border-bottom:1px solid #e6e6e6;margin-bottom:30px;padding-bottom:20px}@media (max-width:575px){.contact__info-icon{margin-bottom:25px;margin-right:0}}.contact__info-icon span{text-align:center;width:70px;height:70px;color:var(--tp-theme-1);background-color:var(--tp-common-white);border-radius:50%;font-size:30px;line-height:77px;display:inline-block;box-shadow:0 16px 32px #0000000a}.contact__info-title{text-transform:uppercase;margin-bottom:8px;font-size:20px}.contact__info-contact p{color:var(--tp-text-2);margin-bottom:2px;font-size:16px;line-height:1.5}.contact__info-contact p a:hover{color:var(--tp-theme-1)}.contact__map-inner{height:560px;position:relative}.contact__map-inner iframe{width:100%;height:100%}.contact__map-icon{z-index:1;position:absolute;top:50%;left:60%}.contact__map-icon span{text-align:center;background-color:var(--tp-theme-1);width:100px;height:100px;color:var(--tp-common-white);border-radius:50%;font-size:40px;line-height:100px;display:inline-block}.contact__map-icon span:after{content:"";background-color:var(--tp-common-black);z-index:-1;border-radius:50%;width:100%;height:100%;position:absolute;top:10px;left:0}.contact__map-icon i{color:var(--tp-common-white);font-size:40px}.contact-style-2 .contact__input{margin-bottom:17px}.contact-style-2 .contact__input input,.contact-style-2 .contact__input textarea{background-color:var(--tp-grey-4);border:2px solid var(--tp-grey-4);height:60px;padding-left:45px;line-height:60px}.contact-style-2 .contact__input input::-webkit-input-placeholder{color:var(--tp-text-12)}.contact-style-2 .contact__input textarea::-webkit-input-placeholder{color:var(--tp-text-12)}:-moz-any(.contact-style-2 .contact__input input:-moz-placeholder-shown,.contact-style-2 .contact__input textarea:-moz-placeholder-shown){color:var(--tp-text-12)}:is(.contact-style-2 .contact__input input:placeholder-shown,.contact-style-2 .contact__input textarea:placeholder-shown){color:var(--tp-text-12)}.contact-style-2 .contact__input input::-moz-placeholder{color:var(--tp-text-12)}.contact-style-2 .contact__input textarea::-moz-placeholder{color:var(--tp-text-12)}:is(.contact-style-2 .contact__input input:-ms-placeholder-shown,.contact-style-2 .contact__input textarea:-ms-placeholder-shown){color:var(--tp-text-12)}:is(.contact-style-2 .contact__input input:placeholder-shown,.contact-style-2 .contact__input textarea:placeholder-shown){color:var(--tp-text-12)}.contact-style-2 .contact__input input:focus,.contact-style-2 .contact__input textarea:focus{border-color:var(--tp-theme-1)}.contact-style-2 .contact__input textarea{height:230px;padding:20px 23px 20px 45px;line-height:1.3}.contact-style-2 .contact__input i{color:var(--tp-common-black);top:23px;left:20px;right:auto}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.faq__wrapper{margin-bottom:50px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.faq__wrapper{padding-right:0}}@media only screen and (min-width:1200px) and (max-width:1399px){.faq__wrapper-2{padding-left:0}}@media only screen and (min-width:992px) and (max-width:1199px){.faq__wrapper-2{padding-left:0}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.faq__wrapper-2{margin-top:50px;padding-left:0}}.faq__wrapper-2 p{margin-bottom:45px;font-size:16px}.faq__accordion .accordion-button:not(.collapsed){color:var(--tp-common-black);background-color:var(--tp-common-white);box-shadow:none}.faq__accordion .accordion-button:focus{box-shadow:none;border-color:#0000}.faq__accordion .accordion-button{text-transform:uppercase;width:100%;color:var(--tp-common-black);text-align:left;background-color:var(--tp-grey-4);border:0;border-radius:0;align-items:center;padding:20px 25px;font-size:16px;font-weight:700;display:flex;position:relative}.faq__accordion .accordion-button:after{content:"+";font-family:var(--tp-ff-fontawesome);color:var(--tp-common-black);background-image:none;font-size:16px;font-weight:700}.faq__accordion .accordion-button:not(.collapsed):after{content:"";transform:rotate(0)}.faq__accordion .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:0;border-bottom-left-radius:0}.faq__accordion .accordion-item:first-of-type{border-top-left-radius:0;border-top-right-radius:0}.faq__accordion .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:0;border-bottom-left-radius:0}.faq__accordion .accordion-item{background-color:var(--tp-grey-4);border:1px solid var(--tp-grey-4);margin-bottom:10px}.faq__accordion .accordion-body{background-color:var(--tp-common-white);padding:0 25px 20px}.faq__accordion .accordion-body p{font-size:16px}.faq__accordion-icon{z-index:-1;position:absolute;top:-17px;right:30px}.faq__accordion-icon i{color:var(--tp-grey-4);font-size:100px}.faq__accordion-icon-2{z-index:-1;position:absolute;top:-10px;right:30px}.faq__accordion-icon-2 i{color:var(--tp-grey-4);font-size:100px}.faq__accordion-2 .accordion-button{background-color:var(--tp-common-white);color:var(--tp-common-dark-3)}.faq__accordion-2 .accordion-body{z-index:1;position:relative}.faq__accordion-3 .accordion-item{border:1px solid #f0f0f0}.faq__accordion-3 .accordion-button{background-color:var(--tp-common-white);color:var(--tp-common-dark-3)}.faq__accordion-3 .accordion-body{z-index:1;position:relative}.faq__accordion-3 .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:0;border-bottom-left-radius:0}.faq__accordion-3 .accordion-item:first-of-type{border-top-left-radius:0;border-top-right-radius:0}.faq__accordion-3 .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:0;border-bottom-left-radius:0}.faq__experience{z-index:1;margin-top:15px;padding:60px 80px 40px;position:relative}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:576px) and (max-width:767px){.faq__experience{padding-left:40px;padding-right:40px}}.faq__experience .faq__experience-shape{z-index:-1;width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq__experience-icon{margin-bottom:15px}.faq__experience-icon i{color:var(--tp-theme-1);font-size:60px}.faq__experience-content h4{color:var(--tp-common-white);margin-bottom:0;font-size:20px;line-height:1}.faq__experience-content h4 span{font-size:80px}.faq__experience-content p{color:var(--tp-text-9);margin-bottom:0}.faq__shape-2{z-index:-1;position:absolute;bottom:-6%;left:-6%}.faq__shape-3{z-index:-1;position:absolute;bottom:20%;right:-10%}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px){.faq__shape-3{right:-30px}}@media only screen and (min-width:992px) and (max-width:1199px){.faq__shape-3{right:-15px}}@media only screen and (min-width:768px) and (max-width:991px){.faq__shape-3{right:-15px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.faq__shape-3{right:-10px}}.testimonial__rating{color:var(--tp-theme-1);margin-bottom:5px;font-size:14px;display:inline-block}.testimonial__rating-3{margin-bottom:15px}.testimonial__rating-3 span{background-color:var(--tp-theme-2);border-radius:12px;padding:2px 13px}.testimonial__rating-3 a{color:var(--tp-common-dark-3);font-size:12px}.testimonial__icon{z-index:-1;position:absolute;top:8px;right:20px}.testimonial__icon i{color:var(--tp-common-white);font-size:100px}.testimonial__icon-3{text-align:center;background-color:var(--tp-common-white);border-radius:50%;width:100px;height:100px;line-height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.testimonial__icon-3 i{color:var(--tp-common-dark-3);text-align:center;font-size:40px;line-height:105px}@media (max-width:575px){.testimonial__thumb-3{margin-right:0}.testimonial__thumb-3 img{width:100%}}.testimonial__content{background-color:var(--tp-grey-5);z-index:1;margin-bottom:30px;padding:35px 40px;position:relative}.testimonial__content:after{content:"";border-top:0 solid #0000;border-left:30px solid var(--tp-grey-5);border-bottom:16px solid #0000;width:30px;height:16px;position:absolute;top:100%;left:67px}.testimonial__content p{color:var(--tp-common-black);margin-bottom:0;font-size:18px;line-height:28px}@media (max-width:575px){.testimonial__content-3{margin-top:50px}}.testimonial__content-3 p{color:var(--tp-text-12);margin-bottom:25px;padding-right:10px;font-size:20px;line-height:1.5}.testimonial__user-thumb img{-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;width:50px;height:50px}.testimonial__user-name{text-transform:uppercase;margin-bottom:0;font-size:20px}.testimonial__user-name-3{color:var(--tp-common-white);text-transform:uppercase;margin-bottom:0;font-size:26px}.testimonial__user-designation{text-transform:uppercase;margin-bottom:0}.testimonial__user-designation-3{color:var(--tp-theme-2);font-size:14px}.testimonial__bg-yellow{background-color:var(--tp-theme-2);width:30%;height:100%;position:absolute;top:0;left:0}.testimonial__bg-yellow img{width:100%;position:absolute;bottom:0;left:0}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__bg-yellow{display:none}}.testimonial__bg-black{width:70%;height:100%;position:absolute;top:0;right:0}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__bg-black{width:100%}}.testimonial__bg-black:after{content:"";background-color:var(--tp-common-dark-3);opacity:.9;width:100%;height:100%;position:absolute;top:0;right:0}@media only screen and (min-width:1200px) and (max-width:1399px){.testimonial__wrapper-3{padding-right:0}}@media only screen and (min-width:992px) and (max-width:1199px){.testimonial__wrapper-3{padding-top:0;padding-right:0}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.testimonial__wrapper-3{margin-top:50px;padding-top:0;padding-right:0}}.testimonial__slider-4 .testimonial__content{background-color:var(--tp-common-white)}.testimonial__slider-4 .testimonial__content:after{border-left-color:var(--tp-common-white)}.testimonial__slider-4 .testimonial__icon i{color:var(--tp-grey-5)}.history__item{border:1px solid #efefef;padding:30px 30px 22px;position:relative;box-shadow:0 16px 32px #1b1b1b0f}.history__item:hover{box-shadow:none}.history__item:hover .history__year span{background-color:var(--tp-theme-1)}.history__item:hover .history__year span:after{border-left-color:var(--tp-theme-1)}.history__year{position:absolute;top:0;right:20px;transform:translateY(-50%)}.history__year span{text-align:center;height:40px;color:var(--tp-common-white);background-color:var(--tp-common-black);padding:0 20px;font-size:16px;font-weight:700;line-height:40px;display:inline-block}.history__year span:after{content:"";border-top:0 solid #0000;border-left:8px solid var(--tp-common-black);border-bottom:8px solid #0000;width:8px;height:8px;position:absolute;top:100%;left:0}.history__icon{margin-bottom:15px}.history__title{color:var(--tp-common-black);text-transform:uppercase;margin-bottom:10px;font-size:20px}.history__content p{margin-bottom:0;font-size:14px;line-height:1.5}.history__icon i{color:var(--tp-theme-1);font-size:50px}.history__thumb{margin-left:-247px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.history__thumb{margin-left:0}.history__thumb img{width:100%}.history__section-wrapper{padding-right:0}}.product__item:hover .product__thumb img{transform:scale(1.1)}.product__item:hover .product__thumb:before{opacity:.3;visibility:visible}.product__item:hover .product__action{visibility:visible;opacity:1;bottom:20px}.product__item:hover .product__wish{visibility:visible;opacity:1;right:20px}.product__item-list .product__title{color:var(--tp-common-black);margin-bottom:20px;font-size:18px}.product__item-list .product__title:hover{color:var(--tp-theme-1)}.product__item-list .product__thumb{width:47%;margin-right:5px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.product__item-list .product__thumb{width:100%;margin-right:0}}.product__item-list .product__content{width:53%;padding-top:0;padding-left:20px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.product__item-list .product__content{width:100%;padding-top:25px;padding-left:0}}.product__item-list .product__content-list{margin-bottom:30px}.product__item-list .product__content-list ul li{margin-bottom:5px;padding-left:14px;list-style:none;position:relative}.product__item-list .product__content-list ul li:after{content:"";background-color:var(--tp-text-1);width:8px;height:2px;position:absolute;top:12px;left:0}.product__item-list .product__action-2{margin-bottom:20px}.product__item-list .product__action-btn{border:2px solid var(--tp-border-1);width:50px;height:50px;color:var(--tp-common-black);-o-border-radius:0;-ms-border-radius:0;background-color:#0000;border-radius:0;line-height:46px}.product__item-list .product__action-btn:hover{border-color:var(--tp-theme-1)}.product__thumb:before{content:"";background:var(--tp-common-black);visibility:hidden;opacity:0;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.product__title{color:var(--tp-text-1);margin-bottom:5px;font-size:16px;font-weight:400}.product__title a:hover{color:var(--tp-theme-1)}.product__content{padding-top:25px}.product__price .price{color:var(--tp-common-black);font-size:18px;font-weight:700}.product__price .old-price{color:var(--tp-text-2);font-size:15px;font-weight:700;text-decoration:line-through}.product__price .new-price{color:var(--tp-common-red);font-size:18px;font-weight:700}.product__price .discount{color:#fff;background-color:#ff4e00;margin:0 4px;padding:1px 5px;font-size:13px}.product__action{z-index:11;visibility:hidden;opacity:0;-o-transition:all .3s ease-out 0s;text-align:center;justify-content:center;width:100%;transition:all .3s ease-out;display:flex;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.product__action-btn-2{text-align:center;background:var(--tp-common-white);height:40px;color:var(--tp-common-black);text-transform:uppercase;margin:5px 0;padding:0 30px;font-size:12px;font-weight:700;line-height:40px;display:block;position:relative;overflow:hidden;min-width:150px!important}.product__action-btn-2 span{display:inline-block}.product__action-btn-2 i{display:inline-block;position:absolute;top:120%;left:50%;transform:translate(-50%,-50%)}.product__action-btn-2:hover{background:var(--tp-common-black)}.product__action-btn-2:hover span{color:var(--tp-common-white);transform:translateY(-100%)}.product__action-btn-2:hover i{color:var(--tp-common-white);top:50%}.product__action-btn{text-align:center;background-color:var(--tp-common-white);width:40px;height:40px;color:var(--tp-common-black);border-radius:50%;margin:0 4px;font-size:14px;line-height:40px;display:inline-block}.product__action-btn:hover{color:var(--tp-common-white);background-color:var(--tp-theme-1)}.product__wish{z-index:11;visibility:hidden;opacity:0;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out;position:absolute;top:20px;right:-40px}.product__wish a{color:var(--tp-common-white);font-size:20px}.product__wish a:hover{color:var(--tp-theme-1)}.product__result{margin-bottom:30px}.product__result p{text-transform:uppercase;color:var(--tp-text-12);margin-bottom:0;font-size:18px;font-weight:700}.product__result p span{color:var(--tp-common-black)}.product__filter-wrapper{margin-bottom:30px}.product__filter-btn{margin-right:25px;padding-right:25px;position:relative}.product__filter-btn:after{content:"";background-color:#e7e7e7;width:2px;height:15px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.product__filter-btn button{color:var(--tp-common-black);text-transform:uppercase;font-size:14px;font-weight:400}.product__filter-btn button i{margin-right:3px}.product__filter-count span{color:var(--tp-common-black);text-transform:uppercase;font-size:14px}.product__filter-count .nice-select{float:none;background-color:#0000;border:0;height:26px;padding-left:4px;padding-right:15px;font-size:14px;line-height:26px}.product__filter-count .nice-select:after{color:var(--tp-common-black);margin-top:-1px;font-size:14px}.product__filter-count .nice-select .current{font-weight:600}.product__filter-style{border:0;margin-left:13px}.product__filter-style .nav-link{color:var(--tp-common-black);border:0;margin:0 0 0 17px;padding:0;font-size:16px}.product__filter-style .nav-link.active{color:var(--tp-theme-1);border:0}.product__filter-style .nav-link.active:focus{border:0}.product__flash{z-index:1;position:absolute;top:15px;left:15px}.product__flash ul li{list-style:none}.product__flash ul li a{color:var(--tp-common-white);background:var(--tp-common-dark-3);text-transform:uppercase;-o-border-radius:2px;-ms-border-radius:2px;border-radius:2px;height:17px;margin-bottom:5px;padding:0 8px;font-size:10px;font-weight:600;line-height:17px;display:inline-block}.product__flash ul li a.discount{background:var(--tp-common-red)}.product__flash ul li a.trending{background:var(--tp-common-purple)}.product__flash ul li a.popular{background:var(--tp-common-green)}.product__countdown{text-align:center}.product__countdown-wrapper{z-index:1;text-align:center;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (min-width:1400px) and (max-width:1600px){.product__countdown-wrapper{left:56%}}@media only screen and (min-width:1200px) and (max-width:1399px){.product__countdown-wrapper{left:50%}}@media only screen and (min-width:576px) and (max-width:767px){.product__countdown-wrapper{width:100%;left:50%}}@media (max-width:575px){.product__countdown-wrapper{left:50%}}.product__countdown .cdown{background:var(--tp-common-white);text-align:center;-o-border-radius:2px;-ms-border-radius:2px;border-radius:2px;width:60px;height:60px;padding-top:10px;display:inline-block}@media only screen and (min-width:1400px) and (max-width:1600px){.product__countdown .cdown{margin-bottom:5px}}@media only screen and (min-width:576px) and (max-width:767px){.product__countdown .cdown{margin-bottom:5px}}.product__countdown .cdown .time-count{color:var(--tp-common-black);font-size:18px;font-weight:600;line-height:1}.product__countdown .cdown p{color:var(--tp-text-1);margin-bottom:0;font-size:13px;line-height:1}.product__quantity .product-quantity-wrapper{border:1px solid #e2e2e2;width:120px;height:60px;line-height:60px;position:relative}.product__quantity .product-quantity-wrapper .cart-plus,.product__quantity .product-quantity-wrapper .cart-minus{vertical-align:middle;text-align:center;color:#d3d3d3;background:0 0;border:0;width:30px;height:30px;font-size:16px;line-height:30px;display:inline-block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.product__quantity .product-quantity-wrapper .cart-plus:hover,.product__quantity .product-quantity-wrapper .cart-minus:hover{cursor:pointer;color:var(--tp-common-black);background:0 0}.product__quantity .product-quantity-wrapper .cart-plus{left:auto;right:0}.product__quantity .product-quantity-wrapper .cart-input{text-align:center;vertical-align:middle;background:0 0;border:none;width:120px;height:60px;margin:0 -3px;padding-bottom:4px;font-size:16px;display:inline-block}.product__quantity .product-quantity-wrapper .cart-input:focus{outline:none}.product__add-cart a{text-transform:uppercase;padding:16px 33px}.product__add-cart a i{margin-left:0;margin-right:5px}.product__add-wish-btn{text-align:center;color:#d3d3d3;border:1px solid #e2e2e2;width:60px;height:60px;font-size:16px;line-height:58px;display:inline-block}.product__add-wish-btn:hover{color:var(--tp-common-white);border-color:var(--tp-theme-1);background-color:var(--tp-theme-1)}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.product__details-content{padding-right:0}}.product__details-content>p{margin-bottom:30px;font-size:16px;line-height:1.7}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.product__details-thumb-wrapper{margin-right:0}}.product__details-thumb-tab .nav-tabs{border:0;margin:0;padding:0}.product__details-thumb-tab .nav-tabs .nav-link{opacity:.5;border:0;margin:0 0 20px;padding:0}@media (max-width:575px){.product__details-thumb-tab .nav-tabs .nav-link{margin-right:20px}}.product__details-thumb-tab .nav-tabs .nav-link.active,.product__details-thumb-tab .nav-tabs .nav-link:hover{opacity:1}.product__details-thumb-tab .nav-tabs .nav-link img{width:70px;height:80px}.product__details-thumb-big img{width:100%}.product__details-tag a{height:20px;color:var(--tp-common-white);text-align:center;background-color:var(--tp-theme-1);text-transform:uppercase;padding:0 8px;font-weight:700;line-height:20px;display:inline-block}.product__details-rating a{color:var(--tp-theme-1);font-size:14px;display:inline-block}.product__details-title{text-transform:uppercase;margin-bottom:15px;font-size:26px}.product__details-title a:hover{color:var(--tp-theme-1)}.product__details-price{margin-bottom:28px}.product__details-price .price{color:var(--tp-common-black);font-size:26px}.product__details-price .old-price{color:#cfcfcf;font-size:20px;font-weight:700;text-decoration:line-through}.product__details-price .new-price{color:var(--tp-theme-1);margin-left:3px;font-size:36px;font-weight:700}.product__details-meta span{color:var(--tp-common-black);font-size:16px;font-weight:700}.product__details-meta a{color:var(--tp-text-1);font-size:16px}.product__details-meta a:hover{color:var(--tp-theme-1)}.product__details-share span{color:var(--tp-common-black);margin-right:10px;font-size:16px;font-weight:700}.product__details-share a{color:#999;margin-right:15px;font-size:16px}.product__details-share a:hover{color:var(--tp-common-black)}.product__details-des p{color:var(--tp-text-2);font-size:16px}.product__details-des p:last-child{margin-bottom:0}.product__details-des p span{color:var(--tp-common-black);font-weight:600}.product__details-info ul li{padding:15px 30px;display:flex}.product__details-info ul li:nth-child(odd){background:var(--tp-grey-4)}.product__details-info ul li h4{color:var(--tp-common-black);width:25%;margin-bottom:0;font-size:16px;display:inline-block}.product__details-info ul li span{color:var(--tp-common-black);font-size:16px}.product__details-review.product-details-review-padding{padding:50px}@media only screen and (min-width:992px) and (max-width:1199px){.product__details-review.product-details-review-padding{padding:15px}}@media (max-width:575px){.product__details-review.product-details-review-padding{padding:10px}}.product__details-review .comments-title{color:var(--tp-common-black);text-transform:uppercase;margin-bottom:35px;font-size:24px;font-weight:700}.product__details-review .comments-box{border-top:1px solid var(--tp-border-1);padding:30px 0 18px}.product__details-review .latest-comments ul li:last-child .comments-box{padding-bottom:0}.product__details-review .latest-comments ul li{list-style:none}.product__details-review .latest-comments li:first-child .comments-box{border-top:0;padding-top:0}.product__details-review .comments-avatar img{border:5px solid var(--tp-border-8);-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;width:40px;height:40px}.product__details-review .comments-text{padding-top:4px;overflow:hidden}.product__details-review .comments-text p{color:var(--tp-text-1);font-size:16px}.product__details-review .avatar-name{text-transform:uppercase;margin-bottom:3px;position:relative;overflow:hidden}.product__details-review .avatar-name h5{color:var(--tp-common-black);margin-bottom:0;font-size:16px;font-weight:600}.product__details-review .latest-comments li.children{margin-left:100px}@media (max-width:575px){.product__details-review .latest-comments li.children{margin-left:15px}}.product__details-review .comments-date span{color:var(--tp-text-2);font-size:13px}.product__details-review .user-rating ul li{display:inline-block}.product__details-review .user-rating ul li a{color:var(--tp-common-black);font-size:14px}.product__details-comment .comment-input input,.product__details-comment .comment-input textarea{border:none;border:1px solid var(--tp-border-1);width:100%;height:50px;color:var(--tp-common-black);outline:none;margin-bottom:15px;padding:15px;font-size:15px;line-height:48px}.product__details-comment .comment-input input::placeholder,.product__details-comment .comment-input textarea::placeholder{color:var(--tp-common-black);opacity:.4}.product__details-comment .comment-input input:focus,.product__details-comment .comment-input textarea:focus{border-color:var(--tp-common-black);outline:none}.product__details-comment .comment-input textarea{resize:none;height:130px;line-height:1}.product__details-comment .comment-agree input{appearance:none;border:1px solid var(--tp-border-1);background:0 0;outline:none;flex:none;width:18px;height:18px;margin:0;display:inline-block}.product__details-comment .comment-agree input:checked{border-color:var(--tp-common-black);position:relative}.product__details-comment .comment-agree input:checked:after{box-sizing:border-box;content:"";font-family:var(--tp-ff-fontawesome);color:var(--tp-common-black);font-size:11px;position:absolute;top:38%;left:50%;transform:translate(-50%,-50%)}.product__details-comment .comment-agree input:checked~label{color:var(--tp-common-black)}.product__details-comment .comment-agree input:hover{cursor:pointer}.product__details-comment .comment-agree label{margin-left:5px;font-size:15px}.product__details-comment .comment-agree label:hover{cursor:pointer}.product__details-comment .comment-title h3{text-transform:uppercase;margin-bottom:5px;font-size:24px;font-weight:500}.product__details-comment .comment-title p{color:var(--tp-text-1)}.product__details-comment .comment-rating span{color:var(--tp-text-2);margin-right:5px;font-size:15px}.product__details-comment .comment-rating ul,.product__details-comment .comment-rating ul li{display:inline-block}.product__details-comment .comment-rating ul li a{color:var(--tp-common-black);font-size:13px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.product__details-size-table{overflow:scroll}.product__details-size-table .table{width:770px}}.product__details-size-table .table>:not(:first-child){border-top:1px solid var(--tp-common-black)}@media only screen and (min-width:576px) and (max-width:767px){.product__details-size-table{width:576px}}@media (max-width:575px){.product__details-size-table{width:576px}}.product__details-size-table th{color:var(--tp-common-black);background:var(--tp-grey-4);border:none;font-size:16px;font-weight:600}.product__details-size-table tr{border:none}.product__details-size-table tr:nth-child(2n+2){background:var(--tp-grey-4)}.product__details-size-table tr:hover{background:#e0e0e0}.product__details-size-table td{border:none;width:20%}.product__details-size-table td:hover{color:var(--tp-common-white);background:var(--tp-common-black)}.product__details-size-table-2 p{color:var(--tp-common-black);margin-bottom:25px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.product__details-more-tab-content{margin-top:50px}}.product__details-more-tab .nav-tabs{border:0;margin:0;padding:0}.product__details-more-tab .nav-link{text-transform:uppercase;text-align:left;color:var(--tp-common-black);border:1px solid #ebebeb;border-radius:0;margin:0 0 10px;padding:15px 30px;font-size:16px;font-weight:700}.product__details-more-tab .nav-link.active,.product__details-more-tab .nav-link:hover{border-color:var(--tp-theme-1);color:var(--tp-common-white);background-color:var(--tp-theme-1)}.product__modal{padding:27px 20px 20px}.product__modal .modal-dialog{max-width:900px}.product__modal-close{z-index:1;top:0;right:0;transform:translate(50%,-50%)}.product__modal-close button{color:var(--tp-common-white);text-align:center;background:var(--tp-theme-1);-o-border-radius:100%;-ms-border-radius:100%;border-radius:100%;outline:none;width:38px;height:38px;line-height:36px;display:block}.product__modal-close button:hover{background:var(--tp-common-black);color:var(--tp-common-white)}.product__modal-wrapper{padding:20px}.product__modal-content h4{text-transform:none;margin:0 0 15px;padding:0 65px 0 0;font-size:24px;font-weight:500}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.product__modal-content h4{font-size:20px}}.product__modal-content h4 a:hover{color:var(--tp-theme-1)}.product__modal-box .nav-tabs{border-bottom:0}.product__modal-box .nav-link{-o-border-radius:0;-ms-border-radius:0;border:none;border-radius:0;padding:0}.product__modal-links ul li{margin-right:4px;display:inline-block}.product__modal-links ul li a{background:var(--tp-grey-4);border:1px solid var(--tp-border-8);-o-border-radius:50%;-ms-border-radius:50%;text-align:center;border-radius:50%;width:45px;height:45px;line-height:45px;display:block}.product__modal-links ul li a:hover{color:var(--tp-common-white);background:var(--tp-theme-1);border-color:var(--tp-theme-1)}.product__modal .nav-tabs{border:none;justify-content:space-between;margin-top:10px}.product__modal .nav-link{border:1px solid #0000;margin-bottom:20px;position:relative}.product__modal .nav-link.active{border-color:var(--tp-theme-1)}.product__modal .nav-link.active:after{content:"";border:6px solid #0000;border-bottom-color:var(--tp-theme-1);position:absolute;top:-12px;left:50%;transform:translate(-50%)}.product__stock span{color:var(--tp-theme-1);font-size:14px}.product__stock span:first-child{color:var(--tp-common-black);padding-right:5px}.product__add-review span a{margin-right:10px;padding-right:10px;position:relative}.product__add-review span a:after{content:"";background:var(--tp-border-1);width:1px;height:80%;position:absolute;top:50%;right:0;transform:translateY(-50%)}.product__add-review span a:hover{color:var(--tp-theme-1)}.product__add-review span:last-child a:after{display:none}.added-to-cart{background-color:var(--tp-common-white);z-index:99;border-right:2px solid var(--tp-theme-1);padding-right:40px;display:none;position:fixed;top:20%;right:0;box-shadow:0 16px 32px #0000000a}.added-to-cart i{text-align:center;width:40px;height:40px;color:var(--tp-common-white);background-color:var(--tp-common-green);border-radius:0;margin-right:15px;font-size:16px;line-height:40px}.added-to-cart p{margin-bottom:0}.cart-area .table>:not(:first-child){border-top:1px solid #eaedff}.table-content table{text-align:center;background:#fff;border:0 solid #eaedff;border-width:1px 0 0 1px;border-radius:0;width:100%;margin-bottom:0}.table-content .table>:not(:last-child)>:last-child>*{border-bottom-color:#eaedff}.table-content .product-quantity{float:none}.table-content table td.product-name{text-transform:capitalize;font-size:16px;font-weight:400}.table-content table td.product-name a:hover{color:var(--tp-theme-1)}.table-content table td{vertical-align:middle;border-top:none;padding:20px 10px;font-size:16px}.table-content table th,.table-content table td{border-bottom:1px solid #eaedff;border-right:1px solid #eaedff}.product-quantity input{color:#000;border:1px solid #dcdcdc;font-size:14px;font-weight:400}.table td,.table th{border-top:1px solid #eaedff}.product-quantity>input{border-radius:3px;width:80px}.table-content table td.product-subtotal{font-size:16px}.table-content table td .cart-plus-minus{float:none;margin:0 auto}.coupon-all{margin-top:50px}.coupon{float:left}@media (max-width:767px){.coupon{float:none}}#coupon_code{border:2px solid #eaedff;height:58px;margin-right:10px;padding:0 15px}@media (max-width:767px){#coupon_code{margin-bottom:15px}}.coupon2{float:right}@media (max-width:767px){.coupon2{float:none;margin-top:15px}}.cart-page-total{padding-top:50px}.cart-page-total>h2{text-transform:capitalize;margin-bottom:20px;font-size:25px}.cart-page-total>ul{border:1px solid #eaedff}.cart-page-total>ul>li{color:#6f7172;border-bottom:1px solid #eaedff;padding:10px 30px;font-size:15px;font-weight:400;list-style:none}.cart-page-total ul>li>span{float:right}.cart-page-total li:last-child{border-bottom:0}td.product-thumbnail img{width:125px}.coupon-accordion h3{border-top:3px solid var(--tp-common-black);background-color:#f6f6f6;width:auto;margin:0 0 25px;padding:1em 2em 1em 3.5em;font-size:14px;font-weight:400;position:relative}.coupon-accordion h3:before{content:"";color:#6f7172;font-family:"Font Awesome 5 Pro";font-weight:700;position:absolute;top:13px;left:15px}.coupon-accordion span{color:#6f7172;cursor:pointer;font-weight:500;transition:all .3s}.coupon-accordion span:hover,p.lost-password a:hover{color:var(--tp-common-black)}.coupon-content{border:1px solid #eaedff;margin-bottom:20px;padding:30px;display:none}.coupon-info p.coupon-text{margin-bottom:15px}.coupon-info p{margin-bottom:0}.coupon-info p.form-row-first label,.coupon-info p.form-row-last label{color:#6f7172;display:block}.coupon-info p.form-row-first label span.required,.coupon-info p.form-row-last label span.required{color:red;font-weight:700}.coupon-info p.form-row-first input,.coupon-info p.form-row-last input{width:100%;max-width:100%;height:45px;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;border:1px solid #eaedff;outline:none;margin:0 0 14px;padding:0 0 0 10px}.coupon-info p.form-row-first input:focus,.coupon-info p.form-row-last input:focus{border-color:var(--tp-common-black)}.coupon-info p.form-row input[type=submit]:hover,p.checkout-coupon input[type=submit]:hover{background:#3e976c}.coupon-info p.form-row input[type=checkbox]{position:relative;top:2px}.form-row>label{color:#6f7172;margin-top:15px;margin-left:15px}.buttons-cart input,.coupon input[type=submit],.buttons-cart a,.coupon-info p.form-row input[type=submit]{color:#fff;float:left;text-transform:uppercase;background:#252525;border:none;height:40px;margin-right:15px;padding:0 15px;font-size:12px;font-weight:700;line-height:40px;transition:all .3s;display:inline-block}p.lost-password{margin-top:15px}p.lost-password a{color:#6f6f6f}p.checkout-coupon input[type=text]{width:100%;height:45px;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;border:1px solid #eaedff;outline:none;margin-bottom:15px;padding:0 15px}p.checkout-coupon input[type=text]:focus{border-color:var(--tp-common-black)}.coupon-checkout-content{display:none}.checkbox-form h3{border-bottom:1px solid #eaedff;width:100%;margin:0 0 20px;padding-bottom:10px;font-size:26px}.country-select{margin-bottom:30px;position:relative}.country-select select{background-color:#0000;border:1px solid #eaedff;width:100%;height:50px;padding:0 10px}.country-select label,.checkout-form-list label{color:#6f7172;margin:0 0 5px;display:block}.country-select label span.required,.checkout-form-list label span.required{color:red}.country-select .nice-select{color:#6f7172;border:1px solid #eaedff;width:100%;height:45px;margin-bottom:20px;padding-left:10px}.country-select .nice-select .list{width:100%}.checkout-form-list{margin-bottom:30px}.checkout-form-list label{color:#6f7172}.checkout-form-list input[type=text],.checkout-form-list input[type=password],.checkout-form-list input[type=email]{width:100%;height:45px;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:#fff;border:1px solid #eaedff;border-radius:0;outline:none;padding:0 0 0 10px}.checkout-form-list input[type=text]:focus,.checkout-form-list input[type=password]:focus,.checkout-form-list input[type=email]:focus{border-color:var(--tp-common-black)}.checkout-form-list input[type=text]::-moz-placeholder{color:#6f7172;opacity:1}.checkout-form-list input[type=password]::-moz-placeholder{color:#6f7172;opacity:1}.checkout-form-list input[type=email]::-moz-placeholder{color:#6f7172;opacity:1}.checkout-form-list input[type=text]::placeholder,.checkout-form-list input[type=password]::placeholder,.checkout-form-list input[type=email]::placeholder{color:#6f7172;opacity:1}.checkout-form-list input[type=checkbox]{margin-right:10px;display:inline-block;position:relative;top:1px}.create-acc label{color:#6f7172;display:inline-block}.create-account{display:none}.ship-different-title h3 label{color:#6f7172;margin-right:20px;display:inline-block}.order-notes textarea{resize:none;border:1px solid #eaedff;outline:0;width:100%;height:120px;padding:15px}.order-notes textarea:focus{border-color:var(--tp-common-black)}.order-notes textarea::placeholder{color:#6f7172;opacity:1}#ship-box-info{display:none}.panel-group .panel,.panel-default>.panel-heading{border-radius:0}.your-order{border:3px solid #eaedff;padding:30px 40px 45px}@media (max-width:767px){.your-order{padding:15px}}.your-order h3{border-bottom:1px solid #eaedff;width:100%;margin:0 0 20px;padding-bottom:10px;font-size:30px}.your-order-table table{background:0 0;border:0;width:100%}.your-order-table table th,.your-order-table table td{color:#6f7172;text-align:left;border-bottom:1px solid #eaedff;border-right:none;padding:15px 0;font-size:14px}@media (max-width:767px){.your-order-table table th,.your-order-table table td{padding-right:10px}}.your-order-table table th{color:#6f7172;text-align:left;vertical-align:middle;white-space:nowrap;border-top:none;width:250px;font-weight:400}.panel-body>p{color:#222}.your-order-table table .shipping ul li{list-style:none}.your-order-table table .shipping ul li input{position:relative;top:2px}.your-order-table table .shipping ul li label{color:#6f7172}.your-order-table table .shipping th{vertical-align:top}.your-order-table table .order-total th{border-bottom:0;font-size:14px}.your-order-table table .order-total td{border-bottom:none}.your-order-table table tr.cart_item:hover{background:#f9f9f9}.your-order-table table tr.order-total td span{color:var(--tp-common-black);font-size:18px;font-weight:500}.payment-method{margin-top:40px}.payment-method .accordion-item:last-of-type{border-bottom-right-radius:0;border-bottom-left-radius:0}.payment-method .accordion-item{border:0;border-bottom:1px solid var(--tp-border-1);background-color:#fff}.payment-method .accordion-button{color:var(--tp-common-black);border:none;padding:23px 0;font-size:16px;font-weight:500}.payment-method .accordion-button:focus{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.payment-method .accordion-button:after{content:"";font-family:var(--tp-ff-fontawesome);background-image:none;margin-left:0;font-size:16px;font-weight:400;position:absolute;top:50%;right:0;transform:translateY(-50%)}.payment-method .accordion-button:not(.collapsed){color:var(--tp-common-black);background-color:var(--tp-common-white);box-shadow:none}.payment-method .accordion-button:not(.collapsed):after{content:""}.payment-method .accordion-body{padding:8px 0 40px}.payment-method .accordion-collapse{border:none}.panel-title>a{display:block}.order-button-payment input{color:#fff;text-transform:uppercase;background:#232323;border:none;width:100%;height:40px;margin:0;padding:0;font-size:15px;font-weight:600;transition:all .3s}.order-button-payment input:hover{background:#3e976c}.payment-method .btn-link{-moz-user-select:none;color:#444;cursor:pointer;letter-spacing:1px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap;background:no-repeat;border:none;border-radius:0;margin-bottom:0;padding:3px 10px;font-size:14px;font-weight:500;line-height:1;text-decoration:none;transition:all .3s;display:inline-block}.payment-method .card{background-color:#fff;border:1px solid #eaedff;border-radius:0;margin-bottom:10px}.payment-method .accordion .card:first-of-type{border:1px solid #eaedff}.card-header:first-child{border-radius:0}.payment-method .card-header{background-color:#fff;border-bottom:1px solid #eaedff}.order-button-payment button{width:100%}.basic-login{border:2px solid #eaedff;padding:90px}@media only screen and (min-width:992px) and (max-width:1200px){.basic-login{padding:50px}}@media only screen and (min-width:768px) and (max-width:991px){.basic-login{padding:40px}}@media (max-width:767px){.basic-login{padding:30px}}.basic-login h3{font-size:30px}.basic-login .tp-btn-2{text-transform:uppercase}.basic-login input{color:#6f7172;border:2px solid #eaedff;outline:none;width:100%;height:60px;margin-bottom:20px;padding:0 20px}.basic-login input:focus{border-color:var(--tp-common-black)}.basic-login input::placeholder{color:#6f7172}.basic-login input::-moz-placeholder{color:#6f7172}.basic-login label{color:#222;display:block}.basic-login label span{color:red}.login-action input{width:inherit;height:auto}.login-action label{margin-left:5px;display:inline-block}.or-divide{text-align:center;border-top:2px solid #eaedff;margin:40px 0;position:relative}.or-divide span{background:#fff;width:40px;margin:auto;font-weight:500;line-height:1;display:inline-block;position:absolute;top:-9px;left:0;right:0}@media (max-width:767px){.forgot-login{float:none}}.forgot-login a{color:var(--tp-common-black)}.forgot-login a:hover{color:var(--tp-theme-1)}@media (max-width:767px){.log-rem{float:none;margin-bottom:10px;display:block}}.blog__item{min-height:400px}.blog__item:hover .blog__thumb img{transform:scale(1.1)}.blog__tag{position:absolute;top:0;right:20px}.blog__tag a{color:var(--tp-common-white);background-color:var(--tp-theme-1);text-transform:uppercase;padding:2px 18px 0;font-size:14px;font-weight:700;display:inline-block}.blog__tag a:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.blog__title{text-transform:uppercase;margin-bottom:12px;font-size:19px}.blog__title a:hover{color:var(--tp-theme-1)}.blog__meta{margin-bottom:5px}.blog__meta span{color:var(--tp-common-black);text-transform:uppercase;margin-right:5px;padding-right:20px;font-size:14px;position:relative}.blog__meta span:after{content:"";background-color:var(--tp-border-5);width:14px;height:1px;position:absolute;top:50%;left:auto;right:0;transform:translateY(-50%)}.blog__meta span:last-child:after{display:none}.blog__meta span i{color:var(--tp-theme-1);margin-right:3px}.blog__meta span:hover{color:var(--tp-theme-1)}.blog__content{border:1px solid var(--tp-border-6);border-top:0;min-height:230px;padding:30px 30px 15px}@media only screen and (min-width:992px) and (max-width:1199px),(max-width:575px){.blog__content{padding-left:15px;padding-right:15px}}.blog__content p{color:var(--tp-text-2)}.blog__shape-1{z-index:-1;width:100%;margin:auto;position:absolute;bottom:0;left:0;right:0}.blog-style-dark .blog__tag a{color:var(--tp-common-dark-3);background-color:var(--tp-theme-2)}.blog-style-dark .blog__tag a:hover{background-color:var(--tp-common-dark-3);color:var(--tp-common-white)}.blog-style-dark .blog__meta span,.blog-style-dark .blog__meta span i{color:var(--tp-common-dark-3)}.blog-style-dark .blog__meta span:hover{color:var(--tp-theme-2)}.blog-style-dark .blog__title{color:var(--tp-common-dark-3)}.blog-style-dark .blog__title a:hover{color:var(--tp-theme-2)}.postbox__thumb .play-btn{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.postbox__audio{width:100%;height:455px}.postbox__audio iframe{border:none;width:100%;height:100%}.postbox__item:hover{-ms-box-shadow:0px 16px 32px 0px #2859c41a;-o-box-shadow:0px 16px 32px 0px #2859c41a;box-shadow:0 16px 32px #2859c41a}.postbox__item-single:hover{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.postbox__content{border:1px solid #f3f3f3;border-top:none;padding:45px 50px 40px}@media (max-width:575px){.postbox__content{padding-left:20px;padding-right:20px}}.postbox__content-single{border:none;padding-left:0;padding-right:0}.postbox__title{text-transform:uppercase;margin-bottom:20px;font-size:34px;line-height:1.3}@media only screen and (min-width:992px) and (max-width:1199px){.postbox__title{font-size:28px}}@media only screen and (min-width:768px) and (max-width:991px){.postbox__title{font-size:33px}}@media only screen and (min-width:576px) and (max-width:767px){.postbox__title{font-size:30px}}@media (max-width:575px){.postbox__title{font-size:25px}}.postbox__title a:hover{color:var(--tp-theme-1)}.postbox__meta{margin-bottom:10px}.postbox__meta span{color:var(--tp-text-1);text-transform:uppercase;margin-right:25px;padding-right:30px;font-size:14px;font-weight:400;display:inline-block;position:relative}.postbox__meta span:after{content:"";background-color:#e7e7e7;width:1px;height:12px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.postbox__meta span:last-child{margin-right:0;padding-right:0}.postbox__meta span:last-child:after{display:none}.postbox__meta span i{color:var(--tp-common-black);margin-right:3px}.postbox__meta span:hover,.postbox__meta span:hover i{color:var(--tp-theme-1)}.postbox__text img{max-width:100%}.postbox__text p{margin-bottom:28px;font-size:16px}.postbox__text-single p{margin-bottom:15px}.postbox__slider button{z-index:1;color:var(--tp-common-white);font-size:30px;position:absolute;top:50%;left:50px;transform:translateY(-50%)}.postbox__slider button.postbox-slider-button-next{left:auto;right:50px}@media (max-width:575px){.postbox__slider button.postbox-slider-button-next{right:10px}.postbox__slider button{left:10px}}.postbox__comment ul li{margin-bottom:10px;list-style:none}.postbox__comment ul li.children{margin-left:100px}@media (max-width:575px){.postbox__comment ul li.children{margin-left:20px}}.postbox__comment-form{background:var(--tp-common-white);margin-bottom:20px}.postbox__comment-form-title{text-transform:uppercase;margin-bottom:40px;font-size:26px}.postbox__comment-form-inner{border:2px solid var(--tp-grey-7);padding:50px}@media (max-width:575px){.postbox__comment-form-inner{padding-left:15px;padding-right:15px}}.postbox__comment-input{margin-bottom:20px;position:relative}.postbox__comment-input span{color:var(--tp-common-black);margin-bottom:12px;font-weight:600;display:block}.postbox__comment-input input,.postbox__comment-input textarea{width:100%;height:55px;color:var(--tp-common-black);border:1px solid var(--tp-grey-3);background:var(--tp-grey-3);outline:none;padding:0 20px;font-size:14px}.postbox__comment-input input::-webkit-input-placeholder{color:var(--tp-text-12)}.postbox__comment-input textarea::-webkit-input-placeholder{color:var(--tp-text-12)}:-moz-any(.postbox__comment-input input:-moz-placeholder-shown,.postbox__comment-input textarea:-moz-placeholder-shown){color:var(--tp-text-12)}:is(.postbox__comment-input input:placeholder-shown,.postbox__comment-input textarea:placeholder-shown){color:var(--tp-text-12)}.postbox__comment-input input::-moz-placeholder{color:var(--tp-text-12)}.postbox__comment-input textarea::-moz-placeholder{color:var(--tp-text-12)}:is(.postbox__comment-input input:-ms-placeholder-shown,.postbox__comment-input textarea:-ms-placeholder-shown){color:var(--tp-text-12)}:is(.postbox__comment-input input:placeholder-shown,.postbox__comment-input textarea:placeholder-shown){color:var(--tp-text-12)}.postbox__comment-input input:focus,.postbox__comment-input textarea:focus{border-color:var(--tp-theme-1)}.postbox__comment-input textarea{resize:none;height:175px;padding-top:20px;padding-bottom:20px}.postbox__comment-input i{color:var(--tp-common-black);position:absolute;top:23px;right:30px}.postbox__comment-title{text-transform:uppercase;margin-bottom:20px;font-size:26px}.postbox__comment-box{border-bottom:1px solid #f3f3f3;padding:25px 40px 30px 30px}@media (max-width:575px){.postbox__comment-box{padding-left:0}}.postbox__comment-avater img{-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;width:100px;height:100px}.postbox__comment-name{margin-bottom:5px}@media (max-width:575px){.postbox__comment-name{margin-top:20px}}.postbox__comment-name h5{text-transform:uppercase;margin-bottom:5px;font-size:18px;line-height:1}.postbox__comment-name .post-meta{color:var(--tp-text-1);font-size:14px}.postbox__comment-name .post-meta i{color:var(--tp-common-black);margin-right:3px}@media (max-width:575px){.postbox__comment-text{margin-top:15px;margin-left:0}}.postbox__comment-text p{color:var(--tp-text-11);margin-bottom:15px;font-size:16px}.postbox__comment-reply{margin-top:10px}.postbox__comment-reply a{color:var(--tp-text-1);background:0 0;border:2px solid #f3f3f3;height:40px;padding:0 25px;font-size:14px;line-height:36px;display:inline-block}.postbox__comment-reply a i{margin-right:3px}.postbox__comment-reply a:hover{color:var(--tp-common-white);background:var(--tp-theme-1);border-color:var(--tp-theme-1)}.postbox__comment-agree{padding-left:5px}.postbox__comment-agree input{appearance:none;background:var(--tp-common-white);-o-border-radius:4px;-ms-border-radius:4px;border:1px solid #b9bac1;border-radius:4px;outline:none;flex:none;width:14px;height:14px;margin:0;display:block;transform:translateY(-1px)}.postbox__comment-agree input:checked{background-color:var(--tp-theme-1);border-color:#0000;position:relative}.postbox__comment-agree input:checked:after{box-sizing:border-box;content:"";font-family:var(--tp-ff-fontawesome);color:var(--tp-common-white);font-size:10px;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}.postbox__comment-agree input:hover{cursor:pointer}.postbox__comment-agree label{color:var(--tp-text-1);padding-left:8px;line-height:1}.postbox__comment-agree label a{color:var(--tp-common-black);padding-left:4px;font-weight:600}.postbox__comment-agree label a:hover{color:var(--tp-theme-1)}.postbox__comment-agree label:hover{cursor:pointer}.postbox__comment-btn i{margin-left:0;margin-right:5px}.postbox__tag span{color:var(--tp-common-black);margin-bottom:17px;margin-right:10px;font-size:16px}.rc__post ul li:not(:last-child){margin-bottom:15px}.rc__post-thumb img{width:80px;height:80px}.rc__post-title{text-transform:uppercase;margin-bottom:6px;font-size:16px}.rc__post-title a:hover{color:var(--tp-theme-1)}.rc__meta span{font-size:14px}.rc__meta span i{color:var(--tp-common-black);margin-right:4px}.sidebar__wrapper{border-left:1px solid var(--tp-border-8);margin-left:65px;padding-left:65px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.sidebar__wrapper{border:0;margin-left:0;padding-left:0}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.sidebar__wrapper{margin-top:50px}}.sidebar__widget{background:var(--tp-common-white)}.sidebar__widget-title{text-transform:uppercase;margin-bottom:30px;padding-bottom:10px;font-size:20px;position:relative}.sidebar__widget-title:after{content:"";background:#f1f1f1;width:100%;height:1px;position:absolute;bottom:0;left:0}.sidebar__widget-title:before{background:var(--tp-theme-1);content:"";z-index:1;width:80px;height:1px;position:absolute;bottom:0;left:0}.sidebar__widget ul li{list-style:none}.sidebar__widget ul li:last-child{padding-bottom:0}.sidebar__widget ul li:first-child{padding-top:0}.sidebar__widget ul li a{color:var(--tp-text-1);text-transform:capitalize;padding:5px 0 5px 19px;font-size:16px;display:block;position:relative}.sidebar__widget ul li a:after{content:"";font-family:var(--tp-ff-fontawesome);position:absolute;top:50%;left:0;transform:translateY(-50%)}.sidebar__widget ul li a:hover{color:var(--tp-theme-1)}.sidebar__widget ul li a:hover:after{left:5px}.sidebar__widget ul li ul{padding-left:15px}.sidebar__search{position:relative}.sidebar__search input{background:var(--tp-grey-3);text-transform:capitalize;border:none;outline:none;width:100%;height:60px;padding:3px 80px 0 20px;line-height:60px}.sidebar__search input::-webkit-input-placeholder{color:var(--tp-text-12)}.sidebar__search input:-moz-placeholder-shown{color:var(--tp-text-12)}.sidebar__search input::-moz-placeholder{color:var(--tp-text-12)}.sidebar__search input:-ms-placeholder-shown{color:var(--tp-text-12)}.sidebar__search button{color:#fff;background:var(--tp-theme-1);height:100%;padding:0 24px;line-height:60px;position:absolute;top:0;right:0}.sidebar__search button:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.sidebar__banner-content{z-index:1;background:var(--tp-common-white);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sidebar__banner-content h4{color:var(--tp-common-black);text-transform:uppercase;margin-bottom:0;padding:15px 20px;font-size:24px}.tagcloud a{background:var(--tp-grey-7);color:var(--tp-text-1);text-transform:capitalize;border:0;margin-bottom:8px;margin-right:5px;padding:9px 24px;font-size:12px;font-weight:700;line-height:1;display:inline-block}.tagcloud a:hover{background:var(--tp-theme-1);color:var(--tp-common-white)}blockquote{background:var(--tp-grey-1);margin-bottom:35px;padding:35px 50px}@media (max-width:575px){blockquote{padding-left:15px;padding-right:15px}}blockquote p{color:#57565e;font-size:20px;font-weight:400;line-height:1.5}blockquote cite{color:#070337;font-size:18px;font-style:inherit;margin-top:10px;font-weight:600;display:block;position:relative}blockquote cite:before{content:"";color:var(--tp-theme-1);background:var(--tp-theme-1);text-align:center;width:40px;height:2px;margin-right:10px;padding-bottom:0;font-size:28px;font-weight:400;display:inline-block;position:relative;top:-4px}.footer__widget-space{padding-top:40px;padding-bottom:40px}.footer__widget-title{color:var(--tp-common-white);text-transform:uppercase;margin-bottom:35px;padding-top:15px;font-size:14px;position:relative}.footer__widget-title:after{content:"";background-color:var(--tp-theme-1);width:40px;height:1px;position:absolute;top:0;left:0;right:auto;transform:translate(0%)}.footer__widget ul{overflow:hidden}.footer__widget ul li{float:left;width:50%;margin-bottom:25px;line-height:1;list-style:none}.footer__widget ul li a{color:var(--tp-common-white);padding-left:19px;font-size:16px;position:relative}.footer__widget ul li a:after{content:"";color:var(--tp-common-white);font-family:var(--tp-ff-fontawesome);font-size:16px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.footer__widget ul li a:hover{color:var(--tp-common-white)}.footer__widget ul li a:hover:after{color:var(--tp-common-white);left:5px}.footer__logo-3{text-align:center}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer__logo-3{text-align:left}}.footer__blog-meta{margin-bottom:3px}.footer__blog-meta span{color:var(--tp-common-white)}.footer__blog-meta span i{color:var(--tp-theme-1);margin-right:3px}.footer__blog-meta span:hover{color:var(--tp-common-white)}.footer__blog-title{text-transform:uppercase;color:var(--tp-common-white);margin-bottom:0;font-size:15px;line-height:1.4}.footer__blog-title a:hover{color:var(--tp-theme-1)}.footer__contact p{color:var(--tp-common-white);margin-bottom:20px;font-size:16px}.footer__contact iframe{filter:grayscale();width:100%;height:110px}.footer__subscribe p{color:var(--tp-common-white);margin-bottom:20px;font-size:16px}.footer__subscribe-box{position:relative}.footer__subscribe-input input{background-color:var(--tp-common-black-5);width:100%;height:60px;color:var(--tp-common-white);padding:0 70px 0 23px;font-size:16px}.footer__subscribe-input input::-webkit-input-placeholder{color:var(--tp-text-6)}.footer__subscribe-input input:-moz-placeholder-shown{color:var(--tp-text-6)}.footer__subscribe-input input::-moz-placeholder{color:var(--tp-text-6)}.footer__subscribe-input input:-ms-placeholder-shown{color:var(--tp-text-6)}.footer__subscribe .footer-sub-btn{text-align:center;width:60px;height:60px;color:var(--tp-common-white);background-color:var(--tp-theme-1);font-size:20px;display:inline-block;position:absolute;top:0;right:0}.footer__subscribe .footer-sub-btn:hover{color:var(--tp-theme-1);background-color:var(--tp-common-white)}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer__copyright{margin-bottom:20px}}.footer__copyright p{color:var(--tp-common-white);text-transform:uppercase;margin-bottom:0;font-size:16px;font-weight:700}.footer__copyright p a:hover{color:var(--tp-common-black)}.footer__copyright-2{padding:14px 0}@media only screen and (min-width:1200px) and (max-width:1399px){.footer__copyright-2{margin-left:30px}}@media only screen and (min-width:768px) and (max-width:991px){.footer__copyright-2{margin-left:20px}}.footer__copyright-2 p{text-transform:capitalize;margin-bottom:0;font-size:16px}.footer__copyright-2 p a{color:var(--tp-common-black);font-weight:700}.footer__copyright-2 p a:hover{color:var(--tp-theme-1)}.footer__social a{color:var(--tp-common-white);margin-right:20px;font-size:16px;display:inline-block}.footer__social a:last-child{margin-right:0}.footer__social a:hover{color:var(--tp-common-black)}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer__social-2{padding:25px 20px}}.footer__social-2 a{text-align:center;background-color:var(--tp-common-white);width:50px;height:50px;color:var(--tp-common-black);-o-border-radius:50%;-ms-border-radius:50%;-ms-box-shadow:0px 16px 32px 0px #0000000f;-o-box-shadow:0px 16px 32px 0px #0000000f;border-radius:50%;margin-right:5px;font-size:14px;line-height:50px;display:inline-block;box-shadow:0 16px 32px #0000000f}@media (max-width:575px){.footer__social-2 a{margin-bottom:10px}}.footer__social-2 a:last-child{margin-right:0}.footer__social-2 a:hover{background-color:var(--tp-theme-1);color:var(--tp-common-white)}.footer__top{z-index:1;padding-top:100px;padding-bottom:40px;position:relative}.footer__bottom{padding-top:25px;padding-bottom:25px}.footer__shape-1{z-index:-1;position:absolute;bottom:-10%;right:0}.footer__info-inner{border-top:1px solid var(--tp-theme-2)}.footer__info-item{z-index:1;padding:25px 49px;position:relative}.footer__info-item h4{color:var(--tp-text-12);text-transform:uppercase;margin-bottom:0;font-size:14px}.footer__info-item p{color:var(--tp-common-white);text-transform:uppercase;margin-bottom:0;font-size:20px;font-weight:700}.footer__info-item p a:hover{color:var(--tp-theme-2)}.footer__info-item-right{text-align:right}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer__info-item-right{text-align:left}}.footer__info-item-right .footer__info-icon{left:auto;right:20px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer__info-item-right .footer__info-icon{left:20px;right:auto}}.footer__info-icon{z-index:-1;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.footer__info-icon i{color:#202020;font-size:40px}.footer-col-1{padding-right:35px}.footer-col-2{margin-left:-30px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer-col-2{margin-left:0}}.footer-col-3{padding-right:10px}.footer-col-4{padding-left:20px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer-col-4{padding-left:0}}.footer__style-2 .footer__top{padding-top:60px;padding-bottom:15px}.footer__style-2 .footer__widget-title{color:var(--tp-common-black)}.footer__style-2 .footer__widget ul li a,.footer__style-2 .footer__widget ul li a:after{color:var(--tp-text-1)}.footer__style-2 .footer__widget ul li a:hover,.footer__style-2 .footer__widget ul li a:hover:after{color:var(--tp-theme-1)}.footer__style-2 .footer__blog-title{color:var(--tp-common-black)}.footer__style-2 .footer__blog-meta span{color:var(--tp-common-white)}.footer__style-2 .footer__blog-meta span:hover{color:var(--tp-common-black)}.footer__style-2 .footer__contact p{color:var(--tp-common-white);margin-bottom:20px;font-size:16px}.footer__style-2 .footer__subscribe p{color:var(--tp-text-1)}.footer__style-2 .footer__subscribe-input input{border:1px solid var(--tp-border-8);background-color:var(--tp-common-white);color:var(--tp-common-black)}.footer__style-2 .footer__subscribe-input input::-webkit-input-placeholder{color:var(--tp-text-11)}.footer__style-2 .footer__subscribe-input input:-moz-placeholder-shown{color:var(--tp-text-11)}.footer__style-2 .footer__subscribe-input input::-moz-placeholder{color:var(--tp-text-11)}.footer__style-2 .footer__subscribe-input input:-ms-placeholder-shown{color:var(--tp-text-11)}.footer__style-2 .footer-sub-btn:hover{background-color:var(--tp-common-black);color:var(--tp-common-white)}.footer__style-3 .footer__top{padding-top:60px;padding-bottom:15px;overflow:hidden}.footer__style-3 .footer__widget-title{color:var(--tp-common-white)}.footer__style-3 .footer__widget-title:after{background-color:var(--tp-theme-2)}.footer__style-3 .footer__widget ul li a,.footer__style-3 .footer__widget ul li a:after{color:var(--tp-text-14)}.footer__style-3 .footer__widget ul li a:hover,.footer__style-3 .footer__widget ul li a:hover:after{color:var(--tp-theme-2)}.footer__style-3 .footer__blog-title{color:var(--tp-common-white)}.footer__style-3 .footer__blog-title a:hover{color:var(--tp-theme-2)}.footer__style-3 .footer__blog-meta span{color:var(--tp-common-white)}.footer__style-3 .footer__blog-meta span i,.footer__style-3 .footer__blog-meta span:hover{color:var(--tp-theme-2)}.footer__style-3 .footer__contact p{color:var(--tp-common-white);margin-bottom:20px;font-size:16px}.footer__contact a{color:var(--tp-common-white)}.footer__style-3 .footer__subscribe p{color:var(--tp-text-14)}.footer__style-3 .footer__subscribe-input input{border:1px solid var(--tp-border-8);background-color:var(--tp-common-white);color:var(--tp-common-dark-3)}.footer__style-3 .footer__subscribe-input input::-webkit-input-placeholder{color:var(--tp-text-12)}.footer__style-3 .footer__subscribe-input input:-moz-placeholder-shown{color:var(--tp-text-12)}.footer__style-3 .footer__subscribe-input input::-moz-placeholder{color:var(--tp-text-12)}.footer__style-3 .footer__subscribe-input input:-ms-placeholder-shown{color:var(--tp-text-12)}.footer__style-3 .footer-sub-btn{background-color:var(--tp-theme-2);color:var(--tp-common-dark-3)}.footer__style-3 .footer-sub-btn:hover{background-color:var(--tp-theme-2);color:var(--tp-common-white)}.footer__style-3 .footer__bottom{background-color:var(--tp-theme-2)}.footer__style-3 .footer__copyright p{color:var(--tp-common-dark-3)}.footer__style-3 .footer__copyright p a:hover{color:var(--tp-common-white)}.footer__style-3 .footer__social a{color:var(--tp-common-dark-3)}.footer__style-3 .footer__social a:hover{color:var(--tp-common-white)}.form-select{background-color:var(--tp-grey-4);border-color:var(--tp-grey-4);height:50px;color:var(--tp-common-dark-4);padding:0 23px;font-size:14px}.submenu{margin:0;padding:0;list-style-type:none}.custom-card{background:#0d6efd;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0003}.img100{width:100%;height:320px}.preview-ellipsis{color:#fff;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:65px;margin-top:10px;font-size:14px;display:-webkit-box;position:relative;overflow:hidden}.custom-modal-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.custom-modal{background:#fff;border-radius:10px;width:80%;max-width:700px;padding:20px;animation:.25s fadeIn}.custom-modal-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.custom-close-btn{cursor:pointer;background:#e0e0e0;border:none;border-radius:4px;padding:8px 12px;font-size:20px}.readmore-btn{color:#0d6efd;cursor:pointer;background:#fff;border:none;border-radius:4px;margin-top:12px;padding:6px 14px;font-size:14px}.readmore-btn:hover{background:#e8e8e8}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.gallery-title-left{color:#fff;letter-spacing:1px;padding-left:14px;font-size:30px;font-weight:700;position:relative}.gallery-title-left:before{content:"";background:#c9a14a;border-radius:4px;width:5px;height:90%;position:absolute;top:4px;left:0}.professional-gallery{background:#0f0f0f}.gallery-box{cursor:pointer;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0006}.gallery-box img{object-fit:cover;width:100%;height:260px;transition:transform .6s}.gallery-overlay{opacity:0;background:linear-gradient(#0003,#000000d9);justify-content:center;align-items:center;transition:all .4s;display:flex;position:absolute;inset:0}.gallery-overlay span{color:#fff;letter-spacing:1px;border:1px solid #c9a14a;border-radius:30px;padding:10px 22px;font-size:18px;font-weight:600}.gallery-box:hover img{transform:scale(1.12)}.gallery-box:hover .gallery-overlay{opacity:1}.modal img{animation:.3s zoomIn}@keyframes zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.home-blog .blog__title,.home-blog .blog__title a,.home-blog .blog__title a:visited{color:#000}.footer__widget-title--white,.footer__widget--news .footer__blog-title a,.footer__widget--news .footer__blog-title a:visited,.footer__widget--news .footer__blog-title a:hover{color:#fff}
