

/*-----------Heding style----------*/
h1{
	font-size: 56px;
	font-weight: 700;
}
h2{
	font-size: 46px;
}
h3{
	font-size: 36px;
	font-weight: 700;
	color: #00abf0;
}
h4{
	font-size: 26px;
	font-weight: 300;
	color: white;
}
h5{
	font-size: 26px;
	font-weight: 300;
/*	color: white;*/
}
h6{
	font-size: 16px;
	font-weight: 700;
	color: #00abf0;
}

/*-----------Paragraph style----------*/
p{
/*	color: white;*/
	font-family: Raleway;
	font-size: 18px;
}
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif ;
}

.nav-bg-color{
	background-color: #081b29;
}
.logo{
	color: #ededed;
	font-weight: 700;
	position: relative;
}
/*.logo::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 1s ease forwards;
	animation-delay: .4;
}
.nav-animation{
	position: relative;
}
.nav-animation::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 1s ease forwards;
	animation-delay: 3s;
}*/

.nav-link{
	color: #ededed;
}
.active{
	color: #00abf0;
}
.nav-link:hover{
	color: #00abf0;
}

.heror-containt{
	max-width: 800px;
	padding: 0px 30px;
}

.heror-left{
	
	display: flex;
	text-align: center;
	color: #ededed;
}
.heror-left h1{
	position: relative;
	color: #00abf0;
}
.heror-left h1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 2s ease forwards;
	animation-delay: 1s;
}
.heror-left h4{
	position: relative;
}
.heror-left h4::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 2s ease forwards;
	animation-delay: .7s;
}
.para-sec{
	position: relative;
}
.para-sec::before{
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	width: 110%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 1s ease forwards;
	animation-delay: 1.6s;
}



.dtls-about2{
	position: relative;
}
.dtls-about2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 1s ease forwards;
	animation-delay: 2s;
}
.dtls-about{
	position: relative;
}
.dtls-about::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 1s ease forwards;
	animation-delay: 2.5s;
}
.gap-clm{
	padding: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
}
.gap-clm::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #081b29;
	animation: logo-left 1s ease forwards;
	animation-delay: 3s;
}

.team-color-bg{
	background-color: rgba(39, 55, 70, .5);;
	border: 1px solid #00abf0;
	border-radius: 20px;
	padding: 15px 0px;
	text-align: center;
	color: white;
	transition: .5s;
}
.team-color-bg:hover{
	background-color: #00abf0;
	color: black;
}
.about-icon{
	font-size: 32px; 
	display: flex;
	justify-content: center;
}
.about-list{
	list-style: none;
	color: white;
	padding: 20px 0px 20px 0px;
}
.about-list2{
	list-style: none;
	color: white;
	padding: 20px 0px 20px 0px;
}
.about-icon-tow{
	color: #00abf0;
	font-size: 25px;
	padding-right: 10px;
}
.sp-ep{
	padding: 110px 0px;
}
.bck-nav{
	background-color: #081b29;
}








/*ANIMATION RELOAD AND SCROLL*/
.animate{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: yellow;
	z-index: 98;
}
.about-articale h2 .animate,
.about-articale h4 .animate{
	animation: snowRightn 1s ease forwards;
	animation-delay: calc(.3s * var(--i));
}


/*-----------KEYFRAMES ANIMATION NAME------------*/
@keyframes snowRightn{
	100%{
		width: 0;
	}
}

/*-----------KEYFRAMES ANIMATION NAME------------*/
@keyframes logo-left{
	100%{
		width: 0;
	}
}



/*-----------RESPONSIVE------------*/
/*@media screen and (max-width: 1600px){
	.nav-animation::before{
		animation-delay: .5s;
	}
}*/

@media only screen and (max-width: 992px){
	.about-list{
	padding: 20px 0px 0px 0px;
}
	.about-list2{
	padding: 0px 0px 20px 0px;
}
}

@media only screen and (max-width: 800px){
	.gap-clm{
	justify-content: center;
	}
}


@media only screen and (max-width: 576px){

	h1{
		font-size: 36px;
	}
	.team-color-bg{
		width: 250px;
	}
	.para-sec{
		text-align: left;
		padding-top: 10px;
	}
	.sp-ep{
	padding: 50px 0px;
}

}@media only screen and (max-width: 375px){

	.crtf{
		margin-left: 36px;
	}
}