html, body {
	height: 100%;
	width: 100%;
}
body {
	background: #fff;
	color: #282F44;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}
:focus, button:focus, .form-control:focus, .custom-select:focus {
	outline: none;
	box-shadow: none;
}

::-webkit-scrollbar {
 width: 6px;
 height: 6px;
 padding-right: 10px;
}


/* Track */

::-webkit-scrollbar-track {
 border-radius: 1px;
 background-color: #eee;
}


/* Handle */

::-webkit-scrollbar-thumb {
 border-radius: 1px;
 background-color: #FAB95B;
}
a {
	color: #FAB95B;
}
a:hover, a:active, a:focus {
	color: #FAB95B;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
.pos_relative {
	position: relative;
}
/* Custom Cursor */

.circle {
	position: fixed;
	background-color: #fab95b;
	width: 10px;
	height: 10px;
	left: -10px;
	top: -10px;
	border-radius: 100%;
	z-index: 1;
	z-index: 10000;
	transform: scale(1);
}
.circle-follow {
	position: fixed;
	border: 1px solid #fab95b;
	width: 30px;
	height: 30px;
	left: -21px;
	top: -21px;
	border-radius: 100%;
	z-index: 1;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	transform: scale(1);
}
/* Prelaoder */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/preloader.svg") no-repeat center center;
}
/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: rgb(250, 185, 91);
	color: #282F44;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	-webkit-transition: all 0.3s ease;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1000;
	-webkit-animation: jump 1s ease-in alternate infinite;
	animation: jump 1s ease-in alternate infinite;
	width: 50px;
	height: 50px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
}
 @-webkit-keyframes jump {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 50%, 0);
}
}
 @keyframes jump {
 0% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 50%, 0);
}
}
 @media (max-width: 768px) {
 .back-to-top {
 bottom: 15px;
}
}
.back-to-top:focus {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	outline: none;
}
.back-to-top:hover {
	background: #FAB95B;
	color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	padding: 30px 0;
	height: 92px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
}
#header #logo {
	float: left;
}
#header #logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 6px 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
}
#header #logo img {
	padding: 0;
	margin: 0;
}
 @media (max-width: 768px) {
 #header #logo h1 {
 font-size: 26px;
}
 #header #logo img {
 max-height: 40px;
}
}
#header.header-fixed {
	background: #fff;
	padding: 20px 0;
	height: 72px;
	transition: all 0.5s;
	box-shadow: 4px 4px 10px rgba(230, 175, 46, 0.4);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
	width: 100%;
	height: 100vh;
	background: url(../images/banner_wave.svg) top left;
	background-size: cover;
	position: relative;
}
#hero .hero-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 100%;
}
#hero h1 {
	margin: 30px 0 10px 0;
	font: Bold 36px/48px Montserrat;
	letter-spacing: 0;
	color: #282F44;
}
#hero h5 {
	font: 16px/28px Roboto;
	letter-spacing: 0;
	color: #282F44;
	opacity: 0.6;
	margin: 0px 0 15px;
	padding: 20px 0;
}
button.banner_btn {
	background: transparent linear-gradient(270deg, rgba(245, 208, 97, 1) 0%, rgba(250, 185, 91, 1) 100%) 0% 0% no-repeat padding-box;
	box-shadow: 4px 4px 10px rgba(230, 175, 46, 0.4);
	border-radius: 28px;
	font: 500 24px/26px Roboto;
	letter-spacing: 0;
	color: #000000;
	opacity: 1;
	padding: 14px 58px;
	border: 1px solid #fabd5c;
	margin-bottom: 20px;
}
#hero h2 {
	color: #eee;
	margin-bottom: 50px;
	font-size: 24px;
}
 @media (max-width: 768px) {
 #hero h2 {
 font-size: 18px;
 line-height: 24px;
 margin-bottom: 30px;
}
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/

.section-header .section-title {
	font-size: 32px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin-bottom: 5px;
}
.section-header .section-description {
	text-align: center;
	padding-bottom: 40px;
	color: #999;
}
/* Features Section
--------------------------------*/

#features {
	padding: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}
.feature_box {
	min-height: 310px;
	text-align: center;
}
.feature_box h2 {
	font: 500 24px/32px Roboto;
	letter-spacing: 0;
	color: #282F44;
	opacity: 1;
	text-transform: capitalize;
}
.feature_box p {
	font: 16px/24px Roboto;
	letter-spacing: 0;
	color: #282F44;
	opacity: 0.6;
}
/* Join Us Section
--------------------------------*/

