.w-\[640px\] {
	width: 640px;
}


/*Header start*/
body {
	background: #000000;

}
 .reg-overflow {
	overflow: hidden;
} 

@font-face {
    font-family: 'Clarendon';
    src: url('../fonts/ClarendonBT-Black.woff2') format('woff2'),
        url('../fonts/ClarendonBT-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.clarendo{
	font-family: 'Clarendon';
}

.box2 {
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.1);
}
.z-in1 {
	z-index: 1;
}
.z-in2 {
	z-index: 2;
}
.z-in3 {
	z-index: 3;
}
.text-gray {
	color: #7c7a7a;
}
.overflow-auto {
	overflow: auto;
}
.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: linear-gradient(90deg, rgba(238,161,6,1) 0%, rgba(228,93,7,1) 100%);
	width: 39px;
}

.acct-list .owl-dots {
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 2px;
	margin: 0 auto;
}
header h3 {
	font-size: 25px;
}
.bot-link-list li iconify-icon {

	font-size: 28px;
}
.bot-link-list li a {
	color: #fff;

}

.logo img {
  width: 300px;
}

.bot-link-list li a:hover {
color:  rgb(255, 173, 0);
}
.header-icons {
	margin: 20px 13px;
}

.header-sec-one {
	display: flex;
	align-items: center;
}

 /* Dropdown Button */
 .dropbtn {

	color: white;
	/* padding: 16px; */
	font-size: 25px;
	border: none;
	cursor: pointer;
}
  /* Dropdown button on hover & focus */
  /* .dropbtn:hover, .dropbtn:focus {
	background-color: #2980B9;
  }
   */
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
	display: inline-block;
  }
  .form-control {
	margin-bottom: 15px;
}
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #121212;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 10;
	border-radius: 6px;
	border: 1px solid rgb(255, 173, 0);
	margin:0 5px;
}
  
  /* Links inside the dropdown */
  .dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
	background-color: #000;
	border-radius: 10px;
}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;} 
  .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	color: #ffb303;
}
/*1*********************************register start *********************************1*/
.content-wrap {
	height: 410px;
	padding: 10px;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
	z-index: 9;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
}
.content-wrap {
	scrollbar-width: thin;
	scrollbar-color: rgb(255, 173, 0) #ddd;

}
.banner-bg {
	background: url("../images/bg-2.png") no-repeat scroll center,#000;
	background-size: cover;
}
.rules p iconify-icon {
	margin: 0px 4px;
}
.header-arrow {
	margin: 21px 17px;
}
.copy-rights {
	margin-top: 30px;
	margin-bottom: 80px;
	position: relative;
	top: 10px;
}
.title-content {
	padding: 0px 15px;
}
.reg-page {
	background: rgb(0, 0, 0);
	padding: 0px 25px;
	border-radius: 20px;
	border: 1px solid #dd9600;
}
.scroller {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: 445px;
	/* overflow: hidden; */
	margin-top: 40px;
}
.login-scroller {
	margin-top: 20px;
}
.plan-price span {
	font-size: 52px;
	color: #3b2f13;
}
.plan-price h3 {
	color: #211e17;
}
.plan-price {
	line-height: 51px;
}
.plan-view {
	background: linear-gradient(#221b0b, #463817);
	width: 170px;
	height: 170px;
	border: #f6d081 4px solid;
	padding: 26px;
	margin: 0 auto;
}
.register .reg-logo {
	margin-left: 20px;
}

.copy-rights a{
color: #fff;
}
.form-button {
	margin: 0 auto;
	text-align: center;
	padding: 5px 0px;
}
.form-block
{
    margin-bottom:15px !importent;
}

.page-link a {
	color: #fff;
}
.page-link a:hover {
	color: rgb(255, 173, 0);
}
.copy-rights a:hover{
	color: rgb(255, 173, 0);
	}
	/* .register {
		margin-top: 50px;
	} */
	.form-button .btn-primary {
		border-radius: 50%;
		width: 45px;
		height: 45px;
		margin: 0 auto;
		text-align: center;
		padding: 8px 0px;
	}
	.form-button iconify-icon {
		font-size: 28px;
	}
	.form-btn-bg {
		background: #fff;
		border-radius: 50%;
		width: 55px;
		height: 55px;
		/* text-align: center; */
		top: 28px;
		margin: 0 auto;
	}
	.news-content marquee {
		font-size: 14px;
	}
/**********************************register end **********************************/

/*2********************************* Login page start *********************************2*/
.form-arrow {
	background: url(../images/lan-arrow.png) center right 10px no-repeat, #e6e6e6;
	border: 2px solid #6e6e6e;
}
.register-account {
	margin-top: 48px;
}

.form-ico {
	position: absolute;
	right: 7px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background: transparent;
	color: #f7d793;
	width: 35px;
	height: 35px;
	padding: 2px 0px;
	border-radius: 7px;
	font-size: 18px;
	text-align: center;
}
.form-ico i:hover {
	color: #fff !important;
}
.news {
	background: #fff;
	border-radius: 5px;
	padding: 7px 5px;
}
.login-page {
	min-height: 100vh;
}
/********************************** Login page end *********************************


/*2********************************* Dashboard start**********************************/
.header-icons iconify-icon {
	color: #fff;
	font-size: 28px;
}
.dash-wrap {
	height: 440px;
	padding: 10px;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
	z-index: 9;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
	scrollbar-width: thin;
	scrollbar-color: rgb(255, 173, 0) #ddd;
	background: #000;
	border-radius: 10px;
	margin-bottom:15px !important;
	/*height: calc(100% - 460px) !important;*/
}
.static {
	background: #121212;
	padding: 10px 0px;
	border-radius: 10px;
}

.header-icons iconify-icon:hover {
	color: rgb(255, 173, 0);

}
.head_trans h4 {
	font-size: 25px;
}
.slider-image img {
	margin: 0 auto;
}
.static li iconify-icon {
	color: #FFF;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	background: transparent;
	border-radius: 50%;
	border: 2px solid #fff;
	padding: 10px 10px;
	width: 55px;
	height: 55px;
	text-align: center;
	margin: 0 auto;
	/* align-content: center; */
	align-items: center;
	color: rgb(255, 173, 0);
}
.dash-static li {
    display: inline-block;
    margin: 12px 14px;
    padding: 0px !important;
}
/* .static-two li {
	margin: 7px 27px;
} */
.static li iconify-icon:hover {
	border: 2px solid rgb(255, 173, 0);
}
.static li iconify-icon:hover {
	color: #fff;
}
.earn-content span {
	font-size: 12px;
}
.earn-content p {
	line-height: 5px;
	font-size: 16px;
}
.earn-content {
text-align: start;

}
.earning .earn-icon {
	font-size: 27px;
}
.added-earning {
	text-align: start;
	margin-top: 5px;
}
.trading li {
	background-color: #111111;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	margin: 27px 20px;
}

.profit {
	background: #111111;
	border-radius: 10px;
	padding: 20px 0px;
	border: 2px solid #111111;
}
.profit:hover {
	background: #8d630a;
	color: #fff;
	border: 2px solid #fff;
}
.balance .bal-ico {
	font-size: 30px;
	text-align: center;
}
.balance {
	background-color: #111111;
	padding: 12px 10px;
	text-align: center;
	border: 2px solid #111111;
}
.bal-ico {
	width: 50px;
	background: #000;
	border-radius: 50%;
	padding: 6px 8px;
	height: 50px;
	margin: 0 auto;
}
.trade-scroller {
	overflow: auto;
	white-space: inherit;
}

.trans_info tbody tr td {
	padding: 10px 23px;

	color: #fff;
}
tbody tr th {
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(180deg, rgba(179,137,34,1) 0%, rgba(140,98,10,1) 50%, rgba(179,137,34,1) 100%, rgba(14,72,62,1) 100%);
}
.trans_info {
	background-color: #111111;
}
tbody tr td h4 {
	font-size: 16px;
}
.bot-link li {
	display: inline-block;
	margin: 0px 38px;
}
.bot-link-fixed {
	background: linear-gradient(180deg, rgba(179,137,34,1) 0%, rgba(140,98,10,1) 50%, rgba(179,137,34,1) 100%, rgba(14,72,62,1) 100%);
	position: sticky;
	z-index: 10;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-radius: 5px 5px 0px 0;
	margin-top: 20px;
	/* width: 23%; */
	/* padding: 5px 46px; */
}
.balance:hover {
	border: 2px solid rgb(255, 173, 0);
}
.balance:hover .btn-primary{
	background: linear-gradient(169deg, rgb(179, 137, 34) 0%, rgb(140, 98, 10) 50%, rgb(179, 137, 34) 100%, rgb(14, 72, 62) 100%);
}

.go-company a {
	color: #fff;
}
.go-company a:hover {
	color:  rgb(255, 173, 0);
}
.dash-notify iconify-icon {
	font-size: 23px;
	padding-right: 5px;
}
.login-logo iconify-icon {
	font-size: 45px;
}
#pills-tab li {
	margin-right: 5px;


}

