.sub-header .right-icons a {
  color: white;
}

.about-us p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-card {
  margin: 0px !important;
  padding: 25px !important;
}

.about-card a {
  background: #002147;
  padding: 4px 10px;
  color: #fff !important;
  font-size: 11px;
  border-radius: 3px;
  height: 30px;
  line-height: 24px;
}

.about-card .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.about-card p {
  text-align: justify;
}


.col-lg-4:not(:last-child) .about-card {
  border-right: 1px solid #ccc;
  /* separator color */
}


.course-item {
  margin-bottom: 30px;
  background-color: rgba(250, 250, 250);
  border-radius: 10px;
  color: black;
}

.course-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.course-item a {
  color: black !important;
}

.course-item a:hover {
  color: black !important;
}


.course-item .thumb {
  position: relative;
}

.course-item .thumb img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.course-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: 180px;
}


.course-item .thumb .price {
  position: absolute;

  left: 0px;
  top: 0px;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 0px 0px;
  border-radius: 10px;

}



.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}

section.recruiters {
  padding-top: 140px;
  /*padding-bottom: 130px;*/
}

section.recruiters img {
  padding: 20px;
  /* max-width: 220px; */
}

section.news-events {
  padding-top: 140px;
  padding-bottom: 80px;
}

.ho-ev-date {
  display: inline-block;
  float: left;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  margin-right: 20px;
  text-transform: uppercase;
  width: 20%;
  background: #02294e;
  background: -webkit-linear-gradient(to top, #012951, #03294e);
  background: linear-gradient(to top, #012951, #03294e);
}

.ho-ev-link {
  float: left;
  width: 60%;
}

.h-blog ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: 12px 0px;
  position: relative;
  overflow: hidden;
}

.footer {
  background: #002147;
  text-align: left;
  margin-top: 0px !important;
}

.footer h4 {
  font-size: 14px;
  color: white;
}

.footer a {
  font-size: 12px;
  /* color: #83838; */
}

.footer p {
  font-size: 12px;
}

.wed-foot-link-1 ul {
  position: relative;
  overflow: hidden;
}

.wed-foot-link-1 ul li {
  float: left;
  padding-right: 8px;
}

.wed-foot-link-1 ul li {
  float: left;
  padding-right: 8px;
}

.social-media li {
  display: inline;
  margin-right: 20px;
}

@media (min-width: 1800px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
    /* adjust as needed */
  }
}

@media (min-width: 2000px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1800px;
    /* adjust as needed */
  }
}



.right-icons .nav-link {
  padding-top: 0px !important;
  padding-bottom: 2px !important;
}

.right-icons .navbar {
  padding: 0px !important;
}

.dropdown-menu {
  background-color: #f7f6f6;
}

.dropdown-item {
  color: black !important;
  padding: 8px !important;
}

.dropdown-item:active {
  background-color: #e9ecef !important;
}

.sub-header .right-icons ul li {
  display: list-item;
}

.navbar-dark .navbar-nav .nav-link {
  color: white !important;
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.right-icons .navbar-nav {
  flex-direction: row !important;
}

@media (max-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 750px;
  }
}

@media (max-width: 992px) {


  .row {
    margin-right: .5rem;
    margin-left: .5rem;
  }


  .header-area .main-nav .logo {
    float: none;
  }

  .sub-header .right-icons ul li {
    margin-left: 8px;
  }

  .header-area .main-nav .logo img {
    max-height: 80px;
    width: auto;
    /* 1. Set the image to block level */
    display: block;

    /* 2. Apply auto margins horizontally */
    margin-left: auto;
    margin-right: auto;
  }

  .header-area .main-nav .nav {
    float: none;
    margin-top: 10px;
    /* 1. Set the image to block level */
    /* display: block; */

    /* 2. Apply auto margins horizontally */
    margin-left: auto;
    margin-right: auto;

  }

  .header-area {
    top: 100px;
  }

}

.navbar>.container {
  display: inline !important;
}

@media (max-width: 766px) {
  .header-area .main-nav .logo {
    float: left;
  }
}

.right-icons a {
  cursor: pointer;
}


.header-area .main-nav .nav li.has-sub::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
}

.inner-page {
  padding-top: 40px;
  padding-bottom: 40px;
}

a {
  color: blue;
}

.footer a {
  color: #3CF;
}

p {
  text-align: justify;
}

.paragraph {
  text-indent: 30px;
  padding-bottom: 1rem;
}

.italic {
  font-style: italic;
}

.dropdown-menu li{
  list-style: none;
}
.navbar-nav li{
  list-style: none;
}

ol{
  padding-left: 20px;
}

ul{
    padding-left: 20px;
}
ul, li{
  font-size: 14px;
}

strong{
font-size: 14px !important;
} 
        
b,strong {
    font-weight:600 !important;
}

.footer ul{
    padding-left:0px;
}
.footer li{
    list-style: none;
}
