html,
body {
	min-width: 100%;
	min-height: 100%;
	background-color: #1f1f1f;
	font-family: 'Titillium Web', sans-serif;
	overflow-x: hidden;
	padding-right: 0px !important;

}
nav{
	padding-right: 0px !important;
}
a {
	color: #fdcc52;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}


a:hover, a:focus {
	color: #fcbd20;
}

hr {
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
	border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;

}


h4,
h5,
h6 {

	text-transform:uppercase;
}
.tagline{
	text-transform:lowercase;
}
p {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-family: 'Titillium Web', sans-serif;
}

section {
	padding: 136px 0 60px;
}

section h2 {
	font-size: 30px;
}
#resources{
	padding-bottom: 0;
}
.team-section{
	padding-bottom: 0;
}
#more5{
	display:none;
}#moremna{
	 display:block;
 }

#more3{
	display:block;
}
#moreptr{
	display:block;
}#morenon-ex{
	 display:block;
 }
.view-more{
	margin-top: 10px;
	border: 3px solid #f28020;
	background-color: black;
	color: #f38a34;
	padding: 8px;
	border-radius: 30px;
	margin-bottom: -2em;
	width:130px;
	display:none;

}
.view-more a{

	text-decoration:none;

}
#mob-roadmap{
	display:none;

}
#soc-web{
	display:block;
}

#team-soc-web{
	display: none;
}

#myBtn1{
	display:block;
}
#myBtnptr{
	display:none;
}#myBtnnon-ex{
	 display:none;
 }	#myBtn2{
		  display:block;
	  }
#myBtn3{
	display:block;
}
#myBtn4{
	display:block;
}#myBtnmna{
	 display:none;
 }
#myBtn5{
	display:block;
}
#myBtn{
	display:block;
}
#myBtn6{
	display:block;
}


.col-md-12 {

	margin-top:1em;
}
#soc{
	display:none;
}
#soc-b{

	display: none;
}
#mb4 img{

	margin-left: 20px;
	margin-bottom: 10px;
}
#lee-p{
	margin-top:0px;
}
.clock-container{
	margin-top: 290px;
	background-color: black;
	border-radius: 20px;
	color: white;
	opacity: 0.8;
	text-align:center;
}

#clockdiv {
	font-family: sans-serif;
	color: black;
	display: inline-block;
	font-weight: 200px;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div {
	padding: 10px;
	border-radius: 3px;
	background: white;
	display: inline-block;
	margin-bottom: 1.5em;
}

#clockdiv div > span {
	padding: 15px;
	border-radius: 3px;
	background: #f28020;
	display: inline-block;
	width: 65px;
}

.smalltext {
	padding-top: 10px;
	font-size: 12px;
}
.tooltip{

	opacity: 1;
	display: inline-flex;
	position: unset;
}
.tooltip__wrapper {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.tooltip__circle:hover + .tooltip__message {
	display: block;
	z-index: 1;
}
.tooltip__message {
	position: absolute;
	background-color: white;
	width: auto;
	height: auto;
	color: #000000;
	top: -40px;
	font-size: 14px;
	border-radius: 5px;
	padding: 3px;
	left: -10px;
	text-align: center;
	display: none;
	pointer-events: none;
	z-index: 3000;
	white-space: nowrap;
}

.tooltip__text {
	display: inline-block;
	vertical-align: middle;
	color: brown;
	font-size: 14px;
}
.animated-img{
	width:320px;
	margin-top:0px;
}
.animated-img-1{
	width:300px;
	margin-top:0px;
}
.animated-img-2{
	width:314px;
	margin-top:0px;
}


.btn1 a{
	text-decoration: none;
}

.btn1 {
	background-image: linear-gradient(rgb(239, 90, 40), rgb(230, 193, 11));
	border-radius: 40px;
	box-sizing: border-box;
	color: #ffffff;
	display: block;

	height: 70px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 5px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 275px;
	z-index: 2;
	left: -7em;
}

.m-img{
	width: 40px;

}

.btn1:hover {
	color: #fff;
}

.btn1 span {
	align-items: center;
	/*  background: #e7e8e9;*/
	border-radius: 40px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
	font-size: 15px;
}

.btn1:hover span {
	background: transparent;
}

#mainNav {
	border-color: rgba(34, 34, 34, 0.05);
	background-color: black;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	position:fixed;
	box-shadow: 4px 7px 30px rgba(0, 0, 0, 0.57);
	z-index: 9999999;
}

#mainNav .navbar-brand {
	color: #fdcc52;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
}


#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
	color: #f97803;
}

.visit-tnc, .apply-ma{
	width:130px;
}

#mainNav .navbar-toggler {
	font-size: 12px;
	padding: 8px 10px;
	color: #fff;
	border: 1px solid #f97803;
	margin-right: 0.5em;
}

#mainNav .navbar-nav > li > a {
	font-size: 15px;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	margin: 0px 12px;


}
.tnc-link{

	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	transition:0.3s ease-in-out;
}
.tnc-link img{
	margin-top:12px;
}

#mainNav .navbar-nav > li > a.active {
	color: #ffffff !important;
	background-image: linear-gradient(to right, #f97803 , #E9402D);
	border-radius: 10px;
}
.navbar-light .navbar-toggler-icon{
	background: url(../img/about/menu.svg);
	height: 20px;
	/* width: 103%; */
	z-index: 99999999;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#mainNav .navbar-nav > li > a.active:hover {
	background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
	color: #fff;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
	color: #fdcc52;
}

.navbar   {
	position: sticky;
	top:0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.banner-mob{
	display: none;
}

.banner-web{
	display: block;
}

@media (min-width: 992px) {
	#mainNav {
		border-color: transparent;

	}
	#mainNav .navbar-brand {
		color: fade(white, 70%);
	}
	#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
		color: white;
	}
	#mainNav .navbar-nav > li > a,
	#mainNav .navbar-nav > li > a:focus {
		color: rgba(255, 255, 255, 0.7);
	}
	#mainNav .navbar-nav > li > a:hover,
	#mainNav .navbar-nav > li > a:focus:hover {
		color: white;
	}
	#mainNav.navbar-shrink {
		border-color: rgba(34, 34, 34, 0.9);
		background-color: black;
	}
	#mainNav.navbar-shrink .navbar-brand {
		color: #fff;
	}
	#mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
		color: #fdcc52;
	}
	#mainNav.navbar-shrink .navbar-nav > li > a,
	#mainNav.navbar-shrink .navbar-nav > li > a:focus {
		color: #fff;
	}
	#mainNav.navbar-shrink .navbar-nav > li > a:hover,
	#mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
		color: #fdcc52;
	}
}

header.masthead {
	position: relative;
	width: 100%;
	padding-top: 150px;
	color: white;
	height:730px;
	background: url("../img/banner.gif") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	/*height: 70px;*/
	background-color: #ffffff;
	color: #010101;
	text-align: center;
	font-weight: 600;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	opacity: 2;
	cursor: pointer;
	transition: opacity 1s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
#photspot-france{
	cursor: pointer;
	position: absolute;
	z-index: 999999;
	width: 4.50%;
	height: 12.50%;
	top: 7.9em;
	left: 46.2%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}
#photspot-romania{
	cursor: pointer;
	position: absolute;
	z-index: 9999999;
	width: 4.50%;
	height: 12.50%;
	top: 9.0em;
	left: 51.80%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot1 {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	width: 4.50%;
	height: 12.50%;
	top: 9.9em;
	left: 24.7%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: painted;
}
#photspot15 {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	width: 4.50%;
	height: 12.50%;
	top: 7em;
	left: 20.7%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: painted;
}