/********************************** Dashboard end**********************************/

/********************************** profile start**********************************/

.menu_admin li a {
	color: #fff;
}
.menu_admin li {
	background-color: #111111;
	border-radius: 10px;
	padding: 10px 10px;
}
.menu_admin li {
	background-color: #111111;
	border-radius: 10px;
	padding: 16px 10px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	font-size: 14px;
}
.earn-content h5 {
	font-size: 19px;
}
.main-profile p i:hover {
	color: rgb(255, 173, 0);
}

.main-profile iconify-icon {
	font-size: 40px;
	background: linear-gradient(180deg, rgba(179,137,34,1) 0%, rgba(140,98,10,1) 50%, rgba(179,137,34,1) 100%, rgba(14,72,62,1) 100%);
color: #fff;
	padding: 10px 10px;
	border-radius: 50%;
}
.profile-form {
	height: 440px;
	padding: 10px;
	overflow: hidden scroll;
	position: relative;
	z-index: 9;
	pointer-events: auto;
	scrollbar-width: thin;
	scrollbar-color: rgb(255, 173, 0) rgb(221, 221, 221);
	background: rgb(0, 0, 0);
	border-radius: 10px;

	margin-bottom:25px;
}
.trade-scroller {
	height: 455px;
	padding: 10px;
	overflow: hidden scroll;
	position: relative;
	z-index: 9;
	pointer-events: auto;
	scrollbar-width: thin;
	scrollbar-color: rgb(255, 173, 0) rgb(221, 221, 221);
	background: rgb(0, 0, 0);
	border-radius: 10px;
}
/********************************** profile end**********************************/


