.bread_crumb {
  background: #68d1a9 !important;
  margin: 0px;
}
ul.bread_crumb li {
  display: inline-block;
}
.bread_crumb li:first-child {
  margin-left: 0;
}
.bread_crumb li,
.bread_crumb li a {
  color: #fff;
  font-weight: 600 !important;
  line-height: 25px;
  letter-spacing: 1px;
}
.bread_crumb li:last-child {
  background-color: #3c9aa6;
}
.bread_crumb li:last-child:before {
  content: " ";
  display: inline-block;
  border-top: 14px solid rgba(20, 49, 93, 0);
  border-left: 14px solid #68d1a9;
  border-bottom: 14px solid transparent;
  border-right: none;
  margin-top: 0px;
  vertical-align: middle;
}
.bread_crumb li:last-child:after {
  content: " ";
  display: inline-block;
  border-top: 14px solid rgba(20, 49, 93, 0);
  border-left: 14px solid #3c9aa6;
  border-bottom: 14px solid transparent;
  border-right: none;
  margin-top: 0px;
  background: #68d1a9;
  vertical-align: middle;
}
.main_body_row {
  background: url(../img/ban.jpg);
  padding-top: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
p.work_con {
  color: #fff;
  font-size: 16px;
  padding: 35px 0px;
  font-family: "comicsans" !important;
}
p.date_event {
  text-align: center;
  color: #dde000;
  font-size: 18px;
  padding: 35px 0px;
  font-family: "comicsans" !important;
}
p.doc_name:after {
  display: block;
  width: 50px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  content: "";
  bottom: 0;
  background: #42b3e5;
}
.doc_info {
  text-align: center;
}
.doc_info img {
  border: 3px solid #4cadc9;
}
.doc_info p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "comicsans" !important;
}
.info_event {
  text-align: center;
}
.but_ton a {
  background: #7aa2d0;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px;
  width: 200px;
  font-weight: 400;
  font-size: 15px !important;
  display: inline-block;
  text-align: center !important;
  margin: 5px;
  cursor: pointer;
}
.organised {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "comicsans" !important;
}
@media (min-width: 1251px) and (max-width: 1350px) {
}
@media (min-width: 1025px) and (max-width: 1250px) {
}
@media (min-width: 991px) and (max-width: 1024px) {
}
@media (min-width: 768px) and (max-width: 990px) {
}
@media (min-width: 481px) and (max-width: 767px) {
  .first_sec {
    text-align: center !important;
  }
  .ainu_logo {
    text-align: center !important;
  }
  .ainu_logo img {
    width: 90%;
  }
  p.work_con {
    /*padding: unset !important;*/
    font-size: 24px;
  }
  p.date_event {
    font-size: 24px;
  }
  .doc_info img {
    border-radius: 100%;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  .first_sec {
    text-align: center !important;
  }
  .ainu_logo {
    text-align: center !important;
  }
  .ainu_logo img {
    width: 90%;
  }
  .mob_view {
    background: bottom !important;
  }
  p.work_con {
    /*padding: unset !important;*/
    font-size: 24px;
  }
  p.date_event {
    font-size: 24px;
  }
  .doc_info img {
    border-radius: 100%;
  }
}