#join {
	padding: 80px 0 130px;
	position: relative;
	overflow: hidden;
}
 @media (max-width: 768px) {
 #join .join-container .title {
 padding-top: 15px;
}
}
#join .join-container p {
	line-height: 24px;
}
#join .join-container p:last-child {
	margin-bottom: 0;
}
#join .join-container .icon-box {
	background-size: cover;
	padding: 0 0 30px 0;
}
#join .join-container .icon-box .icon {
	float: left;
	background: #fff;
	width: 54px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	border-radius: 50%;
}
#join .join-container .icon-box .description {
	margin-left: 80px;
	line-height: 24px;
	font-size: 14px;
}
.section_heading {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.section_heading h1 {
	font: Bold 32px/46px Roboto;
	letter-spacing: 0;
	color: #282F44;
}
.section_heading p {
	font: 16px/24px Roboto;
	letter-spacing: 0;
	color: #282F44;
	opacity: 0.6;
}
ul.tharex_list {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
ul.tharex_list li {
	margin: 0;
	padding: 16px 0 15px 30px;
	list-style: none;
	background-image: url(../images/list_arrow.svg);
	background-repeat: no-repeat;
	background-position: left top 20px;
	background-size: 15px;
	font: 19px/32px Roboto;
	letter-spacing: 0;
	color: #282F44;
	opacity: 1;
}
.dots {
	background: url(../images/dots.svg);
	background-size: cover;
	width: 290px;
	height: 170px;
	position: absolute;
	z-index: -1;
}
.dots_1 {
	top: -35px;
	left: -150px;
}
.dots_2 {
	bottom: -30px;
	right: -12px;
}
.dots_3 {
	bottom: 100px;
	right: -120px;
	transform: rotate(90deg);
}
.highlights_div {
	margin-bottom: 25px;
}
/* Testimonial Section
--------------------------------*/

#testimonial_sec {
	background: #FAB95B;
	color: #282F44;
	padding: 80px 0 60px 0;
	background-size: cover;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
 #testimonial_sec::before {
 content: '';
 background-image: url(../images/testimonial_bg.png);
 background-position: center bottom;
 background-repeat: no-repeat;
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
}
#testimonial_sec .section_heading p {
	font: 14px/24px Roboto;
	opacity: 1;
}
.testimonial {
	text-align: center;
}
.testimonial .description {
	margin-bottom: 20px;
	font: 14px/21px Roboto;
	padding: 0 200px 0;
}
.testimonial .pic {
	width: 160px;
	height: 160px;
	position: relative;
	margin: 0 auto;
}
.testimonial .pic img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.testimonial_title h2 {
	font: Bold 24px/32px Roboto;
	margin-bottom: 5px;
}
.testimonial_title p {
	font: 500 16px/20px Roboto;
}
.owl-theme .owl-nav {
	position: absolute;
	top: 38%;
	width: 100%;
	opacity: 1;
}
.owl-theme .owl-nav .owl-buttons div {
	width: 50px;
	height: 50px;
	line-height: 40px;
	background: transparent;
	border: 1px solid #808080;
	border-radius: 0;
}
.owl-prev {
	position: absolute;
	left: -3%;
}
.owl-next {
	position: absolute;
	right: -3%;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
 background: transparent;
 color: #FFF;
 text-decoration: none;
 outline: none;
}
 @media screen and (max-width: 767px) {
 .owl-prev {
 left: 0;
}
 .owl-next {
 right: 0;
}
 .testimonial .description {
 padding: 0;
}
}
 @media screen and (max-width: 480px) {
 .owl-theme .owl-nav {
 top: 48%;
}
 .feature_box {
 min-height: auto;
}
}
/* About Section
--------------------------------*/

#about_section {
	color: #282F44;
	padding: 40px 0 40px 0;
	position: relative;
	overflow: hidden;
}
 #features::before {
 content: '';
 background-image: url('../images/about_left_bg.svg');
 width: 260px;
 height: 678px;
 position: absolute;
 background-repeat: no-repeat;
 left: -199px;
 top: 340px;
 opacity: 0.5;
}
 #features::after {
 content: '';
 background-image: url('../images/about_right_bg.svg');
 width: 220px;
 height: 445px;
 position: absolute;
 background-repeat: no-repeat;
 right: -100px;
 bottom: 80px;
 opacity: 0.5;
}
.rotate_img {
	position: relative;
}
.rotate_img img.circle_img {
	-webkit-animation: ani-rotate 50s linear infinite;
	animation: ani-rotate 50s linear infinite;
}
 @keyframes ani-rotate {
 from {
 transform: rotate(0);
}
to {
	transform: rotate(360deg);
}
}
/* .circle_center {
  background-image: url(../images/coin_center.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 235px;
  height: 232px;
} */

ul.highlights_list {
	padding: 0;
}
.highlights_list li {
	margin: 0;
	padding: 16px 0 15px 40px;
	list-style: none;
	background-image: url(../images/list_icon.svg);
	background-repeat: no-repeat;
	background-position: left top 20px;
	background-size: 22px;
	font: 18px/32px Roboto;
	letter-spacing: 0;
	color: #282F44;
	opacity: 1;
}
.sub_title {
	font: Bold 24px/32px Roboto;
	letter-spacing: 0.48px;
	color: #282F44;
	margin-bottom: 0;
}
.highlights_div p {
	font: 500 18px/24px Roboto;
	letter-spacing: 0;
	color: #282F44;
	text-transform: capitalize;
	cursor: default;
}
.highlights_div .hover-shape {
	width: 20px;
	height: auto;
	position: absolute;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transform: rotate(260deg);
}
.highlights_div .hover-shape-1 {
	left: 30px;
	top: 30px;
}
.highlights_div .hover-shape-2 {
	right: 35%;
	top: 40px;
}
.highlights_div .hover-shape-3 {
	right: 30px;
	bottom: 40%;
}
.highlights_div .hover-shape-4 {
	right: 35%;
	bottom: 40px;
}
.highlights_div .hover-shape-5 {
	left: 30px;
	bottom: 35%;
}
.highlights_div:hover .hover-shape {
	opacity: 1;
	transform: rotate(100deg);
}
.highlights_div:hover .hover-shape-1 {
	left: 30px;
	top: 25px;
}
.highlights_div:hover .hover-shape-2 {
	right: 35%;
	top: -30px;
}
.highlights_div:hover .hover-shape-3 {
	right: 30px;
	bottom: 40%;
}
.highlights_div:hover .hover-shape-4 {
	right: 35%;
	bottom: -10px;
}
.highlights_div:hover .hover-shape-5 {
	left: 25px;
	bottom: 35%;
}
/* Subscribe Section
--------------------------------*/

