.diihmcourse {
  background: #6f42c1;
  padding: 5px 15px;
  border: 1px solid;
  box-shadow: 5px 7px red;
  border-radius: 5px;
  color: white;
  font-size: 15px;
}

#pop-main {
  width: 600px;
  height: auto;
  position: fixed;
  left: 25%;
  top: 10%;
  z-index: 9999;
}
#close-pop {
  position: absolute;
  width: 45px;
  height: 25px;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
#pop-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(6, 9, 18, 0.8);
  z-index: 999;
}

#pop-main1 {
  width: 78%;
  height: auto;
  position: fixed;
  left: 10%;
  top: 8%;
  z-index: 9999;
}
#close-pop1 {
  position: absolute;
  width: 45px;
  height: 25px;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
#pop-bg1 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
/* Index Slider  */
.slider-size {
  height: 500px;
}
/* Feature college carousel  */
.carousel-wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.carousel-wrap .item {
  border: 3px solid #ffc107;
  border-radius: 3px;
  margin: 3px;
  margin-top: 0 !important;
  overflow: hidden;
}
.carousel-wrap a .c-name {
  height: 40px;
  background: #ffc107;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-colleges .owl-nav {
  display: none !important;
}
.f-colleges .owl-dots {
  display: none !important;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100% !important;
  height: 100px !important;
}
.f-clg-m {
  position: relative;
  background: #fff;
  border: 2px solid #6f42c1;
  border-radius: 7px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-clg-m .c-name {
  position: absolute;
  width: 100%;
  background: #ffc107;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  color: #fff;
  padding: 5px;
  left: 0;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  display: none;
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

/* course  */
.course-card {
  text-decoration: none;
  background: #fff;
  border: 2px solid #6f42c1;
  padding: 8px 12px;
  margin: 5px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Best College List  */
.city-card_item {
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.city-card_img {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.city-card_img p {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  float: left;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: calibri-bold;
  line-height: 24px;
  text-shadow: 1px 1px 4px #000;
}
.city-img {
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 7%;
}
.md a {
  border-radius: 6px;
  color: white;
  background-color: #6f42c1 !important;
  text-decoration: none;
  display: block;
  transition: all 0.1s ease-in-out 0s;
  border-top: 3px solid #6f42c1 !important;
  overflow: hidden !important;
}
.icon-bar5 a {
  border: 2px solid #6f42c1 !important;
}

/* Mission & Vission  */
.mv {
  background: #6f42c1;
  padding: 35px;
  border-radius: 7px;
  color: #fff;
}
.mv p {
  margin: 0;
}
.img-mv-box {
  display: flex;
  justify-content: center;
}
.img-mv {
  max-width: 100%;
  height: 150px;
  background: #fff;
  border-radius: 7px;
  border: 5px solid #ffc107;
}
.row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

/* Testimonials  */

.testimonial {
  background-color: white;
  text-align: center;
  padding: 30px 30px 50px;
  margin: 100px 15px 160px;
  position: relative;
}

.testimonial::before,
.testimonial::after {
  content: "";
  border-top: 40px solid white;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.testimonial::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}

.testimonial .icon {
  display: inline-block;
  font-size: 80px;
  color: #ffc107;
  margin-bottom: 20px;
  opacity: 0.6;
}

.testimonial .description {
  font-size: 14px;
  color: #777;
  text-align: justify;
  margin-bottom: 30px;
  opacity: 0.9;
}

.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  position: absolute;
}

.testimonial .pic {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 4px 4px #ffc107;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .name {
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
}

.testimonial .title {
  display: block;
  font-size: 14px;
  color: #ffc107;
}
.footer-des ul li {
  color: #fff;
}
.footer-des ul li a {
  color: #fff;
}

/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
  .slider-size {
    height: 250px;
  }
  .city-img {
    height: 150px;
  }
  #header .logo img {
    margin: 0px 0;
    max-height: 40px;
  }
  .img-mv {
    max-width: 100%;
    height: 100%;
  }
}
