/* Add here all your CSS customizations */
.custom-small-umiya-square {
  position: absolute;
  width: 170px;
  height: 170px;
  left: 75px;
  border: 0px solid #fff;
  top: 15%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* -webkit-transform: translateY(-50%) rotate(45deg); */
  /* transform: translateY(-50%) rotate(45deg); */
}

.hero-banner h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, sans-serif;
}

.header-social-icon-list-item {
  display: none !important;
}

@media (min-width: 425px) {
  .header-social-icon-list-item {
    display: inline-flex !important;
  }
}

.social-icons li a {
  color: #fff !important;
}

.social-icons li.social-icons-twitter a {
  background: #1aa9e1 !important;
}

.social-icons li.social-icons-facebook a {
  background: #3b5a9a !important;
}

.social-icons li.social-icons-instagram a {
  background: #7c4a3a !important;
}

.social-icons li:hover.social-icons-twitter a {
  background: #fff !important;
}

.social-icons li:hover.social-icons-facebook a {
  background: #fff !important;
}

.social-icons li:hover.social-icons-instagram a {
  background: #fff !important;
}

.social-icons li:hover a {
  color: #333 !important;
  background: #fff !important;
}

/* events */
.event-title {
  cursor: pointer;
}

.custom-post-event .post-event-date {
  height: 110px;
}

.custom-post-event .img-fluid {
  max-width: 100%;
  height: auto;
}

.custom-post-event .img-container {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.custom-thumb-info-4 .thumb-info-wrapper:after {
  -webkit-transition: top 0.2s, opacity 0.2s;
  transition: top 0.2s, opacity 0.2s;
  background: transparent;
  color: #fff;
  content: "\e090";
  font-family: simple-line-icons;
  font-size: 30px;
  height: 30px;
  position: absolute;
  top: 30%;
  margin-top: -15px;
  display: block;
  text-align: center;
  width: 100%;
  opacity: 0;
  z-index: 3;
}

@media (min-width: 992px) {
  .custom-post-event .img-fluid {
    max-width: 100%;
    width: 100%;
    height: 230px;
  }
}

.video-fluid {
  max-width: 100%;
  height: auto;
}

/* =Jumbotron Main
-------------------------------------------------------------- */
.jumbotron-custom.jumbotron-custom-main {
  height: 100%;
  width: 100%;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  margin: 0;

  background: rgb(221, 77, 68);
  background: -moz-linear-gradient(
    180deg,
    rgba(221, 77, 68, 1) 0%,
    rgba(217, 39, 28, 1) 35%,
    rgba(144, 20, 12, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(221, 77, 68, 1) 0%,
    rgba(217, 39, 28, 1) 35%,
    rgba(144, 20, 12, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(221, 77, 68, 1) 0%,
    rgba(217, 39, 28, 1) 35%,
    rgba(144, 20, 12, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd4d44",endColorstr="#90140c",GradientType=1);
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background: #6819e8; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #6819e8 0%,
    #7437d0 35%,
    #615fde 68%,
    #6980f2 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #6819e8 0%,
    #7437d0 35%,
    #615fde 68%,
    #6980f2 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #6819e8 0%,
    #7437d0 35%,
    #615fde 68%,
    #6980f2 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6819e8', endColorstr='#6980f2',GradientType=1 ); /* IE6-9 */
}

.jumbotron-custom.jumbotron-custom-main h1 {
  color: #fff;
}

.center-vertically {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.center-vertically-holder {
  display: table;
  height: 100%;
}

.scroll-indicator {
  padding-top: 6px;
  display: inline-block;
  width: 50px;
}

.arrow-scroll-indicator {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.parallax-window {
  background: transparent;
}

.owl-item.active {
  text-align: center;
}
.owl-stage-outer {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* reveal - committee */
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
