@keyframes toTopFromBottom {
	/* Cicle Animation */
	 49% {
		 transform: translateY(-100%);
	}
	 50% {
		 opacity: 0;
		 transform: translateY(100%);
	}
	 51% {
		 opacity: 1;
	}
}
 body {
	 font-family: 'Poppins', sans-serif;
	 font-size: 16px;
	 line-height: 23px;
	 color: #111;
	 width: 100%;
	 padding-right: 0 !important;
	 background: #fffdfd;
	 -webkit-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 -ms-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 transition: all 0.5s;
}
 a {
	 color: #111;
	 font-family: 'Lato', sans-serif;
	 text-decoration: none;
	 -webkit-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 -ms-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 transition: all 0.5s;
}
 i:before {
	 margin-left: 0 !important;
}
 a:hover, a:focus {
	 text-decoration: none;
	 outline: none;
	 -webkit-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 -ms-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 transition: all 0.5s;
}
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	 font-family: 'Lato', sans-serif;
	 line-height: 1.1;
	 font-weight: 400;
	 color: #111;
	 margin: 0;
	 padding: 0;
}
 .b-none {
	 border: none !important;
}
 p, a {
	 margin: 0;
	 padding: 0;
	 color: #797979;
}
 p {
	 font-family: 'Lato', sans-serif;
}
 ul {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 -webkit-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 -ms-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 transition: all 0.5s;
}
 img {
	 -webkit-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 -ms-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 transition: all 0.5s;
}
 #back-to-top {
	 display: inline-block;
	 background: linear-gradient(to right, #ec018c, #f01a86, #f2297f, #f5357a, #f64075);
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
	 text-align: center;
	 color: #fff;
	 border-radius: 35px 35px 0 0;
	 position: fixed;
	 bottom: -50px;
	 right: 90px;
	 transition: all 0.5s;
	 z-index: 1000;
}
 #back-to-top.show {
	 bottom: 0;
}
 .bg-color1 {
	 background-color: #f6f7f9 !important;
}
 .bg-color2 {
	 background-color: #f9f9f9 !important;
}
 .bg-color3 {
	 background-color: #fffdfd !important;
}
 .font-color-pink {
	 color: #6b0e27d1;
}
 .cls-3 {
	 fill: none;
	 stroke-miterlimit: 10;
	 stroke-width: 6px;
}
 .custum-select select {
	 display: none;
}
 .custum-select .dropdown {
	 border: solid 1px #e2e2e2;
	 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
	 box-sizing: border-box;
	 cursor: pointer;
	 display: block;
	 float: left;
	 font-size: 14px;
	 font-weight: normal;
	 height: 32px;
	 line-height: 30px;
	 outline: none;
	 padding-left: 10px;
	 padding-right: 30px;
	 position: relative;
	 text-align: left !important;
	 transition: all 0.2s ease-in-out;
	 user-select: none;
	 white-space: nowrap;
	 width: 100%;
	 color: #000;
	 color: #696969;
}
 .custum-select .dropdown:focus {
	 background-color: #fd6a50;
	 color: #fff;
}
 .custum-select .dropdown:focus:after {
	 border-color: #fff;
}
 .custum-select .dropdown:hover {
	 background-color: #bf5470;
	 color: #fff;
}
 .custum-select .dropdown:hover:after {
	 border-color: #fff;
}
 .custum-select .dropdown:active, .custum-select .dropdown.open {
	 background-color: #b34764 !important;
	 border-color: #d8d8d8;
	 box-shadow: 0 1px 4px rgba(0, 0, 0, .05) inset;
	 color: #fff;
}
 .custum-select .dropdown:active:after, .custum-select .dropdown.open.dropdown:after {
	 border-color: #fff;
}
 .custum-select .dropdown:after {
	 height: 8px;
	 width: 8px;
	 border: 1px solid #797979;
	 border-top: 0;
	 border-left: 0;
	 transform: rotate(45deg) translateY(-50%);
	 transition: all 0.125s ease-in-out;
	 content: '';
	 display: block;
	 margin-top: -4px;
	 pointer-events: none;
	 position: absolute;
	 right: 20px;
	 top: 50%;
}
 .custum-select .dropdown.open:after {
	 transform: rotate(225deg);
	 border-color: #fff;
}
 .custum-select .dropdown.open .list {
	 transform: scale(1);
	 opacity: 1;
	 pointer-events: auto;
}
 .custum-select .dropdown.open .option {
	 cursor: pointer;
}
 .custum-select .dropdown.wide {
	 width: 100%;
}
 .custum-select .dropdown.wide .list {
	 left: 0 !important;
	 right: 0 !important;
}
 .custum-select .dropdown .list {
	 box-sizing: border-box;
	 transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
	 transform: scale(0.75);
	 transform-origin: 50% 0;
	 box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
	 background-color: #fff;
	 border-radius: 6px;
	 margin-top: 4px;
	 padding: 3px 0;
	 opacity: 0;
	 overflow: hidden;
	 pointer-events: none;
	 position: absolute;
	 width: 100%;
	 top: 100%;
	 left: 0;
	 z-index: 999;
}
 .custum-select .dropdown .list:hover .option:not(:hover) {
	 background-color: transparent !important;
	 color: #797979;
}
 .custum-select .dropdown .option {
	 cursor: default;
	 font-weight: 400;
	 line-height: 32px;
	 outline: none;
	 padding-left: 18px;
	 padding-right: 29px;
	 text-align: left;
	 transition: all 0.2s;
	 color: #797979;
}
 .custum-select .dropdown .option:hover, .custum-select .dropdown .option:focus {
	 background-color: #b34764 !important;
	 color: #fff;
}
 .custum-select .dropdown .option.selected {
	 font-weight: 600;
	 background: #b34764;
	 color: #fff;
}
 .custum-select .dropdown .option.selected:focus {
	 background: #b34764;
	 color: #fff;
}
 #header-shape-gradient {
	 --color-stop: #6b0e27d1;
	 --color-bot: #b34764;
}
 .heading h2 {
	 font-size: 44px;
	 font-weight: 300;
	 color: #191919;
	 line-height: 55px;
}
 .heading .heart-line {
	 margin: 5px 0 10px;
	 position: relative;
}
 .heading .heart-line i {
	 font-size: 12px;
	 background: linear-gradient(to right, #6b0e27d1, #b34764);
	 -webkit-background-clip: text;
	 -moz-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 -moz-text-fill-color: transparent;
}
 .heading .heart-line:after {
	 position: absolute;
	 content: '';
	 width: 92px;
	 height: 2px;
	 background: #d1d1d1;
	 top: 50%;
	 left: 15px;
	 transform: translateY(-50%);
}
 .heading .heart-line:before {
	 position: absolute;
	 content: '';
	 width: 36px;
	 height: 2px;
	 top: 50%;
	 left: 15px;
	 transform: translateY(-50%);
	 background: #6b0e27d1;
	 z-index: 1;
}
 .heading.heading-white h2, .heading.heading-white p {
	 color: #fff;
}
 .btn-ul {
	 display: flex;
	 justify-content: flex-start;
	 column-gap: 20px;
	 margin-top: 50px;
}
 a.main-btn, button.main-btn {
	 display: inline-block;
	 height: 50px;
	 line-height: 50px;
	 text-align: center;
	 width: 200px;
	 position: relative;
	 /*background-image: linear-gradient(to right, #ec018c, #f01a86, #f2297f, #f5357a, #f64075);*/
	 background-size: 300%;
	 border-radius: 35px;
	 color: #fff;
	 border: none;
}
 a.main-btn .icon, button.main-btn .icon {
	 width: 60px;
	 height: 50px;
	 float: left;
	 display: inline-block;
	 font-size: 26px;
	 border-right: 1px solid #e9e9e9 33;
}
 a.main-btn:hover, button.main-btn:hover {
	 -webkit-animation: animate 16s ease-in infinite alternate;
	 -moz-animation: animate 16s ease-in infinite alternate;
	 -ms-animation: animate 16s ease-in infinite alternate;
	 -o-animation: animate 16s ease-in infinite alternate;
	 animation: animate 16s ease-in infinite alternate;
}
 .custom-button {
	 display: inline-block;
	 padding: 11px 35px;
	 width: auto;
	 border-radius: 50px;
	 margin-left: 20px;
	 height: auto;
	 border: 2px solid rgba(0, 0, 0, 0.1);
	 background-color: transparent;
}
 @keyframes animate {
	 0% {
		 background-position: 0%;
	}
	 25% {
		 background-position: 100%;
	}
	 50% {
		 background-position: 200%;
	}
	 100% {
		 background-position: 300%;
	}
}
 .center-heading {
	 text-align: center;
}
 .center-heading .heart-line {
	 z-index: 2;
	 width: 92px;
	 margin: 10px auto;
}
 .center-heading .heart-line:before {
	 width: 46px;
	 left: 0;
	 z-index: -1;
}
 .center-heading .heart-line:after {
	 left: 50%;
	 transform: translate(-50%, -50%);
	 z-index: -2;
}
 .preloder {
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 background-color: #fff;
	 z-index: 9999;
}
 .heart p {
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 color: #000;
	 font-size: 20px;
	 position: absolute;
	 top: 100px;
	 width: 100%;
	 animation: fadeOut 5s infinite alternate;
}
 .heart {
	 position: absolute;
	 font-size: 0;
	 width: 138px;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 text-align: center;
}
 [class*="heart-piece-"] {
	 position: absolute;
	 top: -5px;
	 width: 10px;
	 height: 10px;
	 border-radius: 5px;
}
 .heart-piece-4 {
	 -webkit-animation: piece-4 3.2s infinite;
	 animation: piece-4 3.2s infinite;
}
 .heart-piece-3, .heart-piece-5 {
	 -webkit-animation: piece-3 3.2s infinite;
	 animation: piece-3 3.2s infinite;
}
 .heart-piece-2, .heart-piece-6 {
	 -webkit-animation: piece-2 3.2s infinite;
	 animation: piece-2 3.2s infinite;
}
 .heart-piece-1, .heart-piece-7 {
	 -webkit-animation: piece-1 3.2s infinite;
	 animation: piece-1 3.2s infinite;
}
 .heart-piece-0, .heart-piece-8 {
	 -webkit-animation: piece-0 3.2s infinite;
	 animation: piece-0 3.2s infinite;
}
 .heart-piece-0 {
	 left: 0px;
	 -webkit-animation-delay: 0s;
	 animation-delay: 0s;
	 background-color: #ec2d73;
}
 .heart-piece-1 {
	 left: 16px;
	 -webkit-animation-delay: 0.15s;
	 animation-delay: 0.15s;
	 background-color: #eb5324;
}
 .heart-piece-2 {
	 left: 32px;
	 -webkit-animation-delay: 0.3s;
	 animation-delay: 0.3s;
	 background-color: #fdc800;
}
 .heart-piece-3 {
	 left: 48px;
	 -webkit-animation-delay: 0.45s;
	 animation-delay: 0.45s;
	 background-color: #47b264;
}
 .heart-piece-4 {
	 left: 64px;
	 -webkit-animation-delay: 0.6s;
	 animation-delay: 0.6s;
	 background-color: #1470bd;
}
 .heart-piece-5 {
	 left: 80px;
	 -webkit-animation-delay: 0.75s;
	 animation-delay: 0.75s;
	 background-color: #76469a;
}
 .heart-piece-6 {
	 left: 96px;
	 -webkit-animation-delay: 0.9s;
	 animation-delay: 0.9s;
	 background-color: #ec2d73;
}
 .heart-piece-7 {
	 left: 112px;
	 -webkit-animation-delay: 1.05s;
	 animation-delay: 1.05s;
	 background-color: #eb5324;
}
 .heart-piece-8 {
	 left: 128px;
	 -webkit-animation-delay: 1.2s;
	 animation-delay: 1.2s;
	 background-color: #fdc800;
}
 @-webkit-keyframes piece-4 {
	 0%, 10%, 90%, 100% {
		 height: 10px;
		 top: -5px;
	}
	 45%, 55% {
		 height: 94px;
		 top: -23px;
	}
}
 @keyframes piece-4 {
	 0%, 10%, 90%, 100% {
		 height: 10px;
		 top: -5px;
	}
	 45%, 55% {
		 height: 94px;
		 top: -23px;
	}
}
 @-webkit-keyframes piece-3 {
	 0%, 10%, 90%, 100% {
		 height: 10px;
		 top: -5px;
	}
	 45%, 55% {
		 height: 90px;
		 top: -31px;
	}
}
 @keyframes piece-3 {
	 0%, 10%, 90%, 100% {
		 height: 10px;
		 top: -5px;
	}
	 45%, 55% {
		 height: 90px;
		 top: -31px;
	}
}
 @-webkit-keyframes piece-2 {
	 0%, 10%, 90%, 100% {
		 height: 10px;
		 top: -5px;
	}
	 45%, 55% {
		 height: 80px;
		 top: -37px;
	}
}
 @keyframes piece-2 {
	 0%, 10%, 90%, 100% {
		 height: 10px;
		 top: -5px;
	}
	 45%, 55% {
		 height: 80px;
		 top: -37px;
	}
}
 @-webkit-keyframes piece-1 {
	 0%, 10%, 90%, 100% {
		 height: 10px;
		 top: -5px;
	}
	 45%, 55% {
		 height: 60px;
		 top: -31px;
	}
}
 @keyframes piece-1 {
	 0%, 10%, 90%, 100% {
		 height: 10px;
		 top: -5px;
	}
	 45%, 55% {
		 height: 60px;
		 top: -31px;
	}
}
 @-webkit-keyframes piece-0 {
	 0%, 10%, 90%, 100% {
		 height: 10px;
		 top: -5px;
	}
	 45%, 55% {
		 height: 30px;
		 top: -15px;
	}
}
 @keyframes piece-0 {
	 0%, 10%, 90%, 100% {
		 height: 10px;
		 top: -5px;
	}
	 45%, 55% {
		 height: 30px;
		 top: -15px;
	}
}
 @keyframes fadeOut {
	 0% {
		 opacity: 1;
	}
	 100% {
		 opacity: 0.3;
	}
}
 @keyframes dash {
	 to {
		 stroke-dashoffset: 0;
	}
}
 @keyframes calculating {
	 0% {
		 content: "74%";
	}
	 5% {
		 content: "28%";
	}
	 10% {
		 content: "54%";
	}
	 15% {
		 content: "17%";
	}
	 20% {
		 content: "44%";
	}
	 25% {
		 content: "5%";
	}
	 30% {
		 content: "87%";
	}
	 35% {
		 content: "100%";
	}
	 40% {
		 content: "66%";
	}
	 50% {
		 content: "89%";
	}
	 60% {
		 content: "22%";
	}
	 70% {
		 content: "32%";
	}
	 85% {
		 content: "80%";
	}
	 100% {
		 content: "35%";
	}
}
 @keyframes arrow {
	 to {
		 opacity: 1;
	}
}
 @keyframes scaleAni {
	 0% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 50% {
		 -webkit-transform: scale(1.1);
		 transform: scale(1.1);
	}
	 100% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
}
 .media-list {
	 display: flex;
	 justify-content: center;
	 flex-wrap: wrap;
	 column-gap: 10px;
	 row-gap: 10px;
	 margin-top: 10px;
}
 .media-list li a {
	 display: inline-block;
	 width: 35px;
	 height: 35px;
	 line-height: 35px;
	 background-color: #f1f1f1;
	 text-align: center;
	 border-radius: 50%;
	 color: #707070;
	 overflow: hidden;
	 -webkit-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 -ms-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 transition: all 0.5s;
	 position: relative;
	 z-index: 2;
}
 .media-list li a::after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 left: -100%;
	 top: 0;
	 border-radius: 50%;
	 background: linear-gradient(to right, #6b0e27d1, #b34764);
	 z-index: -1;
	 -webkit-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 -ms-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 transition: all 0.5s;
}
 .media-list li a:hover {
	 color: #fff;
}
 .media-list li a:hover::after {
	 left: 0;
}
 .mydropdown .maindropdown {
	 position: absolute;
	 top: 85px;
	 right: 0;
	 width: 200px;
	 border-radius: 8px;
	 text-align: left;
	 background-color: #fff;
	 box-shadow: 0 -12px 46px 12px #b60e0e 0d;
	 transition: all 300ms ease;
	 opacity: 0;
	 visibility: hidden;
	 animation: moveitback 400ms ease forwards;
	 will-change: transform;
}
 .mydropdown .maindropdown li {
	 perspective: 1000px;
}
 .mydropdown .maindropdown li a {
	 padding: 8px 20px;
	 display: inline-block;
	 width: 100%;
	 position: relative;
	 display: inline-block;
	 transition: transform 0.3s;
	 transform-origin: 50% 0;
	 color: #797979;
	 transform-style: preserve-3d;
}
 .mydropdown .maindropdown li a::before {
	 position: absolute;
	 top: 100%;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 content: attr(data-hover);
	 transition: color 0.3s;
	 transform: rotateX(-88deg);
	 transform-origin: 50% 0;
	 padding: 8px 20px;
}
 .mydropdown .maindropdown li a:hover {
	 transform: rotateX(90deg) translateY(-22px);
	 color: #797979;
}
 .mydropdown .maindropdown li a:hover::before {
	 color: #6b0e27d1;
}
 .mydropdown:hover .maindropdown {
	 opacity: 1;
	 visibility: visible;
	 animation: moveit 900ms ease forwards;
	 will-change: transform;
}
/*-- mega-menu --*/
 .mydropdown .mega-menu {
	 position: absolute;
	 top: 85px;
	 right: 0;
	 width: 500px;
	 border-radius: 8px;
	 text-align: left;
	 background-color: #fff;
	 box-shadow: 0 -12px 46px 12px #b60e0e 0d;
	 transition: all 300ms ease;
	 opacity: 0;
	 visibility: hidden;
	 animation: moveitback 400ms ease forwards;
	 will-change: transform;
	 display: flex;
}
 .mydropdown .mega-menu li {
	 perspective: 1000px;
}
 .mydropdown .mega-menu li a {
	 padding: 15px 20px;
	 display: inline-block;
	 width: 100%;
	 position: relative;
	 display: inline-block;
	 transition: transform 0.3s;
	 transform-origin: 50% 0;
	 color: #797979;
	 transform-style: preserve-3d;
}
 .mydropdown .mega-menu li a::before {
	 position: absolute;
	 top: 100%;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 content: attr(data-hover);
	 transition: color 0.3s;
	 transform: rotateX(-88deg);
	 transform-origin: 50% 0;
	 padding: 15px 20px;
}
 .mydropdown .mega-menu li a:hover {
	 transform: rotateX(90deg) translateY(-22px);
	 color: #797979;
}
 .mydropdown .mega-menu li a:hover::before {
	 color: #6b0e27d1;
}
 .mydropdown:hover .mega-menu {
	 opacity: 1;
	 visibility: visible;
	 animation: moveit 900ms ease forwards;
	 will-change: transform;
}
 .quantity {
	 position: relative;
}
 .quantity input[type=number] {
	 -moz-appearance: textfield;
}
 .quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
	 -webkit-appearance: none;
	 margin: 0;
}
 .quantity input {
	 height: 50px;
	 line-height: 1.65;
	 float: left;
	 display: block;
	 padding: 0;
	 margin: 0;
	 padding-left: 20px;
	 border: 1px solid #eee;
}
 .quantity input:focus {
	 outline: 0;
}
 .quantity .quantity-nav {
	 float: left;
	 position: relative;
	 height: 50px;
}
 .quantity .quantity-nav .quantity-button {
	 position: relative;
	 cursor: pointer;
	 border-left: 1px solid #eee;
	 width: 25px;
	 height: 25px;
	 text-align: center;
	 color: #333;
	 font-size: 16px;
	 line-height: 25px;
	 -webkit-transform: translateX(-100%);
	 transform: translateX(-100%);
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 -o-user-select: none;
	 user-select: none;
}
 .quantity .quantity-nav .quantity-button.quantity-up {
	 position: absolute;
	 top: 0;
	 border-bottom: 1px solid #eee;
}
 .quantity .quantity-nav .quantity-button.quantity-down {
	 position: absolute;
	 bottom: -1px;
}
 .rating-group {
	 display: inline-flex;
}
 .rating-group .rating__input {
	 position: absolute !important;
	 left: -9999px !important;
}
 .rating-group .rating__input.rating__input--none {
	 display: none;
}
 .rating-group .rating__input:checked ~ .rating__label .rating__icon--star {
	 color: #ddd;
}
 .rating-group .rating__input:hover .rating__label .rating__icon--star {
	 color: orange;
}
 .rating-group .rating__input:hover ~ .rating__label .rating__icon--star {
	 color: #ddd;
}
 .rating-group .rating__label {
	 cursor: pointer;
	 padding: 0 5px;
	 font-size: 20px;
}
 .rating-group .rating__label .rating__icon {
	 pointer-events: none;
}
 .rating-group .rating__label .rating__icon.rating__icon--star {
	 color: orange;
}
 .switch {
	 position: relative;
	 display: inline-block;
	 width: 60px;
	 height: 34px;
}
 .switch input {
	 opacity: 0;
	 width: 0;
	 height: 0;
}
 .switch input:checked + .slider:before {
	 transform: translateX(26px);
}
 .switch .slider {
	 position: absolute;
	 cursor: pointer;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: linear-gradient(to right, #6b0e27d1, #b34764);
	 border-radius: 34px;
	 transition: 0.4s;
}
 .switch .slider:before {
	 position: absolute;
	 content: "";
	 height: 26px;
	 border-radius: 50%;
	 width: 26px;
	 left: 4px;
	 bottom: 4px;
	 background-color: white;
	 transition: 0.4s;
}
 button.js-toggle-dark-mode {
	 background: transparent;
	 border-color: transparent;
}
 button.js-toggle-dark-mode .darkSunMode {
	 color: #111;
	 display: block;
}
 button.js-toggle-dark-mode .darkMoonMode {
	 color: #fff f;
	 display: none;
}
 body.dark {
	 background: #222 !important;
}
 body.dark .main-innerpage {
	 margin-top: 0px;
}
 body.dark header .main-header .main-menu {
	 background: #111;
}
 body.dark header .main-header .main-menu ul {
	 border-color: #fff;
}
 body.dark header .main-header .main-menu ul li a {
	 color: #fff;
}
 body.dark header .main-header .main-menu ul li a .fa {
	 color: #fb3557;
}
 body.dark .mydropdown .maindropdown {
	 background-color: #111;
}
 body.dark header .main-header .main-menu > ul > li .sidebar-toggle .sidebar-toggle-1, body.dark header .main-header .main-menu > ul > li .sidebar-toggle .sidebar-toggle-2 {
	 background-color: #fff;
}
 body.dark .dating-wapper {
	 background: #111;
}
 body.dark .dating-wapper .take-a-change {
	 background: #222;
}
 body.dark .dating-wapper .take-a-change .change-box label {
	 color: #fff;
}
 body.dark .dating-wapper .take-a-change .change-box .custum-range .ui-slider-horizontal {
	 background: #fff;
}
 body.dark .dating-wapper .take-a-change .change-box .custum-select .dropdown {
	 border-color: #fff;
}
 body.dark .dating-wapper .take-a-change .change-box .custum-select .dropdown .current {
	 color: #fff;
}
 body.dark .dating-wapper .take-a-change .change-box .custum-select .dropdown:after {
	 border-color: #fff;
}
 body.dark .bg-color2 {
	 background-color: #222 !important;
}
 body.dark .counter-section .counter-box .counter-icon::after {
	 background-color: #111;
}
 body.dark .counter-section .counter-box .counter-text {
	 background-color: #111;
	 border: 1px solid #353535;
}
 body.dark .counter-section .counter-box .counter-text .h2 {
	 color: #fff;
}
 body.dark .counter-section .counter-box .counter-text p {
	 color: #fff;
}
 body.dark .doctor-love {
	 background: #111;
}
 body.dark .doctor-love .heading h2 {
	 color: #fff;
}
 body.dark .doctor-love .heading p {
	 color: #fff;
}
 body.dark .doctor-love .love-calculater .love-calculater-box {
	 background: #222;
}
 body.dark .doctor-love .love-calculater .love-calculater-box .enter-name label {
	 color: #fff;
}
 body.dark .doctor-love .love-calculater .love-calculater-box .enter-name input {
	 background: #111;
	 border-color: #fff;
	 color: #fb3257;
}
 body.dark .doctor-love .love-calculater .love-calculater-box .enter-name input::placeholder {
	 color: #fb3257;
}
 body.dark .heading h2 {
	 color: #fff;
}
 body.dark .heading p {
	 color: #fff;
}
 body.dark .how-it-work .counter-box .counter-text {
	 background: #111;
	 border: 1px solid #353535;
}
 body.dark .how-it-work .counter-box .counter-text h5 {
	 color: #fff;
}
 body.dark .how-it-work .counter-box .counter-text span {
	 color: #fff;
}
 body.dark .how-it-work .counter-box .counter-icon::after {
	 background-color: #111;
}
 body.dark .how-it-work .counter-box:hover .counter-icon span {
	 background: #111;
	 color: #fff;
}
 body.dark .main-customers-slider {
	 background-color: #111 !important;
}
 body.dark .main-customers-slider .slider-text .slider-heading h4 {
	 color: #fff;
}
 body.dark .main-customers-slider .slider-text p {
	 color: #fff;
}
 body.dark .main-customers-slider .customers-slider .owl-nav button .fas {
	 color: #fa3057;
}
 body.dark .main-members-section {
	 background-color: #222 !important;
}
 body.dark .main-members-section img.shape1 {
	 display: none;
}
 body.dark .main-members-section .members-box .members-text::after {
	 background-color: #111;
}
 body.dark .main-members-section .members-box .members-text h6 {
	 color: #fff;
}
 body.dark .main-members-section .members-box .members-text span {
	 color: #fff;
}
 body.dark .main-princing-section {
	 background-color: #111;
}
 body.dark .main-princing-section .counter-box .counter-icon::after {
	 background-color: #222;
}
 body.dark .main-princing-section .counter-box .counter-text h4 {
	 color: #fff;
}
 body.dark .main-princing-section .counter-box .counter-text .table-ul {
	 border-top: 1px solid #fff;
}
 body.dark .main-princing-section .counter-box .counter-text .table-ul li {
	 color: #fff;
}
 body.dark .main-princing-section .counter-box .counter-text {
	 background-color: #222;
}
 body.dark .blog {
	 background-color: #111;
}
 body.dark .blog .blog-box .blog-text {
	 background-color: #222;
}
 body.dark .blog .blog-box .blog-text .h4 {
	 color: #fff;
}
 body.dark .bootem-footer p {
	 color: #fff;
}
 body.dark .bootem-footer ul li a {
	 color: #fff;
}
 body.dark footer a {
	 color: #fff;
}
 body.dark footer .footer-content .media-icon li a {
	 border: 1px solid #fff;
	 color: #fff;
}
 body.dark button.js-toggle-dark-mode .darkSunMode {
	 display: none;
}
 body.dark button.js-toggle-dark-mode .darkMoonMode {
	 display: block;
}
 body.dark .about-section .counter-box .counter-text h4 {
	 color: #fff;
}
 body.dark .heading .heart-line:after {
	 background: #fff;
}
 body.dark .blog-page .sidepannal .pannal-box {
	 background-color: #222;
}
 body.dark .blog-page .sidepannal .pannal-box h5 {
	 color: #fff;
}
 body.dark .blog-page .sidepannal .pannal-box .pannal-content .blog-list .blog-box .blog-list-text .h6 {
	 color: #fff;
}
 body.dark .main-pagination li a {
	 color: #fff;
	 background-color: #222;
}
 body.dark .main-pagination li a:hover {
	 background-color: #222;
}
 body.dark .main-innerpage .innerpages {
	 background-color: #222;
}
 body.dark .main-innerpage .innerpages h2 {
	 color: #fff;
}
 body.dark .main-innerpage .innerpages span {
	 color: #fff;
}
 body.dark .main-innerpage .innerpages span .font-color-pink {
	 color: #6b0e27d1;
}
 body.dark .comment_wrapper h4, body.dark .comment_wrapper .comment_box .comment-content h5, body.dark .about-admin .admin-text h4, body.dark .main-chat-box .chat-box .main-chat .chat-tab ul li a .profile-name {
	 color: #fff;
}
 body.dark .about-admin {
	 background-color: #222;
}
 body.dark .comment_wrapper .comment-form .comment_input .form_input input, body.dark .comment_wrapper .comment-form .comment_input .form_input textarea, body.dark .main-chat-box .chat-box, body.dark .main-chat-box .chat-box .main-chat .msger .msger-inputarea input, body.dark .main-chat-box .chat-box .main-chat .chat-tab ul li a {
	 background-color: #222;
}
 body.dark .main-chat-box .chat-box .main-chat .msger .msger-inputarea, body.dark .main-chat-box .chat-box .top-bar, body.dark .main-chat-box .chat-box .main-chat .msger .msger-chat, body.dark .main-chat-box .chat-box .main-chat .chat-tab .chat-list {
	 border: 1px solid;
	 border-color: #ebecf9 47;
}
 body.dark .main-chat-box .chat-box .top-bar {
	 background-color: #222;
}
 body.dark .main-chat-box {
	 background-color: #111;
}
 body.dark .main-chat-box .chat-box .top-bar .left a {
	 color: #fff;
}
 body.dark .main-chat-box .chat-box .top-bar .right a {
	 color: #fff;
}
 body.dark .main-chat-box .chat-box .top-bar .chat-search input {
	 background: #222;
}
 body.dark .button3-wrapper {
	 background-image: linear-gradient(to top right, #111, #111, #111);
}
 body.dark .section-heading h4 {
	 color: #fff;
}
 body.dark .button4-wrapper .btn4 {
	 color: #fff;
	 border-color: #dbdbdb;
}
 body.dark .button4-wrapper .btn4:hover {
	 border-color: #dbdbdb;
}
 body.dark .button9-wrapper .expan-rouded-btn {
	 color: #fff;
}
 body.dark .button12-wrapper .flat-shadow-btn {
	 color: #fff;
}
 body.dark .button12-wrapper .flat-shadow-btn:hover {
	 background: linear-gradient(to right, #6b0e27d1, #b34764);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
}
 body.dark .button6-wrapper .btn6.checkout:hover {
	 background: linear-gradient(to right, #6b0e27d1, #b34764);
}
 body.dark .button3-wrapper .btn3.black-btn:hover {
	 color: #fff;
}
 body.dark .button3-wrapper .btn3.gray-btn:hover {
	 background-color: transparent;
	 color: #fff;
	 border: 2px solid #fff;
}
 body.dark .main-chat-box .chat-box .main-chat .msger .msger-inputarea input, body.dark .main-chat-box .chat-box .top-bar .chat-search input {
	 color: #fff;
}
 body.dark .client1-wrapper, body.dark .client2-wrapper, body.dark .client3-wrapper {
	 background-color: #222;
}
 body.dark .client1-wrapper a, body.dark .client3-wrapper .hover-box .overlay {
	 background-color: #fff;
	 opacity: 1;
	 margin-bottom: 15px;
}
 body.dark .contact-section, body.dark .counter-one-wrapper, body.dark .counter-three-wrapper, body.dark .client1-wrapper, body.dark .client3-wrapper, body.dark .button1-wrapper, body.dark .button3-wrapper, body.dark .button5-wrapper, body.dark .button7-wrapper, body.dark .button9-wrapper, body.dark .button11-wrapper, body.dark .blog-page, body.dark .my-profile .input-info-box .content .my-notification-box {
	 background-color: #111;
}
 body.dark .contact-section .form-box, body.dark .counter-two-wrapper, body.dark .client2-wrapper, body.dark .button2-wrapper, body.dark .button4-wrapper, body.dark .button6-wrapper, body.dark .button8-wrapper, body.dark .button10-wrapper, body.dark .button12-wrapper, body.dark .counter-four-wrapper, body.dark .my-profile .friends-box, body.dark .my-profile .input-info-box {
	 background-color: #222;
}
 body.dark .main-form h4, body.dark .contact-section .contact-detail .contact-detail-box h4, body.dark .my-profile .input-info-box .header, body.dark .my-profile .input-info-box .content .my-notification-box .left .top h5 {
	 color: #fff;
}
 body.dark .main-form .form-input input, body.dark .main-form .form-input textarea, body.dark .contact-section .contact-detail .contact-detail-box {
	 background-color: #222;
}
 body.dark .contact-detail-text p a {
	 color: #707070;
}
 body.dark .main-form .form-input textarea, body.dark .main-form .form-input input, body.dark .contact-section .contact-detail .contact-detail-box .contact-detail-list .contact-detail-text {
	 border-color: #606060;
}
 body.dark .main-form .form-input input {
	 color: #606060;
}
 body.dark .counter-one .our-progress h4 a {
	 color: #fff;
}
 body.dark .counter-one .our-progress .chart-one .percent {
	 color: #fff;
}
 body.dark .counter-two .our-progress h4 a {
	 color: #fff;
}
 body.dark .blog-page .sidepannal .pannal-box .pannal-content .profile-setting li a {
	 color: #888;
}
 body.dark .blog-page .sidepannal .pannal-box .pannal-content .profile-setting li a:hover {
	 color: #fff;
}
 body.dark .blog-page .sidepannal .pannal-box .pannal-content .profile-setting li a.active {
	 color: #fff;
}
 body.dark .friends-box .friend-name h4 {
	 color: #fff;
}
 body.dark .friends-box .friend-name span {
	 color: #888;
}
 body.dark .my-profile .request-btn .custom-button, body.dark .custom-button {
	 border-color: #fff;
	 color: #fff;
}
 body.dark .my-profile .input-info-box .content .my-input-box textarea, body.dark .my-profile .input-info-box .content .my-input-box input, body.dark .my-profile .input-info-box .content .my-input-box .custum-select .dropdown, body.dark .form-control {
	 background-color: #222;
	 border-color: #606060;
	 color: #606060;
}
 body.dark .my-profile .input-info-box .content .my-input-box label {
	 color: #fff;
}
 body.dark .form-one-wrapper, body.dark .tab-five-wrapper {
	 background-color: #111;
}
 body.dark .form-two-wrapper, body.dark .form-four-wrapper {
	 background-color: #222;
	 background-image: unset;
}
 body.dark .form-two-wrapper .form-two form, body.dark .form-three-wrapper {
	 background-color: #111;
}
 body.dark .form-three label {
	 color: #606060;
}
 body.dark .form-floating > label {
	 color: #606060;
}
 body.dark .ic-section-1, body.dark .ic-section-3, body.dark .ic-section-5, body.dark .list-main-wrapper-one, body.dark .list-main-wrapper-three, body.dark .list-main-wrapper-five, body.dark .main-singin-box .singin-box .singin-right .main-form, body.dark .main-singin-box .singin-box .singin-left .tag, body.dark .main-my-profile, body.dark .gallery1-wrapper, body.dark .gallery3-wrapper, body.dark .pt-section-1 .p-box-1 .heading-1, body.dark .pt-section-1, body.dark .pt-section-1 .p-box-1.box-border, body.dark .pt-section-5 .p-box-5 .content-5, body.dark .pt-section-4, body.dark .pt-section-2 .p-box-2, body.dark .main-profile, body.dark .tabbox .tab-content .friends-box, body.dark .community-page, body.dark .search-text .search-box, body.dark .search-text .search-box input, body.dark .an_checkout_form_wrapper {
	 background-color: #111;
}
 body.dark .search-text .search-box input::placeholder, body.dark .search-text .search-box input, body.dark .search-text .search-box i, body.dark .end_form form label {
	 color: #fff;
}
 body.dark .search-text .search-box {
	 border: 1px solid #fff;
}
 body.dark .search-text .search-result .main-members-section {
	 padding: 40px 0 0 0;
}
 body.dark .ic-section-2, body.dark .ic-section-4, body.dark .list-main-wrapper-two, body.dark .list-main-wrapper-four, body.dark .main-my-profile .profile-box, body.dark .gallery2-wrapper, body.dark .gallery4-wrapper, body.dark .pt-section-1 .p-box-1 .text-1, body.dark .pt-section-2, body.dark .pt-section-4 .p-box-4, body.dark .main-profile .profile-content, body.dark .tabbox, body.dark .tabbox .position-relative, body.dark .tabbox .tab-content .add-post .post-type .text textarea, body.dark .jquery-uploader-preview-container, body.dark .an_checkout_form_wrapper .an_checkout_form_row .an_information_box form, body.dark .an_checkout_form_wrapper .an_checkout_form_row .an_information_box form input {
	 background-color: #222;
}
 body.dark .list-main-wrapper-five .list-five-wrapper ul li, body.dark .list-main-wrapper-three .list-three-wrapper ul li, body.dark .main-my-profile .profile-box .profile-name, body.dark .gallery4-wrapper .tab_image_text, body.dark .tabbox .position-relative {
	 border-color: #606060 !important;
}
 body.dark .jquery-uploader-select-card {
	 border-color: #fff;
}
 body.dark .pt-section-4 .p-box-4 .p-box-4-1 h3 {
	 background-color: #111;
	 color: #fff;
}
 body.dark .pt-section-4 .p-box-4 .p-box-4-1 {
	 background-color: #575757;
}
 body.dark .icon-box-three h4 a, body.dark .icon-box-four h4 a, body.dark .icon-box-five h4 a, body.dark .icon-box-two h4 a, body.dark .list-main-wrapper-five .list-five-wrapper ul li .list-content .list-head, body.dark .list-main-wrapper-five .list-five-wrapper ul li .list-price, body.dark .accor-heading h3, body.dark .main-singin-box .singin-box .singin-right .main-form h4, body.dark .main-my-profile .profile-box .profile-name h3, body.dark .gallery4-wrapper .tab_image_wrapper .project_title h4 a, body.dark .gallery4-wrapper .project_likes a, body.dark .gallery4-wrapper .project_category h4 a, body.dark .pt-section-1 .p-box-1 h4, body.dark .pt-section-4 .p-box-4 .list-6 li, body.dark .pt-section-4 .p-box-4 .p-box-4-1 h2, body.dark .pt-section-2 .p-box-2 .heading-2, body.dark .pt-section-2 .p-box-2 .p-top-padding a, body.dark .main-profile .profile-content .profile-details .profile-name h3, body.dark .main-profile .profile-content .profile-details .right ul li .h2, body.dark .tabbox .nav li a, body.dark .tabbox .tab-content .profile-tab h4, body.dark .tabbox .tab-content .profile-tab h4 .edit-icon, body.dark .tabbox .tab-content .profile-tab ul li p, body.dark .tabbox .tab-content .profile-tab ul li, body.dark .tabbox .tab-content .add-post .post-type-tab li a, body.dark .tabbox .tab-content .add-post .post-type .text textarea, body.dark .tabbox .tab-content .posts-box .profile-details .profile-name h5, body.dark .jquery-uploader-select i, body.dark .jquery-uploader-select > .upload-button a, body.dark .main-profile .profile-content .about-photo h4, body.dark .main-profile .profile-content .profile-details .right ul li .menu, body.dark .search-text h2, body.dark .an_checkout_form_wrapper .an_checkout_form_row .an_information_box form label, body.dark .an_checkout_form_wrapper .an_checkout_form_row .an_information_box form input, body.dark .an_checkout_form_wrapper .an_checkout_form_row .an_information_box form.pay_ment ul li:first-child p, body.dark .an_checkout_form_wrapper .an_checkout_form_row .an_information_box form ul li, body.dark .an_checkout_form_wrapper .an_checkout_form_row .an_information_box form.pay_ment ul li p, body.dark .an_checkout_form_wrapper .an_checkout_form_row .an_information_box form.pay_ment ul li:first-child span, body.dark .an_checkout_form_wrapper .an_checkout_form_row .an_information_box form.pay_ment ul li:last-child span, body.dark .an_show a, body.dark .bz_product_grid_content_main_wrapper .bz_cart_main_wrapper table tbody tr td .name, body.dark .bz_product_grid_content_main_wrapper .bz_cart_main_wrapper table tbody tr td a, body.dark .bz_product_grid_content_main_wrapper .bz_cart_main_wrapper table tbody tr td, body.dark .bz_product_grid_content_main_wrapper .your_order h3, body.dark .bz_product_grid_content_main_wrapper .your_order .order_rate h3, body.dark .comment_wrapper .comment-form .comment_input .rating h3, body.dark .bz_single_product_main_wrapper .b_product_sell_details_wrapper .bz_product_heading h3, body.dark .icon1-main-wrapper .social-icons ul li a, body.dark .icon2-main-wrapper .social-icons ul li a, body.dark .icon5-main-wrapper .social-icons ul li a, body.dark .tab-one-wrapper .tab-content .tab-one-home .tab-one-content h1, body.dark .tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link:hover, body.dark .tab-five-wrapper .tab-content .tab-five-content h2, body.dark .tab-one-wrapper .tab-content .tab-one-home .tab-one-content a:hover, body.dark .tab-three-wrapper .nav-pills .nav-item .nav-link:hover, body.dark .strategic-content h5 {
	 color: #fff;
}
 body.dark .tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper a {
	 color: #e12454;
}
 body.dark .tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link.active:hover, body.dark .tab-three-wrapper .nav-pills .nav-item .nav-link.active {
	 color: #111;
}
 body.dark .bz_product_grid_content_main_wrapper, body.dark .bz_single_product_main_wrapper, body.dark .icon1-main-wrapper, body.dark .icon3-main-wrapper, body.dark .icon5-main-wrapper, body.dark .icon6-main-wrapper, body.dark .tab-one-wrapper, body.dark .tab-three-wrapper, body.dark .tab-three-wrapper .tab-content .tab-three-accordion, body.dark .team-one-wrapper, body.dark .team-three-wrapper, body.dark .testimonial-one-wrapper, body.dark .testimonial-three-wrapper, body.dark .testimonial-five-wrapper {
	 background-color: #111;
}
 body.dark .bz_product_grid_content_main_wrapper .bz_cart_main_wrapper table tbody tr td, body.dark .bz_product_grid_content_main_wrapper .your_order, body.dark .icon2-main-wrapper, body.dark .icon4-main-wrapper, body.dark .icon7-main-wrapper, body.dark .tab-two-wrapper, body.dark .tab-three-wrapper .tab-content .tab-accordion .accordion-item .accordion-header button, body.dark .accordion-item .accordion-collapse, body.dark .accordion1-main-wrapper .accordion .accordion-item .accordion-header .accordion-button, body.dark .accordion4-wrapper .accordion-item .accordion-header button, body.dark .tab-five-wrapper, body.dark .team-two-wrapper, body.dark .team-four-wrapper, body.dark .testimonial-one-wrapper .testimonial-one .test-content, body.dark .testimonial-three-wrapper .slider-two-wrapper, body.dark .testimonial-four-wrapper {
	 background-color: #222;
}
 body.dark .accordion1-main-wrapper .accordion-item .accordion-body {
	 margin: 0 1rem 1.25rem;
}
 body.dark .bz_single_product_main_wrapper .b_product_sell_details_wrapper .color_code .color_change .black-co a {
	 background-color: #303030;
}
 body.dark .an_checkout_form_wrapper .an_checkout_form_row .an_information_box form .payment_card ul li a svg:hover {
	 fill: #fff;
}
 body.dark .an_information_box .custum-select .dropdown .list ul li {
	 color: #111;
	 padding: 0 10px;
}
 body.dark .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .content_single_product .nots li, body.dark .bz_single_product_accordian_main_wrapper .checkout_form .checkout_accord .card-body .content_single_product .form-group, body.dark .color_code, body.dark .color_code p span a, body.dark .tab-five-wrapper .nav-pills .nav-item .nav-link, body.dark .tab-five-wrapper .tab-content .tab-five-content a, body.dark .tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper h2, body.dark .tab-two-wrapper .tab-content .tab-two-head .tab-two-content h6, body.dark .accordion1-main-wrapper .accordion .accordion-item .accordion-header .accordion-button, body.dark .accordion4-wrapper .accordion-item .accordion-header button, body.dark .testimonial-one-wrapper .testimonial-one .test-content h6, body.dark .testimonial-three-wrapper .slider-two-wrapper .slider-author .author-name h6 {
	 color: #808080;
}
 body.dark .testimonial-one-wrapper .testimonial-one .test-content .test-icon, body.dark .testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-content {
	 background: #111;
}
 body.dark .testimonial-two-wrapper .slider-test .owl-carousel .item .slider-wrapper .slider-content::before {
	 border-color: #111 transparent transparent;
}
 body.dark .accordion1-main-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), body.dark .accordion4-wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	 color: #e12454;
}
 body.dark .bz_product_grid_content_main_wrapper .bz_cart_main_wrapper table thead {
	 border-color: #606060;
}
 body.dark .main-singin-box .singin-box .singin-right .main-form p a {
	 color: #6b0e27d1;
}
 body.dark .ic-section-2 .icon-box-two, body.dark .ic-section-4 .icon-box-four {
	 background-color: #111;
}
 body.dark .icon-box-three, body.dark .icon-box-five, body.dark .ic-section-1 .box {
	 background-color: #222;
}
 body.dark .list-main-wrapper-three .list-three-wrapper ul li, body.dark .list-main-wrapper-two .list-two-wrapper ul li, body.dark .list-main-wrapper-one .list-one-wrapper ul li, body.dark .tabbox .tab-content .posts-box .profile-details .profile-name span, body.dark .tabbox .tab-content .posts-box .like-comment-count li a {
	 color: #b6b0b0;
}
 body.dark .pt-section-4 .p-box-4:hover .p-box-4-1 {
	 background-color: #4e49de;
}
 body.dark .dating-wapper .about-us-img .testimaonl-box {
	 background-color: #222;
}
 .dark .preloder {
	 background-color: #000;
}
 .dark .preloder .heart p {
	 color: #fff;
}
 .dark .index2-first-wrapper {
	 background-image: linear-gradient(to right, #000, #000, #000, #000, #000);
}
 .dark .contact-us-wrapper {
	 background-color: #000;
}
 .dark .main-search-2 {
	 background-color: #222;
}
 .dark .index2-footer {
	 background-color: #000;
}
 .dark .index2-footer .footer-logo {
	 border-top: 2px solid #000;
}
 .dark header .main-header-two .main-menu-two .index2-inner-ul .sideline .index-2-btn .menuBtn-2 a {
	 color: #fff;
}
 .dark .index2-first-wrapper .index-inner-wrap-2 {
	 background-color: #111;
}
 .dark .index2-first-wrapper .index-inner-wrap-2 .change-box label {
	 color: #fff;
}
 .dark .index2-first-wrapper .index-inner-wrap-2 .custum-select .dropdown {
	 border: solid 1px #fff;
	 color: #fff;
}
 .dark .counter-section-2 .counter-box-2 .counter-text-2 .counter {
	 color: #fff;
}
 .dark .counter-section-2 .counter-box-2 .counter-text-2 p {
	 color: #fff;
}
 .dark .dating-wrapper-2 .dating-content .detail-box h6 a {
	 color: #fff;
}
 .dark .how-it-work-3 .counter-box-2 .counter-icon {
	 border: 2px solid #fff;
}
 .dark .how-it-work-3 .counter-box-2 .counter-text-2 h5 {
	 color: #fff;
}
 .dark .how-it-work-3 .counter-box-2 .counter-text-2 span {
	 color: #fff;
}
 .dark .how-it-work-2 .awesome-slider .awesome-slider-box .aw-tect-box {
	 background-color: #111;
}
 .dark .how-it-work-2 .awesome-slider .awesome-slider-box .aw-tect-box h6 a {
	 color: #fff;
}
 .dark .how-it-work-2 .awesome-slider .awesome-slider-box .aw-tect-box p {
	 color: #fff;
}
 .dark .doctor-love-2 .love-calculater .calc-inner-box .love-inner-box .enter-name2 label {
	 color: #fff;
}
 .dark .doctor-love-2 .love-calculater .calc-inner-box .love-inner-box .enter-name1 label {
	 color: #fff;
}
 .dark header .main-header-two .main-menu-two .index2-inner-ul .sideline .index-2-btn .menuBtn-2 {
	 color: #fff f;
}
 .dark .doctor-love-2 .love-calculater .calc-inner-box .love-inner-box .enter-name1 input {
	 background-color: #111;
	 color: #ef2095;
}
 .dark .doctor-love-2 .love-calculater .calc-inner-box .love-inner-box .enter-name2 input {
	 background-color: #111;
	 color: #ef2095;
}
 .dark .contact-us-wrapper .contact-inner-wrap {
	 background-color: #111;
}
 .dark .contact-us-wrapper .contact-inner-wrap .li-third .contact-box-3 .contact-btn {
	 background-color: #111;
}
 .dark .counter-section-2 .counter-box-2 .counter-text-2 .counter {
	 color: #808080;
}
 .dark .counter-section-2 .counter-box-2 .counter-text-2 p {
	 color: #808080;
}
 .dark .right-sidebar {
	 background: #111;
}
 .dark .right-sidebar .sidebar-contant h4 {
	 color: #fff;
}
 .dark .right-sidebar .sidebar-contant h5 {
	 margin-top: 25px;
	 color: #fff;
}
 .dark .right-sidebar .sidebar-contant h5 {
	 margin-top: 25px;
	 color: #fff;
}
 .dark .right-sidebar .sidebar-close::before {
	 background-color: #fff;
}
 .dark .right-sidebar .sidebar-close::after {
	 background-color: #fff !important;
}
 .dark .right-sidebar .sidebar-close::after {
	 background-color: #fff !important;
}
 .dark header .main-header-three {
	 background-color: #000;
}
 .dark header .main-header-three .main-menu .main-btn .menubtn-3 {
	 color: #fff;
}
 .dark header .main-header-three .main-menu .main-btn .menubtn-3 a {
	 color: #fff;
}
 .dark .meet-wrapper {
	 background-color: #000;
}
 .dark .counter-section-ind-3 {
	 background-color: #000 !important;
}
 .dark .blog-next {
	 background-color: #000 !important;
}
 .dark .main-customers-slider-2 .customers-slider .slider-box {
	 background-color: #000;
}
 .dark .blog-next .blog-box-next .blog-text .h5 {
	 color: #fff;
}
 .dark .footer-index-3 .main-search-2::after {
	 background-color: #111 !important;
}
 .dark .main-search-2 {
	 background-color: #111;
}
 .dark .footer-index-3 .footer-bottom {
	 background-color: #111;
}
 .dark .footer-index-3 .main-search-2 ul li .heading h3 {
	 color: #fff;
}
 .dark .dating-wrapper-3 .carousel-control-next {
	 background-color: #000;
}
 .dark .dating-wrapper-3 .carousel-control-prev {
	 background-color: #000;
}
 .dark .counter-section-ind-3 .inner-counter-box .counter-box-next {
	 background-color: #111;
}
 .dark .counter-section-ind-3 .inner-counter-box .counter-box-next:hover .counter-text p {
	 color: #ef2095;
}
 .dark .counter-section-ind-3 .inner-counter-box .counter-box-next .counter-text {
	 color: #fff;
}
 .dark .counter-section-ind-3 .inner-counter-box .counter-box-next .counter-text .counter {
	 color: #fff !important;
}
 .dark .counter-section-ind-3 .inner-counter-box .counter-box-next .counter-text p {
	 color: #fff;
}
 .dark .counter-section-ind-3 .inner-counter-box .counter-box-next .counter-text p:hover {
	 color: #ef2095;
}
 .dark .doctor-love-next .index-three-counter ul li input {
	 background-color: #000;
	 border: 2px solid #000;
}
 .dark .top-main-wrapper {
	 background-image: url('../images/darkmodemain-bg.png');
	 background-color: #111;
}
 .dark header .main-header-four .main-menu > ul > li .search-box-4 .ind4-search-btn {
	 background-color: #fff;
}
 .dark .top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper {
	 background-color: #111;
}
 .dark .top-main-wrapper .top-moddle-wrapper .main-title h1 {
	 color: #fff;
}
 .dark .ind4-common-heading p {
	 color: #fff;
}
 .dark .ind4-about-wrapper {
	 background-color: #111;
}
 .dark .about-counter-wrapper {
	 background-color: #000;
}
 .dark .about-counter-wrapper .counter-inner-about .about-counter-box {
	 background-color: #111;
}
 .dark .about-counter-wrapper .counter-inner-about .about-counter-box .counter-text p {
	 color: #fff;
}
 .dark .ind4-love-calc-wrap .love-calculater .love-calculater-box .calculat-love .index4-btn {
	 background-color: #000;
}
 .dark .ind4-about-wrapper .ind4-about-box-2 .detail-about-box {
	 background-color: #111;
}
 .dark .ind4-about-wrapper .ind4-about-box-2 .detail-about-box .about4-para p {
	 color: #fff;
}
 .dark .step-wrapper {
	 background-color: #000;
}
 .dark .step-wrapper .step-side-box .step-ul-box ul li p {
	 color: #fff;
}
 .dark .step-wrapper .step-side-box .step-ul-box ul li a span {
	 background-color: #111;
}
 .dark .ind4-about-wrapper .ind4-about-box-2 .detail-about-box .about-sigature-box ul li .signature-name {
	 color: #fff;
}
 .dark .ind4-about-wrapper .ind4-about-box-2 .verification-box ul li .verfi-text p a {
	 color: #fff;
}
 .dark .meet-single-wrappper {
	 background-color: #111;
}
 .dark .success-wrapper .success-inner-box .success-box {
	 background-color: #000;
}
 .dark .success-wrapper .success-inner-box .success-box .success-text .success-heading {
	 color: #fff f;
}
 .dark .success-wrapper .success-inner-box .success-box .success-text .tag-list li .success-date {
	 color: #fff;
}
 .dark .success-wrapper .success-inner-box .success-box .success-text .tag-list li p a {
	 color: #fff f;
}
 .dark .map-detail-wrapper {
	 background-color: #000;
}
 .dark .mobile-app-ind4-wrap {
	 background-color: #111;
}
 .dark footer .ind4-footer {
	 background-color: #000;
}
 .dark footer .ind4-footer .ind4-footer-box-1 .ind4-footer-text {
	 color: #fff f;
}
 .dark footer .ind4-footer .ind4-footer-box-2 ul li .img-text-wrap a {
	 color: #fff;
}
 .dark footer .ind4-footer .ind4-footer-box-3 ul li a {
	 color: #fff f;
}
 .dark footer .ind4-footer .ind4-footer-box-4 ul li .img-text-wrap a {
	 color: #fff;
}
 .dark .top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box {
	 background-color: #111;
}
 .dark .top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box .topleft-content-box .top-inner-name {
	 color: #fff;
}
 .dark .top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box .topleft-content-box .top-left-box-btn a {
	 color: #fff;
}
 .dark .top-main-wrapper .select-wrapper-ind4 .take-a-change-4 {
	 background-color: #000;
}
 .index2-btn {
	 background-color: #ef2095;
	 max-width: 215px;
	 height: 50px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: #fff;
	 border: 3px solid #fff f;
	 position: relative;
}
 .index2-btn::after {
	 position: absolute;
	 content: "";
	 width: 0;
	 height: 0;
	 top: -9px;
	 left: -9px;
	 border-top: 3px solid transparent;
	 border-left: 3px solid transparent;
	 transition: 0.5s;
}
 .index2-btn::before {
	 position: absolute;
	 content: "";
	 width: 0;
	 height: 0;
	 bottom: -9px;
	 right: -9px;
	 border-bottom: 3px solid transparent;
	 border-right: 3px solid transparent;
	 transition: 0.5s;
}
 .index2-btn:hover {
	 color: #fff;
}
 .index2-btn:hover a {
	 color: #fff;
}
 .index2-btn:hover::after {
	 width: calc(100% + 15px);
	 height: calc(100% + 15px);
	 border-color: #fff;
}
 .index2-btn:hover::before {
	 width: calc(100% + 15px);
	 height: calc(100% + 15px);
	 border-color: #fff;
}
 .index2-btn2 {
	 background-color: transparent;
	 max-width: 215px;
	 height: 50px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: red;
	 border: 3px solid red;
	 position: relative;
	 margin: 0 auto;
	 transition: 0.25s;
}
 .index2-btn2:hover {
	 border-color: #ef2095;
	 color: #fff;
	 box-shadow: inset 0 0 0 2em #ef2095;
	 background-color: #ef2095;
}
 