body {
    font-family: "Poppins", Sans-serif !important;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    font-weight: 400;
}
.single img {
    width: 100%;
    height: auto;
}
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: "Philosopher", Sans-serif;
    color: #000000;
    margin: 0;
}
/* .row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-4 {
    width: 33.33333333%;
    float: left;
    box-sizing: border-box;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
} */
.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: 465px;
}
.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;
    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;
    margin: 0;
    padding: 0;
    text-align: left;
}
.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: #666;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Poppins';
}
.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: 600;
    line-height: 28px;
    padding: 10px 0 10px;
    display: block;
    text-align: left;
    transition: all 500ms ease;
}
.single-blog-item .text-holder .blog-title:hover {
    color: #fda500;
}
a.read-btn-blog {
    padding: 13px;
    border-radius: 50%;
}
.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;
}


/*_________________Detail Page__________________*/

.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-top: -60px; */
    
    margin-bottom: -50px;
    padding-bottom: 20px;
}
.blog-post .post-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.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: #ffffff;
}
.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: 0px 0px!important;
}
.blog-single-area .elementor-widget-text-editor h3 {
    padding: 0 0 10px!important;
}
.blog-single-area .post-thumbnail {
    margin-bottom: 30px;
}
/*_________________Sidebar Css__________________*/

.sidebar-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 30px;
   
    padding-bottom: 35px;
}
.sidebar-wrapper .single-sidebar form.search-form {
    position: relative;
}
.sidebar-wrapper .single-sidebar {
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
    padding-top: 26px;
    /* display: none; */
}
.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: #7B50A0 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 45px;
    border-radius: 0 5px 5px 0;
    padding: 3px 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:hover {
    background: #740e1c;
}

.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: "Philosopher", 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;
    /* padding-bottom: 25px; */
    margin-top: -40px;
}
.single-sidebar .popular-post li {
    margin-bottom: 22px;
    padding-left: 100px;
    height: 123px;
    position: relative;
    border-bottom: 2px solid #ffffffff;
    /* padding-bottom: 25px; */
    padding-top: 29px;
}
.single-sidebar .popular-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 6px;
    width: 97px;
    height: 93px;
    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: 20px;
    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: 300;
    margin: 0 0 7px;
    font-family: "Philosopher", sans-serif;
    transition: all 500ms ease;
}
.single-sidebar .popular-post li .title-holder a:hover .post-title {
    color: #fda500;
}
.single-sidebar .popular-post li .title-holder .post-date {
    color: #fda500;
    display: block;
    transition: all 500ms ease;
    font-weight: 400;
    font-size: 14px;
    font-family: "Poppins", 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;
}

/*---------------------------Responsive Css-----------------------------*/
@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
	.page-header .container {
    padding: 0 10px;
}
section#blog-area {
    padding: 0 10px !important;
}
	.single-blog-item .text-holder .meta-info li a {
    font-size: 14px !important;
}
	.page-header__inner h1 {
    line-height: 33px !important;
}
	.single .img-holder img {
    height: 190px !important;
    object-fit: cover !important;
}
    .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;
    }
.blog-default-area .single-blog-item .img-holder img {
    height: 173px;
    object-fit: contain;
}
}


@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;
}

.blog .categories {
    display: none!important;
}
.blog ul.categories.clearfix {
    display: none;
}
 .categories {
    display: none!important;
}

.single-post ul.popular-post {
    background-color: #F3F3F3;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(114, 106, 104, 0.2) 4px 5px 11px 3px;
    list-style: none;
    margin: 0;
}

.single-post h3 {
    font-family: 'Roboto';
    color: #000000;
    margin: 19px!important;
}