#photspot2 {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	width: 4.50%;
	height: 12.50%;
	top: 11.4em;
	left: 24.62%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot3 {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	width: 4.50%;
	height: 12.50%;
	top: 6.6em;
	left: 44.2%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot4 {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	width: 4.50%;
	height: 12.50%;
	top: 9em;
	left: 47.12%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot5 {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	width: 4.50%;
	height: 12.50%;
	top: 8em;
	left: 51.12%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot6 {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	width: 4.50%;
	height: 12.50%;
	top: 6em;
	left: 54.12%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot7 {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	width: 4.50%;
	height: 12.50%;
	top: 13.1em;
	left: 59.12%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot8 {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	width: 4.50%;
	height: 12.50%;
	top: 12.3em;
	left: 65.10%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot9 {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	width: 4.50%;
	height: 12.50%;
	top: 17em;
	left: 70%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot10 {
	cursor: pointer;
	position: absolute;
	z-index: 99999999;
	width: 4.50%;
	height: 12.50%;
	top: 18.2em;
	left: 72.2%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot11 {
	cursor: pointer;
	position: absolute;
	z-index: 9999999;
	width: 4.50%;
	height: 12.50%;
	top: 13.4em;
	left: 74%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot12 {
	cursor: pointer;
	position: absolute;
	z-index: 999999;
	width: 4.50%;
	height: 12.50%;
	top: 10.1em;
	left: 78.3%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#photspot13 {
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	width: 4.50%;
	height: 12.50%;
	top: 9.9em;
	left: 81.50%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}
#photspot14 {
	cursor: pointer;
	position: absolute;
	z-index: 99999999;
	width: 4.50%;
	height: 12.50%;
	top: 17em;
	left: 75%;
	background-image: url("../img/point.png");
	background-size: contain;
	background-repeat: no-repeat;
}
header.masthead .header-content {
	max-width: 500px;
	margin-bottom: 20px;
	text-align: center;
}

header.masthead .header-content h1 {
	font-size: 30px;
	margin-top: 15%;
}

header.masthead .device-container {
	max-width: 325px;
	margin-right: auto;
	margin-left: auto;
}

header.masthead .device-container .screen img {
	border-radius: 3px;
}

@media (min-width: 992px) {
	header.masthead {
		height: 100vh;
		min-height: 775px;
		padding-top: 0;
		padding-bottom: 0;
	}
	header.masthead .header-content {
		margin-bottom: 0;
		text-align: left;
	}
	header.masthead .header-content h1 {
		font-size: 50px;
		margin-top: 6em;
		font-weight: 500;
	}
	header.masthead .device-container {
		max-width: 325px;
	}
}

section.download {
	position: relative;
	padding: 150px 0;
}

section.download h2 {
	font-size: 50px;
	margin-top: 0;
}

section.download .badges .badge-link {
	display: block;
	margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
	margin-bottom: 0;
}

section.download .badges .badge-link img {
	height: 60px;
}

@media (min-width: 768px) {
	section.download .badges .badge-link {
		display: inline-block;
		margin-bottom: 0;
	}
	.its-content {
		width: 100% !important;
	}
}

@media (min-width: 768px) {
	section.download h2 {
		font-size: 70px;
	}
}

section.features .section-heading {
	margin-bottom: 100px;
}

section.features .section-heading h2 {
	margin-top: 0;
}

section.features  h1 {
	font-size: 30px;
	color: #F1A640;
}

section.features p {
	font-size: 17px;
	color: #cccccc;
}

section.features .device-container,
section.features .feature-item {
	max-width: 325px;
	margin: 0 auto;
}

section.features .device-container {
	margin-bottom: 100px;
}

@media (min-width: 992px) {
	section.features .device-container {
		margin-bottom: 0;
	}
}

section.features .feature-item {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

section.features .feature-item h3 {
	font-size: 30px;
}

section.features .feature-item i {
	font-size: 80px;
	display: block;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
	background: linear-gradient(to left, #7b4397, #dc2430);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*section.security1 {
  position: relative;
  padding-top: -2.5em;
  background-color: black;

   background-image: url("https://tncitgroup.com/img/world.png");
  background-position: center;
background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  background-attachment: fixed;
  }*/
/*  background-image: url("../img/world.png");
  background-position: center;
background-size: cover;
background-repeat: no-repeat;*/
/*#flag {
   margin-top: 3em;
   }*/
section.security1  h1 {
	font-size: 30px;
	color: #F1A640;
}
#circle-shape-example {

	margin: 1rem;
}
#circle-shape-example p {
	line-height: 1.5;

}
#circle-shape-example .curve {
	width: 9%;
	height: auto;
	min-width: 100px;
	float: left;
	margin-right: 2rem;
	border-radius: 0;
	-webkit-shape-outside: circle();
	shape-outside: circle();
}
section.security1  h2 {
	font-size: 20px;
	color: #efefef;
	padding-bottom: 20px;
}

section.security1 .security-content  {
	font-size: 17px;
	color: #efefef;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 400px;
}

@media only screen and (min-width: 600px) {
	.mob-view{
		display:none;
	}

}

@media only screen and (max-width: 600px) {
	#more5{
		display:none;
	}	#moremna{
			 display:none;
		 }

	#more3{
		display:none;
	} 	#moreptr{
			 display:none;
		 }#morenon-ex{
			  display:none;
		  }
	.view-more{
		margin-top: 10px;
		border: 3px solid #f28020;
		background-color: black;
		color: #f38a34;
		padding: 8px;
		border-radius: 30px;
		margin-bottom: -2em;
		width:130px;
		display:block;

	}
	.tooltip__circle{

		pointer-events: none;
	}
	.desktop-view{
		display:none;
	}
	section.security1 .security-content  {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 100px;

	}


	.banner-mob{
		display: block;

	}

	.banner-web{

		display: none;

	}




	.btn1 {
		background-image: linear-gradient(rgb(239, 90, 40), rgb(230, 193, 11));
		border-radius: 40px;
		box-sizing: border-box;
		color: #ffffff;
		display: block;

		height: 50px;
		letter-spacing: 1px;
		margin: 0 auto;
		padding: 5px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		width: 275px;
		z-index: 2;
		left: 0em;
	}


	section.security1 {
		position: relative;
		padding-top: 70px;

		/* background-image: url("../img/globe2.jpeg");*/
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.tooltip .tooltiptext {
		visibility: hidden;
		width: 120px;
		/*height: 70px;*/
		background-color: #ffffff;
		color: #010101;
		text-align: center;
		font-weight: 600;
		border-radius: 6px;
		padding: 5px 0;
		position: absolute;
		z-index: 1;
		bottom: 125%;
		left: 50%;
		margin-left: -60px;
		opacity: 2;
		cursor: pointer;
		transition: opacity 1s;
	}

	.tooltip .tooltiptext::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	}

	.tooltip:hover .tooltiptext {
		visibility: visible;
		opacity: 1;
	}
	#photspot1{
		cursor: pointer;
		position: absolute;
		z-index: 99999;
		width: 6.3%;
		height: 16.8%;
		top: 2.46em;
		left: 23.72%;
		background-image: url("../img/point.png");
		background-size: contain;
	} #photspot15{
		  cursor: pointer;
		  position: absolute;
		  z-index: 99999;
		  width: 6.3%;
		  height: 16.8%;
		  top: 1.8em;
		  left: 18.72%;
		  background-image: url("../img/point.png");
		  background-size: contain;
	  }
	#photspot-france{
		cursor: pointer;
		position: absolute;
		z-index: 999999;
		width: 6.3%;
		height: 16.8%;
		top: 2em;
		left: 44.50%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot2{
		cursor: pointer;
		position: absolute;
		z-index: 99999;
		width: 6.3%;
		height: 16.8%;
		top: 1.4em;
		left: 19.12%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot3{
		cursor: pointer;
		position: absolute;
		z-index: 99999;
		width: 6.3%;
		height: 16.8%;
		top: 1.4em;
		left: 43.50%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot-romania{
		cursor: pointer;
		position: absolute;
		z-index: 999999;
		width: 6.3%;
		height: 16.8%;
		top: 2.2em;
		left: 50.50%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot4{
		cursor: pointer;
		position: absolute;
		z-index: 99999;
		width: 6.3%;
		height: 16.8%;
		top: 1.5em;
		left: 45.12%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot5{
		cursor: pointer;
		position: absolute;
		z-index: 99999;
		width: 6.3%;
		height: 16.8%;
		top: 1.5em;
		left: 52.12%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot6{
		cursor: pointer;
		position: absolute;
		z-index: 99999;
		width: 6.3%;
		height: 16.8%;
		top: 1.2em;
		left: 54.12%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot7{
		cursor: pointer;
		position: absolute;
		z-index: 999999;
		width: 6.3%;
		height: 16.8%;
		top: 3.5em;
		left: 58.12%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot8{
		cursor: pointer;
		position: absolute;
		z-index: 99999;
		width: 6.3%;
		height: 16.8%;
		top: 3.2em;
		left: 64%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot9{
		cursor: pointer;
		position: absolute;
		z-index: 99999;
		width: 6.3%;
		height: 16.8%;
		top: 3.2em;
		left: 65.50%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot10{
		cursor: pointer;
		position: absolute;
		z-index: 99999999;
		width: 6.3%;
		height: 16.8%;
		top: 5em;
		left: 71.3%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot11{
		cursor: pointer;
		position: absolute;
		z-index: 9999999;
		width: 6.3%;
		height: 16.8%;
		top: 4em;
		left: 73%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot12{
		cursor: pointer;
		position: absolute;
		z-index: 999999;
		width: 6.3%;
		height: 16.8%;
		top: 2.5em;
		left: 77.50%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot13{
		cursor: pointer;
		position: absolute;
		z-index: 999999;
		width: 6.3%;
		height: 16.8%;
		top: 2.5em;
		left: 80.5%;
		background-image: url("../img/point.png");
		background-size: contain;
	}
	#photspot14{
		cursor: pointer;
		position: absolute;
		z-index: 99999999;
		width: 6.3%;
		height: 16.8%;
		top: 5em;
		left: 73%;
		background-image: url("../img/point.png");
		background-size: contain;
	}

	section h2 {
		font-size: 30px;
	}


}

section.security1 .security-content-p  {
	font-size: 17px;
	color: #efefef;
	padding: 10px;
}
#vert-move {
	-webkit-animation: mover 0.7s infinite  alternate;
	animation: mover 0.7s infinite  alternate;
}
#vert-move {
	-webkit-animation: mover 0.7s infinite  alternate;
	animation: mover 0.7s infinite  alternate;
}
img.vert-move {
	-webkit-animation: mover 0.7s infinite  alternate;
	animation: mover 0.7s infinite  alternate;
}
img.vert-move {
	-webkit-animation: mover 0.7s infinite  alternate;
	animation: mover 0.7s infinite  alternate;
}
@-webkit-keyframes mover {
	0% { transform: translateY(0); }
	100% { transform: translateY(-0px); }
}
@keyframes mover {
	0% { transform: translateY(0); }
	100% { transform: translateY(-10px); }
}


section.security-testing {
	position: relative;
	padding-top: 100px;

	background-size: auto;
	text-align: center;
}


section.security-testing  h1 {
	font-size: 30px;
	color: #F1A640;
}

section.security-testing  h2 {
	font-size: 20px;
	color: #F1A640;

	padding-bottom: 20px;
}

section.security-testing .security-testing-content  {
	font-size: 17px;
	color: #efefef;
	/*  padding-left: 200px;
      padding-right: 200px;
      padding-bottom: 100px;*/

}

section.security-testing .security-testing-content-p  {
	font-size: 17px;
	color: #efefef;
	text-align: center;

}

.security-testing-header
{
	padding-top: 20px;
}

section.security {
	position: relative;
	background-color: black;
	background-repeat: no-repeat;
	background-image: url("../img/globe2.jpeg");
	background-position: center;
	background-size: auto;
	height: auto;
	background-origin: unset;
}

section.security  h1 {
	font-size: 30px;
	color: #F1A640;
}

section.security  h2 {
	font-size: 20px;
	color: #efefef;
	padding-bottom: 20px;
}

section.security .security-content  {
	font-size: 17px;
	color: #efefef;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 400px;
}

@media only screen and (max-width: 600px) {
	section.security .security-content  {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 100px;


	}


	.light-blck{
		background-color: rgba(0, 0, 0, 0.45);
	}
	#web-roadmap{
		display:none;
	}
	#mob-roadmap{
		display:block;
	}
	#lee-p{
		margin-top:120px;
	}
	#neww1{

		padding-top: 2em;
		box-shadow: 0 4px 8px 0 #f9780321, 0 6px 20px 0 #f9780330;

		margin:0em;
	}

	#neww{

		padding-top: 1em;
		box-shadow: 0 4px 8px 0 #f9780321, 0 6px 20px 0 #f9780330;

		margin:10px;
	}
	#mb4 img{
		width: 29%;
		float: left;
		height: 10%;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	#mb4-e img{
		width: 35%;
		float: left;
		height: 10%;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	#mx-4 h4{padding: 1px;
		text-align: left;
		margin-top: -1.5em;
		padding-left: 88px;
		font-size: 16px;
	}

	#mx-4-e h4{    padding: 1px;
		padding: 1px;
		text-align: left;
		margin-top: -0.5em;
		padding-left: 130px;
		font-size: 18px
	}
	#mx-4 h6{
		padding: 1px;
		text-align: left;
		margin-top: -15px;
		padding-left: 86px;
		font-size: 14px;
	}

	#mx-4-e h6{
		padding: 1px;
		text-align: left;
		margin-top: -3px;

		padding-left: 130px;
		font-size: 14px;
	}
	#mx-4 p{
		padding: 1px;
		text-align: left;
		margin-top: -15px;
		padding-left: 86px;
		font-size: 14px;
		width:115%;

	}

	#mx-4-e p{
		padding: 1px;
		text-align: left;
		margin-top: 24px;
		padding-left: 86px;
		font-size: 14px;
		width: 110%;
		margin-top: 48px;
	}
	#b-p{
		margin-top: -20px;
	}

	#mx-5 h4{padding: 1px;
		text-align: left;
		margin-top: -1.5em;
		padding-left: 88px;
		font-size: 16px;
	}

	#mx-5-e h4{    padding: 1px;
		padding: 1px;
		text-align: left;
		margin-top: -0.5em;
		padding-left: 115px;
		font-size: 18px
	}
	#mx-5 h6{
		padding: 1px;
		text-align: left;
		margin-top: -15px;
		padding-left: 86px;
		font-size: 14px;
	}

	#mx-5-e h6{
		padding: 1px;
		text-align: left;
		margin-top: -3px;

		padding-left: 115px;
		font-size: 14px;
	}
	#mx-5 p{
		padding: 1px;
		text-align: left;
		margin-top: -15px;
		padding-left: 86px;
		font-size: 14px;
		width:110%;

	}

	#mx-5-e p{
		padding: 1px;
		text-align: left;
		margin-top: 24px;
		padding-left: 86px;
		font-size: 14px;
		width: 110%;
		margin-top: 48px;
	}


	#soc{
		margin-bottom: 8px;
		margin-top: 7em;
		margin-left: -4em;
		float: left;
		display: block;
	}#soc-b{

		 display: block;
	 }
	#soc-web{
		display: none;
	}
	#team-soc-web{
		display: none;
	}


	.animated-img{
		width:150px;
		margin-top:-20px;
	}

	.animated-img-1{
		width:150px;
		margin-top:-20px;
	}

	.animated-img-2{
		width:150px;
		margin-top:-20px;
	}

	.timeline-carousel {
		padding: 0px 6.9444% 90px 6.9444%;
		position: relative;
		overflow: hidden;
	}
	/*.timeline-carousel:after, .timeline-carousel:before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      height: 100%;
      width: 6.9444%;
      background-color: #1d1d1e;
      z-index: 3;
      width: 6.9444%;
      }*/
	.timeline-carousel:after {
		left: 0;
	}
	.timeline-carousel:before {
		right: 0;
		opacity: 0;
	}
	.timeline-carousel .slick-list {
		overflow: visible;
	}
	.timeline-carousel .slick-dots {
		bottom: -73px;
	}
	.timeline-carousel h1 {
		color: white;
		font-size: 46px;
		line-height: 50pd;
		margin-bottom: 40px;
		font-weight: 900;
	}
	.timeline-carousel__image {
		padding-right: 30px;
	}
	.timeline-carousel__item {
		cursor: pointer;
	}
	.timeline-carousel__item .media-wrapper {
		opacity: 0.4;
		padding-bottom: 71.4%;
		-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
		-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
		transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	}
	.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
		width: calc(100% - 30px);
	}
	.timeline-carousel__item-inner {
		position: relative;
		padding-top: 45px;
	}
	.timeline-carousel__item-inner:after {
		position: absolute;
		width: 100%;
		top: 45px;
		left: 0;
		content: "";
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.timeline-carousel__item-inner .year {
		font-size: 36px;
		line-height: 36px;
		color: white;
		display: table;
		letter-spacing: -1px;
		padding-right: 10px;
		background-color: #1d1d1e;
		z-index: 1;
		position: relative;
		margin: -15px 0 20px;
		font-weight: 900;
	}
	.timeline-carousel__item-inner .year:after {
		content: "";
		position: absolute;
		display: block;
		left: -10px;
		top: 0;
		height: 100%;
		width: 10px;
		background-color: #1d1d1e;
		z-index: 3;
	}
	.timeline-carousel__item-inner .month {
		font-size: 25px;
		text-transform: uppercase;
		color: #b38c52;
		display: block;
		margin-bottom: 10px;
		font-weight: 900;
	}
	.timeline-carousel__item-inner p {
		font-size: 12px;
		line-height:1.5;
		color: white;

		font-weight: 400;
		margin-bottom: 0px;
	}
	.timeline-carousel__item-inner .read-more {
		font-size: 12px;
		color: #b38c52;
		display: table;
		margin-bottom: 10px;
		font-weight: 900;
		text-decoration: none;
		position: relative;
	}
	.timeline-carousel__item-inner .read-more:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 0;
		border-bottom: 2px solid #b38c52;
		-webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
		-o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
		transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	}
	.timeline-carousel__item-inner .read-more:hover:after {
		width: 100%;
	}
	.timeline-carousel__item-inner .pointer {
		height: 29px;
		position: relative;
		z-index: 1;
		margin: -4px 0 16px;
	}
	.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
		position: absolute;
		content: "";
	}
	.timeline-carousel__item-inner .pointer:after {
		width: 9px;
		height: 9px;
		border-radius: 100%;
		top: 0;
		left: 0;
		background-color: #b38c52;
	}
	.timeline-carousel__item-inner .pointer:before {
		width: 1px;
		height: 100%;
		top: 0;
		left: 4px;
		background-color: #b38c52;
	}
	.timeline-carousel .slick-active .media-wrapper {
		opacity: 1 !important;
	}

	.slick-dots {
		bottom: 60px;
		list-style: none;
		position: absolute;
		width: 100%;
		left: 0;
		text-align: center;
		z-index: 2;
		display: none;
	}
	.slick-dots li {
		cursor: pointer;
		display: inline-block;
		margin: 0 6px;
		position: relative;
		width: 10px;
		height: 10px;
	}
	.slick-dots li:last-child {
		margin-right: 0;
	}
	.slick-dots li.slick-active button {
		background: #b38c52;
		border-color: #b38c52;
	}
	.slick-dots li  {

		font-size: 0;
		width: 10px;
		height: 10px;
		padding: 0;
		background-color: rgba(255, 255, 255, 0.6);
		border-color: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
		-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
		transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	}
	.slick-dots li button:hover {
		background: #b38c52;
		border-color: #b38c52;
	}

	.link {
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 20px;
		z-index: 9999;
	}
	.link a {
		display: flex;
		align-items: center;
		text-decoration: none;
		color: #fff;
	}
	.link .fa {
		font-size: 28px;
		margin-right: 8px;
		color: #fff;
	}


	section.security {
		position: relative;
		background-color: black;
		background-image: linear-gradient( rgba(0, 0, 0, 0.78) 4%,
		rgba(0, 0, 0, 0.2) 100%), url(../img/globe2.jpeg);
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 600px;
		background-origin: content-box;
	}

	.form-grid-w3ls input[type="email"] {
		width: 91%;
	}
	.form-control-w3l input[type="submit"] {
		width: 33%;
		right: 21px;
	}
}