#subscribe_sec {
	background: #FAB95B;
	color: #282F44;
	padding: 60px 0;
	background-size: cover;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
 #subscribe_sec::before {
 content: '';
 background-image: url(../images/subscribe_bg.png);
 background-position: center bottom;
 background-repeat: no-repeat;
 background-size: cover;
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
}
#sub_message_text {
	width: 100%;
	resize: none;
}
button.subscribe_btn {
	padding: 6px 35px;
	border-radius: 18px;
	border: 1px solid #282f44;
	background: #282F44;
	color: #fff;
}
.subscribe_form .input_anim {
	border: 1px solid #fff !important;
}
/* Blog Section
--------------------------------*/

#blog_sec {
	padding: 80px 0 60px 0;
	background-image: url('../images/blog_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
 #blog_sec::before {
 content: "";
 background-color: rgba(0, 0, 0, 0.7);
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 z-index: 100;
}
 #blog_sec::after {
 content: 'Coming Soon';
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 display: flex;
 text-align: center;
 align-items: center;
 justify-content: center;
 color: #f6ce61;
 font: 700 80px/32px Roboto;
 z-index: 1000;
}
.blog_card {
	box-shadow: 3px 3px 20px #00000026;
	color: #282F44;
	margin-bottom: 25px;
}
.blog_card h6 {
	font: 14px/21px Roboto;
	letter-spacing: 0;
	margin-bottom: 0;
}
.blog_card h2 {
	font: 24px/32px Roboto;
	letter-spacing: 0;
	text-transform: capitalize;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: normal;
	height: 100px;
	overflow: hidden;
}
.blog_card h2 a {
	color: #282F44;
}
.blog_card h2 a:hover {
	color: #FAB95B;
}
.blog_card p {
	font: 16px/20px Roboto;
	letter-spacing: 0;
	opacity: 0.5;
	text-overflow: ellipsis;
	white-space: normal;
	height: 90px;
	overflow: hidden;
}
.view_btn {
	background: transparent linear-gradient(90deg, #F5D061 0%, #FAB95B 100%) 0% 0% no-repeat padding-box;
	border-radius: 24px;
	font: 16px/26px Roboto;
	letter-spacing: 0;
	color: #000000;
	padding: 6px 32px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background-color: #282F44;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0 20px;
	color: #fff;
	font-size: 14px;
}
#footer h2 {
	font: 18px/21px Roboto;
	letter-spacing: 0;
	color: #FAB95B;
	opacity: 1;
	margin-bottom: 20px;
}
#footer p {
	font: 14px/21px Roboto;
	letter-spacing: 0;
	color: #FEFEFE;
}
#footer ul li {
	margin-bottom: 10px;
}
#footer ul li a {
	color: #fff;
}
.social_links li {
	margin-right: 15px !important;
}
#footer .copyright {
	text-align: center;
	padding-top: 20px;
	font: 14px/21px Roboto;
	letter-spacing: 0;
	color: #FEFEFE;
	opacity: 0.5;
}
#footer .copyright a {
	color: #FEFEFE;
}
#footer .copyright a:hover {
	color: #FAB95B;
}
.footer-top {
	border-bottom: 1px solid rgba(254, 254, 254, 0.3);
	padding-bottom: 35px;
}
 @media (max-width: 991px) {
 .banner_card {
 display: none;
}
 .subscribe_form #wrap form .btnwrap span {
 width: 65%;
}
 .rotate_img img.circle_img {
 animation: unset;
}
}
/* Preloader */

