*{
	margin: 0;
	padding:0;
	box-sizing:border-box;
}
.main{
	width:100%;
	background:linear-gradient(to top, rgba(0,0,0,0.5)50%, rgba(0,0,0,0.5)50%), url(file/3.jpg);
	background-position: center;
	background-size: cover;
	height:120vh;
	position:relative;
}
.features{
	background:#1ec6b6;
	color:gray;
	padding:20px;
	display:flex;
	flex-direction:row;
}
.features figure{
    text-align:center;
	margin:auto;
	text-transform:uppercase;
	color:black;
	width:200px;
}
.features figure img{
	width:200px;
	img-container: 0px;
	margin-left:10px;
	padding:-100px;
}


.navbar {
	background-color: #FF6347;
	width:100%;
	height:100px;
	z-index:999;
	padding:1rem 0;
	position:fixed;
	margin-bottom:-20px;
	justify-content:space-between;
	padding: 0 3%;
	align-items: center;
	height: 100px;
	width:200%;
	position:fixed;
	display:flex;
	margin-top:-10px;
	
	
}
.navbar ul{
	display:flex;
	list-style:none;


}
.menu-icon{
	display:block;
}
#menulist{
	transition:all 0.5;
}
.navbar ul li{
	
	padding:10px 15px;
	position:relative;
	margin-left:15px;
	
}
.navbar ul li a{
	text-decoration:none;
	color:#fff;
	font-size:18px;
	transition: all 0.3s;
	
	
}
 .navbar ul li a:hover{ 
color:#ff7200;
} 
.dropdown_menu{
	display: none;
	
}
.navbar ul li:hover .dropdown_menu{
	display:block;
	position:absolute;
	left: 0;
	top:100%;
	background-color:black;	
}
.navbar ul li:hover .dropdown_menu ul{
	display:block;
	margin:10px;
	
}
.navbar ul li:hover .dropdown_menu ul li{
	width:150px;
	padding:10px;
	
}
.dropdown_menu-1{
	display:none;
	
}
.dropdown_menu ul li:hover .dropdown_menu-1{
	display: block;
	position:absolute;
	top:0;
	left: 150px;
	background-color:black;
	
	
}
.dropdown_menu .dropdown_menu-1{
	Scrollbar-width: normal;
	Scrollbar-color:red;
}
.dropdown_menu-1::-webkit-Scrollbar{
	width: 4vw;
}
.dropdown_menu-1::-webkit-scrollbar-thumb{
	background-color:#7775;
}
.group{
position:relative;
height:30px;
overflow:hidden;
color:#fff;
background-color:#0000008e;
border-bottom:2px solid #009cff;
border-top:2px solid #009cff;
}

.icon{
	width: 350px;
	float: left;
	height:90px;
	color: #ff7200;
	position:absolute;
	margin-left:-180px;
	margin-top:0px;
}
.logo{
	color: #ff7200;
	font-size:35px;
	font-family: Arial;  
	padding-left:0px;
	float:left;

}
.add{
	display: none;
	
	
}
.navbar ul li:hover .add{
	display:block;
	position:absolute;
	left: 40;
	top:80%;
	
}
.navbar ul li:hover .add ul{
	display:block;
	margin:10px;
	
}
.navbar  ul li:hover .add ul li{
	width:100px;
    padding: 7px;

	
	
}

 .navbar  .add ul li a{
	text-decoration: none;
	color:#fff;
	font-family:Arial;
	transition: 0.4s ease-in-out;
	margin:-20px;
	padding:0px
	margin-right:5px;
}.add ul li a{

	padding:0px 5px
	
}

 

}
.search{
	width:200px;
	float:left;
	margin-left:950px;
}
.srch{
	font-family:'times new roman';
	width:200px;
	height:50px;
	background:transparent;
	border:1px solid #ff7200;
	margin-top:-80px;
	color:#fff;
	border-right:none;
	font-size:16px;
	float:left;
	padding:10px;
	border-bottom-left-radius;5px;
	bordr-top-left-radius:0px;

}
 .bnm{
	font-family:'times new roman';
	width:100px;
	height:50px;
	border:none;
	margin-top:-80px;
	margin-right:-80px;
	color:black;
	border-right:none;
	font-size:16px;
	float:right;
	padding:10px;
	border-bottom-left-radius;5px;
	bordr-top-left-radius:0px;
	 cursor:pointer;
	 transition: .4s ease;
	

 }


