/* --------------------------------------
   Global Style
-----------------------------------------*/
body {
  background-color: #f2f7f9;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 5px;
  height: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ff5d5d;
}

.page-title {
  position: relative;
  background: #506af5;
  text-align: center;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/main_bg.png) center center no-repeat;
  background-size: cover;
  border-radius: 16px;
  z-index: 1;
  opacity: .22;
}
.page-title .overlay {
  position: relative;
  z-index: 2;
}
.page-title .overlay .content h2 {
  color: #fff;
  font-weight: 800;
  letter-spacing: .7px;
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.page-title .overlay .content ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-weight: 600;
}
.page-title .overlay .content ul li:last-child {
  color: #fff;
  padding-right: 0;
  margin-right: 0;
}
.page-title .overlay .content ul li:first-child:after, .page-title .overlay .content ul li.two:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  right: -5px;
  top: 3px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.page-title .overlay .content ul li a {
  color: #ff5d5d;
}

.blog {
  padding-top: 80px;
  padding-bottom: 50px;
}

.blog .post .post-img img {
  width: 100%;
}

/* --------------------------------------
   Blog Single
-----------------------------------------*/
.blog .post .post-content .post-text p:last-of-type {
  border-top: none;
  padding-top: 0;
  margin-bottom: 15px;
}
.blog .post .post-content .more-details {
  padding: 0 20px;
}
.blog .post .post-content .more-details .image {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .blog .post .post-content .more-details .image {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .blog .post .post-content .more-details .image img {
    width: 100%;
  }
}
.blog .post .post-content .more-details p {
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 15px;
  color: #888;
  font-size: 15px;
}
.blog .post .post-content .more-details blockquote {
  position: relative;
  border-radius: 4px;
  margin: 0 0 15px;
  padding: 20px;
  border: 2px solid #ececec;
  border-radius: 16px;
}
.blog .post .post-content .more-details blockquote i {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -mz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #506af5;
  font-size: 25px;
}
.blog .post .post-content .more-details blockquote i:before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.blog .post .post-content .more-details blockquote p {
  margin-bottom: 0;
  padding-left: 55px;
}
.blog .post .post-content .post-footer {
  padding: 35px 20px;
  border-top: 1px solid #ececec;
}
.blog .post .post-content .post-footer h5 {
  font-size: 17px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
  margin-bottom: 25px;
}
.blog .post .post-content .post-footer .post-share {
  margin-bottom: 35px;
}
.blog .post .post-content .post-footer .post-share ul li {
  display: inline-block;
  margin-right: 14px;
}
.blog .post .post-content .post-footer .post-share ul li a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ececec;
}
.blog .post .post-content .post-footer .post-share ul li a .fa-facebook {
  color: #3b5998;
}
.blog .post .post-content .post-footer .post-share ul li a .fa-twitter {
  color: #1da1f2;
}
.blog .post .post-content .post-footer .post-share ul li a .fa-google-plus {
  color: #db4437;
}
.blog .post .post-content .post-footer .post-share ul li a .fa-behance {
  color: #0057ff;
}
.blog .post .post-content .post-footer .post-tags ul li {
  display: inline-block;
}
.blog .post .post-content .post-footer .post-tags ul li a {
  display: inline-block;
  color: #888;
  font-size: 15px;
  letter-spacing: .3px;
  margin-bottom: 5px;
  margin-right: 12px;
}
.blog .post .post-content .post-footer .post-tags ul li a:hover {
  color: #506af5;
}
.blog .post .post-content .post-comments {
  padding: 0 20px 25px;
}
.blog .post .post-content .post-comments h3 {
  font-size: 21px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
  margin-bottom: 35px;
}
.blog .post .post-content .post-comments .post-comment {
  position: relative;
  margin-bottom: 35px;
}
.blog .post .post-content .post-comments .post-comment.reply {
  margin-left: 90px;
}
@media (max-width: 767.98px) {
  .blog .post .post-content .post-comments .post-comment.reply {
    margin-left: 65px;
  }
}
@media (max-width: 767.98px) {
  .blog .post .post-content .post-comments .post-comment .comment-image {
    margin-bottom: 15px;
  }
}
.blog .post .post-content .post-comments .post-comment .comment-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.blog .post .post-content .post-comments .post-comment h4 {
  font-size: 16px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
  margin-bottom: 7px;
}
.blog .post .post-content .post-comments .post-comment span {
  display: inline-block;
  color: #888;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.blog .post .post-content .post-comments .post-comment .reply-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #506af5;
  letter-spacing: .4px;
}
.blog .post .post-content .post-comments .post-comment .reply-btn i {
  font-weight: 500;
  margin-right: 7px;
}
.blog .post .post-content .post-comments .post-comment p {
  font-size: 14px;
  line-height: 1.8;
  color: #888;
  margin-bottom: 0;
}
.blog .post .post-content .post-form {
  padding: 0 20px 35px;
}
.blog .post .post-content .post-form h3 {
  font-size: 21px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
  margin-bottom: 35px;
}
.blog .post .post-content .post-form .form-group {
  margin-bottom: 25px;
}
.blog .post .post-content .post-form .form-control {
  color: #888;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  height: 45px;
  padding: 12px;
  border-radius: 16px;
}
.blog .post .post-content .post-form .form-control:focus {
  border: 1px solid #506af5;
}
.blog .post .post-content .post-form textarea.form-control {
  height: 155px;
  resize: none;
  padding-top: 18px;
}
.blog .post .post-content .post-form .main-btn {
  min-width: 185px;
  cursor: pointer;
}
.blog .blog-sidebar .sidebar-search {
  position: relative;
}
.blog .blog-sidebar .sidebar-search .form-group {
  margin-bottom: 30px;
}
.blog .blog-sidebar .sidebar-search .form-control {
  color: #888;
  background-color: #fff;
  border: 1px solid #ececec;
  height: 50px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  padding: 12px;
  border-radius: 16px;
}
.blog .blog-sidebar .sidebar-search .form-control:focus {
  color: #888;
  background-color: #fff;
  height: 50px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  padding: 12px;
  border: 1px solid #506af5;
  border-radius: 16px;
}
.blog .blog-sidebar .sidebar-search .search-btn {
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  -mz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  font-size: 19px;
  background: transparent;
  border: none;
  color: #506af5;
  cursor: pointer;
}
.blog .blog-sidebar .sidebar-categories {
  padding: 35px 20px;
  margin-bottom: 30px;
  border: 2px solid #ececec;
  background: #fff;
  border-radius: 16px;
}
.blog .blog-sidebar .sidebar-categories h4 {
  font-size: 20px;
  letter-spacing: .3px;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
  margin-bottom: 25px;
}
.blog .blog-sidebar .categories-list {
  margin-bottom: 0;
}
.blog .blog-sidebar .categories-list li a {
  display: block;
  color: #888;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
}
.blog .blog-sidebar .categories-list li a:hover {
  color: #506af5;
}
.blog .blog-sidebar .categories-list li a span {
  float: right;
  color: #506af5;
}
.blog .blog-sidebar .categories-list li:last-of-type a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.blog .blog-sidebar .sidebar-posts {
  padding: 35px 20px;
  margin-bottom: 30px;
  border: 2px solid #ececec;
  background: #fff;
  border-radius: 16px;
}
.blog .blog-sidebar .sidebar-posts h4 {
  font-size: 20px;
  letter-spacing: .3px;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
  margin-bottom: 25px;
}
.blog .blog-sidebar .sidebar-posts .post-inner {
  position: relative;
  padding-left: 110px;
  margin-bottom: 25px;
}
.blog .blog-sidebar .sidebar-posts .post-inner:last-of-type {
  margin-bottom: 12px;
}
.blog .blog-sidebar .sidebar-posts .post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}
.blog .blog-sidebar .sidebar-posts .post-info h5 a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #555;
  font-weight: 600;
  margin: 0 0 4px;
}
.blog .blog-sidebar .sidebar-posts .post-info h5 a:hover {
  color: #506af5;
}
.blog .blog-sidebar .sidebar-posts .post-info p {
  font-size: 14px;
  letter-spacing: .3px;
  color: #888;
  font-weight: 500;
  margin: 0;
}
.blog .blog-sidebar .sidebar-archives {
  padding: 35px 20px;
  margin-bottom: 30px;
  border: 2px solid #ececec;
  background: #fff;
  border-radius: 16px;
}
.blog .blog-sidebar .sidebar-archives h4 {
  font-size: 20px;
  letter-spacing: .3px;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
  margin-bottom: 25px;
}
.blog .blog-sidebar .archives-list {
  margin-bottom: 0;
}
.blog .blog-sidebar .archives-list li a {
  display: block;
  color: #888;
  font-size: 15px;
  letter-spacing: .3px;
  margin-bottom: 15px;
}
.blog .blog-sidebar .archives-list li a:hover {
  color: #506af5;
}
.blog .blog-sidebar .archives-list li:last-of-type a {
  margin-bottom: 0;
}
.blog .blog-sidebar .sidebar-tags {
  padding: 35px 20px;
  margin-bottom: 30px;
  border: 2px solid #ececec;
  background: #fff;
  border-radius: 16px;
}
.blog .blog-sidebar .sidebar-tags h4 {
  font-size: 20px;
  letter-spacing: .3px;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
  margin-bottom: 25px;
}
.blog .blog-sidebar .tags-list {
  margin-bottom: 0;
}
.blog .blog-sidebar .tags-list li {
  display: inline-block;
}
.blog .blog-sidebar .tags-list li a {
  display: inline-block;
  color: #888;
  font-size: 15px;
  letter-spacing: .3px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.blog .blog-sidebar .tags-list li a:hover {
  color: #506af5;
}

/*# sourceMappingURL=blogdetails.css.map */
