.blog-area .single-blog-post {
    margin-bottom: 24px;
    border: 1px solid #e1e1e1;
    transition: 0.5s;
    padding: 16px;
}
.blog-area .single-blog-post:hover{
    box-shadow: 1px 7px 33px 0px #999;
}
.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;
    margin-bottom:12px;
}

.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);
    height: 140px;
    max-width: 100%;
    object-fit: contain;
    background: #f5f6f8;
}
.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: #fdc517;
    color: #fff;
    padding: 5px 15px;
}

.floating_box span::before {
    position: absolute;
    content: "";
    color: #a17f18;
    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;}
.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 {
    position: relative;
    background: #fff;
    border-radius: 3px;
}
.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;
    font-size:14px;
}
.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: #e4222c;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Roboto';
}
.blog-area .post-author i {
    font-size: 16px;
    position: relative;
    color: #284062;
}
i.fa.fa-calendar {
    color: white!important;
    background: #112852;
    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: 'Roboto';}
.blog-area .single-blog-post .post-content h3 {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    font-family: 'Roboto';
}
.blog-area .single-blog-post .post-content h3 a {
    color: #334d70;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
    text-transform: uppercase;
}

.blog-area .single-blog-post .post-content h3 a:hover {
    color: #e8222c;
}
.blog-area .single-blog-post .post-content p {
    color: #334d70;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
}
.blog-area .single-blog-post .post-content .text-right {
    text-align: right;
    border-top: 1px solid #d8d8d8;
    padding-top: 16px;
}
.blog-area .single-blog-post .post-content .read-more-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    width: 130px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    background: #334d70;
    border-radius: 2px;
    font-family: 'Roboto'!important;
}
.blog-area .single-blog-post .post-content .read-more-btn:hover {
    background: #002663;
    color: #ffffff;
}
.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%;
    text-align: center;
}
.blog-area .page-numbers.current, a.page-numbers:hover {
    background: #f15a25;
    color: #fff;
}
.blog-area .page-numbers {    display: inline-block;    padding: 8px 12px;    margin: 0 2px 0 0;    border: 1px solid #eee;    line-height: 1;    text-decoration: none;    border-radius: 2px;    font-weight: 600;    background: linear-gradient(179deg,#033363 10%,#2d85dc 100%);    color: #fff;}


/*Blog Detail page*/
.blog-details-desc .article-image img {
    width: 100%;
    border-radius: 5px;
    height: 350px;
    object-fit: cover;
}
.blog-details-desc .article-content {
    margin-top: 30px;
}
.blog-details-desc h2.blog-heading {
    font-size: 28px;
    margin-bottom: 25px;
    color: #334d70;
    line-height: 30px;
    font-family: 'Roboto';
    font-weight: 500;
}
.entry-content h2 {
    color: #334d70;
    font-size: 25px;
}
.entry-content h3 {
    color: #334d70;
    font-size: 20px;
}
.entry-content h4 {
    color: #334d70;
    font-size: 20px;
}
.entry-content h5 {
    color: #334d70;
    font-size: 18px;
}
.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: #284062;
    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: #e7222d;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
}
.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #646464;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    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: 24px;
    color: #334d70;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.entry-content ul li {
    display: list-item;
    list-style: disc;
    color: #334d70;
}
.entry-content ul {
    list-style: disc;
    padding-left: 20px;
}
.blog-details-desc .entry-content p a:hover {
    color: #112852;
}
a {
}
.blog-details-desc .entry-content p a {
    color: #f15a25;
}
.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: 25px;
    position: relative;
    padding-left: 10px;
    border-left: 3px dashed #f15a25;
    font-size: 20px;
    font-weight: 500;
    color: #111111;
    font-family: 'Roboto';
}
.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: #f15a25;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}
.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: #111111;
    text-decoration: none;
    font-family: 'Roboto';
    font-weight: 500;
    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: 500;
    font-size: 14px;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "Roboto", Sans-serif;
}
.blog-sidebar .widget-area .widget_categories ul li a {
    color: #111111;
    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;
}
.author-info img {
    width: auto!important;
    border-radius: 50%!important;
}

.author-info {
    display: flex;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 30px;
}

.author-info .author-avatar {
    padding-right: 20px;
}

.author-description h2 {
    font-size: 18px;
    margin-bottom: 3px;
}

.author-description .author-bio {
    font-size: 14px!important;
}
.d-inline-block.nolink {
    cursor: default;
}
@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: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
   }
   .postid-3975 .elementor-element-895488f {
    padding-bottom: 10px!important;
  }
  
} 



@media only screen and (min-width: 768px) and (max-width: 991px){
    .blog .page-header .container {
      padding: 30px 10px;
   }
   .blog .blog-area .col-lg-12.col-md-12 {
    padding: 0px 20px;
   }
   .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 {
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
   }
   section.bredvrumb_area {
    padding-left: 37px;
   }
}
