section.blog-details-area {
    margin-bottom: 60px;
}
section.blog-area .container {
    width: 100%;
    max-width: 100%;
    padding: 0 60px;
}
section.blog-details-area .container {
    margin-bottom: 60px;
    max-width: 100%;
    padding: 0 60px;
}
.blog-area .single-blog-post {    margin-bottom: 45px;}
.blog-area a {
    text-decoration: none;
}
.blog-area .single-blog-post .post-image {    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);    transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);    position: relative;    /* overflow: hidden; */    box-shadow: 1px 5px 10px rgba( 0 0 0 / 41%);}
.blog-area .single-blog-post .post-image::before{
    width: 60px;
    height: 1px;
    left: 100%;
}
.blog-area .single-blog-post .post-image::before, .blog-area .single-blog-post .post-image::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: '';
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-area .single-blog-post .post-image img {    -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);    transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);    width: 100%;    height: 260px;    object-fit: cover;}
.blog-area .single-blog-post:hover .post-image img, .blog-area .single-blog-post:focus .post-image img {    zoom: 1;    opacity: .9 !important;    /* -webkit-transform: scale(1.07); */    /* transform: scale(1.07); */}
.blog-area .single-blog-post .post-image::after {
    height: 60px;
    width: 1px;
    top: 0;
}
.floating_box {
    position: absolute;
    top: 30px;
    left: -10px;
    background: #4FAEEC;
    color: #fff;
    padding: 5px 15px;
}
.floating_box span::before {
    position: absolute;
    content: "";
    color: #000000;
    border-bottom: solid currentColor;
    border-top: solid transparent;
    top: -10px;
    left: 0px;
    border-right: solid currentColor;
    border-left: solid transparent;
    border-width: 5px;
}
.floating_box span {
    display: table-caption;
    font-weight: 600;
    font-family: "Nunito ", Sans-serif;
}
.single-post h2:hover a {
    text-decoration: none;
    color: #000000!important;
}
.single-post a:hover {
    text-decoration: none;
}
.blog-area .single-blog-post:hover .post-image::before, .blog-area .single-blog-post:hover .post-image::after, .blog-area .single-blog-post:focus .post-image::before, .blog-area .single-blog-post:focus .post-image::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.blog-area .single-blog-post .post-content {    border: 1px solid #f5f5f5;    padding: 15px;    margin: 20px 0;    position: relative;    background: #fff;    margin-left: -40px;    border-radius: 3px;    box-shadow: 0 1px 3px rgba(0,0,0,0.18);}
.blog-area .single-blog-post .post-content .post-meta {    padding-left: 0;    margin-bottom: 10px;    list-style-type: none;}
.blog-area .single-blog-post .post-content .post-meta li {
    display: inline-block;
    color: #727695;
    margin-right: 15px;
    position: relative;
}
.blog-area .single-blog-post .post-content .post-meta li::before {
    position: absolute;
    right: -10px;
    top: 7px;
    height: 14px;
    content: '';
    width: 1px;
    background-color: #727695;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.blog-area .single-blog-post .post-content .post-meta li.post-author img {
    width: 30px;
    height: 30px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.blog-area .single-blog-post .post-content .post-meta li.post-author a {
    color: #4FAEEC;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Nunito", Sans-serif;
}
.blog-area .post-author i {
    font-size: 22px;
    position: relative;
    top: 3px;
    color: #000000;
}

i.fa.fa-calendar {
    color: white!important;
    background: #4FAEEC;
    padding: 6px;
    border-radius: 50px;
    font-size: 18px!important;
}
.blog-area .single-blog-post .post-content .post-meta li:last-child {
    margin-right: 0;
}.blog-area .single-blog-post .post-content .post-meta li:last-child::before {    background: 0;}
.blog-area .single-blog-post .post-content .post-meta li a {    display: inline-block;    color: #f15a25;    font-weight: 500;    font-family: "Nunito", Sans-serif;}
.blog-area .single-blog-post .post-content h3 {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    color: #112852;
    font-family: "Nunito", Sans-serif;
}
.blog-area .single-blog-post .post-content h3 a {
    color: #000000;
}

.blog-area .single-blog-post .post-content h3 a:hover {
    color: #4FAEEC;
}

.blog-area .single-blog-post .post-content p {
    color: #343434;
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
}

.blog-area .single-blog-post .post-content .read-more-btn {
    display: inline-block;
    /* position: relative; */
    /* z-index: 1; */
    /* padding-right: 20px; */
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 5px 10px;
    background: #4FAEEC;
    border-radius: 2px;
    font-family: "Nunito", Sans-serif !important;
    border: 1px solid;
}
.blog-area .single-blog-post .post-content .read-more-btn:hover {
    background: transparent;
    color: #4FAEEC;
}
.blog-area .single-blog-post .post-content .read-more-btn::before {
    content: '';
    position: absolute;
    background-color: #ae4a84;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-area .single-blog-post .post-content .read-more-btn i {
    font-size: 15px;
    position: relative;
    top: 1px;
    left: 2px;
}


.blog-area .navigation.pagination {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}
.blog-area .page-numbers.current, a.page-numbers:hover {
    background: #000;
    color: #fff;
}
.blog-area .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px 0 0;
    font-family: "Nunito", Sans-serif;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    background: linear-gradient(179deg,#000000 10%,#000000 100%);
    color: #fff;
}
/*Blog Detail page*/
.blog-details-desc .article-image img {
    width: 100%;
    border-radius: 5px;
    background: #f9f9f9;
    object-fit: contain;
    padding: 10px 0;
    height: 420px;
}
.blog-sidebar .widget-area .widget_raque_posts_thumb .item:last-child {
    border: none;
}
.blog-details-desc .article-content {
    margin-top: 30px;
}
.blog-details-desc h2.blog-heading {
    font-size: 32px;
    margin-bottom: 25px;
    color: #111111;
    line-height: 30px;
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
}

.blog-details-desc .entry-meta {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #dddddd;
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 45px;
}
.blog-details-desc .article-content .entry-meta ul li i {
    font-size: 30px;
    color: #4FAEEC;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-details-desc .article-content .entry-meta ul li span {
    display: block;
    color: #4FAEEC;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Nunito", Sans-serif;
}
.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #343434;
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.blog-details-desc .entry-content p {
    margin-bottom: 12px;
    line-height: 26px;
    color: #000;
    font-family: "Nunito", Sans-serif;
    font-size: 17px;
    font-weight: 400;
}
.blog-details-desc .entry-content p a:hover {
    color: #000;
}

.blog-details-desc .entry-content p a {
    color: #000000;
}
.blog-details-desc .entry-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 0;
    color: #727695; 
}


/*Blog Sidebar*/
.blog-sidebar aside.widget-area {
    background: #fff;
    /* border: 1px solid #f5f5f5; */
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    border-radius: 4px;
}
.blog-sidebar .widget-area .widget {
    margin-bottom: 40px;
}
.blog-sidebar .widget-area .widget:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget-area .widget_search form {
    position: relative;
}
.blog-sidebar .widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}
.blog-sidebar .widget-area .widget_search form .search-field {
    height: 50px;
    color: #515151;
    background-color: #f9f9f9;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 3px 0 3px 18px;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #eeeeee;
}
.blog-sidebar .widget-area .widget_search form button {
    border: none;
    background-color: #f15a25;
    color: #ffffff;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    top: 5px;
    font-size: 20px;
}
.blog-sidebar .widget-area .widget .widget-title {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    padding-left: 10px;
    border-left: 3px dashed #4FAEEC;
    font-size: 20px;
    font-weight: 700;
    color: #4FAEEC;
    font-family: "Nunito", Sans-serif;
}
.blog-sidebar .widget-area .widget_raque_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.blog-sidebar .widget-area .widget_raque_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}
.blog-sidebar .post-thumbnail img {
    width: 100%;
    height: 66px;
    border-radius: 3px;
}
.blog-sidebar .widget-area .widget_raque_posts_thumb .item .info {
    overflow: hidden;
    margin-top: -6px;
}
.blog-sidebar .widget-area .widget_raque_posts_thumb .item .info time {
    display: block;
    color: #000000;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Nunito", Sans-serif;
}
.blog-sidebar .widget-area .widget_raque_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}
.blog-sidebar .widget-area .widget_raque_posts_thumb .item .info .title a {
    display: inline-block;
    color: #343434;
    text-decoration: none;
    font-family: "Nunito", Sans-serif;
    font-weight: 700;
    line-height: 22px;
}

