MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/css.3/blogs.css
@charset "UTF-8";
/*=================BLOG===================
===========================================*/
.blogSwiper {
  padding-bottom: 70px !important; }
  .blogSwiper .media {
    background-color: #f0f4f7; }
    .blogSwiper .media .media-body {
      font-size: 0.9em;
      padding: 20px; }
      .blogSwiper .media .media-body .post-cat {
        font-size: 0.75em;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px; }
        .blogSwiper .media .media-body .post-cat a {
          color: red; }
    .blogSwiper .media h5 {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 0; }

.blog {
  border-radius: 18px;
  overflow: hidden;
  margin: 13px 0;
  display: inline-block;
  background: #FFF;
  /*&__body{ padding:.5rem 1.5rem; display:flex; flex-direction: column; justify-content: center; height: 100%; border: 1px solid #dee2e6!important;
    h5{ font-size:1.25rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
    p{ font-size:.875rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-bottom:0  }
  }*/ }
  .blog .blog__img {
    position: relative;
    display: block;
    overflow: hidden; }
    .blog .blog__img:after {
      content: '';
      position: relative;
      display: block;
      padding-bottom: 62.67%; }
    .blog .blog__img img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      min-height: 100%;
      min-width: 100%; }
    .blog .blog__img.col2:after {
      padding-bottom: calc(130% - 7px); }
  .blog .blog__body {
    padding: 30px; }
    .blog .blog__body .blog__date {
      font-size: 70%;
      margin-bottom: 15px; }
      .blog .blog__body .blog__date a {
        color: #6c757d !important; }
      .blog .blog__body .blog__date i {
        margin-right: 5px; }
    .blog .blog__body h5 {
      font-size: 22px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .blog .blog__body p {
      font-size: .875rem;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0; }
  .blog .readmore {
    font-size: .75rem;
    margin-top: 25px;
    display: inline-block;
    position: relative; }
    .blog .readmore:after {
      content: "→";
      margin-left: 10px;
      transition: .5s ease all; }
    .blog .readmore:before {
      content: '';
      position: absolute;
      bottom: -5px;
      width: 50px;
      height: 1px;
      background: #999; }
    .blog .readmore:hover {
      text-decoration: none; }
      .blog .readmore:hover:after {
        margin-left: 20px; }

.blog__search {
  position: relative;
  width: 50%;
  margin: 0 auto 20px; }
  .blog__search button {
    position: absolute;
    right: 0;
    top: 0; }
  .blog__search .form-group {
    width: 100%; }

.blog__category {
  padding: 20px 0;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 70px;
  z-index: 1;
  background-color: #fff;
  transition: .5s ease all; }
  .blog__category ul {
    list-style: none;
    margin: auto;
    padding: 0; }
    .blog__category ul li {
      display: inline-block;
      margin: 5px; }
      .blog__category ul li a {
        display: block;
        border-radius: 30px;
        border: 1px solid;
        padding: 5px 20px;
        transition: .35s ease all;
        font-size: 14px; }
        .blog__category ul li a:hover {
          background: #20376A;
          color: #fff; }
  .blog__category.fixed {
    padding: 5px 0; }
    .blog__category.fixed ul li a {
      font-size: 12px;
      padding: 3px 15px; }

.blog-section .sidebar {
  margin-top: 13px; }
  .blog-section .sidebar .card {
    margin-bottom: 30px;
    padding: 15px !important; }
    .blog-section .sidebar .card .blog__category {
      padding: 0;
      border-radius: 10px;
      padding-bottom: 20px; }
  .blog-section .sidebar .blog__body a {
    border-bottom: none;
    padding: 10px; }
    .blog-section .sidebar .blog__body a h5 {
      font-size: 13px;
      margin-bottom: 5px; }
    .blog-section .sidebar .blog__body a:hover .text-muted {
      color: rgba(255, 255, 255, 0.7) !important; }
  .blog-section .sidebar h3 {
    font-size: 18px;
    padding: 15px 0px 10px;
    position: relative; }
    .blog-section .sidebar h3:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 10px;
      width: 50px;
      height: 3px;
      background: #fd2e35; }
  .blog-section .sidebar ul {
    list-style: none;
    margin: auto;
    padding: 0; }
    .blog-section .sidebar ul li {
      display: block;
      margin: 0; }
      .blog-section .sidebar ul li a {
        display: block;
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #dee2e6;
        padding: 10px 30px 10px 10px;
        transition: .35s ease all;
        font-size: 12px;
        position: relative; }
        .blog-section .sidebar ul li a span {
          position: absolute;
          right: 10px;
          top: 10px;
          text-align: right; }
        .blog-section .sidebar ul li a:hover {
          background: #20376A;
          color: #fff; }
      .blog-section .sidebar ul li:last-child a {
        border-bottom: 0; }
.blog-section .blog__img {
  position: relative; }
  .blog-section .blog__img img {
    width: 100%;
    height: auto;
    max-width: 650px; }
  .blog-section .blog__img a {
    position: absolute;
    left: 20px;
    top: 0px;
    background: #fff;
    padding: 10px;
    z-index: 1;
    border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 12px;
    width: 65px;
    display: none; }
    .blog-section .blog__img a span {
      display: inline-block;
      width: 100%;
      font-weight: 600;
      font-size: 14px; }

.page .pagination .page-item {
  margin: 5px; }
  .page .pagination .page-item .page-link {
    border: none;
    background: none;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #333; }
    .page .pagination .page-item .page-link:focus {
      outline: none;
      box-shadow: none; }
    .page .pagination .page-item .page-link:hover {
      background: #f1f1f1; }
  .page .pagination .page-item.active .page-link {
    background: #fd2e35;
    color: #fff; }
  .page .pagination .page-item.disabled .page-link {
    color: #ccc; }

.blog-details {
  padding-top: 50px; }
  .blog-details .bg-light {
    background-color: #e5e5e5 !important;
    color: #666;
    padding: 5px 5px;
    font-size: 12px;
    margin-left: 5px; }
  .blog-details .blog__img.ractangle {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 20px; }
    .blog-details .blog__img.ractangle:after {
      content: '';
      display: block;
      padding-bottom: 40%; }
    .blog-details .blog__img.ractangle img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: auto;
      max-width: none; }
  .blog-details .blog__body .blog__date {
    font-size: 70%;
    margin-bottom: 15px; }
    .blog-details .blog__body .blog__date a {
      color: #6c757d !important; }
  .blog-details .blog__body h1 {
    font-size: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .blog-details .blog__Table-cnt {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 70px;
    padding-top: 20px; }
    .blog-details .blog__Table-cnt h5 {
      position: relative;
      margin: 10px 0; }
      .blog-details .blog__Table-cnt h5 span {
        background: #f8f8f8;
        padding-right: 10px;
        position: relative;
        z-index: 1; }
      .blog-details .blog__Table-cnt h5:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 2px;
        background: #dee2e6; }
    .blog-details .blog__Table-cnt ul {
      list-style: none;
      margin-bottom: 30px;
      margin-left: 0;
      padding-left: 0; }
      .blog-details .blog__Table-cnt ul li a {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #dee2e6 !important;
        position: relative; }
      .blog-details .blog__Table-cnt ul li.active a {
        color: #fd2e35; }
        .blog-details .blog__Table-cnt ul li.active a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 3px;
          border-bottom: 3px solid #fd2e35; }
  .blog-details .sociallink li {
    display: inline-block;
    margin: 10px 10px 10px 0; }
    .blog-details .sociallink li a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 20px;
      text-align: center;
      border: 1px solid #dee2e6 !important;
      border-radius: 100%; }
      .blog-details .sociallink li a:hover {
        color: #fd2e35;
        border: 1px solid #fd2e35 !important; }
  .blog-details .blog__category {
    background: transparent;
    position: relative;
    top: 0; }

.blog__content .section {
  margin: 0; }

html {
  scroll-behavior: smooth; }

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