* {
	margin: 0;
	padding: 0;
	outline: 0;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}
a,
a:hover {
	list-style: none;
	text-decoration: none;
	transition: .4s;
}

a,
ul,
ol,
p,
button,
input {
	margin: 0;
	padding: 0;
	outline: none !important;
	;
	box-shadow: none !important;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;

}
/* header */

.header {
	background-color: #d3af37;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	position: fixed;
	width: 100%;
	z-index: 3;
  }
  
  .header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #fff;
  }
  
  .header li a {
	display: block;
	padding: 20px 20px;
	border-right: 0;
	text-decoration: none;
	color: #000;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
	background-color: #f4f4f4;
  }
  .header li a:hover{
  	background-color: transparent;
color: #fff;
  }
  .header .logo {
	display: block;
	float: left;
	font-size: 2em;
	padding: 10px 20px;
	text-decoration: none;
  }
.left-item .itemleft {
    width: 32px;
}
  /* menu */
  
  .header .menu {
	clear: both;
	max-height: 0;
	/*transition: max-height .2s ease-out;*/
		background-color: #d3af37;
		    margin-top: 9px;

  }
 section.headers nav.navbar {
    background: linear-gradient( #f8d135, #eab300) !important;
    -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
#navbarSupportedContent ul {
    align-items: center;
}
#navbarSupportedContent ul li.nav-item a {
    color: #000;
    margin: 0px 10px;
}
#navbarSupportedContent ul li.nav-item a:hover{
	color: #fff !important;
}
section.headers.darkHeader nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: fixed;
    width: 100%;
    background: #000 !important;
    z-index: 99;
    top: 0;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
section.headers.darkHeader #navbarSupportedContent ul li.nav-item a {
    color: #d3af37;
}
section.headers.darkHeader nav.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-brand img {
    filter: invert(1);
}
section.headers.darkHeader #navbarSupportedContent ul li.nav-item a.nav-link.btn.btn-blue.mr-2 {
    border-color: #d3af37 !important;
}
section.headers.darkHeader #navbarSupportedContent ul li.nav-item a:hover{
	color: #fff;
}
#navbarSupportedContent ul li {
    position: relative;
}
img.menu0img {
    width: 40px;
    margin-right: 15px;
}
#navbarSupportedContent ul li.nav-item a:after {
    position: absolute;
    content: "";
    width: 30%;
	height: 3px;
	top: 100%;
	left: 35%;
    background: #fff;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: left;
}
#navbarSupportedContent ul li.nav-item a:hover::after {
  transform: scaleX(1);
}
/*#navbarSupportedContent .dropdown:hover>.dropdown-menu {
  display: block;
}
#navbarSupportedContent .dropdown:active>.dropdown-menu {
  display: block ;
}
#navbarSupportedContent .dropdown-item:hover>.dropdown-menu {
  display: block;
}*/
#navbarSupportedContent li{
list-style-type:none;
display: inline;
}

section.headers .navbar-nav .nav-link{display:inline-block;}
   
section.headers .ml-auto {display:inline-block!important;}

/*#navbarSupportedContent .dropdown>.dropdown-toggle:active {
  pointer-events: none;
}*/
.navbar-nav .dropdown-menu{
	overflow: hidden;
}
#navbarSupportedContent ul li.nav-item.dropdown .dropdown-menu a {
    color: #000 !important;
	max-width: 30rem;
	border-bottom: 1px solid rgb(204, 204, 204);
	font-weight: 500;
/*	padding-top: .5rem;
	padding-bottom: .5rem;*/
	padding-right: 0px;
	margin-left: 0px;
	/*min-width: 16rem;*/
}
#navbarSupportedContent ul li.nav-item.dropdown .dropdown-menu a:hover {
    color: #d3af37 !important;
}
/*#navbarSupportedContent .dropdown:hover>.dropdown-menu {
    display: block;
    overflow: hidden;
}*/

