/*** Default utilities *****/
/*** Font Color ***/
.color-white{
	color:#fff;
	position:relative;
}
.color-gold{
	color:#efc866;
}
.color-light-blue{
	color:#00c9ff !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#myheader {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background:none;
}

#myheader.header-scrolled,
#myheader.header-pages {
  height: auto;
  padding: 15px 0;
  /*background:url(../img/blacksquare.png);*/
  background:#000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#myheader.header-scrolled #topbar,
#myheader.header-pages #topbar {
  display: none;
}

#myheader .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#myheader .logo h1 a,
#myheader .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#myheader .logo img {
  padding: 5px 0 0;
  margin: 6px 0;
  max-width:265px;
}
.topbar{
	display:block;
}
.topbar a{
	position:relative;
	display:block;
	padding:5px 10px;
	color:#fff;
}
.topbar ul{
	padding:0;
	margin:0;
	float:right;
}
.topbar li{
	display:inline-block;
	list-style:none;
	padding:0 0px;
	font-size:10pt;
	position:relative;
}

.topbar .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 60px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: rgba(0,0,0,1);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.topbar .drop-down:hover > ul {
  opacity: 1;
  top: 40px;
  visibility: visible;
}

.topbar .drop-down li {
  min-width: 180px;
  position: relative;
}

.topbar .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}
.topbar .drop-down > a:after {
  content: "\e9f8";
  font-family: 'boxicons'!important;
  padding-left: 10px;
}

.mobile_display{display:none;}
@media (max-width:414px){
	.topbar{
		display:none;
	}
	.mobile_display{display:block;}
}
.lang_flag ul{
	margin:0;
	padding:0;
}
.lang_flag li{
	display:block;
	list-style:none;
	float:left;
}
.lang_flag li a{
	color:#fff;
	padding:6px;
}
.lang_flag li img{
	width:22px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding-top:20px;
  z-index:1;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family:'Chakra Petch', "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing:1px;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #fcd551;
  text-decoration: none;
}

.main-nav .active > a::after{
	content:'';
	display:block;
	background:url(../img/nav_active.jpg);
	width:83px;
	height:7px;
	margin-top:10px;
	position:absolute;
	left:0px;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: rgba(0,0,0,.5);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 70px;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #555;
}

.main-nav .drop-down > a:after {
  content: "\e9f8";
  font-family: 'boxicons'!important;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
a.btn-register{
	background:#fcd551;
	border-radius:10px;
	color:#353430;
}
a.btn-register:hover{
	color:#000 !important;
}


/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\e9f8";
  font-family: 'boxicons'!important;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\e9ff";
  font-family: 'boxicons'!important;
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 36px 18px 0 0;
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.btn-login{
	border:1px solid rgba(255,255,255,.3);
	border-radius:30px;
	margin:0 0px;
	padding:0px 20px;
	transition:all ease .3s;
}
.btn-login:hover{
	background:#b5893a;
}
.btn-login a{color:#fff;}
.btn-login a:hover{color:#eee;}

/*** button style *****/
.btn-discover-more{
	border:0;
	border-radius:5px;
	padding:15px 20px;
	background:#272727;
	transition:all ease .3s;
	box-shadow:0px 0px 5px rgb(255,255,255,.35);
}
.btn-discover-more:hover{
	background:#111;
}
.btn-read-more{
	background:#00c9ff;
	border:0;
	border-radius:6px;
	padding:.762rem 30px;
	transition:all ease .3s;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
.btn-read-more:hover{
	background:#00acda;
}
.btn-read-more a{
	color:#fff;
}


/*** home-slider-intro *****/
#slide_intro {
  display: table;
  width: 100%;
  height: 80vh;
  padding:0px;
  background: #000;
}

#slide_intro .carousel-item {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#slide_intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#slide_intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  position: absolute;
  bottom: 0;
  top: 35%;
  left: 20%;
  right: 0;
}
@media(max-width:414px){
	#slide_intro .carousel-container {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  position: absolute;
	  bottom: 0;
	  top: 2em;
	  left: 0;
	  right: 0;
	}
}

#slide_intro .carousel-background img {
  max-width: 100%;
}

#slide_intro .carousel-content {
  text-align: left;
}

