/*======================================
    Blog CSS
========================================*/
.blog-section {
    background-color: #fff;
  }
  
  .blog-section .section-title {
    margin-bottom: 40px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-section .section-title {
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .blog-section .section-title {
      margin-bottom: 20px;
    }
  }
  
  .blog-section .single-blog {
    margin-top: 30px;
    overflow: hidden !important;
    -webkit-box-shadow: 0px 0px 20px #00000012;
            box-shadow: 0px 0px 20px #00000012;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
  }
  
  .blog-section .single-blog .blog-img {
    overflow: hidden;
  }
  
  .blog-section .single-blog .blog-img a {
    width: 100%;
  }
  
  .blog-section .single-blog .blog-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .blog-section .single-blog:hover .blog-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .blog-section .single-blog .blog-content {
    padding: 20px;
  }
  
  .blog-section .single-blog .blog-content .category {
    font-size: 14px;
    color: #888;
    display: inline-block;
    font-weight: 500;
  }
  
  .blog-section .single-blog .blog-content h4 {
    display: block;
    margin-top: 10px;
    line-height: 28px;
  }
  
  .blog-section .single-blog .blog-content h4 a {
    font-size: 19px;
    color: #081828;
    display: inline-block;
    font-weight: 700;
  }
  
  .blog-section .single-blog .blog-content h4 a:hover {
    color: #0167F3;
  }
  
  .blog-section .single-blog .blog-content p {
    display: block;
    margin-top: 20px;
  }
  
  .blog-section .single-blog .blog-content .button {
    margin-top: 25px;
  }
  
  .blog-section .single-blog .blog-content .button .btn {
    background-color: transparent;
    border: 1px solid #dfdfdf;
    color: #081828;
  }
  
  .blog-section .single-blog .blog-content .button .btn:hover {
    background-color: #0167F3;
    color: #fff;
    border-color: transparent;
  }
  
  .blog-list {
    background: #f9f9f9;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .blog-list .pagination {
      margin-top: 20px;
    }
  }
  
  .blog-list .single-blog {
    margin: 0;
  }
  
  .blog-list .single-blog {
    margin-bottom: 30px;
  }
  
  /* News Details */
  .blog-single {
    background: #f9f9f9;
  }
  
  .blog-single .single-inner .main-content-head {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .blog-single .meta-information {
    background-color: #fff;
    padding: 20px 40px;
  }
  
  @media (max-width: 767px) {
    .blog-single .meta-information {
      padding: 12px 25px;
    }
  }
  
  .blog-single .meta-info {
    margin-top: 5px;
  }
  
  .blog-single .meta-info li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
  }
  
  @media (max-width: 767px) {
    .blog-single .meta-info li {
      margin-bottom: 5px;
      margin-right: 10px;
    }
  }
  
  .blog-single .meta-info li:last-child {
    margin: 0;
    padding: 0;
  }
  
  .blog-single .meta-info li a {
    color: #888;
    font-size: 14px;
    font-weight: 500;
  }
  
  .blog-single .meta-info li a i {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
  }
  
  .blog-single .meta-info li a:hover {
    color: #0167F3;
  }
  
  .blog-single .post-thumbnils {
    position: relative;
    overflow: hidden;
    border-radius: 0;
  }
  
  .blog-single .post-thumbnils img {
    width: 100%;
  }
  
  .blog-single .detail-inner {
    background-color: #fff;
    padding: 40px;
    padding-top: 10px;
  }
  
  @media (max-width: 767px) {
    .blog-single .detail-inner {
      padding: 25px;
      padding-top: 10px;
    }
  }
  
  .blog-single .post-title {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
    display: inline-block;
  }
  
  @media (max-width: 767px) {
    .blog-single .post-title {
      line-height: 26px;
    }
  }
  
  .blog-single .post-title a {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-single .post-title a {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .blog-single .post-title a {
      font-size: 18px;
    }
  }
  
  .blog-single .post-title a:hover {
    color: #0167F3;
  }
  
  .blog-single p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 26px;
  }
  
  .blog-single p:first-child {
    margin-top: 0;
  }
  
  .blog-single h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  
  .blog-single .list {
    margin: 30px 0;
  }
  
  .blog-single .list li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
  }
  
  .blog-single .list li:last-child {
    margin-bottom: 0;
  }
  
  .blog-single .list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
    font-size: 15px;
    color: #0167F3;
  }
  
  blockquote {
    position: relative;
    color: #fff;
    font-weight: 400;
    clear: both;
    z-index: 1;
    margin: 40px 0;
    text-align: center;
    padding: 45px 40px 35px 40px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
  }
  
  @media (max-width: 767px) {
    blockquote {
      padding: 45px 25px 30px 25px;
    }
  }
  
  blockquote .icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
  }
  
  blockquote .icon i {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #0167F3;
    border-radius: 50%;
    display: inline-block;
  }
  
  @media (max-width: 767px) {
    blockquote .icon i {
      margin-bottom: 15px;
    }
  }
  
  blockquote h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #081828;
  }
  
  @media (max-width: 767px) {
    blockquote h4 {
      font-size: 14px;
    }
  }
  
  blockquote span {
    font-size: 13px;
    display: block;
    margin-top: 20px;
    color: #888;
  }
  
  .post-bottom-area {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media (max-width: 767px) {
    .post-bottom-area {
      display: block;
    }
  }
  
  .post-bottom-area .post-tag ul li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .post-bottom-area .post-tag ul li:last-child {
    margin: 0;
  }
  
  .post-bottom-area .post-tag ul li a {
    color: #888;
  }
  
  .post-bottom-area .post-tag ul li a:hover {
    color: #0167F3;
  }
  
  @media (max-width: 767px) {
    .post-bottom-area .post-social-media {
      margin-top: 20px;
    }
  }
  
  .post-bottom-area .post-social-media .share-title {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    color: #888;
  }
  
  .post-bottom-area .post-social-media ul {
    display: inline-block;
    margin-left: 10px;
  }
  
  .post-bottom-area .post-social-media ul li {
    display: inline-block;
    margin-right: 15px;
  }
  
  .post-bottom-area .post-social-media ul li a {
    font-size: 16px;
    color: #999;
    position: relative;
  }
  
  .post-bottom-area .post-social-media ul li a:hover {
    color: #0167F3;
  }
  
  .post-bottom-area .post-social-media ul li a span {
    background-color: #0167F3;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .post-bottom-area .post-social-media ul li a span::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    border: 5px solid #0167F3;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
  }
  
  .post-bottom-area .post-social-media ul li a:hover span {
    opacity: 1;
    visibility: visible;
    top: -35px;
  }
  
  /*comments*/
  .post-comments {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
  }
  
  .comment-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
  }
  
  .post-comments .comments-list li {
    padding: 30px;
    padding-left: 130px;
    position: relative;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #eee;
  }
  
  @media (max-width: 767px) {
    .post-comments .comments-list li {
      padding-left: 0;
      padding: 25px;
    }
  }
  
  .post-comments .comments-list li .comment-img {
    position: absolute;
    left: 30px;
    width: 70px;
    height: 70px;
    overflow: hidden;
  }
  
  @media (max-width: 767px) {
    .post-comments .comments-list li .comment-img {
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: 12px;
    }
  }
  
  .post-comments .comments-list li .comment-img img {
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
  }
  
  .post-comments .comments-list li .comment-desc .desc-top {
    margin-bottom: 20px;
    position: relative;
    display: block;
  }
  
  .post-comments .comments-list li .comment-desc .desc-top h6 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  
  .post-comments .comments-list li .comment-desc .desc-top span.date {
    font-size: 14px;
    font-weight: 400;
  }
  
  .post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    z-index: 2;
    background-color: transparent;
    border-radius: 5px;
    color: #888;
  }
  
  @media (max-width: 767px) {
    .post-comments .comments-list li .comment-desc .desc-top .reply-link {
      position: relative;
      display: block;
      margin-top: 15px;
    }
  }
  
  .post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
    color: #0167F3;
  }
  
  .post-comments .comments-list li .comment-desc .desc-top .reply-link i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 1px;
  }
  
  .post-comments .comments-list li .comment-desc p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .post-comments .comments-list li.children {
    margin-left: 130px;
  }
  
  @media (max-width: 767px) {
    .post-comments .comments-list li.children {
      margin: 0;
    }
  }
  
  .post-comments .comments-list li:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
  }
  
  /*Comment form*/
  .comment-form {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
  }
  
  .comment-reply-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
  }
  
  .comment-form form .form-box {
    position: relative;
  }
  
  .comment-form form .form-box .icon {
    position: absolute;
    top: 17px;
    right: 25px;
    font-size: 16px;
  }
  
  .comment-form form .form-box .form-control-custom {
    border: none;
    background: #fff;
    font-size: 14px;
    color: #081828;
    padding: 0 25px;
    font-weight: 500;
    height: 50px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
  }
  
  .comment-form form .form-box .form-control-custom:focus {
    border-color: #0167F3;
  }
  
  .comment-form form .form-box textarea.form-control-custom {
    height: 200px;
    padding: 25px;
  }
  
  .comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400;
  }
  
  .comment-form form .form-box .form-control-custom:-ms-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400;
  }
  
  .comment-form form .form-box .form-control-custom::-ms-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400;
  }
  
  .comment-form form .form-box .form-control-custom::placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400;
  }
  
  /* News sidebar */
  .sidebar .widget {
    padding: 35px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sidebar .widget:first-child {
      margin-top: 30px;
    }
  }
  
  .sidebar .widget:last-child {
    margin-bottom: 0;
  }
  
  .sidebar .widget .widget-title {
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    line-height: 28px;
    z-index: 1;
  }
  
  .sidebar .widget.search-widget form {
    position: relative;
  }
  
  .sidebar .widget.search-widget form input {
    width: 100%;
    background-color: transparent;
    height: 55px;
    border: none;
    padding: 0 70px 0 30px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #eee;
  }
  
  .sidebar .widget.search-widget form input::-webkit-input-placeholder {
    color: #333;
  }
  
  .sidebar .widget.search-widget form input:-ms-input-placeholder {
    color: #333;
  }
  
  .sidebar .widget.search-widget form input::-ms-input-placeholder {
    color: #333;
  }
  
  .sidebar .widget.search-widget form input::placeholder {
    color: #333;
  }
  
  .sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 42px;
    height: 42px;
    z-index: 1;
    color: #fff !important;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    border-radius: 4px;
    padding: 0 !important;
    border: none;
    background: #0167F3;
  }
  
  .sidebar .widget.search-widget form button:hover {
    background-color: #081828;
    color: #fff;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
    position: relative;
    padding-left: 100px;
    min-height: 82px;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory {
    font-size: 13px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #888;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory:hover {
    color: #0167F3;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img {
    position: absolute;
    left: 0;
    top: 5px;
    overflow: hidden;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img img {
    width: 80px;
    border-radius: 4px;
    height: 80px;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
    margin-bottom: 8px;
    line-height: 1.5;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
    font-size: 14px;
    font-weight: 500;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
    color: #0167F3;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-weight: 400;
    font-size: 13px;
    display: block;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
    margin-right: 7px;
    font-size: 16px;
  }
  
  .sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0;
  }
  
  .sidebar .widget.categories-widget ul li {
    margin-bottom: 12px;
  }
  
  .sidebar .widget.categories-widget ul li:last-child {
    margin: 0;
  }
  
  .sidebar .widget.categories-widget ul li span {
    display: inline-block;
  }
  
  .sidebar .widget.categories-widget ul li a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    color: #888;
  }
  
  .sidebar .widget.categories-widget ul li a:hover {
    color: #0167F3;
  }
  
  .sidebar .widget.popular-tag-widget {
    padding-bottom: 35px;
  }
  
  .popular-tag-widget .tags > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 15px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    background: #0167F3;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    background: transparent;
    color: #888;
    border: 1px solid #eee;
    border-radius: 4px;
  }
  
  .popular-tag-widget .tags > a:hover {
    background-color: #0167F3;
    color: #fff;
    border-color: transparent;
  }