#navbarSupportedContent .dropdown-item.active, #navbarSupportedContent .dropdown-item:active,#navbarSupportedContent .dropdown-item:focus, #navbarSupportedContent .dropdown-item:hover{
	background: transparent;
}
.min-height{
	min-height: 450px;
}
section.innerpagetop {
    padding: 30px 0;
}
  /* menu icon */
  
  .header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
  }
  
  .header .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
  }
  
  .header .menu-icon .navicon:before {
	top: 5px;
  }
  
  .header .menu-icon .navicon:after {
	top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
	display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
	max-height: 240px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
  }
  
  /* 48em = 768px */
  
  @media (min-width: 48em) {
	.header li {
	  float: left;
	}
	.header li a {
	 padding: 20px 30px;
    float: right!important;
    font-size: 15px;
    margin-right: -2px;
	}
	.header .menu {
	  clear: none;
	  float: right;
	  max-height: none;
	}
	.header .menu-icon {
	  display: none;
	}
  }
 
.owl-nav {
    display: block;
    position: absolute;
}
.owl-dots span {
    display: inline-block;
}
.owl-dots span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-dot.active span {
    background: none repeat scroll 0 0 #d3af37;
    opacity: 1;
}
.owl-dots {
    margin-top: 20px;
    text-align: center;
}
/* Banner css Start */

#bannerTop {
	background-image: url(../images/Banner_BG.jpg);
	background-repeat: no-repeat;
	color: #fff;
	padding: 100px 0px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	background-size: cover;
}

.bnr-left h1 {
	font-size: 54px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
}

.bnr-left h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin: 30px 0px;
	color: #fff;
}

.bnr-btn {
	background: linear-gradient( #f8d135, #eab300);
	border-radius: 50px;
	color: #000;
	padding: 10px 20px;
	border: none;
	font-size: 14px;
	font-weight: 500;
}
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* Banner css End */

/* Feature css Start */

#ourFeature {
	background: #f7f9fc;
	padding: 36px 0px;
	display: flex;
	justify-content: space-around;
}

.feature {
	position: relative;
}
#banner-sliders .owl-dots {
    display: none;
}
.feature::after {
	position: absolute;
	background: #fff;
	content: "";
	width: 1px;
	height: 56px;
	left: -10%;
	right: 0;
	top: 50%;
	bottom: 0;
	transform: translate(-50%)
}

.feature-one h4 {
	font-weight: 600;
	font-size: 20px;
	padding: 10px 0px;
}

.feature-one h2 {
	font-weight: 700;
	font-size: 30px;
}

.feature-one h6 {
	padding-top: 10px;
}

.white-badge {
	background: #fff;
	border-radius: 20px;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.feature h4 {
	font-weight: 600;
	font-size: 20px;
	padding: 10px 0px;
}

.feature h2 {
	font-weight: 700;
	font-size: 30px;
}

.feature h6 {
	padding-top: 10px;
}

/* Feature css End */


/* Tabs css */

#tab-area {
	/*background: #f8efe8;*/
	padding: 30px 0px;
}

.tabTittle h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #eab300;
}

.tab-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	text-align: center;
}

.tab-list ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #b4ada7;
	text-align: center;
	padding: 10px 25px;
	display: block;

}

.tab-list ul li a.active {
	border-radius: 30px;
	background: #000000;
	color: #ffb236;
}

.tab-bottom {
	padding: 30px 0px;
}

/*.tab-left {
	background: #f7f9fc;
	border-radius: 20px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}*/

.left-item {
	display: flex;
	align-items: center;
}

.itemRight {
	margin-left: 15px;
}

.itemRight h4 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.itemRight h6 {
	font-size: 13px;
	color: #5a544e;
	font-weight: 500;
}
.tab-pane.fade.show .table .thead-light tr th {
    background: transparent;
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}
.right-item h4 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}

.right-item h6 {
	font-size: 16px;
	color: #4fd399;
	font-weight: 400;
}

.right-item h6 span {
	margin: 10px;
}


/* Easy Trade Start */

#easyTrade {
	/*background: #f8efe8;*/
	padding-bottom: 20px;

}

.tabTittle h5 {
	padding-bottom: 20px;
}

