
#particles-js{
	
	
	background-image:url("img.JPG");
	background-size: cover;
	height: 650px;
}
.head1{font-size: 20px;}

.navbar-brand{
	color: white;
}
.nav-link{
	color: white;
	margin-left: 60px;font-size:26px;
}
body{background-color: black;
font-family: 'Cute Font', cursive;
font-size: 20px;}
.nav-link:hover{
	
	
	color: #E4B52B;
}
.dropdown{
	
}
a{font-size: 20px;}
.dropdown-item:hover{
	
	color: #E4B52B;
	background-color: black;
	
}
.btn-grad {background-color:red;

	  border: none;
  color: white;
  padding: 10px 13px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
border-radius: 10px;}
.btn-grad:hover { color: black;
background-color:#E4B52B; }

.nav1{
	height: auto;
	background-color: black;
	color: white;
	
}


.cont{
	color: white;
	border: 2px solid #FFFFFF;
	margin-top: 30px;
	
}
.cont2{color:white;
text-align: center;
font-size: 22px;}

body{
	text-align: justify;
}
.cont1{
	color:white;
		margin-top: 30px;
margin-bottom: 30px;
}
li{
	list-style-type: none;
}

.logo{
	margin-right: 150px;
}
	
.op:hover{
	opacity: 0.7;
	border-radius: 2px;
}
.contt{
	background-color: black;}


.ani{
	
 -webkit-animation-duration: none;
 -webkit-animation-delay: none;
  -webkit-animation-iteration-count: none;
}
.float{
	float: right;
	
	height: auto;
}

.img2{border: 2px solid red;
	border-radius: 50%;
	margin-left: 10px; }
.mar{margin-left: 30px;}

.rt{margin-right: 50px;}
.tel{color: white;}
.img5 {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
	
	opacity: 0.9;
  background-color: #E4B52B;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.img5{border-radius: 5px;
margin-left: 90px;}
.img5:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
	border: 5px solid red;
	color: red;
}
.flu{background-color: black;}
.text {
  color: red;
	font-style:oblique;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.ani:hover{
	
 -webkit-animation-duration: 5s;
 -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
}
