	/*===========================================================

	* Template Name    : NftMarket | NFT Marketplace Responsive HTML Template
	* Author           : themetum
	* Version          : 1.0.0
	* Created          : 24 September, 2021
	* File Description : Main css file

	=============================================================*/


	/*===================
		1.BASIC CSS
		2.HELPER
		3.NAVBAR
		4.HEADER
		5.LIVE AUCTION
		  5.1 Products 
		  5.2 Single Product
		  5.3 Features Logo
		6.FOUR PART AREA
		  6.1 New Item slider
		7.WHY WE ARE
		8.POPULAR PRODUCT
		9.HOW WE WORK
		10.TESTIMONIALS
		11.AUTHORS
		  11.1 author details
		12.CALL TO ACTION
		13.FOOTER
		14.BLOG
		   14.1 All Post
		   14.2 Blog sidebar
		   14.3 Single Post
		15.EXTRA STYLE
		   15.1 About us
		   15.2 Contact us
		   15.4 Faqs
		   15.5 Terms & condition
		   15.6 Affiliate Terms
		   15.7 Privacy policy
		   15.8 My account		   
		   15.9 Breadcrumb
		   15.11 404 error
		   15.12 preloader
		   15.13 Splitting Text
		   15.14 Back to Top
		   15.15 Activity
		   15.16 Wallet
		 16.MOUSE CURSOR
		   
	====================*/
	
	@import url('https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css');
	@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200&family=Tinos:ital@0;1&display=swap');

/*=========================
	1.BASIC STYLE
===========================*/	

	body {
	font-family : "Poppins";		
	overflow-x : hidden;
	margin:0;
	padding:0;
	background:#10102b;
	}

	h1, h2, h3, h4, h5, h6 {
	font-family : 'Poppins';
	letter-spacing : 0.3px;
	color :#f7f7f7;
	word-spacing:2px;
	}
	h2 {
		color: #f7f7f7;
		line-height: 48px;
		margin-bottom: 20px;
		font-weight: 700;
		font-size: 36px;
	}
	h6 {
		font-size: 18px;
		font-weight: 700;
		padding-top: 5px;
		color: #F9F9F9;
	}	
	span.span-color{
	    color: #FE5F75;
	    font-weight:700;
	}

	p {
	font-family :"Poppins";
	font-size : 16px;
	letter-spacing : 0.2px;
	line-height : 29px;
	color:#c6c6cf !important;
	}
	.section_intro p {
		font-size: 24px;
		color: #22264a !important;
		font-family: "Tinos";
		font-style: italic;
		font-weight: 500;
	}	
	a.nav-link i.bx {
		color: #cfd0e2;
		font-size: 14px;
	}
	a.nav-link i.bx {
		color: #cfd0e2;
		font-size: 14px;
	}
	img.responsive-fluid {
		max-width: 100%;
	}
	.fix{
		overflow:hidden;
	}	
	.btn {
		font-family: "Raleway";
		font-size: 16px;
		letter-spacing: .8px !important;
	 }

	.splitting .char {
	  animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
	  animation-delay: calc(60ms * var(--char-index));
	}

	@keyframes slide-in {
	  from {
		transform: translateY(-1em) rotate(-.5turn) scale(0.5);
		opacity: 0;
	  }
	}	 
	input:focus, 
	textarea:focus, 
	select:focus{ 
		outline: none;
	}
	
	li{
		list-style:none !important;
	}
	.span-red{
		color:#FF4462;
	}
	 
/*=======================
		2.HELPER
=========================*/

	.mt-80 {
	margin-top : 80px;
	}
	.mt-50 {
	margin-top : 50px;
	}
	.mt-20 {
	margin-top : 20px;
	}
	.mt-30 {
	margin-top : 30px;
	}
	.mb-50 {
	margin-bottom : 50px;
	}
	.mb-20 {
	margin-bottom : 20px;
	}
	.mb-30 {
	margin-bottom : 30px;
	}
	.pt-30 {
	padding-top : 30px;
	}
	.pt-20 {
	padding-top : 20px;
	}
	.pt-50 {
	padding-top : 50px;
	}
	.pt-70 {
	padding-top : 70px;
	}
	.pb-50 {
	padding-bottom : 50px;
	}
	.pb-30 {
	padding-bottom : 30px;
	}
	.pb-10 {
	padding-bottom : 10px;
	}
	.pb-0{
		padding-bottom:0px;
	}
	.pt-15{
		padding-top:15px;
	}
	.pt-10{
		padding-top:5px;
	}
	.pt-15{
		padding-top:20px;
	}
	.pt-200{
		padding-top:200px;
	}
	.pt-100{
		padding-top:100px;
	}
	.pb-100{
		padding-bottom:100px;
	}
	.pb-150{
		padding-bottom:150px;
	}
	.pb-20{
		padding-bottom:20px;
	}
	.pb-200{
		padding-bottom:200px;
	}
	.ml-20{
		margin-left:20px;
	}
	.mr-20{
		margin-right:20px;
	}
	.pt-80{
		padding-top:80px;
	}
	.pb-80{
		padding-bottom:80px;
	}
	.mt-120{
		margin-top:120px;
	}
	.mt-90{
		margin-top:90px;
	}
	.mt-60{
		margin-top:60px;
	}
	.mt-30{
		margin-top:30px;
	}
	.ml-10{
		margin-left:10px;
	}
	.responsive-margin{
		margin-left:1%;
		margin-right:1%;
	}
	
	a, a:hover, a:focus, button, button:focus {
	text-decoration : none !important ;
	outline : none !important ;
	box-shadow : none !important ;
	}

	::selection {
		background: rgba(166, 175, 189, 0.3);
	}

	::-moz-selection {
		background: rgba(166, 175, 189, 0.3);
	}

	::selection {
	background : rgb(166, 175, 189, 0.3);
	}
	::-moz-selection {
	background : rgb(166, 175, 189, 0.3);
	}

	/* width */
	::-webkit-scrollbar {
	  width: 10px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  background:transparent; 
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
    background: #FE5F75;
	background: -webkit-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
	background: -moz-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
	background: -ms-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
		border-radius:5px;
		transition:all .4s ease;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
    background: #FE5F75;
	background: -webkit-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
	background: -moz-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
	background: -ms-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
	}
	body{
		background:#f7f8fc !important;		
	}


div#new_product_area {
    background: #161634;
}

section#nft_product_part {
    background: #161634;
}

section#authors {
    background: #161634;
}
.dark-bg-all{
	background:#1b1b36 !important;
}
/*=========================
	3.NAVBAR CSS
===========================*/

/* ------------------------------------------------------------------- 
 * ## header-toggle
 * ------------------------------------------------------------------- */

.list-style-none li {
    list-style: none;
}
.d-inline li {
	display: inline;
}
.main-menu-area {
    position: relative;
}
a.navbar-brand {
    margin: 0;
}
.container-main-menu {
    position: relative;
}
.main-menu .menu-list li {
    display: inline-block;
    position: relative;
}
ul.icon-set-list li a {
    transition: all ease-out .4s;
}
ul.icon-set-list li a:active,
ul.icon-set-list li a i:hover {
    color:#FE5F75 !important;
}
.main-menu .menu-list li.has-children > a:hover::before {
   border-bottom: 1px solid #FE5F75;
   border-right: 1px solid #FE5F75;
}
.main-menu .menu-list li.has-children > a::before {
   border-bottom: 1px solid #f7f7f7;
   border-right: 1px solid #f7f7f7;
   content: '';
   display: block;
   height: 7px;
   width: 7px;
   margin-top: 4px;
   pointer-events: none;
   position: absolute;
   right: 1.2rem;
   -webkit-transform-origin: 66% 66%;
   -ms-transform-origin: 66% 66%;
   transform-origin: 66% 66%;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.logo a.navbar-brand img {
    max-width: 140px;
}
.main-menu .icon-set li {
    display: inline;
}
.main-menu .menu-list li a,
.main-menu .icon-set li a i {
	color:#f7f7f7;
	padding: 25px 23px;
	display: inline-block;
	line-height: 1;
    position: relative;
	transition:all ease .4s;
}
.main-menu .menu-list li:hover > a, 
.main-menu .icon-set li a i:hover {
    color:#FE5F75;
}
.main-menu .icon-set li a i {
    padding: 23px 10px;
}
.main-menu .sub-menu {
	position: absolute;
	background-color: #161634;
	min-width: 270px;
	padding: 20px;
	overflow: hidden;
	border-radius: 4px;
	left: 0;
	top: calc(100% + 30px);
    transition: .4s ease-in-out;
	z-index: 5;
	visibility: hidden;
    opacity: 0;
}
.main-menu .menu-list li.has-children::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FE5F75;
	position: absolute;
	left: 44%;
	bottom: -30px;
    transition: .4s ease-in-out;
    visibility: hidden;
}
.main-menu .menu-list li:hover .sub-menu {
    top: calc(100% - 3px);
    visibility: visible;
    opacity: 1;
}
.main-menu .menu-list li:hover::after {
    visibility: visible;
    bottom: 0;
}
.main-menu .sub-menu::before {
	content: "";
	height: 3px;
	width: 100%;
	background-color:#FE5F75;
    position: absolute;
	left: 0;
	top: 0;
}
.main-menu .sub-menu li {
    display: block;
    position: relative;
}
.main-menu .sub-menu li::after {
	height: 2px;
	width: 10px;
	left: -22px;
	top: 22px;
	border: none !important;
	background-color:#FE5F75;
}
.main-menu .sub-menu li:hover::after {
    left: -2px;
}
ul.sub-menu li a {
    position: relative;
    transition: all ease-out .4s;
}