.easyOWn {
	padding-top: 40px;
	transition: 0.7s ease-out;
	border: 1px solid transparent;
}

.easyTop {
    text-align: center;
    width: 140px;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 15px;
   /* height: 140px;*/
}
.easyOWn:hover{
	box-shadow: 0px 0px 10px 0px rgb(51 51 51 / 40%);
	border: 1px solid #eab300;	
	/*transform: scale(1.1);*/
	transition: 0.7s ease-out;	
	border-radius: 20px;
  transform: scale(1.05);
}
.easyOWn:hover .easybottom{
	box-shadow: inset 0 -300px 0 -1px #f8d135;
	/*background:linear-gradient( #f8d135, #eab300) ;*/
	transition: 0.7s ease-out;
	border-radius: 0 0 20px 20px;
}
#easyTrade .tabTittle {
    margin-bottom: 40px;
}
.easyTop img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.easybottom {
	padding: 20px;
	text-align: center;
	transition: 0.7s ease-out;
}

.easybottom h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}

.easybottom p {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

/* Easy Trade End */

/* Owl Carousal */

#cryptoExchange {
	background: #fff;
	padding: 30px 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cryptoslider {}

.crypto-content img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	width: auto !important;
}

.crypto-tiitle h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #eab300;
}

.crypto-tiitle h5 {
	padding-bottom: 20px;
}

/* What you get */

#whatGet {
	padding: 30px 0px;
	text-align: center;
}
.bnr-btn:hover{
	background: linear-gradient(180deg, #FFE251 0%, #EDC423 100%);
	color: #000;
  transform: translateY(-10px);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.get-item {
	padding: 20px 60px;
	margin-bottom: 20px;
	transition: 0.7s;
	position: relative;
	width: 260px;
	height: 220px;
	border-radius: 8px;
	transition: 0.7s ease-out;
	border: 1px solid transparent;
}
/*.get-item:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.get-item:hover::before{
	-webkit-transform: scaleX(0);
transform: scaleX(0);
}*/
.get-item:hover{
/*box-shadow: 0px 0px 10px 0px rgb(51 51 51 / 40%);*/
border: 1px solid transparent;
transition: 0.7s ease-out;
border-radius: 8px;
}
.get-item h4 {
	font-size: 16px;
	padding-top: 15px;
	font-weight: 600;
	color: #000;
}
.get-item .my-items{
	width: 128px;
	height: 128px;
}
.get-item:hover .old-images {
  display: none;
}
.new-images{
    display: none;
}
.get-item:hover .new-images{
    display: block;
    transform: scale(1.05);
    transition: 2.7s ease-out;
}
a.nav-link.btn.btn-blue.mr-2:hover {
    background: #000;
    color: #d4af37;
}

#buySell {
	/*background: #f8efe8;*/
	padding: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.buysell-left h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #eab300;
}

.buysell-left ul{
	display: flex;
	list-style: none;
	padding: 20px 5px;
	
}

/* Our Partner */

#ourPartner {
	background: #fff;
	padding: 80px 0px;
	text-align: center;
}

.partner{
	padding: 20px 0px;
}

/* Teatimonials */

.crypto-tiitle-one h2{
	text-align: center;
	font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #eab300;
}

#testimonials{

}

.content-area{
	background: #f8efe8;
	padding: 24px;
	border-radius: 10px;
}

.content img{
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
	display: inline-block !important;
	overflow: hidden;
	margin-bottom: 10px;
}

