@media (min-width: 768px) {
  #nav li a:after,
  #nav li a:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #9e9e9e;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
  }

  #nav li a:before {
    top: 0px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }

  #nav li a:after {
    bottom: 0px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  #nav li a:hover:after,
  #nav li a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  #nav li a.active:after,
  #nav li a.active:before {
    background: #9e9e9e;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
  }
}
@media (max-width: 768px) {
  #nav {
    display: none;
  }
}

.disappear {
  transform: translate3d(0, -160%, 0);
}

#contentcontainer1:before,
#contentcontainer2:before,
#contentcontainer3:before,
#contentcontainer4:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 0;
  display: inline-block;
  background-color: rgba(51, 51, 51, 0.14);
  width: 75%;
  height: 20px;
  line-height: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bgcaption {
  font-size: 125px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  top: -20px;
  color: rgba(0, 0, 0, 0.05);
  letter-spacing: 6px;
  z-index: -99;
}

#col1:hover #contentcontainer1:before,
#col2:hover #contentcontainer2:before,
#col3:hover #contentcontainer3:before,
#col4:hover #contentcontainer4:before {
  height: 0px;
}

#col1 img,
#col2 img,
#col3 img,
#col4 img {
  filter: grayscale(1);
}

#col1:hover img,
#col2:hover img,
#col3:hover img,
#col4:hover img,
#quote_img:hover img,
#backed_img:hover {
  filter: grayscale(0);
}

/* .parallax-window {
  min-height: 400px;
  background: transparent;
} */

#two {
  background-image: url("../img/img1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#icon1:after,
#icon2:after,
#icon3:after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  display: inline-block;
  background-color: rgba(51, 51, 51, 0.14);
  width: 100px;
  height: 3px;
  line-height: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#icon1,
#icon2,
#icon3 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#col31:hover #icon1:after,
#col32:hover #icon2:after,
#col33:hover #icon3:after {
  width: 50px;
  left: 0px;
  background-color: rgba(51, 51, 51, 0.4);
}

#col31:hover #icon1,
#col32:hover #icon2,
#col33:hover #icon3 {
  margin-left: 0px;
}

#pch1:before,
#pch2:before,
#pch3:before,
#pch4:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #191919;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: inline-block;
  z-index: -1;
  position: absolute;
  bottom: 0;
}

#pch1:after,
#pch2:after,
#pch3:after,
#pch4:after {
  position: absolute;
  content: "";
  background-color: #f2f2f2;
  width: 100%;
  height: 1px;
  left: 0px;
  margin: auto 0;
  top: 15px;
  z-index: -2;
  right: 0;
  margin: 0 auto;
}

#pcol1,
#pcol2,
#pcol3,
#pcol4 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#pcol1:hover,
#pcol2:hover,
#pcol3:hover,
#pcol4:hover {
  -webkit-box-shadow: 0 8px 31px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 31px 0 rgb(0 0 0 / 10%);
}

.sb {
  position: relative;
  overflow: hidden;
}

.sb:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(233, 233, 233, 1) 0,
    rgba(233, 233, 233, 0.9) 50%,
    rgba(233, 233, 233, 0.8) 100%
  );
  animation: shimmer 2.5s ease-out infinite;
  content: "";
}

.meter {
  box-sizing: content-box;
  height: 10px; /* Can be anything */
  position: relative;
  /*margin: 60px 0 20px 0; /* Just for demo spacing */
  background: #d1d5db;
  /*border-radius: 25px;
  padding: 10px;*/
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  /*border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );*/
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.5) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.5) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  /*border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;*/
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.red > span {
  background: #111827;
}

.anim {
  -webkit-transition: width 10s ease-in-out;
  -moz-transition: width 10s ease-in-out;
  -o-transition: width 10s ease-in-out;
  transition: width 10s ease-in-out;
}

#founders1:hover #memberdetails1,
#founders2:hover #memberdetails2,
#founders3:hover #memberdetails3,
#founders4:hover #memberdetails4 {
  background: #9ca3af;
  padding: 0px 10px 20px;
}

#founders1:hover #mhead1,
#founders2:hover #mhead2,
#founders3:hover #mhead3,
#founders4:hover #mhead4 {
  color: white;
  padding-top: 1.5rem;
}

#founders1:hover #pos1,
#founders2:hover #pos2,
#founders3:hover #pos3,
#founders4:hover #pos4 {
  opacity: 1;
  margin-top: 5px;
  color: #eaeaea;
  display: block;
}

#founders1:hover #possoc1,
#founders2:hover #possoc2,
#founders3:hover #possoc3,
#founders4:hover #possoc4 {
  display: flex;
}

#founders1:hover #mem_img_1,
#founders2:hover #mem_img_2,
#founders3:hover #mem_img_3,
#founders4:hover #mem_img_4 {
  filter: grayscale(0);
}

.archives-pin li:before,
.categories-pin li:before {
  content: "\e69c";
  font-family: "Pe-icon-7-stroke";
  font-size: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.categories-pin li:before {
  content: "\e628" !important;
}

.archives-pin li:hover:before,
.categories-pin li:hover:before {
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.archives-pin li,
.categories-pin li {
  position: relative;
  margin-bottom: 0.5rem;
}

#pinIcon:before,
#emailIcon:before,
#phoneIcon:before {
  content: "";
  display: block;
  background: #80808036;
  border-radius: 10px;
  width: 100%;
  height: 100%;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#addBlock:hover #pinIcon:before,
#emailBlock:hover #emailIcon:before,
#phoneBlock:hover #phoneIcon:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #374151;
}

#addBlock:hover i,
#emailBlock:hover i,
#phoneBlock:hover i {
  color: white;
}

#post_content p {
  margin: 25px 0px;
  line-height: 30px;
}

#post_content h1 {
  font-size: 30px;
  font-weight: bold;
}

#post_content h2 {
  font-size: 24px;
  font-weight: bold;
}

#post_content h3 {
  font-size: 20px;
  font-weight: bold;
}

#post_content h4 {
  font-size: 18px;
  font-weight: bold;
}

#post_content h5,
#post_content h6 {
  font-size: 16px;
  font-weight: bold;
}

#post_content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 15px 0px;
}

#post_content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 15px 0px;
}

#modal {
  background-color: rgba(128, 128, 128, 0.5);
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #9ca3af;

  text-indent: -9999px;
}

li.slick-active button {
  background-color: #00b050;
}

.tab-active {
  background: #e5e7eb !important;
  border-color: #9ca3af !important;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 320px;
  background: #fff;
  z-index: 999;
  transition: all 0.5s ease;
}

.sidebar.close {
  right: -350px;
  opacity: 0;
  visibility: hidden;
}

.sidebar li a:hover {
  padding-left: 1rem;
}

.sidebar li a.active:hover {
  padding-left: 0px;
}

.sidebar li a.active .icofont-simple-right {
  display: inline-block;
}
.active {
  color: #00b050;
}

#sl_bg_trans {
  width: 100%;
  height: 100%;
  background: rgba(0, 69, 31, 0.4);
}

#custom_modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(70, 70, 70, 0.85);
  padding: 25px 0px;
  height: 100% !important;
  display: hidden;
  overflow-y: scroll;
}

.nc_table {
  border: 1px solid #9da3ae;
  border-collapse: collapse;
}

.nc_table thead {
  background: #02af56;
  color: #fff;
}

.nc_table thead th {
  padding: 10px;
  border: 1px solid #eee;
}

.nc_table td {
  padding: 5px;
  border: 1px solid #9da3ae;
}

.nc_table tbody tr:nth-of-type(odd) {
  background: #eeeeee;
}
