header {
  position: absolute; }
  header .inner {
    width: 100%; }
    header .inner.active {
      background-color: #fff; }
      header .inner.active nav ul li a {
        color: #092c3f;
        font-weight: 900; }

#header_placeholder {
  height: 78px;
  width: 100%; }

.blog-block .owl-item:after {
  content: '';
  background-color: #ebebeb;
  position: absolute;
  right: -75px;
  top: 0;
  width: 1px;
  height: 150px; }
.blog-block .owl-controls {
  margin-top: 30px; }
  .blog-block .owl-controls .owl-dots {
    text-align: center; }
    .blog-block .owl-controls .owl-dots .owl-dot {
      display: inline-block; }
      .blog-block .owl-controls .owl-dots .owl-dot span {
        background: #84969f;
        border-radius: 20px;
        display: block;
        height: 6px;
        margin-right: 15px;
        opacity: 0.5;
        width: 6px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
      .blog-block .owl-controls .owl-dots .owl-dot.active span {
        background: #092d3f; }
      .blog-block .owl-controls .owl-dots .owl-dot:last-child span {
        margin-right: 0; }
.blog-block .bloguser {
  padding: 30px 0; }
  .blog-block .bloguser > div {
    display: inline-block; }
  .blog-block .bloguser .bloguser-content {
    width: 70%; }
  .blog-block .bloguser .bloguser-img {
    width: 29%;
    position: relative;
    top: 0; }
    .blog-block .bloguser .bloguser-img img {
      width: auto;
      float: right; }

.banner .ls-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(36, 40, 56, 0.6); }


/*# sourceMappingURL=main.css.map */


.single-our_team .team-details-main .body-content-right{margin-top: 165px !important;}
.single-our_team .team-details-main .body-content .content-main {
    width: 63%;
}