.blog .page-header .container {
padding: 0 15px;
}
.single-post .page-header .container {
padding: 0 15px;
}
.single-post .list-unstyled {
padding-left: 15px;
}
.single-post section.blog-details-area {
padding: 0px 65px;
}
section.blog-area {
padding: 0 65px;
}
.blog .list-unstyled {
padding-left: 20px;
list-style: none;
}
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; 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;  }
.blog-area .single-blog-post .post-image::after {
height: 60px;
width: 1px;
top: 0;
}
.floating_box {
position: absolute;
top: 30px;
left: -10px;
background: #ed0e64;
color: #fff;
padding: 5px 15px;
}
.floating_box span::before {
position: absolute;
content: "";
color: #ed0e64;
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: 'Roboto';
}
.single-post h2:hover a {
text-decoration: none;
color: #97671b!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: #212123;
text-transform: capitalize;
font-weight: 700;
font-family: 'Poppins';
}
.blog-area .post-author i {
font-size: 22px;
position: relative;
top: 3px;
color: #273272;
}
i.fa.fa-calendar {
color: white!important;
background: #343434;
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: 700;
color: #112852;
font-family: Roboto;
}
.blog-area .single-blog-post .post-content h3 a {
color: #212123;
}
.blog-area .single-blog-post .post-content h3 a:hover {
color: #ed0e64;
}
.blog-area .single-blog-post .post-content p {
color: #212132;
font-family: 'Poppins';
font-size: 16px;
font-weight: 400;
line-height: 26px;
margin-bottom: 5px;
}
.blog-area .single-blog-post .post-content .read-more-btn {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: #fff;
padding: 5px 10px;
background: #ed0e64;
border-radius: 30px;
font-family: 'Poppins' !important;
border: 1px solid #ed0e64;
}
.blog-area .single-blog-post .post-content .read-more-btn:hover {
background: transparent;
color: #212132;
border: 1px solid #ed0e64;
}
.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: 'Open Sans';
border: 1px solid #eee;
line-height: 1;
text-decoration: none;
border-radius: 2px;
font-weight: 600;
background: linear-gradient(179deg,#97671b 10%,#97671b 100%);
color: #fff;
} .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: 22px;
margin-bottom: 25px;
color: #212132;
line-height: 30px;
font-family: 'Poppins';
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: #343434;
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: #273272;
text-transform: uppercase;
margin-bottom: 1px;
font-size: 14px;
font-weight: 700;
font-family: 'Poppins';
}
.blog-details-desc .article-content .entry-meta ul li a {
display: inline-block;
color: #212132;
font-family: 'Poppins';
font-weight: 500;
font-size: 15px;
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: #212132;
font-family: 'Poppins';
font-size: 16px;
font-weight: 400;
}
.blog-details-desc .entry-content p a:hover {
color: #000;
}
a {
}
.blog-details-desc .entry-content p a {
color: #97671b;
}
.blog-details-desc .entry-content .features-list li {
margin-bottom: 15px;
position: relative;
padding-left: 0;
color: #727695; 
} .blog-sidebar aside.widget-area {
background: #fff; 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 #ed0e64;
font-size: 20px;
font-weight: 700;
color: #212121;
font-family: 'Poppins';
}
.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: #273272;
text-transform: uppercase;
margin-top: 3px;
margin-bottom: 5px;
font-size: 12px;
font-weight: 700;
font-family: 'Poppins';
}
.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: #212132;
text-decoration: none;
font-family: 'Poppins';
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; font-weight: 600;
font-size: 14px;
border-bottom: solid 1px #eee;
margin-bottom: 10px;
padding-bottom: 10px;
font-family: open sans;
}
.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;
} 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;
} .blog-area .col-lg-12.col-md-12 {
padding-right: 0;
padding-left: 0;
}
section.blog-area .container {
padding: 0 25px;
}
section.blog-area {
padding: 0 10px;
}
.blog-area .single-blog-post .post-content {
margin-left: 0px;
}
.blog .page-header .container {
padding: 0px 0px !important;
}
.blog .page-header__inner {
padding: 16px 0 20px !important;
}
.single .page-header .container {
padding: 0px 10px 0px 0px!important;
}
.single  .page-header__inner {
padding: 16px 0 20px !important;
}
.single-post section.blog-details-area {
padding: 0px 15px;
}
.blog-details-area .col-lg-8.col-md-12 {
margin: 0;
}
section.blog-details-area .container {
padding: 0 10px;
}
section.blog-details-area .container .row .col-lg-8.col-md-12 {
padding: 0;
}
.col-lg-4.col-md-12.blog-sidebar {
padding: 0;
} } 
@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 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;
}
.blog section.bredvrumb_area {
padding-left: 37px !important;
}
.blog .page-header .container {
width: 100% !important;
max-width: 100%;
}
.blog section.blog-area {
padding:0px;
}
.blog section.blog-area .container {
padding: 0 35px;
}
.single-post section.blog-details-area {
padding: 0px 15px;
}
section.blog-details-area .container {
padding: 0 10px;
}
.single-post .col-lg-8.col-md-12 {
padding: 0px;
}
.single-post .col-lg-4.col-md-12.blog-sidebar {
padding: 0;
}
}