section.security .security-content-p  {
	font-size: 17px;
	color: #efefef;
	padding: 10px;
}

.slick-slide {
	margin: 0px 20px;
}



.slick-slider
{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after
{
	display: table;
	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
section.security-testing {
	position: relative;
	padding-top: 0px;


	background-size: auto;
	text-align: center;
	background-repeat: no-repeat;
}


section.security-testing  h1 {
	font-size: 30px;
	color: #F1A640;
}

section.security-testing  h2 {
	font-size: 20px;
	color: #F1A640;

	padding-bottom: 20px;
}

section.security-testing .security-testing-content  {
	font-size: 17px;
	color: #efefef;
	/*  padding-left: 200px;
      padding-right: 200px;
      padding-bottom: 100px;*/

}

section.security-testing .security-testing-content-p  {
	font-size: 17px;
	color: #efefef;


}

.security-testing-header
{
	padding-top: 20px;
}
section.partners{
	text-align: center;
}

section.partners  h1 {
	font-size: 30px;
	color: #F1A640;
}

section.partners .partners-content {
	color:#efefef;

}

section.partners .partners-img {
	margin-left: 20px;
	margin-right: 20px;
}

.img-partners-map{
	width: 200px;
	padding: 10px;
}



section.solution {
	position: relative;
	padding: 80px 0 0 0;

	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section.solution  h1 {
	font-size: 30px;
	color: #F1A640;
}

section.solution  h2 {
	font-size: 20px;
	color: #efefef;
	padding-bottom: 20px;
}

.solution-header {
	margin-bottom: 50px;
}

.solution-content {
	font-size: 17px;
	color: #efefef;
	padding-left: 250px;
	padding-right: 250px;
	padding-bottom: 50px;
}

.solution-content-p {
	font-size: 17px;
	color: #c1c1c1;
}

section.team {
	position: relative;
	padding-top: 200px;
	background-color: black;
	background-image: url("../img/galaxy3.jpeg");
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: auto;
	text-align: center;
}

section.cta {
	position: relative;
	padding: 80px 0 0 0;
	background-color: black;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section.cta .cta-content {
	position: relative;
	z-index: 1;
}

section.cta .cta-content h2 {
	font-size: 50px;
	max-width: 450px;
	margin-top: 0;
	margin-bottom: 25px;
	color: white;
}

section.cta .cta-content h1 {
	font-size: 30px;

	color: #F1A640;
}

section.cta .cta-content p {
	font-size: 15px;
	color: white;
}

@media (min-width: 768px) {
	section.cta .cta-content h2 {
		font-size: 80px;
	}
}



section.cta .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
	text-align: center;
}

section.contact h2 {
	margin-top: 0;
	margin-bottom: 25px;
}

section.contact h2 i {
	color: #dd4b39;
}
._12 {
	font-size: 1.2em;
}
._14 {
	font-size: 1.4em;
}
ul {
	padding:0;
	list-style: none;
}
.footer-social-icons {
	width: 350px;
	display:block;
	margin: 0 auto;
}
.social-icon {
	color: #fff;
}
ul.social-icons {
	margin-top: 10px;
	text-align: center;
}
.social-icons li {
	vertical-align: top;
	display: inline;
	height: 100px;
}
.social-icons a {
	color: #fff;
	text-decoration: none;
}
.fa-facebook {
	padding:10px 14px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	border-radius: 5px;
	background-color: #ef5a28;
}
.fa-facebook:hover {
	background-color: #3d5b99;
}
.fa-twitter {
	padding:10px 12px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	border-radius: 5px;
	background-color: #ef5a28;
}
.fa-twitter:hover {
	background-color: #00aced;
}


.fa-youtube {
	padding:10px 12px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	border-radius: 5px;
	background-color: #ef5a28;
}
.fa-youtube:hover {
	background-color: #00aced;
}
.fa-telegram {
	padding:10px 14px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	border-radius: 5px;
	background-color: #ef5a28;
}
.fa-telegram:hover {
	background-color:  #0088cc;
}
.fa-instagram {
	padding:10px 14px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	border-radius: 5px;
	background-color: #ef5a28;
}
.fa-instagram:hover {
	background-color: #E1306C;
}
.fa-medium {
	padding:10px 14px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	border-radius: 5px;
	background-color: #ef5a28;
}
.fa-medium:hover {
	background-color: #222;
}.fa-linkedin {
	 padding:10px 14px;
	 -o-transition:.5s;
	 -ms-transition:.5s;
	 -moz-transition:.5s;
	 -webkit-transition:.5s;
	 transition: .5s;
	 border-radius: 5px;
	 background-color: #ef5a28;
 }
.fa-linkedin:hover {
	background-color: #0073a4;
}

.fa-envelope {
	padding:10px 14px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition: .5s;
	border-radius: 5px;
	background-color: #ef5a28;
}
.fa-envelope:hover {
	background-color: #0073a4;
}


footer {
	position: relative;
	width: 100%;
	padding-top: 20px;
	/*	padding-bottom: 30px;*/
	color: white;
	/*background: url("../img/footer.jpeg") no-repeat center center fixed; */
	background-color: #0a0a0a;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

footer .row-logo{
	margin-bottom:50px;
}

footer .hr-footer{
	border: 1px solid #F1A640;
	align-content: left;
	margin: 20px 0 10px 0 ;
}

footer h5 {
	color:#F1A640;
}

footer p {
	font-size: 12px;
	margin: 0;
}

footer ul {
	margin-bottom: 0;
}


footer ul li {
	padding: 5px;
}

footer ul li a {
	font-size: 15px;
	color: #f8f9fa;

}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
	text-decoration: none;
}

footer .btn-subscribe{
	border-color: #F1A640;
	color:white;
	border-radius: 200px;


}

.btn-download{
	border:none;
	color: #ffffff !important;
	background-image: linear-gradient(to right, #f97803 , #E9402D);

	border-radius: 10px;
	padding: 8px;
	cursor: pointer;
}
.btn-download:hover{

	background-image: linear-gradient(to right,#E9402D, #f97803);
}

footer .btn-subscribe:hover{
	border-color: #F1A640;
	background-color: #F1A640;
	color:black;

}
footer .row-cop{
	background-color: black; padding: 30px;
}

@media only screen and (max-width: 600px) {
	#myBtn1{
		display:none;
	}
	#myBtn2{
		display:none;
	}#myBtnptr{
		 display:block;
	 }#myBtnnon-ex{
		  display:block;
	  }
	#myBtn3{
		display:none;
	}
	#myBtn4{
		display:none;
	}
	#myBtnmna{
		display:block;
	}
	#myBtn5{
		display:none;
	}
	#myBtn{
		display:none;
	}
	#myBtn6{
		display:none;
	}
	.col-md-12 {
		margin-top: 0em;
		font-size: 10px;
		text-align: center;
	}
	footer .row-cop{
		background-color: black;
		padding-bottom: 80px;

		padding-left: 15px;
		padding-right: 15px;

	}
	footer .row-logo{
		display: block;
		flex-wrap: wrap;
		align-content: center;
		margin-bottom: 0px !important;
	}

	footer .li-soc{
		padding: 0px !important;
	}

	footer .row-cop{
		padding-bottom: 80px;

	}

	footer .offset-1 {
		margin-left: 0px;
	}
}