.loading-area {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
}
.loading-box {
	width: 100%;
	height: 100%;
	background-color: #050510;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 999;
}
.loading-pic {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 9999;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cssload-container {
	margin: -44px -58px;
	width: 117px;
	height: 88px;
	position: absolute;
	left: 50%;
}
.cssload-dot {
	background: #FAB95B;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	position: absolute;
	bottom: 29px;
	left: 0px;
	transform-origin: center bottom;
	-o-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	animation: cssload-dot 0.69s ease-in-out infinite;
	-o-animation: cssload-dot 0.69s ease-in-out infinite;
	-ms-animation: cssload-dot 0.69s ease-in-out infinite;
	-webkit-animation: cssload-dot 0.69s ease-in-out infinite;
	-moz-animation: cssload-dot 0.69s ease-in-out infinite;
}
.step {
	position: absolute;
	width: 36px;
	height: 36px;
	border-top: 4px solid rgb(255, 255, 255);
	top: 0;
	right: 0;
}
#cssload-s1 {
	animation: cssload-anim 2.07s linear infinite;
	-o-animation: cssload-anim 2.07s linear infinite;
	-ms-animation: cssload-anim 2.07s linear infinite;
	-webkit-animation: cssload-anim 2.07s linear infinite;
	-moz-animation: cssload-anim 2.07s linear infinite;
}
#cssload-s2 {
	animation: cssload-anim 2.07s linear infinite -0.69s;
	-o-animation: cssload-anim 2.07s linear infinite -0.69s;
	-ms-animation: cssload-anim 2.07s linear infinite -0.69s;
	-webkit-animation: cssload-anim 2.07s linear infinite -0.69s;
	-moz-animation: cssload-anim 2.07s linear infinite -0.69s;
}
#cssload-s3 {
	animation: cssload-anim 2.07s linear infinite -1.38s;
	-o-animation: cssload-anim 2.07s linear infinite -1.38s;
	-ms-animation: cssload-anim 2.07s linear infinite -1.38s;
	-webkit-animation: cssload-anim 2.07s linear infinite -1.38s;
	-moz-animation: cssload-anim 2.07s linear infinite -1.38s;
}
 @keyframes cssload-dot {
 0% {
 transform: scale(1, .7);
}
 20% {
 transform: scale(.7, 1.2);
}
 40% {
 transform: scale(1, 1);
}
 50% {
 bottom: 97px;
}
 46% {
 transform: scale(1, 1);
}
 80% {
 transform: scale(.7, 1.2);
}
 90% {
 transform: scale(.7, 1.2);
}
 100% {
 transform: scale(1, 0.7);
}
}
 @-o-keyframes cssload-dot {
 0% {
 -o-transform: scale(1, .7);
}
 20% {
 -o-transform: scale(.7, 1.2);
}
 40% {
 -o-transform: scale(1, 1);
}
 50% {
 bottom: 97px;
}
 46% {
 -o-transform: scale(1, 1);
}
 80% {
 -o-transform: scale(.7, 1.2);
}
 90% {
 -o-transform: scale(.7, 1.2);
}
 100% {
 -o-transform: scale(1, 0.7);
}
}
 @-ms-keyframes cssload-dot {
 0% {
 -ms-transform: scale(1, .7);
}
 20% {
 -ms-transform: scale(.7, 1.2);
}
 40% {
 -ms-transform: scale(1, 1);
}
 50% {
 bottom: 97px;
}
 46% {
 -ms-transform: scale(1, 1);
}
 80% {
 -ms-transform: scale(.7, 1.2);
}
 90% {
 -ms-transform: scale(.7, 1.2);
}
 100% {
 -ms-transform: scale(1, 0.7);
}
}
 @-webkit-keyframes cssload-dot {
 0% {
 -webkit-transform: scale(1, .7);
}
 20% {
 -webkit-transform: scale(.7, 1.2);
}
 40% {
 -webkit-transform: scale(1, 1);
}
 50% {
 bottom: 97px;
}
 46% {
 -webkit-transform: scale(1, 1);
}
 80% {
 -webkit-transform: scale(.7, 1.2);
}
 90% {
 -webkit-transform: scale(.7, 1.2);
}
 100% {
 -webkit-transform: scale(1, 0.7);
}
}
 @-moz-keyframes cssload-dot {
 0% {
 -moz-transform: scale(1, .7);
}
 20% {
 -moz-transform: scale(.7, 1.2);
}
 40% {
 -moz-transform: scale(1, 1);
}
 50% {
 bottom: 97px;
}
 46% {
 -moz-transform: scale(1, 1);
}
 80% {
 -moz-transform: scale(.7, 1.2);
}
 90% {
 -moz-transform: scale(.7, 1.2);
}
 100% {
 -moz-transform: scale(1, 0.7);
}
}
 @keyframes cssload-anim {
 0% {
 opacity: 0;
 top: 0;
 right: 0;
}
 50% {
 opacity: 1;
}
 100% {
 top: 88px;
 right: 88px;
 opacity: 0;
}
}
 @-o-keyframes cssload-anim {
 0% {
 opacity: 0;
 top: 0;
 right: 0;
}
 50% {
 opacity: 1;
}
 100% {
 top: 88px;
 right: 88px;
 opacity: 0;
}
}
 @-ms-keyframes cssload-anim {
 0% {
 opacity: 0;
 top: 0;
 right: 0;
}
 50% {
 opacity: 1;
}
 100% {
 top: 88px;
 right: 88px;
 opacity: 0;
}
}
 @-webkit-keyframes cssload-anim {
 0% {
 opacity: 0;
 top: 0;
 right: 0;
}
 50% {
 opacity: 1;
}
 100% {
 top: 88px;
 right: 88px;
 opacity: 0;
}
}
 @-moz-keyframes cssload-anim {
 0% {
 opacity: 0;
 top: 0;
 right: 0;
}
 50% {
 opacity: 1;
}
 100% {
 top: 88px;
 right: 88px;
 opacity: 0;
}
}
 @media (max-width: 1366px) {
 #about_section::before,  #about_section::after {
 opacity: 0.5;
}
 #hero h1 {
 margin: 100px 0 10px 0;
 font: Bold 36px/42px Montserrat;
}
 #hero img {
 max-width: 85%;
}
}
 @media (max-width: 768px) {
 #hero {
 height: auto;
}
 #hero h1 {
 font-size: 20px;
 line-height: 30px;
}
 #hero h5 {
 font: 14px/20px Roboto;
}
 button.banner_btn {
 font: 500 16px/26px Roboto;
 padding: 8px 30px;
}
 .feature_box h2 {
 font: 500 20px/32px Roboto !important;
}
 .feature_box p,  .blog_card p {
 font-size: 14px!important;
}
 .section_heading h1 {
 font: Bold 24px/46px Roboto !important;
}
 .section_heading p {
 font: 14px/24px Roboto !important;
}
 ul.tharex_list li,  .highlights_list li,  .highlights_div p {
 font-size: 15px;
}
 .testimonial_title h2 {
 font: Bold 20px/32px Roboto;
}
 .sub_title {
 font-size: 20px;
}
 .highlights_div {
 margin-bottom: 40px;
}
 .blog_card h2 {
 font-size: 20px;
}
}
/*--------------------------------------------------------------
# Login, Register, Forgot Password & Two Factor
--------------------------------------------------------------*/