.content ul{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.content ul li{
	font-size: 18px;
	font-weight: 400;
	padding: 0px 2px;
	color: #1fe075;
}

.content p{
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	padding: 0px 15px;
}
.content h4{
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.content h6{
	font-size: 14px;
	font-weight: 300;
	color: #a49f9b;
	padding: 10px 0px;
}
.subscription .submit-email:hover {
    color: #000;
	background: linear-gradient(180deg, #FFE251 0%, #EDC423 100%);
}

/* Accordions css */

#accordionPart{
	padding: 30px 0px;
}

.accordian-tittle h2{
	font-size: 42px;
	font-weight: 700;
	color: #000;
	margin-bottom: 40px;
}

.card,.card-header{
	background: #a2a2a205 !important;
	border: none !important;
	margin-bottom: 10px;
	
}

/*.card{
	border: 1px solid #e4e4e7 !important;
	
}*/


.btn-link{
	width: 90%;
	color: #000;
	font-weight: 500;
	text-decoration: none !important;
	text-align: left;
	font-size: 18px;
}

.card-body{
	background: #f6f6f6;
	text-align: justify;
	
}

.btn.btn-link.collapsed::after{
	content: "\f078";
	width: 34px;
font-size: 20px;
text-align: center;
border-radius: 5px;
right: 20px;
top: 5px;
position: absolute;
background: transparent;
}

.btn-link::after {
    content: "\f077";
    font-family: fontawesome;
    width: 34px;
font-size: 20px;
text-align: center;
border-radius: 5px;
right: 20px;
top: 5px;
position: absolute;
background: transparent;
}

/* Newsletter */

#ourNews{
	background: #1a1916;
	padding: 60px 0px;
}

.news-left h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #eab300;
}
.news-left h4 {
    color: #fff;
}

.myContent {
  width: 100%;
  height: 50px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
  border-radius: 0px;
  overflow: hidden;
}

.subscription {
  position: relative;
  width: 100%;
  height: 100%;
}

.subscription .add-email{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0 20px;
}

.subscription .submit-email {
  	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 120px;
	border: none;
	/*border-radius: 0px 0px 12px;*/
	outline: none;
	margin: 0;
	padding: 0 20px;
	cursor: pointer;
	background: linear-gradient( #f8d135, #eab300);
	color: #000;
	transition: width .35s ease-in-out, background .35s ease-in-out;
	font-size: 18px;
}

.subscription.done .submit-email {
  width: calc(100% - 2px);
  background: #C0E02E;
}

.subscription .submit-email .before-submit,
.subscription .submit-email .after-submit {
 position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50px;
text-align: center;
line-height: 50px;
transition: visibility .35s ease-in-out,opacity .35s ease-in-out;
}

.subscription.done .submit-email .before-submit,
.subscription:not(.done) .submit-email .after-submit {
  visibility: hidden;
  opacity: 0;
}

.subscription .submit-email .after-submit {
  transition-delay: .35s;
}

.subscription:not(.done) .submit-email .before-submit,
.subscription.done .submit-email .after-submit {
  visibility: visible;
  opacity: 1;
}


/*Footer */

/* Footer css */

#footer{
	background:linear-gradient( #f8d135, #eab300) ;
	padding: 40px 0px 0px;
}

#footer a{
	color: #444;
}
#footer a:hover{
	color:#000;
}
.foot-social{
	margin: 20px 0px;
}

.foot-logo img{
	/*padding-left: 40px;*/
	width: 120px;
}

.foot-social ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.foot-social ul li{
	padding: 0px;
}

