body {
font-family: "Inter", Sans-serif!important;
font-size: 14px;
color: #888888;
line-height: 24px;
font-weight: 400;
}
a, a:hover, a:active, a:focus {
transition: all 0.5s ease 0s;
text-decoration: none;
outline: none;
color: #fff;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Inter", Sans-serif;
color: #000000;
margin: 0;
} section.breadcrumb-bottom-area {
background: #eff7fb;
margin-bottom: 40px;
}
.left.pull-left {
width: 1140px;
margin: auto;
padding: 20px 0px;
} 
.left.pull-left ul {
display: flex;
align-items: center;
list-style: none;
gap: 10px;
}
.left.pull-left ul li a {
color: #000;
font-size: 18px;
}
.blog-post .row {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
}
.blog-post header {
display: none;
}
.blog-default-area .blog-post .single-blog-item {
margin-bottom: 40px;
}
.blog-default-area .single-blog-item {
position: relative;
overflow: hidden;
display: block;
min-height: 456px;
border-bottom: 1px solid #f4f4f4;
background: #ddd;
}
.blog-default-area .single-blog-item .img-holder {
overflow: hidden;
position: relative;
}
.blog-default-area .single-blog-item .img-holder img {
transform: scale(1.1, 1.1);
transition: all 0.5s ease 0s;
width: 100%; 
height: 320px;
object-fit: cover;
}
.blog-default-area .single-blog-item:hover .img-holder img {
transform: scale(1, 1);
}
.blog-default-area .single-blog-item:hover .img-holder .overlay-style-one {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
-moz-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
-o-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}
.overlay-style-one {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
padding: 0px;
color: #ffffff;
opacity: 0;
background: rgba(0, 0, 0, 0.7);
-webkit-transform: perspective(400px) rotateX(-90deg);
-moz-transform: perspective(400px) rotateX(-90deg);
-ms-transform: perspective(400px) rotateX(-90deg);
-o-transform: perspective(400px) rotateX(-90deg);
transform: perspective(400px) rotateX(-90deg);
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.blog-default-area .single-blog-item:hover .img-holder .categories {
transform: translate3d(0px, -89px, 0px);
}
.single-blog-item .img-holder .categories {
background: #7B50A0;
position: absolute;
bottom: 20px;
left: 15px;
height: 35px;
transform: translate3d(0px, 0%, 0px);
transition: all 500ms ease;
padding: 0 10px;
display:none;
}
.single-blog-item .img-holder .categories a {
text-align: center;
padding: 6px 0;
color: #ffffff;
font-size: 14px;
font-weight: 500;
font-family: "Inter", Sans-serif;
text-transform: uppercase;
display: block;
text-decoration: none;
}
.single-blog-item:hover .text-holder {
bottom: 0;
border-bottom: none;
}
.single-blog-item .text-holder {
border: 1px solid #f4f4f4;
border-top: none;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 22px;
text-align: center;
transition: all 500ms ease;
bottom: -82px;
position: absolute;
width: 100%;
left: 0;
background: #ffffff;
z-index: 3;
transition: all 500ms ease;
box-sizing: border-box;
}
.single-blog-item .text-holder .meta-info {
overflow: hidden;
padding-top: 20px;
text-align: center;
}
.single-blog-item .text-holder .meta-info li {
display: inline-block;
float: none;
line-height: 16px;
border-right: 1px solid #dfdfdf;
padding-right: 10px;
margin-right: 5px;
}
.single-blog-item .text-holder .meta-info li a {
color: #555;
font-size: 14px;
font-weight: 400;
text-decoration: none;
font-family: "Inter", Sans-serif;
}
.single-blog-item .text-holder .meta-info li:last-child {
margin-right: 0;
padding-right: 0;
border-right: none;
}
.single-blog-item .text-holder .blog-title {
color: #252525;
font-size: 20px;
font-weight: 500;
line-height: 28px;
padding: 10px 0 18px;
display: block;
transition: all 500ms ease;
}
.single-blog-item .text-holder .blog-title:hover {
color: #1797d2;
}
.single-blog-item .text-holder .text p {
margin: 0;
color: #252525;
font-size: 15px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}
.blog-default-area .text-holder .text p {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
} .blog-single-area .row {
display: grid;
grid-template-columns: 70% 30%;
}
.blog-single-area {
border-top: 1px dashed #ffffff42;
}
.blog-large-area .blog-post {
border-right: 1px dashed #ffffff42;
padding-right: 30px; margin-bottom: -50px;
padding-bottom: 20px;
}
.blog-post .post-thumbnail img {
width: 100%;
height: 450px;
object-fit: cover;
border-radius: 10px;
}
.blog-single-area .single-blog-item {
margin-bottom: 33px;
}
.blog-large-area .single-blog-item {
margin-bottom: 50px;
border: none;
min-height: initial;
}
.blog-single-area .single-blog-item .img-holder {
overflow: hidden;
position: relative;
}
.blog-large-area .single-blog-item .img-holder .categories {
transform: translate3d(0px, 0px, 0px);
bottom: 52px;
}
.blog-single-area .single-blog-item .text-holder {
border: none;
border-top: none;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
text-align: left;
transition: all 500ms ease;
position: static;
background: #eff7fb;
}
.blog-large-area .single-blog-item .text-holder .meta-info {
text-align: left;
padding-top: 0;
}
.blog-single-area .single-blog-item .text-holder .blog-title {
font-size: 24px;
padding: 15px 0 15px;
}
.blog-large-area .single-blog-item .text-holder .blog-title {
font-size: 24px;
padding: 15px 0 15px;
line-height: 30px;
}
.blog-single-area .text h3 {
font-size: 20px;
font-weight: 600;
padding: 15px 0 10px;
}
.blog-single-area .text ul {
list-style: disc;
padding-bottom: 15px;
}
.blog-single-area .text ul li {
list-style: inside;
}
.blog-single-area .text ul li::marker {
color: #009833;
}
.blog-single-area .text-holder {
border-radius: 10px;
padding: 20px !important;
}
.blog-single-area .elementor-widget-text-editor h3 {
padding: 0 0 10px!important;
} .sidebar-wrapper {
position: relative;
display: block;
overflow: hidden;
padding: 20px;
border-radius: 10px;
background: #eff7fb;
}
.sidebar-wrapper .single-sidebar form.search-form {
position: relative;
}
.sidebar-wrapper .single-sidebar {
overflow: hidden;
margin-bottom: 18px;
position: relative; }
.sidebar-wrapper .single-sidebar .sec-title {
overflow: hidden;
margin-top: 0px;
padding-bottom: 25px;
}
.sidebar-wrapper .single-sidebar .search-form input.search-field {
background: #fff;
border: 1px solid #f4f4f4;
color: #ababab;
display: block;
font-size: 14px;
font-weight: 500;
height: 44px;
letter-spacing: 1px;
padding-left: 15px;
padding-right: 55px;
position: relative;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
width: 100%;
border-radius: 5px;
}
.sidebar-wrapper .single-sidebar .search-form button {
background: #006495 none repeat scroll 0 0;
color: #fff;
display: block;
height: 43px;
border-radius: 0 5px 5px 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
width: 50px;
border: 0;
}
.sidebar-wrapper .single-sidebar .search-form button::after {
content: '\e97a';
font-family: 'elementskit';
font-size: 20px;
}
.sidebar-wrapper .single-sidebar .sec-title h3 {
color: #000000;
font-size: 26px;
font-weight: 600;
font-family: "Poppins", Sans-serif;
text-transform: uppercase;
margin-left: 5px !important;
}
.single-sidebar .categories {
background: #ffffff;
display: block;
border: 1px solid #f5f4f3;
padding: 24px 30px 24px;
list-style: none;
border-radius: 3px;
}
.single-sidebar .categories li {
border-bottom: 1px solid #ededed;
margin-bottom: 12px;
padding-bottom: 9px;
}
.single-sidebar .categories li a {
color: #252525;
transition: all 500ms ease;
font-size: 14px;
font-weight: 500;
font-family: "Inter", Sans-serif;
position: relative;
}
.single-sidebar .categories li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.single-sidebar .categories li a i {
padding-right: 10px;
color: #7B50A0;
font-size: 18px;
}
.single-sidebar .categories li a:hover {
color: #7B50A0;
padding-left: 10px;
}
.sidebar-wrapper .single-sidebar .sec-title {
overflow: hidden;
}
.single-sidebar .popular-post li {
margin-bottom: 15px;
padding-left: 80px;
height: 80px;
position: relative;
border-bottom: 2px solid #edf7fb;
padding-top: 29px;
}
.single-sidebar .popular-post li .img-holder {
display: block;
left: 0;
overflow: hidden;
position: absolute;
top: 6px;
width: 75px;
height: 75px;
border-radius: 50%;
}
.single-sidebar .popular-post li .img-holder img {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
width: 100px;
height: 100px;
object-fit: cover!important;
}
.single-sidebar .categories li a i {
padding-right: 10px;
}
.single-sidebar .popular-post li .title-holder {
padding-left: 15px;
margin-top: -19px;
}
.single-sidebar .popular-post li .title-holder a .post-title {
color: #000000;
font-size: 15px;
line-height: 24px;
position: relative;
font-weight: 400;
margin: 0 0 7px;
font-family: "Poppins", Sans-serif;
transition: all 500ms ease;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.single-sidebar .popular-post li .title-holder a:hover .post-title {
color: #1797d2;
}
.single-sidebar .popular-post li .title-holder .post-date {
color: #000;
display: block;
transition: all 500ms ease;
font-weight: 600;
font-size: 14px;
font-family: "Inter", Sans-serif;
}
.single-sidebar .popular-post li:hover .img-holder .overlay-style-one {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
-moz-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
-o-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}
.overlay-style-one .box {
display: table;
height: 100%;
width: 100%;
}
.overlay-style-one .box .content {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i {
color: #009833;
}
.single-sidebar .popular-post li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
} @media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
.blog-post .row {
grid-template-columns: repeat(1, 1fr);
grid-gap: 0;
}
.blog-single-area .row {
grid-template-columns: repeat(1, 1fr);
}
.blog-large-area .blog-post {
border-right: 0px dashed #ffffff42;
padding-right: 0px;  
}
.sidebar-wrapper {
padding-left: 00px;
padding-top: 50px;
border-top: 1px dashed;
margin-top: 25px;
}
.sidebar-wrapper .single-sidebar:last-child {
margin-bottom: 20px;
}
.sidebar-wrapper .single-sidebar {
margin-bottom: 40px;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
.blog-post .row {
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 30px;
}
.blog-single-area .row {
grid-template-columns: repeat(1, 1fr);
}
.blog-large-area .blog-post {
border-right: 0px dashed #ffffff42;
padding-right: 0px;
}
.sidebar-wrapper {
padding-left: 00px;
padding-top: 50px;
border-top: 1px dashed #ffffff42;
margin-top: 25px;
}
.single-sidebar .popular-post li:last-child {
padding-bottom: 20px;
}
.dgwt-wcas-search-wrapp {
margin-left: 0;
}
}
section#blog-area {
padding: 0 100px;
margin-bottom: 50px;
}
.blog .categories {
display: none!important;
}
.blog ul.categories.clearfix {
display: none;
}
.categories {
display: none!important;
}
.single-post ul.popular-post {
background-color: #ffffff;
padding: 20px;
border-radius: 10px;
list-style: none;
}
.single-post h3 {
font-family: 'Roboto';
color: #000000;
}
@media only screen and (min-width: 360px) and (max-width: 767px){
.left.pull-left {
width: 100%;
padding: 10px 10px !important;
}
section#blog-area {
padding: 0 10px;
}
.whatsapp-float {
right: 45px;
}
}