/*-----------------------------
** Blog Page Area Start
------------------------------*/
.blogpagearea {
  padding: 70px 0px 70px;
}
  .blogpagearea .blog-box {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 5px 10px #0000001a;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    }
    .blogpagearea .blog-box .blog-images {
      width: 100%;
      display: inline-block;
      margin-right: 15px;
      overflow: hidden; }
      .blogpagearea .blog-box .blog-images .img {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden; }
        .blogpagearea .blog-box .blog-images .img img {
          width: 100%;
          height: auto;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .blogpagearea .blog-box .blog-images .img .date {
          position: absolute;
          background: #ff5500;
          z-index: 2;
          bottom: 0;
          left: 0;
          height: 50px;
          width: 50px;
          text-align: center; }
          .blogpagearea .blog-box .blog-images .img .date p {
            margin: 0;
            padding: 0;
            color: #fff;
            line-height: 14px;
            font-size: 14px; }
    .blogpagearea .blog-box .details {
      padding: 10px 0px 0px;
      }
      .blogpagearea .blog-box .details .blog-title {
        font-size: 19px;
        font-weight: 600;
        }
      .blogpagearea .blog-box .details .blog-text {
        font-size: 14px;
        }
      .blogpagearea .blog-box .details .read-more-btn {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        background: #ff5500;
        padding: 7px 20px;
        display: inline-block;
        border: solid;
        border: 1px solid #ff5500;
        border-radius: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        }
        .blogpagearea .blog-box .details .read-more-btn:hover {
          background: none;
          color: #ff5500;
          }
    .blogpagearea .blog-box:hover {
      -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
      }
      .blogpagearea .blog-box:hover .blog-images .img img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); }

