/**handles:nerox-core**/
:root{--tp-ff-body:'Roboto',sans-serif;--tp-ff-heading:'Poppins',sans-serif;--tp-ff-p:'Roboto',sans-serif;--tp-ff-fontawesome:"Font Awesome 6 Pro";--tp-common-white:#ffffff;--tp-common-black:#000000;--tp-common-black-soft:#181818;--tp-common-black-2:#141515;--tp-heading-primary:#141515;--tp-grey-1:#ECEFF4;--tp-grey-2:#F7F7F9;--tp-grey-3:#A4A6AA;--tp-grey-4:#C4C4C4;--tp-grey-5:#A0A2A4;--tp-purpule-1:#7644FF;--tp-purpule-2:#A584FF;--tp-blue-1:#1C99FE;--tp-text-body:#777B83;--tp-text-1:#777B83;--tp-theme-1:#FD4766;--tp-border-1:#E7E9EE;--tp-border-2:#D9DDE8;--tp-border-3:#313333;--tp-border-4:#2C2F2F;--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}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--tp-ff-body);font-size:var(--tp-fz-body);font-weight:400;color:var(--tp-text-body);line-height:26px}body:not(.modal-open){padding-right:0!important}a{text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--tp-ff-heading);color:var(--tp-heading-primary);margin-top:0;font-weight:var(--tp-fw-bold);line-height:1.2;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}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:16px;font-weight:var(--tp-fw-normal);color:var(--tp-text-body);margin-bottom:15px;line-height:28px}.btn,.transition-3,::after,::before,a,button,h1,h2,h3,h4,h5,h6,i,img,input,li,p,select,span,svg path,textarea{-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.button:focus,a:focus{text-decoration:none;outline:0}a:focus,a:hover{color:inherit;text-decoration:none}a,button{color:inherit;outline:0;border:none;background:0 0}button:hover{cursor:pointer}button:focus{outline:0;border:0}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}input{outline:0}input[type=color]{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:0 0;border:0;cursor:pointer;height:100%;width:100%;padding:0;border-radius:50%}::-moz-selection{background:var(--tp-common-black);color:var(--tp-common-white);text-shadow:none}::-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}::-moz-placeholder{color:var(--tp-common-black);font-size:var(--tp-fz-body);opacity:1}::placeholder{color:var(--tp-common-black);font-size:var(--tp-fz-body);opacity:1}.w-img img{width:100%}.m-img img{max-width:100%}.img,img{max-width:100%;transition:all 1.5s cubic-bezier(0, 0, .2, 1)}.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-x:hidden;overflow-y:visible}.p-relative{position:relative}.p-absolute{position:absolute}.include-bg{background-position:center;background-size:cover;background-repeat:no-repeat}.b-radius{-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px}.body-overlay{background-color:#000;height:100%;width:100%;position:fixed;top:0;z-index:99;left:0;opacity:0;visibility:hidden;transition:.45s ease-in-out}.body-overlay:hover{cursor:pointer}.body-overlay.opened{opacity:.6;visibility:visible}@media (max-width:575px){.progress-wrap{right:15px;bottom:15px}}div.basic-pagination ul{padding-left:0;margin:0}div.basic-pagination ul li{display:inline-block;margin-right:10px;margin-bottom:10px}div.basic-pagination ul li:last-child{margin-right:0}div.basic-pagination ul li a,div.basic-pagination ul li span{display:inline-block;width:50px;height:50px;line-height:46px;text-align:center;border:2px solid #f1f1f1;font-size:18px;font-weight:600}div.basic-pagination ul li a.current,div.basic-pagination ul li a:hover,div.basic-pagination ul li span.current,div.basic-pagination ul li span:hover{background:var(--tp-theme-1);border-color:var(--tp-theme-1);color:var(--tp-common-white)}@media (min-width:1700px){.custom-container{max-width:1750px}}@media (min-width:1700px){.custom-container-4{max-width:1680px}}@media (min-width:1600px){.custom-container-3{max-width:1590px}}.grey-bg{background:var(--tp-grey-1)}.grey-bg-2{background:var(--tp-grey-2)}.white-bg{background:var(--tp-common-white)}.black-bg{background:var(--tp-heading-primary)}.black-bg-dark{background:var(--tp-common-black)}.black-bg-2{background:var(--tp-common-black-2)}.mb-22{margin-bottom:22px}.pt-215{padding-top:215px}.pt-290{padding-top:290px}.box-plr-85{padding-left:85px;padding-right:85px}@media only screen and (min-width:1400px) and (max-width:1600px){.box-plr-85{padding-left:40px;padding-right:40px}}@media only screen and (min-width:1200px) and (max-width:1399px){.box-plr-85{padding-left:30px;padding-right:30px}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px){.box-plr-85{padding-left:15px;padding-right:15px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.box-plr-85{padding-left:10px;padding-right:10px}}.box-plr-90{padding-left:90px;padding-right:90px}@media only screen and (min-width:1400px) and (max-width:1600px){.box-plr-90{padding-left:40px;padding-right:40px}}@media only screen and (min-width:1200px) and (max-width:1399px){.box-plr-90{padding-left:30px;padding-right:30px}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px){.box-plr-90{padding-left:15px;padding-right:15px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.box-plr-90{padding-left:10px;padding-right:10px}}.box-plr-155{padding-left:155px;padding-right:155px}@media only screen and (min-width:1701px) and (max-width:1800px){.box-plr-155{padding-left:120px;padding-right:120px}}@media only screen and (min-width:1601px) and (max-width:1700px){.box-plr-155{padding-left:100px;padding-right:100px}}@media only screen and (min-width:1400px) and (max-width:1600px){.box-plr-155{padding-left:40px;padding-right:40px}}@media only screen and (min-width:1200px) and (max-width:1399px){.box-plr-155{padding-left:50px;padding-right:50px}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px){.box-plr-155{padding-left:30px;padding-right:30px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.box-plr-155{padding-left:10px;padding-right:10px}}.pulse-btn{display:inline-block;width:80px;height:80px;line-height:80px;text-align:center;background-color:var(--tp-common-white);-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;color:var(--tp-common-black);animation:pulse 2s infinite}.pulse-btn:hover{background-color:var(--tp-common-black);color:var(--tp-common-white)}.pulse-btn i{padding-left:2px}.hamburger-btn{width:34px;height:30px;position:relative;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;background:0 0;border:0;outline:0}.hamburger-btn span{display:inline-block;width:100%;background:var(--tp-common-black);display:block;position:absolute;height:5px;width:100%;opacity:1;left:0;z-index:1}.hamburger-btn span:first-child{top:0}.hamburger-btn span:nth-child(2){top:10px}.hamburger-btn span:nth-child(3){top:20px}.tp-solid-btn{color:var(--tp-common-white);font-size:14px;text-transform:uppercase;letter-spacing:2px;padding:13px 34px;border-radius:500px;display:inline-block;font-weight:var(--tp-fw-bold);transition:all .4s ease-in-out;background:var(--tp-theme-1);border:2px solid transparent;text-align:center}.tp-solid-btn:hover{background:0 0;color:var(--tp-theme-1);border-color:var(--tp-theme-1)}.tp-border-btn{color:var(--tp-heading-primary);font-size:14px;text-transform:uppercase;letter-spacing:2px;padding:13px 34px;border-radius:500px;display:inline-block;font-weight:var(--tp-fw-bold);transition:all .4s ease-in-out;background:0 0;border:1px solid var(--tp-heading-primary)}.tp-border-btn:hover{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.tp-grd-btn{padding:15px 54px;text-align:center;text-transform:uppercase;transition:.5s;background-size:200% 100%;color:var(--tp-common-white);font-size:14px;font-weight:var(--tp-fw-sbold);text-transform:uppercase;letter-spacing:2px;border-radius:30px;display:inline-block;background-image:linear-gradient(260.16deg,#1c99fe 9.94%,#7644ff 54.82%,#fd4766 95.56%)}.tp-grd-btn:hover{background-position:100% 50%;color:#fff;text-decoration:none}.tp-white-btn{color:var(--tp-common-white);font-size:14px;text-transform:uppercase;letter-spacing:2px;padding:13px 34px;border-radius:500px;display:inline-block;font-weight:var(--tp-fw-bold);transition:all .4s ease-in-out;background:0 0;border:1px solid #c0c3cc}.tp-white-btn:hover{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.tpbs-btn{color:var(--tp-heading-primary);font-size:14px;font-weight:var(--tp-fw-bold);text-transform:uppercase}.tpbs-btn i{margin-left:8px}.tpbs-btn:hover{color:var(--tp-theme-1)}.tpbs-btn-2{color:var(--tp-heading-primary);font-size:14px;font-weight:var(--tp-fw-bold);text-transform:uppercase;letter-spacing:2px}.tpbs-btn-2 i{margin-left:8px;color:var(--tp-theme-1)}.tpbs-btn-2:hover{color:var(--tp-theme-1)}.tpcr-btn{color:var(--tp-heading-primary);font-size:22px;font-weight:var(--tp-fw-bold);text-transform:uppercase;letter-spacing:2px}.tpcr-btn i{margin-left:8px;color:var(--tp-theme-1)}.tpcr-btn:hover{color:var(--tp-theme-1)}.tp-ts-btn{font-size:14px;font-weight:var(--tp-fw-bold);text-transform:uppercase;display:inline-block;color:var(--tp-theme-1);letter-spacing:1px}.tp-ts-btn i{margin-left:10px}.tp-ts-btn:hover{color:var(--tp-heading-primary)}.tp-solid-btn-square{color:var(--tp-common-white);font-size:14px;text-transform:uppercase;letter-spacing:2px;padding:13px 34px;display:inline-block;font-weight:var(--tp-fw-bold);transition:all .4s ease-in-out;background:var(--tp-theme-1);border:2px solid transparent;text-align:center}.tp-solid-btn-square:hover{background:0 0;color:var(--tp-theme-1);border-color:var(--tp-theme-1)}.tp-sqbtn-border{color:var(--tp-heading-primary);font-size:14px;text-transform:uppercase;letter-spacing:2px;padding:16px 25px;display:inline-block;font-weight:var(--tp-fw-bold);transition:all .4s ease-in-out;border:2px solid var(--tp-border-1);text-align:center}.tp-sqbtn-border:hover{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.tp-sqbtn-active{color:var(--tp-common-white);font-size:14px;text-transform:uppercase;letter-spacing:2px;padding:16px 25px;display:inline-block;font-weight:var(--tp-fw-bold);transition:all .4s ease-in-out;border:2px solid var(--tp-theme-1);text-align:center;background:var(--tp-theme-1)}.tp-sqbtn-active:hover{border-color:var(--tp-theme-1);background:0 0;color:var(--tp-heading-primary)}.tp-sqbtn-border-2{color:var(--tp-heading-primary);font-size:14px;text-transform:uppercase;letter-spacing:2px;padding:13px 25px;display:inline-block;font-weight:var(--tp-fw-bold);transition:all .4s ease-in-out;border:2px solid var(--tp-border-1);text-align:center}.tp-sqbtn-border-2:hover{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.tp-sqbtn-active-2{color:var(--tp-common-white);font-size:14px;text-transform:uppercase;letter-spacing:2px;padding:13px 25px;display:inline-block;font-weight:var(--tp-fw-bold);transition:all .4s ease-in-out;border:2px solid var(--tp-theme-1);text-align:center;background:var(--tp-theme-1)}.tp-sqbtn-active-2:hover{border-color:var(--tp-theme-1);background:0 0;color:var(--tp-heading-primary)}.tp-arrow-style button.slick-arrow{background:var(--tp-common-white);height:60px;width:60px;line-height:58px;font-size:18px;color:var(--tp-common-black-2);border-radius:50%;border:none;outline:0;border:1px solid #eceff4;text-align:center;top:50%;transform:translateY(-50%);margin:0;vertical-align:middle;transition:all .3s ease-out 0s;position:absolute;left:-100px;transition:.3s;z-index:1}@media only screen and (min-width:1400px) and (max-width:1600px){.tp-arrow-style button.slick-arrow{left:-35px}}@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){.tp-arrow-style button.slick-arrow{left:-25px}}.tp-arrow-style button.slick-arrow:hover{background:var(--tp-theme-1);border-color:var(--tp-theme-1);color:var(--tp-common-white)}.tp-arrow-style button.slick-arrow.tp-slick-next{left:auto;right:-100px}@media only screen and (min-width:1400px) and (max-width:1600px){.tp-arrow-style button.slick-arrow.tp-slick-next{right:-35px}}@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){.tp-arrow-style button.slick-arrow.tp-slick-next{right:-25px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-arrow-style button.slick-arrow{display:none!important}}.tp-dot-style .slick-dots{text-align:center;list-style:none}.tp-dot-style .slick-dots li{display:inline-block}.tp-dot-style .slick-dots{display:flex;justify-content:center;margin:0;padding:1rem 0;list-style-type:none}.tp-dot-style .slick-dots li{margin:0 .25rem}.tp-dot-style .slick-dots button{display:block;width:8px;height:8px;margin:0 5px;border:none;border-radius:100%;background-color:#cfcfcf;text-indent:-9999px}.tp-dot-style .slick-dots li.slick-active button{background-color:var(--tp-heading-primary);position:relative;transform:scale(2);box-shadow:inset 0 0 0 1px var(--tp-common-black-2);background-color:transparent}.tpbs-area.tp-dot-style.slick-dots{display:flex;justify-content:center;margin:0;padding:1rem 0;list-style-type:none;position:absolute;text-align:center;margin:0 auto;justify-content:center;align-items:center;width:100%;bottom:50px}.trfrn-arrow-style{font-size:50px;color:#b9b9b9;border-radius:50%;border:none;outline:0;cursor:pointer;z-index:1;text-align:center;margin:0;vertical-align:middle;transition:all .3s ease-out 0s}.trfrn-arrow-style:hover{color:var(--tp-heading-primary)}.tpfrn-arrow-wrap{text-align:right}.tp-slick-prev.trfrn-arrow-style{left:-35px;position:relative}.tpfrn-ts-slider-active .slick-list{margin:0 -70px}@media only screen and (min-width:1400px) and (max-width:1600px){.tpfrn-ts-slider-active .slick-list{margin:0 -40px}}@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){.tpfrn-ts-slider-active .slick-list{margin:0 -25px}}@media only screen and (min-width:576px) and (max-width:767px){.tpfrn-ts-slider-active .slick-list{margin:0 -15px}}@media (max-width:575px){.tpfrn-ts-slider-active .slick-list{margin:0 -10px}}.tpfrn-ts-slider-active .slick-slide{padding-left:100px;padding-right:100px}@media only screen and (min-width:1400px) and (max-width:1600px){.tpfrn-ts-slider-active .slick-slide{padding-left:50px;padding-right:50px}}@media only screen and (min-width:1200px) and (max-width:1399px){.tpfrn-ts-slider-active .slick-slide{padding-left:70px;padding-right:70px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpfrn-ts-slider-active .slick-slide{padding-left:20px;padding-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){.tpfrn-ts-slider-active .slick-slide{padding-left:10px;padding-right:10px}}.tpfrn-ts-slider-active .slick-list{margin-left:-100px;margin-right:-100px}@media only screen and (min-width:1400px) and (max-width:1600px){.tpfrn-ts-slider-active .slick-list{margin-left:-50px;margin-right:-50px}}@media only screen and (min-width:1200px) and (max-width:1399px){.tpfrn-ts-slider-active .slick-list{margin-left:-70px;margin-right:-70px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpfrn-ts-slider-active .slick-list{margin-left:-20px;margin-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){.tpfrn-ts-slider-active .slick-list{margin-left:-10px;margin-right:-10px}}@media (max-width:575px){.trfrn-arrow-display,.trfrn-arrow-display2{display:none}}#search-modal{background:rgba(0,0,0,.65)}#search-modal button span{color:#fff;top:50px;right:50px;position:absolute;font-size:50px;transition:.3s}#search-modal button span:hover{transform:rotate(90deg);color:#fd4766}#search-modal .modal-dialog{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:none;outline:0}#search-modal .modal-dialog .modal-content{background:0 0;-webkit-box-shadow:none;box-shadow:none;border:none}#search-modal .modal-dialog .modal-content form{max-width:555px;position:relative}#search-modal .modal-dialog .modal-content form input{width:100%;font-size:36px;border:none;border-bottom:3px solid rgba(255,255,255,.938);background:0 0;color:#fff;padding-bottom:12px;padding-right:40px;outline:0;transition:.3s}#search-modal .modal-dialog .modal-content form input:focus{border-color:#fd4766}#search-modal .modal-dialog .modal-content form input::-webkit-input-placeholder{font-size:35px;color:rgba(255,255,255,.938)}#search-modal .modal-dialog .modal-content form input:-ms-input-placeholder{font-size:35px;color:rgba(255,255,255,.938)}#search-modal .modal-dialog .modal-content form input::-ms-input-placeholder{font-size:35px;color:rgba(255,255,255,.938)}#search-modal .modal-dialog .modal-content form input::placeholder{font-size:35px;color:rgba(255,255,255,.938)}#search-modal .modal-dialog .modal-content form button{position:absolute;right:0;margin-bottom:3px;font-size:30px;color:rgba(255,255,255,.938);background:0 0;border:none;cursor:pointer;top:11px;transition:.3s}#search-modal .modal-dialog .modal-content form button:hover{color:#fd4766}.sidebar__area{position:fixed;right:0;top:0;width:465px;height:100%;background:var(--tp-common-white) none repeat scroll 0 0;overflow-y:scroll;-webkit-box-shadow:-5px 0 20px -5px rgba(0,0,0,.5);-moz-box-shadow:-5px 0 20px -5px rgba(0,0,0,.5);-ms-box-shadow:-5px 0 20px -5px rgba(0,0,0,.5);-o-box-shadow:-5px 0 20px -5px rgba(0,0,0,.5);box-shadow:-5px 0 20px -5px rgba(0,0,0,.5);z-index:999;transition:transform .45s ease-in-out,opacity .45s ease-in-out;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;transform:translateX(calc(100% + 80px))}.sidebar__area::-webkit-scrollbar{display:none}.sidebar__area.offcanvas-opened{right:0}@media (max-width:575px){.sidebar__area{width:290px}}.sidebar__area.sidebar-opened{transform:translateX(0)}.sidebar__wrapper{position:relative;padding:45px}@media (max-width:575px){.sidebar__wrapper{padding:20px}}.sidebar__close{position:absolute;top:48px;right:45px}@media (max-width:575px){.sidebar__close{top:22px;right:20px}}.sidebar__close-btn{display:inline-block;font-size:16px;height:45px;width:45px;line-height:45px;background:var(--tp-theme-1);color:var(--tp-common-white);border-radius:50%}.sidebar__close-btn:hover{background:var(--tp-theme-1)}.sidebar__logo{padding-bottom:20px;border-bottom:1px solid var(--tp-border-1)}.sidebar__search{position:relative}.sidebar__search input{width:100%;height:40px;line-height:40px;padding-right:20px;background:0 0;border:none;outline:0;border-bottom:1px solid var(--tp-border-1);font-size:14px}.sidebar__search input::placeholder{color:var(--tp-text-body)}.sidebar__search input:focus{border-color:var(--tp-theme-1)}.sidebar__search button{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:14px;color:var(--tp-text-body)}.sidebar__search button:hover{color:var(--tp-theme-1)}.sidebar__text p{margin-bottom:25px}.sidebar__contact h4{font-size:22px;margin-bottom:20px}.sidebar__contact ul li:not(:last-child){margin-bottom:20px}.sidebar__contact ul li:hover i{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.sidebar__contact ul li:hover a{color:var(--tp-theme-1)}.sidebar__contact-icon i{display:inline-block;width:40px;height:40px;line-height:38px;text-align:center;border:1px solid var(--tp-border-1);color:var(--tp-heading-primary);-webkit-border-radius:7px;-moz-border-radius:7px;-o-border-radius:7px;-ms-border-radius:7px;border-radius:7px}.sidebar__contact-text a{font-size:18px;font-weight:400}.sidebar__map iframe{width:100%;height:200px;border:none}.sidebar__social ul li{display:inline-block}.sidebar__social ul li:not(:last-child){margin-right:5px}.sidebar__social ul li a{display:inline-block;width:40px;height:40px;line-height:42px;text-align:center;background:var(--tp-grey-1);color:var(--tp-theme-1);-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px}.sidebar__social ul li a:hover{background:var(--tp-theme-1);color:var(--tp-common-white)}.tp-sub-title{font-size:16px;font-weight:var(--tp-fw-bold);text-transform:uppercase;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;letter-spacing:.1em;display:inline-block}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px){.tp-sub-title{font-size:15px}}@media (max-width:575px){.tp-sub-title{font-size:14px}}.tp-sub-title-df{color:var(--tp-common-white)}.tp-sub-title-2{color:var(--tp-common-white);display:inline-block;background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);border-radius:5px;padding:6px 12px;line-height:15px;font-size:13px;text-transform:uppercase;font-weight:var(--tp-fw-medium)}.tpsec-title{font-size:45px;line-height:1.2}@media only screen and (min-width:576px) and (max-width:767px){.tpsec-title{font-size:35px}}.tp-title{font-size:45px;line-height:1.2}@media only screen and (min-width:768px) and (max-width:991px){.tp-title{font-size:40px}}@media only screen and (min-width:576px) and (max-width:767px){.tp-title{font-size:35px}.tp-title br{display:none}}@media (max-width:575px){.tp-title{font-size:32px}.tp-title br{display:none}}.tp-title-df{color:var(--tp-common-white);line-height:1.3}@media only screen and (min-width:768px) and (max-width:991px){.tp-title-df{font-size:35px}}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px){.tp-title-df br{display:none}}.sec-quote-text{font-size:18px;line-height:30px;font-weight:var(--tp-fw-medium)}.separator{position:relative}.separator::before{position:absolute;content:"";width:2px;height:88px;top:-15px;left:95%;transform:translateX(-95%);background:linear-gradient(189.82deg,#1c99fe 0,#7644ff 44.68%,#fd4766 85.24%)}.tpbs-sub-title{font-size:16px;font-weight:var(--tp-fw-bold);color:var(--tp-grey-3);text-transform:uppercase;letter-spacing:1px;display:inline-block}.tpbs-title{font-size:45px;line-height:1.4}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px){.tpbs-title{font-size:40px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpbs-title{font-size:35px}.tpbs-title br{display:none}}.tpbs-title span{font-weight:var(--tp-fw-light)}.tpbs-title-df{font-size:80px;position:relative}@media only screen and (min-width:1200px) and (max-width:1399px){.tpbs-title-df{font-size:65px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpbs-title-df{font-size:60px}}@media only screen and (min-width:768px) and (max-width:991px){.tpbs-title-df{font-size:50px}}@media only screen and (min-width:576px) and (max-width:767px){.tpbs-title-df{font-size:45px}}@media (max-width:575px){.tpbs-title-df{font-size:25px}}.tpbs-title-df span{font-weight:var(--tp-fw-light)}.tpbs-title-df::before{position:absolute;content:"";width:10%;height:2px;background:var(--tp-heading-primary);bottom:-1px;-webkit-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;-ms-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s;visibility:hidden;opacity:0}.tpbs-title-df:hover::before{width:71%;visibility:visible;opacity:1}.tpbs-title-2{color:var(--tp-common-white)}.tpds-title{font-size:45px;line-height:1.3}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px){.tpds-title{font-size:40px}.tpds-title br{display:none}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpds-title{font-size:35px}.tpds-title br{display:none}}.tpds-title span{font-weight:300}@media (max-width:575px){.breadcrumb__area{padding:150px 0}}.breadcrumb__title{font-size:55px;line-height:1.3;color:var(--tp-common-white);text-transform:uppercase;margin-bottom:20px}@media only screen and (min-width:768px) and (max-width:991px){.breadcrumb__title{font-size:50px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.breadcrumb__title{font-size:30px}}.breadcrumb__list span{font-size:16px;color:var(--tp-common-white);font-weight:var(--tp-fw-medium);text-transform:capitalize}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.breadcrumb__list span{font-size:18px}}.breadcrumb__list span a:hover{color:var(--tp-theme-1)}.breadcrumb__list span i{font-size:12px}.breadcrumb__list span.dvdr{margin:0 5px}.breadcrumb__list .tp-current{color:var(--tp-theme-1);position:relative;display:inline;background-image:linear-gradient(#fd4766,#fd4766),linear-gradient(#fd4766,#fd4766);background-size:0 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.breadcrumb__list .tp-current:hover{background-size:0 2px,100% 2px}.breadcrumb__overlay{position:relative}.tpbs-scroll-5{position:absolute;left:0;right:0;text-align:center;margin:0 auto;bottom:-20%;z-index:1}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.4)}70%{-webkit-box-shadow:0 0 0 45px rgba(255,255,255,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(255,255,255,.4);box-shadow:0 0 0 0 rgba(255,255,255,.4)}70%{-moz-box-shadow:0 0 0 45px rgba(255,255,255,0);box-shadow:0 0 0 45px rgba(255,255,255,0)}100%{-moz-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(255,255,255,0)}}@keyframes sticky{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@-webkit-keyframes fadeInUp2{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp2{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp2{-webkit-animation-name:fadeInUp2;animation-name:fadeInUp2}@keyframes popupBtn{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.6);opacity:.3}100%{transform:scale(2.2);opacity:0}}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:9999}.preloader .color-1{background-color:#fd4766!important}.rubix-cube{border:1px solid #fff;width:48px;height:48px;background-color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.rubix-cube .layer{width:14px;height:14px;background-color:#07294d;border:1px solid #fff;position:absolute}.rubix-cube .layer-1{left:0;top:0;-webkit-animation:rubixcube4 2s infinite linear;animation:rubixcube4 2s infinite linear}.rubix-cube .layer-2{left:16px;top:0;-webkit-animation:rubixcube3 2s infinite linear;animation:rubixcube3 2s infinite linear}.rubix-cube .layer-3{left:32px;top:0}.rubix-cube .layer-4{left:0;top:16px;-webkit-animation:rubixcube5 2s infinite linear;animation:rubixcube5 2s infinite linear}.rubix-cube .layer-5{left:16px;top:16px;-webkit-animation:rubixcube2 2s infinite linear;animation:rubixcube2 2s infinite linear}.rubix-cube .layer-6{left:32px;top:16px;-webkit-animation:rubixcube1 2s infinite linear;animation:rubixcube1 2s infinite linear}.rubix-cube .layer-7{left:0;top:32px;-webkit-animation:rubixcube6 2s infinite linear;animation:rubixcube6 2s infinite linear}.rubix-cube .layer-8{left:16px;top:32px;-webkit-animation:rubixcube7 2s infinite linear;animation:rubixcube7 2s infinite linear}@-webkit-keyframes rubixcube1{20%{top:16px;left:32px}30%{top:32px;left:32px}40%{top:32px;left:32px}50%{top:32px;left:32px}60%{top:32px;left:32px}70%{top:32px;left:32px}80%{top:32px;left:32px}90%{top:32px;left:32px}100%{top:32px;left:16px}}@keyframes rubixcube1{20%{top:16px;left:32px}30%{top:32px;left:32px}40%{top:32px;left:32px}50%{top:32px;left:32px}60%{top:32px;left:32px}70%{top:32px;left:32px}80%{top:32px;left:32px}90%{top:32px;left:32px}100%{top:32px;left:16px}}@-webkit-keyframes rubixcube2{30%{left:16px}40%{left:32px}50%{left:32px}60%{left:32px}70%{left:32px}80%{left:32px}90%{left:32px}100%{left:32px}}@keyframes rubixcube2{30%{left:16px}40%{left:32px}50%{left:32px}60%{left:32px}70%{left:32px}80%{left:32px}90%{left:32px}100%{left:32px}}@-webkit-keyframes rubixcube3{30%{top:0}40%{top:0}50%{top:16px}60%{top:16px}70%{top:16px}80%{top:16px}90%{top:16px}100%{top:16px}}@keyframes rubixcube3{30%{top:0}40%{top:0}50%{top:16px}60%{top:16px}70%{top:16px}80%{top:16px}90%{top:16px}100%{top:16px}}@-webkit-keyframes rubixcube4{50%{left:0}60%{left:16px}70%{left:16px}80%{left:16px}90%{left:16px}100%{left:16px}}@keyframes rubixcube4{50%{left:0}60%{left:16px}70%{left:16px}80%{left:16px}90%{left:16px}100%{left:16px}}@-webkit-keyframes rubixcube5{60%{top:16px}70%{top:0}80%{top:0}90%{top:0}100%{top:0}}@keyframes rubixcube5{60%{top:16px}70%{top:0}80%{top:0}90%{top:0}100%{top:0}}@-webkit-keyframes rubixcube6{70%{top:32px}80%{top:16px}90%{top:16px}100%{top:16px}}@keyframes rubixcube6{70%{top:32px}80%{top:16px}90%{top:16px}100%{top:16px}}@-webkit-keyframes rubixcube7{80%{left:16px}90%{left:0}100%{left:0}}@keyframes rubixcube7{80%{left:16px}90%{left:0}100%{left:0}}.logo img{width:150px}.logo-white{display:none}.tp-model-logo{text-align:center}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-model-logo{text-align:left}}.mega-menu-wrapper{position:relative}@media only screen and (min-width:1200px) and (max-width:1399px){.tpmenu{margin-left:30px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpmenu{margin-left:30px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpmenu-2{margin-left:0}}.tpmenu ul li{position:relative;list-style:none;display:inline-block;margin-right:40px}@media only screen and (min-width:1200px) and (max-width:1399px){.tpmenu ul li{margin-right:32px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpmenu ul li{margin-right:20px}}.tpmenu ul li:last-child{margin-right:0}.tpmenu ul li a{display:inline-block;font-size:14px;color:var(--tp-common-black);padding:40px 0;font-weight:var(--tp-fw-bold);text-transform:uppercase;text-align:left;letter-spacing:1px}.tpmenu ul li.has-dropdown>a{position:relative}.tpmenu ul li.has-dropdown>a::after{content:"\f067";-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px);font-size:11px;color:var(--tp-common-black);font-family:var(--tp-ff-fontawesome);font-weight:var(--tp-fw-sbold);margin-left:5px;display:inline-block}.tpmenu ul li .submenu{padding:15px 0;position:absolute;top:120%;left:0;min-width:220px;background:var(--tp-common-white);z-index:99;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;visibility:hidden;opacity:0;-webkit-box-shadow:0 20px 30px rgba(3,6,31,.2);-moz-box-shadow:0 20px 30px rgba(3,6,31,.2);-ms-box-shadow:0 20px 30px rgba(3,6,31,.2);-o-box-shadow:0 20px 30px rgba(3,6,31,.2);box-shadow:0 20px 30px rgba(3,6,31,.2);border:1px solid rgba(255,255,255,.08);transform-origin:top;-webkit-transform:perspective(300px) rotateX(-18deg);-moz-transform:perspective(300px) rotateX(-18deg);-ms-transform:perspective(300px) rotateX(-18deg);-o-transform:perspective(300px) rotateX(-18deg);transform:perspective(300px) rotateX(-18deg)}.tpmenu ul li .submenu li{display:block;width:100%;margin:0;padding:0 0}.tpmenu ul li .submenu li.has-dropdown>a::after{position:absolute;top:50%;right:30px;-webkit-transform:translateY(-50%) rotate(-90deg);-moz-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);-o-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.tpmenu ul li .submenu li a{position:relative;z-index:1;width:100%;display:block;font-size:14px;color:var(--tp-text-body);padding:5px 20px;font-weight:500;text-transform:capitalize;letter-spacing:0}.tpmenu ul li .submenu li .submenu{left:120%;top:0;visibility:hidden;opacity:0}.tpmenu ul li .submenu li:hover>a{color:var(--tp-theme-1);background-color:rgba(150,144,162,.06)}.tpmenu ul li .submenu li:hover>a::after{color:var(--tp-theme-1);-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.tpmenu ul li .submenu li:hover>.submenu{left:100%;visibility:visible;opacity:1}.tpmenu ul li.megamenu-full{position:static}.tpmenu ul li .megamenu{width:100%;position:absolute;top:120%;left:0;background:var(--tp-common-white);z-index:99;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;-webkit-box-shadow:0 20px 30px rgba(3,6,31,.2);-moz-box-shadow:0 20px 30px rgba(3,6,31,.2);-ms-box-shadow:0 20px 30px rgba(3,6,31,.2);-o-box-shadow:0 20px 30px rgba(3,6,31,.2);box-shadow:0 20px 30px rgba(3,6,31,.2);border:1px solid rgba(255,255,255,.08);transform-origin:top;-webkit-transform:perspective(300px) rotateX(-18deg);-moz-transform:perspective(300px) rotateX(-18deg);-ms-transform:perspective(300px) rotateX(-18deg);-o-transform:perspective(300px) rotateX(-18deg);transform:perspective(300px) rotateX(-18deg);padding:28px 25px;visibility:hidden;opacity:0}.tpmenu ul li .megamenu li{float:left;width:25%;margin:0}.tpmenu ul li .megamenu li a{display:block;font-size:14px;color:var(--tp-text-body);padding:5px 20px;font-weight:500;text-transform:capitalize;letter-spacing:0}.tpmenu ul li .megamenu li a:hover{color:var(--tp-theme-1);background-color:rgba(5,9,43,.06)}.tpmenu ul li .megamenu li .megamenu-title{color:var(--tp-common-black)}.tpmenu ul li .megamenu li .megamenu-title:after{display:none}.tpmenu ul li .megamenu li .megamenu-title:hover{color:var(--tp-common-black);background:0 0}.tpmenu ul li .megamenu li ul li{float:inherit;width:100%}.tpmenu ul li:hover>a{color:var(--tp-theme-1)}.tpmenu ul li:hover>a::after{color:var(--tp-theme-1);-webkit-transform:translateY(-1px) rotate(45deg);-moz-transform:translateY(-1px) rotate(45deg);-ms-transform:translateY(-1px) rotate(45deg);-o-transform:translateY(-1px) rotate(45deg);transform:translateY(-1px) rotate(45deg)}.tpmenu ul li:hover .megamenu,.tpmenu ul li:hover>.submenu{top:100%;visibility:visible;opacity:1;-webkit-transform:perspective(300px) rotateX(0);-moz-transform:perspective(300px) rotateX(0);-ms-transform:perspective(300px) rotateX(0);-o-transform:perspective(300px) rotateX(0);transform:perspective(300px) rotateX(0)}.tpmenu-8{margin-right:-150px}@media only screen and (min-width:1200px) and (max-width:1399px){.tpmenu-8 ul li{margin-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){.tp-header-area-inner{padding:25px 0}}.inner-border{border-bottom:1px solid #e7e9ee}.tp-header-action{text-align:right}@media (max-width:575px){.tp-header-action{margin-left:0}}.tp-header-action ul li{list-style:none;display:inline-block;margin-right:15px}@media only screen and (min-width:992px) and (max-width:1199px){.tp-header-action ul li{margin-right:5px}}@media (max-width:575px){.tp-header-action ul li{margin-right:5px}}.tp-header-action ul li:last-child{margin-right:0}.tp-header-action ul li a{display:inline-block;width:55px;height:55px;line-height:55px;text-align:center;border:1px solid var(--tp-border-2);-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;font-size:15px;color:var(--tp-heading-primary);transition:.3s}@media (max-width:575px){.tp-header-action ul li a{width:45px;height:45px;line-height:44px}}.tp-header-action ul li a:hover{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.tp-header-action ul li a i{font-weight:500}.tp-header-action-2 ul li{margin-right:30px}.tp-header-action-2 ul li a{background:0 0;border:0;height:auto;width:auto}.tp-header-action-2 ul li a:hover{background:0 0;color:var(--tp-theme-1)}.tp-header-action-6 ul{display:flex;align-items:center}.tp-header-action-6 ul li a{width:inherit;height:inherit;font-size:40px;color:#141515;border:0;border-radius:0;line-height:1}.tp-header-action-6 ul li a:hover{background-color:inherit;color:var(--tp-theme-1)}.tp-header-action-6 ul li .mode-switch-wrapper .label i{width:inherit;height:inherit;font-size:24px;color:#141515;border:0;border-radius:0;line-height:1;margin-left:15px}.tp-header-action-6 ul li .mode-switch-wrapper .label i:hover{background-color:inherit;color:var(--tp-theme-1)}.tp-header-action-6 ul li .mode-switch-wrapper .label i::after{display:none}.tp-header-action-8 ul li{margin-right:0}.header-sticky{position:fixed;width:100%;top:0;left:0;padding:0 85px;background:var(--tp-common-white);z-index:99;animation:sticky 1.3s;box-shadow:0 10px 25px 0 rgba(0,0,0,.15)}@media only screen and (min-width:1400px) and (max-width:1600px){.header-sticky{padding-left:40px;padding-right:40px}}@media only screen and (min-width:1200px) and (max-width:1399px){.header-sticky{padding-left:30px;padding-right:30px}}@media only screen and (min-width:992px) and (max-width:1199px){.header-sticky{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px) and (max-width:991px){.header-sticky{padding-top:20px;padding-bottom:20px;padding-left:15px;padding-right:15px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.header-sticky{padding-top:20px;padding-bottom:20px;padding-left:10px;padding-right:10px}}@media (max-width:575px){.header-sticky .tp-header-action ul li{margin-right:3px}}.header-sticky.header-sticky-2{background:var(--tp-heading-primary)}.header-sticky .tpmenu ul li a{padding:35px 0}.tp-header-2{position:absolute;top:0;width:100%;z-index:1}.tp-header-2 .tpmenu ul li a{color:var(--tp-common-white)}.tp-header-2 .tpmenu ul li.has-dropdown>a::after{color:var(--tp-common-white)}.tp-header-2 .tp-header-action ul li a{color:var(--tp-common-white)}.tp-header-3 .mode-switch-wrapper .label i{color:var(--tp-common-black)}.tp-header-3 .mode-switch-wrapper .label i::after{display:none}.header-transparent{position:absolute;top:0;left:0;right:0;width:100%;z-index:9}.header-transparent.header-sticky{position:fixed;width:100%;top:0;left:0;padding:0 85px;background:#222;z-index:99;animation:sticky 1.3s;box-shadow:0 10px 25px 0 rgba(0,0,0,.15)}.header-transparent .tpmenu ul li a{color:var(--tp-common-white)}.header-transparent .tpmenu ul li:hover>a{color:var(--tp-theme-1)}.header-transparent .tpmenu ul li:hover>a::after{color:var(--tp-theme-1)}.header-transparent .tpmenu ul li.has-dropdown>a::after{color:var(--tp-common-white)}.header-transparent .tpmenu ul li.has-dropdown:hover>a::after{color:var(--tp-theme-1)}.header-transparent .tp-header-action ul li a{border-color:var(--tp-common-white);color:var(--tp-common-white)}.header-transparent .tp-header-action ul li a:hover{color:var(--tp-common-white);border-color:var(--tp-theme-1)}.header-style-9 .mode-switch-wrapper .label i{color:var(--tp-common-white)}.header-padding-6{padding-top:25px;padding-bottom:25px}.header-padding-8{padding-left:65px;padding-right:65px}.mean-container a.meanmenu-reveal{display:none}.mean-container .mean-nav{background:0 0;margin-top:0}.mean-container .mean-bar{padding:0;min-height:auto;background:0 0}.mean-container .mean-nav>ul{padding:0;margin:0;width:100%;list-style-type:none;display:block!important}.mean-container a.meanmenu-reveal{display:none!important}.mean-container .mean-nav ul li a{width:100%;padding:10px 0;color:var(--tp-common-black);border-top:1px solid #ebebeb;font-size:14px;line-height:1.5;font-weight:700}.mean-container .mean-nav ul li a:hover{color:var(--tp-theme-1)}.mean-container .mean-nav ul li a.mean-expand{margin-top:5px;padding:0!important;line-height:14px;border:1px solid #ebebeb!important;height:30px;width:30px;line-height:30px;color:var(--tp-common-black);line-height:30px;top:0;font-weight:400}.mean-container .mean-nav ul li a.mean-expand:hover{background:var(--tp-theme-1);color:#fff;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{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);color:var(--tp-common-black)}.tp-minimal__area{width:100%}.tp-minimal__design-wrapper-2{margin-left:75px}@media only screen and (min-width:768px) and (max-width:991px){.tp-minimal__design-wrapper-2{margin-left:40px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-minimal__design-wrapper-2{margin-left:0}}.tp-minimal__design-title{font-size:120px;line-height:1.2;margin-bottom:30px}@media only screen and (min-width:992px) and (max-width:1199px){.tp-minimal__design-title{font-size:90px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px){.tp-minimal__design-title{font-size:80px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tp-minimal__design-title{font-size:70px}.tp-minimal__design-title br{display:none}}.tp-minimal__design-title span{color:transparent;-webkit-text-stroke:1.2px var(--tp-heading-primary)}.tp-minimal__design .tpds-text{font-size:18px;line-height:30px;color:var(--tp-heading-primary)}@media only screen and (min-width:768px) and (max-width:991px){.tp-minimal__design .tpds-text br{display:none}}.tp-minimal__design .tpds-text-2{font-weight:var(--tp-fw-medium);font-size:18px;line-height:30px}@media only screen and (min-width:1200px) and (max-width:1399px){.tp-minimal__design .tpds-text-2 br{display:none}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-minimal__design .tpds-text-2 br{display:none}}.tp-minimal__design-social a{display:inline-block;width:55px;height:55px;line-height:55px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%;font-size:15px;color:var(--tp-heading-primary);background:var(--tp-grey-1);transition:.3s;margin-right:15px;color:rgba(20,21,21,.3)}.tp-minimal__design-social a:last-child{margin-right:0}.tp-minimal__design-social a i{text-shadow:0 4px 4px rgba(0,0,0,.1)}.tp-minimal__design-social a:hover{color:var(--tp-heading-primary)}.tp-minimal__design-thumb{background-position:center;background-size:cover;background-repeat:no-repeat;width:50%;position:absolute;right:0;top:0;height:100%}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-minimal__design-thumb{display:none}}.tp-minimal__design-thumb-2{left:0;right:auto}.tp-minimal__design-2{padding:185px 0}@media only screen and (min-width:992px) and (max-width:1199px){.tp-minimal__design-2{padding:120px 0}}@media only screen and (min-width:768px) and (max-width:991px){.tp-minimal__design-2{padding:100px 0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tp-minimal__design-2{padding-top:5px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tp-minimal__design-social{margin-top:50px}}.tpdesign-hero-image{position:relative;z-index:1}.tpdesign-hero-image img{border-radius:50%;height:175px;width:175px}.tpdesign-hero-image::before{position:absolute;content:"";height:175px;width:175px;background:linear-gradient(292.56deg,#1c99fe -.95%,#7644ff 28.82%,#fd4766 55.84%);transform:rotate(-105deg);border-radius:50%;top:5px;left:10px;right:0;text-align:center;margin:0 auto;z-index:-1}.tpdesign-hero-image::after{position:absolute;content:"";height:175px;width:175px;background:linear-gradient(168.44deg,#1c99fe 9.15%,#7644ff 49.39%,#fd4766 85.93%);transform:rotate(-105deg);border-radius:50%;top:-5px;left:-10px;right:0;text-align:center;margin:0 auto;z-index:-1}.tpdesign-sub-title{font-size:30px;font-family:var(--tp-ff-heading);color:var(--tp-heading-primary);font-weight:var(--tp-fw-bold);letter-spacing:1px;display:inline-block}@media only screen and (min-width:992px) and (max-width:1199px){.tpdesign-sub-title{font-size:28px}}@media only screen and (min-width:768px) and (max-width:991px){.tpdesign-sub-title{font-size:25px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpdesign-sub-title{font-size:20px;margin-bottom:25px}}.tpdesign-title{font-size:75px;line-height:1.2;background:linear-gradient(260.16deg,#1c99fe 9.94%,#7644ff 54.82%,#fd4766 95.56%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media only screen and (min-width:1200px) and (max-width:1399px){.tpdesign-title{font-size:70px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpdesign-title{font-size:55px}}@media only screen and (min-width:768px) and (max-width:991px){.tpdesign-title{font-size:45px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpdesign-title{font-size:30px;line-height:1.4}}.tphero-area{position:relative}.tphero__shape{position:absolute}.tphero__shape-1{left:10%;top:10%}.tphero__shape-2{right:10%;top:9%}.tphero__shape-3{right:10%;bottom:15%}.tphero__shape-4{left:10%;bottom:15%}.down-arrow{position:absolute;left:0;right:0;bottom:-45px}.down-arrow a{height:92px;width:92px;color:var(--tp-heading-primary);line-height:92px;border-radius:50%;background:var(--tp-common-white);display:inline-block;font-size:25px;font-weight:var(--tp-fw-sbold);z-index:1;position:relative;transition:.3s}.down-arrow a:hover{background:linear-gradient(260.16deg,#1c99fe 9.94%,#7644ff 54.82%,#fd4766 95.56%);color:var(--tp-common-white)}.tpfrn-wrapper{position:relative}.tpfrn-wrapper::before{content:"";position:absolute;top:0;background:rgba(0,0,0,.5215686275);width:100%;height:100%;left:0;right:0}.tpfrn-area-2 .tpfrn-wrapper::before{display:none}.tpfrn-banner-image::before{position:absolute;content:"";width:100%;height:100%;background:rgba(20,21,21,.0509803922);opacity:.6}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfrn-banner-image::before{background:rgba(20,21,21,.7490196078)}}.tpfrn-wrapper{background-position:center;background-size:cover;background-repeat:no-repeat}.s-hero-wrapper{margin-right:-165px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.s-hero-wrapper{background-position:right}}@media only screen and (min-width:1601px) and (max-width:1700px){.s-hero-wrapper{margin-right:-70px}}@media only screen and (min-width:1400px) and (max-width:1600px){.s-hero-wrapper{margin-right:-40px}}@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){.s-hero-wrapper{margin-right:0}}.s-hero-wrapper::before{display:none}.tpfrn-content.s-hero-content{margin-right:150px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfrn-content.s-hero-content{margin-right:0}}.tpfrn-content-inner{padding:130px 0;padding-right:140px;z-index:1;position:relative;background:var(--tp-common-white)}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1399px){.tpfrn-content-inner{padding-right:40px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfrn-content-inner{margin:0;background:0 0;padding-right:0;text-align:center}}@media only screen and (min-width:576px) and (max-width:767px){.tpfrn-content{padding:0 15px}}.tpfrn-content p{font-size:18px;line-height:30px;color:var(--tp-grey-5);margin-bottom:50px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfrn-content p{color:var(--tp-common-white)}}.tpfrn-content-2{padding-right:90px;padding-left:180px;padding-bottom:120px}@media only screen and (min-width:1200px) and (max-width:1399px){.tpfrn-content-2{margin:50px 0;padding:65px 0;padding-left:100px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpfrn-content-2{padding:50px 0;padding-left:100px;margin:0 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){.tpfrn-content-2{padding-left:40px}}@media only screen and (min-width:576px) and (max-width:767px){.tpfrn-content-2{padding-top:40px}}@media (max-width:575px){.tpfrn-content-2{padding:65px 40px}}.tpfrn-content-2 p{font-size:16px;line-height:28px;color:var(--tp-text-body);margin-bottom:55px}.tpfrn-content-2 .tpfrn-title{font-size:90px;margin-bottom:35px}@media only screen and (min-width:576px) and (max-width:767px){.tpfrn-content-2 .tpfrn-title{font-size:70px}}@media (max-width:575px){.tpfrn-content-2 .tpfrn-title{font-size:45px}}.tpfrn-sub-title{font-size:30px;font-weight:var(--tp-fw-medium);display:block;color:var(--tp-heading-primary);text-transform:uppercase}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfrn-sub-title{font-size:18px;margin-bottom:10px;color:var(--tp-common-white)}}.tpfrn-title{font-size:105px;line-height:1.2;background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);background-clip:border-box;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media only screen and (min-width:1400px) and (max-width:1600px){.tpfrn-title{font-size:90px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.tpfrn-title{font-size:80px}}@media only screen and (min-width:768px) and (max-width:991px){.tpfrn-title{font-size:70px}}@media only screen and (min-width:576px) and (max-width:767px){.tpfrn-title{font-size:60px}}@media (max-width:575px){.tpfrn-title{font-size:55px}}.tpfrn-bg-image{position:absolute;top:0;left:0;width:80%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfrn-bg-image{width:100%}}.hero-wrapper-6{margin:0 80px;padding-top:190px;padding-bottom:190px}@media only screen and (min-width:1400px) and (max-width:1600px){.hero-wrapper-6{margin:0 40px}}@media only screen and (min-width:1200px) and (max-width:1399px){.hero-wrapper-6{margin:0 70px}}@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){.hero-wrapper-6{padding-top:0;padding-bottom:0}}@media (max-width:575px){.hero-wrapper-6{margin:0 0}}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px){.tp-creative-hero__wrapper{margin-left:80px}}.tp-creative-hero__title{font-size:150px;line-height:1.1}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.tp-creative-hero__title{font-size:120px}}@media only screen and (min-width:768px) and (max-width:991px){.tp-creative-hero__title{font-size:110px}}@media only screen and (min-width:576px) and (max-width:767px){.tp-creative-hero__title{font-size:65px}}@media (max-width:575px){.tp-creative-hero__title{font-size:50px;line-height:1.3}}.tp-creative-hero__title span{color:transparent;-webkit-text-stroke:2px var(--tp-heading-primary)}.tp-creative-hero-image{position:absolute;top:-7px;right:6%;z-index:-1}@media only screen and (min-width:1200px) and (max-width:1399px){.tp-creative-hero-image{right:-14%}}@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){.tp-creative-hero-image{position:static;margin-bottom:50px}}.tp-creative-hero-social{transform:rotate(270deg);bottom:43%;position:absolute;left:-10%}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px){.tp-creative-hero-social{left:-13%}}@media only screen and (min-width:1200px) and (max-width:1399px){.tp-creative-hero-social{left:-15%}}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px){.tp-creative-hero-social{bottom:20%;right:-20%;left:auto}}@media only screen and (min-width:768px) and (max-width:991px){.tp-creative-hero-social{bottom:18%;right:-25%;left:auto}}@media only screen and (min-width:576px) and (max-width:767px){.tp-creative-hero-social{bottom:25%;right:-35%;left:auto}}@media (max-width:575px){.tp-creative-hero-social{display:none}}.tp-creative-hero-social-3{bottom:45%;left:-5%}@media only screen and (min-width:1701px) and (max-width:1800px){.tp-creative-hero-social-3{left:-7%}}@media only screen and (min-width:1601px) and (max-width:1700px){.tp-creative-hero-social-3{left:-7%}}@media only screen and (min-width:1400px) and (max-width:1600px){.tp-creative-hero-social-3{bottom:40%;left:-10%}}@media only screen and (min-width:1200px) and (max-width:1399px){.tp-creative-hero-social-3{left:-12%}}@media only screen and (min-width:992px) and (max-width:1199px){.tp-creative-hero-social-3{bottom:16%;right:-10%;left:auto}}@media only screen and (min-width:768px) and (max-width:991px){.tp-creative-hero-social-3{bottom:19%;right:-13%;left:auto}}@media only screen and (min-width:576px) and (max-width:767px){.tp-creative-hero-social-3{bottom:25%;right:-18%;left:auto}}.tp-creative-hero-social-wrapper a{font-size:14px;text-transform:uppercase;font-weight:var(--tp-fw-medium);color:#777b83;margin-right:60px}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),(max-width:575px){.tp-creative-hero-social-wrapper a{margin-right:40px}}.tp-creative-hero-social-wrapper a:hover{color:var(--tp-theme-1)}.tp-creative-hero-social-wrapper a i{margin-right:10px}.tp-creative-hero-social-wrapper a:last-child{margin-right:0}@media (max-width:575px){.creative-button{margin-top:50px}}.tp-gcreative-title{font-size:70px;font-weight:var(--tp-fw-light)}.tp-gcreative-title b{font-weight:var(--tp-fw-bold)}.tp-gcreative-title span{position:relative;display:inline;background-image:linear-gradient(#141515,#141515),linear-gradient(#141515,#141515);background-size:0 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.tp-gcreative-title span br{display:none}}.tp-gcreative-title:hover span{background-size:0 2px,100% 2px}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.tp-gcreative-title{font-size:65px}}@media only screen and (min-width:768px) and (max-width:991px){.tp-gcreative-title{font-size:60px}.tp-gcreative-title br{display:none}}@media only screen and (min-width:576px) and (max-width:767px){.tp-gcreative-title{font-size:50px}.tp-gcreative-title br{display:none}}@media (max-width:575px){.tp-gcreative-title{font-size:45px}.tp-gcreative-title br{display:none}}.tp-gcreative-image img{border-radius: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){.tp-gcreative-image-2{margin-right:0;margin-bottom:50px}}.tp-gcreative-content-2{display:flex;align-items:center}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-gcreative-content-2{text-align:center;display:block}}.tp-creative-hero-social-2{right:0;left:auto}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px){.tp-creative-hero-social-2{right:-50px;left:auto}}@media only screen and (min-width:992px) and (max-width:1199px){.tp-creative-hero-social-2{right:-160px;bottom:55%}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-creative-hero-social-2{display:none}}.tp-photograper-hero-area{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative}.tp-photograper-hero-area::before{position:absolute;content:"";top:0;left:0;right:0;background:rgba(20,21,21,.4);mix-blend-mode:multiply;width:100%;height:100%}.tp-photograper-hero-height{height:960px}@media only screen and (min-width:1200px) and (max-width:1399px){.tp-photograper-hero-height{height:800px}}@media only screen and (min-width:992px) and (max-width:1199px){.tp-photograper-hero-height{height:700px}}@media only screen and (min-width:768px) and (max-width:991px){.tp-photograper-hero-height{height:700px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-photograper-hero-height{height:500px}}.tp-photograper-wrapper{padding-top:380px;padding-bottom:330px;position:relative}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1399px){.tp-photograper-wrapper{padding-top:300px}}@media only screen and (min-width:768px) and (max-width:991px){.tp-photograper-wrapper{padding-top:230px}}@media only screen and (min-width:576px) and (max-width:767px){.tp-photograper-wrapper{padding-top:200px}}@media (max-width:575px){.tp-photograper-wrapper{padding-top:185px}}.tp-photograper-title{font-size:120px;line-height:1.3;color:var(--tp-common-white);letter-spacing:20px;text-transform:uppercase}@media only screen and (min-width:1200px) and (max-width:1399px){.tp-photograper-title{font-size:110px}}@media only screen and (min-width:992px) and (max-width:1199px){.tp-photograper-title{font-size:85px}}@media only screen and (min-width:768px) and (max-width:991px){.tp-photograper-title{font-size:60px}}@media only screen and (min-width:576px) and (max-width:767px){.tp-photograper-title{font-size:55px;letter-spacing:8px}}@media (max-width:575px){.tp-photograper-title{font-size:35px;letter-spacing:8px}}@media only screen and (min-width:480px) and (max-width:575px){.tp-photograper-title{font-size:35px;letter-spacing:0}}.tp-photograper__down-btn{position:absolute;bottom:-45px;left:0;right:0;text-align:center}.tp-photograper__down-btn a{height:95px;width:95px;line-height:95px;background:var(--tp-common-white);border-radius:50%;font-size:30px;color:var(--tp-heading-primary);transition:.3s;display:inline-block;text-align:center;box-shadow:rgba(199,199,199,.25)}.tp-photograper__down-btn a:hover{background:var(--tp-theme-1);color:var(--tp-common-white)}.tp-photograper-portfolio{background-position:center;background-size:cover;background-repeat:no-repeat;z-index:1}.tp-photograper-portfolio::before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background-color:rgba(250,172,168,.0509803922);background-image:linear-gradient(19deg,rgba(250,172,168,.0392156863) 0,rgba(221,214,243,.9411764706) 100%);z-index:-1}.tp-photograper-portfolio-wrapper{padding-top:230px;padding-bottom:175px}@media (max-width:575px){.tp-photograper-portfolio-wrapper{padding-top:180px;padding-bottom:150px}}.tp-pg-portfoli-ts-text{font-size:130px;font-weight:var(--tp-fw-bold);color:transparent;-webkit-text-stroke:1.2px var(--tp-common-white);display:block}@media only screen and (min-width:768px) and (max-width:991px){.tp-pg-portfoli-ts-text{font-size:110px}}@media only screen and (min-width:576px) and (max-width:767px){.tp-pg-portfoli-ts-text{font-size:90px}}@media (max-width:575px){.tp-pg-portfoli-ts-text{font-size:60px;margin-bottom:35px}}.tp-photograper-portfolio-title{font-size:220px;color:var(--tp-common-white);line-height:1.2;margin-bottom:0}@media only screen and (min-width:768px) and (max-width:991px){.tp-photograper-portfolio-title{font-size:160px}}@media only screen and (min-width:576px) and (max-width:767px){.tp-photograper-portfolio-title{font-size:120px}}@media (max-width:575px){.tp-photograper-portfolio-title{font-size:65px;line-height:1.4}}.tp-photograper-portfolio-text{font-size:35px;line-height:1.2;color:var(--tp-common-white)}@media only screen and (min-width:768px) and (max-width:991px){.tp-photograper-portfolio-text{font-size:30px}}@media only screen and (min-width:576px) and (max-width:767px){.tp-photograper-portfolio-text{font-size:25px}}@media (max-width:575px){.tp-photograper-portfolio-text{font-size:20px}}.tpmodel-hero-title{font-size:40px;font-weight:var(--tp-fw-light);line-height:1.3}.tpmodel-hero-title b{font-weight:var(--tp-fw-sbold)}.tpmodel-hero-title a{color:var(--tp-theme-1);position:relative;display:inline;background-image:linear-gradient(#fd4766,#fd4766),linear-gradient(#fd4766,#fd4766);background-size:0 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.tpmodel-hero-title:hover a{background-size:0 2px,100% 2px}@media only screen and (min-width:1400px) and (max-width:1600px),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){.tpmodel-hero-title br{display:none}}@media (max-width:575px){.tpmodel-hero-title{font-size:25px}}.tpmodel-hero-contcat-info{text-align:end}.tpmodel-hero-contcat-info a{font-size:26px;line-height:1.3;font-weight:var(--tp-fw-sbold);color:var(--tp-heading-primary);display:block;margin-bottom:10px}@media (max-width:575px){.tpmodel-hero-contcat-info a{font-size: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){.tpmodel-hero-contcat-info{margin-top:50px;text-align:start}}.tpfurniture-title{font-size:50px;line-height:1.3;font-weight:var(--tp-fw-light)}.tpfurniture-title b{font-weight:var(--tp-fw-bold)}.tpfurniture-title span{position:relative;display:inline;background-image:linear-gradient(#141515,#141515),linear-gradient(#141515,#141515);background-size:0 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.tpfurniture-title:hover span{background-size:0 2px,100% 2px}@media only screen and (min-width:1400px) and (max-width:1600px),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){.tpfurniture-title br{display:none}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfurniture-title{font-size:35px}}.tpfurniture-contact-title{font-size:22px;line-height:1.4;font-weight:var(--tp-fw-medium)}.tpfurniture-contact-info{display:flex;justify-content:end}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfurniture-contact-info{justify-content:start;margin-top:50px}}.tppoletics-content{padding:70px 0;padding-bottom:90px}@media only screen and (min-width:1200px) and (max-width:1399px){.tppoletics-content{padding-bottom:75px}}@media only screen and (min-width:992px) and (max-width:1199px){.tppoletics-content{padding-bottom:80px}}.tppoletics-title{font-size:120px;line-height:1.1}@media only screen and (min-width:1200px) and (max-width:1399px){.tppoletics-title{font-size:105px}}@media only screen and (min-width:992px) and (max-width:1199px){.tppoletics-title{font-size:64px}}@media only screen and (min-width:576px) and (max-width:767px){.tppoletics-title{font-size:100px}}@media (max-width:575px){.tppoletics-title{font-size:65px}}.tppoletics-title-wrapper{position:relative}.tppoletics-sd-title{font-size:120px;line-height:1.1;background-clip:text;-webkit-text-stroke:1.2px var(--tp-heading-primary);-webkit-background-clip:text;color:transparent;background-image:url("https://vendercripto.com/wp-content/themes/nerox/assets/img/bg/text-bg.jpg");background-size:cover}@media only screen and (min-width:1200px) and (max-width:1399px){.tppoletics-sd-title{font-size:105px}}@media only screen and (min-width:992px) and (max-width:1199px){.tppoletics-sd-title{font-size:64px}}@media only screen and (min-width:576px) and (max-width:767px){.tppoletics-sd-title{font-size:100px}}@media (max-width:575px){.tppoletics-sd-title{font-size:65px}}.tppoletics-text{font-size:22px;font-weight:var(--tp-fw-sbold);color:var(--tp-heading-primary);display:block;text-transform:uppercase;letter-spacing:3px}@media (max-width:575px){.tppoletics-text{font-size:20px;letter-spacing:0}}@media only screen and (min-width:992px) and (max-width:1199px){.tppoletics-button{margin-top:50px}}.hero-bg-6{position:relative;z-index:1}.hero-bg-6::after{position:absolute;content:"";right:5%;top:0;width:55%;height:100%;background-color:#f2f2f2;z-index:-11}div.tpdesign-hero-image img{border-radius:50%}div.tp-gcreative-image img{border-radius:50%}.tpabout-pright{margin-left:70px}.tpabout__image{position:relative}.tpabout__image img{width:100%}.about-des-text{padding:0 78px;margin-bottom:40px}@media only screen and (min-width:1200px) and (max-width:1399px){.about-des-text{padding-left:40px;padding-right:40px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.about-des-text{padding:0 0}}.tpagency-about-wrapper{padding-top:120px;padding-bottom:210px;border-radius:30px;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative}.tpagency-about-wrapper::before{position:absolute;content:"";background:var(--tp-heading-primary);opacity:.75;border-radius:20px;top:0;left:0;right:0;width:100%;height:100%}.tpagency-about{position:relative;z-index:1}@media only screen and (min-width:992px) and (max-width:1199px){.tpagency-about{padding:0 100px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpagency-about{padding:0 15px}}.tpagency-about p{color:var(--tp-grey-3);padding:0 80px}@media only screen and (min-width:1701px) and (max-width:1800px){.tpagency-about p{padding:0 70px}}@media only screen and (min-width:1601px) and (max-width:1700px){.tpagency-about p{padding:0 30px}}@media only screen and (min-width:1400px) and (max-width:1600px){.tpagency-about p{padding:0 25px}}@media only screen and (min-width:1200px) and (max-width:1399px){.tpagency-about p{padding:0 30px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpagency-about p{padding:0 75px}}@media only screen and (min-width:768px) and (max-width:991px){.tpagency-about p{padding:0 54px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpagency-about p{padding:0 15px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpagency-about-button a{margin:20px 0}}.tpfrn-about{margin-right:75px}@media (max-width:575px){.tpfrn-about{margin-right:0}}.tpfrn-about>p{margin-bottom:35px}.tpfrn-about-title{font-size:45px;line-height:1.3}@media only screen and (min-width:576px) and (max-width:767px){.tpfrn-about-title{font-size:35px}}.tpfrn-about-image .ab-iamge{width:100%}.tpbs-about-image{position:relative}.tpbs-about-image img{border-radius:50%;width:100%}.features__list ul li{margin-bottom:10px}.features__list ul li:last-child{margin-bottom:0}.features__list ul li i{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;background:var(--tp-blue-1);color:var(--tp-common-white);font-size:10px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.features__list ul li p{margin-bottom:0;font-size:16px;line-height:29px;color:var(--tp-heading-primary);font-weight:var(--tp-fw-medium)}.features__list ul li:hover i{color:var(--tp-common-white);background:var(--tp-theme-1)}.tps-about-wrap{margin-left:100px}@media only screen and (min-width:992px) and (max-width:1199px){.tps-about-wrap{margin-left: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){.tps-about-wrap{margin-left:0;margin-top:50px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tps-about-wrap .ab-text br{display:none}}.tpbs-ab-shape{position:absolute;right:0;bottom:-35%;z-index:-1}.bio-wrapper{padding:0 130px;padding-top:190px}@media only screen and (min-width:1400px) and (max-width:1600px),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){.bio-wrapper{padding:0 0;padding-top:190px}}.biograpy-title{font-size:50px;line-height:1.1}@media only screen and (min-width:576px) and (max-width:767px){.biograpy-title{font-size:40px}}@media (max-width:575px){.biograpy-title{font-size:35px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.biograpy-image{text-align:center}}.flag-img img{border-radius:50%}.vote-title{font-size:60px;line-height:1.4;text-transform:uppercase;letter-spacing:2px}@media only screen and (min-width:992px) and (max-width:1199px){.vote-title{font-size:50px}}@media only screen and (min-width:768px) and (max-width:991px){.vote-title{font-size:40px}}@media only screen and (min-width:576px) and (max-width:767px){.vote-title{font-size:35px}}@media (max-width:575px){.vote-title{font-size:30px}}.vote-sm-title{font-size:30px;font-weight:var(--tp-fw-sbold)}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px){.vote-sm-title{font-size:25px}}@media (max-width:575px){.vote-sm-title{font-size:20px}}.border-top{border-top:1px solid #eceff4}.tpabout-xd-title{font-size:45px;line-height:1.3;font-weight:var(--tp-fw-light)}@media only screen and (min-width:576px) and (max-width:767px){.tpabout-xd-title{font-size:40px;margin-bottom:30px}}@media (max-width:575px){.tpabout-xd-title{font-size:35px;margin-bottom:30px}}.tpabout-xd-title b{font-weight:var(--tp-fw-sbold)}.tpabout-xs-title{font-size:24px;color:var(--tp-heading-primary);font-weight:var(--tp-fw-medium);display:block}.tpabout-content-2{margin-right:100px}@media only screen and (min-width:992px) and (max-width:1199px){.tpabout-content-2{margin-right:60px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpabout-content-2{margin-right:0}}.tpabout-image-2{position:relative}.tpabout-image-2::before{position:absolute;content:"";background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);right:0;bottom:3%;width:100%;height:100%;z-index:-1;visibility:visible;opacity:1;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;transform:rotate(6.95deg)}@media only screen and (min-width:768px) and (max-width:991px){.tpabout-image-2::before{transform:rotate(2.95deg)}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpabout-image-2::before{display:none}}.tpabout-image-2:hover::before{transform:rotate(0);visibility:hiden;opacity:0}.tpabout-image-2 img{width:100%}.tpfact-wrapper-2{border-top:1px solid #eceff4}.tp-award-item{display:flex;justify-content:space-between;border:1px solid #eceff4;align-items:center}@media (max-width:575px){.tp-award-item{display:block;padding:20px;text-align:center}}.award-title{font-size:30px;line-height:1.2;font-weight:var(--tp-fw-medium)}.award-title:hover{color:var(--tp-theme-1)}@media only screen and (min-width:768px) and (max-width:991px){.award-title{font-size:26px}}@media only screen and (min-width:576px) and (max-width:767px){.award-title{font-size:20px;line-height:1.3}}@media (max-width:575px){.award-title{font-size:18px;line-height:1.2}}.award-meta{font-size:13px;font-weight:var(--tp-fw-medium);color:#777b83;display:inline-block;text-transform:uppercase}.award-meta .award-year{color:var(--tp-theme-1);margin-right:8px}.award-icon{border-left:1px solid #eceff4;padding:50px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.award-icon{padding:50px 20px}}@media only screen and (min-width:576px) and (max-width:767px){.award-icon{padding:40px}}.award-icon i{font-size:50px;color:#b9b9b9}@media (max-width:575px){.award-icon i{transform:rotate(0);transform-origin:0% 0%}}.award-icon i:hover{color:var(--tp-heading-primary)}@media (max-width:575px){.award-icon{padding:0;border-left:0}}.award-icon-wrap{transform:rotate(-50deg);transform-origin:65% 50%}@media (max-width:575px){.award-icon-wrap{transform:rotate(0);transform-origin:0% 0%}}.award-image{padding:0 40px;margin-right:120px}@media only screen and (min-width:992px) and (max-width:1199px){.award-image{margin-right:40px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.award-image{margin-right:0}}@media (max-width:575px){.award-image{padding:0 0}}.award-image img{width:90px}@media (max-width:575px){.award-content{padding:15px 0}}.aboutme-image img{width:100%}.aboutme-sub-title{font-size:18px;color:var(--tp-theme-1);font-weight:var(--tp-fw-medium);display:block}.aboutme-feature-list ul li{list-style:none;margin-bottom:15px;display:flex;align-items:center}.aboutme-feature-list ul li:last-child{margin-bottom:0}.aboutme-feature-list ul li p{color:var(--tp-heading-primary);margin-bottom:0}.aboutme-feature-list ul li a{color:var(--tp-grey-3);margin-left:5px}.aboutme-social a{font-size:18px;height:40px;width:40px;line-height:40px;border:1px solid #f1f1f1;color:#777b83;text-align:center;display:inline-block;margin-right:10px;border-radius:3px}@media (max-width:575px){.aboutme-social a{margin-right:5px}}.aboutme-social a:last-child{margin-right:0}.aboutme-social a:hover{color:var(--tp-theme-1)}.aboutme-wrapper{margin-left:65px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.aboutme-wrapper{margin-left:0}}.ab-tabs{border-top:1px solid #f1f1f1;border-bottom:0}.ab-tabs .ab-tab-item{border:1px solid #f1f1f1;border-radius:0;font-size:16px;color:var(--tp-heading-primary);font-weight:var(--tp-fw-sbold);text-transform:uppercase;display:inline-block;padding:15px 40px;margin-right:30px;margin-bottom:30px;transition:.3s;letter-spacing:2px;background-color:#fdfdfd}@media only screen and (min-width:992px) and (max-width:1199px){.ab-tabs .ab-tab-item{padding:15px 25px}}@media only screen and (min-width:576px) and (max-width:767px){.ab-tabs .ab-tab-item{padding:15px 15px}}@media (max-width:575px){.ab-tabs .ab-tab-item{padding:15px 15px;letter-spacing:0}}.nav-tabs .ab-tab-item.active,.nav-tabs .nav-item.show .nav-link{border-color:#f1f1f1;color:var(--tp-theme-1);box-shadow:0 12px 23px rgba(200,200,200,.25)}.tab-pane-title{font-size:30px;line-height:1.2;font-weight:var(--tp-fw-light)}.tab-pane-title b{font-weight:var(--tp-fw-sbold)}.tl-progress{position:relative}.tl-progress::before{position:absolute;content:"";width:165px;height:165px;border-radius:50%;left:0;right:0;text-align:center;margin:0 auto;box-shadow:rgba(149,157,165,.2) 0 8px 24px;top:-15px}.experience-sm-item{border:1px solid #eceff4;padding:60px}.experience-sm-item p{margin-bottom:0}@media (max-width:575px){.experience-sm-item{padding:30px}}.experience-title{font-size:26px;font-weight:var(--tp-fw-medium)}.exp-duration{font-size:13px;color:var(--tp-theme-1);font-weight:var(--tp-fw-sbold);display:block}.edu-exp-title{font-size:16px;font-weight:var(--tp-fw-medium);line-height:1.3}.edu-exp-image span{font-size:34px;color:var(--tp-theme-1)}.edu-exp-item{padding-right:70px}@media only screen and (min-width:992px) and (max-width:1199px){.edu-exp-item{padding-right:0}}@media (max-width:575px){.experience-item{margin-bottom:60px}}.skill-item-title{font-size:16px;font-weight:var(--tp-fw-medium);letter-spacing:1px;text-transform:uppercase}.coming-soon-area{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;width:100%;top:0;z-index:1;background-color:#fff}.tp-header-area-df{z-index:2;position:relative}.cm-sub-title{font-size:25px;font-weight:var(--tp-fw-sbold);color:#777b83;display:block;text-transform:uppercase;letter-spacing:3px}.cm-title{font-size:65px;font-weight:var(--tp-fw-light)}@media only screen and (min-width:576px) and (max-width:767px){.cm-title{font-size:40px}}@media (max-width:575px){.cm-title{font-size:35px}}.coming__countdown-inner{text-align:center;margin-top:70px;justify-content:center}.coming__countdown-inner .cdown{font-size:90px;font-weight:var(--tp-fw-medium);color:var(--tp-theme-1);margin:0 20px;position:relative}@media only screen and (min-width:576px) and (max-width:767px){.coming__countdown-inner .cdown{font-size:40px;margin:0 15px}}@media (max-width:575px){.coming__countdown-inner .cdown{font-size:35px;margin:0 10px}}.coming__countdown-inner .cdown p{margin-top:50px;font-size:30px;color:var(--tp-theme-1)}.cm-subscribe{display:flex;align-items:center;border:1px solid #eceff4;box-shadow:0 14px 33px rgba(233,233,233,.4);background:var(--tp-common-white);justify-content:space-between;padding:28px 60px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.cm-subscribe{display:block;padding:15px 20px}}.notify-title{font-size:26px;font-weight:var(--tp-fw-light);display:block;color:var(--tp-heading-primary)}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.notify-title{margin-bottom:40px}}.cm-subscribe .m-sidebar-search-2{width:75%}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.cm-subscribe .m-sidebar-search-2{width:100%}}.cm-subscribe .m-sidebar-search-2 button{background:var(--tp-common-black)}.s-about-img{margin-right:-165px}@media only screen and (min-width:1601px) and (max-width:1700px){.s-about-img{margin-right:-70px}}@media only screen and (min-width:1400px) and (max-width:1600px){.s-about-img{margin-right:-40px}}@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){.s-about-img{margin-right:0}}.s-about-img-2-inner{border-radius:50%}.s-about-img-2 .about-shape-1{position:absolute;bottom:-25%;left:-21%;z-index:1}.s-about-img-2 .about-shape-2{position:absolute;bottom:-14px;left:-14px;z-index:-1}.award-inner-padding{padding-top:45px;padding-bottom:45px}.vote-content .flag-img img{border-radius:50%;width:110px;height:110px}.tpblog__thumb{border-radius:10px;overflow:hidden}.tpblog__thumb img{width:100%}.tpblog__thumb-ds{border-radius:0}.tpblog__content{margin-left:40px}.tpblog__content-2{margin-left:0;background:var(--tp-common-white);padding:30px 50px}.tpblog__meta{display:flex;align-items:center;position:relative}.tpblog__meta::before{position:absolute;content:"";height:2px;width:30px;background:var(--tp-heading-primary);left:-40px;right:0}.tpblog__meta-2::before{display:none}.tpblog__catagory{display:inline-block;font-size:12px;font-weight:var(--tp-fw-bold);color:var(--tp-heading-primary);text-transform:uppercase;margin-right:15px}.tpblog__date{font-size:12px;display:inline-block}.tpblog__title{font-size:22PX;line-height:30PX;font-weight:var(--tp-fw-sbold)}@media only screen and (min-width:768px) and (max-width:991px){.tpblog__title{font-size:18px}}.tpblog__title a{background-image:linear-gradient(#141515,#141515),linear-gradient(#141515,#141515);display:inline;background-size:0 1.5px,0 1.5px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.tpblog__title:hover>a{background-size:0 1.5px,100% 1.5px}.tpblog:hover .tpblog__thumb img{transform:scale3d(1.1,1.1,1.1)}.tpblog__slider-active .slick-list{margin:0 -15px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpblog__slider-active .slick-list{margin:0 0}}.tpblog__slider-active .slick-slide>div{padding:0 15px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpblog__slider-active .slick-slide>div{padding:0 0}}.tpblog__slider-active .slick-list.draggable{padding:0 0!important}.tpblog__slider-active .slick-center .tpblog__thumb{margin-bottom:100px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tpblog__slider-active .slick-center .tpblog__thumb{margin-bottom:inherit}}.tpblog__slider-active .slick-center .tpblog__thumb img{transform:scaleY(1.5)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tpblog__slider-active .slick-center .tpblog__thumb img{transform:none}}.tpblog__slider-active .slick-dots{display:flex;justify-content:center;margin:0;padding:1rem 0;list-style-type:none;margin-top:50px}.tpblog__slider-active .slick-dots li{margin:0 .25rem}.tpblog__slider-active .slick-dots button{display:block;width:8px;height:8px;margin:0 5px;border:none;border-radius:100%;background-color:#cfcfcf;text-indent:-9999px}.tpblog__slider-active .slick-dots li.slick-active button{background-color:var(--tp-heading-primary);position:relative;transform:scale(2);box-shadow:inset 0 0 0 1px var(--tp-theme-1);background-color:transparent}.slick-center .tpblog .tpblog__thumb-ds{overflow:inherit}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.slick-center .tpblog .tpblog__thumb-ds{margin-bottom:30px}}.tpblog__slider-active-2 .slick-list{margin:0 -15px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpblog__slider-active-2 .slick-list{margin:0 0}}.tpblog__slider-active-2 .slick-slide>div{padding:0 15px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpblog__slider-active-2 .slick-slide>div{padding:0 0}}.tpblog__slider-active-2 .slick-list.draggable{padding:0 0!important}.tpblog__slider-active-2 .slick-dots{display:flex;justify-content:center;margin:0;padding:1rem 0;list-style-type:none;margin-top:50px}.tpblog__slider-active-2 .slick-dots li{margin:0 .25rem}.tpblog__slider-active-2 .slick-dots button{display:block;width:8px;height:8px;margin:0 5px;border:none;border-radius:100%;background-color:#cfcfcf;text-indent:-9999px}.tpblog__slider-active-2 .slick-dots li.slick-active button{background-color:var(--tp-heading-primary);position:relative;transform:scale(2);box-shadow:inset 0 0 0 1px var(--tp-theme-1);background-color:transparent}.tpmblog-item{display:flex;align-items:center;padding:10px;transition:.3s}@media (max-width:575px){.tpmblog-item{display:block;padding:20px}}.tpmblog-item p{margin-bottom:0}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpmblog-item p br{display:none}}.tpmblog-item:hover{box-shadow:0 10px 25px 0 rgba(0,0,0,.15);transition:.3s}.tpmblog-title{font-size:22px;font-weight:var(--tp-fw-sbold);line-height:1.4}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpmblog-title br{display:none}}.tpmblog-title a{position:relative;display:inline;background-image:linear-gradient(#fd4766,#fd4766),linear-gradient(#fd4766,#fd4766);background-size:0 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:all .4s linear}.tpmblog-title:hover a{color:var(--tp-theme-1);background-size:0 1px,100% 1px}@media (max-width:575px){.tpmblog-image{text-align:center;margin-bottom:25px;margin-right:0}.tpmblog-image img{width:100%}}.postbox__thumb{position:relative}.postbox__thumb .play-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.postbox__item{position:relative}.postbox__item .tp-arrow-style button.slick-arrow{left:0}.postbox__item .tp-arrow-style button.slick-arrow.tp-slick-next{left:auto;right:0}.postbox__item .tp-arrow-style button.slick-arrow{background:var(--tp-common-white);height:50px;width:50px;line-height:50px;font-size:20px;color:var(--tp-heading-primary);border-radius:0;border:none;outline:0;text-align:center;top:50%;transform:translateY(-50%);margin:0;vertical-align:middle;transition:all .3s ease-out 0s;box-shadow:0 0 30px 0 rgba(0,5,63,.1);position:absolute;transition:.3s;z-index:1}.postbox__item .tp-arrow-style button.slick-arrow:hover{background:var(--tp-theme-1);color:var(--tp-common-white)}.postbox__title{font-size:36px;margin-bottom:20px}@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:30px}}@media only screen and (min-width:576px) and (max-width:767px){.postbox__title{font-size:25px}}@media (max-width:575px){.postbox__title{font-size:20px}}.postbox__title a{background-image:linear-gradient(#141515,#141515),linear-gradient(#141515,#141515);display:inline;background-size:0 1.5px,0 1.5px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.postbox__title:hover a{background-size:0 2px,100% 2px}.postbox__title-df{font-size:45px;line-height:1.2;font-weight:var(--tp-fw-sbold)}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.postbox__title-df{font-size:35px}}@media (max-width:575px){.postbox__title-df{font-size:30px}}.postbox__title-sm{font-size:28px;font-weight:var(--tp-fw-sbold);line-height:1.2}.postbox__meta{margin-bottom:20px}.postbox__meta span{font-size:14px;font-weight:var(--tp-fw-sbold);color:#777b83;text-transform:uppercase;display:inline-block;margin-right:30px}@media only screen and (min-width:992px) and (max-width:1199px){.postbox__meta span{margin-right:20px}}@media (max-width:575px){.postbox__meta span{font-size:14px}}.postbox__meta span:last-child{margin-right:0}.postbox__meta span i{color:var(--tp-theme-1);margin-right:3px}.postbox__meta span:hover{color:var(--tp-theme-1)}.postbox__meta span:hover i{color:var(--tp-theme-1)}.postbox__meta .postdetails-tag{font-size:12px;font-weight:var(--tp-fw-sbold);color:var(--tp-common-white);background:var(--tp-theme-1);padding:2px 10px;border-radius:5px}.postbox__meta .postdetails-tag:hover{color:var(--tp-common-white)}.postbox__text img{max-width:100%}.postbox__text p{margin-bottom:28px}.postbox__text-single p{margin-bottom:15px}.postbox__slider button{position:absolute;left:50px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);z-index:1;font-size:30px;color:var(--tp-common-white)}.postbox__slider button.postbox-slider-button-next{left:auto;right:50px}@media (max-width:575px){.postbox__slider button.postbox-slider-button-next{right:10px}}@media (max-width:575px){.postbox__slider button{left:10px}}.postbox__comment ul li{margin-bottom:40px;list-style:none}.postbox__comment ul li.children{margin-left:100px}@media (max-width:575px){.postbox__comment ul li.children{margin-left:15px}}.postbox__comment-form{margin-bottom:20px}.postbox__comment-form-title{font-size:26px;font-weight:600;margin-bottom:40px}.postbox__comment-input{position:relative;margin-bottom:20px}.postbox__comment-input span{font-weight:600;color:var(--tp-common-black);margin-bottom:12px;display:block}.postbox__comment-input input,.postbox__comment-input textarea{width:100%;height:56px;line-height:54px;padding:0 23px;background:#f3f4f8;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;border:2px solid #f3f4f8;color:var(--tp-common-black);font-size:15px}.postbox__comment-input input::placeholder,.postbox__comment-input textarea::placeholder{font-size:15px;color:#6d6e75}.postbox__comment-input input:focus,.postbox__comment-input textarea:focus{border-color:var(--tp-theme-1);outline:0;background:var(--tp-common-white)}.postbox__comment-input textarea{height:180px;padding:23px 25px;line-height:1.1;resize:none}.postbox__comment-title{font-size:26px;font-weight:600;margin-bottom:20px}.postbox__comment-avater img{width:50px;height:50px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.postbox__comment-name{margin-bottom:5px}.postbox__comment-name h5{font-size:18px;font-weight:var(--tp-fw-sbold);line-height:1.2;margin-bottom:0}.postbox__comment-name span{font-size:14px;color:var(--tp-theme-1);margin-top:10px;display:block}@media (max-width:575px){.postbox__comment-text{margin-left:0;margin-top:15px}}.postbox__comment-text p{font-size:16px;color:var(--tp-text-11);margin-bottom:15px}.postbox__comment-reply{margin-top:10px}.postbox__comment-reply a{display:inline-block;color:var(--tp-theme-1);background:rgba(61,108,231,.1);height:22px;line-height:22px;padding:0 10px;font-weight:500;font-size:14px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.postbox__comment-reply a:hover{color:var(--tp-common-white);background:var(--tp-theme-1)}.postbox__comment-agree{padding-left:5px}.postbox__comment-agree input{margin:0;appearance:none;-moz-appearance:none;display:block;width:14px;height:14px;background:var(--tp-common-white);border:1px solid #b9bac1;outline:0;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;flex:0 0 auto;-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px);margin-top:5px}.postbox__comment-agree input:checked{position:relative;background-color:var(--tp-theme-1);border-color:transparent}.postbox__comment-agree input:checked::after{box-sizing:border-box;content:"\f00c";position:absolute;font-family:var(--tp-ff-fontawesome);font-size:10px;color:var(--tp-common-white);top:46%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.postbox__comment-agree input:hover{cursor:pointer}.postbox__comment-agree label{padding-left:8px;line-height:26px}.postbox__comment-agree label a{color:var(--tp-common-black);font-weight:600;padding-left:4px}.postbox__comment-agree label a:hover{color:var(--tp-theme-1)}.postbox__comment-agree label:hover{cursor:pointer}.postbox__tag{font-size:11px;text-transform:uppercase;font-weight:var(--tp-fw-medium);color:var(--tp-common-white);background:var(--tp-common-black);display:block;padding:3px 10px;line-height:20px;letter-spacing:1px}.postbox__tag-wrapper{position:absolute;top:30px;left:-30px}.postd-text{line-height:30px}.postd-text b{font-weight:var(--tp-fw-medium);color:var(--tp-heading-primary)}.bolgd-tags-wrapper{border-bottom:1px solid var(--tp-grey-1);padding-bottom:50px;overflow:hidden;clear:both}.blogd-tag-title{font-size:16px;font-weight:var(--tp-fw-sbold);margin-right:20px;font-style:normal}@media only screen and (min-width:1200px) and (max-width:1399px){.blogd-tag-title{margin-right:20px}}.tags-list a{font-size:12px;text-transform:uppercase;font-weight:var(--tp-fw-sbold);display:inline-block;text-align:center;padding:0 25px;color:#777b83;border:1px solid var(--tp-grey-1);padding:3px 22px;margin-bottom:10px;margin-right:5px;border-radius:30px;letter-spacing:1px}.tags-list a:hover{background:var(--tp-theme-1);border-color:var(--tp-theme-1);color:var(--tp-common-white)}.rcpost-title{font-size:24px;line-height:1.2;font-weight:var(--tp-fw-sbold)}.postbox-meta{display:flex;justify-content:space-between}@media (max-width:575px){.postbox-meta{display:block}}.postshare-option{display:flex;justify-content:space-between;align-items:center}.postshare-option a{font-size:18px;display:inline-block;margin-right:15px}.postshare-option a .fa-linkedin{color:#0072ac}.postshare-option a .fa-pinterest{color:#da0021}.postshare-option a .fa-facebook{color:#0072ac}.postshare-option a .fa-twitter{color:#3ac4ff}.postbox-share-title{font-size:24px;line-height:1.2;font-weight:var(--tp-fw-sbold);margin-right:20px}.rc__post ul li:not(:last-child){margin-bottom:15px}.rc__post-thumb{flex:0 0 auto}.rc__post-thumb img{width:80px;height:80px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.rc__post-title{margin-bottom:6px;font-size:16px;font-weight:600}.rc__post-title a:hover{color:var(--tp-theme-1)}.rc__meta span{font-size:12px;text-transform:uppercase;font-weight:600}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px),only screen and (min-width:768px) and (max-width:991px){.news-sidebar{padding-left:0}}.widget{padding:35px 38px;border:2px solid #f3f3f3;margin-bottom:40px}@media only screen and (min-width:992px) and (max-width:1199px){.widget{padding:25px 25px}}@media (max-width:575px){.widget{padding-left:10px;padding-right:10px}}.sidebar-title{font-size:22px;margin-bottom:30px;line-height:1;font-weight:var(--tp-fw-sbold)}.n-sidebar-search{position:relative}.n-sidebar-search button{width:60px;height:60px;text-align:center;line-height:60px;background:var(--tp-theme-1);color:var(--tp-common-white);font-size:14px;display:inline-block;position:absolute;top:0;right:0}.n-sidebar-search input{padding-left:30px;padding-right:80px;background:#f3f4f8;height:60px;width:100%;border:0;outline:0}.n-sidebar-search input::placeholder{color:#999}.n-sidebar-feed ul li{display:flex;align-items:center;padding-top:30px;list-style:none}.n-sidebar-feed ul li:first-child{padding-top:0}.n-sidebar-feed ul li:last-child{border-bottom:0;padding-bottom:0}.n-sidebar-categories li{list-style:none}.n-sidebar-categories li:hover .single-category{background:var(--tp-theme-1);border-color:var(--tp-theme-1);color:var(--tp-common-white);transition:.3s}.feed-content{margin-left:20px}.feed-content h6{font-size:14px;line-height:22px;font-weight:var(--tp-fw-medium)}.feed-content h6:hover{color:var(--tp-theme-1)}.feed-number img{max-width:97px;height:78px}.feed-date{font-size:14px;color:var(--tp-heading-primary) .feed-date i;color-margin-right:5px}.single-category{font-size:14px;width:100%;height:50px;padding:0 20px;line-height:50px;border:1px solid var(--tp-grey-1);display:inline-block;transition:all .5s ease-out 0s;color:#777b83;display:flex;justify-content:space-between}.single-tag{font-size:12px;text-transform:uppercase;font-weight:var(--tp-fw-sbold);display:inline-block;text-align:center;padding:0 25px;color:#777b83;border:1px solid var(--tp-grey-1);padding:3px 22px;margin-bottom:10px;margin-right:5px;border-radius:30px;letter-spacing:1px}.single-tag:hover{background:var(--tp-theme-1);border-color:var(--tp-theme-1);color:var(--tp-common-white)}.tagcloud a{font-size:12px!important;text-transform:uppercase;font-weight:var(--tp-fw-sbold);display:inline-block;text-align:center;padding:0 25px;color:#777b83;border:1px solid var(--tp-grey-1);padding:3px 22px;margin-bottom:10px;margin-right:5px;border-radius:30px;letter-spacing:1px}.tagcloud a:hover{background:var(--tp-theme-1);border-color:var(--tp-theme-1);color:var(--tp-common-white)}blockquote{padding-left:20px;border-left:3px solid var(--tp-theme-1);margin-bottom:60px}.blog-grid-item:hover .blog-grid-thumb img{transform:scale3d(1.1,1.1,1.1)}.blog-grid-thumb .grid-image{overflow:hidden}.blog-grid-tag{font-size:11px;font-weight:var(--tp-fw-medium);background:var(--tp-theme-1);color:var(--tp-common-white);display:inline-block;padding:0 15px;text-transform:uppercase;letter-spacing:1px;line-height:25px}.blog-grid-title{font-size:24px;line-height:1.3;font-weight:var(--tp-fw-sbold)}@media only screen and (min-width:1200px) and (max-width:1399px){.blog-grid-title{font-size:22px}}@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){.blog-grid-title{font-size:20px}}.blog-grid-title a{background-image:linear-gradient(#141515,#141515),linear-gradient(#141515,#141515);display:inline;background-size:0 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.blog-grid-title:hover a{background-size:0 1px,100% 1px}.blog-grid-date{display:block;font-size:15px;font-weight:var(--tp-fw-regular)}.blog-grid-date i{color:var(--tp-heading-primary);margin-right:5px}div.blog-slider-15{margin-right:-495px}@media only screen and (min-width:1601px) and (max-width:1700px){div.blog-slider-15{margin-right:-400px}}@media only screen and (min-width:1400px) and (max-width:1600px){div.blog-slider-15{margin-right:-495px}}@media only screen and (min-width:1200px) and (max-width:1399px){div.blog-slider-15{margin-right:-650px}}@media only screen and (min-width:992px) and (max-width:1199px){div.blog-slider-15{margin-right:-250px}}@media only screen and (min-width:768px) and (max-width:991px){div.blog-slider-15{margin-right:-200px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){div.blog-slider-15{margin-right:0}}div.blog-title-15{font-size:22px;color:var(--tp-common-black);font-weight:600;margin-bottom:25px}div.blog-title-15 a:hover{color:var(--tp-theme-1)}div.blog-content-15{padding:35px 65px 35px 15px}@media only screen and (min-width:1701px) and (max-width:1800px){div.blog-content-15{padding:25px 65px 25px 15px}}@media only screen and (min-width:1601px) and (max-width:1700px){div.blog-content-15{padding:25px 65px 25px 15px}}@media only screen and (min-width:1200px) and (max-width:1399px){div.blog-content-15{padding:15px 65px 7px 15px}}@media only screen and (min-width:992px) and (max-width:1199px){div.blog-content-15{padding-left:25px}}@media (max-width:575px){div.blog-content-15{padding-right:15px}}div.blog-content-15>p{color:#7a8085;font-size:16px;line-height:1.3;margin-bottom:27px}div.blog-thumb-15 img{width:100%}div.blog-meta-15{margin-bottom:25px}@media only screen and (min-width:1200px) and (max-width:1399px){div.blog-meta-15{margin-bottom:15px}}div.blog-meta-15 .blog-category{font-size:12px;text-transform:uppercase;color:var(--tp-common-black);font-weight:700}div.blog-meta-15 span{color:#a6a8ab;font-size:12px;margin-left:15px}@media (max-width:575px){.blog-navigation-btn{display:none}}.blog-navigation-btn button{font-size:50px;color:#b9b9b9;border-radius:50%;border:none;outline:0;cursor:pointer;z-index:1;text-align:center;margin:0;vertical-align:middle;transition:all .3s ease-out 0s}.blog-navigation-btn button.blog-slider-button-next{margin-left:35px}@media only screen and (min-width:576px) and (max-width:767px){.blog-navigation-btn button.blog-slider-button-next{margin-left:0}}.blog-slider .swiper-pagination-bullet{font-size:0;display:block;width:8px;height:8px;margin:0 9px!important;border:none;border-radius:100%;background-color:#0d0d0d;opacity:.3}.blog-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{position:relative;transform:scale(2);box-shadow:inset 0 0 0 1px var(--tp-common-black-2);background-color:transparent;opacity:1}.blog-slider-nav-1 button{background:var(--tp-common-white);height:60px;width:60px;line-height:58px;font-size:18px;color:var(--tp-common-black-2);border-radius:50%;border:none;outline:0;border:1px solid #eceff4;text-align:center;top:43%;transform:translateY(-50%);position:absolute;left:-100px;transition:.3s;z-index:1}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px){.blog-slider-nav-1 button{left:-35px}}@media only screen and (min-width:992px) and (max-width:1199px){.blog-slider-nav-1 button{left:-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){.blog-slider-nav-1 button{display:none}}.blog-slider-nav-1 button.blog-slider-button-next-1{left:auto;right:-100px}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px){.blog-slider-nav-1 button.blog-slider-button-next-1{right:-35px}}@media only screen and (min-width:992px) and (max-width:1199px){.blog-slider-nav-1 button.blog-slider-button-next-1{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){.blog-slider-nav-1 button.blog-slider-button-next-1{display:none}}.blog-slider-nav-1 button:hover{color:var(--tp-common-white);background-color:var(--tp-theme-1);border-color:var(--tp-theme-1)}.blog-item{min-height:515px;position:relative;border-radius:10px}.blog-item::before{position:absolute;content:"";left:0;bottom:0;height:0%;width:100%;background:linear-gradient(3.98deg,rgba(28,153,254,0) 20.98%,rgba(118,68,255,.76) 60.1%,#fd4766 100.18%);border-radius:10px;transform:rotate(-180deg);opacity:.85;z-index:1}.blog-item:hover::before{height:100%}.blog-item:hover .blog-thumb{transform:scale(1.1)}.blog-item:hover .blog-content{bottom:10px}.blog-item:hover .blog-link-btn{visibility:visible;opacity:1;transition-delay:0.3s}.blog-item-2-wrapper{min-height:515px;position:relative;border-radius:10px}.blog-item-2-wrapper::after{content:"";z-index:-1;background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);border-radius:10px;position:absolute;top:0;left:0;right:0;z-index:-1;width:100%;height:100%}.blog-item-2-wrapper:hover::after{transform:rotate(-3.89deg)}.blog-item-2::before{position:absolute;height:0%;width:100%;content:"";background:linear-gradient(3.98deg,rgba(0,0,0,0) 3.24%,#000 93.62%);border-radius:10px;transform:rotate(-180deg);opacity:.85;left:0;bottom:0;z-index:1}.blog-item-2:hover .blog-content-2{visibility:visible;opacity:1}.blog-title{font-size:22px;font-weight:600;color:var(--tp-common-white);margin-bottom:15px;line-height:1.4}.blog-thumb{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.blog-meta{margin-bottom:20px}@media only screen and (min-width:1200px) and (max-width:1399px){.blog-meta{margin-bottom:15px}}.blog-meta .blog-category{font-size:12px;text-transform:uppercase;color:var(--tp-common-white);font-weight:700}.blog-meta span{color:var(--tp-common-white);font-size:12px;margin-left:15px}.blog-content{position:absolute;left:55px;right:55px;text-align:center;bottom:-30px;z-index:2}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.blog-content{left:20px;right:20px}}.blog-content-2{position:absolute;left:50px;right:50px;text-align:center;bottom:0;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;z-index:2;visibility:hidden;opacity:0}.blog-link-btn{font-size:40px;color:var(--tp-common-white);visibility:hidden;opacity:0}.blog-link-btn:hover{color:var(--tp-common-white)}@media (max-width:575px){.postbox__wrapper{padding-right:0}}@media only screen and (min-width:992px) and (max-width:1199px){.news-sidebar{padding-left:0}}div.blog-thumb-15 img{height:100%;object-fit:cover}.blog-thumb-15{height:100%}.tpmblog-image{width:220px;height:200px;flex:0 0 auto}@media (max-width:575px){.tpmblog-image{width:100%;height:auto}}div.tpmblog-image img{height:100%;object-fit:cover}div.tpmblog-image a{display:inline-block;height:100%}div.tpmblog-image img{height:100%;object-fit:cover}.tpservices-info{margin-left:70px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpservices-info{margin-left:0;margin-right:70px;margin-top:30px}}.tpservices-info p{margin-bottom:0}.tpservices{padding:50px 35px;background:var(--tp-common-white);-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tpservices-2{border:1px solid var(--tp-border-1);-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px;position:relative}.tpservices-2::before{position:absolute;content:"";background:linear-gradient(228.31deg,#1c99fe -.79%,#7644ff 51.02%,#fd4766 98.06%);border-radius:10px;right:0;bottom:0;width:92%;height:92%;z-index:-1;visibility:hidden;opacity:0;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tpservices-2:hover::before{right:-7px;bottom:-7px;visibility:visible;opacity:1}.tpservices-2:hover .tpservices__btn a span{background:var(--tp-theme-1)}.tpservices-2:hover .tpservices__icon{transform:translateY(-10px);-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tpservices-3{border:1px solid var(--tp-border-1);-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px;position:relative}.tpservices-3::before{position:absolute;content:"";background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);border-radius:10px;right:0;bottom:0;width:100%;height:100%;z-index:-1;visibility:hidden;opacity:0;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tpservices-3:hover::before{transform:rotate(-6.05deg);visibility:visible;opacity:1}.tpservices-3:hover .tpservices__btn a span{background:var(--tp-theme-1)}.tpservices-3:hover .tpservices__icon{transform:translateY(-10px);-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tpservices-3 .tpservices__icon i{color:var(--tp-theme-1);background:0 0;-webkit-background-clip:inherit;-webkit-text-fill-color:inherit}.tpservices-4{padding:0 0;padding-right:40px}@media only screen and (min-width:1200px) and (max-width:1399px){.tpservices-4{padding-right:0}}@media only screen and (min-width:576px) and (max-width:767px){.tpservices-4{padding-right:0}}@media (max-width:575px){.tpservices-4{text-align:center;padding-right:0}}@media (max-width:575px){.tpservices-4 .tpservices__content p{padding:0 15px}}.tpservices-4 .tpservices__icon i{color:var(--tp-theme-1);background:0 0;background-clip:border-box;-webkit-background-clip:inherit;-webkit-text-fill-color:inherit}.tpservices__icon{-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tpservices__icon i{font-size:60px;background:linear-gradient(260.16deg,#1c99fe 0,#7644ff 52.41%,#fd4766 100%);background-clip:border-box;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tpservices__title{font-size:20px;font-weight:var(--tp-fw-sbold)}@media only screen and (min-width:992px) and (max-width:1199px){.tpservices__title{font-size:18px}}.tpservices__title:hover{color:var(--tp-theme-1)}.tpservices__title span{font-weight:var(--tp-fw-light)}.tpservices__btn a{font-size:14px;font-weight:var(--tp-fw-sbold);text-transform:uppercase;letter-spacing:1px}.tpservices__btn a:hover{color:var(--tp-theme-1)}.tpservices__btn a span{height:5px;width:5px;border-radius:50%;display:inline-block;background:var(--tp-heading-primary);margin-right:3px}.tpservices__btn a span:last-child{margin-right:0}.tpservices__btn a i{font-size:50px;color:#999}.tpservices__btn a i:hover{color:var(--tp-theme-1)}.tpservices__shape-star{position:absolute}.tpservices__shape-star-1{top:30%;left:8%}.tpservices-tpbs{border:1px solid var(--tp-border-1);border-radius:10px;padding-bottom:45px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px){.tpservices-tpbs{padding:50px 20px}}.tpservices-border{border-right:1px solid var(--tp-border-1)}.tp-mds-services{position:relative}.tp-mds-services::before{position:absolute;content:"";height:3px;background:linear-gradient(260.16deg,#1c99fe 9.94%,#7644ff 54.82%,#fd4766 95.56%);bottom:0;width:0%;visibility:hidden;opacity:0;left:0;right:0;transition:.3s}.tp-mds-services:hover{transform:translateY(20px);box-shadow:0 9px 23px rgba(97,97,97,.02)}.tp-mds-services:hover::before{visibility:visible;opacity:1;width:100%}.tp-mds-services .tpservices__icon i{color:var(--tp-theme-1);background:0 0;-webkit-background-clip:inherit;-webkit-text-fill-color:inherit}.tpfrn-services-wrapper{position:relative}.tpfrn-services-wrapper::before{content:"";position:absolute;top:0;width:100%;left:0;height:2px;background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%)}.tpbs-nav-wrapper{top:45%}.tpbs-nav-wrapper .tpbss-arrow-display{text-align:right}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpbs-nav-wrapper{display:none}}.tpbs-services__slider-active .slick-list{margin:0 -15px}@media (max-width:575px){.tpbs-services__slider-active .slick-list{margin:0 0}}.tpbs-services__slider-active .slick-slide>div{padding:0 15px}@media (max-width:575px){.tpbs-services__slider-active .slick-slide>div{padding:0 0}}.tppo-services-item{position:relative;padding:70px 0;background:var(--tp-common-white);border-radius:10px;overflow:hidden}.tppo-services-item:hover .tppo-services-icon{transform:translateY(-10px)}.tppo-services-item:hover .tppo-services-shape{visibility:visible;opacity:1}.tppo-services-item:hover .tppo-services-shape-1{top:0;left:0}.tppo-services-item:hover .tppo-services-shape-2{bottom:0;right:0}.tppo-services-title{font-size:26px;font-weight:var(--tp-fw-sbold)}.tppo-services-title:hover{color:var(--tp-theme-1)}.tppo-services-icon{-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tppo-services-icon i{font-size:70px;color:#000}.tppo-services-shape{position:absolute;visibility:hidden;opacity:0;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tppo-services-shape img{border-radius:10px}.tppo-services-shape-1{top:0;left:-10px}.tppo-services-shape-2{bottom:0;right:-10px}.services-d-title{font-size:40px;line-height:1.3}@media only screen and (min-width:576px) and (max-width:767px){.services-d-title{font-size:35px}}@media (max-width:575px){.services-d-title{font-size:30px}}.services-sm-image img{border-radius:10px}.services-text{line-height:30px}.services-sm-title{font-size:30px;line-height:1.2}@media (max-width:575px){.services-sm-title{font-size:25px}}.step-item{position:relative}.step-item p{line-height:26px}.step-item-shape{position:absolute}@media (max-width:575px){.step-item-shape{display:none}}.step-item .shape-1{top:5px;right:-80px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.step-item .shape-1{display:none}}.step-title{font-size:18px;font-weight:var(--tp-fw-sbold)}.step-number{width:45px;height:45px;line-height:45px;background:var(--tp-theme-1);display:block;text-align:center;margin:0 auto;font-size:16px;font-weight:var(--tp-fw-sbold);color:var(--tp-common-white);border-radius:50%;font-family:var(--tp-ff-heading);z-index:1}.step-number-wrapper{position:relative}.step-number-wrapper::after{position:absolute;content:"";background:#ffedf0;right:0;left:0;top:-15px;width:75px;height:75px;z-index:-1;border-radius:50%;margin:0 auto}.tpvideo{position:relative}.tpvideo-2{min-height:625px;position:relative;z-index:1}@media only screen and (min-width:1200px) and (max-width:1399px){.tpvideo-2{min-height:550px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpvideo-2{min-height:460px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpvideo-2{min-height:385px}}.tpvideo-2::before{position:absolute;content:"";background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);border-radius:10px;transform:matrix(1,-.02,.08,1,0,0);top:0;left:0;right:0;width:100%;height:100%;z-index:-1}@media (max-width:575px){.tpvideo-2::before{display:none}}.tpvideo-2 img{-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px}.tpvideo-2:hover::before{transform:none}.tpvideo img{width:100%;object-fit:cover}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpvideo img{min-height:400px}}.tpvideo__content{position:absolute;top:50%;left:0;right:0;text-align:center;transform:translateY(-50%)}.tpvideo__shape{position:absolute}.tpvideo__shape-star{position:absolute}.tpvideo__shape-star-1{top:15%;left:4%}.tpvideo__shape-star-2{top:2%;right:10%}.tpvideo__shape-star-3{bottom:6%;right:10%}.video-button a{width:120px;height:120px;background:var(--tp-common-white);border-radius:50%;color:var(--tp-theme-1);transition:.3s;display:inline-block;box-shadow:0 16px 32px 0 rgba(0,0,0,.04);line-height:120px;text-align:center;font-size:20px;transition:.3s}.video-button a:hover{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.video-button a::before{position:absolute;content:"";width:120px;height:120px;border-radius:50%;z-index:-1;animation:pulse 2s infinite;left:0;right:0;text-align:center;margin:0 auto}.tpbs-video-area{position:relative;width:100%}.tpbs-video-area .container-fluid{padding-right:var(--bs-gutter-x,0);padding-left:var(--bs-gutter-x,0);overflow:hidden}.tpbsvideo-left{position:absolute;overflow:hidden;height:100%;width:50%;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){.tpbsvideo-left{position:relative;height:450px;width:100%}}@media (max-width:575px){.tpbsvideo-left{position:relative;height:300px;width:100%}}.tpbsvideo-left::before{position:absolute;content:"";background:#141515;opacity:.65;transform:matrix(1,0,0,-1,0,0);top:0;left:0;right:0;height:100%;width:100%}.tpbs-shape{position:absolute;left:0;bottom:0}.tpbsvideo-box{padding:164px 0 170px;height:100%}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tpbsvideo-box{padding:100px 0 105px}}@media (max-width:575px){.tpbsvideo-box{padding:80px 0 85px}}.tpbs-play-btn{position:absolute;top:50%;transform:translateY(-50%);text-align:center;left:0;right:0;z-index:1}.tpbs-play-btn a{height:115px;width:115px;line-height:112px;border:1px solid var(--tp-common-white);display:inline-block;border-radius:50%;color:var(--tp-common-white);font-size:20px}.tpbs-play-btn a:hover{background:var(--tp-theme-1);border-color:var(--tp-theme-1)}.tpbs-play-btn-2 a{background:var(--tp-common-white);color:var(--tp-theme-1)}.tpbs-play-btn-2 a:hover{color:var(--tp-common-white);background:var(--tp-theme-1)}.tpbsvideo-content{padding:0 120px}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.tpbsvideo-content{padding:0 60px}}@media only screen and (min-width:768px) and (max-width:991px){.tpbsvideo-content{padding:0 35px}}@media only screen and (min-width:576px) and (max-width:767px){.tpbsvideo-content{padding:0 65px}}@media (max-width:575px){.tpbsvideo-content{padding-left:15px;padding-right:15px}}@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){.tpbsvideo-content p br{display:none}}@media only screen and (min-width:1200px) and (max-width:1399px){.tpbsvideo-content .tpbs-title br{display:none}}.tpbs-vnoise-bg{position:absolute;top:0;left:0;right:0;width:100%;height:100%}.tpbs-vnoise-bg::after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background-color:#141515;opacity:.6}.tpbs-left-image{position:absolute;background-position:center;background-size:cover;background-repeat:no-repeat;top:0;height:100%;width:100%;left:0;right:0}.animate{position:relative}.animate::before{content:"";display:inline-block;width:95px;height:95px;line-height:95px;border-radius:50%;position:absolute;border:1px solid var(--tp-border-2);top:0;left:0;right:0;bottom:0;z-index:0;animation-name:popupBtn;animation-duration:1.6s;animation-timing-function:linear;animation-iteration-count:infinite}.animate::after{content:"";display:inline-block;width:95px;height:95px;line-height:95px;border-radius:50%;position:absolute;border:1px solid var(--tp-border-2);top:0;left:0;right:0;bottom:0;z-index:0;animation-name:popupBtn;animation-duration:1.8s;animation-timing-function:linear;animation-iteration-count:infinite;list-style:none}.animate-2{position:relative}.animate-2::before{content:"";display:inline-block;width:115px;height:115px;line-height:115px;border-radius:50%;position:absolute;border:1px solid var(--tp-border-2);top:0;left:0;right:0;bottom:0;z-index:0;animation-name:popupBtn;animation-duration:1.6s;animation-timing-function:linear;animation-iteration-count:infinite}.animate-2::after{content:"";display:inline-block;width:115px;height:115px;line-height:115px;border-radius:50%;position:absolute;border:1px solid var(--tp-border-2);top:0;left:0;right:0;bottom:0;z-index:0;animation-name:popupBtn;animation-duration:1.8s;animation-timing-function:linear;animation-iteration-count:infinite;list-style:none}.error__title{font-size:45px;margin-bottom:20px}.error__content p{font-size:20px;margin-bottom:25px}.error__thumb h4{font-size:170px}.tpproject{position:relative}.tpproject:hover .tpproject__thumb img{transform:scale3d(1.1,1.1,1.1)}.tpproject__thumb{overflow:hidden}.tpproject__thumb img{width:100%;transition:all 1.5s cubic-bezier(0, 0, .2, 1)}.tpproject__content{box-shadow:0 10px 20px 0 rgba(130,132,134,.08);background:#fff;padding:45px 50px;margin:0 30px;margin-top:0;margin-top:-50px;z-index:1;position:relative;border-radius:5px}@media (max-width:575px){.tpproject__content{padding:45px 10px}}.tpproject__content .catagory{color:var(--tp-common-white);display:inline-block;background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);border-radius:5px;padding:6px 12px;line-height:15px}.tpproject__title{font-size:22px;line-height:30px;font-weight:var(--tp-fw-sbold)}.tpproject__title:hover{color:var(--tp-theme-1)}.tpproject__btn a i{font-size:40px;color:var(--tp-common-white)}.tpproject__menu button{margin:15px 30px;font-size:16px;font-weight:var(--tp-fw-bold);color:#777b83;text-transform:uppercase;position:relative;letter-spacing:1px}.tpproject__menu button:last-child{margin-right:0}.tpproject__menu button .count-number{position:absolute;top:-25px;right:0;color:var(--tp-theme-1);font-size:16px;font-weight:var(--tp-fw-medium);transition:.3s}.tpproject__menu button::before{position:absolute;content:"/";color:var(--tp-theme-1);left:-10px;visibility:hidden;opacity:0}.tpproject__menu button.active{color:var(--tp-theme-1)}.tpproject__menu button.active::before{visibility:visible;opacity:1}.tpproject__shape-star{position:absolute}.tpproject__shape-star-1{top:5%;left:9%}@media (max-width:575px){.tpproject__shape-star-1{top:12%;left:9%}}.tpproject-btn a i{font-size:40px;color:var(--tp-common-white)}.tpproject-2{overflow:hidden;position:relative;border-radius:10px;min-height:515px}.tpproject-2:before{position:absolute;height:0%;width:100%;content:"";background:linear-gradient(3.98deg,rgba(28,153,254,0) 20.98%,rgba(118,68,255,.76) 60.1%,#fd4766 100.18%);border-radius:10px;transform:rotate(-180deg);opacity:.85;left:0;bottom:0;z-index:1;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tpproject-2:hover .tpproject-2-text{visibility:visible;opacity:1;bottom:23px}@media only screen and (min-width:992px) and (max-width:1199px),(max-width:575px){.tpproject-2:hover .tpproject-2-text{bottom:13px}}.tpproject-2:hover:before{height:100%}.tpproject-2:hover .tpproject-2-thumbnail{transform:scale(1) translateZ(0)}.tpproject-2-thumbnail{background-position:center;background-size:cover;background-repeat:no-repeat;position:absolute;top:0;left:0;height:100%;width:100%;background-size:cover;background-position:center;border-radius:5px;background-color:#0a0a0a;transform:scale(1.13) translateZ(0);backface-visibility:hidden;transition:all 1.5s cubic-bezier(0, 0, .2, 1)}.tpproject-3{position:relative;overflow:inherit}.tpproject-3::after{content:"";z-index:-1;background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);border-radius:10px;position:absolute;top:0;left:0;right:0;z-index:-1;width:100%;height:100%;transition:.3s}.tpproject-3::before{background:linear-gradient(3.98deg,rgba(0,0,0,0) 3.24%,#000 93.62%);border-radius:10px;transform:rotate(-180deg)}.tpproject-3 .tpproject-2-thumbnail{transform:none}.tpproject-3:hover:after{transform:rotate(-3.89deg)}@media (max-width:575px){.tpproject-3:hover:after{transform:rotate(-1.89deg)}}.tpproject-2-text{position:absolute;left:75px;right:75px;text-align:center;bottom:0;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;z-index:2;visibility:hidden;opacity:0}@media only screen and (min-width:1200px) and (max-width:1399px){.tpproject-2-text{left:50px;right:50px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpproject-2-text{left:20px;right:20px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tpproject-2-text{left:40px;right:40px}}.tpproject-2-text .catagory{font-size:13px;color:var(--tp-common-white);text-transform:uppercase;display:block;font-weight:var(--tp-fw-bold);letter-spacing:1px}.tpproject-2-text .catagory span{font-weight:var(--tp-fw-regular);margin-left:8px;display:inline-block}.tpproject-2-text-df{visibility:visible;opacity:1;bottom:30px}.tpproject-2-title{font-size:22px;font-weight:var(--tp-fw-sbold);letter-spacing:1px;line-height:1.5;color:var(--tp-common-white)}.tpproject-2-title a{background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);display:inline;background-size:0 1.5px,0 1.5px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.tpproject-2-title:hover a{color:#fff;background-size:0 1.5px,100% 1.5px}.tpproject-area{position:relative}.tpproject__slider-2{position:relative}.tpproject__slider-2 .swiper-button-prev{left:-35px;right:auto}.tpproject__slider-2 .swiper-button-next{right:-35px;left:auto}.tp-slide-active .slick-list{margin:0 -15px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-slide-active .slick-list{margin:0 0}}.tp-slide-active .slick-slide>div{padding:0 15px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-slide-active .slick-slide>div{padding:0 0}}.tpfrn-project-sub-title{display:block;font-size:13px;font-weight:var(--tp-fw-bold);text-transform:uppercase;color:var(--tp-theme-1)}.tpfrn-project-title{font-size:22px;font-weight:var(--tp-fw-sbold);line-height:1.4}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfrn-project-title br{display:none}}.tpfrn-project-title:hover a{background-size:0 1.5px,100% 1.5px}.tpfrn-project-title a{background-image:linear-gradient(#000,#000),linear-gradient(#000,#000);display:inline;background-size:0 1.5px,0 1.5px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.tpfrn-project:hover .tpfrn-project__thumb img{transform:scale3d(1.1,1.1,1.1)}.tpfrn-project__thumb{overflow:hidden;border-radius:10px}.tpfrn-project__thumb img{transition:all 1.5s cubic-bezier(0, 0, .2, 1);width:100%}.tpfrn-project-area .swiper-button-next,.tpfrn-project-area .swiper-container-rtl .swiper-button-prev{right:0;left:auto}.tpfrn-project-area .swiper-button-prev,.tpfrn-project-area .swiper-container-rtl .swiper-button-next{right:10%;left:auto}@media only screen and (min-width:576px) and (max-width:767px){.tpfrn-project-area .swiper-button-prev,.tpfrn-project-area .swiper-container-rtl .swiper-button-next{right:25%}}.tpfrn-slide-active .slick-list{margin:0 -15px}.tpfrn-slide-active .slick-slide>div{padding:0 15px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfrn-slide-active .slick-slide>div{padding:0 30px}}.tpbs-project__thumb{position:relative;overflow:hidden;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px}.tpbs-project__thumb-shape{position:absolute;bottom:-50px;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;visibility:hidden;opacity:0;left:0}.tpbs-project__thumb-image img{-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px;width:100%}.tpbs-project__thumb-grid{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0}.tpbs-project__thumb-grid .tpbs-project__thumb-image img{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0}.tpbs-project__category{font-size:13px;font-weight:var(--tp-fw-bold);text-transform:uppercase;letter-spacing:2px;color:#a0a2a4;display:block}.tpbs-project__title{font-size:22px;font-weight:var(--tp-fw-sbold)}.tpbs-project__title:hover{color:var(--tp-theme-1)}.tpbs-project__title-2{font-size:35px;font-weight:var(--tp-fw-medium)}@media only screen and (min-width:992px) and (max-width:1199px){.tpbs-project__title-2{font-size:28px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px){.tpbs-project__title-2{font-size:25px}}@media (max-width:575px){.tpbs-project__title-2{font-size:22px}}.tpbs-project__title-2 a{position:relative;display:inline;background-image:linear-gradient(#141515,#141515),linear-gradient(#141515,#141515);background-size:0 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.tpbs-project__title-2:hover a{background-size:0 2px,100% 2px}.tpbs-project:hover .tpbs-project__thumb-shape{bottom:0;visibility:visible;opacity:1}.tpbs-project:hover .tpbs-project__thumb-image img{transform:scale3d(1.1,1.1,1.1)}.tpproject-area .tp-dot-style .slick-dots{margin-top:30px}.tpproject-area .slick-slider{padding-top:50px}.tp-creative-item{position:relative;overflow:hidden}.tp-creative-item__thumb img{width:100%}.tp-creative-item__content{position:absolute;left:20px;top:20px;right:20px;bottom:20px;padding:15px 25px;background:rgba(0,0,0,.7);padding:25px 20px;visibility:hidden;opacity:0;-webkit-transform:translateX(-130%);-moz-transform:translateX(-130%);-ms-transform:translateX(-130%);-o-transform:translateX(-130%);transform:translateX(-130%);-webkit-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;-ms-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s}.tp-creative-item__content .top-icon a{font-size:20px;display:inline-block;color:var(--tp-common-white);text-align:center;width:50px;height:50px;line-height:48px;border:2px solid var(--tp-common-white)}.tp-creative-item__content .top-icon a:hover{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.tp-creative-item__content .creative-info{position:absolute;bottom:15px}.tp-creative-item__content .creative-info .creative-catagory{font-size:13px;font-weight:var(--tp-fw-sbold);text-transform:uppercase;letter-spacing:1px;color:var(--tp-theme-1);display:block;margin-bottom:5px}.tp-creative-item-title{font-size:20px;color:var(--tp-common-white);font-weight:var(--tp-fw-medium)}.tp-creative-item-title:hover{color:var(--tp-theme-1)}.tp-creative-item:hover .tp-creative-item__content{visibility:visible;opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.tp-creative-padding{padding-left:65px;padding-right:65px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tp-creative-padding{padding-left:0;padding-right:0}}.tp-creative__menu{border-top:1px solid #f1f1f1}.tp-creative__menu-grid{border-bottom:1px solid #f1f1f1;border-top:0}.tp-creative__menu-grid .tp-cr-btn{font-size:14px;text-transform:capitalize;color:var(--tp-heading-primary);border:none;padding:15px 0;font-weight:var(--tp-fw-medium);margin-bottom:0;margin:0 30px}.tp-creative__menu-grid .active{color:var(--tp-theme-1);position:relative}.tp-creative__menu-grid .active::before{position:absolute;content:"";width:25px;height:2px;background:var(--tp-theme-1);bottom:-1px;margin:0 auto;text-align:center;left:0;right:0}.tp-creative__menu button{font-size:14px;text-transform:capitalize;color:#a1a1a1;border:1px solid #f1f1f1;padding:15px 30px;margin:0 10px;font-weight:var(--tp-fw-medium);margin-bottom:20px}.tp-creative__menu-curve .active{color:var(--tp-theme-1);position:relative}.tp-creative__menu-curve .active::after{position:absolute;content:"";width:8px;height:8px;background:var(--tp-theme-1);bottom:-1px;margin:0 auto;text-align:center;left:0;right:0;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.tp-creative__menu-curve .active::before{width:100%}.tp-creative__menu .active{color:var(--tp-theme-1)}.tppg-project{position:relative;overflow:hidden}.tppg-project__thumb{position:relative}.tppg-project__thumb::before{position:absolute;content:"";top:0;left:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1;-webkit-transform:translateX(-130%);-moz-transform:translateX(-130%);-ms-transform:translateX(-130%);-o-transform:translateX(-130%);transform:translateX(-130%);-webkit-transition:all .5s ease-out 0s;-moz-transition:all .5s ease-out 0s;-ms-transition:all .5s ease-out 0s;-o-transition:all .5s ease-out 0s;transition:all .5s ease-out 0s}.tppg-project__thumb-image{overflow:hidden}.tppg-project__thumb-image img{width:100%}.tppg-project__thumb-2::before{top:80px;left:-80px}.tppg-project:hover .tppg-project__thumb-image img{transform:scale3d(1.1,1.1,1.1)}.tppg-project:hover .tppg-project__thumb::before{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.tppg-project:hover .tppg-project__content{bottom:35px;visibility:visible;opacity:1}.tppg-project__content{position:absolute;bottom:0;left:40px;z-index:2;visibility:hidden;opacity:0;-webkit-transition:all .6s ease-out 0s;-moz-transition:all .6s ease-out 0s;-ms-transition:all .6s ease-out 0s;-o-transition:all .6s ease-out 0s;transition:all .6s ease-out 0s}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px){.tppg-project__content{left:20px}}.tppg-project-tag{font-size:13px;font-weight:var(--tp-fw-sbold);text-transform:uppercase;color:var(--tp-common-white);letter-spacing:3px;display:block}.tppg-project-title{font-size:22px;font-weight:var(--tp-fw-medium);color:var(--tp-common-white)}@media only screen and (min-width:992px) and (max-width:1199px){.tppg-project-title{font-size:20px}}.tppg-project-title a{position:relative;display:inline;background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff);background-size:0 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.tppg-project-title:hover a{background-size:0 2px,100% 2px}@media (max-width:575px){.tp-furniture-project .gx-5{--bs-gutter-x:auto}}.project-details-nav{display:flex;justify-content:space-between}.details-nav-item{display:flex;align-items:center}.details-nav-item a{font-size:16px;text-transform:uppercase;font-weight:var(--tp-fw-sbold);display:inline-block;color:var(--tp-heading-primary)}.details-nav-item a i{font-size:20px;margin:0 8px;position:relative;top:2px}.details-nav-item a:hover{color:var(--tp-theme-1)}.tpproject-5 .tpproject__btn a i{color:#030a39;opacity:.3}.tpproject-5 .tpproject__btn a:hover i{opacity:1}.portfolio-details-social p{color:var(--tp-heading-primary);margin-bottom:0;line-height:40px;margin-right:15px}.tptestimonial{padding-right:10px}.tptestimonial-area{position:relative}.tptestimonial__sm-image{position:absolute;bottom:0;left:0}.client__image{position:relative}.client__image img{border-radius:50%;margin:0 auto}.client__image span{display:inline-block;position:absolute;left:50px;top:-6px}.client__image span i{font-size:20px;font-weight:var(--tp-fw-sbold);background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);background-clip:text;text-fill-color:transparent}.client__image-tpm span{display:inline-block;position:absolute;left:60px;top:60px}@media only screen and (min-width:992px) and (max-width:1199px){.client__image-tpm span{left:40px;top:40px}}.client__image-tpm span i{font-size:35px;font-weight:var(--tp-fw-sbold);background:0 0;color:var(--tp-theme-1);text-fill-color:var(--tp-theme-1)}.client__name{font-size:20px;font-weight:var(--tp-fw-sbold)}.client__info{display:flex;align-items:center}.client__ts-degination{font-size:14px;font-weight:var(--tp-fw-medium);display:inline-block;color:#777b83}.designation{color:var(--tp-theme-1);font-size:12px;font-weight:var(--tp-fw-bold);display:block;letter-spacing:1px;text-transform:uppercase}.designation-2{font-size:16px;color:var(--tp-common-white);font-weight:var(--tp-fw-medium);display:block}.tpm-testimonial{padding:50px 40px}.tpm-ts-slider-active .slick-list{margin:0 -15px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpm-ts-slider-active .slick-list{margin:0 0}}.tpm-ts-slider-active .slick-slide>div{padding:0 15px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpm-ts-slider-active .slick-slide>div{padding:0 0}}.tpm-ts-slider-active .slick-list.draggable{padding:0 0!important}.tpm-ts-slider-active .slick-dots{display:flex;justify-content:center;margin:0;padding:1rem 0;list-style-type:none;margin-top:50px}.tpm-ts-slider-active .slick-dots li{margin:0 .25rem}.tpm-ts-slider-active .slick-dots button{display:block;width:8px;height:8px;margin:0 5px;border:none;border-radius:100%;background-color:#cfcfcf;text-indent:-9999px}.tpm-ts-slider-active .slick-dots li.slick-active button{background-color:var(--tp-heading-primary);position:relative;transform:scale(2);box-shadow:inset 0 0 0 1px var(--tp-theme-1);background-color:transparent}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tptestimonial-area-df{padding-bottom:80px}}.tp-test-gap{padding:0 78px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-test-gap{padding:0 0}}.ts-tabs{border:0;display:block;text-align:center}@media only screen and (min-width:992px) and (max-width:1199px){.ts-tabs{position:relative;top:88px}}.ts-tabs .nav-item{display:inline-block}.ts-tabs button{background:var(--tp-common-white);height:50px;width:50px;line-height:50px;font-size:16px;color:var(--tp-heading-primary);border-radius:50%;border:none;outline:0;text-align:center;margin:0;vertical-align:middle;transition:all .3s ease-out 0s;position:absolute;left:43%;transition:.3s}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.ts-tabs button{display:none!important}}.ts-tabs button:hover{background:var(--tp-theme-1);color:var(--tp-common-white)}.ts-tabs .tp-slick-prev.slick-arrow{top:-19.5%}.client__nav{display:flex;background:var(--tp-common-white);padding:15px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;align-items:center;border:1px solid transparent;margin:0!important}.client__nav-image{margin-right:15px}.client__nav-image img{border-radius:50%!important;width:60px;height:60px}.client__nav-image-big img{border-radius:50%!important;width:98px;height:98px}.client__nav-title{font-size:15px;font-weight:var(--tp-fw-sbold)}.client__nav-title-2{font-size:24px}@media (max-width:575px){.client__nav-title-2{font-size:20px}}.client__nav-designation{font-size:14px;font-weight:var(--tp-fw-medium);letter-spacing:2px;color:var(--tp-grey-3)}.client__nav-designation-2{letter-spacing:0}.client__nav-info{text-align:left}.client__inner{display:flex;align-items:center;margin-bottom:45px}.client__review{padding:70px 55px;padding-bottom:45px;background:var(--tp-common-white);-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px}@media only screen and (min-width:1200px) and (max-width:1399px){.client__review{padding-top:55px;padding-bottom:30px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.client__review{padding:30px 25px}}.client__review p{font-size:22px;line-height:36px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.client__review p{font-size:20px;line-height:34px;margin-bottom:0}}.client__image{position:relative}.client__image .quote{position:absolute;display:block;width:30px;height:30px;line-height:30px;background:var(--tp-common-white);color:var(--tp-theme-1);border-radius:50%;left:65px;right:0;top:0;margin:0 auto}.slick-current .client__nav{border-color:var(--tp-theme-1)}.tpagency-wrapper{position:relative;z-index:1;background-position:center;background-size:cover;background-repeat:no-repeat;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;-ms-border-radius:20px;border-radius:20px;padding-top:135px;padding-bottom:130px}.tpagency-wrapper::before{position:absolute;content:"";background:var(--tp-heading-primary);opacity:.75;border-radius:20px;top:0;left:0;right:0;width:100%;height:100%}.tpagency-wrapper button.slick-arrow{height:65px;width:65px;line-height:63px;font-size:20px;color:var(--tp-common-white);border-radius:50%;border:none;outline:0;text-align:center;top:5%;transform:translateY(-5%);margin:0;vertical-align:middle;transition:all .3s ease-out 0s;position:absolute;left:-120px;transition:.3s;z-index:1;border:1px solid rgba(255,255,255,.3)}.tpagency-wrapper button.slick-arrow:hover{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.tpagency-wrapper button.slick-arrow.tp-slick-next{left:auto;right:-120px}@media only screen and (min-width:992px) and (max-width:1199px){.tpagency-wrapper button.slick-arrow.tp-slick-next{right:-80px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpagency-wrapper button.slick-arrow{top:30%;transform:translateY(-30%);left:-80px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpagency-wrapper button.slick-arrow{display:none!important}}.tpagency-inner{position:relative;z-index:1}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tpagency-inner{padding:0 15px}}.tpagency-ts__slider-item p{font-size:22px;line-height:36px;font-weight:500;color:var(--tp-common-white);padding:0 20px}@media only screen and (min-width:1200px) and (max-width:1399px){.tpagency-ts__slider-item p{padding:0 0}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpagency-ts__slider-item p{padding:0 0}}.client{position:relative}.client-image{position:relative}.client-image img{border-radius:50%}.client-image .quote{position:absolute;top:5px;display:block;height:30px;width:30px;line-height:35px;background:var(--tp-common-white);border-radius:50%;text-align:center;left:75px}.client-image .quote i{font-size:20px;color:var(--tp-theme-1)}.client-designation{font-size:16px;line-height:26px;font-weight:var(--tp-fw-medium);color:#777b83;display:block}.client .review-text{font-size:22px;line-height:38px;color:var(--tp-heading-primary);font-weight:var(--tp-fw-medium)}@media (max-width:575px){.client .review-text{font-size:20px;line-height:36px}}.client .social-icon{position:absolute;top:0;right:0}.client .social-icon a{font-size:30px;display:inline-block;color:#0cf}.tpfrn-testimonial-area .swiper-button-next,.tpfrn-testimonial-area .swiper-container-rtl .swiper-button-prev{right:0;left:auto}.tpfrn-testimonial-area .swiper-button-prev,.tpfrn-testimonial-area .swiper-container-rtl .swiper-button-next{right:10%;left:auto}@media only screen and (min-width:576px) and (max-width:767px){.tpfrn-testimonial-area .swiper-button-prev,.tpfrn-testimonial-area .swiper-container-rtl .swiper-button-next{right:50%}}.hero-pagination{display:flex;flex-direction:column;position:absolute;right:60px;top:55%;transform:translateY(-55%);align-items:center;z-index:9}.tpbs-testimonial-area{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative}.tpbs-ts-overlay{position:relative}.tpbs-ts-overlay::before{position:absolute;content:"";background:#141515;opacity:.65;transform:matrix(1,0,0,-1,0,0);top:0;left:0;right:0;height:100%;width:100%}.tpbs-noise-bg{position:absolute;top:0;width:100%;height:100%}.tpbs-ts-wrapper{text-align:center;z-index:1;padding:170px 0 150px}@media only screen and (min-width:768px) and (max-width:991px){.tpbs-ts-wrapper{padding:120px 0 100px}}.tpbs-ts-wrapper .slick-dots{display:flex;justify-content:center;margin:0;padding:1rem 0;list-style-type:none;margin-top:50px}@media (max-width:575px){.tpbs-ts-wrapper .slick-dots{margin-top:0}}.tpbs-ts-wrapper .slick-dots li{margin:0 .25rem}.tpbs-ts-wrapper .slick-dots button{display:block;width:8px;height:8px;margin:0 5px;border:none;border-radius:100%;background-color:#cfcfcf;text-indent:-9999px}.tpbs-ts-wrapper .slick-dots li.slick-active button{background-color:var(--tp-heading-primary);position:relative;transform:scale(2);box-shadow:inset 0 0 0 1px var(--tp-theme-1);background-color:transparent}.tpbs-author-image img{border-radius:50%;margin:0 auto}.tpbs-quote i{font-size:30px;color:var(--tp-theme-1)}.tpbs-review p{color:var(--tp-common-white);font-size:32px;line-height:44px;font-weight:var(--tp-fw-medium);margin:0 auto}@media only screen and (min-width:768px) and (max-width:991px){.tpbs-review p{padding:0 50px}.tpbs-review p br{display:none}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpbs-review p{font-size:28px;line-height:35px;padding:0 15px}.tpbs-review p br{display:none}}.tpbs-client-name{font-size:15px;text-transform:uppercase;font-weight:var(--tp-fw-sbold);color:var(--tp-theme-1);letter-spacing:1px;display:block}.tpbs-ts-slider-active .slick-list{margin:0 0}.tpbs-ts-slider-active .slick-slide>div{padding:0 0}.tppotestimonial-text{padding:0 200px;font-size:32px;line-height:44px;color:var(--tp-heading-primary);font-weight:var(--tp-fw-medium)}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.tppotestimonial-text{padding:0 120px}}@media only screen and (min-width:768px) and (max-width:991px){.tppotestimonial-text{padding:0 80px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tppotestimonial-text{font-size:20px;line-height:35px;padding:0 30px}}.tppotestimonial-icon i{font-size:25px;color:#0cf}.tppo-testimonial-wrapper button.slick-arrow{font-size:40px;color:#b9b9b9;border-radius:50%;border:none;outline:0;text-align:center;top:50%;transform:translateY(-50%);margin:0;vertical-align:middle;transition:all .3s ease-out 0s;position:absolute;left:0;transition:.3s;z-index:1;background:0 0}.tppo-testimonial-wrapper button.slick-arrow:hover{color:var(--tp-heading-primary)}.tppo-testimonial-wrapper button.slick-arrow.tp-slick-next{left:auto;right:0}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tppo-testimonial-wrapper button.slick-arrow{display:none!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){.test-thumb-slide{margin-left:0;margin-right:0}}.test-thumb-slide .nav-item{margin-bottom:15px}@media only screen and (min-width:992px) and (max-width:1199px){.test-content-slide{margin-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){.test-content-slide{margin-right:0}}div.client-image img,div.client__image img{border-radius:50%}div.tpbs-slider-item img{width:110px;height:110px;border-radius:50%}.tpbrand__slider-item{display:flex;justify-content:center}.tpbrand__slider-active .slick-slide img{display:block;margin:0 auto}.tpbs-slider-item img{margin:0 auto}.tpcta-title{font-size:65px;line-height:1.3;background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-bottom:50px}@media only screen and (min-width:1400px) and (max-width:1600px){.tpcta-title{font-size:60px}}@media only screen and (min-width:1200px) and (max-width:1399px){.tpcta-title{font-size:55px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpcta-title{font-size:45px}}@media only screen and (min-width:768px) and (max-width:991px){.tpcta-title{font-size:45px}.tpcta-title br{display:none}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpcta-title{font-size:35px;line-height:1.4}.tpcta-title br{display:none}}.tpcta__shape-star{position:absolute}.tpcta__shape-star-1{top:50%;left:10%}.tpcta__shape-star-2{top:50%;right:10%}@media only screen and (min-width:1400px) and (max-width:1600px){.tpcta-wrapper{padding:0 140px}}.tpcta-wrapper-2{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;-ms-border-radius:20px;border-radius:20px}.tpcta-wrapper-2::before{position:absolute;content:"";background:var(--tp-heading-primary);opacity:.75;border-radius:20px;top:0;left:0;right:0;width:100%;height:100%}.tpcta-inner{position:relative;z-index:1}@media only screen and (min-width:1400px) and (max-width:1600px){.tpcta-inner-2{padding-left:50px;padding-right:50px}}.tpbs-scroll{margin:0 auto;text-align:center}.tpbs-scroll span{font-size:14px;font-weight:var(--tp-fw-sbold);letter-spacing:2px;display:block;margin-top:30px;text-transform:uppercase;color:#a9adb5}.tpbs-scroll-btn{width:95px;height:95px;border-radius:50%;display:inline-block;Offset:0px,13px rgba(199,199,199,0.25);text-align:center;line-height:95px;border-radius:50%;border:1px solid var(--tp-border-1);font-size:25px;color:var(--tp-heading-primary);transition:.3s;background:var(--tp-common-white)}.tpbs-scroll-btn:hover{background:var(--tp-theme-1);border-color:var(--tp-theme-1);color:var(--tp-common-white)}.tpbs-scroll-2{position:absolute;left:0;right:0;text-align:center;margin:0 auto;bottom:-10%}@media only screen and (min-width:576px) and (max-width:767px){.tpbs-scroll-2{bottom:-15%}}.tpbs-scroll-3{position:absolute;left:0;right:0;text-align:center;margin:0 auto;bottom:-12%}@media only screen and (min-width:768px) and (max-width:991px){.tpbs-scroll-3{bottom:-7%}}@media only screen and (min-width:576px) and (max-width:767px){.tpbs-scroll-3{bottom:-10%}}.tp-photograper-cta-title{font-size:45px;line-height:1.4;font-weight:var(--tp-fw-light)}.tp-photograper-cta-title b{font-weight:var(--tp-fw-bold)}.tp-photograper-cta-title a{color:var(--tp-theme-1);position:relative;display:inline;background-image:linear-gradient(#fd4766,#fd4766),linear-gradient(#fd4766,#fd4766);background-size:0 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.tp-photograper-cta-title:hover a{background-size:0 2px,100% 2px}@media only screen and (min-width:992px) and (max-width:1199px){.tp-photograper-cta-title{padding:0 70px}.tp-photograper-cta-title br{display:none}}@media only screen and (min-width:768px) and (max-width:991px){.tp-photograper-cta-title{padding:0 50px}.tp-photograper-cta-title br{display:none}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-photograper-cta-title{font-size:40px}.tp-photograper-cta-title br{display:none}}@media only screen and (min-width:480px) and (max-width:575px){.tp-photograper-cta-title{font-size:30px}.tp-photograper-cta-title br{display:none}}.tp-cta-image-wrapper{overflow:hidden}.tp-cta-image-wrapper img{width:100%}.tp-cta-iamge:hover .tp-cta-image-wrapper img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-photograper-cta-wrapper p br{display:none}}.sd-banner-area{background-position:center;background-size:cover;background-repeat:no-repeat}.sd-banner-item-height{min-height:840px}@media only screen and (min-width:768px) and (max-width:991px){.sd-banner-item-height{min-height:650px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.sd-banner-item-height{min-height:550px}}.sd-banner-content{display:flex;position:absolute;bottom:0;right:16%}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.sd-banner-content{text-align:center;right:0;left:0;margin:0 auto;align-items:center;justify-content:center}}.sd-banner-sm-item{background:var(--tp-common-black);padding:40px 70px}.sd-banner-sm-item-df{background:var(--tp-theme-1)}.sd-banner-sm-item p{font-size:16px;font-weight:var(--tp-fw-medium);color:var(--tp-common-white);margin-bottom:0}@media (max-width:575px){.sd-banner-sm-item{padding:25px 25px}}.count-number{font-size:55px;color:var(--tp-common-white)}@media (max-width:575px){.count-number{font-size:35px}}.tpagency__slider-item{background-position:center;background-size:cover;background-repeat:no-repeat;-webkit-border-radius:30px;-moz-border-radius:30px;-o-border-radius:30px;-ms-border-radius:30px;border-radius:30px;text-align:center;justify-content:center}.tpagency__slider button.slick-arrow{background:var(--tp-common-white);height:65px;width:65px;line-height:65px;font-size:20px;color:var(--tp-heading-primary);border-radius:50%;border:none;outline:0;text-align:center;top:50%;transform:translateY(-50%);margin:0;vertical-align:middle;transition:all .3s ease-out 0s;position:absolute;left:-35px;transition:.3s;z-index:1}@media only screen and (min-width:768px) and (max-width:991px){.tpagency__slider button.slick-arrow{left:-20px}}.tpagency__slider button.slick-arrow:hover{background:var(--tp-theme-1);color:var(--tp-common-white)}.tpagency__slider button.slick-arrow.tp-slick-next{left:auto;right:-35px}@media only screen and (min-width:992px) and (max-width:1199px){.tpagency__slider button.slick-arrow.tp-slick-next{right:-10px}}@media only screen and (min-width:768px) and (max-width:991px){.tpagency__slider button.slick-arrow.tp-slick-next{right:-20px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpagency__slider button.slick-arrow{left:-10px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpagency__slider button.slick-arrow{display:none!important}}.tpagency__slider-height{min-height:760px}@media only screen and (min-width:576px) and (max-width:767px){.tpagency__slider-height{min-height:650px}}@media (max-width:575px){.tpagency__slider-height{min-height:550px}}.tpagency-area .swiper-button-prev,.tpagency-area .swiper-container-rtl .swiper-button-next{left:3%;right:auto}.tpagency-area .swiper-button-next,.tpagency-area .swiper-container-rtl .swiper-button-prev{right:3%;left:auto}.tpagency-title{font-size:85px;line-height:1.3;background:linear-gradient(260.99deg,#1c99fe 6.95%,#7644ff 50.91%,#fd4766 90.83%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media only screen and (min-width:1400px) and (max-width:1600px){.tpagency-title{font-size:75px}}@media only screen and (min-width:1200px) and (max-width:1399px){.tpagency-title{font-size:70px}}@media only screen and (min-width:992px) and (max-width:1199px){.tpagency-title{font-size:65px}}@media only screen and (min-width:768px) and (max-width:991px){.tpagency-title{font-size:60px}}@media only screen and (min-width:576px) and (max-width:767px){.tpagency-title{font-size:50px}}@media (max-width:575px){.tpagency-title{padding:0 15px;font-size:45px}}.tpagency__down-btn{position:absolute;left:50%;transform:translateX(-50%);bottom:-25px;z-index:1}.tpagency__down-btn a{height:65px;width:65px;line-height:65px;background:var(--tp-common-white);border-radius:50%;font-size:20px;color:var(--tp-heading-primary);transition:.3s;display:inline-block;text-align:center}.tpagency__down-btn a:hover{background:var(--tp-theme-1);color:var(--tp-common-white)}.slick-active .tpagency-button a,.slick-active .tpagency-title{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp2;animation-name:fadeInUp2}.tp-agency-slide-active .tpagency-title{-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-duration:.3s;animation-duration:.3s}.tp-agency-slide-active .tpagency-button a{-webkit-animation-delay:.7s;animation-delay:.7s;-webkit-animation-duration:.7s;animation-duration:.7s}.tpbs-slider__item{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative}.tpbs-slider__item::before{position:absolute;content:"";background:#141515;opacity:.65;transform:matrix(1,0,0,-1,0,0);top:0;left:0;right:0;height:100%;width:100%}.tpbs-slider__item-content{padding:260px 0}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpbs-slider__item-content{padding:180px 0}}.tpbs-slider__item-title{font-size:105px;color:var(--tp-common-white)}.tpbs-slider__item-title span{font-weight:300}@media only screen and (min-width:992px) and (max-width:1199px){.tpbs-slider__item-title{font-size:90px}}@media only screen and (min-width:768px) and (max-width:991px){.tpbs-slider__item-title{font-size:70px}}@media only screen and (min-width:576px) and (max-width:767px){.tpbs-slider__item-title{font-size:60px}}@media (max-width:575px){.tpbs-slider__item-title{font-size:50px}}.tpbs-slider__height{min-height:800px}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tpbs-slider__height{min-height:700px}}@media (max-width:575px){.tpbs-slider__height{min-height:600px}}.dot-bg-iamge{position:absolute;top:0;left:0;right:0;background-position:center;background-size:cover;background-repeat:no-repeat;height:100%;width:100%}.tpbs__shape{position:absolute;z-index:1}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpbs__shape{display:none}}.tpbs__shape-1{bottom:0;left:0}.tpbs__shape-2{bottom:0;left:0}.tpbs__shape-3{top:0;right:0}.tpbs__shape-4{bottom:0;left:0}.slick-active .tp-sub-title-2,.slick-active .tpbs-btn a,.slick-active .tpbs-slider__item-title{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp2;animation-name:fadeInUp2}.tpbs-slider-active .slick-dots{display:flex;justify-content:center;margin:0;padding:1rem 0;list-style-type:none;margin-top:-90px;position:absolute;left:0;right:0}.tpbs-slider-active .slick-dots li{margin:0 .25rem}.tpbs-slider-active .slick-dots button{display:block;width:8px;height:8px;margin:0 5px;border:none;border-radius:100%;background-color:#cfcfcf;text-indent:-9999px}.tpbs-slider-active .slick-dots li.slick-active button{background-color:var(--tp-heading-primary);position:relative;transform:scale(2);box-shadow:inset 0 0 0 1px var(--tp-theme-1);background-color:transparent}.tpbs-slider-active .tp-sub-title-2{-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-duration:.3s;animation-duration:.3s}.tpbs-slider-active .tpbs-slider__item-title{-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-duration:.5s;animation-duration:.5s}.tpbs-slider-active .tpbs-btn a{-webkit-animation-delay:.7s;animation-delay:.7s;-webkit-animation-duration:.7s;animation-duration:.7s}.tpfact__item{background:var(--tp-common-white);padding:60px 30px;padding-bottom:55px;-webkit-border-radius:15px;-moz-border-radius:15px;-o-border-radius:15px;-ms-border-radius:15px;border-radius:15px;z-index:2;position:relative}.tpfact__item-df{border-radius:0!important;padding:100px 30px;padding-bottom:0;border-top:1px solid #eceff4}.fact-icon i{font-size:60px;color:var(--tp-theme-1)}.fact-number{display:flex;align-items:center;justify-content:center}.fact-number span{background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-size:55px;line-height:1.2;display:block;font-weight:var(--tp-fw-bold);font-family:var(--tp-ff-heading)}.fact-number span i{font-size:30px}.fact-title{font-size:16px;font-weight:var(--tp-fw-medium);color:var(--tp-heading-primary);font-family:var(--tp-ff-heading)}.fact-title:hover{color:var(--tp-theme-1)}.tpfact-wrapper{-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;-ms-border-radius:20px;border-radius:20px}.tpfact-border-right{border-right:1px solid #eceff4}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfact-border-right{border-right:0}}.tp-fact-item-border .row [class*=col-]:last-child .tpfact__item{border-right:0}.tpfact-wrapper.grey-bg .tpfact__item{margin-top:-90px}.tp-team{position:relative}.tp-team__thumbnail{position:relative}.tp-team__thumbnail img{-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px;width:100%}.tp-team__thumbnail::before{position:absolute;content:"";top:0;left:0;right:0;height:100%;width:100%;background:linear-gradient(3.98deg,rgba(0,0,0,0) 3.24%,#000 93.62%);border-radius:10px;transform:rotate(-180deg);visibility:hidden;opacity:0;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tp-team__thumbnail::after{position:absolute;content:"";top:0;left:0;right:0;height:100%;width:100%;background:linear-gradient(260.52deg,#1c99fe -4.98%,#7644ff 48.42%,#fd4766 96.9%);border-radius:10px;visibility:hidden;opacity:0;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;z-index:-1}.tp-team__content{position:absolute;bottom:10px;width:100%;left:0;right:0;text-align:center;visibility:hidden;opacity:0;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tp-team__title{font-size:22px;color:var(--tp-common-white);font-weight:var(--tp-fw-medium)}.tp-team__title:hover{color:var(--tp-theme-1)}.tp-team__title-2{font-size:22px;font-weight:var(--tp-fw-medium)}.tp-team__title-2:hover{color:var(--tp-theme-1)}.tp-team__designation{font-size:13px;text-transform:uppercase;font-weight:var(--tp-fw-sbold);display:block;color:var(--tp-theme-1);margin-bottom:10px}.tp-team__designation-2{font-size:13px;text-transform:uppercase;font-weight:var(--tp-fw-sbold);display:block;color:var(--tp-theme-1);margin-bottom:10px}.tp-team__social a{font-size:16px;color:var(--tp-common-white);margin:0 7px;display:inline-block}.tp-team__social a:hover{color:var(--tp-theme-1)}.tp-team:hover .tp-team__content{visibility:visible;opacity:1;bottom:30px}.tp-team:hover .tp-team__thumbnail::before{visibility:visible;opacity:1}.tp-team:hover .tp-team__thumbnail::after{transform:rotate(-4.22deg);visibility:visible;opacity:1}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-team:hover .tp-team__thumbnail::after{transform:rotate(-2.22deg)}}.tpteam__img{position:relative}.tpteam__img img{border-radius:10px!important}.tpteam__social{position:absolute;bottom:40px;left:0;right:0;opacity:0;visibility:hidden;transition:.5s;background:var(--tp-common-white);display:inline-block;padding:20px 10px;margin-left:60px;margin-right:60px;transform:scale(.9);transition:.3s}@media only screen and (min-width:1200px) and (max-width:1399px){.tpteam__social{margin-left:40px;margin-right:40px}}@media only screen and (min-width:768px) and (max-width:991px){.tpteam__social{margin-left:35px;margin-right:35px}}@media (max-width:575px){.tpteam__social{margin-left:20px;margin-right:20px}}.tpteam__social a{color:var(--tp-heading-primary);font-size:20px;margin:0 15px}@media (max-width:575px){.tpteam__social a{margin:0 10px}}.tpteam__social a:hover{color:var(--tp-theme-1)}.tpteam__text{padding-top:25px}.tpteam-title a:hover{color:var(--tp-theme-1)}.tpteam-title{font-weight:var(--tp-fw-sbold);font-size:22px}.team-designation{font-size:13px;font-weight:var(--tp-fw-bold);color:var(--tp-theme-1);display:block;letter-spacing:1px;text-transform:uppercase}.tpteam:hover .tpteam__social{visibility:visible;opacity:1;transform:scale(1)}div.tp-team__thumbnail img{border-radius:10px}.tpevent-item{display:flex;align-items:center;background:var(--tp-common-white)}@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),(max-width:575px){.tpevent-item p br{display:none}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpevent-item{display:block}}.tp-event-content{flex:1;padding:0 85px}@media only screen and (min-width:1200px) and (max-width:1399px){.tp-event-content{padding:0 70px}}@media only screen and (min-width:992px) and (max-width:1199px){.tp-event-content{padding:0 30px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px){.tp-event-content{padding:40px 40px}}@media (max-width:575px){.tp-event-content{padding:30px 30px}}.tpevent-title{font-size:30px;line-height:1.4;font-weight:var(--tp-fw-sbold)}.tpevent-title a{background-image:linear-gradient(#141515,#141515),linear-gradient(#141515,#141515);display:inline;background-size:0 1.5px,0 1.5px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.tpevent-title:hover>a{background-size:0 1.5px,100% 1.5px}@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),(max-width:575px){.tpevent-title br{display:none}}@media only screen and (min-width:992px) and (max-width:1199px){.tpevent-title{font-size:24px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpevent-title{font-size:20px}}.tpevent-sm-title{font-size:15px;text-transform:uppercase;font-weight:var(--tp-fw-sbold)}.tpevent-sm-title span{color:var(--tp-theme-1);margin-left:5px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpevent-image img{width:100%}}.get-in-touch-wrapper{border-top:1px solid #eceff4}.tp-contact-form-field input,.tp-contact-form-field select,.tp-contact-form-field textarea{color:#7f8080;font-size:16px;display:block;width:100%;height:65px;background:#fbfbfb;font-weight:400;border:1px solid #eceff4;outline:0;padding:0 20px;width:100%;border-radius:4px;resize:none}.tp-contact-form-field input:focus,.tp-contact-form-field select:focus,.tp-contact-form-field textarea:focus{border-color:var(--tp-theme-1)}.tp-contact-form-field input::placeholder{color:#7f8080;font-size:14px}.tp-contact-form-field textarea{height:270px;padding:20px}.tp-contact-form-field textarea::placeholder{color:#7f8080;font-size:14px}.contact-item{background:#eceff4;padding:45px 40px}@media only screen and (min-width:768px) and (max-width:991px){.contact-item{padding:40px 35px}}@media (max-width:575px){.contact-item{padding:35px 30px}}.contact-item p{font-size:20px;color:#616161;margin-bottom:0}.contact-item-center{background:var(--tp-common-black)}.contact-item-center .contact-item-title{color:var(--tp-common-white)}.contact-item-center p{color:var(--tp-common-white)}.contact-item-last{background:var(--tp-theme-1)}.contact-item-last .contact-item-title{color:var(--tp-common-white)}.contact-item-last p{color:var(--tp-common-white)}.contact-item-last .contact-icon i{color:var(--tp-common-white)}.contact-icon i{font-size:45px;color:var(--tp-theme-1)}.contact-item-title{font-size:24px;line-height:1.2;font-weight:var(--tp-fw-sbold)}.conatct-sm-title{font-size:42px;line-height:1.2;font-weight:var(--tp-fw-regular)}.conatct-sm-title b{font-weight:var(--tp-fw-sbold)}.sign-title{font-size:28px;line-height:1.2;font-weight:var(--tp-fw-regular)}.sign-title b{font-weight:var(--tp-fw-sbold)}.sign__agree .switch{display:inline-block;position:relative;width:40px;height:20px;border-radius:20px;background:#f2f2f2;border:1px solid #e5e5e5;transition:background .28s cubic-bezier(.4, 0, .2, 1);vertical-align:middle;cursor:pointer;margin-right:8px}.sign__agree .switch::before{content:"";position:absolute;top:1px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:left .28s cubic-bezier(.4, 0, .2, 1),background .28s cubic-bezier(.4, 0, .2, 1),box-shadow .28s cubic-bezier(.4, 0, .2, 1)}.sign__agree .switch:active::before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(128,128,128,.1)}.sign__agree input:checked+.switch{background:var(--tp-theme-1)}.sign__agree input:checked{border-color:var(--tp-theme-1)}.sign__agree input:checked+.switch::before{left:20px;background:#fff}.sign__agree input:checked+.switch:active::before{box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 20px rgba(0,150,136,.2)}.sign__agree p{margin-bottom:0;font-size:12px;color:#1a1a1a}.sign__forgot a{color:#7a797f}.sign__forgot a:hover{color:var(--tp-theme-1)}.sign__social{display:flex;justify-content:center;height:58px;background:var(--tp-common-black);color:var(--tp-common-white);border:1px solid transparent;position:relative;line-height:58px;padding-left:23px;font-size:16px}.sign__social i{position:relative;top:20px;left:-15px}.sign__social:hover{background:var(--tp-theme-1);color:var(--tp-common-white)}.sign-content{padding:45px 50px 25px 25px}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.sign-content{padding-left:20px;padding-right:20px}}.sign__new p a{color:var(--tp-theme-1)}.error-contant p{font-size:24px;line-height:30px;color:var(--tp-heading-primary)}.error-title{font-size:40px;font-weight:var(--tp-fw-regular);line-height:1.2}.error-title b{font-weight:var(--tp-fw-sbold)}.error-title a{color:var(--tp-theme-1);font-weight:var(--tp-fw-sbold);background-image:linear-gradient(#fd4766,#fd4766),linear-gradient(#fd4766,#fd4766);display:inline;background-size:0 1.5px,0 1.5px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear}.error-title:hover a{background-size:0 2px,100% 2px}.sign-input{margin-bottom:10px}.sign-input label{color:#333;font-size:12px;margin-bottom:2px}.sign-input input{width:100%;height:50px;line-height:50px;padding:0 17px;background-color:#f3f4f8;border:1px solid #f3f4f8}.sign-input input::placeholder{color:#6d6e75}.sign-input input:focus{border-color:var(--tp-theme-1);background-color:var(--tp-common-white)}.sign-forgot-password a{font-size:12px;color:#007aff}.sign-forgot-password a:hover{color:var(--tp-theme-1)}.sign-line{margin:30px 0;height:1px;background-color:#eceff4}.tp-btn-black{display:inline-block;font-size:14px;font-weight:500;color:var(--tp-common-white);background-color:var(--tp-common-black);padding:10px 15px;border:2px solid var(--tp-common-black);text-align:center}.tp-btn-black img{margin-right:5px}.tp-btn-black:hover{background-color:transparent;color:var(--tp-common-black)}.sign-wrapper{border:1px solid #eceff4}.sign__new p{color:var(--tp-common-black)}.sign__new p a{color:#007aff}.contact__form-input input,.contact__form-input textarea{width:100%;height:56px;line-height:54px;padding:0 23px;background:#f3f4f8;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;border:2px solid #f3f4f8;color:var(--tp-common-black);font-size:15px;margin-bottom:20px}.contact__form-input input::placeholder,.contact__form-input textarea::placeholder{font-size:15px;color:#6d6e75}.contact__form-input input:focus,.contact__form-input textarea:focus{border-color:var(--tp-theme-1);outline:0;background:var(--tp-common-white)}.contact__form-input textarea{height:180px;padding:23px 25px;line-height:1.1;resize:none;margin-bottom:13px}.contact__form-input-2 input,.contact__form-input-2 textarea{background:#f6f6f6;border-color:#f6f6f6}.contact__form-input-3 input,.contact__form-input-3 textarea{background:#fff;border-color:#fff}.contact__form-agree{padding-left:5px}.contact__form-agree input{margin:0;appearance:none;-moz-appearance:none;display:block;width:14px;height:14px;background:var(--tp-common-white);border:1px solid #b9bac1;outline:0;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.contact__form-agree input:checked{position:relative;background-color:var(--tp-theme-1);border-color:transparent}.contact__form-agree input:checked::after{box-sizing:border-box;content:"\f00c";position:absolute;font-family:var(--tp-ff-fontawesome);font-size:10px;color:var(--tp-common-white);top:46%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.contact__form-agree input:hover{cursor:pointer}.contact__form-agree label{padding-left:8px;color:var(--tp-text-1)}.contact__form-agree label a{color:var(--tp-common-black);font-weight:600;padding-left:4px}.contact__form-agree label a:hover{color:var(--tp-theme-1)}.contact__form-agree label:hover{cursor:pointer}.contact__info-inner{padding:45px 40px;padding-right:70px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 30px 50px 0 rgba(1,11,60,.1);-moz-box-shadow:0 30px 50px 0 rgba(1,11,60,.1);-ms-box-shadow:0 30px 50px 0 rgba(1,11,60,.1);-o-box-shadow:0 30px 50px 0 rgba(1,11,60,.1);box-shadow:0 30px 50px 0 rgba(1,11,60,.1);position:relative;z-index:1}@media only screen and (min-width:768px) and (max-width:991px){.contact__info-inner{margin-top:50px}}@media only screen and (min-width:576px) and (max-width:767px){.contact__info-inner{margin-top:50px}}@media (max-width:575px){.contact__info-inner{margin-top:50px;padding-right:35px}}.contact__info-icon span{font-size:19px;color:var(--tp-theme-1)}.contact__info-icon svg{fill:none;stroke:var(--tp-theme-1);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.contact__info-icon svg.map{width:16px;height:20px}.contact__info-icon svg.mail{width:18px;height:18px}.contact__info-icon svg.call{width:18px;height:18px}.contact__info-text h4{font-size:20px;font-weight:600;margin-bottom:6px}.contact__info-text p{margin-bottom:0;color:var(--tp-text-1)}.contact__info-text p a:hover{color:var(--tp-theme-1)}.contact__social h4{font-size:20px;font-weight:600;margin-bottom:13px}.contact__social ul li{display:inline-block;margin-right:10px}.contact__social ul li a{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;font-size:13px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;color:#d8163f;background:rgba(216,22,63,.1)}.contact__social ul li a:hover{color:var(--tp-common-white);background:#d8163f}.contact__social ul li a.fb{color:#285da1;background:rgba(40,93,161,.1)}.contact__social ul li a.fb:hover{color:var(--tp-common-white);background:#285da1}.contact__social ul li a.tw{color:#03a9f4;background:rgba(3,169,244,.1)}.contact__social ul li a.tw:hover{color:var(--tp-common-white);background:#03a9f4}.contact__social ul li a.pin{color:#d8163f;background:rgba(216,22,63,.1)}.contact__social ul li a.pin:hover{color:var(--tp-common-white);background:#d8163f}.contact__icon{margin-bottom:28px}.contact__icon svg{width:70px;height:70px;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:transform .3s cubic-bezier(.21, .6, .44, 2.18);-moz-transition:transform .3s cubic-bezier(.21, .6, .44, 2.18);-ms-transition:transform .3s cubic-bezier(.21, .6, .44, 2.18);-o-transition:transform .3s cubic-bezier(.21, .6, .44, 2.18);transition:transform .3s cubic-bezier(.21, .6, .44, 2.18)}.contact__icon svg .st0{fill:none;stroke:#2B4EFF;stroke-width:.5;stroke-linecap:round;stroke-linejoin:round}.contact__item{padding:50px 80px;padding-bottom:62px;-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 40px 50px 0 rgba(1,11,60,.08);-moz-box-shadow:0 40px 50px 0 rgba(1,11,60,.08);-ms-box-shadow:0 40px 50px 0 rgba(1,11,60,.08);-o-box-shadow:0 40px 50px 0 rgba(1,11,60,.08);box-shadow:0 40px 50px 0 rgba(1,11,60,.08);position:relative;z-index:1}@media only screen and (min-width:768px) and (max-width:991px){.contact__item{padding-left:30px;padding-right:30px}}@media (max-width:575px){.contact__item{padding-left:20px;padding-right:20px}}.contact__item:hover .contact__icon svg{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);-o-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.contact__title{font-size:26px;margin-bottom:8px}.contact__content p{font-size:16px;color:var(--tp-text-1);margin-bottom:30px}.contact__shape img{position:absolute}.contact__shape img.contact-shape-1{bottom:75px;left:-30px;z-index:-1}.contact__shape img.contact-shape-2{top:30px;right:-30px}@media only screen and (min-width:992px) and (max-width:1199px){.contact__shape img.contact-shape-2{right:-20px}}@media only screen and (min-width:768px) and (max-width:991px){.contact__shape img.contact-shape-2{right:-20px}}@media only screen and (min-width:576px) and (max-width:767px){.contact__shape img.contact-shape-2{right:-20px}}@media (max-width:575px){.contact__shape img.contact-shape-2{right:0}}.contact__shape img.contact-shape-3{right:-45%;top:50%}@media only screen and (min-width:1400px) and (max-width:1600px){.contact__shape img.contact-shape-3{right:-20%}}@media only screen and (min-width:1200px) and (max-width:1399px){.contact__shape img.contact-shape-3{right:-10%}}@media only screen and (min-width:992px) and (max-width:1199px){.contact__shape img.contact-shape-3{right:-5%}}@media only screen and (min-width:768px) and (max-width:991px){.contact__shape img.contact-shape-3{right:-5%}}@media only screen and (min-width:576px) and (max-width:767px){.contact__shape img.contact-shape-3{right:-5%}}@media (max-width:575px){.contact__shape img.contact-shape-3{right:0}}.contact__shape img.contact-shape-4{right:180px;bottom:-21%}.contact__shape img.contact-shape-5{left:0;bottom:142px}.pricing-plan-item{background:var(--tp-common-white);padding:40px 0}.pricing-plan-item.active .tp-sqbtn-border{background-color:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.pricing-plan-item-df{background:var(--tp-heading-primary)}.pricing-plan-item-df .tp-sqbtn-border{color:var(--tp-common-white);border:2px solid #333}.pricing-plan-item-df .tp-sqbtn-border:hover{border-color:var(--tp-theme-1)}.pricing-plan-item-df .tp-sqbtn-active:hover{color:var(--tp-common-white)}.plan-list{padding:0 50px}@media only screen and (min-width:992px) and (max-width:1199px){.plan-list{padding:40px 25px}}@media (max-width:575px){.plan-list{padding:30px 15px}}.pricing-plan-btn{padding:0 50px}@media only screen and (min-width:992px) and (max-width:1199px){.pricing-plan-btn{padding:40px 25px}}@media (max-width:575px){.pricing-plan-btn{padding:30px 15px}}.pricing-meta{display:flex;justify-content:space-between;padding:0 50px}@media only screen and (min-width:992px) and (max-width:1199px){.pricing-meta{padding:40px 25px}}@media (max-width:575px){.pricing-meta{padding:30px 15px}}.pricing-name{font-size:16px;font-weight:var(--tp-fw-sbold);color:var(--tp-theme-1);text-transform:uppercase;letter-spacing:1px}.pricing-star ul li{list-style:none;display:inline-block;margin-right:8px}.pricing-star ul li:last-child{margin-right:0}@media (max-width:575px){.pricing-star ul li{margin-right:0}}.pricing-star ul li a{color:#fd9e47;display:block;font-size:18px}@media (max-width:575px){.pricing-star ul li a{font-size:15px}}.plan-price{padding:15px 0;background:#fafafa}.plan-price-2{background:#fafafa}.plan-price-3{background:#2e2e2e;padding-left:50px;padding-right:50px}@media only screen and (min-width:992px) and (max-width:1199px){.plan-price-3{padding:40px 25px}}@media (max-width:575px){.plan-price-3{padding:30px 15px}}.plan-price-3 p{margin-bottom:0;font-size:14px;color:#fff;text-transform:uppercase;font-weight:500}.plan-price .price{font-size:42px;margin-bottom:0;font-weight:var(--tp-fw-sbold)}.plan-price .price-2{color:var(--tp-common-white)}.plan-price .price span{font-size:20px;font-weight:var(--tp-fw-medium)}.plan-price-4{padding-left:50px;padding-right:50px}@media only screen and (min-width:992px) and (max-width:1199px){.plan-price-4{padding:40px 25px}}@media (max-width:575px){.plan-price-4{padding:30px 15px}}.plan-price-4 p{margin-bottom:0;font-size:14px;color:#777b83;text-transform:uppercase;font-weight:500}.plan-list ul li{display:block;list-style:none;font-size:15px;color:var(--tp-heading-primary);position:relative;margin-left:40px;margin-bottom:10px}.plan-list ul li:last-child{margin-bottom:0}.plan-list ul li i{position:absolute;left:-30px;top:5px}.plan-list ul .disable{color:var(--tp-grey-3)}.plan-list-2 ul li{color:var(--tp-common-white)}.plan-list-2 ul .disable{color:var(--tp-grey-3)}.pr-plan-item-border{border:1px solid var(--tp-grey-1)}.fq-item{border:0;border-bottom:1px solid #e1e1e1;background:0 0}.fq-button{border:0;padding:30px 0;box-shadow:none;font-size:24px;font-weight:var(--tp-fw-medium);color:var(--tp-heading-primary);position:relative;background:0 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){.fq-button{font-size:20px}}@media (max-width:575px){.fq-button{font-size:18px}}.fq-button:focus{box-shadow:none;outline:0}.fq-button:hover{color:var(--tp-theme-1)}.fq-button::after{display:none}.fq-button::before{position:absolute;content:"\f077";right:0;top:32px;font-family:var(--tp-ff-fontawesome)}.fq-button:not(.collapsed){color:var(--tp-theme-1);background-color:transparent;box-shadow:none;background:0 0}.fq-button:not(.collapsed)::before{transform:rotate(-180deg)}.fq-body{padding:20px 0;padding-top:0}.accordion-flush .fq-item:last-child{border-bottom:1px solid #e1e1e1}.faq-wrapper-1{margin-right:70px}@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-1{margin-right:0}}.privacy-title{font-weight:var(--tp-fw-light);font-size:26px;line-height:1.2}.privacy-title b{font-weight:var(--tp-fw-bold)}.privacy-nav{position:sticky;top:140px}.privacy-nav .nav-tabs{border:0;padding:0;margin:0;position:relative}.privacy-nav .nav-tabs::before{position:absolute;content:"";right:75px;background:var(--tp-grey-1);width:1px;height:100%}@media only screen and (min-width:992px) and (max-width:1199px),(max-width:575px){.privacy-nav .nav-tabs::before{right:35px}}.privacy-nav .nav-tabs .nav-item{list-style:none;margin-bottom:30px}.privacy-nav .nav-tabs .nav-item:last-child{margin-bottom:0}.privacy-nav .nav-tabs .nav-item .nav-link{border:0;margin:0;padding:0;background-color:transparent;font-size:18px;line-height:1.2;color:var(--tp-heading-primary);background-repeat:no-repeat;display:inline-block;position:relative}.privacy-nav .nav-tabs .nav-item .nav-link::after{position:absolute;content:"";left:auto;bottom:0;right:0;width:0%;height:1px;background-color:#fd4766}.privacy-nav .nav-tabs .nav-item .nav-link.active,.privacy-nav .nav-tabs .nav-item .nav-link:hover{color:var(--tp-theme-1)}.privacy-nav .nav-tabs .nav-item .nav-link.active::after,.privacy-nav .nav-tabs .nav-item .nav-link:hover::after{width:100%;left:0;right:auto}.search-wrapper{padding:40px 90px;border:1px solid var(--tp-grey-1);box-shadow:0 10px 30px 0 rgba(0,0,0,.09)}@media (max-width:575px){.search-wrapper{padding:0 0}}.m-sidebar-search{position:relative}.m-sidebar-search button{width:88px;height:88px;text-align:center;line-height:88px;background:var(--tp-theme-1);color:var(--tp-common-white);font-size:25px;display:inline-block;position:absolute;top:0;right:0}.m-sidebar-search input{padding-left:30px;padding-right:100px;background:0 0;height:88px;width:100%;border:0;outline:0;border:1px solid var(--tp-grey-1)}.m-sidebar-search input::placeholder{color:#999}.m-sidebar-search input:focus{border-color:var(--tp-theme-1)}.privacy-item ul{margin-top:20px;padding-left:20px}.privacy-item ul li{font-size:16px;margin-bottom:20px}.job-list-item{padding:50px;border:1px solid var(--tp-grey-1);transition:.3s}.job-list-item:hover{box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;transition:.3s}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.job-list-item{padding:25px}}.job-list-item:last-child{margin-bottom:0}.job-list-title{font-size:22px;line-height:1.2;font-weight:var(--tp-fw-sbold)}.job-list-title:hover{color:var(--tp-theme-1)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.job-list-title{font-size:20px;line-height:1.4}}.job-name{font-size:14px;font-weight:var(--tp-fw-regular);color:#777b83;display:block;letter-spacing:1px}.job-state{font-size:18px;font-weight:var(--tp-fw-sbold);color:var(--tp-theme-1);text-transform:uppercase;display:block}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.job-state{margin-top:50px;margin-bottom:30px}}.job-list-sm-title{font-size:18px;line-height:1.3;font-weight:var(--tp-fw-sbold)}.job-sm-name{font-size:15px;line-height:24px;color:#777b83;font-weight:var(--tp-fw-regular);letter-spacing:1px;display:block}.job-type{font-size:15px;color:var(--tp-heading-primary);font-weight:var(--tp-fw-medium);display:block;text-decoration:underline}.jobd-state{border-bottom:1px solid var(--tp-grey-1)}.job-dstate{font-size:18px;color:var(--tp-theme-1);font-weight:var(--tp-fw-sbold);display:block}.job-dtitle{font-size:22px;line-height:1.3;font-weight:var(--tp-fw-sbold)}.job-sm-dtitle{font-size:14px;font-weight:var(--tp-fw-regular);letter-spacing:1px;color:#777b83;text-transform:uppercase}.job-dtext a{font-size:16px;font-weight:var(--tp-fw-medium);color:var(--tp-heading-primary)}.job-feature-list ul li{list-style:none;margin-left:40px;position:relative;font-size:16px;margin-bottom:20px}.job-feature-list ul li i{color:var(--tp-theme-1);font-size:18px;position:absolute;left:-35px;top:4px}.job-feature-list ul li b{font-weight:var(--tp-fw-regular);color:var(--tp-heading-primary)}.job-feature-list-2 ul li{margin-bottom:30px}.job-details-contact{margin-left:100px}@media only screen and (min-width:992px) and (max-width:1199px){.job-details-contact{margin-left:60px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.job-details-contact{margin-left:0}}.shop-meta{display:flex;justify-content:space-between;align-items:center;padding:15px;border:1px solid var(--tp-grey-1);-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px}@media (max-width:575px){.shop-meta{display:block}}.search-result{font-size:15px;font-weight:var(--tp-fw-medium);display:block;color:var(--tp-heading-primary)}.shop-info{display:flex;justify-content:space-between;align-items:center}@media (max-width:575px){.shop-info{margin-top:15px}}.shop-nav{display:flex;margin-right:100px}@media only screen and (min-width:768px) and (max-width:991px){.shop-nav{margin-right:70px}}@media only screen and (min-width:576px) and (max-width:767px){.shop-nav{margin-right:50px}}@media (max-width:575px){.shop-nav{margin-right:30px}}.shop-nav-item{margin-right:10px;cursor:pointer}.shop-nav-item i{font-size:15px;color:var(--tp-heading-primary)}.shop-nav-item:last-child{margin-right:0}.select-option .nice-select{border:0;padding:0;font-size:15px;font-weight:var(--tp-fw-medium);color:var(--tp-heading-primary);height:auto;line-height:1.1;padding-right:40px;position:relative}.select-option .nice-select::after{width:10px;height:10px;top:35%;border-color:var(--tp-heading-primary)}.product-title{font-size:18px;font-weight:var(--tp-fw-medium)}.product-title:hover{color:var(--tp-theme-1)}.product-price{font-size:18px;font-weight:var(--tp-fw-medium);color:#777b83;display:block}.product-rating a{font-size:18px;color:#f7931e}.product-image{overflow:hidden;border-radius:5px}.product-image img{transition:all 1.5s cubic-bezier(0, 0, .2, 1);width:100%}.product-item:hover .product-image img{transform:scale3d(1.1,1.1,1.1)}.product-thumb{position:relative}.sale-tag{position:absolute;top:30px;left:30px;z-index:9}.sale-tag span{background:var(--tp-theme-1);color:var(--tp-common-white);text-transform:uppercase;font-weight:var(--tp-fw-sbold);font-size:12px;position:relative;text-align:center;z-index:9;display:block;padding:0 12px;border-radius:5px;letter-spacing:1px;cursor:pointer}.product-dinfo{display:flex}.product__details-nav .nav-tabs .nav-link.active{border-color:var(--tp-theme-1)}.product__details-nav .nav-tabs .nav-link{border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.product__details-nav .nav-tabs .nav-link{border:1px solid transparent;margin-bottom:20px;padding:0}@media (max-width:575px){.product__details-nav .nav-tabs .nav-link{margin-top:20px}}.product__details-nav .nav-tabs{border-bottom:0}.product__details-nav-thumb{margin-right:20px}@media (max-width:575px){.product__details-nav-thumb{margin-right:0}}.review-count{font-size:14px;font-weight:var(--tp-fw-medium);color:var(--tp-heading-primary);margin-left:15px}.product-dtitle{font-weight:var(--tp-fw-regular);font-size:30px;line-height:1.3}.product-dtitle b{font-weight:var(--tp-fw-sbold)}.product-dprice{font-size:30px;font-family:var(--tp-ff-body)}.product-dprice del{font-size:20px;color:#b9b9b9}.model-list a{font-size:12px;font-weight:var(--tp-fw-sbold);color:#777b83;background:#f4f4f4;display:inline-block;padding:0 10px;text-transform:uppercase;letter-spacing:2px;margin-right:15px}.model-list a:last-child{margin-right:0}.model-list a:hover{background:var(--tp-theme-1);color:var(--tp-common-white)}.product-model-title{font-size:16px;text-transform:capitalize;font-weight:var(--tp-fw-medium)}.cart-plus-minus{width:180px;position:relative}.cart-plus-minus input{border:0;outline:0;background:0 0;font-weight:400;color:#222;font-size:14px;display:inline-block;height:45px;list-style:45px;padding:0 50px;width:180px;border:1px solid #ebebeb;text-align:center;border-radius:0}.cart-plus-minus .qtybutton{font-size:20px;color:#222;display:inline-block;position:absolute;top:50%;height:22px;width:22px;background:0 0;border-radius:30px;line-height:1;cursor:pointer;text-align:center;border-radius:0;transform:translateY(-50%)}.cart-plus-minus .dec{left:20px}.cart-plus-minus .inc{right:20px}.product-quantity-title{font-size:14px;font-weight:var(--tp-fw-medium);color:var(--tp-heading-primary);text-transform:uppercase;margin-right:15px}.product-tabs{border:none}.product-tab-item{margin-right:35px;margin-bottom:15px}.product-tabs .product-tab-button{font-size:16px;font-weight:var(--tp-fw-medium);text-transform:uppercase;color:#777b83;padding:17px 54px;border:none;position:relative;border:1px solid #f1f1f1;border-radius:0;letter-spacing:1px}@media (max-width:575px){.product-tabs .product-tab-button{padding:15px 15px}}.product-tabs .product-tab-button.active{background:var(--tp-theme-1);color:var(--tp-common-white);border-color:var(--tp-theme-1)}.product__desc-info{padding-top:30px}.product__desc-info ul li{display:flex;align-items:center;padding:15px 30px}@media (max-width:575px){.product__desc-info ul li{padding:15px 15px}}.product__desc-info ul li:nth-child(odd){background:#f7f7f7}.product__desc-info ul li h6{font-size:16px;color:#454545;margin-bottom:0;font-weight:var(--tp-fw-medium);display:inline-block;width:25%}@media (max-width:575px){.product__desc-info ul li h6{width:60%}}.product__desc-info ul li span{font-size:16px;color:#454545}@media (max-width:575px){.product-button a{margin-right:0;margin-bottom:15px}}.review-rate h5{font-size:100px;letter-spacing:-.025em;color:#5aab19;font-weight:400;line-height:.8}.review-rate h5 span{font-size:24px}.review-rate .review-star a .fa-star{color:#f7931e}.review-count{font-size:14px}.review-des-infod h6{font-size:14px;line-height:24px;text-transform:uppercase;margin-bottom:15px;font-weight:var(--tp-fw-medium)}.review-des-infod h6 span{display:inline-block;color:#83878e}.review-details-des{display:flex}.review-details-des .author-image img{border-radius:50%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:1200px) and (max-width:1399px){.review-details-des p br{display:none}}.review-details-content .str-info{display:flex;align-items:center}.review-details-content .review-star a .fa-star{color:#f7931e}.review-details-content .name-date h6{font-size:16px;text-transform:capitalize}.review-details-content .name-date h6 span{color:#83878e;display:inline-block;font-weight:400}.add-review-option a{font-size:14px}.add-review-option a:hover{color:var(--tp-theme-1)}.comment-title h3{font-size:24px;font-weight:500;margin-bottom:5px}.comment-title p{color:#454545}.comment-rating span{font-size:15px;color:#454545;margin-right:5px}.comment-rating ul li{display:inline-block}.comment-rating ul li a{font-size:14px;color:#f7931e}.comment-rating ul{display:inline-block}#flexCheckDefault{top:5px;position:relative}.comment-agree input{margin:0;appearance:none;-moz-appearance:none;display:inline-block;width:18px;height:18px;background:0 0;border:2px solid #dadada;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;outline:0}.comment-agree label{margin-left:5px;font-size:15px;color:#454545}.comment-agree input::placeholder{color:#858585;font-size:14px;opacity:1}.comment-input input,.comment-textarea{width:100%;height:56px;line-height:54px;padding:0 23px;background:#f3f4f8;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;border:2px solid #f3f4f8;color:var(--tp-common-black);font-size:15px;margin-bottom:20px}.comment-input input::placeholder,.comment-textarea::placeholder{font-size:15px;color:#6d6e75}.comment-input input:focus,.comment-textarea:focus{border-color:var(--tp-theme-1);outline:0;background:var(--tp-common-white)}.comment-input input:focus,.comment-textarea:focus{border:1px solid var(--tp-theme-1)}.comment-input input::placeholder{color:#858585;font-size:14px;opacity:1}.comment-textarea{height:180px;padding:23px 25px;line-height:1.1;resize:none;margin-bottom:13px}.comment-textarea:focus{border:1px solid var(--tp-theme-1)}.comment-textarea::placeholder{color:#858585;font-size:14px;opacity:1}.related-product-title{font-size:30px;font-weight:var(--tp-fw-regular)}.related-product-title b{font-weight:var(--tp-fw-sbold)}.table-content table{border-color:var(--tp-grey-1);border-radius:0;border-style:solid;border-width:1px 0 0 1px;text-align:center;width:100%;margin-bottom:0;font-family:var(--tp-ff-heading)}.table-content .table>:not(:last-child)>:last-child>*{border-bottom-color:var(--tp-grey-1)}.table-content .product-quantity{float:none}.table-content table td.product-name{font-size:16px;font-weight:400;text-transform:capitalize}.table-content table td.product-name a:hover{color:var(--tp-theme-1)}.table-content table td{border-top:medium none;padding:20px 10px;vertical-align:middle;font-size:16px}.table-content .table>:not(:first-child){border-top:1px solid var(--tp-grey-1)}.table-content table td,.table-content table th{border-bottom:1px solid var(--tp-grey-1);border-right:1px solid var(--tp-grey-1)}.product-quantity input{color:#000;font-size:14px;font-weight:400;border:1px solid #dcdcdc}.table td,.table th{border-top:1px solid var(--tp-grey-1);font-weight:var(--tp-fw-medium)}.product-quantity>input{width:80px;border-radius:3px}.table-content table td.product-subtotal{font-size:16px}.table-content table td .cart-plus-minus{float:none;margin:0 auto;position:relative}.coupon-all{margin-top:50px}.coupon{float:left}@media (max-width:767px){.coupon{float:none}}#coupon_code{height:57px;border:2px solid var(--tp-grey-1);padding:0 15px;margin-right:10px;font-family:var(--tp-ff-heading);outline:0}@media (max-width:575px){#coupon_code{margin-right:0}}#coupon_code::placeholder{color:#6f7172}#coupon_code:focus{border-color:var(--tp-theme-1)}@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{font-size:25px;margin-bottom:20px;text-transform:capitalize}.cart-page-total>ul{border:1px solid var(--tp-grey-1)}.cart-page-total>ul>li{list-style:none;font-size:15px;color:#6f7172;padding:10px 30px;border-bottom:1px solid var(--tp-grey-1);font-weight:400;font-family:var(--tp-ff-heading)}.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{background-color:#f6f6f6;border-top:3px solid var(--tp-heading-primary);font-size:14px;font-weight:400;margin:0 0 25px;padding:1em 2em 1em 3.5em;position:relative;width:auto;font-family:var(--tp-ff-heading)}.coupon-accordion h3::before{content:"\f07b";left:15px;top:13px;position:absolute;color:#6f7172;font-family:"Font Awesome 5 Pro";font-weight:700}.coupon-accordion span{color:#6f7172;cursor:pointer;transition:.3s;font-weight:500;font-family:var(--tp-ff-heading)}.coupon-accordion span:hover,p.lost-password a:hover{color:var(--tp-heading-primary)}.coupon-content{border:1px solid var(--tp-grey-1);display:none;margin-bottom:20px;padding:30px}.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{display:block;color:#6f7172}.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{border:1px solid var(--tp-grey-1);height:45px;margin:0 0 14px;max-width:100%;padding:0 0 0 10px;width:100%;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.coupon-info p.form-row-first input:focus,.coupon-info p.form-row-last input:focus{border-color:var(--tp-theme-1)}.coupon-info p.form-row input[type=submit]:hover,p.checkout-coupon input[type=submit]:hover{background:var(--tp-theme-1) none repeat scroll 0 0}.coupon-info p.form-row input[type=checkbox]{position:relative;top:2px}.form-row>label{margin-top:15px;margin-left:15px;color:#6f7172}.buttons-cart a,.buttons-cart input,.coupon input[type=submit],.coupon-info p.form-row input[type=submit]{background:#252525 none repeat scroll 0 0;border:medium none;color:#fff;display:inline-block;float:left;font-size:12px;font-weight:700;height:40px;line-height:40px;margin-right:15px;padding:0 15px;text-transform:uppercase;transition:all .3s ease 0s}p.lost-password{margin-top:15px}p.lost-password a{color:#6f6f6f}p.checkout-coupon input[type=text]{height:45px;padding:0 15px;width:100%;border:1px solid var(--tp-grey-1);margin-bottom:15px;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}p.checkout-coupon input[type=text]:focus{border-color:var(--tp-theme-1)}p.checkout-coupon input[type=text]::placeholder{color:#6f7172}.coupon-checkout-content{display:none}.checkbox-form h3{border-bottom:1px solid var(--tp-grey-1);font-size:26px;margin:0 0 20px;padding-bottom:10px;width:100%}.country-select{margin-bottom:30px;position:relative}.country-select select{width:100%;background-color:transparent;border:1px solid var(--tp-grey-1);padding:0 10px;height:50px}.country-select .nice-select::after{margin-top:-5px}.checkout-form-list label,.country-select label{color:#6f7172;display:block;margin:0 0 5px;font-family:var(--tp-ff-heading)}.checkout-form-list label span.required,.country-select label span.required{color:var(--tp-theme-1)}.country-select .nice-select{border:1px solid var(--tp-grey-1);height:45px;padding-left:10px;width:100%;color:#6f7172;margin-bottom:20px;font-family:var(--tp-ff-heading);border-radius:0}.country-select .nice-select:focus{border-color:var(--tp-theme-1)}.country-select .nice-select .list{width:100%}.checkout-form-list{margin-bottom:30px}.checkout-form-list label{color:#6f7172}.checkout-form-list input[type=email],.checkout-form-list input[type=password],.checkout-form-list input[type=text]{background:#fff;border:1px solid var(--tp-grey-1);border-radius:0;height:45px;padding:0 0 0 10px;width:100%;outline:0;font-family:var(--tp-ff-heading);-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.checkout-form-list input[type=email]:focus,.checkout-form-list input[type=password]:focus,.checkout-form-list input[type=text]:focus{border-color:var(--tp-theme-1)}.checkout-form-list input[type=email]::-moz-placeholder,.checkout-form-list input[type=password]::-moz-placeholder,.checkout-form-list input[type=text]::-moz-placeholder{color:#6f7172;opacity:1}.checkout-form-list input[type=email]::placeholder,.checkout-form-list input[type=password]::placeholder,.checkout-form-list input[type=text]::placeholder{color:#6f7172;opacity:1}.checkout-form-list input[type=checkbox]{display:inline-block;margin-right:10px;position:relative;top:1px}.create-acc label{color:#6f7172;display:inline-block}.create-account{display:none}.ship-different-title h3 label{display:inline-block;margin-right:20px;color:#6f7172}.order-notes textarea{border:1px solid var(--tp-grey-1);height:90px;padding:15px;width:100%;outline:0;font-family:var(--tp-ff-heading)}.order-notes textarea:focus{border-color:var(--tp-theme-1)}.order-notes textarea::-moz-placeholder{color:#6f7172;opacity:1}.order-notes textarea::placeholder{color:#6f7172;opacity:1}#ship-box-info{display:none}.panel-group .panel{border-radius:0}.panel-default>.panel-heading{border-radius:0}.your-order{padding:30px 40px 45px;border:3px solid var(--tp-grey-1)}@media (max-width:767px){.your-order{padding:15px}}.your-order h3{border-bottom:1px solid var(--tp-grey-1);font-size:30px;margin:0 0 20px;padding-bottom:10px;width:100%}.your-order-table table{background:0 0;border:0;width:100%}.your-order-table table td,.your-order-table table th{border-bottom:1px solid var(--tp-grey-1);border-right:medium none;color:#6f7172;font-size:14px;padding:15px 0;text-align:left;font-family:var(--tp-ff-heading)}@media (max-width:767px){.your-order-table table td,.your-order-table table th{padding-right:10px}}.your-order-table table th{border-top:medium none;color:#6f7172;font-weight:400;text-align:left;vertical-align:middle;white-space:nowrap;width:250px;font-family:var(--tp-ff-heading)}.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:medium none}.your-order-table table tr.cart_item:hover{background:#f9f9f9}.your-order-table table tr.order-total td span{color:var(--tp-heading-primary);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{background-color:#fff;border:0;border-bottom:1px solid var(--tp-grey-1)}.payment-method .accordion-button{font-size:16px;font-weight:500;color:var(--tp-heading-primary);padding:23px 0;border:none;font-family:var(--tp-ff-heading)}.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{position:absolute;content:"\f067";left:auto;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-family:var(--tp-ff-fontawesome);font-size:16px;font-weight:400;margin-left:0;background-image:none}.payment-method .accordion-button:not(.collapsed){color:var(--tp-heading-primary);background-color:var(--tp-common-white);box-shadow:none}.payment-method .accordion-button:not(.collapsed)::after{content:"\f068"}.payment-method .accordion-body{padding:0;padding-bottom:20px}.payment-method .accordion-body p{margin-bottom:0}.payment-method .accordion-collapse{border:none}.panel-title>a{display:block}.order-button-payment input{background:#232323 none repeat scroll 0 0;border:medium none;color:#fff;font-size:15px;font-weight:600;height:40px;margin:0 0 0;padding:0;text-transform:uppercase;transition:all .3s ease 0s;width:100%}.order-button-payment input:hover{background:var(--tp-theme-1) none repeat scroll 0 0}.payment-method .btn-link{background:no-repeat;border:medium none;border-radius:0;color:#444;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;letter-spacing:1px;line-height:1;margin-bottom:0;padding:3px 10px;text-align:center;text-transform:uppercase;transition:all .3s ease 0s;vertical-align:middle;white-space:nowrap;text-decoration:none}.payment-method .card{background-color:#fff;border:1px solid var(--tp-grey-1);border-radius:0;margin-bottom:10px}.payment-method .accordion .card:first-of-type{border:1px solid var(--tp-grey-1)}.card-header:first-child{border-radius:0}.payment-method .card-header{background-color:#fff;border-bottom:1px solid var(--tp-grey-1)}.order-button-payment button{width:100%}.cart-plus-minus{width:180px}.cdcart-plus-minus input{border:0;outline:0;background:0 0;font-weight:400;color:var(--tp-heading-primary);font-size:14px;display:inline-block;height:45px;list-style:45px;padding:0 50px;width:180px;border:1px solid #ebebeb;text-align:center;-webkit-border-radius:30px;-moz-border-radius:30px;-o-border-radius:30px;-ms-border-radius:30px;border-radius:30px}.cart-plus-minus .qtybutton{font-size:20px;color:var(--tp-heading-primary);display:inline-block;position:absolute;top:50%;height:22px;width:22px;background:0 0;border-radius:30px;line-height:1;cursor:pointer;text-align:center;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.cart-plus-minus .dec{left:7px}.cart-plus-minus .inc{right:7px}.footer__widget-title{font-size:22px;color:var(--tp-common-black);margin-bottom:20px}.footer__widget ul li{list-style:none}.footer__widget ul li a{font-size:14px;color:var(--tp-text-1)}.footer__widget p{color:#a0a2a4}@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__info{padding-bottom:30px}}.footer__info-icon span{display:inline-block;background-color:#fd4766;color:var(--tp-common-white);font-size:22px;border-radius:50%;width:80px;height:80px;line-height:80px;text-align:center}.footer__info-content p{font-weight:500;font-size:16px;line-height:26px;color:#141515;margin-bottom:0}.footer__info-content p a:hover{color:#fd4766}.footer__copyright{padding-top:20px;padding-bottom:120px}.footer__copyright p{font-weight:400;font-size:15px;text-align:center;color:#141515;margin-bottom:0}.footer__top{border-top:1px solid #eceff4}.footer__top-inner{padding-top:120px;padding-bottom:63px;padding-left:70px;padding-right:70px}@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){.footer__top-inner{padding-left:0;padding-right:0}}#footer-link-inline{text-align:center;padding:35px 0;border-top:1px solid #eceff4;border-bottom:1px solid #eceff4}#footer-link-inline li{display:inline-block;margin:0 26px}@media only screen and (min-width:576px) and (max-width:767px){#footer-link-inline li{margin:0 12px}}@media (max-width:575px){#footer-link-inline li{margin:0 10px}}#footer-link-inline li a{font-weight:700;font-size:14px;line-height:16px;text-align:center;letter-spacing:.1em;text-transform:uppercase;color:#141515}#footer-link-inline li a:hover{color:#fd4766}.footer-col-1{margin-right:200px}@media only screen and (min-width:1200px) and (max-width:1399px){.footer-col-1{margin-right:180px}}@media only screen and (min-width:992px) and (max-width:1199px){.footer-col-1{margin-right:40px}}@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-col-1{margin-right:0}}.footer__list-item{display:flex;align-items:center;margin-right:120px;padding-bottom:30px;border-bottom:1px solid #313333}@media only screen and (min-width:1200px) and (max-width:1399px){.footer__list-item{margin-right:0}}@media only screen and (min-width:768px) and (max-width:991px){.footer__list-item{margin-right:40px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.footer__list-item{margin-right:0}}.footer__list-item:last-child{border-bottom:0}.footer__list-item p{color:var(--tp-common-white);margin-bottom:0}.footer__list-item p a{display:block}.footer__list-item p a:hover{color:var(--tp-theme-1)}.footer__list-icon{margin-right:30px}.footer__list-icon i{font-size:30px;color:var(--tp-theme-1)}.footer__widget form .contact-filed input,.footer__widget form .contact-filed textarea{width:100%;height:60px;background:0 0;border:0;border-bottom:1px solid #313333;outline:0;box-shadow:none;color:var(--tp-common-white);resize:none}.footer__widget form .contact-filed input:focus,.footer__widget form .contact-filed textarea:focus{border-color:var(--tp-common-white)}.footer__widget form .contact-filed input::-moz-placeholder,.footer__widget form .contact-filed textarea::-moz-placeholder{color:#a0a2a4;font-size:var(--tp-fz-body);opacity:1}.footer__widget form .contact-filed input::placeholder,.footer__widget form .contact-filed textarea::placeholder{color:#a0a2a4;font-size:var(--tp-fz-body);opacity:1}.footer__widget form .contact-filed textarea{height:160px}.tpcopyright-area{padding:15px 0}.tpcopyright-area p{color:#a0a2a4;margin-bottom:0}@media (max-width:575px){.tpcopyright-area p{text-align:center;margin-bottom:15px}}.tpcopyright-area-2 p{color:var(--tp-heading-primary)}.tpcopyright-area-4{padding:25px 0}.tpcopyright-area-4 p{margin-bottom:0;color:var(--tp-common-white)}.tpcopyright-border{border-top:1px solid #eceff4}.ft-social{text-align:right}@media (max-width:575px){.ft-social{text-align:center}}.ft-social a{display:inline-block;height:45px;width:45px;line-height:45px;color:#727373;margin-right:15px;text-align:center;border-radius:50%;background:var(--tp-heading-primary)}.ft-social a:last-child{margin-right:0}.ft-social a:hover{color:var(--tp-common-white)}.ft-social-2 a{background:0 0;color:#b9b9b9;margin-right:10px}.ft-social-2 a:hover{background:0 0;color:var(--tp-heading-primary)}.ft-social-12 a{width:inherit;margin-right:35px}.tp-footer-sm-title{font-size:40px;font-weight:var(--tp-fw-medium);line-height:1.2}@media only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:1200px) and (max-width:1399px){.tp-footer-sm-title{font-size:38px}}@media only screen and (min-width:992px) and (max-width:1199px){.tp-footer-sm-title{font-size:35px}}@media only screen and (min-width:768px) and (max-width:991px){.tp-footer-sm-title{font-size:30px}}.tp-footer-sm-title span{position:relative;display:inline;background-image:linear-gradient(#fd4766,#fd4766),linear-gradient(#fd4766,#fd4766);background-size:0 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear;color:var(--tp-theme-1)}.tp-footer-sm-title:hover span{background-size:0 2px,100% 2px}.tp-footer-xs-title{font-size:13px;font-weight:var(--tp-fw-sbold);line-height:1.2;color:#777b83;text-transform:uppercase;letter-spacing:2px}.tp-footer-social-list a{font-size:22px;font-weight:var(--tp-fw-medium);color:var(--tp-heading-primary);display:inline-block;margin-right:5px;margin-bottom:10px;position:relative;background-image:linear-gradient(#141515,#141515),linear-gradient(#141515,#141515);background-size:0 1px,100% 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;transition:background-size .4s linear;line-height:1.4;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.tp-footer-social-list a:hover{color:var(--tp-theme-1);background-image:linear-gradient(var(--tp-theme-1),var(--tp-theme-1)),linear-gradient(var(--tp-theme-1),var(--tp-theme-1))}.tp-footer-social-list-2 p{margin-bottom:0}.tp-footer-social-list-2 a{background-image:none}.tp-footer-social-list-2 a:hover{background-image:none}.footer-col-2{margin-left:100px}@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){.footer-col-2{margin-left:0}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.footer-col-3{margin-right:70px}}@media only screen and (min-width:1400px) and (max-width:1600px),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){.footer-col-3 p br{display:none}}.tp-map-area{line-height:0;height:100%;width:100%}.tp-map-area iframe{width:100%;height:100%;filter:brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg)}@media only screen and (min-width:992px) and (max-width:1199px){.tp-map-area iframe{height:650px}}@media only screen and (min-width:768px) and (max-width:991px){.tp-map-area iframe{height:550px}}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tp-map-area iframe{height:500px}}.tpfooter-sm-title-2{font-size:16px;font-weight:var(--tp-fw-sbold);text-transform:uppercase}.tpfooter-sm-title-2 i{font-size:20px;color:var(--tp-theme-1);margin-right:8px}.tpfooter-sd-title{font-size:26px;line-height:1.2;font-weight:var(--tp-fw-sbold)}@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfooter-sd-title{font-size:22px}}.tpfooter-contact-list ul li{margin-bottom:20px}.tpfooter-contact-list ul li:last-child{margin-bottom:0}.tpfooter-contact-list ul li a{font-size:18px;line-height:38px;color:#777b83;display:inline-block}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){.tpfooter-contact-list ul li a br{display:none}}.tpfooter-contact-list ul li a:hover{color:var(--tp-theme-1)}.tpfooter-contact-list p{font-size:18px;line-height:50px;color:#777b83}.tpfooter-contact-list p:hover{color:var(--tp-theme-1)}.tpfooter-contact-list-2 ul li{margin-bottom:0}.tpfooter-contact-list-2 ul li p{margin-bottom:0}.footer-col-4{margin:0 85px}@media only screen and (min-width:1400px) and (max-width:1600px){.footer-col-4{margin:0 40px}}@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){.footer-col-4{margin:0 30px}}.border-top-2{border-top:1px solid #2c2f2f}.footer-sm-title{font-size:14px;font-weight:var(--tp-fw-medium);color:var(--tp-grey-5);text-transform:uppercase}.footer-sp-title{font-size:32px;line-height:1.2;color:var(--tp-common-white);font-weight:var(--tp-fw-sbold)}@media only screen and (min-width:992px) and (max-width:1199px){.footer-sp-title{font-size:20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.footer-sp-title{font-size:25px}}.footer-sp-title i{color:var(--tp-theme-1);margin-right:6px}.footer-sp-title a:hover{color:var(--tp-theme-1)}.footer-sp-contact{font-size:17px;font-weight:var(--tp-fw-medium);color:var(--tp-common-white);display:block}.footer-sp-contact a:hover{color:var(--tp-theme-1)}.footer-xs-title{font-size:18px;font-weight:var(--tp-fw-medium);color:var(--tp-common-white)}.footer__widget ul li{margin-bottom:8px}.footer__widget ul li:last-child{margin-bottom:0}.footer__widget ul li a{font-size:15px;font-weight:var(--tp-fw-medium);color:var(--tp-grey-5)}.footer__widget ul li a:hover{color:var(--tp-theme-1)}.footer-xs-wrapper p{color:var(--tp-grey-5)}@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-xs-wrapper p br{display:none}}.copyright-links{text-align:right}.copyright-links a{font-size:15px;font-weight:var(--tp-fw-medium);display:inline-block;color:var(--tp-grey-5);margin-right:20px}.copyright-links a:hover{color:var(--tp-theme-1)}.copyright-links a:last-child{margin-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){.copyright-links{margin-top:15px;text-align:left}}.footer-contact-wrapper{border-radius:20px;overflow:hidden}.footer-contact-wrapper-shadow{box-shadow:0 4px 4px rgba(0,0,0,.25)}.footer-contact-overlay{position:relative;z-index:1}.footer-contact-overlay::after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background-color:#141515;opacity:.9;z-index:-1}.footer-copyright-text{padding:20px 0}.footer-copyright-text p{font-size:15px;color:#141515;margin-bottom:0}.mode-switch-wrapper .label i{width:55px;height:55px;text-align:center;line-height:53px;border-radius:50%;color:var(--tp-heading-primary);transition:.3s;cursor:pointer;position:relative;z-index:1;border:1px solid var(--tp-border-2)}@media (max-width:575px){.mode-switch-wrapper .label i{width:45px;height:45px;line-height:44px}}.mode-switch-wrapper .label i::after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:linear-gradient(245.39deg,#1c99fe -.28%,#7644ff 47.72%,#fd4766 91.3%);background-size:200% 100%;border-radius:50%;z-index:-1;visibility:hidden;opacity:0}.mode-switch-wrapper .label i:hover{color:var(--tp-common-white);border-color:transparent}.mode-switch-wrapper .label i:hover::after{visibility:visible;opacity:1}.checkbox{opacity:0;position:absolute}.active-light-mode .tp-light-icon{display:none}.active-dark-mode .tp-dark-icon{display:none}.mode-switch-wrapper-2 .label i{background:0 0;border:0;height:auto;width:auto}.mode-switch-wrapper-2 .label i:hover{background:0 0;color:var(--tp-theme-1)}.active-dark-mode{background:var(--tp-common-black)}.active-dark-mode .tp-header-action-6 ul li .mode-switch-wrapper .label i{color:#fff}.active-dark-mode ::-moz-selection{background:var(--tp-common-white);color:var(--tp-common-black);text-shadow:none}.active-dark-mode ::-moz-selection{background:var(--tp-common-white);color:var(--tp-common-black);text-shadow:none}.active-dark-mode ::selection{background:var(--tp-common-white);color:var(--tp-common-black);text-shadow:none}.active-dark-mode p{color:var(--tp-grey-5)}.active-dark-mode .logo-white{display:block}.active-dark-mode .logo-dark{display:none}.active-dark-mode .tp-header-area .tpmenu ul li a{color:var(--tp-common-white)}.active-dark-mode .tp-header-area .tpmenu ul li.has-dropdown>a::after{color:var(--tp-common-white)}.active-dark-mode .tp-header-area .tp-header-action ul li a{color:var(--tp-common-white)}.active-dark-mode .tp-header-area .mode-switch-wrapper .label{color:var(--tp-common-white)}.active-dark-mode .tpmenu ul li .submenu li:hover>a{color:var(--tp-common-white)}.active-dark-mode .header-sticky{background:#222}.active-dark-mode .inner-border{border-bottom:1px solid #181818}.active-dark-mode .mode-switch-wrapper .label i{color:var(--tp-common-white)}.active-dark-mode .tphero-area{background:var(--tp-common-black-soft)}.active-dark-mode .tpdesign-sub-title{color:var(--tp-common-white)}.active-dark-mode .down-arrow a{background:var(--tp-common-black-soft);color:var(--tp-common-white);transition:.3s}.active-dark-mode .down-arrow a:hover{background:linear-gradient(260.16deg,#1c99fe 9.94%,#7644ff 54.82%,#fd4766 95.56%);color:var(--tp-common-white)}.active-dark-mode .grey-bg{background:var(--tp-common-black)}.active-dark-mode .tp-title{color:var(--tp-common-white)}.active-dark-mode .about-des-text{color:#a0a2a4}.active-dark-mode .tpservices-area{background:var(--tp-common-black-soft);position:relative;z-index:1}.active-dark-mode .tpservices-2{background:var(--tp-common-black-soft);border-color:#313333}.active-dark-mode .tpservices__title{color:var(--tp-common-white)}.active-dark-mode .tpservices__title:hover{color:var(--tp-theme-1)}.active-dark-mode .tpservices__btn a span{background:var(--tp-common-white)}.active-dark-mode .tpbrand-area{background:#181818}.active-dark-mode .tpproject-area{background:var(--tp-common-black-soft)}.active-dark-mode .ts-tabs button{background:var(--tp-common-black);color:var(--tp-common-white);border:1px solid #313333}.active-dark-mode .ts-tabs button:hover{background:var(--tp-theme-1);border-color:var(--tp-theme-1);color:var(--tp-common-white)}.active-dark-mode .tp-arrow-style button.slick-arrow{background:var(--tp-common-black-soft);color:var(--tp-common-white);border:1px solid #313333}.active-dark-mode .tp-arrow-style button.slick-arrow:hover{background:var(--tp-theme-1);border-color:var(--tp-theme-1);color:var(--tp-common-white)}.active-dark-mode .client__nav{background:var(--tp-common-black-soft);border:1px solid var(--tp-border-3)}.active-dark-mode .slick-current .client__nav{border-color:var(--tp-theme-1)}.active-dark-mode .client__nav-title{color:var(--tp-common-white)}.active-dark-mode .client__review{background:var(--tp-common-black-soft);border:1px solid var(--tp-border-3)}.active-dark-mode .client__review p{color:var(--tp-common-white)}.active-dark-mode .tpagency__slider button.slick-arrow{background:var(--tp-common-black);color:var(--tp-common-white)}.active-dark-mode .tpagency__slider button.slick-arrow:hover{background:var(--tp-theme-1);color:var(--tp-common-white)}.active-dark-mode .tpagency__down-btn a{background:var(--tp-common-black);color:var(--tp-common-white)}.active-dark-mode .tpagency__down-btn a:hover{color:var(--tp-common-white);background:var(--tp-theme-1)}.active-dark-mode .tpservices-3{background:var(--tp-common-black);border:1px solid var(--tp-border-3)}.active-dark-mode .tpfact-wrapper{background:var(--tp-common-black-soft)}.active-dark-mode .tpfact__item{background:var(--tp-common-black)}.active-dark-mode .fact-title{color:var(--tp-common-white)}.active-dark-mode .fact-title:hover{color:var(--tp-theme-1)}.active-dark-mode .tpfrn-content{background:0 0}.active-dark-mode .tpfrn-content p{color:var(--tp-common-white)}.active-dark-mode .tpfrn-content-2{background:0 0}.active-dark-mode .tpfrn-sub-title{color:var(--tp-common-white)}.active-dark-mode .tpfrn-about-area{background:var(--tp-common-black-soft)}.active-dark-mode .tpfrn-about-title{color:var(--tp-common-white)}.active-dark-mode .tpfrn-about p{color:#a0a2a4}.active-dark-mode .tpfrn-services-area{background:var(--tp-common-black-soft)}.active-dark-mode .tpservices-4{background:var(--tp-common-black-soft)}.active-dark-mode .tpservices__btn a svg *{fill:#5A5B5B;opacity:100%}.active-dark-mode .tpservices__btn a:hover svg *{fill:var(--tp-common-white);opacity:100%}.active-dark-mode .tpfrn-bg-image::before{background:0 0;opacity:.6}.active-dark-mode .tpfrn-area-3{background:var(--tp-common-black-soft)}.active-dark-mode .tpsec-title{color:var(--tp-common-white)}.active-dark-mode .trfrn-arrow-style:hover{color:var(--tp-common-white)}.active-dark-mode .tpfrn-project-area{background:var(--tp-common-black-soft)}.active-dark-mode .tpfrn-project-title{color:var(--tp-common-white)}.active-dark-mode .tpfrn-project-title a{background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff)}.active-dark-mode .client-designation{color:#a0a2a4}.active-dark-mode .client .review-text{color:var(--tp-common-white)}.active-dark-mode .tpcta-area{background:#000}.active-dark-mode .tp-border-btn{border-color:var(--tp-common-white);color:var(--tp-common-white)}.active-dark-mode .tp-border-btn:hover{border-color:var(--tp-theme-1)}.active-dark-mode .tpbs-title{color:var(--tp-common-white)}.active-dark-mode .tps-about-wrap p{color:#a0a2a4}.active-dark-mode .features__list-text p{color:var(--tp-common-white)}.active-dark-mode .tpbs-about-area{background:var(--tp-common-black-soft)}.active-dark-mode .tpbsvideo-content p{color:#a0a2a4}.active-dark-mode .tpbs-services-area{background:var(--tp-common-black-soft)}.active-dark-mode .tpservices-tpbs{background:var(--tp-heading);border:1px solid var(--tp-border-3)}.active-dark-mode .tpservices-tpbs p{color:#a0a2a4}.active-dark-mode .tpbs-btn-2{color:var(--tp-common-white)}.active-dark-mode .tpbs-btn-2:hover{color:var(--tp-theme-1)}.active-dark-mode .tpbs-video-wrapper{background:var(--tp-common-black)}.active-dark-mode .tpservices__btn a{color:var(--tp-common-white)}.active-dark-mode .tpservices__btn a:hover{color:var(--tp-theme-1)}.active-dark-mode .tpbs-project-area{background:var(--tp-common-black-soft)}.active-dark-mode .tpbs-project__title{color:var(--tp-common-white)}.active-dark-mode .tpbs-project__title:hover{color:var(--tp-theme-1)}.active-dark-mode .tpbs-cta-area{background:var(--tp-common-black-soft)}.active-dark-mode .tpbs-title-df{color:var(--tp-common-white)}.active-dark-mode .tpbs-brand{background:var(--tp-common-black-soft)}.active-dark-mode .tpblog__title{color:var(--tp-common-white)}.active-dark-mode .tpblog__title a{background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff)}.active-dark-mode .tpblog__catagory{color:var(--tp-common-white)}.active-dark-mode .tpblog__date{color:var(--tp-common-white)}.active-dark-mode .tp-minimal__design-title{color:var(--tp-common-white)}.active-dark-mode .tp-minimal__design-title span{color:transparent;-webkit-text-stroke:1.2px var(--tp-common-white)}.active-dark-mode .tp-minimal__design .tpds-text{color:var(--tp-common-white)}.active-dark-mode .tpds-title{color:var(--tp-common-white)}.active-dark-mode .tpds-title span{color:var(--tp-common-white)}.active-dark-mode .tpproject-5 .tpproject__btn a i{color:var(--tp-common-white)}.active-dark-mode .tpproject-5 .tpproject__btn a i:hover{color:var(--tp-theme-1)}.active-dark-mode .tp-minimal__design .tpds-text-2{color:var(--tp-common-white)}.active-dark-mode .tp-minimal__design-wrapper-2 p{color:var(--tp-common-white)}.active-dark-mode .tpservices-info p{color:var(--tp-common-white)}.active-dark-mode .tp-minimal__design-social a{background:var(--tp-common-black-soft);color:#939393}.active-dark-mode .tp-minimal__design-social a:hover{color:var(--tp-common-white)}.active-dark-mode .tp-mds-services{background:var(--tp-common-black)}.active-dark-mode .tpservices-border{border-right:1px solid var(--tp-common-black)}.active-dark-mode .tp-mds-services:hover{transform:translateY(20px);background:var(--tp-common-black-soft)}.active-dark-mode .tpvideo-area-df.grey-bg{background:var(--tp-heading-primary)}.active-dark-mode .tpproject-area-minimal{background:var(--tp-common-black)}.active-dark-mode .tpproject__menu button{color:var(--tp-common-white)}.active-dark-mode .tpproject__menu button.active{color:var(--tp-theme-1)}.active-dark-mode .tpproject__content{background:var(--tp-heading-primary)}.active-dark-mode .tpproject__title{color:var(--tp-common-white)}.active-dark-mode .tpproject__title:hover{color:var(--tp-theme-1)}.active-dark-mode .tpproject__btn a svg *{fill:#5A5B5B;opacity:100%}.active-dark-mode .tpproject__btn:hover a svg *{fill:var(--tp-common-white);opacity:100%}.active-dark-mode .tptestimonial-area.grey-bg{background:var(--tp-common-black)}.active-dark-mode .tpm-testimonial{background:var(--tp-common-black);border:1px solid #313132}.active-dark-mode .tpm-testimonial p{color:#a0a2a4}.active-dark-mode .client__name{color:var(--tp-common-white)}.active-dark-mode .tpmblog-item:hover{box-shadow:0 10px 25px 0 rgba(0,0,0,.15);transition:.3s;background:var(--tp-heading-primary)}.active-dark-mode .tpmblog-title{color:var(--tp-common-white)}.active-dark-mode .tpmblog-item p{color:var(--tp-grey-5)}.active-dark-mode .tp-creative-hero__title{color:var(--tp-common-white)}.active-dark-mode .tp-creative-hero__title span{color:transparent;-webkit-text-stroke:2px var(--tp-common-white)}.active-dark-mode .tpcr-btn{color:var(--tp-common-white)}.active-dark-mode .tp-creative-hero-image{background:var(--tp-heading-primary)}.active-dark-mode .tp-creative__menu{border-top:1px solid var(--tp-border-4)}.active-dark-mode .tp-creative__menu-grid{border-top:0}.active-dark-mode .tp-creative__menu-grid{border-bottom:1px solid var(--tp-border-4)}.active-dark-mode .tp-creative__menu-grid .active{color:var(--tp-theme-1)}.active-dark-mode .tp-creative__menu button{border:1px solid var(--tp-border-4)}.active-dark-mode .tp-gcreative-title{color:var(--tp-common-white)}.active-dark-mode .tp-creative__menu .tp-cr-btn{border:none;color:var(--tp-common-white)}.active-dark-mode .tp-creative__menu .tp-cr-btn.active{color:var(--tp-theme-1)}.active-dark-mode .tp-gcreative-title span{background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff)}.active-dark-mode .tp-photograper-cta-title{color:var(--tp-common-white)}.active-dark-mode .tpbs-scroll-btn{background:var(--tp-heading-primary);color:var(--tp-common-white);border-color:var(--tp-heading-primary)}.active-dark-mode .tpbs-scroll-btn:hover{color:var(--tp-common-white);background:var(--tp-theme-1);border-color:var(--tp-theme-1)}.active-dark-mode .tpbs-scroll-btn-df{background:var(--tp-common-white)}.active-dark-mode .tpbs-scroll-btn-df i{color:var(--tp-heading-primary)}.active-dark-mode .tpbs-scroll-btn-df:hover is{color:var(--tp-common-white)}.active-dark-mode .tpmodel-hero-title{color:var(--tp-common-white)}.active-dark-mode .tpmodel-hero-contcat-info a{color:var(--tp-common-white)}.active-dark-mode .tpcopyright-border{border-top:1px solid var(--tp-border-4)}.active-dark-mode .tpcopyright-area-2 p{color:var(--tp-common-white)}.active-dark-mode .ft-social-2 a:hover{background:0 0;color:var(--tp-theme-1)}.active-dark-mode .tpfurniture-title{color:var(--tp-common-white)}.active-dark-mode .tp-ts-btn:hover{color:var(--tp-common-white)}.active-dark-mode .tpfurniture-title span{background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff)}.active-dark-mode .tpfurniture-contact-title{color:var(--tp-common-white)}.active-dark-mode .tpbs-project__title-2{color:var(--tp-common-white)}.active-dark-mode .tpbs-project__title-2 a{background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff)}.active-dark-mode .tp-footer-sm-title{color:var(--tp-common-white)}.active-dark-mode .tp-footer-social-list a{color:var(--tp-common-white)}.active-dark-mode .footer__widget p{color:var(--tp-grey-5)}.active-dark-mode .tppoletics-title{color:var(--tp-common-white)}.active-dark-mode .tppoletics-sd-title{-webkit-text-stroke:1.2px var(--tp-common-white);-webkit-background-clip:text}.active-dark-mode .tppoletics-text{color:var(--tp-common-white)}.active-dark-mode .bio-wrapper.grey-bg{background:var(--tp-common-black-soft)}.active-dark-mode .biograpy-title{color:var(--tp-common-white)}.active-dark-mode .biograpy-area.white-bg{background:var(--tp-common-black)}.active-dark-mode .vote-area.white-bg{background:var(--tp-common-black)}.active-dark-mode .vote-title{color:var(--tp-common-white)}.active-dark-mode .vote-sm-title{color:var(--tp-common-white)}.active-dark-mode .border-top{border-top:1px solid var(--tp-border-4)!important}.active-dark-mode .tppo-services-area.grey-bg{background:var(--tp-common-black-soft)}.active-dark-mode .tp-political-project.grey-bg{background:var(--tp-common-black-soft)}.active-dark-mode .tpevent-area.grey-bg{background:var(--tp-common-black-soft)}.active-dark-mode .tpevent-item{background:var(--tp-common-black)}.active-dark-mode .tpevent-title{color:var(--tp-common-white)}.active-dark-mode .tpevent-title:hover{color:var(--tp-theme-1)}.active-dark-mode .tpevent-sm-title{color:var(--tp-common-white)}.active-dark-mode .tpevent-title a{background-image:linear-gradient(#fd4766,#fd4766),linear-gradient(#fd4766,#fd4766)}.active-dark-mode .tppo-testimonial-area.grey-bg{background:var(--tp-common-black-soft)}.active-dark-mode .tppo-testimonial-wrapper.white-bg{background:var(--tp-common-black)}.active-dark-mode .tppo-testimonial-wrapper button.slick-arrow:hover{color:var(--tp-common-white)}.active-dark-mode .tppoblog-area.grey-bg{background:var(--tp-common-black-soft)}.active-dark-mode .tpblog__content-2{background:var(--tp-common-black)}.active-dark-mode .tpfooter-sm-title-2{color:var(--tp-common-white)}.active-dark-mode .tpfooter-sd-title{color:var(--tp-common-white)}.active-dark-mode .tpabout-xd-title{color:var(--tp-common-white)}.active-dark-mode .tpabout-xs-title{color:var(--tp-common-white)}.active-dark-mode .tpfact-border-right{border-right:1px solid var(--tp-border-4)}.active-dark-mode .tpfact__item-df{border-top:1px solid var(--tp-border-4)}.active-dark-mode .tpbs-review p{color:var(--tp-common-white)}.active-dark-mode .tp-award-area{background:var(--tp-common-black-soft)}.active-dark-mode .award-title{color:var(--tp-common-white)}.active-dark-mode .award-title:hover{color:var(--tp-theme-1)}.active-dark-mode .tp-award-item{border:1px solid var(--tp-border-4)}.active-dark-mode .award-icon{border-left-color:var(--tp-border-4);border-right-color:var(--tp-border-4)}.active-dark-mode .award-icon i:hover{color:var(--tp-common-white)}.active-dark-mode .tp-photograper-cta-2{background-color:var(--tp-common-black-soft)}.active-dark-mode .sd-banner-sm-item p{color:var(--tp-common-white)}.active-dark-mode .aboutme-feature-list ul li p{color:var(--tp-common-white)}.active-dark-mode .getin-touch-area{background-color:var(--tp-common-black)}.active-dark-mode .aboutme-social a{border-color:var(--tp-border-4)}.active-dark-mode .ab-tabs{border-color:var(--tp-border-4)}.active-dark-mode .ab-tabs .ab-tab-item{border-color:var(--tp-border-4);color:var(--tp-common-white);background-color:transparent;box-shadow:none}.active-dark-mode .ab-tabs .ab-tab-item.active{color:var(--tp-theme-1)}.active-dark-mode .tab-pane-title{color:var(--tp-common-white)}.active-dark-mode .skill-item-title{color:var(--tp-common-white)}.active-dark-mode .edu-exp-title{color:var(--tp-common-white)}.active-dark-mode .get-in-touch-wrapper{border-color:var(--tp-border-4)}.active-dark-mode .tp-contact-form-field input,.active-dark-mode .tp-contact-form-field select,.active-dark-mode .tp-contact-form-field textarea{background:rgba(251,251,251,.1098039216);border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode .tp-contact-form-field input:focus,.active-dark-mode .tp-contact-form-field select:focus,.active-dark-mode .tp-contact-form-field textarea:focus{border-color:var(--tp-theme-1)}.active-dark-mode .services-list-area-2{background-color:var(--tp-common-black-soft)}.active-dark-mode .tpfrn-testimonial-area-2{background-color:var(--tp-common-black-soft)}.active-dark-mode .pricing-plan-item{background-color:var(--tp-common-black-soft)}.active-dark-mode .plan-list ul li{color:var(--tp-common-white)}.active-dark-mode .plan-list ul .disable{color:var(--tp-grey-5)}.active-dark-mode .plan-price{background:#000}.active-dark-mode .plan-price .price{color:var(--tp-common-white)}.active-dark-mode .tp-sqbtn-border{color:var(--tp-common-white);border:2px solid var(--tp-common-black)}.active-dark-mode .tp-sqbtn-border:hover{border-color:var(--tp-theme-1)}.active-dark-mode .pricing-plan-item-df .tp-sqbtn-border{color:var(--tp-common-white);border:2px solid #333}.active-dark-mode .pricing-plan-item-df .tp-sqbtn-border:hover{color:#fff;border-color:var(--tp-theme-1)}.active-dark-mode .tp-sqbtn-active:hover{color:var(--tp-common-white)}.active-dark-mode .services-details-area{background-color:var(--tp-common-black-soft)}.active-dark-mode .services-d-title{color:var(--tp-common-white)}.active-dark-mode .services-sm-title{color:var(--tp-common-white)}.active-dark-mode .step-title{color:var(--tp-common-white)}.active-dark-mode .step-number-wrapper::after{background:var(--tp-common-black-soft)}.active-dark-mode .project-list-area{background:var(--tp-common-black-soft)}.active-dark-mode .basic-pagination ul li a,.active-dark-mode .basic-pagination ul li span{border:2px solid var(--tp-border-4)}.active-dark-mode .basic-pagination ul li a:hover,.active-dark-mode .basic-pagination ul li span:hover{border-color:var(--tp-theme-1)}.active-dark-mode .basic-pagination ul li span.current{border-color:var(--tp-theme-1)}.active-dark-mode .tp-creative-lists-area{background-color:#222}.active-dark-mode .tp-furniture-project-2{background:var(--tp-common-black-soft)}.active-dark-mode .project-details-area{background:var(--tp-common-black-soft)}.active-dark-mode .details-nav-item a{color:var(--tp-common-white)}.active-dark-mode .faq-area{background:var(--tp-common-black-soft)}.active-dark-mode .fq-button{color:var(--tp-common-white)}.active-dark-mode .fq-item{border-color:var(--tp-border-4)}.active-dark-mode .accordion-flush .fq-item:last-child{border-color:var(--tp-border-4)}.active-dark-mode .team-area{background:var(--tp-common-black);position:relative;z-index:1}.active-dark-mode .tpteam-title{color:var(--tp-common-white)}.active-dark-mode .pricing-plan-area-2{background:var(--tp-common-black-soft)}.active-dark-mode .pr-plan-item-border{border-color:var(--tp-border-4)}.active-dark-mode .privacy-content-area{background:var(--tp-common-black-soft)}.active-dark-mode .privacy-title{color:var(--tp-common-white)}.active-dark-mode .privacy-nav ul li a{color:var(--tp-common-white)}.active-dark-mode .privacy-nav ul li a:hover{color:var(--tp-theme-1)}.active-dark-mode .privacy-nav-wrapper::before{background:var(--tp-border-4)}.active-dark-mode .job-list-area{background:var(--tp-common-black-soft)}.active-dark-mode .job-list-item{border-color:var(--tp-border-4)}.active-dark-mode .job-list-title{color:var(--tp-common-white)}.active-dark-mode .job-list-title:hover{color:var(--tp-theme-1)}.active-dark-mode .job-list-sm-title{color:var(--tp-common-white)}.active-dark-mode .job-type{color:var(--tp-common-white)}.active-dark-mode .job-details-area{background:var(--tp-common-black-soft)}.active-dark-mode .jobd-state{border-color:var(--tp-border-4)}.active-dark-mode .job-dtitle{color:var(--tp-common-white)}.active-dark-mode .job-dtext a{color:var(--tp-common-white)}.active-dark-mode .job-feature-list ul li b{color:var(--tp-common-white)}.active-dark-mode .shop-area{background:var(--tp-common-black-soft)}.active-dark-mode .shop-meta{border-color:var(--tp-border-4)}.active-dark-mode .search-result{color:var(--tp-common-white)}.active-dark-mode .shop-nav-item i{color:var(--tp-common-white)}.active-dark-mode .select-option .nice-select{color:var(--tp-common-white);background:0 0}.active-dark-mode .select-option .nice-select .list{background:var(--tp-common-black-soft);color:var(--tp-common-white)}.active-dark-mode .select-option .nice-select::after{border-color:var(--tp-common-white)}.active-dark-mode .product-title{color:var(--tp-common-white)}.active-dark-mode .product-title:hover{color:var(--tp-theme-1)}.active-dark-mode .product-details{background:var(--tp-common-black-soft)}.active-dark-mode .product-dtitle{color:var(--tp-common-white)}.active-dark-mode .product-dprice{color:var(--tp-common-white)}.active-dark-mode .product-model-title{color:var(--tp-common-white)}.active-dark-mode .product-quantity-title{color:var(--tp-common-white)}.active-dark-mode .cart-plus-minus input{color:var(--tp-common-white);border-color:var(--tp-border-4)}.active-dark-mode .cart-plus-minus .qtybutton{color:var(--tp-common-white)}.active-dark-mode .tp-sqbtn-border-2{border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode .tp-sqbtn-border-2:hover{border-color:var(--tp-theme-1)}.active-dark-mode .tp-sqbtn-active-2:hover{color:var(--tp-common-white)}.active-dark-mode .model-list a{background:var(--tp-common-black)}.active-dark-mode .product-tabs .product-tab-button{border-color:var(--tp-border-4)}.active-dark-mode .product-additional-info{background:var(--tp-common-black-soft)}.active-dark-mode .product__desc-info ul li:nth-child(odd){background:var(--tp-common-black)}.active-dark-mode .product__desc-info ul li h6{color:var(--tp-common-white)}.active-dark-mode .product__desc-info ul li span{color:var(--tp-common-white)}.active-dark-mode .review-des-infod h6{color:var(--tp-common-white)}.active-dark-mode .review-count{color:var(--tp-common-white)}.active-dark-mode .comment-title h3{color:var(--tp-common-white)}.active-dark-mode .comment-rating span{color:var(--tp-common-white)}.active-dark-mode .comment-agree label{color:var(--tp-common-white)}.active-dark-mode .related-product-area{background:var(--tp-common-black-soft)}.active-dark-mode .related-product-title{color:var(--tp-common-white)}.active-dark-mode .comment-input input{background:var(--tp-common-black);border-color:var(--tp-common-black)}.active-dark-mode .comment-input input:focus{border-color:var(--tp-theme-1)}.active-dark-mode .comment-textarea{background:var(--tp-common-black);border-color:var(--tp-border-4)}.active-dark-mode .comment-textarea:focus{border-color:var(--tp-theme-1)}.active-dark-mode .blog-grid-area{background:var(--tp-common-black-soft)}.active-dark-mode .blog-grid-title{color:var(--tp-common-white)}.active-dark-mode .blog-grid-title a{background-image:linear-gradient(#fff,#fff),linear-gradient(#fff,#fff)}.active-dark-mode .blog-grid-date i{color:var(--tp-common-white)}.active-dark-mode .postbox__area{background:var(--tp-common-black-soft)}.active-dark-mode .postbox__title{color:var(--tp-common-white)}.active-dark-mode .postbox__title:hover{color:var(--tp-theme-1)}.active-dark-mode .sidebar-title{color:var(--tp-common-white)}.active-dark-mode .widget{border-color:var(--tp-border-4)}.active-dark-mode .n-sidebar-search input{background:var(--tp-common-black-soft);color:var(--tp-common-white)}.active-dark-mode .feed-content h6{color:var(--tp-common-white)}.active-dark-mode .feed-content h6:hover{color:var(--tp-theme-1)}.active-dark-mode .single-category{border-color:var(--tp-border-4)}.active-dark-mode .single-tag{border-color:var(--tp-border-4)}.active-dark-mode .search-area{background:var(--tp-common-black-soft)}.active-dark-mode .search-wrapper{border-color:var(--tp-border-4)}.active-dark-mode .m-sidebar-search input{border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode .postbox__area{background:var(--tp-common-black-soft)}.active-dark-mode .postbox__title-df{color:var(--tp-common-white)}.active-dark-mode .active-dark-mode p{color:var(--tp-common-white)}.active-dark-mode .postbox__title-sm{color:var(--tp-common-white)}.active-dark-mode .blogd-tag-title{color:var(--tp-common-white)}.active-dark-mode .tags-list a{border-color:var(--tp-border-4)}.active-dark-mode .tags-list a:hover{border-color:var(--tp-theme-1)}.active-dark-mode .bolgd-tags-wrapper{border-color:var(--tp-border-4)}.active-dark-mode .postbox__comment-title{color:var(--tp-common-white)}.active-dark-mode .postbox-share-title{color:var(--tp-common-white)}.active-dark-mode .postbox__comment-name h5{color:var(--tp-common-white)}.active-dark-mode .postbox__comment-reply a{background:var(--tp-common-black)}.active-dark-mode .postbox__comment-reply a:hover{background:var(--tp-theme-1)}.active-dark-mode .postbox__comment-form-title{color:var(--tp-common-white)}.active-dark-mode .postbox__comment-input input,.active-dark-mode .postbox__comment-input textarea{background:var(--tp-common-black);border-color:var(--tp-common-black);color:var(--tp-common-white)}.active-dark-mode .postbox__comment-input input:focus,.active-dark-mode .postbox__comment-input textarea:focus{border-color:var(--tp-theme-1)}.active-dark-mode .contact-darea{background:var(--tp-common-black-soft)}.active-dark-mode .conatct-sm-title{color:var(--tp-common-white)}.active-dark-mode .contact-item{background:var(--tp-common-black)}.active-dark-mode .contact-item-title{color:var(--tp-common-white)}.active-dark-mode .contact-item-last .contact-icon i{color:var(--tp-theme-1)}.active-dark-mode .sign-area{background:var(--tp-common-black-soft)}.active-dark-mode .sign-title{color:var(--tp-common-white)}.active-dark-mode .sign-wrapper{border-color:var(--tp-border-4)}.active-dark-mode .sign__social{border-color:var(--tp-border-4)}.active-dark-mode .error-area{background:var(--tp-common-black-soft)}.active-dark-mode .error-title{color:var(--tp-common-white)}.active-dark-mode .cart-area{background:var(--tp-common-black-soft)}.active-dark-mode .table td,.active-dark-mode .table th{color:var(--tp-common-white)}.active-dark-mode .table-content table td,.active-dark-mode .table-content table th{border-color:var(--tp-border-4)}.active-dark-mode .table-content .table>:not(:last-child)>:last-child>*{border-color:var(--tp-border-4)}.active-dark-mode .table-content .table>:not(:first-child){border-color:var(--tp-border-4)}.active-dark-mode .table-content table{border-color:var(--tp-border-4)}.active-dark-mode #coupon_code{background:var(--tp-common-black);border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode #coupon_code:focus{border-color:var(--tp-theme-1)}.active-dark-mode .cart-page-total>ul>li{border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode .checkout-area,.active-dark-mode .coupon-area{background:var(--tp-common-black-soft)}.active-dark-mode .coupon-accordion h3{background-color:var(--tp-common-black-soft);border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode .coupon-accordion span:hover{color:var(--tp-common-white)}.active-dark-mode .coupon-content{border-color:var(--tp-border-4)}.active-dark-mode .coupon-info p.form-row-first input,.active-dark-mode .coupon-info p.form-row-last input{background:var(--tp-common-black);border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode .coupon-info p.form-row-first input:focus,.active-dark-mode .coupon-info p.form-row-last input:focus{border-color:var(--tp-theme-1)}.active-dark-mode p.checkout-coupon input[type=text]{background:var(--tp-common-black);border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode p.checkout-coupon input[type=text]:focus{border-color:var(--tp-theme-1)}.active-dark-mode .checkout-form-list input[type=email],.active-dark-mode .checkout-form-list input[type=password],.active-dark-mode .checkout-form-list input[type=text]{background:var(--tp-common-black);border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode .checkout-form-list input[type=email]:focus,.active-dark-mode .checkout-form-list input[type=password]:focus,.active-dark-mode .checkout-form-list input[type=text]:focus{border-color:var(--tp-theme-1)}.active-dark-mode .country-select .nice-select{background:var(--tp-common-black);border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode .country-select .nice-select:focus{border-color:var(--tp-theme-1)}.active-dark-mode .nice-select .option{background:var(--tp-common-black);color:var(--tp-common-white)}.active-dark-mode .checkbox-form h3{border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode .order-notes textarea{background:var(--tp-common-black);border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode .order-notes textarea:focus{border-color:var(--tp-theme-1)}.active-dark-mode .ship-different-title h3 label{color:var(--tp-common-white)}.active-dark-mode .your-order h3{color:var(--tp-common-white);border-color:var(--tp-border-4)}.active-dark-mode .your-order-table table td,.active-dark-mode .your-order-table table th{border-color:var(--tp-border-4)}.active-dark-mode .your-order-table table tr.cart_item:hover{background:var(--tp-common-black-soft)}.active-dark-mode .payment-method .accordion-body{background:var(--tp-common-black-soft)}.active-dark-mode .payment-method .accordion-button:not(.collapsed){background:var(--tp-common-black-soft)}.active-dark-mode .payment-method .accordion-button{background:var(--tp-common-black-soft);color:var(--tp-common-white)}.active-dark-mode .payment-method .accordion-item{border-color:var(--tp-border-4)}.active-dark-mode .your-order{border-color:var(--tp-border-4)}.active-dark-mode .tpmenu ul li .submenu{background:var(--tp-common-black)}.active-dark-mode .tpmenu ul li .submenu li a{color:#a8b0c3}.active-dark-mode .tpmenu ul li .submenu li a:hover{color:var(--tp-theme-1);background-color:var(--tp-common-black-soft)}.active-dark-mode .tpmenu ul li .megamenu{background:var(--tp-common-black)}.active-dark-mode .tpmenu ul li .megamenu li a{color:#a8b0c3}.active-dark-mode .tpmenu ul li .megamenu li a:hover{color:var(--tp-theme-1);background-color:var(--tp-common-black-soft)}.active-dark-mode .cart-page-total>h2{color:#fff}.active-dark-mode .cart-page-total>ul{border-color:var(--tp-border-4)}.active-dark-mode .tp-header-action-coming-soon ul li a{border:1px solid var(--tp-border-2);color:var(--tp-heading-primary)!important}.active-dark-mode .tp-header-action-coming-soon ul li a:hover{color:var(--tp-common-white)!important;border-color:var(--tp-theme-1)}.active-dark-mode .coming-soon-area{background-color:transparent}.active-dark-mode .cm-subscribe .m-sidebar-search input{color:var(--tp-common-white)}.active-dark-mode .tp-dot-style .slick-dots li.slick-active button{box-shadow:inset 0 0 0 1px var(--tp-theme-1)}.active-dark-mode .footer-copyright-text p{color:var(--tp-common-white)}.active-dark-mode .tpfrn-content-inner{background-color:var(--tp-common-black-soft)}.active-dark-mode .comment-input input,.active-dark-mode .comment-textarea{color:var(--tp-common-white)}.active-dark-mode .sign-input label{color:var(--tp-common-white)}.active-dark-mode .sign-input input{background:var(--tp-common-black);border-color:var(--tp-border-4);color:var(--tp-common-white)}.active-dark-mode .sign__agree .switch{background:var(--tp-common-black);border-color:var(--tp-border-4)}.active-dark-mode .sign__agree .switch::before{background-color:var(--tp-border-4)}.active-dark-mode .sign-line{background-color:var(--tp-border-4)}.active-dark-mode .tp-btn-black:hover{color:var(--tp-common-white)}.active-dark-mode .blog-item-15{background-color:#222}.active-dark-mode .blog-meta-15 .blog-category{color:var(--tp-common-white)}.active-dark-mode .blog-title-15{color:var(--tp-common-white)}.active-dark-mode .privacy-nav .nav-tabs .nav-item .nav-link{color:var(--tp-grey-5)}.active-dark-mode .privacy-nav .nav-tabs .nav-item .nav-link.active,.active-dark-mode .privacy-nav .nav-tabs .nav-item .nav-link:hover{color:var(--tp-theme-1)}.active-dark-mode .blog__area{background-color:#181818}.active-dark-mode .blog-slider .swiper-pagination-bullet{background-color:#cfcfcf}.active-dark-mode .blog-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{box-shadow:inset 0 0 0 1px var(--tp-theme-1);background-color:transparent}.active-dark-mode .blog-slider-nav-1 button{background:var(--tp-common-black-soft);color:var(--tp-common-white);border:1px solid #313333}.active-dark-mode .blog-slider-nav-1 button:hover{color:var(--tp-common-white);background-color:var(--tp-theme-1);border-color:var(--tp-theme-1)}.active-dark-mode .cta-area-3{background-color:#1f1f1f}.active-dark-mode .tp-photograper-portfolio-text{color:var(--tp-common-white)}.active-dark-mode .privacy-item ul li{color:var(--tp-grey-5)}.active-dark-mode .privacy-nav .nav-tabs::before{background:#6c6c6c}.active-dark-mode .hero-bg-6::after{background-color:var(--tp-heading-primary)}.active-dark-mode .experience-title{color:var(--tp-common-white)}.active-dark-mode .experience-sm-item{border-color:#262626}.active-dark-mode .contact__form-input input,.active-dark-mode .contact__form-input textarea{background:#222;border-color:#222;color:#fff}.active-dark-mode .contact__form-input input:focus,.active-dark-mode .contact__form-input textarea:focus{border-color:var(--tp-theme-1)}.active-dark-mode .contact__form-input-2 input,.active-dark-mode .contact__form-input-2 textarea{background:#151515;border-color:#151515;color:#fff}.active-dark-mode .contact__form-input-2 input:focus,.active-dark-mode .contact__form-input-2 textarea:focus{border-color:var(--tp-theme-1)}.active-dark-mode .contact__social h4{color:#fff}.active-dark-mode .job-details-contact .contact__form-input input,.active-dark-mode .job-details-contact .contact__form-input textarea{background:#202020;border-color:#202020;color:#fff}.active-dark-mode .job-details-contact .contact__form-input input:focus,.active-dark-mode .job-details-contact .contact__form-input textarea:focus{border-color:var(--tp-theme-1)}.active-dark-mode .job-details-contact .contact__form-input-2 input,.active-dark-mode .job-details-contact .contact__form-input-2 textarea{background:#202020;border-color:#202020;color:#fff}.active-dark-mode .job-details-contact .contact__form-input-2 input:focus,.active-dark-mode .job-details-contact .contact__form-input-2 textarea:focus{border-color:var(--tp-theme-1)}.active-dark-mode .about-me-form .contact__form-input input,.active-dark-mode .about-me-form .contact__form-input textarea{background:#222;border-color:#222;color:#fff}.active-dark-mode .about-me-form .contact__form-input input:focus,.active-dark-mode .about-me-form .contact__form-input textarea:focus{border-color:var(--tp-theme-1)}.active-dark-mode .about-me-form .contact__form-input-2 input,.active-dark-mode .about-me-form .contact__form-input-2 textarea{background:#222;border-color:#222;color:#fff}.active-dark-mode .about-me-form .contact__form-input-2 input:focus,.active-dark-mode .about-me-form .contact__form-input-2 textarea:focus{border-color:var(--tp-theme-1)}.active-dark-mode .about-me-form .contact__form-agree input{background:#111;border-color:#fff}.active-dark-mode .about-me-form .contact__form-agree input:checked{background-color:var(--tp-theme-1);border-color:var(--tp-theme-1)}.active-dark-mode .contact__form-agree input{background:#000;border-color:#fff}.active-dark-mode .contact__form-agree input:checked{background-color:var(--tp-theme-1);border-color:var(--tp-theme-1)}.active-dark-mode .contact__form-agree label a{color:var(--tp-text-1)}.active-dark-mode .contact__form-agree label a:hover{color:var(--tp-theme-1)}.active-dark-mode .contact__info{background:#222}.active-dark-mode .contact__info-inner{background:#222}.active-dark-mode .contact__info-text h4{color:var(--tp-common-white)}.active-dark-mode .contact__social ul li a.pin{color:#fff;background:#d8163f}.active-dark-mode .contact__social ul li a.pin:hover{color:#d8163f;background-color:#fff}.active-dark-mode .contact__social ul li a.tw{color:#fff;background:#03a9f4}.active-dark-mode .contact__social ul li a.tw:hover{color:#03a9f4;background-color:#fff}.active-dark-mode .contact__social ul li a.fb{color:#fff;background:#285da1}.active-dark-mode .contact__social ul li a.fb:hover{color:#285da1;background-color:#fff}.active-dark-mode .footer__info-content p{color:var(--tp-common-white)}.active-dark-mode #footer-link-inline{border-color:#2c2f2f}.active-dark-mode #footer-link-inline li a{color:var(--tp-common-white)}.active-dark-mode #footer-link-inline li a:hover{color:#fd4766}.active-dark-mode .footer__copyright p{color:var(--tp-common-white)}.active-dark-mode .footer__area{background-color:#141515}.active-dark-mode .footer__top{border-top:1px solid #2c2f2f}.active-dark-mode .cm-title{color:#fff}.active-dark-mode .cm-subscribe{border-color:#333;box-shadow:none;background-color:transparent}.active-dark-mode .notify-title{color:#fff}.active-dark-mode .cm-subscribe .m-sidebar-search-2 button{background:#333}.active-dark-mode .cm-subscribe .m-sidebar-search-2 button:hover{background:var(--tp-theme-1)}.active-dark-mode .s-tp-cta-black .tpcta-area{background-color:#222!important}.active-dark-mode .s-tp-cta-black .tp-photograper-cta-2{background-color:var(--tp-common-black-soft)!important}.active-dark-mode .tp-price-section-title-dark{background-color:#222!important}.active-dark-mode .tp-price-section-dark{background-color:#222!important}.active-dark-mode .getin-touch-area-2{background-color:#222}.active-dark-mode .tp-brand-section-dark{background-color:#181818}.active-dark-mode .tp-biography-black .bio-wrapper{background:#222!important}.active-dark-mode .tp-services-black .tppo-services-area{background:#222!important}.active-dark-mode .tppo-services-item{background:var(--tp-common-black)}.active-dark-mode .tppo-services-icon i{color:#fff}.active-dark-mode .tppo-services-title{color:#fff}.active-dark-mode .tp-portfolio-black .tp-political-project{background:#222!important}.active-dark-mode .tp-event-black .tpevent-area{background-color:#222}.active-dark-mode .tp-testimonial-black .tppo-testimonial-area{background-color:#222!important}.active-dark-mode .tp-blog-black .tppoblog-area{background-color:#222!important}.active-dark-mode .tpfrn-area{background-color:var(--tp-common-black-soft)}.active-dark-mode .tpfrn-area-2{background-color:var(--tp-common-black-soft)}.active-dark-mode .tpfrn-content-2{background-color:var(--tp-common-black-soft)}.active-dark-mode .tp-brand-area-agency .tpbrand-area{background-color:#000}.active-dark-mode .tp-brand-area-studio .tpbrand-area{background-color:#000}.active-dark-mode .tp-testimonial-area-studio .tptestimonial-area{background-color:#181818!important}.active-dark-mode .nerox-footer-bottom-12{border-color:var(--tp-border-4)!important}.active-dark-mode .nerox-footer-bottom-12 p{color:#b9b9b9!important}.active-dark-mode .footer-12-black{border-color:var(--tp-border-4)!important}.active-dark-mode .tp-brand-area-about .tpbrand-area{background-color:#000}.active-dark-mode .tp-brand-area-services-1{border-color:var(--tp-border-4)!important}.active-dark-mode .tp-testimonial-area-services-3-black .tpfrn-testimonial-area{background-color:#181818!important}.active-dark-mode .tp-cta-area-services-3 .tp-photograper-cta-2{background-color:#222!important}.active-dark-mode .tp-brand-area-services-3 .tpbrand-area{background-color:#000}.active-dark-mode .tagcloud a{border-color:var(--tp-border-4)}.active-dark-mode .rc__post-title{color:#fff}.active-dark-mode blockquote{color:#fff;position:relative;background:var(--tp-common-black-soft);border:1px solid var(--tp-border-4)}.active-dark-mode blockquote cite{color:#fff}.active-dark-mode blockquote p{color:#fff}.active-dark-mode .tp-blog-area blockquote p{color:#fff}.active-dark-mode .postbox__text h3{color:#fff}.active-dark-mode .comment-reply-title{color:#fff}.active-dark-mode .postbox__comment-input input,.active-dark-mode .postbox__comment-input textarea{background:var(--tp-common-black-soft);border-color:var(--tp-common-black-soft);color:var(--tp-common-white)}.active-dark-mode .page-title.blog-search-title{color:#fff}.active-dark-mode .error__thumb h4{color:#fff}.active-dark-mode .error__title{color:#fff}.active-dark-mode .sidebar__area{background:#222 none repeat scroll 0 0}.active-dark-mode .sidebar__logo{border-color:#3e3e3e}.active-dark-mode .sidebar__search input{border-color:#3e3e3e}.active-dark-mode .sidebar__contact h4{color:#fff}.active-dark-mode .sidebar__contact-icon i{border-color:#3e3e3e;color:var(--tp-text-body)}.active-dark-mode .sidebar__social ul li a{background:#333}.active-dark-mode .mean-container .mean-nav ul li a{color:var(--tp-common-white);border-color:#3e3e3e}.active-dark-mode .mean-container .mean-nav ul li a:hover{color:var(--tp-theme-1)}.active-dark-mode .mean-container .mean-nav ul li a.mean-expand{border-color:#3e3e3e!important}.active-dark-mode .mean-container .mean-nav ul li a.mean-expand.mean-clicked i{color:var(--tp-common-white)}.active-dark-mode .tpfact-wrapper.grey-bg::after{background-color:var(--tp-common-black-soft)}