ul.sub-menu li a:before {
	content: "";
	background: #FE5F75;
	height: 3px;
	width: 0px;
	visibility:hidden;
	opacity:0;
	margin-top: 8px;
	position: absolute;
	margin-left: -16px;
	transition: all ease-out .4s;
}

ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    width: 10px;
}
ul.sub-menu li {
    left: 2px;
}
ul.menu-list li a:hover,
ul.sub-menu li a:hover {
    color: #FE5F75 !important;
}
.main-menu .sub-menu li a {
    padding: 13px;
	font-size:16px;
}	
	
	.header-transparent .navbar-area ul li ul.sub-menu{
		border-top: 2px solid #F96778;
	}	
	.header-transparent .navbar-area ul li ul.sub-menu li a{
		color:#444862;
	}
	ul.navbar-nav li a {
		padding-bottom: 19px;
	}	
	.navbar-area ul.navbar-nav{
		margin-bottom:0px !important;
	}	
	.navbar-area ul li ul.sub-menu{
		min-width: 220px;
		display:block;
		border-top: 2px solid #FE5F75;
		margin-top: 50px;	
		padding: 20px 0px;
		margin-left: 0px;
		position:absolute;
		border-radius: 2px;
		background: #fff;
		box-shadow: 0 4px 15px -8px rgba(9,30,66,.3);
		opacity:0;
		visibility:hidden;
		transition:all .3s ease;
	}
	.navbar-area ul li ul li:hover:after {
		opacity:1;
		visibility:visible;
	}
	.navbar-area ul li a,
	.navbar-area ul li ul li a {
		transition:all .3s ease;
	}
	.header-transparent .navbar-area ul li a:active,
	.header-transparent .navbar-area ul li ul li a:active,
	.header-transparent .navbar-area ul li a:focus,
	.header-transparent .navbar-area ul li ul li a:focus,
	.header-transparent .navbar-area ul li a:hover,
	.header-transparent .navbar-area ul li ul li a:hover {
		color:#F96778 !important;
	}
	.navbar-area ul li a:active,
	.navbar-area ul li ul li a:active,
	.navbar-area ul li a:focus,
	.navbar-area ul li ul li a:focus,
	.navbar-area ul li a:hover,
	.navbar-area ul li ul li a:hover {
		color:#FE5F75 !important;
	}
	.header-transparent .navbar-area ul li ul li:hover:after {
		opacity:1;
		visibility:visible;
		transition:all .3s ease;
	}
	.navbar-area ul li ul li:after {
		position: absolute;
		content: "";
		height: 1px;
		width: 0px;
		left:15px;
		background: #FE5F75;
		top: 80%;
		border-radius: 50px;
		margin-left: -4px;
		opacity:0;
		visibility:hidden;
		transition-timing-function: ease-in-out !important;
		transition: 0.5s !important;
		transform: translateY(0) !important;
	}
	.navbar-area ul li ul li:hover:after {
		opacity:1;
		visibility:visible;
		transition-timing-function: ease-in-out !important;
		transition: 0.5s !important;
		transform: translateY(0) !important;
		height: 1px;
		width: 100px;	
	}
	.header-transparent .header-btn a.btn {
		background-image: -moz-linear-gradient( 144deg, rgb(89,163,254) 0%, rgb(143,146,254) 100%);
		background-image: -webkit-linear-gradient( 144deg, rgb(89,163,254) 0%, rgb(143,146,254) 100%);
		background-image: -ms-linear-gradient( 144deg, rgb(89,163,254) 0%, rgb(143,146,254) 100%);
	}
	.sticky-bar .header-btn a {
		color: #fff !important;
	}	
	.header-btn a.btn {
		margin-top: 1px;
		margin-left: 25px;
		padding: 8px 30px;
		text-align: center;
	    background-image: -moz-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
	    background-image: -webkit-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
	    background-image: -ms-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
		box-shadow: 1.5px 2.598px 13px 4px rgb( 108, 107, 254 );
		border-radius: 50px;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: .4px;
	}
	.header-transparent {
		top:0;
		left: 0;
		right: 0;
		position: absolute;
		padding:0px;
		z-index: 999;
	}	
	.mean-bar {
		padding: 20px;
		padding-right: 0px;
	}	
	.navbar-area ul li:hover > ul.sub-menu {
		opacity:1;
		visibility:visible;
		margin-top:19px;
	}
	.navbar-area ul li ul li {
		margin-left:15px;
		margin-bottom:5px;
		padding-right:30px;
	}
	.navbar-area ul li ul li a{
		padding: 5px 10px;
		margin: 0px;
		font-size: 15px;
		color:#525372;
	}
	li.has-children a i {
		font-size: 20px;
		padding-top: 0px;
		margin-top: 3px;
		position: absolute;
	}

	li.has-children a {
		padding-right: 30px !important;
	}	
	ul.nav.navbar-nav li a {
		padding: 20px 18px;
		margin: 0px;
		color: #31324f;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: .3px;
		font-family: "Raleway";
	}
	
	.header_file_icon_bg img {
		text-align: center;
		max-width: 55px;
		margin-right: 35px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	
	.header_file_icon_bg img.responsive-fluid {
		border-radius: 50px !important;
		margin-bottom: 1rem;
	}
	
	.header_file_icon_bg {
		padding-top: 20px;
		padding-bottom: 20px;
	}	
	.shop-icon {
		float: left;
		margin-top: 8px;
		font-size: 18px;
	}	
	
	.shop-icon a {
		margin-left: 10px;
	}	
	.shop-icon a i {
		font-size: 22px;
		padding: 3px 8px;
	}	
	
	 .navbar-tool-label {
		position: absolute;
		top: 0px;
		right: 10%;
		width: 1.25rem;
		height: 1.25rem;
		border-radius: 50%;
	  background-image: -moz-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%);
	  background-image: -webkit-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%);
	  background-image: -ms-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%);
		color: #fff;
		font-size: .65rem;
		font-weight: 500;
		text-align: center;
		line-height: 1.25rem;
	}	
	
	.sticky-bar {
		left: 0;
		margin: auto;
		position: fixed;
		top: 0;
		width: 100%;
		padding-bottom:8px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
		z-index: 9999;
		-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
		animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
		-webkit-box-shadow: 0 0px 5px rgba(25, 25, 25, 0.1);
		background:#222242;
		transition:all .2s ease;
	}	
	.sticky-bar a {
		color: #f7f7f7 !important;
	}
	