.footer-p {
	font-size: 17px;
}

.img-footer{
	margin-bottom: 15px;
}

.bg-primary {
	background: #fdcc52;
	background: -webkit-linear-gradient(#fdcc52, #fdc539);
	background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
	color: #fdcc52;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.btn-outline {



	color: white;
	border: 1px solid;
	border-color: white;
	background-image: none;

}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {


	color: white;
	border: 1px solid;
	border-color: #F1A640;
	background-image: none;
}

.btn {
	border-radius: 10px;
	font-family: 'Titillium Web', sans-serif;

	letter-spacing: 2px;
	text-transform: uppercase;
}
.btn-xl {
	font-size: 11px;
	padding: 15px 45px;
	border: 1px solid #f97803;
	background-image: linear-gradient(to right, #f97803 , #E9402D);


}
.btn-xl1 {
	font-size: 11px;
	padding: 15px 45px;
}


/** ROADMAP **/
#roadmap {
	position: relative;
	/*background-color: black;*/
	/*background: url("../img/rdmap.png");*/
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#roadmap p{
	font-size: 18px;
	color: #cccccc;
}
#roadmap h1{
	font-size: 30px;
	color: #F1A640
}
#roadmap{
	padding-bottom:0px;
}
.roadmap-outer{
	overflow: hidden;
	position: relative;
}
.roadmap-outer .roadmap{
	position: relative;
	margin-top: -22px;
}
.roadmap-outer .roadmap:first-child{
	margin-top: 19px;
}
.roadmap-outer .roadmap:before,
.roadmap-outer .roadmap:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.roadmap-outer .roadmap:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.roadmap-outer .roadmap-icon{
	width: 210px;
	height: 210px;
	border-radius: 50%;
	border: 25px solid transparent;
	border-top-color: #f97803;
	border-right-color: #f97803;

	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	transform: rotate(45deg);
}
.roadmap-outer .year{
	display: block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 40px rgba(165,165,165,0.2);
	margin: auto;
	font-size: 24px;
	font-weight: 600;
	color: #7a7bd7;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: rotate(-45deg);
}
.roadmap-outer .roadmap-content{
	width: 35%;
	float: right;
	background-image: linear-gradient(to right, #f97803 , #E9402D);
	padding: 20px 20px;
	margin: 50px 0 51px;
	z-index: 1;
	position: relative;
	border-radius:5px;
}
.roadmap-outer .roadmap-content:before{
	content: "";
	width: 20%;
	height: 15px;
	background-image: linear-gradient(to right, #f97803 , #E9402D);
	position: absolute;
	top: 50%;
	left: -20%;
	z-index: -1;
	transform: translateY(-50%);
}
.roadmap-outer h3{
	color: #fff;
}
.roadmap-outer p{
	color: rgba(255,255,255,0.7);
	margin: 0;
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-icon{
	transform: rotate(-135deg);
}
.roadmap-outer .roadmap:nth-child(2n) .year{
	transform: rotate(135deg);
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content{
	float: left;
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{
	left: auto;
	right: -20%;
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-icon{
	border-top-color: #f97803;
	border-right-color: #f97803;
}
.roadmap-outer .roadmap:nth-child(2n) .year{
	color: #5c5cd3;
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{
	background-image: linear-gradient(to left, #f97803 , #E9402D);
}
.roadmap-outer .roadmap:nth-child(3n) .roadmap-icon{
	border-top-color: #f97803;
	border-right-color: #f97803;
	z-index: 999;
}
.roadmap-outer .roadmap:nth-child(3n) .year{
	color: #4646cf;
}
.roadmap-outer .roadmap:nth-child(3n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(3n) .roadmap-content:before{
	background-image: linear-gradient(to right, #f97803 , #E9402D);
}
.roadmap-outer .roadmap:nth-child(4n) .roadmap-icon{
	border-top-color: #f97803;
	border-right-color: #f97803;
}
.roadmap-outer .roadmap:nth-child(4n) .year{
	color: #3f3fce;
}
.roadmap-outer .roadmap:nth-child(4n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(4n) .roadmap-content:before{
	background-color: linear-gradient(to left, #f97803 , #E9402D);
}

/*section.roadmap h1 {
  font-size: 30px;
  color: #F1A640;
}

section.roadmap .roadmap-content {
  font-size: 17px;
  color: #efefef;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 50px;
}


section.roadmap p {
  color: #efefef;
}



/******************* Timeline Demo - 4 *****************/
.main-timeline4{overflow:hidden;position:relative}
.main-timeline4:before{content:"";width:5px;height:92%;background:#333;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:before{top:50%;transform:translateY(-50%);content:""}
.main-timeline4 .timeline{width:50%;padding-left:100px;float:right;position:relative}
.main-timeline4 .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
.main-timeline4 .timeline-content{display:block;padding-left:150px;position:relative;text-decoration:none;}
.main-timeline4 .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}
.main-timeline4 .year{display:inline-block;width:100px;height:100px;line-height:90px;border-radius:50%;border:7px solid #F1A640;font-size:20px;color:#F1A640;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0}
.main-timeline4 .year:before{content:"";border-left:20px solid #F1A640;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}
.main-timeline4 .inner-content{padding:20px 0}
.main-timeline4 .title{font-size:20px;font-weight:600;color:#F1A640;text-transform:uppercase;margin:0 0 5px}
.main-timeline4 .description{font-size:14px;color:#efefef;margin:0 0 5px}
.main-timeline4 .timeline:nth-child(2n){padding:0 100px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .timeline:nth-child(2n):before{left:auto;right:-10px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.main-timeline4 .timeline:nth-child(2n) .year{right:0}
.main-timeline4 .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid #F1A640;transform:rotate(-45deg)}
.main-timeline4 .timeline:nth-child(2){margin-top:110px}
.main-timeline4 .timeline:nth-child(odd){margin:-110px 0 0}
.main-timeline4 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline4 .timeline:first-child,.main-timeline4 .timeline:last-child:nth-child(even){margin:0}
.main-timeline4 .timeline:nth-child(2n) .year{border-color:#F1A640;color:#F1A640}
.main-timeline4 .timeline:nth-child(2) .year:before{border-right-color:#F1A640}
.main-timeline4 .timeline:nth-child(2n) .title{color:#F1A640}
.main-timeline4 .timeline:nth-child(3n) .year{border-color:#F1A640;color:#F1A640}
.main-timeline4 .timeline:nth-child(3) .year:before{border-left-color:#F1A640}
.main-timeline4 .timeline:nth-child(3n) .title{color:#F1A640}
.main-timeline4 .timeline:nth-child(4n) .year{border-color:#F1A640;color:#F1A640}
.main-timeline4 .timeline:nth-child(4) .year:before{border-right-color:#F1A640}
.main-timeline4 .timeline:nth-child(4n) .title{color:#F1A640}

.video_iframe{
	width: 100%;
	height: 200px;
}



@media only screen and (max-width:1200px){.main-timeline4 .year{top:50%;transform:translateY(-50%)}
}





@media only screen and (max-width:990px){.main-timeline4 .timeline{padding-left:75px}
	.main-timeline4 .timeline:nth-child(2n){padding:0 75px 0 0}
	.main-timeline4 .timeline-content{padding-left:130px}
	.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
	.main-timeline4 .timeline-content:before{width:68px;left:-68px}
	.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}




@media only screen and (max-width:767px){.main-timeline4{overflow:visible}
	.main-timeline4:before{height:100%;top:0;left:0;transform:translateX(0)}
	.main-timeline4 .timeline:before,.main-timeline4 .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
	.main-timeline4 .timeline,.main-timeline4 .timeline:nth-child(even),.main-timeline4 .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
	.main-timeline4 .timeline-content,.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0}
	.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{display:none}
	.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .year{position:relative;transform:translateY(0)}
	.main-timeline4 .timeline:nth-child(2n) .year:before,.main-timeline4 .year:before{border:none;border-right:20px solid #F1A640;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)}
	.main-timeline4 .timeline:nth-child(2n) .year:before{border-right-color:#F1A640}
	.main-timeline4 .timeline:nth-child(3n) .year:before{border-right-color:#F1A640}
	.main-timeline4 .timeline:nth-child(4n) .year:before{border-right-color:#F1A640}
	.main-timeline4 .inner-content{padding:10px}
	.roadmap-outer .roadmap{
		margin-top: 0;
		overflow: hidden;
	}
	.roadmap-outer .roadmap:before,
	.roadmap-outer .roadmap:nth-child(2n):before{
		box-shadow: none;
	}
	.roadmap-outer .roadmap-icon,
	.roadmap-outer .roadmap:nth-child(2n) .roadmap-icon{
		margin-top: -30px;
		margin-bottom: 20px;
		position: relative;
		transform: rotate(135deg);
	}
	.roadmap-outer .year,
	.roadmap-outer .roadmap:nth-child(2n) .year{
		transform: rotate(-135deg);
	}
	.roadmap-outer .roadmap-content,
	.roadmap-outer .roadmap:nth-child(2n) .roadmap-content{
		width: 100%;
		float: none;
		border-radius: 0 0 20px 20px;
		text-align: center;
		padding: 25px 20px;
		margin: 0 auto;
	}
	.roadmap-outer .roadmap-content:before,
	.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{
		width: 15px;
		height: 25px;
		position: absolute;
		top: -22px;
		left: 50%;
		z-index: -1;
		transform: translate(-50%,0);
	}
}
*/

/** ROADMAP **/

.team {
	position: relative;
	padding: 80px 0 100px 0;
	background-color: black;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.team h1 {
	font-size: 30px;
	color: #F1A640;
	padding-bottom: 30px;
}
.team a{
	border: 2px solid #f97803;
	border-radius: 29px;
	background-color: transparent;
	padding: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.our-team{
	text-align: center;
	border:2px solid #f97803;
	background: #e9402d;
	margin-bottom: 2.5em;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: 80%;

}

.our-team img{
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 1s ease 0s;
}

.our-team:hover img{
	transform: scale(1.2);
}

.our-team .team-content{
	width: 100%;
	height: 100%;
	background: #f97803;
	border-radius: 50%;
	padding-top: 35%;
	color: #fff;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease-out 0s;
}

.our-team:hover .team-content{
	opacity: 0.8;
}
.our-team .title{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	opacity: 0;
	transform: rotate(-90deg);
	transition: all 0.3s ease-in-out 0.2s;
}
.our-team:hover .title{
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.1s;
}
.our-team .post{
	display: block;
	font-size: 17px;
	margin-bottom: 15px;
	opacity: 0;
	transform: scale(1.2);
	transition: all 0.3s ease-in-out 0.2s;
}
.our-team:hover .post{
	opacity: 1;
	transform: scale(1);
}
.our-team .icon{
	padding: 0;
	margin: 0;
	list-style: none;
}
.our-team .icon li{
	display: inline-block;
}
.our-team .icon li a{
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	margin-right: 6px;
	transition: all 0.3s ease 0s;
}
.our-team .icon li a:hover{
	background: #0177ad;
	border: 1px solid #0177ad;
}
@media only screen and (max-width: 990px){
	.our-team{ margin-bottom: 30px; }
}
.form-grid-w3ls input[type="email"] {
	outline: none;
	width: 50%;
	color: #fff;
	font-size: 15px;
	padding: 12px 20px;
	/* border: none; */
	border: 1px solid #23283b;
	background: #23283b;

	display: inline-block;

	border-radius: 50px;
	letter-spacing: 2px;
	margin-top: 1em;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.form-grid-w3ls {
	position: relative;
}
.list-inline ul li a{
	color: #fff;
}
.form-control-w3l input[type="submit"] {
	position: absolute;
	width: 18%;
	top: 18px;
	right: 284px;
	text-transform: uppercase;
	background-image: linear-gradient(to right, #f97803 , #E9402D);
	color: #fff;
	padding: 14px 16px 11px;
	border: none;
	font-size: 14px;
	outline: none;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 23px;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.form-control-w3l input[type="submit"]:hover {
	color: #fff;
	background: #E9402D;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
/*.ac1{
  width: 40em;
  margin: 10px auto;
  }*/
.ac-label {
	font-weight: 700;
	position: relative;
	padding: .5em 1em;
	margin-bottom: .5em;
	display: block;
	cursor: pointer;
	color: white;
	background-image: linear-gradient(to left, #f97803 , #E9402D);
	transition: background-color .15s ease-in-out;
}

.ac-input:checked + label, .ac-label:hover {
	background-color: #000;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
	content: "-";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 2em;
	height: 100%;
	line-height: 1.5em;
	text-align: center;
	border: 1px solid black;
	background-color: #000000;
	transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
	background-color: #b5b5b5;
}

.ac-input:checked + .ac-label:after {
	content: "+";
}

.ac-input {
	display: none;
}

.ac-text, .ac-sub-text {
	opacity: 0;
	height: 0;
	margin-bottom: .5em;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}

.ac-sub .ac-label {
	background: none;
	font-weight: 600;
	padding: .5em 2em;
	margin-bottom: 0;
	color: white;
}

.ac-sub .ac-label:checked {
	background: none;
	border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
	left: 0;
	background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
	background: none;
}

.ac-sub-text {
	padding: 0 1em 0 2em;
}


section.faq h1 {
	font-size: 30px;
	color: #F1A640;
}

section.faq  h2 {
	font-size: 20px;
	color: #F1A640;
}

section.faq p{
	font-size: 17px;
	color: #efefef;
}

/*tokenncoin*/


/*-------------------- Top banner css -------------------*/

.slider {
	width: 50%;
	margin: 100px auto;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}


.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}





/* --------------top banner css ends here */





.tokenncoin{
	padding: 0 !important;
}
#btn-link{
	background:#1f1f1f;
	padding: 23px 40px 45px;
	border-radius: 15px 15px 10px 10px;
	border-top: 15px solid #F1A640;
	box-shadow: 0 10px 20px rgba(0,0,0,0.5);
	color:black;
	position: relative;
}
.acto{
	border-top:15px solid#0d74c5 !important;
}

.service-box{
	color: #999;
	font-family: 'Kumbh Sans', sans-serif;
	text-align: center;
	border-radius: 15px 15px 10px 10px;
	transition: 0.3s ease-in-out;
}

.anchor-img{
	width: 100%;
	display: inline-block;
}
.service-box p{
	color:white ;
}
.card-body{
	padding-top:160px;
}
.service-box:hover {
	box-shadow: 1px 1px 20px rgba(255,255,255,0.4);
}



#btn-link:hover .img_wrapper {
	border-bottom: 1px solid orange;

}
#btn-link p{
	margin-top: 20px;
	margin-bottom: 10px;
	color: white;
}

.its-content {
	width: 90% !important;
}
.its-content p{
	color:black;
}
.its-content h1{
	color:black;
	font-weight: 800;
	font-size: 20px;
}

.its-dialog {

	max-width: 70% !important;
}


.its-modal{
	padding-top: 0px !important;
	padding-right: 0px !important;

}
#btn-link:hover{

	text-decoration: none;

}
#btn-link2{
	background-color: black;
}
#btn-link3{
	background-image:linear-gradient(to bottom right,#10054D, #45108A);
	border-radius:0px;
	padding:2%;
	color:white;
}
.img_holder{
	min-height: 74px;
	border-bottom:1px solid #FF5722 ;
}
.down_btn{
	position: absolute;
	left: 50%;
	margin-left: -10px;
	margin-top: 5px;
}
.down_btn {
	color: #FF5722;
	font-size: 30px;
	/* animation: ani2 1.3s linear infinite;
	-webkit-animation: ani2 1.3s linear infinite; */
}
.card-close {
	border: 1px solid #FF5722;
	color: #FF5722;
	font-size: 18px;
	margin: auto;
	background-color: transparent;
	border-radius: 5px;
	padding: 8px 32px 8px 32px;
}


/* @keyframes ani2{
    0%{margin-top: -10px;}
    100%{margin-top: 0px;}
}
@-webkit-keyframes ani2{
  0%{margin-top: -10px;}
  100%{margin-top: 0px;}
} */


.accordion .card{

	background-image:transparent;
	background-color:transparent;
}
.store-btns{
	width: 108px;
	margin:auto;
}

#projects{
	padding-top:100px;
}
.card h1{
	font-size:30px;
	font-weight:bold;

}

.card{
	background-color: transparent;
	background-image: transparent;
	border:none;
}


.card-header{
	border: none;
	background: transparent;
}


.card-header a:hover{
	text-decoration: none;
}

.card .col-6{
	padding:5%;
}
#tokencoin{
	width:500px;
	margin-bottom:1%;

}
#head{
	color:white;
	margin-bottom:1.5%;
	font-size:30px;
	margin-top:4%;
	margin-bottom: 2%;
}


.tnc-download{
	padding-top: 10px;
}

#btno{
	border-radius:10px;
	background-color:black;
	color:white;
	font-size:14px;
}

#btnoo{
	border-radius:10px;
	background-color:black;
	color:white;
	height:35px;
	width:120px;
	background: url(https://tncitgroup.com/img/Google.png);
	background-size:cover;
	background-size: 120px 35px;
}

#btnoo:hover{
	border:1px solid white;
}
#btno:hover{
	border:1px solid white;
}

#sixo1{
	background-image:linear-gradient(to bottom right,#10054D, #45108A);
	height:auto;
	padding-left:2%;
	padding-right:8%;
	padding-bottom:0px;
}
#sixo{
	padding-top:6%;

	color:white;
	text-align:center;
}
#mob{
	width:500px;

}

#more2{
	display:none;
}
#more5{
	display:none;
}


#team-soc{
	display:none;
}

#information{
	display: block;
	display: block;
	color: white;
	/* border: 2px solid #ecba3d; */
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 8%;
	/* background: #ee6027; */
	background-image: linear-gradient(to right, #f97803 , #E9402D);
	font-size: 15px;
	width: 358px;
	height: 45px;
	padding: 0;
}
#information:hover{


}
@media(max-width:600px){
	.card-body {
		padding-top: 40px;
	}
	#btn-link {
		min-height: 225px;
	}
	.for-tab {
		width: 90% !important;
	}

	.its-content {
		width: 100% !important;
	}
	.its-dialog {
		max-width: 100% !important;
	}
	.team-section{
		padding-top:70px;
	}
	#team {
		padding-top: 70px;
	}
	#sixo1{
		background-image:linear-gradient(to bottom right,#10054D, #45108A);

		padding-left:2%;padding-right:2%;
	}
	.card h1{
		font-size:20px;
		font-weight:bold;

	}

	.h1-market{
		margin-bottom: 0px !important;
	}
	#profile{
		padding-top:70px;
	}
	#projects{
		padding-top:70px;
	}
	.testnet{
		padding-top:70px;
	}
	#roadmap{
		padding-bottom:0px;
		padding-top:70px;
	}

	.card-body{
		padding-top:20%;
	}
	#tokencoin{
		width:300px;

	}
	#sixo{
		padding-top:1%;
		height:500px;
		padding-right:5%;
		padding-left:5%;
	}

	#mob{
		width:400px;

	}
}
/*tokenccoin*/

#team-soc-mob {
	text-align: center;
	display: none;
	margin-bottom: 1em;
	color: #ee6027;
	font-size: 11px;
	font-weight: 900;
}
@media only screen and (max-width: 600px) {

	img.rounded.z-depth-1 {
		margin-bottom: 1em;
		width: 100%;
		height: auto;
	}
	#for-mob-hide{
		display:none;
	}

	#team-soc {
		text-align: center;
		display: block;
		margin-bottom: 1em;
		color: #ee6027;
		font-size: 11px;
		font-weight: 900;
	}        #team-soc-mob {
				 text-align: center;
				 display: none;
				 margin-bottom: 1em;
				 color: #ee6027;
				 font-size: 11px;
				 font-weight: 900;
			 }
	#mob-name{
		display:none;
	}
	#information{
		display: block;
		color: white;
		/* border: 2px solid #ecba3d; */
		border-radius: 10px;
		margin: 0 auto;
		margin-top: 10%;
		/* background: #ee6027; */
		background-image: linear-gradient(to right, #f97803 , #E9402D);
		font-size: 13px;
		padding: 14px 10px 14px 10px;
		width: auto;
		height: auto;
	}
	#information:hover{


	}

	#more2{
		display:none;
	}#more5{
		 display:none;
	 }
	.store-btns{
		width:100px;
		margin-left:2%;
	}

	.security-testing .security-testing-content  {
		font-size: 17px;
		color: #efefef;
		padding-left: 10px;
		padding-right: 10px;
	}
	.btn-xl {
		margin-bottom: 1em;


	}

	.roadmap .roadmap-content {
		font-size: 17px;
		color: #efefef;
		padding-left: 10px;
		padding-right: 10px;

	}

	.solution-content {
		font-size: 17px;
		color: #efefef;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 50px;
	}

	.security-testing {

		padding-top: 30px;

	}
	.my-auto{
		width: 98%;
		margin-top: 2em;
	}
	.security-testing .security-testing-content  {
		font-size: 17px;
		color: #efefef;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;

	}

	.security-testing .security-testing-content-p  {
		font-size: 17px;
		color: #efefef;
		padding-left: 10px;
		padding-right: 10px;

	}

	.our-team img{
		width:100%;

	}
	.our-team:hover img{
		transform: scale(1.2);
	}
	.our-team{
		text-align: center;
		border:solid 3px;
		border-color: #ef5a28;
		background: #ef5a28;
		width: 50%;
		border-radius:50%;
		overflow: hidden;
		position: relative;
		margin-top: 1.5em;

	}

	.our-team .team-content{
		width: 100%;
		height:100%;
		background:  #ef5a28;
		border-radius: 50%;
		color: #fff;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.5s ease-out 0s;
	}
	.our-team:hover .title{
		opacity: 1;
		transform: scale(1);
		transition-delay: 0.1s;
	}
	.our-team .post{
		display: block;
		font-size: 17px;
		margin-bottom: 15px;
		opacity: 0;
		transform: scale(1.2);
		transition: all 0.3s ease-in-out 0.2s;
	}
	.our-team:hover .post{
		opacity: 1;
		transform: scale(1);
	}
	.our-team .icon{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.our-team .icon li{
		display: inline-block;
	}
	.our-team .icon li a{
		display: block;
		width:100px;
		height: 100px;
		line-height: 35px;
		border-radius: 50%;
		border: 1px solid #fff;
		font-size: 18px;
		color: #fff;
		margin-right: 6px;
		transition: all 0.3s ease 0s;
	}
	.our-team .icon li a:hover{
		background: #0177ad;
		border: 1px solid #0177ad;
	}
	.form-grid-w3ls input[type="email"] {
		width: 91%;
	}
	.form-control-w3l input[type="submit"] {
		width: 39%;
		right: 16px
	}
}


/*TEAM MEMBER*/


.btn-details{
	display: none;
}

.web-info {
	color: #c6c6c6;
}

@media only screen and (max-device-width: 480px) {

	.merger-accord{
		padding:20px !important;
		padding-top: 0px !important;
		background-color: black;
		align-items: center;
		margin-top: -0.9em !important;
	}

	.info-collapse {

	}

	.btn-details{
		display: inline;
		background-color: #F1A640;
		border-color: #F1A640;
		color: black;
	}


	.web-info{
		display: none;
	}
}




/*TEAM MEMBER*/

/*
TIMELINE SLIDER FOR MOBILE*/

.timeline {
	margin: 50px 0;
	list-style-type: none;
	display: flex;
	padding: 0;
	text-align: center;
}
.timeline li {
	transition: all 200ms ease-in;
}
.timestamp {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 100;
	color: #f1a640;
}
.d-month{
	font-size: larger;
	font-weight: 800;
}

.status {
	padding: 0px 20px;
	display: flex;
	justify-content: center;
	border-top: 4px solid #f1a640;
	position: relative;
	transition: all 200ms ease-in ;
	width: 200px;
}
#span1 .status1 {
	padding: 0px 40px;
	display: flex;
	justify-content: center;
	border-top: 4px solid #93b0ba;
	position: relative;
	transition: all 200ms ease-in ;
}
.status span {
	font-weight: 100;
	padding-top: 20px;
	color: #c6c6c6;
	font-size: smaller;
	line-height: 20px;
}
.status span:before {
	content: '';
	width: 25px;
	height: 25px;
	background-color: #3e3e3e;
	border-radius: 25px;
	border: 4px solid #f1a640;
	position: absolute;
	top: -15px;
	left: 42%;
	transition: all 200ms ease-in;
}

.status-completed span:before{

	background-color: #ef5a28;
}

.swiper-container {
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
.swiper-slide {
	width: 200px;
	text-align: center;
	font-size: 18px;

}
.swiper-slide:nth-child(2n) {
	width: 40%;
}
.swiper-slide:nth-child(3n) {
	width: 20%;
}

.btn-custom{
	border: 1px solid #f1a640 !important;
	color: #f1a640 !important;
	width: 60px;
	background-color:transparent;
}

.btn-orange{

	color: #ffffff !important;
	background: #f1a640;
	margin: 5px;
}

.btn-orange-o{
	border: 1px solid #f1a640 !important;
	color: #f1a640 !important;
	background: #ffffff;
	margin: 5px;
}

.center-block{
	margin: auto !important;
	display: block !important;
}

select{

	cursor: pointer;
}

.btn-service{
	width: 275px;
	border: 1px solid #f1a640 !important;
	color: #f1a640 !important;
	background: transparent;
	margin-top: 20px;
}

.btn-service:hover{
	border: 1px solid #ffffff !important;
	color: #222 !important;
	background: #ffffff;
}

.bld{

	font-weight: bold;
}

.modal-header{
	color: white;
	background: #f1a640;
	border-bottom: none;
}


.modal-content{

	border: none;
	margin-top: 10em;
}
.close{
	color: white !important;
	opacity: 1;
}
.inq-input{
	width: 100%;
	padding: 6px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a3a3c2;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #A3A3C2;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #A3A3C2;
}
.alwaysOpen{

	opacity: 1 ;
	height: auto ;
}

.sometimesClose{

	opacity: 0 ;
	height: 0 ;
}

.chat-btn-r-c{
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 85px;
	width: 85px;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 999;
	margin-right: 13px;
	margin-bottom: 13px;
	border: 3px solid #efefef;

}

.chat-btn-r-c img{
	height: 60px;
	width: 60px;

}

.chat-btn-r-c::before {
	content: '';
	position: absolute;
	z-index: -2;
	left: -21%;
	top: -20%;
	width: 102px;
	height: 102px;
	border-radius: 100px;
	/* background-color: #399953; */
	background-repeat: no-repeat;
	/* background-size: 100% 100%, 100% 100%; */
	background-position: 0 0, 100% 0, 100% 100%, 0 100%;


	background-image: linear-gradient(rgb(239, 90, 40), rgb(23, 162, 184)),
	linear-gradient(rgb(239, 90, 40), rgb(23, 162, 184)),
	linear-gradient(rgb(239, 90, 40), rgb(23, 162, 184)),
	linear-gradient(rgb(239, 90, 40), rgb(23, 162, 184));

	-webkit-animation: rotate 4s linear infinite;
	animation: rotate 4s linear infinite;
}


.chat-btn-r-c::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: -11px;
	top: -10px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	background: white;
	border-radius: 100px;
	width: 90px;
	height: 90px;
}
@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}


.merger-accord{
	margin-top: -14em;
	padding:200px;
	padding-top: 50px !important;
	padding-bottom: 0px !important;
	background-color: black;
	align-items: center;
}


#twoo-body{
	display:none;
}


/****3-1-2021****/
.img_wrapper{
	border-bottom: 1px solid #fff;
	min-height: 82px;
}
.its-body {
	padding: 1rem 1rem 1rem 1rem;
}
.modal-content {
	margin-top: 8% !important;
}

.btn#onee{
	color: #ffffff !important;
	background-image: linear-gradient(to right, #f97803 , #E9402D);
	border-radius: 10px;
	padding: 6px 10px;
	margin-right: 8px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.btn#onee:hover{
	text-decoration: none;
	background-image: linear-gradient(to right , #E9402D , #f97803);
}
.btn#onee:focus{
	text-decoration: none;
}

.btn#twoo{
	color: #ffffff !important;
	background-image: linear-gradient(to right, #f97803 , #E9402D);
	border-radius: 10px;
	padding: 6px 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.btn#twoo:hover{
	text-decoration: none;
	background-image: linear-gradient(to right , #E9402D , #f97803);
}
.btn#twoo:focus{
	text-decoration: none;
}






.spec_height {
	height: 451px;
}
.spec_height2 {
	height: 490px;
}
#onee-body{
	padding-top:3%;
}

