/* blog page styling starts here*/
body {
  overflow: unset!important;
  overflow-x: hidden!important;
}
.navbar-brand {
    width: 80px!important;
    margin-left: 10%!important;
}
.navbar-brand img {
    padding-top: 6px;
}
.navbar-brand:hover img {
    transform: translate3d(0px, 0px, 0px)!important;
    transition: All 0.5s ease;
}
.blog-container-fluid {
    width: 100%!important;
    margin-left: 0px!important;
}
.blog-fluid{
  padding-left: 0px;
}
.container{
  max-width: 80%;
}

.blog-main-container{
  padding-right: 0px;
  padding-left: 0px;
}
.blog-header-bg{
  position: relative;
  width: 100vw;
  height: 50vh;
  background: url(../img/about-bg.jpg);
  background-position-y: 25%;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-header-text{
  position: absolute;
  bottom: 0;
  left: 5%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: 4vw;
}
.blog-wrapper{
  margin-top: 5%;
}
.blog-content-wrapper{
  padding-top: 15px;
}
.blog-date{
  color: #6c757d;
}
.blog-btn{
  float: right;
  color: #fff;
  background: rgba(132,0,255,1);
}
.blog-btn:hover {
    color: #fff;
    background: rgb(193, 0, 255);
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.blog-date:hover {
    color: #6c757d;
    text-decoration: none;
}
.post{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}
.blog-card{
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 15px;
  margin-right: 15px;
}
.content-blog{
  padding-right: 15px;
  padding-left: 15px;
}
.pagination{
  margin-top: 25px;
  text-align: left;
  margin-left: 0px;
}
.post-wrapper{
  padding-right: 25px;
  padding-left: 0px;
  text-align: center;
  max-width: 68%!important;
}
.related-wrapper{
  max-width: 29.2%!important;
}
.social-clients{
  margin-left: 15px;
}
.footer-about{
  margin-left: 50px;
}
#content{
  padding-bottom: 0px;
}
@media (min-width: 1366px){
  .post-wrapper{
    max-width: 65%!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-header-text {
    font-size: 8vw;
}
.related-wrapper{
  max-width: 28.2%!important;
}
}
@media (min-width: 576px) and (max-width: 1199px) {
.social-clients{
  margin-left: 0px;
}
.footer-about{
  margin-left: 0px;
}
}
@media (min-width: 576px) and (max-width: 768px) {
  .related-wrapper{
    max-width: 26.6%!important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-header-text {
    font-size: 8vw;
}

}
@media (max-width: 575.98px) {
  .blog-header-text {
      font-size: 12vw;
  }
  .related-wrapper{
    max-width: 100%!important;
  }
.blog-header-text {
    position: absolute;
    bottom: 0;
    left: 5%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ffffff;
    font-size: 8vw;
}
.post-wrapper {
    max-width: 85%!important;
    padding-right: 0px;
}
.related-wrapper{
  padding-left: 0px;
}
.social-clients{
  margin-left: 0px;
}
.footer-about{
  margin-left: 0px;
}
}
span.nmsg{
  font-size:12px;
  color:#ababab;
}
span.tag {
    background: #ccc;
    margin: 5px;
    padding: 8px;
    border-radius: 15px;
    display: inline-block;
}

@media only screen and (max-width:768px){
h1.blog-header-text {text-align:center;position:absolute;top:42%;left:50%;width:96%;transform:translate(-50%);}
.blog-header-bg{height:30vh;}
}