body {
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    font-weight: 400;
}

.single img {
    width: 100%;
}

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

.blog-post .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 40px;
}

.blog-post header {
    display: none;
}

nav.navigation.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

nav.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

nav.navigation.pagination .nav-links a {
    text-decoration: none;
    color: #111444;
}

nav.navigation.pagination .nav-links span.page-numbers.current {
    background: #ff8336;
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
}

nav.navigation.pagination .nav-links a.next.page-numbers,
nav.navigation.pagination .nav-links a.prev.page-numbers {
    background: #F8E6D2;
    padding: 3px 10px;
    color: #111444;
    font-size: 15px;
    border-radius: 4px;
}

.blog-default-area .single-blog-item {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 435px;
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 435px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    padding: 16px 16px 16px 16px;
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
}

.blog-default-area .single-blog-item .img-holder {
    overflow: hidden;
    position: relative;
}

.blog-default-area .single-blog-item .img-holder img {
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 205px;
    object-fit: cover;
    border-radius: 5px 5px 5px 5px;
}

.blog-default-area .single-blog-item:hover .img-holder>img {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}

.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: "Nunito Sans", Sans-serif;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

.single-blog-item .text-holder {
    border-width: 0px 0px 0px 0px;
    padding: 10px;
    position: relative;
    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;
}

.single-blog-item .text-holder .meta-info li a svg {
    width: 1rem;
    height: 1rem;
    margin-left: 10px !important;
}

.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: #111444;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    padding: 10px 0 10px;
    display: block;
    text-align: left;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    transition: all 500ms ease;
}

.blog-default-area .single-blog-item:hover .text-holder .blog-title {
    color: #FF8726;
}

a.read-btn-blog {
    padding-top: 20px;
}

.single-blog-item .text-holder .text h2 {
    margin-bottom: 12px;
}

.single-blog-item .text-holder .text h2 strong,
.single-blog-item .text-holder .text h3 strong {
    font-weight: 600;
}

.text-holder p.text_des {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #656565;
    text-align: left;
    margin: 0px 0px 20px 0px;
    transition: all .4s ease;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-blog-item .text-holder .text p a {
    color: #111333 !important;
}

.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;
    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;
	font-family: "Inter", Sans-serif !important;
}

.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 h3 strong,
.blog-single-area .text h4 strong {
    font-weight: 500 !important;
}

.blog-single-area .text ul {
    list-style: disc;
    padding-bottom: 5px;
}

.blog-single-area .text ul li p {
    margin-bottom: 8px !important;
}

.blog-single-area .text ul li::marker {
    color: #ff8726;
}
.single-blog-item p {
    color: #000000;
}
.blog-single-area .text ul {
    margin-left:20px;
   padding:0;
}
.blog-single-area ol {
    margin-left:-20px !important;
}
.blog-single-area .text ul li{
    color: #000000;
}

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

.comparison-table {
    width: 100%;
    margin: 40px 0;
    overflow-x: auto;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    background: #fff;
    border: 1px solid;
}

.comparison-table th,
.comparison-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #000;
}

.comparison-table th {
    background: #0f1432;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comparison-table tr:nth-child(even) {
    background: #f9f9f9;
}

.comparison-table td:first-child {
    font-weight: 600;
    color: #333;
}

@media (max-width: 767px) {

    .comparison-table table,
    .comparison-table thead,
    .comparison-table tbody,
    .comparison-table th,
    .comparison-table td,
    .comparison-table tr {
        display: block;
        width: 100%;
    }

    .comparison-table thead {
        display: none;
    }

    .comparison-table tr {
        margin-bottom: 15px;
        border: 1px solid #000;
        border-radius: 10px;
        padding: 10px;
        background: #fff;
    }

    .comparison-table td {
        border: none;
        position: relative;
        padding-left: 50%;
    }

    .comparison-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 20px;
        width: 45%;
        font-weight: 600;
        color: #0073aa;
    }
}