/********************************** referral start**********************************/

.referral .title {
	padding: 0px 64px;
}
.referral .title p {
font-size: 15px;
font-weight: normal;
}
.ref-form {
	justify-content: space-between;
}
.ref-form {
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 12px 15px;
	border-radius: 10px;
}
.ref-copy a i {
	color: #fff;
	font-size: 20px;

}
.ref-copy a i:hover {

	color: rgb(255, 173, 0);
}
.ref-form-list {
	background-color: #111111;
	border-radius: 10px;
}.referral header h3 {
	margin-left: 80px;
}

.ref-wrap {
	height: 500px;
	padding: 10px;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
	z-index: 9;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
	scrollbar-width: thin;
	scrollbar-color: rgb(255, 173, 0) #ddd;
	background: #000;
	border-radius: 10px;
}



/********************************** referral end**********************************/


/********************************** assets start**********************************/

.asset-list {
	background: #121212;
	padding: 15px 0px;
}


.trans_info tbody tr td:first-child {
	text-align: start;
	color: #fff;
	font-size: 14px;
}
.trans_info tbody tr td:last-child {
	text-align: end;
	color: #fff;
}
.trans_info tbody tr th:first-child {
	text-align: start;
	padding: 10px 27px;
}
.trans_info tbody tr th:last-child {
text-align: end;
}
.payment-info {
	background: #121212;

}
.total-income {
	justify-content: space-between;
	padding: 12px 15px;
	/* border-radius: 10px; */
	background: rgba(0,0,0,0.5);
}
.income-sec a {
	color: #fff;
}
.usd-ico {
	font-size: 20px;
}
.income-sec {
	background: linear-gradient(180deg, rgba(179,137,34,1) 0%, rgba(140,98,10,1) 50%, rgba(179,137,34,1) 100%, rgba(14,72,62,1) 100%);
	padding: 10px 0px;
	border-radius: 10px;
}
.payment-info tbody tr td {
	color: #fff;
}
.asset-list li {
	display: inline-block;
	margin: 0px 34px;
}
/********************************** assets end**********************************/

/********************************** my team start**********************************/
#pills-tab button {
	border-radius: 10px;
	padding: 9px 32px;
	color: #fff;
	font-size: 15px;
}

.nav-pills li:first-child {
	background: linear-gradient(180deg, rgba(179,137,34,1) 0%, rgba(140,98,10,1) 50%, rgba(179,137,34,1) 100%, rgba(14,72,62,1) 100%);
	border: 2px solid  rgba(140,98,10,1)
}
.nav-pills li:nth-child(2) {
	
    border: 2px solid  rgba(140,98,10,1)
	;
}