.foot-social ul li a{
	padding: 10px;
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.foot-pad{
	padding: 0px;
}

.foot-tittle h4{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
}

.add-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.add-list ul li{
	font-size: 14px;
	font-weight: 400;
	color: #6e6e6e;
	padding-bottom: 10px;
}

.add-list ul li i{
	margin-right: 5px;
}

.tweet-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.tweet-list ul i{
	float: left;
	padding-top: 6px;
	font-size: 16px;
	color: #6e6e6e;
}

.tweet-list li{
	margin-bottom: 10px;
}

.tweet-list ul li a{
	padding-left: 25px;
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #6e6e6e;
}

.news-list p{
	font-size: 13px;
	color: #6e6e6e;
	line-height: 22px;
	margin-bottom: 30px;
}

.submit-btn{
	position: relative;
}

.sub-text{
	background: transparent;
	padding: 12px 20px;
	border: 1px solid #6e6e6e;
	border-radius: 50px;
	width: 100%;
	float: left;
	color: #6e6e6e;
}

.submit-btn span{
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
	color: #6e6e6e;
}

.boot-btm-right ul{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.boot-btm-right ul li a {
	display: inline-block;
	padding: 10px;
	color: #000;
	
}

 .navbar-brand img{
    width: 100%;
	max-width: 100%;
	margin-top: 2px;
	height:53px;
}
#accordionPart .card-header {
    padding: 0;
}
#accordionPart .card-header .mb-0 .btn.btn-link.collapsed {
    font-size: 14px;
}
.header.darkHeader {
    background-color: #000;
}
.header.darkHeader img {
    filter: invert(1);
}
.header.darkHeader .menu {
    background: #000;
}
.header.darkHeader .menu li a {
    color: #d3af37;
}
.header.darkHeader a.nav-link.btn.btn-blue.mr-2 {
    background: #d3af37;
}
.bnr-btn.show-more {
  display: none;
  cursor: pointer;
}
   a.nav-link.btn.btn-blue.mr-2 {
		position: relative;
		overflow: hidden;
		display: inline-block;
		/*vertical-align: bottom;*/
		margin-right: 5px;
		 border-radius: 10rem;
		padding: 0px 10px;
		font-size: .875rem;
		line-height: 1.6;
		color: #000;
		/*background-color: #fbfbfb;*/
		margin-top: 6px;
		font-size: 15px;
		border-color: #000;
		    border: 2px solid #000;
    border-radius: 5px;
}

a.nav-link.btn.btn-blue.mr-2.signup{
		margin-right: 5px;
		padding: 14px 1.5625rem 0.5625rem;
		color: #000 !important;
		border-color: #000 !important;
		position: relative;
		overflow: hidden;
		display: inline-block;
		vertical-align: bottom;
		font-size: .875rem;
		line-height: 1.6;
		/*background-color: #fbfbfb;*/
		margin-top: 6px;
		font-size: 15px;
		    border-color: #000;
		    border: 2px solid #000;
    border-radius: 30px;
}

a.nav-link.btn.btn-blue.mr-2:hover {
    color: #fff;
}

