/*-----------------------------------------------------------------------------------*/

/*  -  Navbar fixd page
/*-----------------------------------------------------------------------------------*/

.subpage-nav {
  display: block !important;
  position: relative;
}

/*-----------------------------------------------------------------------------------*/

/*  /* Single page */

/*-----------------------------------------------------------------------------------*/

/* main content */
.main-content {
  background: #f7f7f7;
}
.main-content .container-main {
  display: inline-block;
  width: 100%;
}
.main-content.paddsection {
  padding-top: 0;
}
.main-content .container-main.single-main .main-col {
  padding: 0;
  float: left;
}
.main-content .container-main.single-main .sidebar {
  padding: 0;
  float: right;
  background: rgba(135,155,152,0.1);
  background: -moz-linear-gradient(top, rgba(135,155,152,0.1) 0%, rgba(207,215,214,0.1) 60%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(135,155,152,0.1)), color-stop(60%, rgba(207,215,214,0.1)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(135,155,152,0.1) 0%, rgba(207,215,214,0.1) 60%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(135,155,152,0.1) 0%, rgba(207,215,214,0.1) 60%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(135,155,152,0.1) 0%, rgba(207,215,214,0.1) 60%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(135,155,152,0.1) 0%, rgba(207,215,214,0.1) 60%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#879b98', endColorstr='#ffffff', GradientType=0 );
}
.main-content .container-main .block-main {
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid rgba(100,100,100,.2);
}
.main-content .container-main .block-main:first-child {
  border-top: none;
}
.main-image-padding {
  padding-right: 13em;
}
.secondary-image-padding {
  padding-right: 8em;
}
.case-study-container p {
  line-height: 24px;
}
.container-main .block-main .content-main p.steps {
  margin-bottom: 0px;
}
.container-main .block-main .content-main .case-study-container ul li:first-child {
  padding-top: 10px;
}
.container-main .block-main .content-main .case-study-container ul li {
  padding-top: 5px;
}
h7 {
  color: #75857E;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}
.case-study-img-container {
  background-color: #75857E;
  width: 50%;
  margin: 20px 15%;
  padding: 10px 20px 20px;
}
.case-study-img-container h5 {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}
.case-study-img-container a {
  margin: 20px auto;
}
.case-study-img-sm {
  opacity: .85;
  width: 80%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.case-study-img-sm:hover {
  border: 1px solid #0F0C23;
  opacity: 1;
}
.case-study-img-sm.hidden {
  display: none;
}
.main-content .blog-image  {
  width: 100%;
  overflow: visible;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.main-content .blog-image.main-image {
  width: 140%;
  left: -12em;
  position: relative;
  top: 2.5em;
}
.main-content .blog-image.secondary-image {
  border: 1px solid transparent;
  width: 120%;
  left: -7em;
  position: relative;
  top: 4em;
  margin-bottom: 25px;
}
.main-content .blog-image.secondary-image:hover {
  border: 1px solid #0F0C23;

}
.main-content .blog-image img{
}
.container-main .block-main .content-main {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  width: 100%;
}
.main-content .container-main .block-main h4 {
  font-size: 2em;
  color: #75857E;
}
.main-content .container-main .block-main h5 {

}
.main-content .container-main .block-main h6 {
  font-size: 1.25em;
  margin-top: 25px;
  color: #0F0C23;
}
.container-main .block-main .content-main p {
  margin-top: 0;
  margin-bottom: 15px;
}
.container-main .block-main .content-main ul {
  padding-inline-start: 25px;
  /* text-indent: -5px; */
}
.container-main .block-main .content-main ul li {
  padding-top: 10px;

}
/* .container-main .block-main .content-main li:before {
    content: "\a0";
    display: inline-block;
    width: 0;
    margin-left: -.5em;
    margin-right: -.5em;
} */
.journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #75857E;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-txt h4 a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.post-meta {
  margin-top: 10px;
}
.container-main .block-main .content-main .post-meta ul{
    padding-inline-start: 0;
}
.post-meta ul li {
  font-size: 14px;
  font-weight: normal;
  /* margin-left: 8px; */
  margin-right: 8px;
  text-transform: capitalize;
  display: inline-block;
  float: none;
}
.post-meta ul li span {
  font-weight: bold;
  color: #a2a2a2;
}
.content-main .post-meta a {
  color: #75857E ;
  /* margin-left: 5px; */
}

/* Commonts */

.comments {
  background: #fff;
}

.entry-comments h6 {
  margin-right: 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.entry-comments-item {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.entry-comments-avatar {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.entry-comments-body {
  padding-left: 86px;
}

.entry-comments-author {
  margin-right: 10px;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.rep {
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: capitalize;
}

.entry-comments span a {
  font-size: 13px;
  color: #999;
}

.entry-comments-reply {
  padding-left: 10%;
}

/* Commonts form */

.cmt {
  background: #fff;
}

.more-case-studies-link {
  color: #75857E;
  float: right;
  padding: 35px 33px 0 0;
  font-size: 18px;
  font-weight: bolder;
}
.more-case-studies-link span.link-arrow {
  position: relative;
  top: -1px;
  letter-spacing: -2px;
}
.more-case-studies-link:hover {
  color: #b8a07e;
}
blockquote {
  padding: 40px;
  background-color: rgba(204, 202, 169, .2);
  margin: 37px 0;
  border: none;
  border-left: 4px solid #75857E;
  width: 225px;
  float: right;
  border-radius: 50%;
  height: auto;
}
blockquote.blog2quote {
  width: 210px;
  height: 210px;
  padding: 35px 40px 35px 43px;
}
ul blockquote {
  margin-right: 8em;
  margin-left: 2em;
}
@media (max-width: 1200px) {

}
@media (max-width: 991.98px) {
  .main-content .container-main.single-main .sidebar {
    background: #f7f7f7;
  }
  .main-image-padding {
      padding-right: 0;
  }
  .secondary-image-padding {
    padding-right: 0;
  }
  .list-unstyled {
    top: 0;
  }
  .main-content .blog-image.main-image {
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
  }
  .main-content .blog-image.secondary-image {
    width: 100%;
    left: 0;
    position: relative;
    top: 2em;
    margin-bottom: 25px;
  }
  ul blockquote {
    margin-right: 1em;
    margin-left: 2em;
  }
}
@media (max-width: 768px) {

}
@media (max-width: 575.98px) {

}
@media (max-width: 420px) {

}