#slide_intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#slide_intro h2.company_name{
	font-size:5em;
    font-family:"Open Sans",sans-serif;
    font-weight:700;
	margin-bottom:15px;
}
#slide_intro h3 {
  color: #fff;
  margin: 0 auto 30px auto;
  font-size: 2.5em;
  font-weight: 300;
  
}
#slide_intro h4{
	color:#fff;
}
@media (max-width:1280px){
	#slide_intro h2.company_name{font-size:3.5em;}
	#slide_intro h2 {font-size:32px;}
}
@media(max-width:414px){
	#slide_intro .carousel-content {
	  text-align: center;
	}
	#slide_intro h2.company_name{font-size:2.5em;}
	#slide_intro h3{font-size:1.5rem;}
	#slide_intro h4{font-size:1em; width:80%; margin:10px auto;}
}

#slide_intro .intro-info .btn-get-started{
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 32px;
  border-radius: 30px;
  transition: 0.5s;
  color: #fff;
  background: #16a512;
  color: #fff;
}

#slide_intro .intro-info .btn-get-started:hover{
  background: #12880f;
}
#slide_intro p{
	width:80%;
	margin: 20px 0;
	color:#fff;
}
#slide_intro p.color-green {
  width: auto;
  margin: 0 auto 0px auto;
  color: #449f42;
}
#slide_intro p.color-red {
  width: auto;
  margin: 0 auto 0px auto;
  color: #d00;
}

#slide_intro .carousel-fade {
  overflow: hidden;
}

#slide_intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#slide_intro .carousel-fade .carousel-inner .carousel-item,
#slide_intro .carousel-fade .carousel-inner .active.carousel-item-left,
#slide_intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#slide_intro .carousel-fade .carousel-inner .active,
#slide_intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#slide_intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#slide_intro .carousel-fade .carousel-inner .carousel-item-next,
#slide_intro .carousel-fade .carousel-inner .carousel-item-prev,
#slide_intro .carousel-fade .carousel-inner .active.carousel-item-left,
#slide_intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#slide_intro .carousel-control-prev,
#slide_intro .carousel-control-next {
  width: 10%;
}

#slide_intro .carousel-control-next-icon,
#slide_intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}
#slide_intro .carousel-indicators{
	bottom:30px;
}
#slide_intro .carousel-indicators li {
  cursor: pointer;
}

#slide_intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#slide_intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #fd680e;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
  font-size:20px;
}

/*--------------------------------------------------------------
# Our Project
--------------------------------------------------------------*/
#our-project{
	background-color: #000;
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
	position:relative;
}
#our-project:before{
	/*content:'';*/
	background:url(../img/dott.png);
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:.35;
}
#our-project h2, #our-project h3, #our-project p{
	color:#fff;
}
#our-project h3{
	font-weight:bold;
}
#our-project p{
	font-size: 13pt;
    font-weight: 300;
    letter-spacing: .2px;
    line-height: 1.5;
}