ul.nav.navbar-nav {
    display: inline-block;
}	
.icon-set a {margin-left: 2px;padding: 2px;color: #2f2e50;font-size: 22px;}
ul.menu-list li a {
    font-size: 17px;
    font-weight: 500;
}

.mobile_menubar {
    background: #fff;
    color: #333;
    padding: .6rem;
    position: relative;
    display: none;
    cursor: pointer;
}

.mobile_menubar i {
    font-size: 28px;
}

/* Top Search
=================================*/
.top-search{
  background-image: -moz-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -webkit-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -ms-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);	
    padding: 10px 0;
    display: none;
    width: 100% !important;
}
span.input-group-addon i {
    font-size: 20px;
    margin-top: 10px;
}
.search-control::placeholder { 
  color: #fff !important;
  opacity: 1; 
}
.top-search input.form-control{
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
	border:none !important;
    height: 40px;
    padding: 0 15px;
}

.top-search .input-group-addon{
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.top-search .input-group-addon.close-search{
    cursor: pointer;
}
.nav.navbar-nav li.has-children > a {
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

/*=======================
		4.HEADER
=========================*/

	#hero-slider-area {
		position: relative;
	}
	h2.header-text {
		color: #2f2e50 !important;
		margin-top: 235px;
	}
	.right-illustration img {
		margin-top: 130px;
	}


	.hero-content h2.header-text {
		color: #2f2e50;
		line-height: 48px;
		margin-bottom: 20px;
		font-weight: 700;
		font-size: 36px;
	}

	span.text-italic {font-size: 24px;font-family: "Lato";font-weight: 400;color: #2f2e50;}
	span.text-color {
		color: #FE5F75;
	}
	.hero-content {
		padding-left: 30px;
	}
	p.text-description {
		font-size: 18px;
	}
	.header-btn {
		margin-top: 40px;
	}
	a.btn {
		letter-spacing: .09rem !important;
	}
	a.btn.btn-start-custom {
		border-radius: 50px;
		padding: 12px 32px;
		font-size: 16px;
		color: #F96982;
		font-weight: 700;
		letter-spacing: .5px;
		text-align: center;
		border:1.5px solid #F96982;
		box-shadow: 1.5px 2.598px 13px 4px rgb( 108, 107, 254 );	
	}
	
	a.btn.btn-theme{
		margin-left: 0px;
		margin-right: 12px;		
		padding: 14px 35px;
		color: #fff;
		background: #FE5F75;
		background: -webkit-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
		background: -moz-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
		background: -ms-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
		box-shadow: -0.262px 7.998px 35px 0 rgba(255,6,108,.3) !important;	
		letter-spacing: .5px;
		font-size: 16px;
		font-weight: 600;
		border-radius:50px;		
	}
	a.btn.btn-service {
		margin-left: 12px;
		color: #FE5F75 !important;
		background: none !important;
		border: .1rem solid #1a6afa;
	}

	a.btn.btn-start {
		background: #333;
		border-radius: 50px;
		padding: 12px 32px;
		font-size: 16px;
		color: #fff;
		font-weight: 700;
		letter-spacing: .5px;
		text-align: center;
	  background-image: -moz-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%);
	  background-image: -webkit-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%);
	  background-image: -ms-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%);
	  box-shadow: 5.5px 9.526px 24px 10px rgb( 216, 200, 200 );
	}
	
	i.bx.bx-play {
		font-size: 24px;
		color: #272551;
		border-radius: 5px !important;
		-webkit-text-fill-color: #fff;
		-webkit-text-stroke-width: 1.5px;
		-webkit-text-stroke-color: #FE5F75;
	}
	
	.header-hero-btn {
		margin-top: 35px;
	}
	a.btn.intro-video {
		margin-left: 40px;
		font-weight: 700;
		letter-spacing: .5px;
	}
	a.btn.play-custom-btn {
		margin-left: 40px;
		font-weight: 700;
		letter-spacing: .5px;
		color:#fff;
	}

	a.play-custom-btn i {
		font-size: 24px;
		position: absolute;
		margin-left: -30px;
		color:#fff;
	}

	.btn-hero {
		position: relative;
		margin-top: 20px;
	}

a.btn.intro-video i {
    text-align: center;
    top: 1rem;
	font-size: 2rem;
	color:#f7f7f7;	
    left: 1rem;
    position: absolute;
 }
a.btn.intro-video {
    position: absolute;
    background: #FE5F75;
    margin-left: 30%;
    margin-top: 45%;
    max-width: 80px;
    max-height: 80px;
    padding: 30px;
    border-radius: 5rem;
}
	
	button.search-icon {
		height: 55px;
		width: 130px;
		background: -webkit-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
		transform: translate(-78px, -1px);
		color: #fff;
		padding: 10px 55px;
		border-radius: 50px;
	}

	img.align-item-center.responsive-fluid {
		text-align: center;
		opacity: .5;
		max-width: 90%;
		margin-top:30px;
	}
	.shape{
		position:absolute;
		max-width: 5%;
		opacity:.5;
	}

	.shape1 {
		left: 6%;
		bottom: 4%;
	}
	.shape2 {
		right: 43%;
		bottom: 1%;
	}
	.shape3 {
	  top: 34%;
	  left: 40%;
	}
	.shape4 {
	  top: 26%;
	  left: 20%;
	}
	.shape5 {
		right: 12%;
		top: 6%;
	}
	.shape6 {
		bottom: 0%;
		right: 16%;
	}
	.shape7 {
	  top: 38%;
	  right: 35%;
	}
	.shape8 {
	  bottom: 49%;
	  right: 2%;
	}
	
	.section_intro p {
		font-size: 24px;
		color: #22264a !important;
		font-family: "Tinos";
		font-style: italic;
		letter-spacing: 1px;
		font-weight: 500;
		margin-bottom: 5px;
	}

	.section_intro p span {
		color: #FE5F75;
		font-weight:700;
	}

	h2.section_heading {
		font-size: 36px;
		color: #f7f7f7 !important;
		font-weight: 700;
		word-spacing: 4px;
		letter-spacing: .5px;
	}

	.section_description {
		margin-top: 8px;
	}

.section_description p {
	font-size: 16px;
	color: #c6c6cf !important;			
	}
	
.icon {
    position: relative;
    display: inline-block;
    max-width: 85px !important;
    margin-left: 15px;
    margin-right: 2px;
}
	
/*=======================
		5.LIVE AUCTION
=========================*/

.new_nft_product {
    padding-top: 8rem;
}
.new_nft_product.item-details-slider {
    padding-top: 4rem;
}
.new-product{
	margin-left:.3rem;
	margin-right:.3rem;
}	
.single_product {
    background: #1c1c3f;
    transition:all .4s ease;
	border-radius:.8rem;
}	
.single_product:hover {
	transform: translateY(-8px);
}
timer span {
    color: #f7f7f7 !important;
}

timer {
    color: #fff !important;
}
.jumbotron.countdown {
    text-align: center !important;
    position: absolute;
    background: #252549;
    padding: 6px 15px;
    border-radius: 4rem;
    margin-left: .8rem;
    margin-top: 1rem;
	color:#ffffff;
}

.single_product_img {
    padding: 25px 15px 1px 15px;
}
.single_product_img img.responsive-fluid {
    max-width: 100%;
}

.nft_product_text {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 20px;
}

