@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.mt-0 {
    margin-top: 0!important;
}

.all-blog-set {
    float: left;
    width: 100%;
}

.cz_main {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.all-blog-set .cz_latest-blog-container li img {
    width: 170px;
    height: 115px;
}

.all-blog-set .cz_latest-blog-container li .latest-blog-content {
    width: calc(100% - 195px);
}

.subheader-buttons {
    margin-top: 60px;
    clear: both;
    width: 100%;
    margin: 80px auto 0;
    padding: 0 15px;
    max-width: 1170px;
}

.subheader-buttons a {
    background: #e0e0e0;
    color: #333;
    padding: 8px;
    display: inline-block;
    width: 90px;
    border-radius: 3px;
    text-align: center;
}

.cz_container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.cz_container-small {
    width: 100%;
    max-width: 970px;
    padding: 0 15px;
    margin: 0 auto;
}

.cz_small-header {
    width: 100%;
    float: left;
    padding: 15px 4px;
    background: #232323;
    margin-top: 6px;
}

ul.cz_menu {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0;
}

ul.cz_menu li {
    display: inline-block;
    margin: 0 5px;
}

ul.cz_menu li a {
    padding: 8px 15px;
    color: #fff;
    display: block;
    border-radius: 4px;
}

ul.cz_menu li a:hover {
    background: #ed1d24;
}

ul.cz_menu li a.active {
    background: #ed1d24;
}

ul.cz_menu button {
    padding: 8px 12px;
    display: block;
    border-radius: 0px 4px 4px 0px;
    border: none;
    background: #444444;
    outline: none;
}

ul.cz_menu button:hover {
    background: #6b6b6b;
}

ul.cz_menu button img {
    width: 16px;
}

ul.cz_menu li input[type="text"] {
    background: #eaeaea;
    border: none;
    padding: 8px;
    float: left;
    width: calc(100% - 46px);
    border-radius: 4px 0 0 4px;
}

.cz_main-content {
    width: calc(100% - 350px);
    float: left;
    padding-right: 30px;
}

.cz_sidebar {
    width: 350px;
    float: left;
    padding-left: 30px;
}

.cz_blog-post {
    border: 1px solid #e5e5e5;
    width: 100%;
    float: left;
}

.cz_blog-content {
    width: 100%;
    float: left;
    padding: 20px;
    word-wrap: break-word;
    word-break: break-word;
}

.cz_post-tag span {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    display: inline-block;
    text-transform: uppercase;
}

.cz_post-tag {
    width: 100%;
    float: left;
}

.cz_blog-content h2 {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 22px;
}

.cz_blog-content h6 {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.cz_blog-content p {
    color: #7d7c7c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cz_blog-content p img {
    width: 100% !important;
}

.cz_blog-content p * {
    font-size: 15px;
    color: #333;
}

.cz_blog-content p a {
    text-decoration: underline;
    word-break: break-all;
}

.devider {
    width: 100%;
    float: left;
    height: 1px;
    background: #e5e5e5;
    margin: 10px 0;
}

.cz_sidebar h3 {
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #000;
}

.cz_sidebar h3 span {
    background: #000;
    padding: 8px 10px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
}

.cz_sidebar h2 {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 22px;
}

.cz_sidebar h6 {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}

.cz_sidebar p {
    color: #7d7c7c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cz_latest-blog li img {
    float: left;
    width: 120px;
    height: 85px;
    object-fit: cover;
}

.latest-blog-content {
    float: left;
    width: calc(100% - 142px);
    margin-left: 19px;
}

.latest-blog-content h2 {
    font-size: 20px;
    margin: 6px 0;
    height: 45px;
    overflow: hidden;
}

.cz_latest-blog li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    padding: 20px 0;
    display: block;
}

.cz_latest-blog li:first-child {
    padding-top: 0;
}

.cz_latest-blog li:last-child {
    border-bottom: none;
}

.cz_latest-blog {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.cz_popular-tag a {
    color: #7d7c7c;
    line-height: 28px;
}

.cz_popular-tag {
    width: 100%;
    float: left;
}

.cz_popular-tag ul {
    margin-top: -8px;
}

.cz_blog-slider {
    width: 100%;
    float: left;
    padding: 0 50px;
}

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 500px;
    height: 300px;
    object-fit: cover;
}
/*
.slick-prev:before,
.slick-next:before {
    color: black;
} */

.cz_blog-item {
    position: relative;
}

.all-post-tags .cz_post-tag {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.all-post-tags {
    position: relative;
}

.cz_blog-item-content p {
    color: #7d7c7c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cz_blog-item-content h6 {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}

.cz_blog-item-content h3 {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 22px;
}

.cz_blog-slider h2 {
    width: 380px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #7d7c7c;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cz_blog-slider h2 span {
    color: #e31111;
}

.cz_latest-blog-container {
    width: 55%;
    float: left;
    padding-left: 30px;
}

section.cz_blog-slider h5 {
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
}

section.cz_blog-slider h5:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background: #000;
    bottom: -7px;
}

.cz_blog-slider .devider {
    margin: 30px 0;
}

.topnav .search-container {
    float: right;
}

.topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
}

.topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.topnav .search-container button:hover {
    background: #ccc;
}

.slick-prev,
.slick-next {
    width: 36px!important;
    height: 36px!important;
    z-index: 1000;
}

.slick-prev:before,
.slick-next:before
{
    display: none;
}

.arrowIcon
{
    color: #ffffff;
    font-size: 45px;
}

.slick-next:before {
    content: ''!important;
}

.slick-prev {
    left: 10px !important;
    /* background: url(../img/prew.png)!important;
    background-size: contain!important; */
}

.slick-next {
    right: 10px !important;
    /* background: url(../img/next.png)!important; */
    /* background-size: contain!important; */
}

.slick-prev, .slick-next
{
    background: none !important;
    transform: translateY(-100%);
}

.regular .slick-prev .arrowIcon,
.regular .slick-next .arrowIcon {
    color: #000000;
}

.regular .slick-prev,
.regular .slick-next {
    top: 40%;
}

.loadslugurl
{
    cursor: pointer;
}

.cz_tag-container h3 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #000;
}