.nav-pills li:first-child:hover {
	
    border: 2px solid  rgba(140,98,10,1)
	;
	background:transparent;
}
.nav-pills li:nth-child(2):hover {
	background: linear-gradient(180deg, rgba(179,137,34,1) 0%, rgba(140,98,10,1) 50%, rgba(179,137,34,1) 100%, rgba(14,72,62,1) 100%);
	border: 2px solid  rgba(140,98,10,1)
	;
}
.nav-pills li:last-child iconify-icon {
	color: #fff;
	text-align: end;
	font-size: 28px;

}
#pills-tab {

	background: #121212;
	padding: 10px 0px;
	border-radius: 10px;
}
.nav-pills li:last-child {

    border: 2px solid  rgba(140,98,10,1)
	;
}
.nav-pills li:last-child:hover {
	background: linear-gradient(180deg, rgba(179,137,34,1) 0%, rgba(140,98,10,1) 50%, rgba(179,137,34,1) 100%, rgba(14,72,62,1) 100%);
	border: 2px solid  rgba(140,98,10,1)
	;
}

.team-list {
	background: #121212;
	padding: 23px 28px;
	border-radius: 10px;
	border: 2px solid #000;
}
.team-list:hover {
	border: 2px solid rgba(140,98,10,1);
}


.faq_accordian .accordion-toggle {
	margin-bottom: 14px;
	cursor: pointer;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	padding: 20px 46px 20px 17px;
	border-radius: 0px;

	background: url(../images/faq-trans.png) no-repeat center right 20px,#121212;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd0f6', endColorstr='#95abe2', GradientType=1 );

}
.faq_accordian .accordion-toggle.active {

	
background: url(../images/faq-trans1.png) no-repeat center right 20px,  #000000;  



}
.faq_accordian {
	width: 100%;
}

.faq_accordian .accordion-content {
	display: none;


}
.display-content-one {
	margin-bottom: 10px;
	background: #121212;
	padding: 14px 16px;
	background: #8d630a;
	border-radius: 10px;
	cursor: pointer;
	width: 371px;
	margin: 0 auto;
}
.display-content-two {
	margin-bottom: 10px;
	background: #121212;
	padding: 14px 16px;
	background: #8d630a;
	border-radius: 10px;
	cursor: pointer;
	width: 371px;
	margin: 0 auto;
	margin-top: 15px;
}
.faq_accordian .accordion .open {
	display: block;
}
.faq-btn {
	text-align: center;
	margin: 20px 0;
}
.faq_accordian .accordion-content p a {
color: #ffffff;
}
.team-right h5 {
	font-size: 19px;
}
.asset-user-static li {
	display: inline-block;
	margin: 0px 17px;
}
.main-right-content {
	margin-left: 16px;
}

/********************************** my team end**********************************/

/********************************** common form page start**********************************/
.form-group .form-check {
	margin-top: 9px;
}
.form-icos {
	position: absolute;
	top: 41px;
	bottom: 0;
	margin: auto;
	right: ;
	text-align: center;
	/* height: 20px; */
	/* margin: auto; */
	width: 40px;
	height: 40px;
	/* background: rgb(247,158,146); */
	/* background: radial-gradient(circle, rgba(247,158,146,1) 0%, rgba(217,115,101,1) 100%); */
	padding: 6px 0px;
	background: #ffad00;
	/* text-align: center; */
	font-size: 25px;
	/* left: 0px; */
	right: 8px;
	top: 0px;
}
.common-form label {
	color: #fff;
}
.form-wrap {
	height: 460px;
	padding: 10px;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
	z-index: 9;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
	scrollbar-width: thin;
	scrollbar-color: rgb(255, 173, 0) #ddd;
	background: #000;
	border-radius: 10px;
}
/********************************** common form page end**********************************/

/**********************************trade start**********************************/
.trade-sec-content {
	background: rgba(0,0,0,0.5);
	padding: 10px 0px;
}
.trade-sec-list li {
	display: inline-block;
	margin: 0px 10px;

}
.trade-sec-one {
	background: linear-gradient(180deg, rgba(179,137,34,1) 0%, rgba(140,98,10,1) 50%, rgba(179,137,34,1) 100%, rgba(14,72,62,1) 100%);
	padding: 10px 0px;
	border-radius: 10px;
	width: 371px;
	text-align: center;
	margin: 0 auto;

}

	.trade-sec-list-two li {
	display: inline-block;
	margin: 0px 29px;

}
.trade-menu li {
	display: inline-block;
	margin: 0px 16px;
}
.operation-content {
	background: #121212;
	margin-top: 15px;
	padding: 11px 17px;
}
.file-preset a {
	color: #fff;
}
.trade-button a {
	margin-bottom: 10px;
}

/**********************************trade end**********************************/

/********************************** Reward start**********************************/