p.theme_name {
    float: left;
    line-height: 0;
    color: #3b3b62 !important;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

a.placebid.price {
    padding: 5px 20px;
    float: right;
    background: #FE5F75;
    border-radius: 5rem;
    position: relative;
    color: #ffffff;
    font-weight: 500;
    margin-top: -7px;
}


li.product-all-icon {
    left: 0;
    display: inline;
    margin-right: 55px !important;
}
span.product-icon {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    margin-top: 7px;
}
span.sale-count {
    font-size: 16px;
    color: #6B3AAD;
    font-weight: 700;
}

.profile-rating {
    margin-right: 8%;
    padding-top: 0;
    margin-top: -.8rem;
}

.author-details .profile-rating {
    margin-top: -1.4rem !important;
}
.profile-rating ul li i {
    font-size: 18px;
    transition: all ease .4s;
    padding: 1px 6px;
    line-height: 0rem;
    position: relative;
    top: 2px;
}
span.thumbsup {
    font-size: 16px;
    color: #fff !important;
}

.profile-rating ul li i:hover {
    color: #FF5227;
}
span.sale-counter {
    position: relative;
    top: 5px;
    font-weight: 500;
    left: 0px;
    color: #cacad3 !important;
    font-size: 14px;
}
span.product_author {
    font-size: 14px;
    font-weight: 500;
}

span.product_author {
    color: #71718a;
	word-spacing:3px;
	letter-spacing:.5px;
}
span.product_author a {
    color: #ececf4;
}
span.product_categories a, 
span.product_author a {
    font-weight: 600;
}
span.product_categories a {
    color: #ececf4 !important;
}

span.product-icon i {
    background: #252549;
    font-size: 24px;
    margin-right: 5px;
    margin-top: 0px;
    color: #FF5227;
    border-radius: 3px;
    padding: 6px 10px;
}
span.sale-count i {
    background: #F7F8FC;
    color: #6B3AAD;
}
.nft_product_link ul {
    margin: 0;
    padding: 0 25px;
}

span.add-cart {
    margin-left: 0px;
}
p.product_title_intro {
    margin-top: 8px;
    font-weight: 500;
    padding-top: 16px;
    color: #ececf4 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    font-size: 18px;
}
.nft_product_link {
    margin-top: 1.3rem;
    margin-left: 1.3rem;
}
.single-item-grid .item-content .item-profile .profile-title span {
  margin: 5px 0 0 10px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
 .profile-rating ul {
  text-align: right;
  margin-top: -32px;
  padding-right: 20px;
}
 .profile-rating ul li {
  display: inline-block;
  color: #ffa726;
  margin-left: 1px;
  font-size: 14px;
}
 .profile-rating ul li:first-child {
  margin-left: 0;
}
 .profile-rating ul li:last-child {
  color: #b0bec5;
}
 .profile-rating ul li:last-child span {
  color: #263238;
}

a.btn.btn-view {
    padding: 8px 16px;
    color: #FE5F75;
	border:1px solid #FE5F75;
    letter-spacing: .5px;
    font-size: 14px;
    font-weight: 600;
}

.single_product:hover a.btn.btn-view {
    color: #fff;
	border:1px solid #5E3FF8;
  background-image: -moz-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -webkit-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -ms-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);	
}
.single_product_bottom a.btn.btn-view {
	margin-right: 15%;
}
.all_nft_product{
	padding-top:60px;
	padding-bottom:50px;
}
a.btn.btn_all_nft_product {
    padding: 15px 35px;
    color: #fff;
    background: #FE5F75;
	background: -webkit-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
    box-shadow: -0.262px 7.998px 35px 0 rgba(255,6,108,.3) !important;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 600;
	border-radius:50px;
}
#nft_product_part{
	margin:0;
	padding:0;
}
svg#curve {
    margin-top: -200px;
    margin-bottom: 0;
}
svg#curve path {
    fill:#161634;
}
/*===========  5.1 Products  =========*/

h4.link_title {
    font-weight: 700;
}

.single_item_download {
    background: #fff;
    padding-bottom: 60px;
    position: relative;
    transition:all .4s ease;
    box-shadow: 0 4px 5px -8px rgba(9,30,66,.3);
}
.single_item_download:hover .btn_overlay {
	visibility:visible;
	opacity:1;
}

.single_item_download:hover {
	box-shadow: 15.5px 20.33px 16px 0px rgb( 241, 244, 255 );
	transform: translateY(-8px);	
}
.product_listing_nav {
    text-align: center;
  background-image: -moz-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -webkit-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -ms-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
	box-shadow: 0 4px 15px -8px rgba(9,30,66,.3);
    border-radius: 4px;
    padding: 15px;
	margin-bottom:30px;
}
ul.product_categories_list li.nav-item {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.product_categories_list li.nav-item a.nav-link {
    padding: 5px 10px !important;
	color:#fff;
}

ul.product_categories_list {
    margin: 0;
    padding: 0;
}
.download_item_content {
    margin-left: 1;
}

.download_item_content {
    padding: 20px;
}

.item_price.item_link {
    position: relative;
}

p.price_amount {
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    line-height: 2;
    padding-right: 70px !important;
}

.item_price.item_link a.item_detail {
    background: #fff;
    color: #FE5F75;
    border: 1px solid #FE5F75;
    padding: 10px 20px;
	transition:all .4s ease;
}
.single_item_download:hover a.item_detail {
    background: #FE5F75;
    color: #fff;
    border: 1px solid #FE5F75;
}

a.item_detail.btn.btn-view {
    position: relative;
    float: right;
    margin-right: 0;
}

.btn_overlay {
    text-align: center;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.89) 0%, rgba(255,255,255,0.89) 100%);
    width: 100%;
    padding-top: 80px;
    height: 57.5%;
	visibility:hidden;
	opacity:0;
    transition:all .4s ease;	
}

a.btn.btn-cart {
  background-image: -moz-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -webkit-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -ms-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
    padding: 12px  25px;
    margin-left: 25%;
    border-radius: 50px;
    margin-right: 25%;
    margin-bottom: 30px;
	font-weight:700;
	color:#fff;
	z-index:9;
}
a.btn.btn-preview {
    background: #22264a;
    padding: 12px  25px;
    margin-left: 25%;
    border-radius: 50px;
    margin-right: 25%;
    margin-bottom: 30px;	
	font-weight:700;
	color:#fff;
	z-index:9;	
}

.btn_overlay a {
    display: block;
}

/*======   5.2. Single Product  ======*/

h2.product_page_subtitle {
    line-height: 54px;
	color:#f7f7f7;
}
h6.product_post {
    font-weight: 400;
}
.single_product_top {
	padding-bottom: 30px;
	background: #fff;
	margin-top: 0;
	padding-top: 0;
}

.single_product ul {
    margin: 0;
    padding: 0;
}
li.float-right.review-area {
    margin-right: 8%;
    margin-top: 16px;
}
.single_product ul li {
    display: inline;
    margin-left: 0rem;
}

.single_product {
    padding-top: .5rem;
    padding-bottom: 3rem;
}
a.btn.btn-live-free {
    font-weight: 700;
    border: 1px solid #EAF1F9;
    padding: 12px 30px;
}
a.btn.btn-pro,
a.btn.btn-live {
    padding: 12px 30px;
  background-image: -moz-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -webkit-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -ms-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
    font-weight: 700;
    color: #fff;
    border-radius: 2px;
	box-shadow: 0 4px 15px -8px rgba(9,30,66,.3) !important;
}
.single_product ul li a.reviews {
    color: #F45F78;
}

span.review_count {
    color: #454967;
}
span.purchage_price {
    font-size: 22px;
    margin-left: 10px;
}

b.price {margin-left: 3px;font-size: 28px;}

a.btn.pro-btn {
    font-size: 26px;
    padding: 14px 56px;
    margin: 0px !important;
    background: #F45F78;
    font-weight:700;
    color:#fff !important;
    box-shadow: 0 4px 8px -8px rgba(9,30,66,.3) !important;
}

p.btn.purchage_btn {
    font-size: 26px;
    padding: 12px 90px;
    margin: 0px !important;
    background: #F45F78;
	font-weight:700;
	cursor:default !important;
	color:#fff !important;
    box-shadow: 0 4px 8px -8px rgba(9,30,66,.3) !important;
}

.purchage_license {
    text-align: center;
    margin: 0;
    padding: 0;
}
.product_price_area {
    margin-left: 10px;
    margin-right: 10px;
}
.purchage_text {
    padding-top: 30px;
    margin: 0;
}

.purchage_text ul li {
    position: relative;
}

span.purchage_icon i {
    position: absolute;
    margin-top: 6px;
    font-size: 20px;
	color:#16CF88;
}

.purchage_text ul {
    margin: 0;
    padding: 0;
    padding-left: 13px;
}

span.purchage_icon {
    position: relative;
}

.purchage_text ul li p {
    position: relative;
    margin-left: 30px;
}

.payment_img {
    padding-top: 25px;
    padding-bottom: 20px;
}
a.service_page {
    color: #FE5F75;
    font-weight: 700;
}

.purchage_cart_btn {
    margin-top: 25px;
    text-align: center;
}

button.btn.free-download {
    padding: 15px 66px;
	border:1px solid #FE5F75;
    font-size: 24px;
    margin-left: 10px;
    color: #FE5F75;
}