#authentication {
	width: 100%;
	height: 100vh;
	background: url(../images/banner_wave.svg) top left;
	background-size: cover;
	position: relative;
	overflow-x: hidden;
}
#authentication .auth_container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-top: 25px;
	height: 92%;
}
.auth_logo {
	margin-bottom: 16px;
}
.auth_logo img {
	width: 100px;
}
.auth_card {
	border: 12px solid #DCE2EF;
	border-radius: 0;
}
.auth_card .card-body {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.auth_card h2 {
	font: 600 32px/42px Montserrat;
	letter-spacing: 0;
	color: #282F44;
}
 .auth_card::before {
 content: '';
 background: url(../images/dots.svg);
 background-size: cover;
 width: 290px;
 height: 170px;
 position: absolute;
 z-index: -1;
 top: -80px;
 left: -235px;
}
 .auth_card::after {
 content: '';
 background: url(../images/dots.svg);
 background-size: cover;
 width: 290px;
 height: 170px;
 position: absolute;
 z-index: -1;
 bottom: -80px;
 right: -165px;
}
.auth_form {
	padding: 5px 50px;
}
.auth_form .input_anim {
	border: 1px solid #BEC9E2;
	padding: 7px 14px 9px;
	transition: 0.4s;
	font: 14px/21px Roboto;
	letter-spacing: 0;
	opacity: 1;
	border-radius: 0;
}
 .auth_form .input_anim::placeholder {
 color: #9396A1;
}
 .input_anim~.focus-border:before, .input_anim~.focus-border:after {
 content: "";
 position: absolute;
 top: 0;
 left: 50%;
 width: 0;
 height: 2px;
 background-color: #fab95b;
 transition: 0.4s;
}
 .input_anim~.focus-border:after {
 top: auto;
 bottom: 0;
}
 .input_anim~.focus-border i:before, .input_anim~.focus-border i:after {
 content: "";
 position: absolute;
 top: 50%;
 left: 0;
 width: 2px;
 height: 0;
 background-color: #fab95b;
 transition: 0.6s;
}
 .input_anim~.focus-border i:after {
 left: auto;
 right: 0;
}
 .input_anim:focus~.focus-border:before, .input_anim:focus~.focus-border:after {
 left: 0;
 width: 100%;
 transition: 0.4s;
}
 .input_anim:focus~.focus-border i:before, .input_anim:focus~.focus-border i:after {
 top: 0;
 height: 100%;
 transition: 0.6s;
}
.auth_btn {
	background: transparent linear-gradient(90deg, #F5D061 0%, #FAB95B 100%) 0% 0% no-repeat padding-box;
	box-shadow: 2px 2px 10px #F5D061;
	border: 1px solid #FAB95B;
	padding: 5px 40px;
	border-radius: 24px;
	font: 16px/24px Roboto;
	letter-spacing: 0;
	color: #000000;
	float: left;
	margin-right: 10px;
}
.auth_btn:hover {
	background: transparent linear-gradient(90deg, #FAB95B 0%, #F5D061 100%) 0% 0% no-repeat padding-box;
}
.a_hover {
	color: #282F44;
}
.a_hover:hover {
	color: #f9bd5c;
}
span.required {
	color: #F5564E;
}
.two_factor_form h4 {
	font: 500 18px/21px Roboto;
	letter-spacing: 0;
	color: #282F44;
	border: 2px solid #FAB95B;
	display: inline-block;
	padding: 8px 30px;
	margin-bottom: 30px;
}
form.two_factor_form {
	padding: 5px 50px;
}
.two_factor_form img {
	width: 48px;
}
.two_factor_form p {
	margin-bottom: 0;
	text-align: left;
}
.two_factor_form input[type="text"], .two_factor_form input[type="email"], .two_factor_form input[type="number"], .two_factor_form input[type="password"], .two_factor_form input[type="date"], .two_factor_form textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0px;
}
 .two_factor_form input:-webkit-autofill, .two_factor_form input:-webkit-autofill:hover, .two_factor_form input:-webkit-autofill:focus, .two_factor_form input:-webkit-autofill:active {
 transition: background-color 5000s ease-in-out 0s;
}
 .two_factor_form input[type="number"]::-webkit-outer-spin-button, .two_factor_form input[type="number"]::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.two_factor_form input[type="number"] {
	-moz-appearance: textfield;
}
.two_factor_form button:focus, .two_factor_form input:focus {
	outline: none;
}
.mm-number-input-container {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	display: flex;
	justify-content: start;
}
.mm-number-input-item {
	margin: 8px;
}
.mm-number-input-item input {
	width: 100%;
	height: inherit;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	border-bottom: 1px solid #BEC9E2 !important;
	border: transparent;
}
 @media (max-width: 768px) {
 .auth_form {
 padding: 5px 5px;
}
 form.two_factor_form {
 padding: 5px 5px;
}
}
/*-------------------------------------------------------------- # Inner Pages --------------------------------------------------------------*/


/*--------------------------------------------------------------
# Deposit & Withdraw
--------------------------------------------------------------*/

.deposit_form img {
	width: 150px;
}
form.deposit_form {
	margin: 20px 0px;
}
.custom-select, .form-control {
	border-radius: 0;
	font-size: 14px;
}
.table_panel {
	margin: 20px 0;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}
.table_panel_heading {
	background: #282F44 0% 0% no-repeat padding-box;
	border-radius: 4px 4px 0 0;
	opacity: 1;
	padding: 10px 15px;
}
.table_panel_body {
	border-radius: 0 0 4px 4px;
	background-color: #fff;
}
.table_panel_heading h2 {
	font: 16px/21px Roboto;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #FEFEFE;
}
.search_input {
	width: 200px;
	border-radius: 16px;
}
.table_panel_body table {
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	margin-bottom: 0;
}
.table_panel_body th {
	background: #DCE2EF;
	font-weight: normal;
	font-size: 14px;
	color: #282F44;
}
.table_panel_body td {
	font-size: 14px;
	color: #282F44;
}
.red {
	color: #F5564E;
}
.green {
	color: #66A81A;
}
.table_panel_body tbody.table_scroll {
	display: block;
	height: 200px;
	overflow: auto;
}
.table_panel_body thead, .table_panel_body tbody.table_scroll tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.table_panel_body thead tr th, tbody.table_scroll tr td {
	text-align: left;
}
.table_panel_body thead tr th:first-child, tbody.table_scroll tr td:first-child {
	width: 65px;
}
 .table_panel_body thead tr th:nth-child(2), tbody.table_scroll tr td:nth-child(2) {
 width: 165px;
}
.table_panel_body thead tr th.address, tbody.table_scroll tr td.address {
	width: 450px;
}
.table_panel_body thead tr th {
	width: 200px;
}
/*--------------------------------------------------------------
# Settings
--------------------------------------------------------------*/

.settings_title {
	font: 18px/32px Roboto;
	letter-spacing: 0;
	color: #282F44;
	opacity: 1;
	position: relative;
}
 .settings_title::after {
 content: '';
 position: absolute;
 border: 1px solid #FAB95B;
 width: 60px;
 bottom: -2px;
 left: 0;
}
.imgInp {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.upload_btn {
	border: 1px solid #282F44;
	border-radius: 20px;
	padding: 9px 26px;
	font: 14px/20px Roboto;
	letter-spacing: 0;
	color: #282F44;
}
#settings_tab_content h4 {
	font: 500 14px/21px Roboto;
	letter-spacing: 0;
	color: #282F44;
}
#settings_tab_content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.kyc_note {
	font: 12px/21px Roboto;
	letter-spacing: 0;
	color: #9396A1;
	opacity: 1;
}
.proof_img {
	width: 100px;
	height: 60px;
}
#settings_tab li a.nav-link.active, #settings_tab .show>.nav-link {
	background: transparent linear-gradient(270deg, #F5D061 0%, #FAB95B 100%) 0% 0% no-repeat padding-box;
	box-shadow: 4px 4px 10px #E6AF2E4D;
}
#settings_tab li a.nav-link {
	background: #f7f6f6 0% 0% no-repeat padding-box;
	border-radius: 0;
	width: 190px;
	font: 16px/26px Roboto;
	letter-spacing: 0;
	color: #000000;
	padding: 13px;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
}
.verification_btn {
	background: #282F44 0% 0% no-repeat padding-box;
	border-radius: 20px;
	font-size: 14px;
	letter-spacing: 0;
	color: #FFF;
	padding: 7px 35px;
	border: 1px solid #282F44;
}
.verification_key {
	color: #2A60D1;
}
/* div#settings_tab_content {
    min-height: 635px;
} */


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq_content {
	position: relative;
	padding-left: 32px;
}
 .faq_content::after {
 content: "";
 border-left: 1px dashed #FAB95B;
 position: absolute;
 top: -10px;
 left: 9.2px;
 right: 0;
 bottom: 0;
}
.faq_circle {
	border: 4px solid #FAB95B;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
h5 {
	display: inline-block;
	vertical-align: sub;
	padding-left: 10px;
	margin-bottom: 8px;
	cursor: pointer;
	font: 16px/20px Roboto;
	letter-spacing: 0;
	color: #282F44;
}
/*--------------------------------------------------------------
# CMS & Contact Pages
--------------------------------------------------------------*/

.inner_page_subheading {
	font: 500 18px/32px Roboto;
	letter-spacing: 0;
	color: #282F44;
}
.news_heading {
	font: 24px/32px Roboto;
	letter-spacing: 0;
	color: #282F44;
}
.news_main_card {
	box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.news_breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.news_breadcrumb ul li {
	display: inline-block;
	position: relative;
}
.news_breadcrumb ul li a {
	font: 16px/20px Roboto;
	letter-spacing: 0;
	color: #282F44;
	opacity: 0.6;
}
.news_breadcrumb ul li.active {
	font: Regular 16px/20px Roboto;
	letter-spacing: 0;
	color: #282F44;
	opacity: 1;
}
 .news_breadcrumb ul li::after {
 content: "\f105";
 font: normal normal normal 14px/1 FontAwesome;
 margin: 0 4px 0 8px;
}
 .news_breadcrumb ul li:last-child::after {
 content: '';
}
#map {
	height: 100%;
}
.contact_card {
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}
#conact_textarea {
	width: 100%;
	resize: none;
}
.contact_bg {
	background-color: #F8F8F8;
}
.contact_panel {
	padding: 50px 60px;
}
.contact_panel_top {
	border-bottom: 1px solid #FAB95B;
	padding-bottom: 10px;
}
/* Chellamuthu Inner pages styles */

