body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
  background: rgb(190, 221, 253);
  /* color: white; */
}
.navbar{
  background: rgb(190, 221, 253) !important;
  margin: 0;
	padding: 0;
 }

/* Navigation Bar */
.navbar-brand img {
	margin-right: 10px;
  width: 400px;
}
/* Add border and padding to all list items */
/* Add border and padding to all list items */
.navbar-nav .nav-item {
  border: 1px solid #007BFF;
  border-radius: 10px;
  margin: 0 10px; /* Optional margin for spacing between items */
}

/* Adjust margin for specific items to remove extra space */
.navbar-nav .nav-item:nth-child(1),
.navbar-nav .nav-item:nth-child(2),
.navbar-nav .nav-item:nth-child(4),
.navbar-nav .nav-item:nth-child(5) {
  margin: 0 2px; /* Reduce the margin for specific items */
}

.navbar-nav .nav-item:hover {
  background-color: rgb(118, 164, 211);
  color: #fff !important;
  border-radius: 20px;
  border: 1px solid #ff0000;
}



.underline-link {
  text-decoration: underline; /* Add underline to the link text */
  color: rgb(147, 82, 22) !important;
  /* background: rgb(235, 233, 233); */
  
}
.courses-section{
  background: rgb(190, 221, 253) !important;
}


.container h1 {
	color: #fff;
}

.container p {
	font-size: 1.2rem;
	color: #ccc;
	margin-bottom: 20px;
}

.btn-primary {
	background-color: #f00;
	border-color: rgb(64, 0, 255);
  color: rgb(250, 250, 250);
}

.btn-primary:hover {
	background-color: #0e2fa8;
  border-color: rgb(255, 0, 0);
  
}
.category-section {
	background: rgb(203, 28, 28);
	padding: 60px 0;
}

.category-section h2 {
	font-size: 2.5rem;
	margin-bottom: 30px;
}

.category-section p {
	font-size: 1.2rem;
	color: #777;
	margin-bottom: 50px;
}

.card {
	background-color:  rgb(166, 199, 231) !important;;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
  border-radius: 10px;
}



.courses-section {
	background-color: #fff;
	padding: 60px 0;
}

.courses-section h2 {
	font-size: 2.5rem;
	margin-bottom: 30px;
}

.courses-section p {
	font-size: 1.2rem;
	color: #777;
}
.form-control{
 background: rgb(143, 177, 212) !important;
}




.faq-section {
    padding: 50px 0;
  }
  
  .faq-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }
  
  .faq-item {
    width: 400px;
    margin: 30px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: left;
    background:rgb(166, 199, 231) !important;
  }
  
  .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  
  .question h3 {
    margin: 0;
    font-size: 20px;
  }
  
  .answer {
    margin-top: 20px;
    display: none;
  }
  
  .answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .faq-item.show .answer {
    display: block;
  }
  

  
/* ------------------Footer--------------------- */
footer ul li ,a,p,h5{
  color: #000 !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;

}
footer ul li a:hover{
  color: #ff004f !important;
}



footer {
  margin-top: 30px;
 
  color: white !important;
  background: #000000;
}
footer ul li i{
  color: white;
}
footer .icon i {
  font-size: 20px;
}

.footer .icon a i {
  font-size: 30px;
  transition: all 0.2s ease-in-out;
}

.footer .icon a i:hover {
  color: #ff004f !important;
  transform: scale(1.3);
}
footer .copy{
  background: #171717;
  padding-top: 20px;
  padding-bottom: 20px;
}
.icon a i {
  font-size: 30px;
  color: black;
}

.icon a:hover i {
  font-size: 25px; 
  transform: scale(1.3);
  color: #ff004f !important;
}
h2 {
  font-size: 18px; /* Adjust the font size for h2 on phones */
}
h3 {
  font-size: 16px; /* Adjust the font size for h3 on phones */
}
h4 {
  font-size: 14px; /* Adjust the font size for h4 on phones */
}
h5 {
  font-size: 12px; /* Adjust the font size for h5 on phones */
}
p {
  font-size: 16px; /* Adjust the font size for paragraphs on phones */

}

/* Decrease the font size for table header cells (th) */
th {
    font-size: 12px; /* Adjust the size as needed */
}
tr{
  font-size: 12px; /* Adjust the size as needed */
}

@media (max-width: 768px) {
  h1,h2,h3,h4,h5,p{
    font-weight: normal;
  }
  h1 {
    font-size: 24px; /* Adjust the font size for h1 on phones */
  }
  h2 {
    font-size: 18px; /* Adjust the font size for h2 on phones */
  }
  h3 {
    font-size: 16px; /* Adjust the font size for h3 on phones */
  }
  h4 {
    font-size: 14px; /* Adjust the font size for h4 on phones */
  }
  h5 {
    font-size: 12px; /* Adjust the font size for h5 on phones */
  }
  p {
    font-size: 16px; /* Adjust the font size for paragraphs on phones */
  
  }
  
  /* Decrease the font size for table header cells (th) */
  th {
      font-size: 14px; /* Adjust the size as needed */
  }
  
  /* Define your styles for phones here */
  .main-container {
    padding: 20px; /* Example padding for phones */
  }
  .col-md-6 {
    width: 100%; /* Make the columns stack on top of each other */
  }
  .col-md-5 {
    width: 100%; /* Make the columns stack on top of each other */
  }
  img {
    max-width: 100%; /* Make sure the image doesn't exceed its container */
    height: auto; /* Maintain the aspect ratio of the image */
    display: block; /* Remove any extra spacing around the image */
    margin: 0 auto; /* Center the image horizontally */
  }
  .navbar-brand img {
    margin: 0;
    width: 250px;
  }
  
}


  
  