button.btn.add_cart {
    padding: 15px 66px;
	border:1px solid #FE5F75;
    font-size: 24px;
    margin-left: 10px;
    font-weight: 700;
    color: #FE5F75;
}

a.btn.buy_pro {
    padding: 17px 90px;
  background-image: -moz-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -webkit-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -ms-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
    font-size: 24px;
    margin-left: 10px;
    font-weight: 700;
    color: #fff;
}
button.btn.purchage_cart {
    padding: 15px 80px;
  background-image: -moz-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -webkit-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
  background-image: -ms-linear-gradient( -36deg, rgb(22,109,250) 0%, rgb(75,80,250) 100%);
    font-size: 24px;
    margin-left: 10px;
    font-weight: 700;
    color: #fff;
}
span.buy_btn_icon {
    margin-right: 12px;
}

span.buy_text {
    position: relative;
    margin-left: 30px !important;
}

span.buy_btn_icon i {
    margin-top: 8px;
    position: absolute;
}
.product_brief_area {
    background: #fff;
    margin-top: 40px;
    padding-top: 35px;
    padding-bottom: 40px;
    position: relative;
}

span.brief-icon i {
    color: #16CF88;
    margin-right: 12px;
    font-size: 15px;
}

p.brief-text {
    font-weight: 600;
}

span.brief_more {
    margin-left: 2px;
    font-weight: 400;
}

span.brief_tag {
    margin-left: 10px;
    position: absolute;
    line-height: 20px;
    margin-top: 5px;
    padding-right:12px;
}

span.brief_tag a {
    margin: 0px 3px;
    font-size: 14px;
	color:#007BFF;
}
.single_similar_item.widget {
    padding-bottom: 20px;
    background: #fff;
}

.similar_text {
    margin-left: 20px;
    margin-right: 10px;
}
/*---------------------------------------------------*/
/*	Product Details
/*---------------------------------------------------*/

.new_nft_product.more_items {
    padding-top: 4rem;
}
p.author_name {
    line-height: 1rem;
    margin-bottom: 7px;
}

.author_area.product_description_author {
    background: transparent;
}
.product_details_counter {
    margin-top: 25px;
}
.product_details_counter ul li span {
    color: #c6c6cf !important;
}
.product_details_counter ul li span {
    color: #c6c6cf !important;
    font-size: 20px;
}
span.thumbsup-btn i {
    color: #FE5F75;
    position: absolute;
    margin-top: 5px;
}

span.thumbsup-btn {
    position: relative;
    float: left;
    padding-top: 10px;
    margin-right: 10px;
}

span.like-counter {
    color: #f7f7f7;
    font-size: 14px;
    margin-left: 25px;
}
.product_details_counter ul li span i {
    color: #FE5F75;
    margin-right: .1rem;
}

.place-bid a.placebid {
    margin-top: 1rem;
    float: left;
    margin-left: 1rem;
}

.place-bid {
    padding-bottom: 1.5rem;
}
form.bid-form {
    padding-top: 30px;
    position: relative;
    margin-left: 18px;
    padding-bottom: 50px;
}

form.bid-form label {
    color: #f7f7f7;
    margin-bottom: 12px;
}

input.form-control:focus {
	box-shadow: none;
	background: transparent;
}

form.bid-form input.form-control {
    width: 190px;
    border-radius: 50px;
    margin-top: 25px;
    position: absolute;
    color: #f7f7f7;
}

button.placebid.price {
    position: absolute;
    padding: 12px 46px;
    margin-left: 50%;
    margin-top: 19px;
    float: right !important;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #f7f7f7;
    background: #FE5F75;
}
.latest-bid-area {
    padding-top: 40px;
    margin-left: 20px;
}
.single-author {
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.latest-bid-area a.author-link img {
    max-width: 55px;
}

.latest-bid-area .author-name-eth-num {
    margin-left: 4rem;
}

.latest-bid-area .author-name-eth-num p.eth-num {
    margin-top: 16px !important;
}

.latest-bid-area .author-name-eth-num a {
    color: #FE5F75 !important;
}
/*=======================
		5.3 Features Logo
=========================*/
.features_logo {
    background: #161634;
}

/*=======================
	6.FOUR PART AREA
=========================*/

.four_part_bg{
  background-image: -moz-linear-gradient( 122deg, rgb(32,32,65) 0%, rgb(35,35,76) 100%);
  background-image: -webkit-linear-gradient( 122deg, rgb(32,32,65) 0%, rgb(35,35,76) 100%);
  background-image: -ms-linear-gradient( 122deg, rgb(32,32,65) 0%, rgb(35,35,76) 100%);
  margin-top:-265px;  
}

/*================
	6.1 New Item slider
===============*/
.new_product_text{
	margin-top:130px;
}
.new_product_text p.item_description {
    font-size: 20px;
    font-family: Muli, sans-serif;
    margin-top: 20px;
    font-style: normal;
	color:#666b85 !important;
	font-weight:400;
}
.new_product_text p.new_intro {
    color: #FE5F75 !important;
}
.new_product_btn{
	padding-top:20px;
}

/*===========================
		7.WHY WE ARE 9.HOW WE WORK
===========================*/
.about_more_area {
    background: #161634;
}

.who_we_area {
    background: #161634;
}

.why_we_area {
    background: #161634;
}
.why-choose-us-area {
    background: #161634;
}
div#why_we_are {
    padding-top: 10px;
}

.single_feature_are {
    padding: 20px 16px;
}

.why_icon {
    margin-top: 10px;
    margin-bottom: 15px;
}

.why_icon i {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
}

h6.why_title {
    font-size: 16px;
    line-height: 28px;
    padding-top: 5px;
    font-weight: 700;
}

.how-one,
.how-two,
.how-three,
.how-four,
.why-one,
.why-two,
.why-three,
.why-four {
    background: #1c1c3f;
	padding-bottom:2rem;
}
.how-one i,
.why-one i {
  background-image: -moz-linear-gradient( 138deg, rgb(157,75,250) 0%, rgb(122,110,249) 100%);
  background-image: -webkit-linear-gradient( 138deg, rgb(157,75,250) 0%, rgb(122,110,249) 100%);
  background-image: -ms-linear-gradient( 138deg, rgb(157,75,250) 0%, rgb(122,110,249) 100%);
}
.how-two i,
.why-two i {
  background-image: -moz-linear-gradient( 138deg, rgb(248,110,126) 0%, rgb(254,111,168) 100%);
  background-image: -webkit-linear-gradient( 138deg, rgb(248,110,126) 0%, rgb(254,111,168) 100%);
  background-image: -ms-linear-gradient( 138deg, rgb(248,110,126) 0%, rgb(254,111,168) 100%);
}
.how-three i,
.why-three i {
  background-image: -moz-linear-gradient( 127deg, rgb(62,111,238) 0%, rgb(49,80,233) 100%);
  background-image: -webkit-linear-gradient( 127deg, rgb(62,111,238) 0%, rgb(49,80,233) 100%);
  background-image: -ms-linear-gradient( 127deg, rgb(62,111,238) 0%, rgb(49,80,233) 100%);
}
.how-four i,
.why-four i{
  background-image: -moz-linear-gradient( 138deg, rgb(252,160,16) 0%, rgb(249,153,105) 100%);
  background-image: -webkit-linear-gradient( 138deg, rgb(252,160,16) 0%, rgb(249,153,105) 100%);
  background-image: -ms-linear-gradient( 138deg, rgb(252,160,16) 0%, rgb(249,153,105) 100%);
}
/*=======================
		10.TESTIMONIALS
=========================*/
.clients_area_text p.section_description {
    max-width: 730px;
    margin: auto;
    padding-top: 8px;
    font-size: 16px;
    font-family: "Muli";
    font-style: normal;
}
.single_client {
    margin-right: 2% !important;
    margin-left: 2% !important;
}
.review-rating ul li {
    display: inline;
}

.review-rating ul {
    padding: 0;
}
.client_review {
    font-size: 18px;
    font-style: normal !important;
    line-height: 32px;
    padding-bottom: 20px;
    color: #dedee6 !important;
}
a.clients-reviews {
    color: #FE5F75;
    font-weight: 900;
}

