/* 
Author: W3layouts
Author URL: http://w3layouts.com
 */
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.w3l-blog .blog-single-author-date li.circle {
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%; }

  .w3l-blog .blog-article-post {
    margin-bottom: 30px; }

  .w3l-blog .blog-single-author-date li.circle img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

  .w3l-blog ul.blog-single-author-date li {
    font-size: 14px;
    color: var(--text-color);
    display: inline-block;
    margin-right: 15px;
    transition: 0.3s ease-in-out; }

  .w3l-blog ul.blog-single-author-date li a {
    color: #151965; }

  .w3l-blog ul.blog-single-author-date li a:hover {
    text-decoration: underline; }

  .w3l-blog ul.blog-single-author-date li.author {
    font-weight: bold;
    color: var(--primary-color); }

  .w3l-blog ul.share-post li {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    margin: 0px 3px; }

  .w3l-blog ul.share-post li a {
    display: block; }

  .w3l-blog ul.share-post li a span.fa {
    color: #fff;
    font-size: 14px; }

  .w3l-blog ul.share-post li.facebook {
    background: #3a5998;
    width: 30px;
    height: 30px;
    color: #fff; }

  .w3l-blog ul.share-post li.twitter {
    background: #55acee;
    width: 30px;
    height: 30px;
    color: #fff; }

  .w3l-blog ul.share-post li.google {
    background: #dc4e41;
    width: 30px;
    height: 30px;
    color: #fff; }

  .w3l-blog .single-post-content p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 28px; }

  .w3l-blog blockquote {
    max-width: 480px;
    margin: 0 auto; }

  .w3l-blog blockquote q {
    color: #151965;
    font-size: 24px;
    line-height: 36px;
    font-style: italic; }

  .w3l-blog h3.post-content-title {
    color: var(--title-color);
    font-size: 25px;
    display: inline-block; }

  .w3l-blog .text-list ol li {
    font-style: italic;
    font-size: 16px;
    line-height: 25px;
    margin: 12px 0;
    font-weight: bold;
    color: var(--text-color); }

  .w3l-blog a.action {
    border: none;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    display: inline-block; }

  .w3l-blog a.action img {
    margin-left: 4px; }

  .w3l-blog .align-center {
    text-align: center; }

  .w3l-blog a.p-post {
    border-bottom: 1px solid var(--light-bg-color); }

  .w3l-blog .blog-search form {
    position: relative; }

  .w3l-blog .reply textarea {
    background: var(--light-bg-color);
    padding: 10px; }

  .w3l-blog .reply textarea:focus {
    background: #fff;
    border: 1px solid #151965; }

  .w3l-blog .search-form input {
    font-size: 16px;
    border: none;
    border-radius: 0px;
    outline: none;
    height: 50px;
    padding: 0 10px 0 0;
    border-bottom: 2px solid #eee;
    width: calc(100% - 50px); }

  .w3l-blog .blog-search .form-control:focus {
    background: #fff;
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #2ce2d6; }

  .w3l-blog button.search-btn {
    border: none;
    min-width: 50px;
    position: absolute;
    right: 0;
    font-size: 16px;
    height: 50px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 0px;
    border-bottom: 2px solid #2ce2d6;
    background: #2ce2d6; }

  .w3l-blog .blog-subscribe {
    background: rgba(25, 51, 101, 0.08);
    border-radius: var(--card-curve); }

  .w3l-blog .subscribe-field {
    height: 55px;
    border: 1px solid #eee;
    font-size: 16px;
    border-radius: 4px; }

  .w3l-blog .subscribe-field:focus {
    border: 1px solid #151965; }

  .w3l-blog h6.heading-small-text-9:after {
    display: inline-block;
    content: '';
    width: 43px;
    height: 2px;
    background: var(--secondary-color-two);
    margin-top: 18px;
    position: absolute;
    left: 0;
    top: 10px; }

  .w3l-blog .blog-post img {
    display: block; }

  .w3l-blog audio {
    width: 100%; }

  .w3l-blog .audio {
    padding: 20px; }

  .w3l-blog h6.text-left-inner-9 {
    font-size: 18px;
    line-height: 24px;
    color: var(--title-color); }

  .w3l-blog h6.text-left-inner-9:hover {
    color: #2ce2d6; }

  .w3l-blog span.sub-inner-text-9 {
    font-weight: normal;
    font-size: 14px;
    color: var(--text-color);
    margin-top: 6px;
    display: inline-block; }

  .w3l-blog hr {
    opacity: 0.25;
    border: 1px solid #777777;
    margin: 20px 0 14px; }

  .w3l-blog .blog-post {
    border-radius: var(--card-curve);
    transition: 0.3s ease-in;
    border: 1px solid #eee;
    padding: 2rem;
    box-shadow: var(--card-box-shadow);
    display: block;
    height: 100%; }

  .w3l-blog .blog-post:hover {
    box-shadow: var(--card-hover-box-shadow);
    transition: 0.3s ease-in; }

  .w3l-blog ul.pagination.float-left li {
    display: inline-block;
    margin-right: 10px; }

  .w3l-blog li.page-item a {
    font-size: 20px;
    line-height: 24px;
    color: var(--text-color);
    font-weight: 700;
    width: 40px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: 0.3s ease-in-out; }

  .w3l-blog li.page-item a:hover {
    color: #2ce2d6;
    background: none;
    transition: 0.3s ease-in-out; }

  .w3l-blog a.page-link.active {
    color: #2ce2d6; }

  .w3l-blog p.sub-para1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 10px; }

  .w3l-blog .to-hd {
    margin-top: 10px; }

  .w3l-blog .categories ul {
    margin-top: 20px; }

  .w3l-blog .categories ul li {
    display: block; }

  .w3l-blog .categories ul li a {
    color: var(--title-color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    display: block; }

  .w3l-blog .categories ul li a:hover {
    text-decoration: underline; }

  .w3l-blog .comments-grid-right h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px; }

  .w3l-blog .comments-grid-right ul li {
    display: inline-block;
    color: var(--light-text-color);
    font-size: 13px; }

  .w3l-blog .comments-grid-right ul li a {
    color: var(--secondary-color);
    font-weight: 700; }

  .w3l-blog .comments-grid-right p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 10px; }

  .w3l-blog .media {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 30px;
    grid-gap: 20px; }

  .w3l-blog .media-body {
    color: var(--text-color);
    font-size: 15px;
    line-height: 23px; }

  .w3l-blog a.name {
    color: #151965;
    font-size: 20px; }

  .w3l-blog ul.time-rply li {
    display: inline-block;
    color: var(--text-color);
    font-size: 13px; }

  .w3l-blog ul.time-rply li a {
    color: var(--secondary-color);
    font-weight: 700; }

  .w3l-blog .media-top img {
    display: block; }

  .w3l-blog .comments-grids {
    margin: 30px 0; }

  .w3l-blog .leave-coment {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px; }

  .w3l-blog .leave-coment-form input[type="text"],
  .w3l-blog .leave-coment-form input[type="email"],
  .w3l-blog .leave-coment-form textarea {
    margin-top: 5px;
    font-style: normal;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    outline: none;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    color: var(--title-color);
    -webkit-appearance: none;
    padding: 12px 14px;
    border: 1px solid #dedede; }

  .w3l-blog .media-body.comments-grid-right {
    background: var(--light-bg-color);
    padding: 25px; }

  .w3l-blog .leave-coment-form textarea {
    min-height: 150px; }

  .w3l-blog .leave-coment-btm {
    margin: 20px 0; }

  .w3l-blog h4.text-head-text-9 {
    color: var(--title-color);
    transition: 0.3s ease-in-out;
    font-size: 25px;
    line-height: 32px;
    display: inline-block; }
	
	.w3l-blog h4.text-head-text-9:hover {
    color: #2ce2d6; }

  .w3l-blog h5.sub-head-text-9 {
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px; }

  .w3l-blog .blog-post iframe {
    width: 100%;
    height: 235px; }

  .w3l-blog p.text-tag {
    color: #8298AB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px; }

  .w3l-blog p.sub-para {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b1b1b1; }

  .w3l-blog h6.heading-small-text-9 {
    font-size: 20px;
    color: var(--text-color); }

  .w3l-blog .blog-post h5 {
    margin-top: 15px; }

  .w3l-blog ul.blog-author-date li {
    line-height: 24px;
    font-size: 14px;
    color: var(--text-color);
    display: inline-block;
    margin-right: 15px;
    transition: 0.3s ease-in-out; }

  .w3l-blog ul.blog-author-date li.author {
    font-weight: bold;
    color: var(--primary-color); }

  .w3l-blog .img-circle {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    background: #f3f6f9;
    border-radius: 50%; }

  .w3l-blog .img-circle-sm {
    width: 65px;
    height: 65px; }

  .w3l-blog .img-circle img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

  .w3l-blog .btn-reply {
    padding: 12px 40px; }

  @media (max-width: 1080px) {
    .w3l-blog h5.sub-head-text-9 {
      font-size: 23px; }
    .w3l-blog .blog-post {
      padding: 1rem; } }

  @media (max-width: 900px) {
    .w3l-blog h5.sub-head-text-9 {
      font-size: 21px; } }

  @media (max-width: 768px) {
    .w3l-blog h5.sub-head-text-9 {
      font-size: 19px;
      line-height: 28px; }
    .w3l-blog h6.heading-small-text-9 {
      font-size: 18px; }
    .w3l-blog p.sub-para {
      margin-top: 15px; } }

  @media (max-width: 600px) {
    .w3l-blog p.sub-para {
      font-size: 16px; }
    .w3l-blog h5.sub-head-text-9 {
      font-size: 18px;
      margin-bottom: 30px; }
    .w3l-blog .blog-post iframe {
      height: 200px; } }

  @media (max-width: 568px) {
    .w3l-blog span.sub-inner-text-9 {
      font-size: 14px; } }

  @media (max-width: 480px) {
    .w3l-blog h4.text-head-text-9 {
      font-size: 26px;
      line-height: 32px; } }

  @media (max-width: 320px) {
    .w3l-blog audio {
      width: 100% !important; } } 
