.parent-container {
  font-size: 12px;
}
.dropdown-item{
  font-size: 12px;
}
.btn{
  color: white;
}
.btn-primary {
    background-color: #3262C4; /* Custom orange background */
    border-color: #3262C4;     /* Custom orange border */
}
.btn-primary:hover {
    background-color: #00CBE6; /* Darker orange on hover */
    border-color: #00CBE6;
}
.smalltext{
  font-size: 12px;
}
.mediumtext{
  font-size: 15px;
}
.largetext{
  font-size: 18px;
}


.btn-secondary:hover {

  color: cyan !important;
}
.home-form{
  margin:auto;
}
.contactus-form{
  margin:auto;
}
.register-form{
  margin:auto;
}
.footer{
  font-size: 0.5em;
  color: darkgrey;
}
.navbar-nav {
  color: #38B6FF;
  font-size: 12px;
  font-weight: bold;
}
.navbar-nav .nav-item:hover .nav-link {
  color: #38B6FF;
  font-size: 12px;
  font-weight: bold;
}
#icon{
  width:80px; 
  height:80px;
	float:left;
	margin-left:5px;
	margin-top:0px;
	padding-left:0px;
  padding-top: 5px;
  border-radius:50%;
	filter:invert(0);
	
}
#logo{
  width:40%;
  height:100%; 
  margin-top:0px;
  margin-left:5px;


}
.bannerimg{
  width:15%;
  height:15%;
  
}

.table{

  max-width: 1440px;
  width: 100%;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
  font-size: 12px;

}
.hide{
  display: none;
}


.carousel{
  height:500px;
}
.carousel-indicators{
  background-color: white;
  outline: grey;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
height: 30px;
width: 40px;
outline: grey;
background-size: 10%, 10%;
border-radius: 10%;
border: 1px solid grey;
background-image: none;
background-color: grey;


}
.carousel-control-next-icon:after
{
content: '>';
font-size: 18px;
font-weight: bold;
color: white;


}

.carousel-control-prev-icon:after {
content: '<';
font-size: 18px;
font-weight: bold;
color: white;

}
.content_paragraph{
 font-size: 12px; 
  
}  
.fa {
padding: 20px;
font-size: 20px;
width: 20px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}