.review-rating ul li i {
    color: #FE5F75;
    padding: 0px;
    font-size: 14px;
}

span.review_average.font-weight {
    font-weight: 700;
}
div#owl-demo-client .owl-nav {
    margin-bottom: 4rem;
}
.review-rating {
    margin-top: 3px;
}
.client_name {
    font-size: 16px;
	color: #c6c6cf !important;	
}
.quote-icon i {
    font-size: 46px;
	color:#FE5F75;	
}
img.mx-auto.img-thumbnail.img-fluid.d-block.rounded-circle {
    border: none;
    width: 60px;
}
.owl-theme .owl-controls .owl-page {
    margin-top: 20px;
	margin-bottom:0px;
}

.new-proslider.owl-nav {
    margin-top: 50px;
    text-align: center;
}
.owl-nav {
    margin-top: 3rem;
    text-align: center;
    margin-bottom: 0rem;
}

button.owl-prev, button.owl-next {
    margin: 16px;
}

button.owl-prev {
    background: #f7f7f7 !important;
}

button.owl-next {
	background:#FE5F75 !important;
}
button.owl-next span {
    padding: 18px 17px;
    color: #fff;
    font-size: 28px;
    line-height: 24px !important;
}

button.owl-prev span {
    padding: 18px 17px;
    color: #22264a;
    font-size: 28px;
    line-height: 24px !important;
}
.client_slider {
    background-image: url(../img/main/testi-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.shape_animate_service {
    position: relative;
    bottom: 150px;
}
img.shape.shape-one {
    position: relative;
    left: 9%;
    width: 100%;
    opacity:1;
    bottom: -86px;
}

img.shape.shape-two {
    opacity: 1;
    left: 8%;
    width: 100%;
    position: relative;
    top: 170px !important;
}

.single-client-area {
    margin-left: 20px;
    margin-right: 10px;
    background:#22223e;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 20px;
	position:relative;
}
.client-icon i {
    position: absolute;
    top: 60px;
    left: -25px;
    color: #fff;
    background: #FE5F75;
	background: -webkit-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
	background: -moz-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
	background: -ms-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
    box-shadow: 3px 4px 15px 0px rgba(9,30,66,.3);
    padding: 10px 16px;
    border-radius: 2px;
}
p.review-text {
    padding-top: 20px;
    padding-bottom: 15px;
}

.single-client-avatar img.responsive-fluid {
    position: relative;
    border-radius: 50px;
    width: 70px;
}

p.avatar-name {
    margin-left: 110px;
    margin-top: -54px;
}

li.page-number.last-page {
    width: 125px;
}
/*=======================
	11.AUTHORS
=========================*/

.author_area {
    position: relative;
    background:#22223e;
    padding: 18px 20px;
    border-radius: .6rem;
}
.author-img {
    position: absolute;
    height: auto;
    border-radius: 10px;
}

.author-name-eth-num {
    position: relative;
    margin-left: 6rem;
}

.author-img img {
    max-width: 80px;
    border-radius: 4rem;
}

span.author_name a{    
	color: #FE5F75;
}
span.author_name{    
	color: #f7f7f7;
    font-size: 18px;
    padding-left: .3rem;
}
a.author_name {
    color: #FE5F75;
    font-size: 18px;
    padding-left: .3rem;
}

p.pro-num {
    padding-left: .4rem;
    line-height: 1.8rem;
    font-size: 14px;
    color: #9094a6 !important;
}

p.eth-num {
    padding-left: .4rem;
    line-height: 0;
    font-size: 14px;
}

/*---------------------------------------------------*/
/* 	11.1 author details
/*---------------------------------------------------*/

.author-details-img {
}

.author-details-img img {
    position: absolute;
    max-width: 9rem;
    border-radius: 10rem;
}

.author-text-link {
    position: relative;
    margin-left: 12rem;
}
a.author_name_link {
    color: #FE5F75;
    font-size: 1.2rem;
}

.author-text-link h6.author_name {
    padding-bottom: .3rem;
    font-size: 1.4rem;
}

.follower-btn-counter {
    margin-top: 2rem;
    margin-left: .2rem;
}

span.followers-count {
    margin-left: 4rem;
    color: #f7f7f7;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
a.follower-btn {
    font-size: 1.2rem;
    font-weight: 500;
    color: #f7f7f7;
    background: #FE5F75;
    padding: .7rem 2rem;
    border-radius: .4rem;
}

/*=======================
	12.CALL TO ACTION
=========================*/

.sell_area,
.buy_area {
    position: relative;
}

.sell_area_img img,
.buy_area_img img {
    width: 200px;
}

.sell_area_img,
.buy_area_img {
    position: absolute;
}

.sell_area_text, .buy_area_text {
    margin-left: 230px;
    padding-top: 15px;
    padding-bottom: 25px;
}
.sell_area,
.buy_area {
    background: #22223e;
    padding: 20px 15px;
}

h4.sell_title,
h4.buy_title {
    font-size: 24px;
    font-weight: 600;
}
.sell_buy_btn{
	padding-top:5px;
}
a.btn.btn_sell,
a.btn.btn_buy {
    position: relative;
}

a.btn.btn_sell{
 color:#E45189;	
}
a.btn.btn_sell:before {
    position: absolute;
    content: "";
    bottom: 5px;
    background: #E45189;
    width: 80%;
    height: 2px;
}
a.btn.btn_buy {
 color:#355DFA;
}
a.btn.btn_buy:before {
    position: absolute;
    content: "";
    bottom: 5px;
    background: #355DFA;
    width: 80%;
    height: 2px;
}
a.btn.btn_sell,
a.btn.btn_buy {
    font-weight: 600;
}

/*=======================
	13.FOOTER
=========================*/
.footer_area_bg {
    background: #10102b;
    background-position:center;
    background-repeat: no-repeat;
    padding-top:100px;
    background-size: cover;
    background-image: url(../img/footer/footer-bg.svg);
    padding-bottom:30px;
}
.subscribe_form {
    padding: 35px 0px;
    background:#22223e;
    box-shadow: 0 5px 65px -30px rgba(9,30,66,.3);
    margin-top: -196px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 4px;
}
.subsribe_text h6 {
    font-size: 24px;
    font-weight: 700;
    margin-left: 60px;
    line-height: 36px;
}
.email-input {
    padding-top: 10px;
    width: 360px;
}
.form-control {
    padding: 24px;
    border: 0;
	color:#c6c6cf;
    background: transparent;
    border: 1px solid #495057 !important;
	transition:all .4s ease;
}
.form-group textarea.form-control:focus,
.form-group textarea.form-control:active,
.form-group input.form-control:focus,
.form-group input.form-control:active {
    background: transparent;
	box-shadow:none !important;
	color:#c6c6cf;
    border: 1px solid #495057 !important;	
	transition:all .3s ease;
}

.form-group input.form-control
.form-group input.form-control{
    padding:20px;
	transition:all .3s ease;	
}
.email-input input {
    border-radius: 30px 0 0 30px;
    height: 55px;
    font-size: 14px;
    transition: .2s linear;
    border: 0;
}

.email-input input::placeholder {
    padding-left: 15px;
}

.email-input .form-group {
    display: flex;
    flex-direction: row;
}

.email-input .btn-subscribe {
    border-radius: 0 30px 30px 0;
    background: #FE5F75 !important;
	background: -webkit-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
    border-left: 0 solid rgba(240, 240, 240, 0.1);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .7px;
    padding: 5px 35px;
}
.email-input .text {
    margin-right: 20px;
}
.footer_widget {
    padding-top: 30px;
    padding-left: 20%;
}


.widget_title h6 {
    font-size: 24px;
    padding-bottom: 16px;
}

ul.footer_nav {
    margin: 0;
    padding-left: 4px;
}
.footer_logo {
    margin-bottom: 20px;
}

.footer_copyright {
    margin-bottom: 20px;
}

.payment_method {
    margin-bottom: 20px;
}

ul.footer_nav li {
    list-style: none;
}

ul.footer_nav li a:hover {
	color:#F9F9F9;
}
ul.footer_nav li a {
    color: #e2e2e8;
    line-height: 35px;
    padding: 6px 0px !important;
    font-family: Muli, sans-serif;
    font-size: 16px;	
	transition:all .4s ease;
}
p.copyright_text {
	padding: 0;
	margin: 0; 
	color: #e2e2e8 !important;
}


p.copyright_text span a {
    color: #FE5F75;
    font-weight: 500;
}

.social_profile a {
	padding: 4px 5px;
	font-weight: 700;
	font-size:18px;
}
.social_profile a i.bxl-facebook {
	color: #1D4C9A;
}
.social_profile a i.bxl-twitter {
	color: #1EA1F3;
}
.social_profile a i.bxl-dribbble {
	color: #E45189;
}
.social_profile a i.bxl-behance {
	color: #1769FF;
}
.social_profile a i.bxl-linkedin {
	color: #0077B7;
}

.social_profile {
    margin-top: 10px;
}
div#testimonial {
    padding-bottom: 40px;
}

svg#service_svg {
    margin-top: -230px;
}
section#authors {
    padding-bottom: 100px;

}
/*======================
	14.BLOG
======================== */	
.blog_post {
    background:#22223e;
}