#header.header_home.inner-header.header-fixed {
	box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.15);
}
#header.inner-header {
	padding: 20px 0;
	height: 79px;
	box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.15);
}
.open>.dropdown-menu {
	display: block;
}
.header-profile-user {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}
 .cus-header-dropdown .dropdown-toggle::after {
 display: none;
}
.dropdown.cus-header-dropdown {
	min-width: 200px;
	margin-top: -10px;
}
.cus-header-dropdown .dropdown-toggle {
	padding: 0 8px 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #1A3263;
	font-weight: 400;
	font-size: 16px;
	outline: none;
	vertical-align: sub;
}
.cus-header-dropdown .dropdown-menu a {
	padding: 0 8px 1px 20px;
	text-decoration: none;
	display: block;
	color: #1A3263;
	font-weight: 400;
	font-size: 16px;
	outline: none;
	vertical-align: sub;
	line-height: 35px;
 transition: all .4s ease;
}
.cus-header-dropdown .dropdown-menu a:hover {
	background-color: #DCE2EF;
}
.cus-header-dropdown .dropdown-menu {
	box-shadow: 2px -2px 20px rgba(40, 47, 68, 0.15);
	border: 1px solid #DCE2EF;
	border-radius: 3px;
}
.cus-header-dropdown:before {
	height: 0;
	width: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	margin-left: -9px;
	bottom: -5px;
	left: 50%;
	opacity: 1;
	position: absolute;
	z-index: 1002;
	content: " ";
	display: block;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.main-inner-pages {
	padding: 20px 0 60px 0;
	background-image: url('../images/banner_wave.svg');
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 80px;
}
.inner-page-header h2 {
	font-size: 24px;
	font-weight: 400;
	color: #282F44;
}
.background-grey {
	background-color: #F8F8F8;
	border-radius: 4px;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}
.dash-profile-body {
	padding: 20px;
	min-height: 285px;
}
.d-pfle-img {
	text-align: center;
	margin: 20px 0;
}
.d-pfle-img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.pfle-y {
	background-color: #66A81A;
	color: #ffffff;
	color: #ffffff;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	line-height: 21px;
}
.pfle-x {
	background-color: #F5564E;
	color: #ffffff;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	line-height: 21px;
}
.dash-profile-body h3 {
	font-size: 16px;
	color: #1A3263;
	margin-bottom: 12px;
	font-weight: 600;
}
.dash-profile-body p {
	font-size: 16px;
	color: #1A3263;
	margin-bottom: 12px;
}
.dash-coin-body {
	background-image: url(../images/dash-btc-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	max-width: 420px;
	height: 100px;
	width: 100%;
	padding: 15px;
	display: flex;
	align-items: center;
}
.coin-in img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: block;
}
.coin-value {
	margin-left: 10px;
}
.coin-value h4 {
	font-size: 24px;
	color: #282F44;
	margin-bottom: 10px;
	margin-top: 1px;
	margin-bottom: 2px;
}
.coin-value p {
	color: #282F44;
	font-size: 16px;
	margin-bottom: 0;
}
.dash-coin-body.coin-eth {
	background-image: url(../images/dash-eth-back.png);
}
.dash-coin-body.coin-thr {
	background-image: url(../images/dash-thr-back.png);
}
.pb-20 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.main-sec {
	padding: 22px;
}
.white-box-shadow {
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.main-market {
	margin: 20px 0;
}
.market-head {
	background: #282F44 0% 0% no-repeat padding-box;
	border-radius: 4px 4px 0 0;
	opacity: 1;
	padding: 17px 15px;
}
.market-head h2 {
	font: 16px/21px Roboto;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #FEFEFE;
}
.market-value-sec h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #282F44;
}
.market-value-sec p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #66A81A;
}
.market-buy-btn {
	background-color: #66A81A;
	padding: 4px 25px;
	text-align: center;
	color: #ffffff;
	border-radius: 50px;
}
.market-buy-btn:hover {
	color: #ffffff;
}
.market-sell-btn {
	background-color: #F5564E;
	padding: 4px 25px;
	text-align: center;
	color: #ffffff;
	border-radius: 50px;
}
.market-sell-btn:hover {
	color: #ffffff;
}
.main-market-inner {
	padding: 20px;
}
.m-inner {
	border-bottom: 1px solid #DCE2EF;
}
.market-head .m-inner:last-child {
	border-bottom: 0;
}
.table_panel_body tbody.table_scroll.dashboard-table-scroll {
	display: block;
	height: 352px;
	overflow: auto;
}
.market-btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
 .table_panel_body.dash-table-body thead tr th:nth-child(3), tbody.table_scroll.dashboard-table-scroll tr td:nth-child(3) {
 width: 80px;
}
.table_panel_body.dash-table-body thead tr th {
	width: 120px;
}
.edit-btn {
	padding: 5px 15px;
	border: 1px solid #282F44;
	color: #282F44;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
 transition: all .4s ease;
}
.edit-btn:hover {
	background-color: #282F44;
	color: #ffffff;
}
.pfle-table .table thead th {
	border-bottom: none;
}
.pfle-table .table td, .pfle-table .table th {
	border-top: none;
	font-size: 14px;
	color: #282F44;
}
 .pfle-table .table tr td:nth-child(2) {
 text-align: center;
}
.pfle-table {
	max-width: 600px;
	margin: 0 auto;
}
.profile-edit-sec {
	max-width: 500px;
	width: 100%;
}
.profile-trigger-btn {
	padding: 5px 15px;
	border: 1px solid #282F44;
	color: #282F44;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
 transition: all .4s ease;
}
.profile-trigger-btn:hover {
	background-color: #282F44;
	color: #ffffff;
}
.profile-upload-btn {
	text-align: center;
	margin: 20px 0;
}
.support-sec {
	max-width: 500px;
	margin: 0 auto;
}
.support-head h2 {
	font-size: 18px;
	color: #282F44;
	position: relative;
}
.support-head h2:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 60px;
	height: 1px;
	background-color: #FAB95B;
}
.support-upload-btn {
	max-width: 250px;
}
 .support-upload-btn .custom-file-label::after {
 display: none;
}
.support-upload-btn .input-group-text {
	background-color: #282F44;
	border: 0;
	color: #ffffff;
	border-radius: 0;
}
.open-black {
	border: 1px solid #282F44;
	color: #282F44;
	text-align: center;
	border-radius: 50px;
 transition: all .4s ease;
	width: 85px;
	display: inline-block;
	line-height: 1.5;
}
.open-black:hover {
	background-color: #282F44;
	color: #ffffff
}
.close-red {
	border: 1px solid #F5564E;
	color: #F5564E;
	text-align: center;
	border-radius: 50px;
 transition: all .4s ease;
	width: 85px;
	display: inline-block;
	line-height: 1.5;
}
.close-red:hover {
	background-color: #F5564E;
	color: #ffffff
}
.ticket-head h2 {
	font-size: 18px;
	color: #282F44;
}
.ticket-user {
	text-align: center;
	margin-top: 10px;
}
.ticket-user img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}
.support-create-content p {
	font-size: 14px;
	margin-bottom: 1px;
}
.support-create-sec {
	display: flex;
	margin-bottom: 15px;
}
.support-create-content span {
	font-size: 12px;
}
.support-reply-content p {
	font-size: 14px;
	margin-bottom: 1px;
	text-align: right;
}
.support-reply-sec {
	display: flex;
	margin-bottom: 15px;
	float: inline-end;
}
.support-reply-content span {
	font-size: 12px;
	text-align: right;
	display: block;
}
.support-reply-sec .header-profile-user {
	margin-left: 10px;
}
.support-trigger-btn {
	display: block;
	width: 100%;
 height: calc(1.5em + .75rem + 2px);
 padding: .375rem .75rem;
	font-size: 20;
	font-weight: 600;
	line-height: 1.5;
	color: #282F44;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
 border-radius: 0 0 .25rem .25rem;
}
.support-reply-btn {
	display: block;
	width: 100%;
 height: calc(1.5em + .75rem + 2px);
 padding: .375rem .75rem;
	font-size: 20;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	background-color: #FAB95B;
	background-clip: padding-box;
	border: 1px solid #FAB95B;
 border-radius: 0 0 .25rem .25rem;
}
.support-reply-btn:hover {
	color: #ffffff;
}
.support-reply-box {
	margin: 25px 0;
}
.body-scroll {
	display: block;
	height: 280px;
	overflow: auto;
}
.dash-profile-body.background-grey.min-ht-400 {
	min-height: 400px;
}
.cus-header-dropdown .dropdown-toggle:focus {
	box-shadow: none;
}
 @media (max-width: 1200px) {
 .cus-header-dropdown:before {
 display: none;
}
 .inner-header #nav-menu-container {
 display: none;
}
 .inner-pages #mobile-nav-toggle {
 display: inline;
}
 .cus-header-dropdown .dropdown-toggle {
 color: #ffffff;
}
 .mb-mar-b-20 {
 margin-bottom: 20px;
}
 .cus-header-dropdown .dropdown-menu {
 min-width: 200px;
}
 #mobile-nav .cus-header-dropdown .dropdown-menu a {
 padding: 0 8px 1px 20px;
 text-decoration: none;
 display: block;
 color: #1A3263;
 font-weight: 400;
 font-size: 16px;
 outline: none;
 vertical-align: sub;
 line-height: 35px;
 transition: all .4s ease;
}
}
.dropdown.cus-header-dropdown.exchange_dropdown {
	min-width: auto;
}
.exchange_dropdown ul {
	min-width: auto;
}
.exchange_dropdown ul li {
	display: block !important;
	min-width: 120px !important;
}
.market-table {
	padding: 20px;
	margin: 30px 0;
	border: 1px solid rgb(236, 239, 241);
	border-radius: 4px;
	box-shadow: rgba(17, 51, 83, 0.02) 0px 4px 12px 0px;
}
.market-table table thead th {
	border-top: none;
	border-bottom: 1px solid rgb(236, 239, 241);
	color: rgba(17, 51, 83, 0.6);
}
.market-table table tbody tr td {
	border-bottom: 1px solid rgb(236, 239, 241);
	color: rgb(5, 15, 25);
}
.market-table table tbody tr:last-child td {
	border-bottom: 0;
}
.table-cryp {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.fa.fa-star.active {
	color: #FAB95B;
}
.rdn {
	color: rgb(223, 95, 103);
}
.grn {
	color: rgb(5, 177, 105);
}
.about-sec {
	padding: 60px 0;
}
.about-head {
	font-size: 32px;
	color: #282F44;
}
.custom_pills {
	justify-content: center;
	margin-bottom: 10px;
}
.imgInp {
	display: none;
}
.wallet-value {
	text-align: right;
}
.wallet-value p {
	color: #7b7b7b;
	font-size: 14px;
	margin-bottom: 5px;
}
.wallet-value p span {
	color: #7b7b7b;
	font-size: 14px;
	font-weight: 800;
}
.wallet-table .table thead th {
	border-top: none;
	border-bottom: 1px solid rgb(236, 239, 241);
	color: rgba(17, 51, 83, 0.6);
}
.wallet-table .table tbody tr td {
	border-top: 1px solid #dee2e6;
}
.wallet-table .table tbody tr:last-child td {
	border-bottom: 0;
}
.wallet-table .table tbody tr:first-child td {
	border-top: 0;
}
.wallet-table-btn {
	color: #636363;
	text-decoration: none;
	font-size: 13px;
	padding: 0 7px!important;
	box-sizing: border-box;
	min-width: 55px;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 0;
	display: inline-block;
	text-align: center;
	font-weight: 600;
}
.wallet-table {
	padding: 20px;
	margin: 7px 0;
	border: 1px solid rgb(236, 239, 241);
	border-radius: 4px;
	box-shadow: rgba(17, 51, 83, 0.02) 0px 4px 12px 0px;
	background-color: #fff;
	padding-bottom: 0px;
}
.admin-account-details {
	margin-top: -50px;
}
 @media (max-width: 767px) {
 .admin-account-details {
 margin-top: 0;
}
}
.deposit-address ul {
	margin:0;
	padding:0;
}
.deposit-address li {
	float: left;
	margin:0px 10px; list-style:none;
}