.btn{
	width:100px;
	height:40px;
	background:#ff7200;
	border:2px solid #ff7200;
	margin-top:13px;
	color:#ff7200;
	text-align:right;
	font-size:15px;
	border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.btn:focus{
	outline:none;
}
.srch:focus{
	outline:none;

}
 .content{
	 width:1200px;
	 height:auto;
	 margin:auto;
	 color:#fff;
	 position:relative;

 }
 .content .par{
	 padding-left: 20px;
	 padding-bottom:25px;
	 font-family:Arial;
	 letter-spacing:1.2px;
	 line-height:30px;
 }
 .content h1{
	 font-family:'times new roman';
	 font-size:50px;
	 padding-left:20px;
	 margin-top:9%;
	 letter-spacing:2px;
	 
	 
 }
 .content .cn{
	 width:160px;
	 height:40px;
	 background:#ff7200;
	 border:none;
	 margin-bottom:10px;
	 margin-left:20px;
	 font=size:18px;
	 border-radius:10px;
	 cursor:pointer;
	 transition: .4s ease;

 }
 .content .cn a{
	 text-decoration:none;
	 color:#000;
	 transition: .3s ease;
 }
 .cn:hover{
	 background-color:#fff;
 }
 .content span{
	 color:#ff7200;
	 font-size:60px;
 }
 .form{
	 width:250px;
	  height:380px;
	  background:linear-gradient(to top,rgba(0,0,0,0.5)50%, rgba(0,0,0,0.5)50%);
      position:absolute;
	  top:-20px;
	  left:900px;
	  bordr-radius:10px;
	  padding:25px;

 }
 .form h2{
	 width:220px;
	 font-family:sans-serif;
	 text-align:center;
	 color:#ff7200;
	 font-size:22px;
	 background=color:#fff;
	 border-radius:10px;
	 margin:2px;
	 padding:8px;
 }
 .form input{
	 width:240px;
	 height:35px;
	 background:transparent;
	 border-bottom:1px solid #ff7200;
	 border-top:none;
	 border-right:none;
	 border-left:none;
	 color:#fff;
	  font-size:15px;
	  letter-spacing:1px;
	  margin=top:30px;
	  font-family:sans-serif;

 }
 .form input:focus{
	 outline:none;

 }
 ::placeholder{
	 color:#fff;
	 font-family:Arial;
 }
 .btnn{
	 width:240px;
	 height:40px;
	 background:#ff7200;
	 border:none;
	 margin-top:30px;
	 font-size:18px;
	 border-radius:10px;
	 cursor:#fff;
	 transition:0.4s ease;

 }
 .btnn:hover{
	 background:#fff;
	 color:#ff7200;
 }
 .btnn a{
	 text-decoration:none;
	 color:#000;
	 font-weight:bold;

 }
 .form .link{
	 font-family:Arial,Helvetica,sans-serif;
	 font-size:17px;
	 padding-top:20px;
	 text-align:center;

 }
 .form .link a{
	 text-decoration:none;
	 color:#ff7200;
	 text-align:center;
	 padding-top:15px;
	 padding-bottom:10px;
 }
 .liw{
	 padding-top:15px;
	 padding-bottom:10px;
	 text-align:center;
 }
  
 .icon a{
	 text-decoration:none;
	 color:green;
 }
 .icon ion-icon{
	 color:black;
	 font-size:30px;
	 padding-left:20px;
	 padding-top:5px;
 }
 .sectionTitle{
	 width:300px;
	 border-bottom: 3px solid red;
	 text-align:center;
	 font-size:2rem;
	 font-weight:200;
	 margin:0 auto 50px;
	 position:relative;
	 padding:10px 0;
	 text-transform:uppercase;


 }
 section{
	 padding:10px 0;
	 position:relative;

 }
 #aboutsection .cards{
	 display:flex;
	 flex-wrap:wrap;
	 justify-content:space-between;
	 margin-top:50px;
	 position:relative;
	 height:240px;
 }

 #aboutsection .cards > div{
	 width:350px;
	 background-color:gray;
	 padding:35px;
	 color:#444;
	 text-align:center;
	 border-radius:5px;
	 height:200px;
	 border:1px solid #ccc;
	 transition:0.4s;
 }
 #aboutsection .cards > div:hover{
	 width:100px;
	 margin-top:-20px;
	 border-color:red;
	 padding:55px;
	 height:auto;

 }
 #aboutsection .cards > div{
	 font-size:18px;
	 font-weight:600;
	 text-transform:uppercase;
 }
 #aboutsection .cards > div p{
	 font-size:14px;
	 margin-top:15px;

 }
 #aboutsection .cards > div button{
	 border:1px solid red;
	 outline:none;
	 padding:7px 15px;
	 margin-top:15px;
	 font-size:12px;
	 border-radius:3px;
	 cursor:pointer;
	 transition: 0.3s;
 }
  .sdf p{
	 
	 margin-left:20px;
 }
 #aboutsection .cards > div:hover button{
	 background-color:green;
	 color:#fff;
 }
 html{
	 scroll-behavior:smooth;
 }
 /* events section start*/
 .programs{
	 background-color:#e2e2e2;
 }
 .programs .boxContainer{
	 display:grid;
	 grid-template-columns: repeat(4,1fr);
	 grid-gap:50px;
 }
 <!-- -->
 
 .programs .boxContainer .box{
	 background-color:#fff;
	 text-align:center;
	 padding-bottom:25px;
	 border-radius:5px;
	 box-shadow: 0 0 3px 0 #c5c5c5;
	 position:relative;
	 margin-bottom:15px;
	 

 }
 .programs .boxContainer .box .cardImage{
	 width:100%;
	 height:300px;
	 background-position:center;
	 background-size:cover;
	 position:relative;
	 overflow:hidden;
	 border-radius:5px 5px 0 0;
 }
 .programs .boxContainer .box .cardImage:after{
	 width:100%;
	 height:100%;
	 background-position:center;
	 background-size:cover;
	 position:absolute;
	 content:"";
	left:0;
	top:0;
	 filter:grayscale(100%);
	 transition: 0.4s;
 }
 .programs .boxContainer .box:nth-child(1) .cardImage,
 .programs .boxContainer .box:nth-child(1)  .cardImage:after{
	 background-image:url(rt.png);
 }
 .programs .boxContainer .box:nth-child(2) .cardImage,
 .programs .boxContainer .box:nth-child(2)  .cardImage:after{
	 background-image:url(un.jpg);
 }
 .programs .boxContainer .box:nth-child(3) .cardImage,
 .programs .boxContainer .box:nth-child(3)  .cardImage:after{
	 background-image:url(ho.jpg);
 }
 .programs .boxContainer .box:nth-child(4) .cardImage,
 .programs .boxContainer .box:nth-child(4)  .cardImage:after{
	 background-image:url(at.jpg);
 }
 .programs .boxContainer .box:hover .cardImage:after{
	 top:100%;
 }
 .programs .boxContainer .box .programTitle{
	 font-size:16px;
	 margin-top:15px;
	 font-weight:600;
	 color:#444;
	 margin-top:10px;
 }
   .programs .boxContainer .box button{
	   position:absolute;
	   left:50%;
	   background-color:red;
	   color:#fff;
	   transform:translate(-50%);
	   bottom:-15px;
	   border-radius:60px;
	   padding:7px 15px;
	   outline:none;
	   cursor:pointer;

   }
   .programs .boxContainer .box  .donationCount {
	   font-size:13px;
	   font-weight:600;
	   color:#444;
	   margin-top:10px;
   }
   .education{
	   height: 100vh;
	   overflow: hidden;
	   position: relative;
   }
   .education .videoPlayer{
	   position:absolute;
	   top: 50%;
	   left: 50%;
	   width: 100%;
	   transform: translate(-50%,-50%);
   }
   .education .sectionTitle{
	   color:#fff;
	   text-shadow:0 0 4px #000;
   } 
   .education .educationContainer{
	   position:absolute;
	   background-color:#00000096;
	   width: 600px;
	   top:35vh;
	   color:#fff;
	   text-shadow:0 0 3px #000;
	   padding:30px;
   }
  .education .educationContainer h3{
	   font-size:35px;
	   font-weight:300px;
  }
  .education .educationContainer p{
	  font-size:15px;
	  line-height: 20px;
	  margin:10px 0 30px;
  }
  .education .educationContainer button{
	  background-color:red;
	  border:0;
	  color:#fff;
	  padding:10px 25px;
	  font-weight:bold;
	  font-size: 14px;
	  outline:none;

  }
   /*gallery start*/
   .gallery .galleryContainer{
	   column-count:4;
	   column-gap:0px;
   }
   .gallery .galleryContainer .item{
	   position:relative;
	   margin-bottom:20px;
	   overflow:hidden;
	   
   }
   .gallery .galleryContainer img{
	   width:100%;
	   display:block;
	   transition: 0.4s;

   }
   .gallery .galleryContainer .title{
	   position:absolute;
	   background-color:gray;
	   padding:5px;
	   margin:5px;
	   border-radius:5x;
	   font-size:15px;
	   font-weight:bold;
	   opacity:0;
	   z-index:1;
	   transition: 0.4s;
   }
   
   .gallery .galleryContainer .item:hover .title{
	   opacity:1;
   }
   
   .gallery .galleryContainer .item:hover img{
	transform:scale(1.2);
   }
  /* gallery end*/

  
  
 
 events section end*/

 .anim {
	opacity: 0;
	
	transform:translateY(30px);
	animation: moveup 0.5s linear forwards;
	
}
@keyframes moveup {
	100%{
		opacity:1;
		transform:translateY(0px);
}}-- -->
.worda_ds {
	display:none;
	position:absolute;
	left:0;
	background-color: var(--color-black);
	
}
  .worda_ds ul {
	display: block;
	margin: 5px;
}
 .worda_ds ul li{
	width:100px;
	padding:10px;
}
body{
background-image:url();
background-size:cover;
background-position:center;

font-family:sans-serif;
}
.actionm {
	display:none;
}
.menu ul li:hover .actionm{
	display:block;
	position:absolute;
	
	margin-top:5px;
	margin-left:-20px;
	

}
.menu ul li:hover .actionm ul{
	display:block;
	margin:10px;
	transition: 0.4s ease-in-out;
}
.menu ul li:hover .actionm ul li{
	width:80px;
	padding:5px;
	border-bottom:1px dotted #fff;
	background:transparent;
	border-radius:0;
	text-align:left;
}
.menu ul li:hover .actionm ul li a:hover{
	color:red;
	background-color:yellow;
}