/*========== 14.1 All Post ====== */

.post_text ul {
    margin: 0;
    padding: 0;
}

.post_text ul li {
    list-style: none;
    display: inline;
}

.post_text ul li a {
    color:#c6c6cf;
    padding: 20px;
}

.post_text ul li a i {
    color: #FE5F75;
    padding: 0 10px;
}

.post_text ul {
    padding-top: 16px;
}

.post_hyperlink {
    margin-left: 20px;
    padding-bottom: 30px;
}

h4.post_title_text {
    line-height: 28px;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 22px;
	margin-left:12px;
	transition:all .3s ease;
}
h4.post_title_text:hover {
    color: #FE5F75;
}
li.page-number {
    margin: 15px;
    height: 46px;
    width: 46px;
    background:#22223e;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
}
li.page-number.active {
    background: #FE5F75;
}

li.page-number.active a {
    color: #fff;
}
.pagination-area {
    margin-top: 50px;
	margin-left:30%;
}

li.page-number a {
    padding: 10px;
    border-radius: 50%;
    color: #f7f7f7;
    font-weight: 700;
}
/*======  14.2 Blog sidebar ======*/

.widget.search {
    padding: 10px !important;
}
.blog-sidebar .widget {
    background:#22223e;
    padding: 30px 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
	margin-left:14px;
}
.blog-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #c6c6cf;
    font-size: 14px;
	list-style:none;
}
.blog-sidebar .widget ul li a {
    color: #c6c6cf;
	font-size:16px;
}
.blog-sidebar .widget ul li a.active {
    color: #FE5F75;
}
.blog-sidebar .widget ul li a:hover {
    color: #FE5F75;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
    font-size: 11px;
    margin-right: 10px;
}
.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.blog-sidebar .widget .recent a {
	float:left;
}
ul.recent li a {
    font-size: 18px !important;
}
.blog-sidebar .widget-title {
    margin-bottom: 30px;
}

.blog-sidebar .widget-title h6 {
    background-color: #22223e;
    padding-bottom: 10px;
    border-bottom: 1px solid #808291;
    font-size: 24px;
    line-height: 1.75em;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 15px;
    font-weight: 400;
}
.blog-sidebar .search form {
    position: relative;
}
.blog-sidebar .search form input {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    color: #f7f7f7 !important;
    border: 0;
    background: #22223e;
}
.blog-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 4px;
    background-color: transparent;
    color: #f7f7f7;
    border: 0;
    padding: 10px;
    cursor: pointer;
}
.blog-sidebar .tags li {
    margin: 5px !important;
    background-color:#22223e;
    color: #fff !important;
    float: left;
}
.blog-sidebar ul.tags li a {
    font-size: 16px;
    color: #f7f7f7
	padding:10px;
	border-radius:5px;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li a:hover {
    color:#F07992;
}
ul.tags {
    margin-left: 0px !important;
}


/*========== 14.3 Single Post ====== */

ul.post-path {
    margin: 0;
}

ul.post-path li {
    list-style: none;
    display: inline;
    margin-right: 15px;
}
ul.post-path li a {
    color: #585b75;
}
.blog_description {
    padding-left: 31px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.single_title {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 48px !important;
}
ul.social-links li {
    display: inline;
}
.tag_area.col-md-12.text-center {
    position: relative;
}

.post-tags {
    position: absolute;
    float: left;
    padding: 0 2rem;
}

.post-tags a {
    color:#c6c6cf;
}

.post-tags span {
    margin-right: 15px;
    font-weight: 700;
	display:none;
}

ul.social-links li a {
    padding: 12px;
    color:#c6c6cf;
}
ul.social-links span {
	font-weight: 700;
	margin-left:70px;
}

ul.social-links {
	float: right;
	margin-right: 30px;
}

ul.tags {
    padding-left: 20px !important;
}
.post-tags a {margin-right: 8px;}

.media-holder {
    padding: 5px 25px;
}
.media img {
    margin-top: 8px;
    padding-right: 10px;
}
.media img {
    margin-top: 8px;
    padding-right: 10px;
}

.reply a {
    color: #c6c6cf;
    font-weight: 700;
}

h4.title {
    padding-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
}
.comment-date {
    margin-bottom: 12px;
}

button.btn.btn-border.btn-circle {
    padding: 16px 35px;
	background:#FE5F75;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
}


/*======================
     15.EXTRA PAGES
======================== */

/*========== 15.1 About us ====== */
.counter_area {
    padding-top: 12px;
}
.counter_text {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    font-family:"Lato";
    color: #f7f7f7 !important;
    margin: 0;
	position:absolute;
}
.counter_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -7px;
    text-align: center;
}

.counter-up {
    padding-left: 50px;
}
.count-text.pt-10 {
    color: #f7f7f7 !important;
	padding-top:2rem;
}
.counter_icon i.bxs-user {
  background-image: -moz-linear-gradient( 138deg, rgb(157,75,250) 0%, rgb(122,110,249) 100%);
  background-image: -webkit-linear-gradient( 138deg, rgb(157,75,250) 0%, rgb(122,110,249) 100%);
  background-image: -ms-linear-gradient( 138deg, rgb(157,75,250) 0%, rgb(122,110,249) 100%);
}
.counter_icon i.bxs-download {
  background-image: -moz-linear-gradient( 138deg, rgb(248,110,126) 0%, rgb(254,111,168) 100%);
  background-image: -webkit-linear-gradient( 138deg, rgb(248,110,126) 0%, rgb(254,111,168) 100%);
  background-image: -ms-linear-gradient( 138deg, rgb(248,110,126) 0%, rgb(254,111,168) 100%);
}
.counter_icon i.bx-happy {
  background-image: -moz-linear-gradient( 138deg, rgb(50,217,250) 0%, rgb(23,238,251) 100%);
  background-image: -webkit-linear-gradient( 138deg, rgb(50,217,250) 0%, rgb(23,238,251) 100%);
  background-image: -ms-linear-gradient( 138deg, rgb(50,217,250) 0%, rgb(23,238,251) 100%);
}
.counter_icon i.bx-planet {
  background-image: -moz-linear-gradient( 138deg, rgb(252,160,16) 0%, rgb(249,153,105) 100%);
  background-image: -webkit-linear-gradient( 138deg, rgb(252,160,16) 0%, rgb(249,153,105) 100%);
  background-image: -ms-linear-gradient( 138deg, rgb(252,160,16) 0%, rgb(249,153,105) 100%);
}
.counter_icon i {
    margin-top: 10px;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    border-radius: 50px;
}

/*==========   15.2 Contact us   ====== */

.contact_img img {
	margin-top: -20px;
	max-width: 95%;
}

.nice-select.wide {
border: 0;
}
label {
  display: block;
  margin: 30px 0 0 0;
}
.overflow {
  height: 200px;
}
.btn-contact-bg:hover {
    color: #fff;
}
input.btn-contact-bg:focus,
input.btn-contact-bg:active{
	box-shadow:none;
}
.btn-contact-bg{
  border-radius: 5px;
  font-size:16px;
  font-weight:700;
  padding:10px 25px;
  color:#fff;
  background:#FE5F75;
}

.nice-select.wide {
	background:transparent;
    border: 1px solid #495057 !important;
    color:#999 !important;
}

/*==========   15.4 Faqs   ====== */

.faqs_area {
    background: #161634;
}
p.faqs_page_title {
    font-size: 28px;
}
.faq {
  width: 80%;
}
h6.faqs_subtitle {
    font-size: 26px;
}
.item .question {
  padding: 15px;
  background: #222242;
  color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-top:20px;
}

.item .question h4 {
  margin-left: 2px;
}

.item .question .bx.bx-minus {
  display: none;
}

.item.jquery-accordion-active .bx.bx-minus {
  display: block;
}

.item.jquery-accordion-active .bx.bx-plus {
  display: none;
}

.item .answer {
  padding: 15px;
  display: none;
  background:#242443;
}

/*==========   15.5 Terms & condition   ====== */
/*==========   16.6 Affiliate Terms   ====== */
/*==========   15.7 Privacy policy   ====== */

p.terms_page_title {
    font-size: 26px;
}

p.term-single-text a {
    color: #FE5F75;
}
ol.refund-list li {
    position: relative;
    list-style: lower-alpha !important;
    list-style-position: outside !important;
    padding-left: 6px;
}

/*==========  15.8 My account	   ====== */

.acount_form_bg {
    background:#22223e;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-top: 15px;
	margin-right:50px;
}
form#account-form {
    margin-right: 10%;
    margin-left: 4%;
}
.account_style.form-control{
	padding: 24px;
	border:1px solid #EFF3FC !important;
	margin-right: 40px !important;
	border-radius: 50px;
}
p.account_term a {
    color: #FE5F75;
}
.account_input input[type=text],
.account_input input[type=email],
.account_input input[type=password],
.account_input input[type=password] {
  margin-left: 20px;
  font-size: 16px;
}
.btn-account {
    padding: 16px 60px;
    border-radius: 50px;
}
p.account_term.pt-20 {
    margin-top: 10px;
    margin-bottom: 2px;
}
p.account_alter_text {
    padding-top: 40px;
}
span.checkbox-text {
    margin-left: 30px;
    font-size: 18px;
	color:#c6c6cf;
}