.products_services{
	padding:0;
	padding-bottom:60px;
	background:#000;
}
.product-carousel{
	margin:0 !important;
	padding:0 !important;
}
.product-carousel .carousel-indicators li.active{
	background: #cff6ff;
    box-shadow: 0px 0 12px rgb(179 230 255);
}
.ewallet:before{
	content:'';
	position:absolute;
	background:url(../img/ewallet-img.jpg) no-repeat;
	display:block;
	width:100%;
	height:100%;
	right:calc(200px - 30%);
	top:0;	
}
.product-ewallet{
	padding:100px 0px;
	position:relative;
	height:500px;
}
.product-ewallet:before{
	content:'';
	position:absolute;
	background:url(../img/products/ewallet-img.jpg) no-repeat;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.product-ewallet h3{
	color:#00c9ff !important;
}
.product-ewallet p, .product-ewallet h4{
	z-index:99;
	position:relative;
	color:#fff;
}

.labuan-finacial-hub{
	padding:100px 0px;
	position:relative;
	height:auto;
}
.labuan-finacial-hub:before{
	/*content:'';*/
	position:absolute;
	background:url(../img/products/ewallet-img.jpg) no-repeat;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.labuan-finacial-hub h3{
	color:#00c9ff !important;
}
.labuan-finacial-hub p, .labuan-finacial-hub h4{
	z-index:99;
	position:relative;
	color:#fff;
}
.icon-des{
	width:100px;
}
.icon-des-text{
	font-size:14px !important;
	text-align:center;
}

.blockchain-protect{

}
.blockchain-protect:before{
	content:'';
	position:absolute;
	background:url(../img/products/addwill-bg.png) no-repeat;
	background-position:center;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;		
}
.product-blockchain-protect{
	padding:100px 0px;
	position:relative;
	height:500px;	
}
.blockchain-protect-left{
	text-align:right;
	width:33.3%;
	padding:20px;
}
.blockchain-protect-left h3{
	color:#00c9ff !important;
	font-size:40px;
}
.blockchain-protect-left h3 small{
	display:block;
	margin:10px 0;
	font-size:14px;
}
.blockchain-protect-left h4{
	color:#fff;
	font-size:30px;	
}
.blockchain-protect-middle{
	text-align:center;
	width:33.3%;
	padding:20px;	
}
.blockchain-protect-middle img{
	max-width:260px;
}
.blockchain-protect-right{
	text-align:left;
	width:33.3%;
	padding:20px;	
}
.remittance{
	padding:0px 0px;
	position:relative;	
	height:500px;
}
.remittance:before{
	content:'';
	position:absolute;
	background:url(../img/products/remittance-bg.jpg);
	width:100%;
	height:100%;
	left:0;
	top:0;	
}
.product-remittance{
	position:relative;
}
.product-remittance-des{
	width:50%;
	padding:30px;
}
.product-remittance-des h3{
	color:#00c9ff !important;
	font-size:40px;
}
.product-remittance-des p{
	padding-left:60px;
	position:relative;
}
.product-remittance-des p:before{
	content:'';
	width:50px;
	height:3px;
	background:#fff;
	position:absolute;
	top:30px;
	left:0;
}
.digital-ex{
	padding:100px 0px;
	position:relative;	
	height:500px;	
}
.product-digital-ex{
	text-align:center;
}
.product-digital-ex h3{
	color:#00c9ff !important;
	font-size:40px;	
	margin-bottom:20px;
}
.product-digital-ex img{
	margin-bottom:30px;
}
.forex-trading{
	padding:0px 0px;
	position:relative;	
	height:500px;
}
.product-forex-trade{
	position:relative;
}
.product-forex-trade-des{
	width:50%;
	padding:30px;
}
.product-forex-trade-des h3{
	color:#00c9ff !important;
	font-size:40px;
	margin-bottom:30px;
}
.product-forex-trade-des p{
	padding-left:60px;
	position:relative;
}
.product-forex-trade-des p:before{
	content:'';
	width:50px;
	height:3px;
	background:#fff;
	position:absolute;
	top:30px;
	left:0;
}
.gold-investment{
	padding:100px 0;
	position:relative;
	height:500px;	
}
.gold-investment:before{
	content:'';
	position:absolute;
	background:url(../img/products/gold-bg.jpg) no-repeat;
	background-size:900px;
	background-position:left bottom;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;		
}
.product-gold-invest{
	position:relative;
	width:50%;
	padding:30px;	
}
.product-gold-invest h3{
	color:#00c9ff !important;
	font-size:40px;
	margin-bottom:30px;
}
.product-gold-invest p{
	padding-left:60px;
	position:relative;
}
.product-gold-invest p:before{
	content:'';
	width:50px;
	height:3px;
	background:#fff;
	position:absolute;
	top:30px;
	left:0;
}
@media (max-width:992px){
	.product-blockchain-protect{
		height:auto;
		padding:3em 0;
	}
	.blockchain-protect-left, .blockchain-protect-middle, .blockchain-protect-right{
		width:100%;
		text-align:center;
	}
	.blockchain-protect-middle img{
		max-width:200px;
	}
	.remittance{
		height:auto;
	}
	.product-remittance-des{
		width:100%;
		padding:30px 15px;
	}
	.product-forex-trade-des{
		width:100%;
		padding:30px 15px;	
	}
	.gold-investment{
		height:auto;
	}
	.product-gold-invest{
		width:100%;
		padding:30px 15px;
	}
}
@media (max-width:414px){
	.ewallet:before{
		right:0;
		background-position:center;
	}	
	.digital-ex{
		padding:60px 0;
	}
}


/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
#services{
	padding:100px 0;
}

/*--------------------------------------------------------------
# sto advantages
--------------------------------------------------------------*/
#sto-advantages{
	padding:100px 0;
	background:url(../img/goldbg.jpg);
	background-size:cover;
	background-position:center;
}
.sto-adv-img{
	text-align:center;
	padding:15px;
}
.sto-adv-img img{
	max-width:165px;
}
.sto-adv-desc{
	margin-bottom:30px;
}
.sto-tag-number{
	width:65px;
	height:65px;
	border-radius:50%;
	margin:0 auto 10px;
	padding:10px;
	display:block;
	background:linear-gradient(180deg, #FFC107, #a06000);
	color:#fff;
	font-size:32px;
	font-weight:bold;
	text-align:center;
}
.sto-adv-title{
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
.sto-adv-text{
	color:#fff;
	text-align:center;
	font-size:14px;
}
/*--------------------------------------------------------------
# strategic partner
--------------------------------------------------------------*/
#strategic-partner{
	padding:100px 0;
	background:url(../img/startegic-partner.jpg);
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	position:relative;
}
#strategic-partner:before{
	content:'';
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.35);
	top:0;
	left:0;
}
.our-strategic-partner-logo{
	width:450px;
	margin:0px 0 20px;
}
@media (max-width:414px){
	.our-strategic-partner-logo{
		max-width:100%;
	}
}
/*--------------------------------------------------------------
# our clients
--------------------------------------------------------------*/
#clients {
  background:#000;
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/*--------------------------------------------------------------
# Our Product
--------------------------------------------------------------*/
#our-product{
	position:relative;
	min-height:360px;
	overflow:hidden;
}
#our-product:before{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../img/dott.png);
	opacity:.35;
}
#our-product video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index:-2;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#our-product h2, #our-product p{
	color:#fff;
}
.theRoundTag{
	background:rgba(255,255,255,.35);
	width:125px;
	height:200px;
	padding:65px;
	margin:0 auto;
	text-align:center;
	border-radius:50%;
	display:table;
	box-shadow:0 8px 8px 8px rgba(0,0,0,.35);
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
.theRoundTag:hover{
  transform: rotateY(180deg);
}
.theRoundTag span{
	display:table-cell;
	vertical-align:middle;
	font-size:20pt;
	font-weight:bold;
	color:#fff;
}
.theRoundTag.rep, .theRoundTag.ren, .theRoundTag.rej{
	width:200px;
	height:186px;
	padding:0;
	position:relative;
	overflow:hidden;
}
.theRoundTag.rep span, .theRoundTag.ren span, .theRoundTag.rej span{
	font-size:12pt;
}
.theRoundTag.rep{
	border-radius:42% 58% 53% 47% / 49% 48% 52% 51% ;
}
.theRoundTag.rep:before{
	content:'';
	display:block;
	width:65px;
	height:65px;
	position:absolute;
	right:-30px;
	bottom:calc(50% - 40px);
	border-radius:50%;
	transition:all ease .3s;
}
.theRoundTag.ren{
	border-radius:51% 49% 45% 55% / 53% 49% 51% 47% ;
}
.theRoundTag.ren:before{
	content:'';
	display:block;
	width:65px;
	height:65px;
	position:absolute;
	right:-30px;
	bottom:calc(50% - 40px);
	border-radius:50%;
	transition:all ease .3s;
}
.theRoundTag.rej{
	border-radius:51% 49% 37% 63% / 55% 49% 51% 45%;
} 
.theRoundTag.rej:before{
	content:'';
	display:block;
	width:65px;
	height:65px;
	position:absolute;
	right:-30px;
	bottom:calc(50% - 40px);
	border-radius:50%;
	transition:all ease .3s;
}

/*--------------------------------------------------------------
# ingredients
--------------------------------------------------------------*/
#ingredients{
	padding-bottom:0;
}
.button-link{
	padding:10px 25px;
	margin:10px 0 10px;
	background:#efefef;
}
.button-link:hover{
	background:#ccc;
}
/*--------------------------------------------------------------
# benefits-product
--------------------------------------------------------------*/
#benefits-product{
	border-bottom:1px solid #eee;
}
/*** 8 benifits of product *****/
.box_desc{
	margin-bottom:10px;
}
@media (max-width:414px){
	.box_desc{margin-bottom:2em;}
}
.box_desc .box_desc_left{
	float:left;
	width:20%;
	text-align:center;
	font-size:26pt;
}
.box_desc .box_desc_left i.fa{
	font-size:30px;
}
.box_desc .box_desc_right{
	float:left;
	width:80%;
}
.box_desc .box_desc_right p{
	font-size:16px;
	color:#333;
	line-height:1.5;
	margin:0 0 10px;
	letter-spacing:1px;
}
.box_desc .box_desc_right p b{
	color:#da9d40;
	font-size:22px;
}
/*--------------------------------------------------------------
# testimonial
--------------------------------------------------------------*/
#testimonial{

}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #666;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 25px !important;
	height: 5px !important;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	/*box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);*/
}
.carousel-indicators li.active {	
	background:#555;		
	/*box-shadow:0px 0 12px rgb(179 230 255);*/
}
#carousel-popup-anno .carousel-control-prev,
#carousel-popup-anno .carousel-control-next
{
	width: 36px;
    height: auto;
    padding: 6px 0;
    background:rgba(0,0,0,.15);
}

