@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&family=Squada+One&display=swap');

/*======================General Styling=====================*/
/*html {
    cursor: url('https://www.webinane.com/wp-themes/haircutter/images/icons8-barber-50.png'), pointer;
}*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: 'Manjari', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Squada One', cursive;
	font-weight: 700;
	color: #333;
}
p {
	color: #666;
	font-family: 'Manjari', sans-serif;
}
header svg {
    height: 60px;
    width: 170px;
}
a,
a:hover,
a:focus,
input, 
button, 
textarea, 
input:focus, 
button:focus, 
textarea:focus  {
    text-decoration: none;
    outline: none;
}
a {
    color: inherit;
}
a,
img,
:before,
:after,
button,
input,
textarea,
span {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.bg-gray {
	background-color: #f4f8ff;
}
.overlap-sec {
	margin-top: -100px;
}
.gap {
	padding: 120px 0;
}
.gap.no-bottom {
    padding-bottom: 0;
    background-color: #fff;
    position: relative;
}
.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.theme-btn {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 12px 30px;
    font-family: 'Squada One', cursive;
    border: 1px solid;
    font-weight: 400;
}
.theme-btn:hover {
	background-color: white;
	border: 1px solid;
}
/*====================Featured Area================*/
.featured-sec {
	padding: 180px 0 0;
	z-index: 1;
}
.featured-area svg {
	height: 100px;
    width: 278px;
}
.featured-area {
	padding-bottom: 130px;
}
.featured-area > h1 {
    font-size: 4.175rem;
    max-width: 80%;
    margin: 0 auto 0.083em;
}
.featured-area > img {
	margin-bottom: 40px;
}
.featured-area p {
	font-size: 1.125rem;
	line-height: 1.628;
	color: #222222;
	max-width: 50%;
    margin: 0 auto;
}
.feature-count a {
	height: 195px;
	width: 270px;
	background-color: #f7a000;
	border-radius: 20px;
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5% 0;
	text-transform: uppercase;
	text-align: center;
}
.feature-count a:nth-child(2) {
	background-color: #ff4d29;
}
.feature-count a:last-child {
	background-color: #0c6c7c;
}
.feature-count a span {
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}
.feature-count a h2 {
	font-size:3.125rem;
	color: inherit;
	margin-bottom: 5px;
}
.feature-count a img {
	margin: 10px auto 0;
	display: block;
}
/*=====================Demos Area===============*/
.new-heading {
	margin-bottom: 50px;
}
.new-heading span {
    font-size: 90px;
    line-height: 80px;
    font-family: 'Squada One', cursive;
    font-weight: 400;
}
.new-heading h1 {
    font-size: 50px;
    font-weight: 400;
    margin-top: 0px !important;
}
.new-heading p {
	font-size: 1.125rem;
	max-width: 55%;
	margin: 0 auto;
}
.demo-item {
    margin-bottom: 40px;
}
.demo-item .demo-img {
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    border: 10px solid #fff;
    margin-bottom: 10px;
}
.demo-item .demo-img img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.demo-item a.preview-btn {
    font-size: 18px;
    padding: 15px 30px;
    text-transform: uppercase;
    position: absolute;
    bottom: -72px;
    left: 0;
    color: #fff;
    width: 100%;
    z-index: 2;
    font-family: 'Squada One', cursive;
    font-weight: 400;
}
.demo-item > a {
    color: #000;
    font-size: 24px;
    display: inline-block;
    font-family: 'Squada One', cursive;
}
.demo-item:hover a.preview-btn{
	bottom: 0;
}
/*====================Testimonial Section===========*/
.section-title h2 {
	font-size: 3.125rem;
}
.section-title p {
	color: white;
	width: 75%;
	margin: auto;
	text-align: center;
}
.testi-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 35px rgba(0,0,0,0.2);
	padding: 4px;
	margin-bottom: 2.8125rem;
}
.testi-star h5,
.testi-top > span {
	font-size: 0.875rem;
}
.testi-top {
	padding: 20px 25px;
}
.testi-box p {
	font-size: 1.125rem;
	color: #424242;
	line-height: 1.667em;
	font-style: italic;
	padding: 1.389em 1.944em 1.667em;
}
.testi-star .rating span {
	color: #fff600;
	font-size: 20px;
}
/*====================Event Section===========*/
.sec-heading2 h2 {
	font-size: 70px;
    font-weight: 400;
}
.sec-heading2 p {
    font-size: 18px;
    line-height: 32px;
    width: 85%;
    margin: auto;
}
.sec-heading2 {
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.simple-icon {
	margin-bottom: 40px;
}
.simple-icon > span {
	height: 125px;
	width: 125px;
	background-color: #fff;
	border: 8px solid #f1f1f1;
	line-height: 114px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 25px;
}
.simple-icon > span i  {
	font-size: 3.3rem;
}
.simple-icon h3 {
	font-size: 1.625rem;
}
.simple-icon:hover span {
    color: #fff;
}
/*=====================Support Section==========*/
.support-item {
	background-color: #fff;
	box-shadow: 0 0 35px rgba(0,0,0,0.2);
	padding: 50px 50px 40px 50px;
}
.support-item h3 {
	font-size: 1.875rem;
}
.support-item p {
	font-size: 1.0625rem;
	line-height: 1.765em;
}
/*=====================Call To Action===========*/
.call-to-action h2 {
	font-size: 2.8125rem;
	font-weight: 600;
}
.call-to-action p {
	font-size: 1.125rem;
	line-height: 1.875rem;
}
.call-to-action .theme-btn {
	background-color: #fff;
}
.call-to-action .theme-btn:hover {
	background-color: transparent;
	color: white ;
	border: 1px solid white !important;


}
.call-img {
    margin-top: -60px;
}
/*=======================Inner Pages Section=============*/
.inner-page-slider .page-item a {
	border-radius: 10px;
	box-shadow: 0 0 35px rgba(0,0,0,0.2);
	border: 10px solid #fff;
	display: block;
}
.purchase-btns .live-btn {
	background-color: #d92323;
	border: 1px solid;

}
.purchase-btns .live-btn:hover {
	color: #d92323;
	background-color: white;
	border: 1px solid;

}
.purchase-btns .pur-btn {
	background-color: #5b972a;
	border: 1px solid;
}
.purchase-btns .pur-btn:hover {
	color: #5b972a;
	background-color: white;
	border: 1px solid;
}
.purchase-btns a + a {
	margin-left: 15px;
}
.theme-inner-pages {
	padding-bottom: 100px;
}
.purchase-btns.text-center {
    margin-bottom: -140px;
}
.inner-page-slider .owl-stage {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*===================Buy Themes Section============*/
.buy-themes-sec h2 {
	font-size: 3.125rem;
    margin-top: 70px;
}
.buy-themes-sec p {
	font-weight: 500;
	font-size: 1.0625rem;
	width: 75%;
	margin: auto;
}
/*===================Plugins============*/
.plugins .gap {
	padding-top: 0;
}
.plugins h3 {
    font-size: 50px;
    font-weight: 700;
}
.plugins .new-heading {
    text-align: center;
}
.plugins .new-heading span {
    font-size: 18px;
    color: #444;
}

.small-box div.tini-sec .li {
    float: left;
    width: 18.5%;
    height: 190px;
    padding: 40px 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #fff;
}
.small-box div.tini-sec .li {

    height: 190px;
    padding: 40px 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #fff;
}
.small-box {
    float: left;
    text-align: center;
    width: 100%;
}
.small-box div.tini-sec {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.small-box div.tini-sec .li {
    float: left;
    width: 18%;
    height: 190px;
    padding: 40px 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.small-box div.tini-sec .li img {
	border-radius: 13px;
}
.small-box div.tini-sec .li p {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*================Footer=============*/
footer {
	background-color: #000000;
}
.footer-area p {
	color: #dcdcdc;
	font-size: 1rem;
}
.footer-menu ul li a {
	color: #dcdcdc;
	font-size: 1rem;
}
.footer-menu ul li + li {
	margin-left: 20px;
}
/*=======================Restinn============*/
.restin-our-clients .bg-img::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #00000080;
    position: absolute;
}

/*=======================Color Scheme============*/
.featured-area h1 span,
.theme-color,
.call-to-action .theme-btn,
.theme-btn:hover,
.simple-icon > span {
	color: #ee9546;
}
.theme-bg,
.theme-btn {
	background-color: #ee9546;
}
.simple-icon:hover span,
.theme-btn:hover {
	border-color: #ee9546;
}
/*Header*/
.site-navigation nav ul li a:hover{
	color: #95271a;
}
a.loginn {
    padding: 12px 18px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3d75e6;
    background-color: transparent;
    color: #3d75e6;
	text-transform: capitalize;
}
a.loginn:hover {
	background-color: #3d75e6 !important;
	color: white !important;
	border: 1px solid  #3d75e6 !important;
}
a.contact:hover,
a.loginn:hover {
    background-color: transparent;
    color: #3d75e6;
}

a.contact {
    padding: .66rem 2.2rem;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3d75e6;
	text-transform: capitalize;
	background-color: #3d75e6;

}
a.contact:hover {
	border: 1px solid #3d75e6;
}
.site-btn ul {
    margin-bottom: 0;
}
header {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.header-wrapper {
    padding: 1rem 0;
}
.site-navigation nav ul li {
    margin: 0 4px;
}
.site-navigation nav ul li a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #161515;
    padding: 0 15px;
    transition: all 0.35s ease-in-out;
}
header.sticky .header-wrapper {
    padding: 0.75rem 0;
}
.responsive-header {
    display: none;
}
.responsive-header {
    display: none;
}
.res-header-bar {
    padding: 15px;
}
.res-btns > a {
    background-color: #fff;
    color: #0575e6;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    text-align: center;
    padding: 0;
}
.close-menu {
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
    background-color: #0575e6;
}
.close-menu:hover {
    background-color: #033333;
    color: #fff;
}
.responsive-menu-wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    height: 100%;
    padding: 20px 15px;
    transition: all 0.35s ease-in-out;
}
.responsive-menu-wrapper ul {
    margin: 35px 0 20px;
}
.responsive-menu-wrapper ul li {
    margin: 4px 0;
}
.responsive-menu-wrapper ul li a:hover {
    color: #333;
}
.responsive-menu-wrapper.active {
    left: 0;
}
@media (max-width: 980px) {
    .responsive-header {
        display: block;
    }
}
@media (max-width: 425px) {
    .res-btns > a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .res-header-bar img {
        width: 130px;
    }
}

.hea-der nav ul {
	list-style: none;
}

.hamburger,
.crosss {
	display: none;
}


/* New Style */
.bg-black {
	background-color: #000;
}
.inner-pages {
    background-color: #f1f1f1;
}
.inner-pages .sec-heading2 h2 {
	margin-bottom: 20px;
}
.inner-pages .sec-heading2 p {
    width: 50%;
    margin: auto;
}
.inner-pages .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-pages .owl-dots button {
    width: 13px;
    height: 13px;
    background: white !important;
    display: flex;
    margin: 0 2.5px;
    border-radius: 100%;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}
.inner-pages .owl-dots button.active {
	width: 45px;
	border-radius: 10px;
	opacity: 1;
}
.inner-pages .theme-inner-pages {
	padding-bottom: 0;
}
.inner-pages .inner-page-slider .owl-stage {
    padding-top: 40px;
    padding-bottom: 40px;
}

.choose-us {
    background-color: #f1f1f1;
    padding-bottom: 70px;
}
.choose-us .simple-icon h3 {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Manjari', sans-serif;
    color: #111;
    width: 60%;
    margin: auto;
}
.choose-us .simple-icon > span {
	margin-bottom: 15px;
}
.choose-us .simple-icon > span {
    height: 130px;
    width: 130px;
    border: 0;
    line-height: 114px;
    text-align: center;
    display: inline-flex;
    border-radius: 50%;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    position: relative;
    border:  2px solid transparent;
}
.choose-us .simple-icon:hover span {
    border-color: #ee9546;
}
.choose-us .simple-icon > span img {
    width: 60px;
    height: 60px;
}
.choose-us .simple-icon > span:before,
.choose-us .simple-icon > span{
    transition: 0.3s ease-in-out;
}
.choose-us .simple-icon > span:before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #c0c0c0;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    position: absolute;
    top: 5px;
    right: 5px;
}
.choose-us .simple-icon > span:hover:before {
    background-color: #ee9546;
} 
.choose-us .simple-icon {
    margin-bottom: 50px;
}
.choose-us .sec-heading2 p {
    width: 85%;
    margin: auto;
}
.choose-us .sec-heading2 h2 {
	font-size: 70px;
    margin-bottom: 15px;
    font-weight: 400;
}


/* Slider Plugin */
.slider-plugins h3 {
    font-size: 28px;
    display: inline-flex;
    flex-wrap: wrap;
    font-weight: 400;
    color: #bdbdbd;
}
.slider-plugins h3 span {
    color: #ee9546;
    position: relative;
}
.slider-plugins h3 span:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ee9546;
    position: absolute;
    left: 0;
    bottom: 0;
}
.slider-plugins h2 {
    color: white;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
}
.slider-plugins p {
    font-size: 18px;
    line-height: 32px;
    color: #9d9d9d;
}
.slider-plugins {
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
}
.slider-plugins:before {
    content: "";
    width: 50vw;
    height: 100%;
    background-color: #d58231;
    position: absolute;
    top: 0;
    left: 50%;
}
.slider-plugins .img-wrapper img {
    width: 100%;
}
.slider-plugins ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: auto;
    height: 50px;
}
.slider-plugins ul.slick-dots li {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    counter-increment: my-awesome-counter;
    transform: rotate(270deg);
}
.slider-plugins ul.slick-dots li:before {
    content: counter(my-awesome-counter);
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-family: 'Squada One', cursive;
}
.slider-plugins ul.slick-dots li.slick-active {
    background: #d58231;
}
.slider-plugins ul.slick-dots li button:before {
    display: none;
}