.blog-sidebar .widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.blog-sidebar .widget-area .widget_categories ul li {
    position: relative;
    overflow: hidden;
    color: #252525;
    /* padding-left: 18px; */
    font-weight: 600;
    font-size: 14px;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "Nunito", Sans-serif;
}
.blog-sidebar .widget-area .widget_categories ul li a {
    color: #102952;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-sidebar .widget-area .widget_categories ul li:last-child {
    border: 0;
    margin-bottom: 0;
}
/* .blog-sidebar .widget-area .widget_categories ul li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
} */
ul.my-tags-list li i {
    padding-right: 10px;
}

.blog-sidebar .widget-area .widget_categories ul li a:hover {
    color: #f15a25;
}
.blog-sidebar .widget-area .widget_categories ul li:hover {
    padding-left: 10px;
    transition: 0.3s;
    color: #f15a25;
}
.postid-3975 .elementor-element-895488f {
    background: #112852!important;
    margin-bottom: -1px!important;
    border-bottom: 1px solid #ffffff2e;
}

@media only screen and (min-width: 360px) and (max-width: 767px){
   
   .blog .single-blog-post.mb-30.row {
    display: grid;
   }
   section.bredvrumb_area {
    padding-left: 15px;
    height: 12vh;
   }
  .default-breadcrumb li.crumb .link {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
   }
   .postid-3975 .elementor-element-895488f {
    padding-bottom: 10px!important;
  }
  section.blog-area .container {
    padding: 0 20px;
  }
  .blog-area .single-blog-post .post-content {
    margin-left: 0;
 }
 .page-header__inner h1 {
    font-size: 25px !important;
  }
  section.blog-details-area .container {
    padding: 0 10px;
  }
  .blog-details-desc .article-image img {
    height: auto;
}
  
} 
ul.thm-breadcrumb.list-unstyled {
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align, center)
}

section.page-header {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 60px;
}
.page-header__inner h1 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: 'Nunito';
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    section.blog-area .container {
        padding: 0 40px;
    }
    .blog .page-header .container {
      padding: 30px 10px;
   }
   .blog .blog-area .col-lg-12.col-md-12 {
    padding: 0px 0px;
   }
section.blog-details-area .container {
    max-width: 100%;
}
   .blog-area .single-blog-post .post-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp:3;
    -webkit-box-orient: vertical;
    }
    .blog-area .single-blog-post .post-content h3 a {
    color: #111111;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
   }
   section.bredvrumb_area {
    padding-left: 37px;
   }
}