.d_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}





















@media (max-width: 1440px) {
	.its-content {
		margin-top: 2% !important;
	}
	.spec_height {
		height: 457px;
	}
	.spec_height2 {
		height: 519px;
	}
	#onee-body{
		padding-top:6%;
	}
}
.for-order1{
	order:1;
}
.for-order2{
	order:2;
}

@media(max-width:1024px){
	.spec_height2 {
		height: 562px;
	}
}
@media(max-width:768px){
	.for-order1{
		order:2;
	}
	.spec_height2 {
		overflow: auto;
	}
	.for-order2{
		order:1;
	}
	.tab-mar-top{
		margin-top:13%;
	}
	.img_wrapper {
		min-height: 50px;
	}
	#btn-link {
		min-height: 243px;
	}
	.spec_height {
		overflow: auto;
		height: 550px;

	}
	.for-tab{
		width:60%;
		margin-top: 10%;
	}
	.img-logo-inside {
		margin-top: 8%;

	}

}
@media(max-width:600px){
	.modal-content {
		margin-top: 18% !important;
	}
	.spec_height2 {
		height: 531px;
	}
}



/*****************popup sec Sec 5-4-2021*****************/
.testnet_title{

}
.testnet_title h2{
	color: #F1A640;
	line-height: 50px;
	margin-bottom: 5%;
}
.for_center{
	display: flex;
	justify-content: center;
	align-items: center;
}