/**********Featured Area**********/
.hcl-featured-area {
    background: linear-gradient(180deg, rgba(213,226,229,1) 9%, rgba(235,249,252,1) 37%);
    padding: 120px 0;
    overflow: hidden;
}
.hcl-featured-area .featured-img img {
    width: 100%;
    position: relative;
}
.hcl-featured-area .featured-img {
    width: 50vw;
    padding-left: 65px;
}
.hcl-featured-area .featured-img:before {
    content: "";
    background-color: #de8833;
    width: 160vh;
    height: 160vh;
    position: absolute;
    top: -106px;
    left: 700px;
    border-radius: 100%;
    z-index: 0;
    background-image: url("https://www.webinane.com/wp-themes/haircutter/images/full-bg.png");
    background-size: cover;
    background-position: center center;
    -webkit-animation: rotate 5s normal linear infinite;
    animation: rotate 200s normal linear infinite;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.hcl-featured-area .featured-img img {
    -webkit-animation: bounce 5s infinite ease-in-out;
    -o-animation: bounce 5s infinite ease-in-out;
    -ms-animation: bounce 5s infinite ease-in-out; 
    -moz-animation: bounce 5s infinite ease-in-out; 
    animation: bounce 5s infinite ease-in-out;
}
@-webkit-keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}

@keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}

.hcl-featured-area .content-area h2 {
    font-size: 60px;
    line-height: 68px;
    font-weight: 400;
}
.hcl-featured-area .content-area {
    padding-left: 30px;
}
.hcl-featured-area .content-area p {
    font-size: 18px;
    line-height: 32px;
    padding-top: 11px;
}
.hcl-featured-area .content-area a.theme-btn {
    margin-top: 10px;
    display: inline-block;
    font-size: 20px;
    padding: 15px 45px;
}
.hcl-featured-area .align-middle {
    display: flex;
    align-items: center;
}
.hcl-featured-area .scissors {
    position: absolute;
    left: -68%;
    top: 20%;
}
/**********Tabs**********/
.hcl-tabs ul {
    display: flex;
    justify-content: center;
    margin-top: -44px;
    padding-left: 0;
    position: relative;
}
.hcl-tabs {
    background-color: #fff;
    position: relative;
}
.hcl-tabs ul li {
    margin-right: 10px;
    background-color: white;
    list-style: none;
    font-family: 'Squada One', cursive;
}
.hcl-tabs ul li:hover {
    background-color: black;
}
.hcl-tabs ul li:hover a {
    color: white;
}
.hcl-tabs ul li a {
    font-size: 22px;
    border: 1px solid black;
    width: 185px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    transition: .3s ease-in-out;
}
/**********Features**********/
.featureslist{
    margin-top: 100px;
}
.feature img{
    width: 100%;
}
.featuretext h3{
    width: 100%;
    font-size: 40px;
    padding-bottom: 13px;
}
.featuretext p{
    color: #7a7f93;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    width: 100%;
}
.hcl-features {
    padding-bottom: 180px;
}
.hcl-features .mt-200 {
    margin-top: 200px;
}
.hcl-features h1 {
    font-size: 90px;
    color: #d58231;
    line-height: 76px;
}

