body {
  font-family: "Muli", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.topmenu {
  background: #10386b;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #10386b;
  font-weight: 700;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0);
}

.text_wrap {
  color: #fff;
  margin-top: 7px;
}

.text_wrap a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.buttonapply {
  background: #ffffff;
  color: #ae152d;
  border: 1px solid #ae152d;
  border-radius: 4px;
  padding: 5px;
  margin-top: -10px;
}
.buttonapply:hover {
  background: #ae152d;
  color: #ffffff;
  border: 1px solid #ae152d;
}
.box-bg {
  border: 1px solid #919191;
  padding: 20px;
  margin-top: 70px;
}
.box-circle {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 100%;
  margin-left: 200px;
  margin-top: -63px;
  border: 3px solid #287e8d;
}

.box-circle img {
  width: 100px;
  width: 60px;
  margin-left: 20px;
  margin-top: 17px;
}

.about h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 5px;
  background: #ae152d;
}
.about p {
  font-size: 18px;
  text-align: justify;
}
.about-image {
  margin-top: 3rem;
}
.rd_left {
  background: #ae152d;
  color: white;
  padding: 5px;
}

.rd_left_ul a {
  text-decoration: none;
  color: black;
}

.rd_left_ul li {
  list-style: none;
  margin-left: -30px;
  padding: 4px;
}

.rd_left_ul li:hover {
  background: #ae152d;
  color: white;
}

.eligi_li li {
  list-style: none;
  text-align: justify;
  margin-left: -24px;
  line-height: 26px;
}

/*vision page*/

.vision {
  background: #10386b;
}
.vision h2 {
  color: #fff;
  margin-top: 3rem;
}
.vision-wrap img {
  width: 300px;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.vision-wrap h4 {
  margin-top: 4rem;
}
.vision-wrap p {
  text-align: justify;
  box-shadow: -1px 0px 3px 1px;
  border-radius: 10px;
  padding: 17px;
}

.vision-wrap ul {
  text-align: justify;
  box-shadow: -1px 0px 3px 1px;
  border-radius: 10px;
  padding: 17px;
}

.breadcrumbs li {
  display: inline;
  font-size: 16px;
  color: #fff;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
  margin-left: -30px;
}

/*footer*/
 
.footer-sec {
  background-color: black;
}

.footer-sec p {
  color: #fff;
}
.footer-sec ul li {
  list-style: none;
  margin-left: -32px;
  color: #9f9f9f;
}

.footer-sec ul li a {
  list-style: none;

  color: #9f9f9f;
  text-decoration: none;
}

.hr-sec {
  height: 2px;
  color: #9f9f9f;
}
.footer-reseved {
  font-size: 14px;
}
.footer_contact ul li {
  display:  none;
}

@media only screen and (max-width: 768px) {
  .vision-wrap h4 {
    margin-top: -40px;
  }

  .carousel-control-prev1,
  .carousel-control-next1 {
    background-color: #fff;
    width: 2em;
    height: 3em;
    top: 60%;
    transform: translateY(100%);
    margin-top: 16em;
    /* margin-left: 121px; */
  }

  .about-image {
    width: 375px;
  }

  .carousel-control-prev1,
  .carousel-control-next1 {
    opacity: 1;
    position: absolute;
    left: 28em;
    top: 96%;
    transform: translateY(-50%);
  }
  .carousel-control-next1 {
    left: 30em;
  }

 .footer_contact { 
    position: fixed;
    bottom: 3rem; 
  }
  .footer_contact ul li {
    display: inline;
    padding: 10px;
  }
  .footer_contact ul li a {
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
  }
  .whatsapp_bg {
    background: #00a846; 
    border-radius: 10px;
  }
  .call_bg {
    background: #10386b; 
    border-radius: 10px;
  }
}

@media only screen and (max-width:600px) {
  .vision-wrap h4 {
    margin-top: -40px;
  }

  .carousel-control-prev1,
  .carousel-control-next1 {
    background-color: #fff;
    width: 2em;
    height: 3em;
    top: 60%;
    transform: translateY(100%);
    margin-top: 16em;
    /* margin-left: 121px; */
  }

  .about-image {
    width: 375px;
  }

  .carousel-control-prev1,
  .carousel-control-next1 {
    opacity: 1;
    position: absolute;
    left: 28em;
    top: 96%;
    transform: translateY(-50%);
  }
  .carousel-control-next1 {
    left: 30em;
  }

 .footer_contact { 
    position: fixed;
    bottom: 3rem; 
  }
  .footer_contact ul li {
    display: inline;
    padding:4px;
  }
  .footer_contact ul li a {
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
  }
  .whatsapp_bg {
    background: #00a846; 
    border-radius: 10px;
  }
  .call_bg {
    background: #10386b; 
    border-radius: 10px;
  }
}
