@font-face {
  font-family: Auro-Bold;
  src: url('https://cdn.inventechsolution.com/minify:false/asset:https://inventechsolution.com/wp-content/uploads/Auro-Bold.woff') format('woff');
}
#ninja {
  /*background: url('https://www.inventechsolution.com/wp-content/uploads/Blog-Page-Header-BG.png');
    background-color: #50dbfb;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    @include big{
        min-height: 600px;
    }
    @include small{
        display: none;
    }
    .box{
        background: #fff;
        border-radius: $br;
        padding: 25px;
        margin-bottom: 35px;
        @include small{
            margin-top: 35px;
        }
    }
    .category{
        padding: 10px 15px;
        background: $theme-color;
        border-radius: 10px;
        margin-bottom: 0 !important;
    }
    .date{
        padding: 10px 15px;
        background: #f5f5f5;
        border-radius: 10px;
    }
    .go{
        border-radius: 10000px;
        background: $theme-color;
        color: #ffffff;
        margin-bottom: 0 !important;
        height: 50px !important;
        transform: rotate(90deg);
        cursor: pointer;
    }
    hr{
        margin: 0 !important;
    }
    a{
        color: #fff !important;
    }
    .head{
        line-height: 1.4em;
    }
    .p15{
        padding-left: 15px;
        padding-right: 15px;
    }*/
  padding-top: 50px;
}
#ninja .mtop {
  margin-top: 40px;
}
#ninja .img-fluid {
  border-radius: 20px !important;
}
#ninja .thumbnail {
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.05);
}
#content {
  padding-top: 40px;
}
#social-mob {
  width: 100% !important;
  z-index: 10000000000000;
  position: fixed;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  #social-mob {
    display: none;
  }
}
#social-mob .col {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#social-mob .col img {
  height: 25px !important;
}
#social-mob .facebook {
  background: #4267b2;
}
#social-mob .twitter {
  background: #55acee;
}
#social-mob .linkedin {
  background: #0077b5;
}
footer {
  padding-bottom: 50px;
}
