/*inner banner*/
.crumb {
  padding: 7.5rem 0 0 0;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  width: 100%;
  z-index: 1;
}
.crumb .breadcrumb-item a {
  color: #9a9b99;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-item.active a {
  color: #00a950;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #9a9b99;
}

/* about */
.about h4 {
  font-size: 32px;
  color: #d2d2d2;
  font-weight: 300;
}
.about .ab {
  width: 90%;
}

/* overview */
.overview .bx {
  padding: 30px;
  border: 1px solid #ddd;
}

/* committee */
.committee {
  background: url(../images/team-bg.jpg) no-repeat top center;
  background-size: cover;
}

.committee .box p {
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 20px;
}

.committee .box h5 {
  margin-top: 20px;
}

.committee .box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.committee .box:hover img {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
}

/* categories */
.categories .item {
  position: relative;
  margin-top: 25px;
}
.categories .item figure {
  position: relative;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
}

.categories .item:hover figure {
  background: #2e3192;
}

.categories .item figure.effect-ruby img {
  opacity: 0.6;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  width: 100%;
}

.categories .item:hover figure.effect-ruby img {
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.categories .text {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 15px 30px;
  -webkit-transition: 1s;
  transition: 1s;
}

.categories .text h4 {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 22px;
}

.categories .item:hover figure.effect-ruby .text {
  opacity: 1;
}

.categories p {
  color: #fff;
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.categories .item .btn {
  border-radius: 0;
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.categories .btn {
  width: auto;
  margin: auto;
}

.categories .item:hover p {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}
.categories .item:hover .btn {
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
}

/* news */
.news .box img {
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}
.news .box span {
  color: #515c58;
  font-size: 12px;
}
.news .box h4 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.news .box a.bg {
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 50px;
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
}

/* contact */
.contact .bx {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.contact .bx:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.contact .bx h5 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}
.contact .bx img {
  margin-top: 20px;
}
.contact .bx:before {
  content: "";
  height: 1px;
  background: #00a950;
  position: absolute;
  width: 100%;
}
.contact ul li a {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  font-size: 14px;
}
.contact ul li a i {
  margin-right: 10px;
}
.contact form {
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.contact form label {
  font-size: 12px;
  font-weight: 500;
}
.contact form input,
textarea {
  padding: 12px 0;
  margin-bottom: 20px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dddd;
  outline: none;
}

.details .bx {
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: 20px;
  height: 450px;
  overflow: scroll;
}
.details .bx p span {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
.details ul {
  padding-left: 15px;
}
.details ul li {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}
.details .dic {
  font-size: 12px;
  color: #000;
  width: 80%;
  display: block;
}

.details ::-webkit-scrollbar {
  width: 5px;
}
.details ::-webkit-scrollbar-track {
  background: #fff;
}
.details ::-webkit-scrollbar-thumb {
  background: #00a950;
}
.details ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(-100%, 0, 0);
  }
}

#owl-demo .item {
  margin-right: 10px !important;
}
#owl-demo .item:last-child {
  margin-right: 0;
}
.owl-theme .owl-controls .owl-page span {
  width: 8px !important;
  height: 8px !important;
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1279px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .about h4 {
    font-size: 26px;
  }
  .committee .box p {
    font-size: 12px;
  }
  .committee .box h5 {
    font-size: 16px;
  }
  .categories .text h4 {
    font-size: 18px;
  }
  .news .box h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .about .ab {
    width: 50%;
  }
  .committee .box {
    margin-top: 20px;
  }
  .news .box {
    margin-top: 30px;
  }
  .details .bx {
    margin-top: 20px;
    height: auto;
  }
}
@media only screen and (min-width: 150px) and (max-width: 767px) {
  .about .ab {
    width: 90%;
  }
  .overview .bx {
    padding: 20px;
  }
  .overview .bx h5 {
    margin-top: 20px;
  }
  .committee .box {
    margin-top: 20px;
  }
  .crumb .breadcrumb-item a {
    font-size: 14px;
  }
  .news .box {
    margin-top: 30px;
  }
  .crumb {
    padding: 6.5rem 0 0 0;
  }
  .contact .bx h5 {
    font-size: 20px;
  }
  .contact .w-75 {
    width: 100% !important;
  }
  .contact form {
    padding: 20px;
    margin-top: 20px;
  }
  .details .bx {
    margin-top: 20px;
    height: auto;
  }
  .owl-theme .owl-controls .owl-page span {
    display: none !important;
  }
  .owl-theme .owl-controls .owl-pagination {
    display: none !important;
  }
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