.hcl-features .fea-box {
    background: rgb(254,146,38);
    background: linear-gradient(273deg, rgba(254,146,38,1) 41%, rgba(247,2,0,1) 77%);
    height: 360px;
    border-radius: 30px;
}
.hcl-features .fea-box .content-area h3 {
    font-size: 35px;
    line-height: 34px;
    font-weight: 400;
}
.hcl-features .fea-box .content-area .head-1 {
    color: white;
}
.hcl-features .fea-box .content-area .head-1 span {
    color: #ffd5d9;
}
.hcl-features .fea-box .content-area .head-2 {
    color: #97fbff;
}
.hcl-features .fea-box .content-area .head-2 span {
    color: #a4ffb5;
} 
.hcl-features .fea-box .content-area .head-3 {
    color: #fffb80;
}
.hcl-features .text-right {
    text-align: right;
}
.hcl-features .fea-box img{
    margin-top: -200px;
    margin-right: -48px;
}
.hcl-features .fea-box .content-area {
    padding-left: 50px;
    padding-top: 44px;
}
.hcl-features .services h3 {
    font-size: 29px;
    line-height: 34px;
    padding: 0px 30px;
    padding-top: 42px;
    font-weight: 400;
}
.hcl-features .services h3 span {
    color: #40a1bf;
}
.hcl-features .services {
    height: 360px;
    background: #f6f6f6;
    border-radius: 30px;
    padding: 10px;
}
.hcl-features .services img {
    width: 100%;
}
.hcl-features .services .services-img {
    margin-left: 15px;
}
.hcl-features .services.bg-black {
    background-color: #000;
}
.hcl-features .booking-sys {
    background: rgb(233,153,250);
    background: linear-gradient(246deg, rgba(233,153,250,1) 39%, rgba(70,14,213,1) 82%);
}
.hcl-features .booking-sys h3 {
    width: 60%;
}
.hcl-features .booking-sys img {
    margin-top: -125px;
}
.hcl-features .services.booking-sys img {
    width: auto;
}
.hcl-purchase {
    background-color: #6f9a37;
}
.hcl-purchase:hover {
    color: #6f9a37;
    border-color: #6f9a37;
}