/*-----------------------------
** Blog Details Area Start
------------------------------*/
.blog-details {
  padding: 60px 0px 60px; }
  .blog-details .blog-content .content {
    border: 1px solid #e5e9f4;
    padding: 20px 30px 30px; }
    .blog-details .blog-content .content .title {
      font-size: 28px;
      line-height: 38px;
      font-weight: 600; }
    .blog-details .blog-content .content .post-meta {
      padding-left: 0px;
      margin-bottom: 20px;
      margin-top: 12px; }
      .blog-details .blog-content .content .post-meta li {
        list-style: none;
        display: inline-block; }
        .blog-details .blog-content .content .post-meta li a {
          font-size: 14px;
          margin-right: 10px;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .blog-details .blog-content .content .post-meta li a:hover {
            color: #ff5500; }
    .blog-details .blog-content .content p {
      color: #2f3744;
      font-size: 16px; }
    .blog-details .blog-content .content .heading {
      font-size: 18px;
      font-weight: 600;
      margin: 20px 0px 20px;
      display: inline-block; }
    .blog-details .blog-content .content .img {
      margin: 30px 0px 30px;
      display: block; }
    .blog-details .blog-content .content blockquote {
      margin-top: 50px;
      background: #f3f6ff;
      border-left: 5px solid #ff5500;
      padding: 25px 30px 28px;
      font-size: 16px;
      color: #ff5500;
      font-weight: 600;
      display: block; }
      .blog-details .blog-content .content blockquote p {
        margin-bottom: 0px; }
    .blog-details .blog-content .content .tag-social-link {
      background: #f3f6ff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px 20px 20px; }
      .blog-details .blog-content .content .tag-social-link .tag .title {
        font-size: 14px;
        color: #000000;
        display: inline-block;
        margin-bottom: 0px;
        line-height: inherit; }
      .blog-details .blog-content .content .tag-social-link .tag a {
        color: #545558;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 0px; }
      .blog-details .blog-content .content .tag-social-link .social-links {
        padding-left: 0px;
        margin-bottom: 0px; }
        .blog-details .blog-content .content .tag-social-link .social-links li {
          display: inline-block; }
          .blog-details .blog-content .content .tag-social-link .social-links li a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            text-align: center;
            border-radius: 50%;
            display: inline-block;
            color: #fff;
            margin-left: 2px;
            background: #ff5500;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .blog-details .blog-content .content .tag-social-link .social-links li a:hover {
              -webkit-box-shadow: 0px 10px 30px 0px rgba(90, 62, 241, 0.3);
              box-shadow: 0px 10px 30px 0px rgba(90, 62, 241, 0.3); }
  .blog-details .comments {
    margin-top: 90px; }
    .blog-details .comments .title {
      font-size: 36px;
      line-height: 46px;
      font-weight: 600;
      color: #252a32;
      text-transform: uppercase;
      margin-bottom: 38px; }
    .blog-details .comments .comment-box-area {
      padding-left: 0px;
      margin-bottom: 0px; }
      .blog-details .comments .comment-box-area li {
        list-style: none;
        margin-bottom: 30px; }
        .blog-details .comments .comment-box-area li .comment-box {
          position: relative; }
          .blog-details .comments .comment-box-area li .comment-box .left {
            position: absolute;
            left: 0;
            top: 0;
            text-align: center; }
            .blog-details .comments .comment-box-area li .comment-box .left .img {
              width: 65px;
              height: 65px;
              border-radius: 50%;
              border: 2px solid #ff5500;
              overflow: hidden;
              margin-bottom: 19px;
              -webkit-box-shadow: 0px 5px 10px 0px rgba(43, 43, 43, 0.3);
              box-shadow: 0px 5px 10px 0px rgba(43, 43, 43, 0.3); }
              .blog-details .comments .comment-box-area li .comment-box .left .img img {
                width: 100%;
                border-radius: 50%; }
            .blog-details .comments .comment-box-area li .comment-box .left .replay {
              width: 55px;
              height: 25px;
              text-align: center;
              line-height: 25px;
              display: inline-block;
              color: #fff;
              background: #ff5500;
              font-size: 13px;
              font-weight: 600;
              text-transform: uppercase;
              -webkit-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
              .blog-details .comments .comment-box-area li .comment-box .left .replay:hover {
                background: #ff5500; }
          .blog-details .comments .comment-box-area li .comment-box .right {
            margin-left: 100px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
            .blog-details .comments .comment-box-area li .comment-box .right .name {
              font-size: 16px;
              font-weight: 600;
              color: #000000;
              line-height: 24px;
              text-transform: uppercase; }
            .blog-details .comments .comment-box-area li .comment-box .right .date {
              font-size: 14px;
              font-weight: 24px;
              color: #474747; }
            .blog-details .comments .comment-box-area li .comment-box .right .text p {
              color: #505b6d;
              font-size: 14px;
              line-height: 26px; }
        .blog-details .comments .comment-box-area li .replay-form {
          margin-left: 100px;
          padding: 58px 0px 10px;
          position: relative; }
          .blog-details .comments .comment-box-area li .replay-form .replay-form-close {
            position: absolute;
            top: 10px;
            right: 0;
            font-weight: 700;
            width: 20px;
            height: 20px;
            border: 1px solid rgba(0, 0, 0, 0.25);
            text-align: center;
            font-size: 15px;
            line-height: 18px;
            border-radius: 50%;
            cursor: pointer;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .blog-details .comments .comment-box-area li .replay-form .replay-form-close:hover {
              background: #ff5500;
              border-color: #ff5500;
              color: #fff; }
          .blog-details .comments .comment-box-area li .replay-form .input-field {
            background: none;
            border: 1px solid rgba(0, 0, 0, 0.2);
            height: 60px;
            font-size: 14px; }
          .blog-details .comments .comment-box-area li .replay-form .replay-comment-btn {
            width: 180px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            background: #ff5500;
            border: 0px;
            border-radius: 5px;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            margin-top: 14px;
            cursor: pointer;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .blog-details .comments .comment-box-area li .replay-form .replay-comment-btn:hover {
              background: #ff5500; }
        .blog-details .comments .comment-box-area li:last-child {
          margin-bottom: 0px; }
          .blog-details .comments .comment-box-area li:last-child .comment-box .right {
            border-bottom: 0px; }
  .blog-details .write-comment {
    margin-top: 55px; }
    .blog-details .write-comment .title {
      font-size: 36px;
      line-height: 46px;
      font-weight: 600;
      color: #252a32;
      text-transform: uppercase;
      margin-bottom: 38px; }
    .blog-details .write-comment .input-field {
      height: 50px;
      font-size: 14px;
      border-radius: 0px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      background: none;
      margin-bottom: 30px; }
    .blog-details .write-comment .submit-btn {
      width: 225px;
      height: 60px;
      background: #ff5500;
      color: #fff;
      font-size: 16px;
      line-height: 60px;
      text-align: center;
      text-transform: uppercase;
      border: 0px;
      border-radius: 5px;
      cursor: pointer;
      -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
      box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .blog-details .write-comment .submit-btn:hover {
        background: #ff5500; }
  .blog-details .blog-aside .serch-form {
    position: relative; }
    .blog-details .blog-aside .serch-form input {
      width: 100%;
      height: 50px;
      border: 2px solid #f2f2f2;
      background: #f7f8fc;
      padding: 0px 50px 0px 20px; }
    .blog-details .blog-aside .serch-form button {
      position: absolute;
      top: 0;
      right: 0;
      height: 50px;
      width: 50px;
      border: none;
      background: none;
      cursor: pointer; }
      .blog-details .blog-aside .serch-form button:focus {
        outline: 0; }
  .blog-details .blog-aside .categori {
    border: 1px solid #e5e9f4;
    padding: 22px 30px 22px;
    margin-top: 30px; }
    .blog-details .blog-aside .categori .title {
      font-size: 24px;
      line-height: 34px;
      font-weight: 700;
      color: #252a32;
      display: block;
      text-align: center;
      margin-bottom: 17px; }
    .blog-details .blog-aside .categori .separator {
      background: #eeeeee;
      width: 195px;
      height: 2px;
      display: block;
      margin: 0 auto; }
    .blog-details .blog-aside .categori .categori-list {
      padding-left: 0px;
      margin-bottom: 0px;
      margin-top: 17px; }
      .blog-details .blog-aside .categori .categori-list li {
        list-style: none;
        line-height: 36px; }
        .blog-details .blog-aside .categori .categori-list li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .blog-details .blog-aside .categori .categori-list li a:hover, .blog-details .blog-aside .categori .categori-list li a.active {
            color: #ff5500;
            padding-left: 5px; }
  .blog-details .blog-aside .recent-post-widget {
    border: 1px solid #e5e9f4;
    padding: 20px 30px 28px;
    margin-top: 30px; }
    .blog-details .blog-aside .recent-post-widget .title {
      font-size: 24px;
      line-height: 34px;
      font-weight: 700;
      color: #252a32;
      display: block;
      text-align: center;
      margin-bottom: 17px; }
    .blog-details .blog-aside .recent-post-widget .separator {
      background: #eeeeee;
      width: 195px;
      height: 2px;
      display: block;
      margin: 0 auto; }
    .blog-details .blog-aside .recent-post-widget .post-list {
      padding-left: 0px;
      margin-bottom: 0px;
      margin-top: 30px; }
      .blog-details .blog-aside .recent-post-widget .post-list li {
        list-style: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
        padding-bottom: 15px; }
        .blog-details .blog-aside .recent-post-widget .post-list li .post {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .blog-details .blog-aside .recent-post-widget .post-list li .post .post-img {
            margin-right: 20px; }
          .blog-details .blog-aside .recent-post-widget .post-list li .post .post-details {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
            .blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .post-title {
              font-size: 14px;
              color: #2f3744;
              -webkit-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
              .blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .post-title:hover {
                color: #ff5500; }
            .blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .date {
              color: #7b8698;
              font-size: 12px;
              margin-bottom: 0px; }
        .blog-details .blog-aside .recent-post-widget .post-list li:last-child {
          border-bottom: 0px;
          margin-bottom: 0px;
          padding-bottom: 0px; }
  .blog-details .blog-aside .archives {
    border: 1px solid #e5e9f4;
    padding: 22px 30px 22px;
    margin-top: 30px; }
    .blog-details .blog-aside .archives .title {
      font-size: 24px;
      line-height: 34px;
      font-weight: 700;
      color: #252a32;
      display: block;
      text-align: center;
      margin-bottom: 17px; }
    .blog-details .blog-aside .archives .separator {
      background: #eeeeee;
      width: 195px;
      height: 2px;
      display: block;
      margin: 0 auto; }
    .blog-details .blog-aside .archives .archives-list {
      padding-left: 0px;
      margin-bottom: 0px;
      margin-top: 17px; }
      .blog-details .blog-aside .archives .archives-list li {
        list-style: none;
        line-height: 36px; }
        .blog-details .blog-aside .archives .archives-list li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .blog-details .blog-aside .archives .archives-list li a:hover {
            color: #ff5500; }
  .blog-details .blog-aside .tags {
    border: 1px solid #e5e9f4;
    padding: 22px 30px 15px;
    margin-top: 30px; }
    .blog-details .blog-aside .tags .title {
      font-size: 24px;
      line-height: 34px;
      font-weight: 700;
      color: #252a32;
      display: block;
      text-align: center;
      margin-bottom: 17px; }
    .blog-details .blog-aside .tags .separator {
      background: #eeeeee;
      width: 195px;
      height: 2px;
      display: block;
      margin: 0 auto; }
    .blog-details .blog-aside .tags .tags-list {
      padding-left: 0px;
      margin-bottom: 0px;
      margin-top: 29px; }
      .blog-details .blog-aside .tags .tags-list li {
        list-style: none;
        display: inline-block; }
        .blog-details .blog-aside .tags .tags-list li a {
          font-size: 13px;
          text-transform: uppercase;
          padding: 8px 22px;
          background: #ffffff;
          border: 1px solid rgba(0, 0, 0, 0.08);
          border-radius: 50px;
          color: #505b6d;
          display: inline-block;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          margin-bottom: 15px;
          margin-right: 9px;
          }
          .blog-details .blog-aside .tags .tags-list li a:hover {
            background: #ff5500;
            border-color: #ff5500;
            color: #fff;
            -webkit-box-shadow: 0px 10px 10px 0px rgba(245, 127, 23, 0.3);
            box-shadow: 0px 10px 10px 0px rgba(245, 127, 23, 0.3); }


