body{
	background-color: #252525;
	padding: 0;
	margin: 0;
}
.min-scc{
	background-color: #252525;
}
.nv-ctt-hld nav{
	display: flex;
	padding:10px 20px;
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
	justify-content: space-between;
}
.nv-ctt-hld .txt-til{
	display:flex;
	font-family: 'Tilt Warp', cursive;
	font-size:1.5rem;
	text-decoration: none;
	padding: 25px 20px;
  	background: -webkit-linear-gradient(360deg ,#1dcfc4, #00ff00);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.ul-hld-ctt ul{
	display: flex;
	list-style: none;
}
.ul-hld-ctt ul li{
	padding: 10px;
}
.ul-hld-ctt ul li a{
	text-decoration: none;
	color: #f2f2f2;
	font-family: 'Poppins', sans-serif;
	margin-right: 20px;
	font-size: 1.1rem;
	transition: .2s ease-in-out;
}
.ul-hld-ctt a:hover{
	color: #00ffff;
	text-shadow: 0 0 10px ;
}
.min-ctt-scc{
	position: relative;
	height: 550px;
}
.min-ctt-scc-hld{
	display:flex;
	align-items: center;
	justify-content: space-around;
	top: 150px;
	position: relative;
	right: 50px;
	padding: 0% 10%;
	color: #fff; 
}
.ige-hld img{
	width: 71%;
	border-radius: 10px;
	filter: grayscale(50%);
	transition: .2s ease;
}
.ige-hld img:hover{
	filter: grayscale(0%);	
}
.txt-ctt-hld{
	font-size: 2rem;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
h1 {
}
.txt-ctt-hld span{
	display: flex;
	justify-content: center;
  	background: -webkit-linear-gradient( 360deg, #1dcfc4, #00ff00);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	align-items: center;
	flex-direction: column;
	font-size: 4rem;
	font-family: 'Tilt Warp', cursive;
} 
.ecn-scc{
	position: relative;
	display: flex;
	justify-content:center;
	flex-direction: column;
	background: -webkit-linear-gradient( 360deg, #1dcfc4, #00ff00);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 1.6rem;
}
.ecn-scc-ctt{
	padding: 20px;
	display: flex;
	align-items: center;	
	justify-content: center;
}
.ecn-scc-ctt p{
	-webkit-text-fill-color: #f2f2f2;
	text-align: justify;
	width: 600px;
}

.bg-scc-hld{
	position: ;
	width: 100%;
	background-color: #191919;
	height: 650px;
	margin-top: 10px;
}

.skl-scc{
	padding: 20px;
		position: relative;
	display: flex;
	justify-content: center;
}
.skl-scc-ctt{
	color: #f2f2f2;
	font-family: 'Poppins', sans-serif;
	font-size: 1.6rem;
}
.footer{
	font-family: 'Poppins', sans-serif;
	background: #252525;
	color: #f2f2f2;
	height: 10rem;
}
.ctt-hld-scc{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.lft-scc-ctt {
	flex-direction:column;
	display: flex;
}
.lft-scc-ctt a{
	text-decoration: none;
	border-bottom: 2px solid transparent;
	color: #f2f2f2;
}
.hvr:hover{
	border-bottom: 2px solid #f2f2f2;
}
.lnk-hld{
	display: flex;
	align-items: center;
	justify-content: center;
}
.lnk-hld i{
	color: #f2f2f2;
}
.lnk-hld i:hover{
		background: -webkit-linear-gradient( 360deg, #1dcfc4, #00ff00);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
/*  	animation: round .2s infinite;	*/
}
/*@keyframes round{
		0%{
			transform: rotate(0deg);
		}
		100%{
			transform: rotate(360deg);
		}
}*/
.img-s{
	height: 150px;
	margin:0px  150px;
}
@media(max-width:414px){
	.nv-ctt-hld nav{
		flex-direction: column;
	}
	.ul-hld-ctt ul{
		padding: 0;
	}
	.txt-til{
		font-size: 2.5rem !important;
	}
	.min-ctt-scc{
		display: flex;
		justify-content: center !important;
		align-items: center !important;
	}
	.min-ctt-scc-hld{
		flex-direction: column;
		height: 100vh;
	}
	.ecn-scc-ctt{
		flex-direction: column;
	}
	.flx-r{
		flex-direction: column-reverse !important;
	}
	.ecn-scc-ctt p{
		display: block;
		width: 349px;
		font-size: 22px;
	}
	.img-s{
		margin: 0 110px;
	}
	.rs-img{
		height: 10px;
	}
	.ctt-hld-scc{
		padding: 20px;
		flex-direction: column;
	}
	.lft-scc-ctt{
		margin-top: 25px;
		text-align: center;
	}
	.lnk-hld{
		font-size: 20px;
	}
}