@media (max-width:414px){
	.carousel{
		padding:0 2em;
	}
}
/*** Content page *****/
#inside_banner{
    width: 100%;
    height: auto;
    padding: 7em 0 5em;
    position: relative;

}
.bg_terms{
	background:url(../img/header_terms.jpg);
	background-size:cover;
	background-position:center center;
}
.bg_services{
	background:url(../img/header_services.jpg);
	background-size:cover;
	background-position:center center;
}
.bg_mining{
	background:url(../img/header_mining.jpg);
	background-size:cover;
	background-position:center center;
}
.bg_news{
	background:url(../img/header_news.jpg);
	background-size:cover;
	background-position:center center;
}
#inside_header{
	width: 100%;
    height: 80vh;
    position: relative;
    margin-top: 0px;
    z-index: 9;
    overflow: hidden;
}
#inside_header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

#inside_header .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
  z-index:1;
}

#inside_header h1 {
  margin: 0 0 10px 0;
  font-size: 52px;
  font-weight:bold;
  line-height: 56px;
  color: #fff;
}

#inside_header h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
}
.page_title{
	position:relative;
	padding-bottom:15px;
}
.page_title:before{
	content:'';
	width:165px;
	height:1px;
	background:#fd680e;
	position:absolute;
	bottom:0;
	left:0;
}
#inside_header p{
	color:#fff;
	font-size:16px;
}
@media (min-width: 1024px) {
  #inside_header {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
	#inside_header {
		background-position:center center;
	}
	#inside_header h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#inside_header h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}