.testnet_content{
	padding: 7% 0 0 0;
}
.testnet_content h2{
	color: #F1A640;
	font-size: 23px;
	margin-bottom: 7%;
}
.testnet_content h4{
	font-size: 21px;
	color: #fff;
	margin-bottom: 20px;
	text-transform: lowercase;
}
.testnet_content ul{
	padding: 0 0 0 20px;
	margin-bottom: 25px;
}
.testnet_content ul li{
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px;
	list-style-type: disc;
}
.testnet_content p{
	color: #fff;
}
.testnet_img{
	text-align: center;
}
.testnet_img img{
	width: 100%;
}
.testnet_img a{
	padding: 10px 30px;
}





.partner_holder{
	padding: 25px 0 0 0;
	background: #000;
	border-radius: 5px;
	margin-bottom: 30px;
}
.partner_holder .card-body{
	padding-top: 0;
}



/*****************Our Project Sec 5-1-2021*****************/
.service-box {
	color: #999;
	text-align: center;
	border-radius: 15px 15px 10px 10px;
	transition: 0.3s ease-in-out;
}
.card-header :hover, .card-header :focus {
	cursor: pointer;
	text-decoration: none;
}
.service-box:hover {
	box-shadow: 1px 1px 20px rgba(255,255,255,0.4);
}

