a {
  color: #0a243e;
  text-decoration: none;
  font-weight: 500;
}
.mt-7 {
  margin-top: 2rem;
}
h2 {
  font-size: 38px;
  font-weight: bold;
  color: #333 !important;
}
.site-content h2{
	margin-top: 10px;
  	text-align: left !important;
}
/* .examples-content-wrap{
	max-width: 800px;
    margin: auto;
    padding: 20px;
} */
pre{
	border: 1px solid;
    color: blue;
    padding: 10px;
    border-radius: 5px;
}
.site-content img{
	margin: 10px 0;
}
.examples-content-wrap .list-group ul{
	padding-left: 2rem !important;
}
.examples-content-wrap .list-group ul li{
	list-style: decimal !important;
	margin: auto;
	padding: auto;
}
.examples-content-wrap .list-group ul li a{
	color: blue;
}
.main-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0px 0px 37px -8px rgb(0 0 0 / 37%);
}

.navbar-expand-lg {
  padding: 0;
}
.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo img {
  max-height: 80px;
}

img {
  max-width: 100%;
}
.text-right {
  text-align: right !important;
}
header .main-header .navbar-collapse {
  justify-content: right;
}
header .main-header ul li.nav-item {
  margin-right: 2.5rem;
}
header .main-header ul li.nav-item:last-child {
  margin-right: 0;
}

.banner-section {
  margin-bottom: 3rem;
}
.banner-section .right-banner {
  text-align: right;
}
.breamcrubs {
  margin: 1.5rem 0 2.5rem;
}
.list-group ul {
  padding: 0;
}
.list-group ul li {
  list-style: none;
  padding: 0.2rem 0;
}
.list-group ul li a {
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
}
.list-group ul li a.active {
  font-weight: 700;
}
.list-group ul li i {
  width: 10px;
  margin-right: 15px;
}
.footer-main {
  background-color: #0a243e;
  color: #fff;
  padding: 1.5rem 0;
  margin-top: 1.5rem;
  position: relative;
  z-index: 999 !important;
}
.accordion-container {
  position: relative;
}
.accordion-container.fixed {
  position: fixed;
  top: 7rem;
}
.card.card-primary {
  border: none;
}
.program-section .p-image {
  height: 200px;
  width: auto;
  margin: 0 25px;
}
.program-section .container {
  padding: 3rem 0;
  border-top: 1px solid #d4d4d4;
}
.program-section .program-content {
  max-width: 600px;
}
.program-section .program-content .p-type {
  margin-top: 25px;
}
.program-section .program-content .p-type span {
  padding: 8px 25px;
  margin-right: 5px;
  background-color: #0a243e;
  color: #fff;
  border-radius: 4px;
}
button,
button.btn.btn-block.btn-default {
  border: none;
  background-color: #0a243e;
  padding: 8px 25px;
  color: #fff;
  border-radius: 4px;
}
a.nav-link {
  color: #000;
}
.page-wrapper .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px; /* Adjust as needed */
  box-sizing: border-box;
}
.page-wrapper {
  position: relative;
  height: 70vh;
}
.dropdown-item.active, .dropdown-item:active{
  color: #fff;
  background-color: #0a243e;
}
.dropdown-menu{
  border: none;
}
header .search-form{
	display: flex;
	margin-top: 5px;
}
header ul li.search{
	border: 1px solid #d4d4d4;
	border-radius: 10px;
}
header .search-form .btn{
	font-size: 18;
	padding-right: 0.5em;
}
header .search-form .btn:active{
	border: none;
}
header .search-form input[type=search]{
	padding: 2px 5px 5px;
	width: 250px;
	border: none;
	border-radius: 0;
}
header .form-control:focus{
	box-shadow: none;
}
header .search-form input[type=search]:focus{
	border: none;
}
@media screen and (max-width: 768px) {
	.mobile-hide{
		display: none;
	}
	.related-blogs{
		width: 100%;
		position: relative;
	}
}
@media (min-width: 768px) {
	.side-content{
		padding-left: 30px;
	}
}