@media (max-width:414px){
	#inside_banner{
		padding:5em 0 2em;
	}
	#inside_banner:before{
		content:'';
		position:absolute;
		top:0;
		left:0;
		display:block;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.35);
	}
	.page_title{
		text-align:center;
	}
	.page_title:before{
		width:80px;
		left:calc(50% - 40px);
	}
}

/*** sp_nqminerals.php ****/
.header_nqminerals{
	background: url(../img/nq_minerals_group.jpg) left center;
    background-size: cover;
}
.pptbg{
    padding: 100px 0;
    background: url(../img/goldbg.jpg);
    background-size: cover;
    background-position: center;
	color:#fff;	
}
.pptbg p{
	color:#fff;
}
@media(max-width:414px){
	.pptbg{
		padding: 60px 0;
	}
}
.mining-industry{
	padding: 100px 0;
    background: url(../img/mining_industry_place.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
	color:#fff;
}
.mining-industry:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.mining-industry p{
	color:#fff;
}
.table-mining-resource{
	background:#000;
	width:100%;
}
.table-mining-resource thead tr td{
	padding:20px;
	font-weight:bold;
	border-bottom:1px solid #222;
}
.table-mining-resource tbody tr td{
	padding:10px 20px;
}
.art_gallery{
    background: url(../img/bg_artgallery_goldMining.jpg);
    background-size: cover;
    background-position: center;	
}
.hellyer-project-des{
	padding:10px;
	background:rgba(0,0,0,.35);
}
.hellyer-project-des h4{
	margin:10px 0;
	text-align:center;
}
.hellyer-project-des ul{
	margin:0;
	margin-left:30px;
	margin-bottom:20px;
	padding:0;
}
.hellyer-project-des li{

}
/*** sp_goldfun.php *****/
.header_goldfund{
	background: url(../img/header_goldfund.jpg) center;
    background-size: cover;	
}
.icon_about_goldfund{
	border-radius:50px;
	width:100px;
	height:100px;
	margin:0 auto 20px;
	padding:10px;
}
.icon_about_goldfund img{
	max-width:100%;
}
.why_gold_future{
	padding:0px;
	/*background:rgba(0,0,0,.35);*/
}
ul.listing{
	margin:0;
	padding:0;
	padding-left:20px;	
	list-style:none;
}

/*** sp_marvelcapital.php *****/
.header_marvel_capital{
	background: url(../img/banner_bg_1920_004.jpg) center;
    background-size: cover;	
}
/*** sp_ecinvestment.php *****/
.header_eci{
	background: url(../img/header_eci.jpg) center;
    background-size: cover;		
}
.brozenbg{
    padding: 150px 0;
	background-color:#000;
    background-size: cover;
    background-position: center;
	position:relative;	
	overflow:hidden;
}
.brozenbg:before{
	content:'';
	display:block;
	background:url(../img/digital_focus.png) no-repeat;
	background-position:center center;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	opacity:.3;	
}
.brozenbg p{
	color:#fff;
}
.about_eci_img{
	margin:10px;
}
.about_eci_point h5{
	position:relative;
	padding-bottom:10px;
}
.about_eci_point h5:before{
	content:'';
	display:block;
	position:absolute;
	width:30%;
	height:3px;
	background-color:orange;
	left:30%;
	bottom:-20px;
}
.about_eci_point h5:after{
	content:'';
	display:block;
	position:absolute;
	width:30%;
	height:3px;
	background-color:#ffa50082;
	right:30%;
	bottom:-20px;
}
.ecib_highlight{
	padding: 100px 0;
    background: url(../img/header_eci.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    position: relative;
	color:#fff;
}
.ecib_highlight:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.eci_gold_box{
	padding:20px;
	margin-bottom:10px;
	border-radius:6px;
	background:#907547;
}
.eci_gold_box p{
	margin-bottom:0px;
}
.structure_detail{
	margin-bottom:6px;
}
.structure_detail p{
	margin-bottom:0;
}
.icon_straucture{
	width:auto;
	height:100%;
	padding:10px;
	margin-bottom:6px;
	margin-right:15px;
	background:linear-gradient(180deg, #FFC107, #a06000);
	border-radius:6px;
	display:inline-block;
}
.icon_straucture img{
	max-width:100px;
}

.icon_arrow_right{
	width:100px;
	margin:0 10px;
}
.icon_arrow_right img{
	max-width:45px;
}

@media (max-width:992px){
	.brozenbg{
		background-repeat:no-repeat;
		background-size:auto;
	}
	.about_eci_point h5:before{
		width:100px;
		left:calc(50% - 60px);
		height: 3px;
		bottom: 0px;
	}
	.about_eci_point h5:after{
		display:none;
	}
	.icon_straucture{
		margin-right:0;
	}
	.icon_arrow_right{
		margin:0 auto;
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}
	.icon_arrow_right img{
		max-width:60px;
	}
}

/*** 360 degree photo view *****/
.frame{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#airpano{
	width: 100%;
	height: 100%;
}

/*** product.php *****/
.coin-price-table{
	/*background:rgb(107 85 44 / 30%);
	margin:20px 0;
	padding:15px;*/
}
.coin-price-row{
	display:flex;
	color:#ffd586;
}
.coin-price-row .div-left{
	background:rgb(107 85 44 / 30%);
	margin:5px 0;
	padding:10px 0;
	width:40%;
	text-align:center;
}
.coin-price-row .div-mid{	
	padding:10px 0;
	width:20%;
	text-align:center;
}
.coin-price-row .div-right{
	background:rgb(107 85 44 / 30%);
	margin:5px 0;
	padding:10px 0;
	width:40%;
	text-align:center;
}
.highlight-box{
	background:rgb(121 94 18 / 50%);
	padding:15px;
	margin:10px 0;
	border-radius:10px;
}
.highlight-box h3{
	margin-bottom:0;
	font-weight:bold;
}
@media (max-width:414px){
	.coin-price-row{
		display:block;
		background:#231c0f;
		margin-bottom:15px;
	}
	.coin-price-row .div-left{
		width:100%;
		background:none;
		margin:0;
		padding:5px 0;
		border-bottom:1px solid #3c311a;
		font-weight:bold;
	}
	.coin-price-row .div-mid{
		display:none;
	}
	.coin-price-row .div-right{
		width:100%;
		background:#352b16;
		margin:0;
	}
	.highlight-box h3{
		font-size:16px;
	}
}
.dark-bg{
	background:#000;
	color:#fff;
}
.pipeline-now{
	background:rgba(0,0,0,.5);
	padding:10px 15px;
	border:1px solid #2b2b2b;
}
.pipeline-step{
	background:#000;
	padding:0px;
	margin:15px;
	text-align:center;
	box-shadow:0 3px 5px rgba(0,0,0,.15);
}
.pipeline-step-title{
	padding:15px;
	color:#000;
	font-weight:bold;
}
.pipeline-step-title.exp{
	background:#00c9ff !important;
}
.pipeline-step-content{
	padding:20px;
}
.pipeline-step-content ul{
	margin:0;
	padding:0;
}
.pipeline-step-content li{
	margin:0;
	list-style:none;
}
.pipeline-step-title.dev{
	background:#00c9ff !important;
}
.pipeline-step-title.comm{
	background:#00c9ff !important;
}
.pipeline-step-footer{
	padding:0px 0 15px;
}
.building_bg{
	padding: 100px 0;
    background: url(../img/header_building.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    position: relative;
	color:#fff;
}
.building_bg:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	top:0;
	left:0;
	right:0;
	bottom:0;
}
/*** fund.php *****/
.desc-card{
	padding:15px;
	text-align:center;
}
.desc-card img{
	max-width:100px;
	display:block;
	margin:10px auto;
}

.desc-card-text{
	padding:10px 0;
}
.mining-bg{
	padding: 100px 0;
    background: url(../img/mining_place.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
	color:#fff;
	overflow:hidden;
}
.mining-bg:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.75);
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.mining-bg p{
	color:#fff;
}
.label-sold-out{
	border-top: 3px solid #d00;
    border-bottom: 3px solid #d00;
    padding: 20px 0px 20px 5em;
    position: absolute;
    top: -20px;
    left: -100px;
    width: 600px;
    font-style: italic;
    font-weight: bold;
	font-size: 32px;
    color: #d00;
    transform: rotate(-20deg);
}
/*** token.php *****/
.header_KRStoken{
	background: url(../img/header_tokenbg.jpg) center;
    background-size: cover;		
}
.header_coinBg{
	background: url(../img/header_coinbg.jpg) center;
    background-size: cover;		
}
.flirt-it img{
	transition:all ease .2s;
}
.flirt-it img:hover{
	transform: rotateY(180deg);
	opacity:.5;
}
.copy-smart-contract{
	padding:15px 0;
	text-align:center;
}
.copy-smart-contract .icon-copy-address{
	margin:10px 0 15px;
	display:block;
}
.copy-smart-contract .icon-copy-address img{
	max-width:65px;
}
#smart-contract-address{
	width:450px;
	white-space: nowrap;
    text-overflow: ellipsis;
	padding:5px 10px;
	border:0;
}
.btn-copy-smart{
	padding:0px;
	border:0;
	background:none;
	color:#00c9ff;
	font-size:20px;
}
.icon-white-paper{
	text-align:center;	
}
.icon-white-paper img{
	margin:10px 0 20px;
	max-width:86px;		
	transition:all ease .2s;
}
.icon-white-paper img:hover{
	transform: rotateY(180deg);
	opacity:.5;
}
.chainBg{
	padding:100px 0;
	background:url(../img/chainbg.jpg);
	background-size:cover;
	background-position:center;
}
.global-card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	background:rgb(56,56,56,.3);
	border-radius: .25rem;
}
.global-card-header{
	padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.global-card-body{
	-ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.global-card-body p{
	margin-bottom:5px;
	color:#fff;
}
.global-card.width-50{
	width:50%;
}
@media (max-width:414px){
	.global-card.width-50{
		width:100%;
	}	
}
.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 110px;
  background-color: #fff;
  color: #000;
  font-size:12px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity .3s;
}
.tooltip2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
  opacity:1;
}
/*** goldmine.php *****/
.header_gold_mine{
	background: url(../img/header_goldfund.jpg) center;
    background-size: cover;		
}
.card-invest-progress{
	height:200px;
	display:inline-grid;
	align-items:center;
	position:relative;
}
.card-invest-progress:before{
	content:'';
	position:absolute;
	right:-100px;
	top:0px;
	width:166px;
	height:166px;
	background:url(../img/invest-progree-steparrow.png);
}
.card-invest-progress.last:before{
	display:none;
}
@media (max-width:414px){
	.card-invest-progress{
		height:165px;
		margin-bottom:30px;
	}
	.card-invest-progress:before{
		display:none;
	}
	.card-invest-progress:after{
	content:'';
	position:relative;
	display:block;
	margin:-30px auto 0;
	width:66px;
	height:66px;
	background:url(../img/invest-progree-steparrow.png) no-repeat;
	background-size:100%;
	transform: rotate(90deg);}

	.card-invest-progress.last{
		margin-top:30px;
	}
	.card-invest-progress.last:after{
		display:none;
	}
}
/*** partners.php *****/
.header_partner{
	background: url(../img/header_partner.jpg) center;
    background-size: cover;		
}
.partners-tabbed{
	background:#111;
	box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    border-radius: 3px;
}
ul.partners-tabs{
	background:#222;
	border-bottom:0;
}
ul.partners-tabs li{
	text-align:center;
}
ul.partners-tabs li:nth-child(1){
	width:30%;
}
ul.partners-tabs li:nth-child(2){
	width:30%;
}
ul.partners-tabs li:nth-child(3){
	width:20%;
}
ul.partners-tabs li:nth-child(4){
	width:20%;
}
ul.partners-tabs li a{
	padding:20px;
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
ul.partners-tabs li a.active{
	background:#00c9ff !important;
	color:#000;
	opacity:1;
	position:relative;
}
.partners-tab-content{
	color:#fff;
	padding:20px;
}
@media (max-width:414px){

	ul.partners-tabs li{
		width:30% !important;
		border-bottom:1px solid #2c2c2c;
	}
	ul.partners-tabs li a.active:before{
		/*content:'';
		display:block;
		width:10px;
		height:100%;
		background:#fd680e;
		position:absolute;
		top:0;
		left:0;*/
	}
		ul.partners-tabs li a{
		padding:10px;
		font-size:80%;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	.partners-tab-content{
	    border: 1px solid #353535;
		border-top: 0;	
	}
}
.count-up{
	padding:10px;
	/*background:rgba(160,160,160,.15);*/
	text-align:center;
}
.count-up h3{
	font-size:18px;
	font-weight:bold;
}
.counter-count{
	font-size:32px;
	font-weight:bold;
	color:#00c9ff !important;
}
.icon_sp_achieve{
	width: 100px;
    height: 100px;
	margin:0 auto;
    padding: 10px;
}
.icon_sp_achieve img{
	max-width:100%;
}
.card-strategic-partner{
	background:#fff;
	margin-bottom:10px;
	padding:20px;
	border:1px solid #333;
	border-radius:15px;
	transition: all .3s ease;
}
.card-strategic-partner img{
	max-width:100%;
	transition: all .3s ease;
}
.card-strategic-partner:hover{
	filter: grayscale(75%);
	opacity:.5;

}
.card-strategic-partner img:hover{
	transform:scale(1.1);
}
/*** pop up modal video *****/
.modal-intro-video{
	background:#000;
}
.modal-intro-video button.close{
	background:#fff;
	border-radius:50%;
	width:32px;
	height:32px;
	position:absolute;
	top:-10px;
	right:-10px;
	z-index:2;
}
.intro-video-modal{
	max-width:80%;
}
@media (max-width:414px){
	.intro-video-modal{
		max-width:100%;
		top:20%;
	}
}
/*** news.php *****/
.news-list ul{
	margin:0;
	padding:0;
}
.news-list li{
	margin-bottom:5px;
	display:block;
	list-style:none;
}
.news-list li a{
	padding:0 0 6px;
	display:flex;
	color:#666;
	font-weight:bold;
	transition:all ease .3s;
	text-decoration:underline;
}
.news-list li a:hover{
	color:#000;
}
.news-list li span.icon-newspaper{
	margin-right:6px;
	width:20px;
	height:20px;
	background:url(../img/icon_newspaper.svg) no-repeat;
	background-size:100%;
	display:inline-block;
	align-self:center;
}
.news-list li span.news-date:before{
	content:"\e9d6";
	font-family:'boxicons'!important;
	margin-right:5px;
}
.card .card-header a.card-link{
	cursor:pointer;
	display:block;
	color:#000 !important;
}
.card .card-header a.card-link:not(.collapsed) .rotate-icon{
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.news-year{
	font-weight:bold;
}
/*** site_progress.php *****/
.header_siteProgress{
	background: url(../img/header_siteprgoress.jpg) center;
    background-size: cover;		
}
.gallery-container ul{
	margin:0;
	padding:0;
}
.gallery-container li{
	list-style:none;
	display:block;
	float:left;
	margin-bottom:6px;
	width:25%;
	text-align:center;
}
@media (max-width:768px){
	.gallery-container li{
		width:50%;
		padding:5px;
		margin-bottom:0px;
	}
}