/*_________________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: "Nunito Sans", 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: 10px;
    padding-left: 90px;
    height: 60px;
    position: relative;
    border-bottom: 2px solid #ffffffff;
    padding-top: 29px;
}

.single-sidebar .popular-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 6px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.single-sidebar .popular-post li .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 70px;
    height: 70px;
    object-fit: cover !important;
}


.single-sidebar .categories li a i {
    padding-right: 10px;
}

.single-sidebar .popular-post li .title-holder {
    padding-left: 0px;
    margin-top: -19px;
}

.single-sidebar .popular-post li .title-holder a .post-title {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    font-weight: 300;
    margin: 0 0 7px;
    font-family: "Inter", Sans-serif;
    transition: all 500ms ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-sidebar .popular-post li .title-holder a:hover .post-title {
    color: #FF8726;
}

.single-sidebar .popular-post li .title-holder .post-date {
    color: #111444;
    display: block;
    transition: all 500ms ease;
    font-weight: 400;
    font-size: 14px;
    font-family: "Nunito Sans", 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 {
    padding: 50px 50px 50px;
}
    .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;
    }
}


@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;
    list-style: none;
    margin: 0;
}

.sidebar-wrapper .sec-title h3 {
    font-family: "Inter", Sans-serif;
    color: #000000;
    margin: 19px !important;
}

.page-header {
    color: white;
    padding: 160px 100px 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 60px 0px;
}

.page-header .container {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

.page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .40;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    z-index: 15;
}

.page-header__inner h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 6px;
}

.blog_hero h1 {
    font-family: "Inter", Sans-serif;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 52px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    animation: fadeInDown 1s ease;
    color: #fff;
    margin-bottom: 25px;
}

.breadcrumb-bottom-area .container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    list-style: none;
}

.breadcrumb-bottom-area .container ul li {
    display: inline;
    font-size: 16px;
}

.breadcrumb-bottom-area .container ul li {
    padding-left: 6px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    color: #fff;
}

.breadcrumb-bottom-area .container ul li a {
    font-size: 16px;
    color: #fff;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 786px) {
    section#blog-area {
        padding: 0 10px;
    }

    nav.navigation.pagination {
        margin-bottom: 40px;
    }

    .blog_hero h1 {
        font-size: 38px !important;
        margin-bottom: 10px !important;
    }

    .blog-post .col-md-6 {
        margin-bottom: 30px !important;
    }

    .sidebar-wrapper {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .blog-large-area .single-blog-item {
        margin-bottom: 40px !important;
    }
}

@media (max-width: 480px) {
    .blog_hero h1 {
        font-size: 26px !important;
        margin-bottom: 10px !important;
    }

    .breadcrumb-bottom-area .container ul li {
        font-size: 14px !important;
    }

    .single-blog-item .text-holder {
        padding: 30px !important;
    }

    .blog-post .col-md-6 {
        margin-bottom: 30px !important;
    }

    .blog-post .row {
        margin-bottom: 15px !important;
    }

    .sidebar-wrapper {
        margin-top: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .blog-large-area .single-blog-item {
        margin-bottom: 30px !important;
    }

    .blog-single-area .single-blog-item .text-holder {
        padding: 0px !important;
    }

    .sidebar-wrapper .single-sidebar .sec-title {
        margin-top: -20px;
    }

    .breadcrumb-bottom-area {
        padding-top: 30px !important;
    }

    .blog-large-area .blog-post {
        padding-bottom: 0px !important;
    }
}

.breadcrumb-bottom-area .container ul li:not(:last-child):after {
    content: "\e876";
    font-family: elementskit !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-bottom-area .container ul li:not(:last-child) {
    position: relative;
    padding-right: 20px;
}

.btn-wraper a.read-btn-blog {
    padding: 0px 0px 0px 0px;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #CB5E16;
    display: flex;
    align-items: center;
}

.btn-wraper a.read-btn-blog svg {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: #212121;
    margin-left: 20px;
    transition: 0.5s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
	.page-header {
    padding: 50px 50px 50px;
	}
	.page-header__inner h1 {
    font-size: 20px;
  }
}