.iconv1 {
  position: relative;
  width: 100%;
  height: auto;
}

.thumbnail {
  position: relative;
  width: 100%;
  height: auto;
}

.caption {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  width: 95%;
  height: auto;
  background: center center rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.caption:hover {
  opacity: 1;
}

.list-title {
  position: relative;
  display: inline-block;
  margin: 10px auto 0;
  text-align: center;
  width: 100%;
  padding: 0;
}

.list-title h4 {
  font-family: "muliregular", sans-serif;
  letter-spacing: 1px;
  text-transform: none;
  line-height: inherit;
  margin: 0;
  font-size: 16px;
  color: #444444;
}

.list-title h6 {
  font-family: "mulilight", sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: inherit;
  margin: 10px 0 15px;
  color: #888888;
}

.mid-banner {
  color: #888888 !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

.icon-name {
  font-family: "muliregular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: inherit;
  margin: 0;
  padding-top: 18px;
  font-size: 20px;
  color: #e1b439;
  font-weight: bold;
}

.icon-place {
  font-family: "muliregular", sans-serif;
  text-transform: uppercase;
  padding-top: 4px;
  font-size: 12px;
  color: #555;
}

.project-pics {
  text-decoration: none;
  color: #555;
  cursor: pointer;
}

.project-pics:hover {
  text-decoration: underline;
  color: #000000;
}

.icons-logo {
  position: absolute;
  top: 16px;
  right: 0px;
  z-index: 1000;
  background-color: white;
}

.hr-icons {
  position: absolute;
  top: 41px;
  right: 0px;
  width: 100%;
}

.icon-desc {
  padding-top: 40px;
  text-align: justify;
}

.icons-link {
  padding-top: 50px;
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
}

.icon-link {
  cursor: pointer;
}

.black-bg {
  background-color: #000000;
  width: 100%;
  min-height: 380px;
  align-content: center;
}
.black-bg p {
  /* color:#888888; */
  /* font-size: 18px !important; */
  text-align: justify;
  font-family: "muliregular", sans-serif;
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}
.multiline-banner {
  text-align: justify;
  font-size: 16px !important;
}

.my-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 5px;
  transition: 0.3s ease;
  background-color: white;
}

.my-container:hover .overlay {
  opacity: 0.8;
}

.iconv3 {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.next-prev-nav {
  position: fixed;
  top: 500px;
  width: 100%;
}

.next-prev-nav img.prev {
  left: 0px;
  width: 40px;
  height: auto;
}

.next-prev-nav img.next {
  right: 0px;
  width: 40px;
  height: auto;
}

.next-prev-nav h3 {
  color: #444;
  font-family: "muliregular", sans-serif;
}

.next-prev-nav h5 {
  color: #888;
  font-family: "muliregular", sans-serif;
}

#previousIcon {
  width: 350px;
  left: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  /* border:1px solid #cccccc; */
  text-align: center;
  float: left;
  padding: 10px;
  height: 59px;
}
#nextIcon {
  width: 350px;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  /* border:1px solid #cccccc; */
  text-align: center;
  float: right;
  padding: 10px;
  height: 59px;
}

.royalSlider,
.royalSlider .rsOverflow,
.royalSlider .rsSlide,
.royalSlider .rsVideoFrameHolder,
.royalSlider .rsThumbs {
  background: #ffffff !important;
}

#gallery-1 {
  /* margin-bottom: 100px; */
}

@media screen and (max-width: 600px) {
  .icon-box {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .icon-box {
    width: 20%;
  }
}

.hero-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .hero-image img {
    width: 200%;
    position: relative;
    left: -50%;
  }
}

.project-modal {
  /* width: 100% !important; */
  padding-right: 20px;
  padding-left: 20px;
}

.project-modal-title {
  display: block;
  font-size: 23px;
  color: #111;
  font-weight: 500;
  text-align: center;
}
