display-flex, .project_main .all_pr_dtl .project__dtl .pro__list li {
  display: flex;
  display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli, .project_main .all_pr_dtl .project__dtl .pro__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header {
  -ms-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.6);
}

.project_main {
  padding: 4em 0;
}
.project_main .down__head .down_para {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  padding: 0 145px;
  margin-right: 15px;
}
.project_main .down__head .db__global::after {
  width: 190px;
}
.project_main .crp_dts {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3.5em;
}
.project_main .crp_dts > div {
  padding-bottom: 20px;
}
.project_main .crp_dts ._ourprojects {
  height: 100%;
  margin-bottom: 20px;
  border: none;
  cursor: pointer;
}
.project_main .crp_dts ._ourprojects .project_img {
  width: 100%;
  height: 100%;
}
.project_main .carousel-control-prev, .project_main .carousel-control-next {
  display: none;
}
.project_main .carousel-indicators button {
  height: 12px;
  width: 12px;
  border-radius: 100px;
  background: #cacaca;
  border-top: initial;
  border-bottom: initial;
  margin-left: 15px;
}
.project_main .carousel-indicators button.active {
  background: #f1a10a;
}
.project_main .all_pr_dtl {
  width: 90%;
  padding-top: 3em;
  margin: 0 auto;
}
.project_main .all_pr_dtl .project__dtl .down__head .db__global {
  font-size: 40px !important;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.3;
  padding-bottom: 28px;
}
.project_main .all_pr_dtl .project__dtl .down__head .db__global .venue {
  display: block;
  color: #9e9e9e;
  font-size: 30px;
  font-family: "optimanormal";
  font-weight: 400;
}
.project_main .all_pr_dtl .project__dtl .down__head .db__global::after {
  right: initial;
  width: 95px;
}
.project_main .all_pr_dtl .project__dtl .down__head .project_para {
  font-size: 18px;
  padding-top: 30px;
  padding-right: 50px;
}
.project_main .all_pr_dtl .project__dtl .pro__list li {
  justify-content: space-between;
  color: #10141b;
  font-size: 18px;
  border-bottom: 1px solid #cfcfcf;
  align-items: center;
}
.project_main .all_pr_dtl .project__dtl .pro__list li:last-child {
  border-bottom: none;
}
.project_main .all_pr_dtl .project__dtl .pro__list li b {
  color: #10141b;
  font-size: 24px;
  font-family: "optimabold";
  width: calc(100% - 210px);
  padding: 12px 0;
}

footer .site_footer {
  z-index: -99;
}

@media (max-width: 767.98px) {
  .project_slider{
    display: none;
  }
  .project_main{
    padding: 0;
  }
  .px_50{
    padding: 0px;
  }
  .project_main .all_pr_dtl{
    width: 100%;
  }
  .project_main .all_pr_dtl .project__dtl .down__head .db__global{
    font-size: 30px !important;
    padding-bottom: 20px;
  }
  .project_main .all_pr_dtl .project__dtl .down__head .db__global .venue{
    font-size: 20px;
  }
  .project_main .all_pr_dtl .project__dtl .pro__list li,
  .project_main .all_pr_dtl .project__dtl .pro__list li b{
    font-size: 16px;
  }
  .project_slider{
    margin-top: 40px;
  }
}