.cz_tag-container h3 span {
    background: #000;
    padding: 8px 10px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
}

.cz_tag-container .cz_post-tag {
    margin-top: 21px;
}

.cz_tag-container h2 {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 22px;
}

.cz_tag-container h6 {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.cz_tag-container p {
    color: #7d7c7c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cz_tag-container {
    width: 45%;
    float: left;
    padding-right: 30px;
}

.cz_latest-blog-container h3 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #000;
}

.cz_latest-blog-container h3 span {
    background: #000;
    padding: 8px 10px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
}

.cz_latest-blog-container p {
    color: #7d7c7c;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 3px;
}

.cz_latest-blog-container .latest-blog-content h2 {
    margin: 0px 0 6px;
    font-size: 16px;
}

.cz_sectio-heading {
    margin: 0px 0 50px;
}

.cz_sectio-heading h5 {
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
}

.cz_sectio-heading h5:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background: #000;
    bottom: -7px;
}

.cz_sectio-heading h2 {
    width: 380px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #7d7c7c;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cz_sectio-heading h2 span {
    color: #e31111;
}

.cz_popular-blog-container {
    width: 100%;
    float: left;
}

.cz_popular-blog-container h3 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #000;
    margin-top: 30px;
}

.cz_popular-blog-container h3 span {
    background: #000;
    padding: 8px 10px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
}

.cz_popular-blog ul {
    /* display: flex; */
    float: left;
    width: 100%;
}

.cz_popular-blog li img {
    float: left;
    width: 500px;
    height: 500px;
    object-fit: cover;
    opacity: .75;
}

.cz_popular-blog li img:hover {
    mix-blend-mode: unset;
}

.cz_popular-blog .latest-blog-content h2 {
    color: white;
    line-height: 22px;
}

.cz_popular-blog .latest-blog-content h6 {
    color: white;
}

.cz_popular-blog li {
    width: calc(25% - 4px);
    float: left;
    position: relative;
    background: #333;
    margin: 2px;
}

.cz_popular-blog .latest-blog-content {
    float: left;
    width: 100%;
    margin-left: 0;
    position: absolute;
    padding: 10px;
    bottom: 0;
}

.cz_popular-blog .latest-blog-content h2 {
    font-size: 16px;
    margin: 6px 0;
    width: 100%;
    float: left;
}

.cz_top-blog-area {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.cz_top-blog-area .cz_blog-item {
    position: relative;
}

.cz_top-blog-area .cz_blog-item-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

@media only screen and (max-width: 1024px) {
    .cz_sidebar {
        padding-left: 0;
    }
    .cz_latest-blog-container {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .cz_popular-blog li {
        width: calc(50% - 4px);
    }
}

@media only screen and (max-width: 790px) {
    ul.cz_menu li {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .subheader-buttons {
        text-align: center;
        float: left;
        width: 100%;
        margin: 0;
    }
    ul.cz_menu {
        margin-top: 20px;
    }
    .cz_sidebar {
        width: 100%;
        margin-top: 40px;
    }
    .latest-blog-content h2 {
        height: auto;
    }
    ul.cz_menu li {
        margin: 5px;
    }
    .cz_main-content {
        width: 100%;
        padding-right: 0px;
    }
    .cz_blog-slider h2 {
        width: auto;
    }
    .cz_small-header {
        height: auto;
        background: #ffffff;
    }
    ul.cz_menu li a {
        color: #7d7c7c;
    }
    ul.cz_menu li a.active,
    ul.cz_menu li a:hover {
        color: #fff;
    }
    li.cz_search-box {
        width: 100%;
        margin-top: 15px;
    }
    ul.cz_menu li input[type="text"] {
        display: block;
        outline: none;
    }
    .cz_main {
        margin-top: 20px;
    }
    ul.cz_menu button {
        background: #505050;
    }
    .cz_popular-blog ul {
        flex-direction: column;
    }
    .cz_latest-blog-container {
        width: 100%;
        padding-left: 0px;
    }
    .cz_tag-container {
        padding-right: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 540px) {
    .cz_sectio-heading h2 {
        width: 100%;
    }
    .cz_popular-blog li {
        width: 100%;
    }
}

.regular-1 .cz_blog-item {
    background: #333;
}

.regular-1.slider .cz_blog-item-content h3,
.regular-1.slider .cz_blog-item-content h6 {
    color: white;
}

.regular-1 .cz_blog-item img {
    width: 1000px;
    height: 400px;
    mix-blend-mode: overlay;
}

.regular-1 .cz_blog-item img:hover {
    mix-blend-mode: unset;
}

.cz_post-tag a
{
    color: #ffffff;
}

.blog-single-share
{
    padding: 0;
}