#btn-link {
	background: #1f1f1f;
	padding: 23px 40px 45px;
	border-radius: 15px 15px 10px 10px;
	border-top: 15px solid #F1A640;
	box-shadow: 0 0px 5px -2px white;
	color: black;
	position: relative;
}
.img_holder {
	min-height: 65px;
	border-bottom: 1px solid #F1A640;
}
#btn-link p {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
}
.swiper-wrap2{
	width:100% !important;
	transform: translate3d(0px, 0px, 0px) !important;
}
.service-box p {
	color: white;
}
.down_btn {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	margin-top: 5px;
}
.down_btn{
	color:#F1A640;
	font-size: 30px;
}
.accordion .card {
	background-image: transparent;
	background-color: transparent;
	border: none;
}
.card-body {
	padding-top: 125px;
}
.store-btns {
	width: 108px;
	margin: auto;
}
.img-logo-inside {
	width: 300px;
	margin: auto;
}
.card h1 {
	font-size: 26px;
	color: #ee6027;
}
.anchor-img {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
}
.card-close, .card-close2, .card-close3,.card-close4 {
	border: 1px solid #FF5722;
	color: #FFf;
	font-size: 18px;
	margin: auto;
	background-color: transparent;
	border-radius: 5px;
	padding: 8px 32px 8px 32px;
	cursor: pointer;
	background-image: linear-gradient(to right, #f97803 , #E9402D);
}
.banner-buttons{
	position: absolute;
	right: 42px;
	top: 16px;
	z-index: 1000;
}
.ban-btns{
	width:110px !important;
	height:auto !important;
}
.project_txt{
	color:white;
	text-align: center;
	margin-bottom: 1.5em;
	padding: 10px;
	margin: 0 0 50px 0;
}
@keyframes ani2{
	0%{margin-top: -10px;}
	100%{margin-top: 0px;}
}
@-webkit-keyframes ani2{
	0%{margin-top: -10px;}
	100%{margin-top: 0px;}
}
.project_content{
	color:white;
	text-align: center;
	margin-bottom: 1.5em;
	padding: 10px;
	margin: 0;
}
/* .card .collapse{
      display:block;
    } */
.status {
	width: 100%;
}
#mainNav .navbar-nav  li   #spec-style {
	color: #FF9800 !important;
	font-weight: bold !important;

}
#mainNav .navbar-nav  li   #spec-style:hover {
	color:white !important;
	font-weight: bold !important;
}





