display-flex {
  display: flex;
  display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli {
  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);
}

.projects___heads .fix_head {
  display: block;
}

.project_main {
  padding: 4em 0;
}
.project_main .down__head .down_para {
  font-size: 30px;
  text-align: center;
  margin-top: 15px;
  margin-right: 15px;
}
.project_main .crp_dts {
  margin: 0;
  padding-top: 1.2em;
  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_slider {
  margin-bottom: 35px !important;
}

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

@media (max-width: 1400px) {
  .project_main .crp_dts ._ourprojects .project_img {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .projects___heads {
    font-size: 32px;
  }
  .project_main .crp_dts {
    width: 100%;
  }
  .project_main .down__head .down_para {
    padding: 0;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .projects___heads {
    font-size: 30px;
  }
  .crp_dts .overlay {
    margin-bottom: 0 !important;
  }
  .project_main .crp_dts > div {
    margin-bottom: 0;
  }
}