/* header move on scroll */
.slideUp {
  transform: translateY(-140px);
  -webkit-transform: translateY(-140px);
  -moz-transform: translateY(-140px);
  -o-transform: translateY(-140px);
  position: fixed;
  top: 0;
  width: 100%;
}
.slideDown {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  position: fixed;
  top: 0;
  width: 100%;
}
.slideUp,
.slideDown{
    transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}
/*============== WP Theme page style ===============*/
.wp-themes .theme-box img {
  width: 100%;
}
.wp-themes .theme-box ul {
    padding-left: 0;
}
.wp-themes .checked {
  color: orange;
}
.wp-themes .buy-now {
    display: flex;
    justify-content: end;
}
.wp-themes .theme-box {
    box-shadow: 0px 0px 21px 0px #00000021;
    transition: .3s ease-in-out;
}
.wp-themes .theme-box:hover {
    box-shadow: 0px 0px 21px 0px #00000040;
    transform: translate(0px, -5px);
}
.wp-themes ul li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    list-style: none;
}
.wp-themes ul li::marker {
    color: #888888;
    font-size: 27px;
}
.wp-themes .theme-box .box-content {
    padding: 25px;
}
.wp-themes .theme-box .box-content .btn {
    background-color: #0177e5;
    
}

.page-item p {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    padding-top: 10px;
}

.purchase-btns{
    margin-top: 64px;
  }
  .lifelne2-purchaseref-wrap {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: normal;
    position: fixed;
    right: -130px;
    z-index: 999;
    transition: all 0.35s;
  }
  .lifelne2-purchaseref-wrap:hover {
    right: 1px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu {
    background: #1b1b1b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 14px 18px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
    margin-right: 6px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu {
    background: #1b1b1b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 14px 18px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
    margin-right: 6px;
  }
  i.fa-solid.fa-cart-shopping{
    margin-right: 14px;
    }
    .qmt-social-chat.qmt-social-wtsapp {
		position: fixed;
		right: -107px;
		top: 70%;
		z-index: 999999999;
		animation: bounce 600ms alternate infinite cubic-bezier(.2, .65, .6, 1);
		transition: .4s ease-in-out;
	}
	.qmt-social-chat.qmt-social-wtsapp:hover{
		right: 1px;
		animation: none;
	}
	.qmt-social-chat.qmt-social-wtsapp img{
		width: 34px;
	}
	.qmt-social-chat.qmt-social-wtsapp span{
		font-size: 15px;
		text-decoration: underline;
		color: white;
		font-weight: 600;
	}
	a.qmt-wtsapp {
	padding: 16px 14px 20px 14px;
		box-shadow: 0px 0px 8px 0px #00000038;
		background-color: #68d743;
		border-radius: 4px;
	}
    
    .lifelne2-purchaseref-wrap  {
        animation:
        bounce 600ms alternate infinite cubic-bezier(.2, .65, .6, 1)
      }


      @keyframes bounce {
        from {
          transform: translateY(0px);
        }
        to {
          transform: translateY(-10px);
        }
    }
        