@media only screen and (max-width: 1800px) {

	#mainNav .navbar-nav > li > a {
		margin: 0px 4px;


	}

}








@media(max-width:1440px){
	#mainNav .navbar-nav > li > a {
		font-size: 13px;
		font-weight: 600;

	}
	#mainNav .navbar-nav > li > a {
		margin: 0px 0px;


	}
}

@media(max-width:1281px){

	.ban-btns {
		width: 95px !important;
	}
	.banner-buttons {
		top: 17px;
	}
	#mainNav .navbar-nav > li > a {
		font-size: 12px;
	}

}

@media(max-width:600px){

	.testnet_img img {
		margin-top: 15px;
	}
	.testnet_content {
		padding: 0 0 0 0;
	}


}
@media (max-width: 1281px){

	.banner-buttons {
		right: 12px;
	}
	.visit-tnc, .apply-ma{
		width:110px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.3rem !important;
		padding-left: .3rem !important;
	}
}

@media only screen and (min-width: 600px) {
	.mob-view{
		display:none;
	}

}
@media only screen and (max-width: 600px) {

	.card-close, .card-close2, .card-close3,.card-close4 {
		margin: 10% auto;
	}
	.desktop-view{
		display:none;
	}
	.card-body {
		padding-top: 40px;
	}
	.banner-buttons {
		top:14px;
	}
	.mob-mar-top{
		margin-top:5px;
	}
	.ban-btns {
		width: 85px !important;
	}
	.in-mobile{
		margin-top:18px;
	}
	.banner-buttons .spec-width{
		width: 80px !important;
	}
	.card h1 {
		font-size: 18px !important;
	}
	#mainNav .navbar-nav > li > a.active {
		padding-left: 11px !important;
	}
	.animated-img {
		width: 150px;
		margin-top: 30px;
	}
	.status span {
		line-height: 18px;
	}

	/* #projects{
		padding-bottom:6%;
	} */
	.this-mob{
		padding-right: 15px;
	}
	#mx-4 h4 {
		padding-left: 92px;
	}
	#mx-4 h6 {
		padding-left: 92px;
	}
	#mx-4 p {
		padding-left: 92px;
		padding-right: 5px;
	}
	#lee-p {
		margin-top: 59px;
	}
	header.masthead .header-content h1 {
		margin-top: 25%;
	}
	#mainNav .navbar-nav > li > a {
		font-size: 14px;
	}
}