/* Panel Top 01 */
.panel.top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo {
  height: 50px;
  background-repeat: no-repeat;
}

/* About Us (#2) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-59-5931b4f9"] */
.slide[data-cid=slide-59-5931b4f9] .pad-59 {
  border-radius: 6px;
  padding: 6%;
}

/* Our Services (#3) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-59-24211b0d"] */
.slide[data-cid=slide-59-24211b0d] .pad-59 {
  border-radius: 6px;
  padding: 6%;
}

/* Company Profile (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-59-452a2a29"] */
.slide[data-cid=slide-59-452a2a29] .pad-59 {
  border-radius: 6px;
  padding: 6%;
}

/* Company Profile (#5) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-59-795425d2"] */
.slide[data-cid=slide-59-795425d2] .pad-59 {
  border-radius: 6px;
  padding: 6%;
}

/* Slide 69 (#6) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-69-f55032c6"] */
.slide[data-cid=slide-69-f55032c6] .flex-69 [class*=col-].selected {
  cursor: pointer;
  pointer-events: all;
}
.slide[data-cid=slide-69-f55032c6] .flex-69 .box-69 {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  color: #fff;
}
.slide[data-cid=slide-69-f55032c6] .flex-69 .box-69.rounded {
  overflow: hidden;
  border-radius: 6px;
}
.slide[data-cid=slide-69-f55032c6] .flex-69 .box-69:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.5s;
}
.slide[data-cid=slide-69-f55032c6] .flex-69 .box-69 .cell-69 {
  outline: none;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  color: #fff;
  transform: translateY(10px);
}
.slide[data-cid=slide-69-f55032c6] .flex-69 .box-69:hover {
  opacity: 1;
}
.slide[data-cid=slide-69-f55032c6] .flex-69 .box-69:hover .cell-69 {
  opacity: 1;
  transform: translateY(0px);
}
.slide[data-cid=slide-69-f55032c6] .flex-69 .box-69:hover:after {
  opacity: 0.98;
}

/* Office Location (#7) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-57-338a6869"] */
.slide[data-cid=slide-57-338a6869] .social-circles li {
  display: inline-block;
  padding: 5px;
}
.slide[data-cid=slide-57-338a6869] .social-circles li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.slide[data-cid=slide-57-338a6869] .social-circles li a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.slide[data-cid=slide-57-338a6869] .social-circles li a:hover {
  opacity: 1;
  transform: scale(1.1);
}
