@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Open+Sans:wght@300;400;600;700&display=swap");
display-flex, .owl-next::after,
.owl-prev::after, .fac .fac_areas {
  display: flex;
  display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli, .fac .fac_areas {
  list-style-type: inherit;
  display: inherit;
  margin: 0;
  padding: 0;
  padding-left: 35px;
}
.fac .fac_areas li{
    overflow: initial !important;
    width: 100% !important;
    font-size: 16px;
}
header {
  background: url(../images/faculty-banner.png) no-repeat;
  background-position: center center;
  min-height: 565px;
  background-size: cover;
}

/* Font sizes */
/* End */
.content_title {
  position: relative;
}

.banner_section_title .content_title {
  margin-bottom: 0;
}

.content_title .title {
  font-size: 56px;
  color: #000000;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 2.8px;
  text-align: left;
}

@media (max-width: 575px) {
  .content_title .title {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1.8px;
  }
}

.desc {
  margin: 15px auto 10px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.35px;
}

/* End utils */
.picture_wrapper {
  position: relative;
}

.picture_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fac_banner {
  padding: 5em 0;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
  height: 400px;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
  height: 290px;
  overflow: hidden;
  cursor: pointer;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper {
  z-index: 1;
  position: absolute;
  height: auto;
  bottom: 30px;
  left: 30px;
  right: 30px;
  width: 320px;
  color: #fff;
  overflow: hidden;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title {
  margin-bottom: 0;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title .title {
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  text-align: left;
  text-shadow: -2px 2px 0 #332d2a;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active {
  width: 320px !important;
  transition: width 0.3s;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center {
  width: 600px !important;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item {
  height: 380px;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item .content_wrapper .content_title .title {
  font-size: 38px;
  line-height: 44px;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item .content_wrapper .content_title .title small {
  display: block;
}

.fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item::before {
  top: 300px;
  opacity: 1;
}

.fac_banner .gallery_wrapper .owl-dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
}

.fac_banner .gallery_wrapper .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dcd9d2;
  transition: all, 0.2s;
  background: #8b9cae;
}

.fac_banner .gallery_wrapper .owl-dots .owl-dot:hover, .fac_banner .gallery_wrapper .owl-dots .owl-dot.active, .fac_banner .gallery_wrapper .owl-dots .owl-dot.selected {
  width: 7px;
  height: 7px;
  background-color: #fff;
}

.fac_banner .gallery_wrapper .owl-dots .owl-dot:hover::before, .fac_banner .gallery_wrapper .owl-dots .owl-dot.active::before, .fac_banner .gallery_wrapper .owl-dots .owl-dot.selected::before {
  position: absolute;
  content: "";
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
}

.owl-next,
.owl-prev {
  transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  height: 0px;
  top: 0;
  left: 90%;
  position: absolute;
  outline: none;
}

.owl-prev {
  position: absolute;
  left: 10px;
}

.owl-next::after,
.owl-prev::after {
  font-family: "Font Awesome 5 Pro";
  border: 2px solid;
  border-radius: 100px;
  font-size: 20px;
  position: absolute;
  height: 45px;
  width: 45px;
  justify-content: center;
  font-weight: 600;
  align-items: center;
  color: #fff;
  top: 182px;
}

.owl-next span {
  display: none;
}

.owl-next::after {
  content: "\f061";
  margin: 0 47px;
  font-family: "Font Awesome 5 Pro";
}

.owl-prev span {
  display: none;
}

.owl-prev::after {
  content: "\f060";
  font-family: "Font Awesome 5 Pro";
}

.fac p {
  padding-top: 20px;
  font-weight: 500;
}

.fac .fac_areas {
  flex-wrap: wrap;
}

.fac .fac_areas li {
  width: 16.66%;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 18px;
}

.fac .fac_areas li i {
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .owl-next::after {
    margin: 0 13px;
  }
  .fac .fac_areas li {
    width: 50%;
  }
  .fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center {
    width: 420px !important;
  }
}

@media (max-width: 767.98px) {
  .owl-next::after {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .owl-next::after {
    margin: 0 -24px;
  }
  .fac .fac_areas li {
    font-size: 12px;
  }
  .fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper {
    left: 70px;
    right: 0;
  }
  .fac_banner .gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title .title {
    font-size: 22px !important;
  }
}
/*# sourceMappingURL=facilities.css.map */
