/*****CUSTOM*****/
.menu-margin {
  position: absolute;
  margin-left: 190px;
  margin-top: -45px;
}

.acc-head {
  float: left;
  width: 90%;
  background: #00a651;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  border-radius: 0 18px 0 0;
  z-index: 1;
  position: relative;
}
.breadcrumb {
  float: left !important;
  width: 100% !important;
  text-align: center !important;
  display: unset !important;
}
.breadcrumb h1 {
  color: #252222 !important;
  font-size: 36px !important;
  font-weight: 700;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 0px;
  line-height: normal;
}
.breadcrumb h1:after {
  position: absolute;
  content: "";
  width: 136px;
  height: 3px;
  background: #00b09b;
  left: 50%;
  bottom: 0px;
  margin-left: -66px;
}
.breadcrumb h2 {
  font-size: 14px;
  font-family: "Lora", serif;
  font-style: italic;
  color: #252222;
  padding: 10px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 50px;
}
.breadcrumb h2 a {
  color: #232121;
}
.breadcrumb h2 a:hover {
  color: #d7123e;
}
.admission-btn-main {
  float: left;
  width: 100%;
  background: #00a651;
  border-radius: 15px;
  padding: 80px 0;
  text-align: center;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.admission-btn-main:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.admission-btn-main:hover {
  background: #00b09b;
}
.admission-btn-main h2 {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  margin-bottom: 0px;
}
.admission-btn-main h2 span {
  font-size: 14px;
}
.admission-btn-main img {
  position: absolute;
  top: -47px;
  left: 50%;
  margin-left: -48px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
/*****CUSTOM*****/