.menu .fa{
margin-right:5px;}
.menu ul{
	display: inline-flex;
	list-style:none;
color:#fff;}
.menu ul li{
width:100px;
margin:20px;
padding:15px;
list-style:none;
margin-left:-20px;
	margin-top:30px;
	font-size:13px;
	
}
.abdii{
	background-color:yellow;
}
.asd ul h1{
	width: 200px;
	float: left;
	height:30px;
	margin-top:100px;
	display:inline-block;
	
}
.sil{
	color: #ff7200;
	font-size:20px;
	margin-left:250px;
	margin-top:60px;
	font-size:13px;
	font-family: Arial;  
	padding-left:5px;
	float:left;
	margin-top:100px;
	display:inline-block;
	justify-content:space-between;

}



.dropdown {
  float: left;
  overflow: hidden;
}


.dropdown .dropbtn {
  font-size: 10px;  
  border: none;
  outline: none;
  color: white;
padding: -30px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  margin:0px;
  margin-left:20px;
	margin-top:27px;
	left:0px;
	
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0,0.2);
  z-index: 1;
}

.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
  background-color: #ccc;
  height: 200px;
}
.column h3 {
  
 color:black;
  padding: 10px;
  background-color: #ccc;
  
}

.column a {
  float: none;
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
.slider-frame{
	overflow:hidden;
	height:800px;
	width:1200px;
	margin-left:250px;
	margin-top:70px;
}
@-webkit-keyframes slide_animation{
	0%{left:0px;}
	10%{left:0px;}
	20%{left:1200px;}
	30%{left:1200px;}
	40%{left:2400px;}
	50%{left:2400px;}
	60%{left:1200px;}
	70%{left:1200px;}
	80%{left:0px;}
	90%{left:0px;}
	100%{left:0px;}
}
.slide-images{
	width:3600px;
	height:800px;
	margin:0 0 0 -2400px;
	position:relative;
	-webkit-animation-name: slide_animation;
	-webkit-animation-duration:20s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	
}
.img-container{
	height:800px;
	width:1200px;
	position:relative;
	float:left;
}
.marquee{
	width:1200px;
	height:100px;
	background-color:gray;
	color:#fff;
	overflow:hidden;
	position:relative;
	
}
.marquee:before, .marquee:after{
	position:absolute;
	top:0;
	width:100px;
	content:"";
	z-index:1;
}
.marquee:before{
	left:0;
	background:linear-gradient(to right,#111 0%, transparent 100%);
	
}
.marquee:after{
	right:0;
	background:linear-gradient(to right,#111 0%, transparent 100%);
}
.marquee-content{
	list-style:none;
	height:20%;
	display:flex;
	animation:scrolling 5s linear infinite;
	position:fixed;
}
@keyframes scrolling{
	0%{transform:translateX(100px);}
	100%{transform:translateX(-100px);}
}
.marquee-content {
	display:flex;
	justify-content:center;
	align-items:center;
	border:3px solid teal;
	width:20rw;
	flex-shrink:0;
	font-size:5rem;
	white-space:nowrap;
}

.dropdown_menu{
	display: none;
	
}
.menu ul li:hover .dropdown_menu{
	display:block;
	position:absolute;
	left: 0;
	top:100%;
	background-color:black;	
}
.menu ul li:hover .dropdown_menu ul{
	display:block;
	margin:10px;
	
}
.menu ul li:hover .dropdown_menu ul li{
	width:150px;
	padding:10px;
	
}
.gs{
	background:black;
}
.follo{
	margin-top:30px;
	margin-bottom:-40px;
	margin-left:20px;
}
footer{
	background:#eef8ff
	position:absolute;
	width:100%;
	bottom:0px;
	background: linear-gradient(to right, #00093c, #2d0b00);
	color:#fff;
	padding:100px 0 30px;
	border-top-left-radius:125px;
	font-size:13px;
	line-height:20px;
	margin-top:20px
}
.row{
	width:85%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:space-between;
}
.col{
	flex-basis:25%;
	padding:10px;
	gap:20px;
}
.col:nth-child(2), .col:nth-child(3) {
	flex-basis:10%;
}
.logoo{
	width:80px;
	margin-bottom:10px;
	margin-left:40px;
	font-size:19px;
	
	
}
.emil-id{
	width:fit-content;
	border-bottom:1px solid #ccc;
	margin:20px 0;
	
}
.col ul li{
	list-style:none;
	margin-bottom:12px;
	
}
.col ul li a{
	text-decoration:none;
	color:#fff;
	
}
.form button{
	background:transparent;
	border:0;
	outline:none;
	cursor:pointer;
}
.ico a{
	 text-decoration:none;
	 color:#fff;
 }
 .ico ion-icon{
	 
	 font-size:30px;
	 padding-left:20px;
	 line-height:40px;
	 border-radius:50%
	 color:#000;
	 text-align:center;
	 padding-top:10px;
	 background:#fff
	 margin-right:10px;
	 margin-top:50px;
 }
  .sew{
	 margin-bottom:20px;
 }
 
.conten .ico .ion-icon{
	width:40px;
	height:40px;
	border-radius:50px;
	text-align:center;
	line-height:20px;
	font-size:20px;
	color:#000;
	background:#fff;
	margin-left:15px;
	cursor:pointer;
	
}
hr{
	width:100%;
	border:0;
	border-bottom: 1px solid #ccc;
	margin:20px auto;
	
}
.copyright{
	text-align:right;
}
.underline {
	width:100%;
	height:5px;
	background:#767676;
	border-radius:3px;
	position:absolute;
	top:25px;
	left:0;
}
.underline span{
	width:15px;
	height:100%;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:0;
	left:10px;
	
}
 .foot{
	background-color:red
	   height: 100vh;
	   overflow: hidden;
	   position: relative;
   }
-------
img{
	max-width:100%;
	max-height:10%;
	
}
#slider figure{
	width:500%;
	margin:0;
	margin-left:40px;
	position:relative;
	animation:30s slider infinite;
}
#slider figure img{
	width:20%;
	float:left;
}
#slider{
	overflow:hidden;
	
}
@keyframes slider{
	0%{
		left:0%;
	}
	
	20%{
		left:0%;
		
	}
	25%{
		left:-100%;
	}
	45%{
		left:-100%;
	}
	50%{
		left:-200%;
	}
	
	70%{
		left:-200%;
	}
	75%{
		left:-300%;
	}
	
	95%{
		left:-300%;
	}
	
	100%{
		left:-400%;
	}
}
.clearfix::after{
	content: '';
	display: block;
	clear: both;
}

.con{
width:100%;
margin:30px auto 30px;
border:1px solid red;
background-color:#501801;
margin-top:60px;
}

.con .main-content{
width:100%;
float:left;
border:1px solid green;

}
.con .sidebar {
width:30%;
float:right;
height:300px;
border:1px dashed red;

}


.con .main-content .recent-post-title{
	margin:20px;
	color:#fff;
	text-align:center;
	background-color:red;
}
.con .main-content .post{
	width:95%;
	height:370px;
	margin:20px auto;
	border-radius:5px;
	background:#fff;
	position:relative;
}
.con .main-content .post .post-image{
	width:40%;
	height:100%;
	float:left;
	
}
.con .main-content .post .post-preview{
	width:60%;
	padding:10px;
	float:right;
	
}
.btno{
	padding: .5rem 1rem;
	background:#006669;
	color:#fff;
	border:1px solid transparent;
	border-radius: .25rem;
	text-decoration:none;
}
.btno:hover{
	color:#fff !important;
	background:#005255;
}
.con .main-content .post .read-more{
	position:absolute;
	bottom:10px;
	right:10px;
	border:1px solid #005255;
	background:transparent;
	border-radius:0px;
	color:#005255 !important;
}
.con .main-content .post .read-more:hover{
	background:#006669;
	color:#fff;
	transition: .25s;
}
.con .main-content .sidebar{
	margin:-10px;
	color:#fff;
	text-align:center;
}
.sliderr{
height:250px;
margin:auto;
position:relative;
width:95%;
display:grid;
place-items :center;
} 
.sliderr-track{
display:flex;
width:calc(250px * 18);
animation:scroll 40s linear infinite;

}
@keyframes scroll{
0%{
transform:translateX(0);
}
100%{
transform:translateX(calc(-250px * 9));
}}
.slidw{
height:200px;
width:250px;
display:flex;
align-items:center;
padding:60px;
perspective:150px;
}
.slidw img {
width:170%;
transition:transform 1s;
}
.slidw img:hover {
transform:translateZ(40px);
}

.sliderr::before, .sliderr::after{
background:linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0)100%);
height:100%;
position:absolute;
width:50%;
z-index:2;
}
.sliderr::before{
left:0;
top:0;
}
.sliderr::after{
left:0;
top:0;
transform:rotateZ(100deg);
}
.marquee-w{
	position:relative;
	display:block;
	width:750px;
	height:140px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	overflow:hidden;
}
.marquee2 span{
	animation-delay:5s;
	
}
.marquee{
	position:absolute;
	display:block;
	margin:auto auto;
	white-space:nowrap;
	overflow:hidden;
	min-width:100%;
	height:100%;

}
.marquee span{
	
	display:inline-block;
	padding-left:100%;
	font-family:'poppins',sans-serif;
	text-align:center;
	color:#fff;
	-webkit-text-stroke: 1px #43e486;
	white-space:nowrap;
	min-height:100%;
	line-height:140px;
	font-size:85px;
	animation:marquee 10s linear infinite;

}
  @keyframes marquee{
	  0%{
		  transform:translate(0,0);
		  
	  }
	  100%{
		  transform:translate(-100,0);
		  
	  }
  } 