a.nav-link.btn.btn-blue.mr-2.signup:hover {
    color: #fff !important;
}
/*--- Bottom Sticky Bar---*/
.btm-sticky {position:relative; top:0; width:100%; height:50px; line-height:50px; background:linear-gradient(to right, #d4af37, #fdfdfd,#d4af37); z-index:9999; -webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}

.pull-left {position:absolute; display:block; left:0;}
.pull-right {position:absolute; display:block; right:0;}
.pull-center {position:absolute; display:block; margin:auto; left:0; right:0; float:none; text-align:center;}

img.responsive {
    max-width:100%;
    height:auto;
    display:block;
}

.btm-sticky .container {position:relative !important;}

.btm-sticky .pull-left img {position:relative; width: 35px;; top:4px; left:0;}
.btm-sticky .pull-left img.small {display:none;}


.btm-sticky .pull-center p {font:italic 20px 'Arapey', serif; color:#000; line-height:50px; -webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.pull-right img {position:relative; max-width:185px; top:0px; right:0;}

.btm-sticky:hover {background:#312d28;}
.btm-sticky:hover .pull-center p {color:#f4972c;}

.btm-sticky .pull-right {
    width: 40px;
}
.price {position:absolute; display:block; width:185px; right:40px; bottom:0; text-align:center;
background: rgba(44,41,38,1);
background: -moz-linear-gradient(left, rgba(44,41,38,1) 0%, rgba(26,24,22,0.96) 42%, rgba(0,0,0,0.19) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(44,41,38,1)), color-stop(42%, rgba(26,24,22,0.96)), color-stop(100%, rgba(0,0,0,0.19)));
background: -webkit-linear-gradient(left, rgba(44,41,38,1) 0%, rgba(26,24,22,0.96) 42%, rgba(0,0,0,0.19) 100%);
background: -o-linear-gradient(left, rgba(44,41,38,1) 0%, rgba(26,24,22,0.96) 42%, rgba(0,0,0,0.19) 100%);
background: -ms-linear-gradient(left, rgba(44,41,38,1) 0%, rgba(26,24,22,0.96) 42%, rgba(0,0,0,0.19) 100%);
background: linear-gradient(to right, rgba(44,41,38,1) 0%, rgba(26,24,22,0.96) 42%, rgba(0,0,0,0.19) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2926', endColorstr='#000000', GradientType=1 );
   -webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;
}

.price p {font: 16px 'Arapey', serif; color:#fff; height:25px; line-height:25px;}
.price span {position:relative; top:1px;font-size:12px !important;}

.btm-sticky:hover .price {background: -moz-linear-gradient(left, rgba(49,45,40,1) 50%, rgba(49,45,40,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(49,45,40,1) 50%,rgba(49,45,40,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(49,45,40,1) 50%,rgba(49,45,40,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312d28', endColorstr='#00312d28',GradientType=1 ); /* IE6-9 */}

.btm-sticky .pull-right .responsive {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}
@media (max-width:960px) {
  .btm-sticky .pull-left img {max-width:220px; top:5px; left:10px;}
  .btm-sticky .pull-right img {max-width:145px; top:-28px; right:10px;}
  .btm-sticky .pull-center p {display:none;}
}

@media (max-width:420px) {
  .btm-sticky .pull-left img.big {display:none;}
  .btm-sticky .pull-left img.small {display:inline;}
  .btm-sticky .pull-left img {max-width:180px; left:10px; top:5px; }
  .btm-sticky .pull-right img {max-width:140px; top:-24px; right:10px;}
}

.emailmsg {
display: none;
}
.error {
color: red;
}
.success {
color: green;
}
.sidebar-new {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.innerpagetop {
    position: relative;
}
.contentboxspace {
    position: relative;
}
.coin-lists {
    background: #f7f7f7;
    border-radius: 0;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 6px;
    padding: 15px;
    width: 200px;
    height: 100%;
}
.content-head {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #777;
    padding: 5px 0 5px 5px;
    margin-bottom: 15px;
}
.coin-lists ul li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.coin-lists ul li a {
    color: #0f0f0f;
    font-weight: normal;
}
.coinnamesearch .flx {
    display: flex;
    align-items: center;
}
.coinnamesearch .coinlisticon {
    height: 24px;
    width: 25px;
    margin-right: 4px;
}
p.small-ps {
    font-size: 12px;
    color: #0000008c;
}
.css-yrl {
    color: #ebb607;
    font-weight: 500;
}
.half-widths .form-control.filtercoins {
    width: 150px;
}
img#swapimg {
    width: 30px;
}
img#homeotcimg {
    width: 30px;
}
.flex-whole {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4c927;
}
.crypto-left-box .nav-tabs .nav-link {
  border: 1px solid #f3c724;
}
.crypto-left-box .nav-tabs .nav-link.active {
  background: linear-gradient( #f8d135, #eab300);
}
.cust-clr p {
  margin-bottom: 0px;
}
.cust-clr .nav-item.nav-link {
  padding: 2px 12px;
}
.width-area .dropdown-toggle::after {
	display: none;
}
.modal.fade.no-bg-head .modal-header {
  background: transparent;
  padding: 0 5px 0 0px;
  border: 0px;
}
.fa.fa-exclamation-circle, .body-heads.text-center h5 {
  color: #f8d135;
}
.body-heads.text-center p{
	font-size: 12px;
color: #888;
margin-bottom: 15px;
}
.body-infos {
  border-top: 1px solid #f8d135;
  border-bottom: 1px solid #f8d135;
  padding: 10px 0;
  margin: 15px 0px;
}
.body-infos p {
  color: #888;
}
.body-infos p span {
  color: #000;
}
.modal-bottom {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.btn.btn-proceed {
  text-align: center;
  background: linear-gradient( #f8d135, #eab300);
  border-radius: 10px;
  margin: 20px;
  color: #000;
}
.tab-bottom table tr:hover td {
  background: #dbdbdb;
}
#accordionPart .card-header .mb-0 .btn.btn-link:hover{
  color: #eab300;
}
#banner-sliders.owl-carousel .owl-item{
  padding: 10px 8px;
}
#banner-sliders .owl-item img{
  transition:all .3s linear
}
#banner-sliders .owl-item img:hover {
    transform: scale(1.05);
    box-shadow: 0px 0p x 15px 0px black;
    border-radius: 1px !important;
}
button.owl-prev {
    position: relative;
    font-size: 60px !important;
    bottom: 146px;
    right: 28px;
}
button.owl-next {
    position: relative;
    bottom: 146px;
    font-size: 60px !important;
    left: 1101px;
}
button.owl-next.disabled{
	color: grey !important;
}

.fa-facebook-f,.fa-twitter,.fa-linkedin-in,.fa-google-plus-g,.fa-instagram,.fa-youtube{
	color: black;
}
.fa-facebook-f:hover{
	color: #4267B2 !important;
}
.fa-twitter:hover{
	color: #1DA1F2 !important;
}
.fa-linkedin-in:hover{
	color:  #0072b1 !important;
}
.fa-google-plus-g:hover{
	color:   #db4a39 !important;
}
.fa-instagram:hover{
	color: #E1306C !important;
}
.fa-youtube:hover{
	color: #FF0000 !important;
}

.tab-list ul li a:hover{
	color: #f8ad35 !important;
}
#navbarSupportedContent ul li.nav-item.dropdown .dropdown-menu a:last-child{
	border-bottom: 1px solid white;
}
.dropdown-cus{
	border-radius: 0px 0px 15px 15px;
    margin-top: 30px;
}
.bg-cus-black{
	background:#fff !important;
}
.daymode .bg-cus-black{
	background:#2e2e2e !important;
}
.form-group input .txt-number{
	border: none !important;
	border-bottom: 1px solid black !important;
}
#assetload tr:hover{
	background: #f3f3f3;
}
.cus-left{
	margin-left: 0 !important;
	padding-left: 0px !important;
	text-align: left !important;
}
.width-cntrl{
	width: 50%;
}
td p a:hover{
	color:  #FFE251 !important;
}


/**ticker-css-start**/
		.chartp
{
    width:100% !important;
}

.charts-price
{
    height: 47px;
    overflow: hidden;
}

.live-table .h2
{
margin:0px;
font-size:15px;
font-weight:500;
line-height: 25px;
text-transform:uppercase;
color:#fffffe;
}
.daymodehome .bfr-col-tr{
	color: #fff;
}
input.form-control.filtercoinsmarket.bfr-bg-inpt:hover{
	border: 1px solid #f6cd2e;
}

.live-table .h4
{
margin:0px;
font-size:16px;
font-weight:600;
line-height: 20px;
color:#ffbc16;
padding:0px;
}
.charts li
{
list-style:none;
float:left;
}

.tickercontainer { 
width: 100%;
min-height: 50px;
margin: 0;
padding: 0;
overflow: hidden;
text-align: center;
}
.tickercontainer .mask {
position: relative;
width: 100%;
overflow: hidden;
}
ul.newsticker { 
position: relative;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left;
margin: 0px 10px;
padding: 0px 0px;
text-align: left;
}
ul.er-controls {
list-style: none;
display: inline-block;
padding: 0;
}
ul.er-controls > li {
display: inline-block;
padding: 5px 10px;
background: #191919;
margin: 0px;
border-radius: 0px;
color:#fff;
font-size:13px;
}
ul.er-controls > li:hover {
background: #191919;
cursor: pointer;
}

.charts-price .charts li .live-table
{
border: 1px solid #303030;
    padding: 12px 12px;
    text-align: left;
    margin: 0px 10px;
	display:table;
	border-radius:4px;
	background:#050505;
}
.liveprivebg{
	background: #d3b137;
	padding:20px 0px;
}
.coinpairlisttable
{
    xdisplay: table;
    width:100%;
}
.coinpairlisttable>div
{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.coinpairlist
{
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}
.coinpairlisttable .h3
{
    color:#fff;
    font-size: 16px;
    margin: 0px;
    padding-bottom: 8px;
    font-weight: 400;
}
.coinpairlisttable .h4
{
    color:#fff;
    font-size: 16px;
    margin: 0px;
    font-weight: 400;
}
.coinpairlisttable img
{
    width:100%;
    max-width: 33px;
}
.coinpairlisttable>div:first-child
{
    width:45px;
}
.banner-top-img{
	display: none;
}
.bnr-right{
	width: 100% ;
}
.col-md-3.bottom-img.animate__animated.animate__slideInLeft:nth-child(-n+4){

	  border-bottom: 1px solid #d4af37 !important;
}
.col-md-3.bottom-img.animate__animated.animate__slideInLeft:nth-child(2){

	  border-left: 1px solid #d4af37 !important;
	  border-right: 1px solid #d4af37 !important;
}
.col-md-3.bottom-img.animate__animated.animate__slideInLeft:nth-child(3){

	  border-left: 1px solid #d4af37 !important;
	  border-right: 1px solid #d4af37 !important;
}
.col-md-3.bottom-img.animate__animated.animate__slideInLeft:nth-child(6){

	  border-left: 1px solid #d4af37 !important;
	  border-right: 1px solid #d4af37 !important;
}
.col-md-3.bottom-img.animate__animated.animate__slideInLeft:nth-child(7){

	  border-left: 1px solid #d4af37 !important;
	  border-right: 1px solid #d4af37 !important;
}
.get-item:nth-child(5){
	margin-top: 10px;
}
.night-mode-img{
	display: none;
}
.innerpagecontent{
	    height: 100%;
 /*   min-height: 50%;*/
    max-height: 59%;
}
hr{
	border-color: #00000066 !important;
}
.nit-day-btn {
    position: absolute !important;
    right: 25px !important;
    top: 20px !important;
}
/*.nit-day-btn .nav-link{
	color: black;

}*/
.night-height{
	margin: 10px !importants;
}
.homenightmode-bg{
	    background: linear-gradient(110deg, #fff 60%, #d3af37 60%);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0d0d0d;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
    display: table;
    width: 100%;
    padding: 0px;
}
.nightmode-logo{
	display: none;
}
#emsg{
	margin-top: 10px;
}
.nightmode-color{
	margin: 10px;
}
.sign-night-dis{
	display: none;
}
.nit-btn a{
	color: black;
	margin: 20px;
	    font-size: 20px;
}
.nit-btn {
    margin: 20px;
    /* float: right !important; */
    /* text-align: end; */
    position: absolute;
    right: 0;
}
.homepagegp-img{
	display: none;
}
.river{
	color: black !important;
}
@media (max-width: 1024px) { 
	button.owl-next {
    position: relative;
    bottom: 146px;
    font-size: 60px !important;
    left: 920px;
}
 }
 @media (max-width: 768px) { 
.homepagegp-img{
	width: 100%;
}
	button.owl-next {
    position: relative;
    bottom: 146px;
    font-size: 60px !important;
    left: 920px;
}
.bnr-left h1 {
    font-size: 33px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}
.owl-nav{
	display: none;
 }
.get-item .my-items {
    /* width: 128px; */
    height: 128px;
    margin: 0 auto;
}
.get-item {
    padding: 20px 0px;
    margin-bottom: 20px;
    transition: 0.7s;
    position: relative;
    width: 100% !important;
    height: 220px;
    border-radius: 8px;
    transition: 0.7s ease-out;
    border: 1px solid transparent;
}
}
@media (max-width: 320px) { 
.bnr-left h1 {
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}
}

@media (max-width: 526px) { 
.tab-bottom.aos-init.aos-animate {
    overflow-x: scroll;
}
.foot-logo {
    text-align: center;
}
.add-list.mt-2 {
    text-align: center;
}
.foot-pad {
    text-align: center;
}
.col-md-3.bottom-img.animate__animated.animate__slideInRight {
    border: 1px solid #d4af37;
}
.col-md-3.bottom-img.animate__animated.animate__slideInLeft {
    border: 1px solid #d4af37;
}
.nit-btn a {
    color: #979797;
    margin: 20px;
    font-size: 20px;
}
 }