.checkbox label {
	margin-top: 10px;
	margin-bottom: 10px;
}

.forget-password {
    padding-top: 9px;
    font-size: 18px;
}

a.lost-password {
    font-weight: 400;
    color:#c6c6cf;
}
p.account_alter_text a {
    color: #FE5F75;
}
.checkbox {
    margin-left: 12px;
}
input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-top: 6px;
    position: absolute;
}

/*==========  15.9 Breadcrumb ====== */

.header-hero-area.site-breadcrumb-header {
    background: url(../img/breadcrumb.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom:2%;
	position:relative;
}
ul.breadcrumb-menu{
	margin:0rem;
	padding:0rem;
}
ul.breadcrumb-menu li a {
    color: #dddddd;
    font-size: 18px;
}

ul.breadcrumb-menu li a.active {
    color: #FE5F75;
}
/*==========   15.11 404 error  ====== */

.terms_area {
    background: #1b1b36;
}
.search-container input[type=text] {
  padding: 19px;
  padding-left:35px;
  margin-top: 8px;
  font-size: 18px;
  border:0;
  width: 80%;
  border-radius: 50px;
}
.search-container button {
  float: left;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

input.search-form:focus,
input.search-form:active{
	box-shadow:0 !important;
	border:0 !important;
	background-color:#fff;
}

button.search-icon {
    float: right;
    position: absolute;
    margin-top: 14px;
    font-size: 24px;
    background: none;
    margin-left: -58px;
}

.search-container {
    padding-top: 16px;
    max-width: 600px;
}

.header-hero-area {
    background: url(../img/dark-header.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom:10%;
	position:relative;
}

.header-custom-hero {
    background: url(../img/header-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
	position:relative;
}
.custom-hero-content h2.header-text,
.custom-hero-content span.text-italic,
.custom-hero-content span.text-color{
	color:#fff !important;
}
.custom-hero-content h2.header-text,
.custom-hero-content span,
.custom-hero-content span.text-color,
.custom-hero-content p.text-description{
	color:#fff !important;
}

.custom-hero-content h2.header-text span.text-color{
  font-family:"Muli";
  font-weight:900;
}

/*-------- 15.12 preloader --------*/

#preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
	background:#10103c;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
#preloader .preloader-cancel-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 40px;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
#preloader.loaded {
    top: -150%}
#preloader.loaded .preloader-cancel-btn {
    bottom: 150%}
.prelaoder-btn {
    padding: 10px 30px;
}
.preloader-wrapper {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    position: absolute;
}
.spinner {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
    0% {
    -webkit-transform: perspective(120px);
}
50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
}
to {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
}
}@keyframes sk-rotateplane {
    0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
to {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}

/* ==== 15.13 Splitting Text ===== */

.splitting .char {
  animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: translateY(-1em) rotate(-.5turn) scale(0.5);
    opacity: 0;
  }
}

.splitting.animated .char {
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(30ms * var(--char-index)); }

.splitting .whitespace {
  width: 5px; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.splitting.txt.animated .char {
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(10ms * var(--char-index)); }

.splitting.txt .whitespace {
  width: 5px; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } 
	}

/*---------------------------------------------------*/
/*	 15.14 Back to Top
/*---------------------------------------------------*/
  
  .box-framed #back-to-top {
    bottom: 30px;
    right: 30px;
  }
  
#back-to-top {
  display: none;
  position: fixed;
  z-index: 1030;
    bottom: 56px;
    right: 20px;
    background: #FE5F75;
	background: -webkit-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
	background: -moz-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
	background: -ms-linear-gradient( -164deg, rgb(254,95,117) 0%, rgb(255,103,124) 100%) !important;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
#back-to-top:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*---------------------------------------------------*/
/* 	15.15 Activity
/*---------------------------------------------------*/

.tab-puchage {
    box-shadow: 2px 0px 66px 2px #222242;
    margin-top: 3rem !important;
    border-radius: .5rem !important;
    padding-left: 2rem !important;
    padding-top: 2.5rem !important;
}
.tab-purchage-img {
    position: relative;
}

.tab-purchage-img a img {
    position: absolute;
    max-width: 7rem;
    border-radius: 10rem;
}

.purchage-text-link {
    position: relative;
    padding-left: 8.5rem;
}

.tab-puchage {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
}

.purchage-text-link p.purchage-text {
    padding-top: .5rem;
}

p.purchage-text a.author-link {
    color: #FE5F75 !important;
}
.purchage-text-link a.purchage-title {
    color: #ffffff !important;
}

a.puchage-tilte {
    color: #ffffff !important;
    font-size: 20px !important;
}

p.purchage-value {
    font-size: 1rem;
    margin-top: .8rem;
    line-height: .5rem;
}
.badge.tag {
    margin: 0.5rem;
    padding: 0.8rem 1rem;
    border-radius: .4rem;
    font-size: 1rem;
    font-weight: 400;
    color: #a1a1b3 !important;
    border: 1px solid #4a4a64;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a.badge.tag:hover {
    color: #FE5F75 !important;
    border: 1px solid #FE5F75;
}
.tags-area {
    margin-left: 2rem;
}


/*---------------------------------------------------*/
/*	  15.16 Wallet
/*---------------------------------------------------*/

a.wallet_link img {
    max-width: 3.5rem;
    padding-bottom: 1rem;
}

.single_product.wallet-single {
    padding: 2rem 1rem 2rem 2rem;
	background:#22223e;
}

a.wallet_link h6.wallet-name {
    padding-bottom: 0.6rem;
}

a.arrow-wallet i {
    transform: rotate(180deg);
    font-size: 24px;
    color: #FE5F75;
    font-weight: 500;
    margin-left: 1px;
}
/*---------------------------------------------------*/
/*	16.MOUSE CURSOR
/*---------------------------------------------------*/

.mouse-cursor{
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #FE5F75;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #FE5F75;
  opacity: .1;
}
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #FE5F75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out;
}
.cursor-outer.cursor-hover{
  opacity: 0;
}
.mim_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1111;
}




