.reward-content-list {
	justify-content: space-evenly;
}
.reward-content {
	background: linear-gradient(180deg, rgba(179,137,34,1) 0%, rgba(140,98,10,1) 50%, rgba(179,137,34,1) 100%, rgba(14,72,62,1) 100%);
	padding: 10px 0px;
	border-radius: 10px;
	text-align: center;
}
.reward-info tbody tr td a {
	color: #fff;
}
.reward-wrap {
	height: 460px;
	padding: 10px;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
	z-index: 9;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto;
	scrollbar-width: thin;
	scrollbar-color: rgb(255, 173, 0) #ddd;
	background: #000;
	border-radius: 10px;
}
/********************************** Reward end**********************************/

/********************************** trade record start**********************************/
.record-sub-heading iconify-icon {
	font-size: 22px;
}
.trade-record-list li {
	color: #fff;
}
.trade-record-content {
	align-items: center;
	justify-content: space-evenly;
	background: #121212;
	border-radius: 10px;
}
.record-sub-heading {
	background: linear-gradient(180deg, rgba(179,137,34,1) 0%, rgba(140,98,10,1) 50%, rgba(179,137,34,1) 100%, rgba(14,72,62,1) 100%);
	padding: 10px 5px;
}
.trade-record {


	margin-bottom: 15px;
}
/********************************** trade record end**********************************/


/********************************** Responsive **********************************/

 @media only screen and (max-width: 1345px) {
}
 @media only screen and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) {
}
 @media only screen and (max-width:767px) {


}
 @media only screen and (max-width: 575px) {
	.md\:w-full {
		width: 100%;
	} 
	.reg-overflow {
		overflow: auto;
	}
	.bot-link li {
    margin: 0px 17px;
}
	/* .login-page {
		min-height: 100vh;
	} */
	.register {
		min-height: 100vh;
	}
	.header-icons {
		text-align: center !important;
	}
	.dash-wrap {
		height: 569px;

	}
	.reward-wrap {
		height: 650px;

	}
}

@media only screen and (max-width: 390px) {



.box {

	padding: 10px 0px;

}
.dash-wrap {
	height: 592px;
	margin-bottom:25px;
}
.trade-scroller {
	height: 600px;

}
.asset-list li {
	display: block;
	margin: 15px 0px;
}
.static li {

	margin: 15px 0px;
}
.header-icons {
	margin: 10px 13px;
}

.static li {
	display: inline-block;
	margin: 0px 4px;
}
header h3 {
	font-size: 20px;
}
.referral header h3 {
	margin-left: 28px;
}

.ref-wrap {
	height: auto;

}
.profile-form {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 460px) !important;
}
.content-wrap {
	height: auto;

}
.register .reg-logo {
	margin-left: -38px;
}
.display-content-two{

	width: 100%;

}
.display-content-one{

	width: 100%;

}
.trade-sec-one {

	width: 100%;
}
.team-list {

	text-align: center;
}
.trade-sec-list-two li {

	margin: 0px 19px;
}
.trade-sec-list li {

	margin: 0px 4px;
}
#pills-tab li {
	margin-right: 5px;
	margin: 5px 17px;
}
.bot-link li {
	margin: 0px 14px;
}
.logo {
	margin-left: -32px;
}
.login-scroller {
	margin-top: 100px;
}

}
@media only screen and (max-width: 360px) {
	.price-variable {
		margin-left: -12px;

	}
	.dash-wrap {
		height: 571px;
		margin-bottom:15px;
	}
	
	.register .reg-logo {
		margin-left: -85px;
	}

	.bg-gold {

		padding: 0px;

	}
	.reward-wrap {
		height: 580px;
	}
	.box {

		padding: 10px 0px;
	}
	.form-control {
		padding: 15px 6px;
	}
	.md\:w-full {
		width: 100%;
	}
	.static li {
    display: inline-block;
    margin: 15px 8px;
    padding: 0px !important;
}	.reg-logo {
		text-align: center;
	}
	.bot-link li {

		margin: 0px 11px;
	}
	.form-wrap {
		height: 580px;
	}
	.copy-rights {

		margin-bottom: 30px;

		
	}
	.header-dropdown {
		position: relative;
		top: 63px;
		left: 0px;
	}
	.dropdown-content {

		left: -7px;
	}
}

.sticky-bottom  {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

.footer .sticky-bottom {
	position: fixed;
	width: 100%px;
	/* left: 0; */
	/* right: 0; */
	background-color: rgba(0,0,0,0.8);
}


.footer {
	-webkit-box-shadow: 2px 0px 21px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 0px 21px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 0px 21px 0px rgba(162, 161, 161, 0.75);
}

