.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 */
  }
}

