/*
	Theme Name:	Negaheno Child
	Theme URI:	https://www.negahenoco.com
	Description: Negaheno Theme
	Author:		Negaheno
	Author URI:	http://negahenoco.com
	Template:	Negaheno
	Version:	1.0.0
*/
@charset "UTF-8";

html, body {
    font-family: var(--site_font) !important;
    background-color: var(--body_bg_color) !important;
    background: var(--body_bg_color) !important;
}

p {
    margin-bottom: 10px;
}

.item_small h3 {
    font-size: 15px;
}

.cz_acc_child div {
    max-width: 100%;
}

.offcanvas_area {
    width: 300px !important;
    padding: 0px !important;
}

.offcanvas_area .widget {
    padding-top: 15px !important;
    padding-bottom: 5px;
}

.offcanvas_area .widget h4 {
    font-size: 15px;
    margin-bottom: 20px;
}

.offcanvas_area .widget a {
    font-size: 14px;
    color: #231F20;
    display: block;
}

.offcanvas_area .widget a:hover {
    color: var(--site_color);
}

.offcanvas_area .widget li::marker {
    color: #231F20;
}

.genposts_linktitle {
    font-size: 14px;
    line-height: 40px;
}

.codevz-widget-posts .item_small img {
    border-radius: var(--border-radius-2);
}

.cz-cpt-post .cz_default_loop .cz_post_title h3 {
    font-size: 20px;
}

.cz-cpt-post .cz_default_loop .cz_post_excerpt {
    font-size: 14px;
    line-height: 34px;
}

.cz-cpt-post .cz_default_loop .cz_post_excerpt a {
    font-size: 14px;
    color: var(--gray_color);
    text-align: justify;
    line-height: 30px;
}

.cz_default_loop_grid {
    margin-left: 1% !important;
    margin-right: 1% !important;
    width: 23% !important;
}

.cz-cpt-post .cz_default_loop .cz_post_meta .cz_post_author_avatar {
    display: none;
}

.cz_post_meta .cz_post_author_name {
    display: none !important;
}

.page_content .cz_post_content.clr {
    color: #231F20;
    line-height: 35px;
    font-size: 14px;
    text-align: justify;
}

.cz_related_post_date {
    display: none;
}

.single_con .cz_single_fi img {
    max-width: 600px;
    border-radius: var(--border-radius-2);
}

.cz_related_post {
    margin-left: 2% !important;
    margin-right: 0% !important;
    width: 23% !important;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
    width: 96% !important;
}

.comment-form-rating {
    display: none;
}

.comment-form button {
    border: none !important;
    min-width: 120px !important;
}

#comments .g-recaptcha {
    float: right;
    margin-bottom: 30px;
}

#respond {
    margin-top: 10px;
}

h3#reply-title {
    font-size: 20px !important;
    padding-bottom: 10px !important;
}

.comment-reply-title small, .logged-in-as {
    font-size: 14px;
    float: right;
    width: 100%;
}

.cz_cf7 .wpcf7-response-output {
    padding: 5px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    border-radius: var(--border-radius-2) !important;
}

.page_title, .header_onthe_cover .page_title {
    margin-top: 0px;
}

.cz_image_caption {
    left: 75px;
}

.cz_image_caption h2 {
    font-size: 24px;
}

.contact_form_container p:nth-child(5), .contact_form_container p:nth-child(4) {
    width: 100% !important;
}

.services .service_custom {
    background: none !important;
    margin-bottom: 10px;
}

.services.clr.style1 {
    padding-bottom: 0px;
}

li.cat-item.cat-item-243 {
    display: none;
}

h1.page-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.page_title, .header_onthe_cover .page_title {
    padding-top: 15px;
    padding-bottom: 3px;
    border-style: none;
    border-width: 0 0 0px;
    background: linear-gradient(180deg, #100C0A 0%, var(--site_color) 50%);
}

.widget li {
    font-size: 14px;
}

.widget > h4, .sidebar_inner .widget_block > div > div > h2 {
    margin-bottom: 25px;
}

.cz_post_data {
    margin: 0 0px 0 0 !important;
}

.offcanvas_area {
    padding: 20px !important;
}

.cz_grid .cz_grid_details h3 {
    min-height: 60px !important;
}

.home .cz_post_data.cz_data_date {
    float: right;
}

.home ul.cz_grid_filters.clr {
    display: none;
}

.elementor-widget-image img {
    border-radius: var(--border-radius-2);
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact_form_container .cz_cf7 {
    background: #F9F9F9 !important;
    padding: 20px !important;
    border-radius: var(--border-radius-2) !important;
}

.cz_title_content > div strong {
    color: #24292e;
}

/* Custom CSS */

header .sf-menu > .cz > a {
    margin: 0 0 0 10px;
}

.cz_br_current {
    color: var(--site_color) !important;
}

article.cz_default_loop > div {
    border: none;
    padding-bottom: 0px;
}

article:hover .cz_post_image {
    background: transparent;
}

article:hover .cz_post_image > img {
    opacity: 1 !important;
}

body .page_content {
    margin-bottom: 0px;
    margin-top: 10px;
}

.codevz-404 span {
    color: var(--site_color) !important;
}

.search_404 input {
    padding: 13px !important;
    border: 1px solid #EEEEEE;
    font-size: 14px !important;
}

.search_404 button {
    font-size: 14px !important;
    left: 15px !important;
    color: var(--site_color) !important;
}

.cz_wpe_content ol li::marker {
    color: var(--site_color);
}

.cz_wpe_content ol {
    padding-right: 20px;
    padding-top: 20px;
}

.cz_wpe_content ol li:hover {
    color: var(--site_color);
}

.cz_wpe_content ul {
    padding-right: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: var(--border-radius-2) !important;
}

.wpcf7 .wpcf7-not-valid-tip:before {
    top: -37% !important;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    top: -40% !important;
}

.wpcf7-form-control-wrap.recaptcha div {
    margin: auto;
    margin-bottom: 30px;
}

#menu_header_2 .cz .sub-menu:not(.cz_megamenu_inner_ul) li:last-child {
    border-bottom: none !important;
}

#menu_header_2 .cz .sub-menu li a:hover {
    padding-right: 30px;
}

.sf-menu .cz .cz:hover > a .cz_indicator {
    left: 0px !important;
}

input:focus, textarea:focus, select:focus {
    color: var(--site_color) !important;
}

.tparrows {
    border-radius: var(--border-radius-2);
}

.hephaistos .tp-bullet {
    width: 10px !important;
    height: 1px !important;
    position: absolute !important;
    background: var(--text_color_alpha) !important;
    border: 5px solid rgba(84,0,33,0) !important;
    border-radius: var(--border-radius-2) !important;
    cursor: pointer !important;
    box-sizing: content-box !important;
    box-shadow: none !important;
}

#rev_slider_1_1_wrapper .hephaistos .tp-bullet.rs-touchhover, #rev_slider_1_1_wrapper .hephaistos .tp-bullet.selected {
    background: var(--site_color);
    border-color: transparent !important;
    width: 10px !important;
    height: 1px !important;
    position: absolute !important;
    border: 5px solid rgba(84,0,33,0) !important;
    border-radius: var(--border-radius-2) !important;
    cursor: pointer !important;
    box-sizing: content-box !important;
    box-shadow: none !important;
}

#rev_slider_1_1_wrapper .persephone.tparrows {
    background: var(--text_color_alpha) !important;
    border-radius: 200px !important;
}

#rev_slider_1_1_wrapper .persephone.tparrows:hover, .persephone.tparrows.rs-touchhover {
    background: var(--site_color) !important;
}

#rev_slider_1_1_wrapper .hephaistos .tp-bullet.rs-touchhover, #rev_slider_1_1_wrapper .hephaistos .tp-bullet.selected {
    background: var(--site_color) !important;
    border-color: transparent !important;
}

.persephone.tparrows.rs-touchhover:before {
    color: var(--text_color_alpha) !important;
}

.hephaistos .tp-bullet.selected {
    height: 8px !important;
    width: 8px !important;
    border-color: rgba(84, 0, 33, 0.5) !important;
}

.tp-bullets {
    top: 97% !important;
}

.fixed_btns {
    position: fixed;
    top: 50%;
    z-index: 100;
}

.fixed_btns ul {
    list-style:none;
    margin-right: 0px;
}

.fixed_btns li a {
    color: var(--white_color);
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--site_color);
    border-top-left-radius: var(--border-radius-2);
    border-bottom-left-radius: var(--border-radius-2);
    padding-left: 3px;
    display: block;
    min-width: 142px;
    text-align: center;
    margin-bottom: 10px;
}

.fixed_btns li a i {
    font-size: 16px;
    position: relative;
    right: -8px;
    top: 1px;
}

.file-question-icon {
    background: url(img/file-circle-question.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    top: 8px !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
    top: -4px !important;
}

.wpcf7 div.wpcf7-response-output {
    padding: 5px 15px !important;
    border-radius: var(--border-radius-2) !important;
}

.breadcrumbs .inactive_l {
    opacity: 1 !important;
}

.breadcrumbs.clr i {
    color: var(--site_color);
    font-size: 16px;
}

.breadcrumbs.clr .inactive_l a, .breadcrumbs.clr b:hover .cz_breadcrumbs_home:before, .page_title a:hover {
    color: var(--site_color)!important;
}

.breadcrumbs.clr b:first-child .cz_breadcrumbs_home {
    color: var(--site_color_sec);
    font-size: 16px;
}

body.single-post .tagcloud a:first-child {
    background: none;
    border: none;
    font-size: 16px;
    color: #231F20;
    font-weight: 400;
    padding-right: 0;
}

body.single-post .tagcloud a:first-child:before {
    content: 'Tags';
}

body.single-post .tagcloud a:first-child .fas.fa-tags {
    display: none;
}

body.single-post .tagcloud a {
    background: #E1D5CE;
    border-radius: var(--border-radius-2);
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 17px;
    padding-left: 17px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--site_color);
}

body.single-post .tagcloud {
    margin-bottom: 30px;
}

body.single-post .tagcloud a:hover {
    background: var(--site_color) !important;
    color: var(--white_color) !important;
}

.xtra-comments {
    background: var(--white_color) !important;
    box-shadow: none;
    border-radius: var(--border-radius-2) !important;
    padding: 30px !important;
    padding-bottom: 0 !important;
    border: 1px solid var(--site_color);
    padding-top: 0px !important;
}

#comments > h3 {
    font-size: 16px !important;
    color: var(--text_color) !important;
    font-weight: 600 !important;
    padding-right: 2px !important;
}

#respond h3 {
    margin-top: -15px !important;
    font-size: 16px !important;
    color: var(--text_color) !important;
    font-weight: 600 !important;
    padding-right: 2px !important;
}

.content > h3:first-child .fa-comments {
    display: none;
}

.comment-notes {
    display: none;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label {
    display: none;
}

.comment-form-cookies-consent {
    display: none;
}

.comment-form button:hover {
    background: var(--site_color_sec) !important;
}

.comment-form .form-submit {
    text-align: left !important;
    position: relative;
    top: 15px;
}

.comment-form button {
    background: var(--site_color) !important;
    border-radius: var(--border-radius-2) !important;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form textarea {
    border-radius: var(--border-radius-2) !important;
    padding: 10px !important;
}

.comment-form-url input {
    width: 100% !important;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form textarea {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 12px !important;
    color: var(--site_color_sec)!important;
    border: 1px solid rgba(29,29,29,0.2);
}

p.comment-form-comment label {
    font-weight: 600 !important;
}

input:focus, textarea:focus, select:focus {
    border-color: var(--site_color) !important;
}

.comment-form-author input:focus, .comment-form-email input:focus, .comment-form-url input:focus, .comment-form textarea:focus {
    color: var(--text_color) !important;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    margin-bottom: 20px !important;
}

.commentlist li article {
    display: block;
    padding: 30px;
    margin: 0 0 20px;
    border: 1px solid var(--gray_color_alpha);
    border-radius: var(--border-radius-2);
}

.commentlist .says {
    display: none;
}

.comment-author {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
}

#comments .commentlist li .avatar {
    width: auto !important;
    height: auto;
    max-height: 30px;
    border-radius: var(--border-radius-2);
}

.comment-awaiting-moderation, .comment-content {
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: var(--gray_color);
}

.comment-metadata {
    float: left;
    position: absolute;
    top: 20px;
    left: 20px;
}

body.single-post .cz_post_content .blockquote {
    margin-top: 15px !important;
    border-radius: var(--border-radius-2) !important;
    background: var(--site_color) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--site_color) !important;
    width: auto !important;
}

body.single-post .cz_post_content p {
    color: #4c4a4a;
    font-size: 17px;
    margin-bottom: 5px;
}

body.single-post .cz_post_content * {
    font-family: 'Raleway';
}

body.single-post .cz_post_content strong {
    text-transform: uppercase;
}

body.single-post .cz_post_content ol, body.single-post .cz_post_content ul {
    font-size: 16px;
    line-height: 36px;
}

body.single-post .cz_post_content h1, body.single-post .cz_post_content h2, body.single-post .cz_post_content h3, body.single-post .cz_post_content h4, body.single-post .cz_post_content h5, body.single-post .cz_post_content h6 {
    font-size: 21px;
    color: #121212;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

body.single-post .content.post {
    background: var(--white_color) !important;
    box-shadow: 0px 10px 40px 6px rgb(217 217 217 / 30%) !important;
    border-radius: var(--border-radius-2) !important;
    padding: 30px !important;
    padding-bottom: 20px !important;
}

h1.xtra-post-title.section_title {
    font-size: 20px;
    font-weight: 500;
    color: var(--text_color);
}

.xtra-post-title-date {
    display: inline-block;
    float: left;
    margin-top: -80px !important;
}

body.single-post .sidebar_inner .widget {
    background: var(--white_color) !important;
    box-shadow: 0px 10px 40px 6px rgb(217 217 217 / 30%) !important;
    border-radius: var(--border-radius-2) !important;
    padding: 30px !important;
    margin-top: 0px !important;
}

body.single-post .sidebar_inner .cz_small_post_date {
    display: none;
}

body.single-post .sidebar_inner .genposts_linktitle {
    line-height: 30px;
    position: relative;
    top: 5px;
    color: var(--text_color);
}

body.single-post .sidebar_inner .genposts_linktitle:hover {
    color: var(--site_color);
}

body.single-post .codevz-widget-posts .item_small:hover .genposts_linktitle {
    color: var(--site_color);
}

body.single-post .sidebar_inner h4 {
    padding-top: 15px;
}

body.single-post .cz_single_fi img {
    max-width: 100%;
    width: 100%;
}

body.single-post .cz_single_fi {
    margin-bottom: 30px;
    max-height: 375px;
    overflow: hidden;
    border-radius: var(--border-radius-2);
}

.post_footer_section .xtra-share a {
    margin: 0px;
    font-size: 16px;
    color: var(--site_color);
}

.post_footer_section .clr.mb10 {
    display: none;
}

body.single-post .page_content .cz_post_content.clr img {
    border-radius: var(--border-radius-2);
}

body.single-post .page_content .cz_post_content.clr {
    margin-top: -30px;
}

body.single-post .sidebar_inner h4:before {
    content: ' ';
    height: 1px;
    width: 40px;
    position: absolute;
    top: 0;
    background: var(--site_color);
}

.social_share_widget {
    margin-right: 0;
}

.social_share_widget * {
    transition: 0.3s;
}

.social_share_widget li {
    display: inline-block;
    list-style: none;
}

.social_share_widget li i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    background: #F2F2F2;
    border-radius: var(--border-radius-2);
    padding: 5px;
    margin-left: 10px;
    text-align: center;
    line-height: 30px;
    color: var(--gray_color);
}

.social_share_widget li:hover i {
    background: var(--site_color);
    color: var(--white_color);
}

.top-single-article-header {
    width: 100%;
    background: linear-gradient(91.24deg, #21000D 1.06%, var(--site_color) 50.49%, #21000D 98.94%);
}

.vertical-align-center {
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 770px;
    margin: auto;
}

.box-icon {
    max-width: 72px;
    max-height: 72px;
    margin: auto;
}

.box-icon .elementor-icon {
    position: relative;
    top: 5px;
}

.recent-article-section .cz_grid_1 .cz_grid_link:before {
    display: none;
}

.recent-article-section .cz_grid_title {
    max-height: 40px;
    display: block;
}

.noselect, .noselect * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#colorbox {
    margin-top: 10px;
}

#cboxOverlay {
    background: rgba(0, 0, 0, .6);
}

#cboxClose {
    left: 0;
    right: inherit;
    top: -35px;
    bottom: 0;
    background: transparent;
}

small {
    margin: 0px 0 0 !important;
}

.gallery-section img {
    min-height: 258px !important;
}

.header_2 {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
}

.Corpse_Sticky {
    display: none !important;
}


.whatsapp-icon {
    position: fixed;
    z-index: 35;
    left: 15px;
    bottom: 15px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e6e6e7;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 4%);
}

.whatsapp-text {
    border: 1px solid #e6e6e7;
    position: absolute;
    top: -43px;
    left: 0px;
    background: #fff;
    padding: 6px;
    width: 145px;
    height: 23px;
    line-height: 23px;
    border-radius: 5px;
    font-size: 14px;
    color: #231f20;
    text-align: center;
    font-family: 'Raleway';
    font-weight: bold;
}

.mobile {
    display: none !important
}

.whatsapp-icon img {
    padding-top: 0px;
    position: relative;
    left: 0px;
    width: 35px !important;
}

.industrial-box:hover .cz_title_content span {
    color: #FFF !important;
}

.partner-images .cz_grid_item {
    transition: 0.3s;
}

.partner-images .cz_grid_item:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    transition: 0.3s !important;
}

.partner-images img {
    max-width: 180px !important;
    margin: auto;
    display: flex;
    justify-content: center;
    filter: grayscale(1);
    transition: 0.3s !important;
}

.partner-images .cz_grid_item:hover img {
    filter: inherit;
    transition: 0.3s !important;
}

.partner-images .cz_grid_item {
    position: unset !important;
    display: flex;
    left: 0px;
    justify-content: center;
    max-height: 120px;
    min-height: 120px;
    margin-bottom: 0px;
    align-items: center;
    padding-top: 15px;
}

.partner-images .cz_grid_item.cz_grid_first {
    display: none !important;
}

.partner-images .cz_grid_two_columns_on_mobile {
    height: inherit !important;
}

body.home .services_b .service_img, body.page-id-10 .services_b .service_img {
    width: 65px !important;
    height: 65px !important;
    display: flex;
    align-items: center;
}

body.home .services_b .service_img img, body.page-id-10 .services_b .service_img img {
    width: 45px;
}

body.home .services_b .service_custom i, body.page-id-10 .services_b .service_custom i {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.home .elementor-widget-cz_service_box:before, body.page-id-10 .elementor-widget-cz_service_box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: 0.3s;
}

body.home .elementor-widget-cz_service_box:hover::before, body.page-id-10 .elementor-widget-cz_service_box:hover::before {
    background: rgba(0, 0, 0, 0.3) !important;
    transition: 0.3s;
}

body.home .services-box .service_custom, body.page-id-10 .services-box .service_custom {
    position: relative;
    z-index: 1;
}

body.home .services-box .service_text, body.page-id-10 .services-box .service_text {
    position: relative;
    z-index: 1;
}

body.home .elementor-widget-cz_service_box:hover .services, body.page-id-10 .elementor-widget-cz_service_box:hover .services {
    padding-top: 195px !important;
    padding-bottom: 85px !important;
}

.products-tab img {
    width: 99% !important;
}

.products-tab-content {
    min-height: 339px;
}

.footer_widget > h4 {
    border-color: rgb(196 199 204 / 40%) !important;
}

#codevzcustommenulist-3 ul li, #codevzcustommenulist-4 ul li {
    display: inline-block;
    width: 49%;
}

.footer_widget > h4:before {
    width: 180px !important;
}

.sidebar_footer-3 {
    width: 30% !important;
    margin-left: 2% !important;
}

.sidebar_footer-1, .sidebar_footer-2 {
    width: 33% !important;
    margin-left: 2% !important;
}

.sidebar_footer-1 {
    margin-left: 0px !important;
}

.footer_2_left .inner_icon_footer_2_left_0 {
    margin-top: 9px !important;
    margin-bottom: 10px !important;
    position: relative;
}

.footer_2 .elms_row {
    border-top: 1px solid rgb(196 199 204 / 40%);
}

.footer_2 {
    position: relative;
    top: -65px;
    margin-bottom: -65px;
}

.cz_middle_footer {
    padding-bottom: 65px !important;
}

.footer_2_left .inner_icon_footer_2_left_0 .it_text {
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: 500;
}

.cz_stylish_list span small {
    position: relative;
    left: -30px !important;
}

ul.cz_stylish_list .clr:last-child small:first-child small {
    left: 8px !important;
}
    
ul.cz_stylish_list .clr:last-child small:first-child .cz_sl_icon {
    width: 2em;
    height: 2em;
    float: left;
}

.search_404 input {
    position: relative !important;
}

.search_404 button {
    float: right !important;
    position: relative !important;
    margin-top: -22px !important;
    margin-right: 30px !important;
}

body:not(.home) .page_cover {
    padding-top: 100px;
}

.cz_default_loop_grid {
    margin-top: 0px !important;
}

body:not(.home) .page_title {
    display: none;
}

.cz-cpt-post .cz_default_loop .cz_post_meta {
    display: none;
}

.nav-links {
    font-family: 'Raleway';
    margin-top: 0px;
}

body:not(.home) .header_2 {
    box-shadow: 0px 0px 40px 2px rgb(235 234 234 / 82%);
}

body:not(.home).single-post {
    background: #E6E6E6 !important;
}

body:not(.home).single-post .page_content .post {
    padding-top: 60px;
    padding-bottom: 10px;
    padding-right: 95px;
    padding-left: 95px;
    border-radius: 2px;
}

body:not(.home).single-post .page_content .row.clr {
    background: #FFF;
    width: 89%;
}

strong {
    font-family: 'Raleway';
}

body:not(.home).single-post .page_content .post .clr.mt40.relative:empty {
    display: none;
}

body:not(.home).single-post .page_content .post .single-post-title:before {
    content: '';
    position: absolute;
    top: -12px;
    width: 50px;
    height: 1px;
    z-index: 1;
    background: #990000;
    left: 48%;
    right: 48%;
    border-radius: 2px;
}

body:not(.home).single-post .page_content .post .single-post-title {
    font-size: 26px;
    color: #121212;
    margin-top: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: Raleway;
    font-weight: bold;
    text-align: center;
    position: relative;
}

body:not(.home) .page_content .cz_post_content.clr p {
    margin-bottom: 15px;
}

body:not(.home) .page_content .cz_wpe_content * {
    font-family: 'Raleway';
}

body:not(.home) .page_content img {
    border-radius: 2px;
    margin-top: 0px;
}

body:not(.home) .page_content .cz_title_content {
    padding: 0px !important;
    width: 100% !important;
}

body:not(.home) .page_content .cz_wpe_content table {
    width: 100% !important;
}

body:not(.home) .page_content .cz_wpe_content table {
    margin-top: 20px;
    margin-bottom: 20px;
}

body:not(.home) .page_content .cz_wpe_content table td, body:not(.home) .page_content .cz_wpe_content table tr {
    width: inherit;
    height: inherit;
    padding: 6px !important;
    text-align: center;
    border: 1px solid #95959554;
}

body:not(.home) .page_content .cz_wpe_content table tr td:first-child, body:not(.home) .page_content .cz_wpe_content table tr td:first-child * {
    background: #990001;
    color: #FFF !important;
    font-weight: 600;
}

#menu-header_2-2565 .sub-menu {
    width: 260px !important;
}

p.cz_post_date.cz_post_cat.mr10 a:before {
    content: 'DATE';
}

p.cz_post_cat.mr10 a:before {
    content: 'CATEGORY';
}

form button, .comment-form button {
    text-transform: uppercase;
    font-weight: bold;
}

.header_2_left .logo a, .header_4_left .logo a {
    margin-bottom: 0 !important;
}

@media(min-width:768px) and (max-width:1024px) {
    .mobile {
        display: block !important
    }
    .desktop {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .mobile {
        display: block !important
    }
    .desktop {
        display: none !important
    }
}

@media(min-width:481px) and (max-width:767px) {
    .mobile {
        display: block !important
    }
    .desktop {
        display: none !important
    }
}

@media(min-width:320px) and (max-width:480px) {
    .mobile {
        display: block !important
    }
    .desktop {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .mobile {
        display: block !important
    }
    .desktop {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .mobile {
        display: block !important
    }
    .desktop {
        display: none !important
    }
}

@media(min-width:481px) and (max-width:767px) {
    .mobile {
        display: block !important
    }
    .desktop {
        display: none !important
    }
}

@media(min-width:320px) and (max-width:480px) {
    .mobile {
        display: block !important
    }
    .desktop {
        display: none !important
    }
}

@media (max-width: 768px) {
    .whatsapp-icon {
       bottom: 10px;
    }
}

@media (max-width:480px) {
    .cz_tabs_nav, .cz_tabs_is_v .cz_tabs_nav {
        display: block !important;
    }
    .cz_tabs > select, .cz_btn.hide_on_desktop, .cz_btn.hide_on_tablet {
        display: none !important;
    }
}

@media(max-width:991px) and (orientation:landscape) {
    .left-slide-button {
        left: -35px !important;
    }
    .right-slide-button {
        right: -25px !important;
    }
}

.vertical-align-top img {
    margin-top: 5px;
}

.box-shadow-bg > .elementor-container.elementor-column-gap-no {
    padding: 30px;
    border-radius: var(--border-radius-2);
    background: var(--white_color);
    margin-bottom: 30px;
    border: 1px solid var(--site_color);
}

.box-shadow-bg-col > .elementor-widget-wrap.elementor-element-populated {
    padding: 30px !important;
    padding-bottom: 0px !important;
    box-shadow: 0px 10px 40px 6px rgb(217 217 217 / 30%);
    border-radius: var(--border-radius-2);
    background: var(--white_color);
    margin-bottom: 10px !important;
}

.certificate-images .gallery-item {
    padding: 30px;
    background: #F2F2F2;
    margin: 10px !important;
    max-width: 23% !important;
    margin-bottom: 30px !important;
    border-radius: var(--border-radius-2);
    border: 1px solid var(--gray_color_alpha);
    position: relative;
    transition: 0.3s;
}

.certificate-images .gallery-item:hover {
    border: 1px solid var(--site_color) !important;
    background: var(--white_color) !important;
}

.certificate-images .gallery-item .gallery-caption {
    position: absolute;
    display: flex;
    bottom: -40px;
    font-size: 16px !important;
}

.certificate-images .gallery-item img {
    max-height: 130px;
}

.contact_us_form_captcha {
    display: block;
    float: right;
    position: relative;
    z-index: 1;
}

.contact_us_form_submit_btn {
    display: block !important;
    margin-top: 15px;
    text-align: left;
    width: 100% !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
}

.contact_us_form .wpcf7 span.wpcf7-not-valid-tip {
    top: -2px !important;
}

.contact_us_form .wpcf7-response-output {
    display: inline-block;
    margin-bottom: 30px !important;
    margin-top: -10px !important;
    width: 100% !important;
    border-width: 2px !important;
}

select {
    background: var(--white_color) url(img/chevron-down.svg) no-repeat left 18px center !important;
}

select:focus {
    background: var(--white_color) url(img/chevron-down-hover.svg) no-repeat left 18px center !important;
}

.cz_acc, .cz_acc * {
    transition: 0s !important;
    animation: inherit !important;
}

.cz_acc .cz_isOpen .cz_acc_child {
    border-top-color: var(--text_color) !important;
    border-right-color: var(--text_color) !important;
    border-left-color: var(--text_color) !important;
}

.cz_acc .cz_isOpen .cz_acc_child_content {
    border-color: var(--text_color) !important;
}

.cz_acc small {
    float: right;
    margin-left: 12px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    color: var(--white_color) !important;
    background: var(--site_color);
    border-radius: var(--border-radius-2);
    padding: 0px;
    padding-left: 12.461px;
    padding-right: 13px;
    line-height: 30px;
    margin-right: -5px;
    position: relative;
    top: -5px;
    width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
}

.cz_acc_child div {
    position: relative;
    top: 5px;
}

body.blog .page_content, body.category .page_content {
    background-color: var(--body_bg_color);
    padding: 0px;
    margin: 0px;
    padding-top: 30px;
}

body.blog .page_content .content.clr, body.category .page_content .content.clr {
    margin-bottom: 0px;
}

body.blog .page_content .row.clr .cz_readmore, body.category .page_content .row.clr .cz_readmore {
    display: none;
}

body.blog .page_content .content.clr .cz_posts_container .mb30, body.category .page_content .content.clr .cz_posts_container .mb30 {
    margin-bottom: 0px !important;
}

body.blog .page_cover, body.category .page_cover {
    z-index: 2;    
}

.top-header-blog {
    padding-top: 10px !important;
    position: relative;
}

.top-header-blog .elementor-container.elementor-column-gap-no {
    margin-bottom: -85px !important;
    padding-top: 50px;
}

.cz-cpt-post .cz_default_loop .cz_post_date time:before {
    content: "\f017";
    position: relative;
    right: -10px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
    font-size: 12px;
    color: var(--site_color_sec);
}

.cz-cpt-post article .cz_post_icon:before {
    display: flex;
    height: 100% !important;
    width: 100%;
    align-items: center;
    justify-content: center;
}

body.category .section_title {
    display: none;
}

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

.pagination .current, .pagination > b, .pagination a:hover, .page-numbers .current, .page-numbers a:hover, .pagination .next:hover, .pagination .prev:hover {
    background: var(--site_color) !important;
    border-radius: var(--border-radius-2) !important;
    color: var(--white_color) !important;
}

.pagination a, .pagination > b, .pagination span, .page-numbers a, .page-numbers span {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #121212 !important;
    border-color: #121212 !important;
    color: #FFFF !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: var(--border-radius-2) !important;
}

.pagination .next.page-numbers i:before {
    content: "\f054" !important;
}

.pagination .prev.page-numbers i:before {
    content: "\f053" !important;
}

.font-awesome-icon {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.font-awesome-icon i {
    font-family: "Font Awesome 5 Free";
}

.eicon-element {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.eicon-element:before {
    box-sizing: border-box;
}

.pagination a i {
    font-size: 12px !important;
}

@media (max-width:1119px) {
.certificate-images .gallery-item {
    max-width: 23% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
}
.certificate-images .gallery-item img {
    max-height: 110px;
}
}

@media (max-width:1049px) {
.cz-cpt-post .cz_post_image, .cz-cpt-post .cz_post_svg {
    height: 222px !important;
}
}

@media (max-width:991px) {
    .wpcf7 span.wpcf7-not-valid-tip {
        left: 10px !important;
    }
    .certificate-images .gallery-item {
        max-width: 48% !important;
        margin-left: 1% !important;
        margin-right: 1% !important;
        margin-bottom: 55px !important;
    }
    .certificate-images .gallery-item img {
        max-height: 150px;
    }
    .single_con .cz_single_fi img {
        width: 100% !important;
    }

    .contact_us_form_captcha {
        float: inherit;
    }
    
    .contact_us_form_submit_btn {
        margin: auto !important;
        float: none !important;
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 40px !important;
    }

    .gallery-section img {
        min-height: inherit !important;
    }
    
    .products-tab-content {
        min-height: inherit;
    }
    
    .sidebar_footer-1, .sidebar_footer-2, .sidebar_footer-3 {
        width: 100% !important;
        margin-left: inherit !important;
    }
}

@media (max-width:901px) {
.cz-cpt-post .cz_post_image, .cz-cpt-post .cz_post_svg {
    height: 280px !important;
    margin-bottom: 65px !important;
}
}

@media (max-width:768px) {
    .cz_related_post {
        margin-bottom: 40px !important;
    }

    .widget li {
        text-align: right !important;
    }

    .certificate-images .gallery-item {
        max-width: 100% !important;
        margin-left: 0% !important;
        margin-right: 0% !important;
        margin-bottom: 55px !important;
    }
    
    .certificate-images .gallery-item img {
        max-height: 300px;
    }
    
    .certificate-images .gallery-item .gallery-caption {
        justify-content: center !important;
        margin-right: -35px !important;
    }
    
    .box-shadow-bg-col > .elementor-widget-wrap.elementor-element-populated {
        padding: 15px !important;
    }
    
    .cz-cpt-post .cz_post_image, .cz-cpt-post .cz_post_svg {
        width: 100% !important;
        height: 300px !important;
        margin-bottom: 25px !important;
    }
    
    .cz-cpt-post .cz_post_image img {
        width: 100% !important;
    }
    
    .cz-cpt-post article .cz_post_icon {
        width: 100% !important;
        height: 100% !important;
    }
    
    .cz-cpt-post .cz_default_loop .cz_post_meta {
        right: inherit !important;
        left: 0 !important;
    }

    .comment-form-author, .comment-form-email, .comment-form-url {
        width: 100% !important;
    }
    
    .comment-form-author input, .comment-form-email input, .comment-form-url input {
        width: 100% !important;
    }

    #comments .g-recaptcha {
        float: none;
        display: flex;
        justify-content: center;
    }
    
    .comment-form .form-submit {
        text-align: center !important;
        top: 0;
    }
    
    .cz-cpt-post .cz_default_loop > div {
        padding-bottom: 0px !important;
        margin-bottom: 25px !important;
    }
    .cz-cpt-post .cz_posts_container .clr.mb30 {
        margin-bottom: 0px !important;
    }
    nav.navigation.pagination {
        margin-top: 20px;
        margin-bottom: -30px;
        position: relative;
        top: 10px;
    }
    .post_footer_section .xtra-share {
        border: none;
        border-radius: var(--border-radius-0);
        margin-top: -10px;
        margin-left: -10px;
        margin-bottom: 30px;
        display: inline-flex;
        float: none;
        justify-content: right;
        width: 100%;
    }
    .gallery-section img {
        min-height: inherit !important;
    }
    .cz_tabs_nav, .cz_tabs_is_v .cz_tabs_nav {
        display: block !important;
    }
    .cz_tabs > select, .cz_btn.hide_on_desktop, .cz_btn.hide_on_tablet {
        display: none !important;
    }
    .xtra-woo-tabs {
        display: none !important;
    }
    .center-element .cz_btn_left.cz_mobile_btn_center {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .partner-images .cz_grid_item {
        max-height: 90px;
        min-height: 90px;
    }
    .partner-images img {
        max-width: 120px !important;
    }
    #codevzcustommenulist-3 ul li, #codevzcustommenulist-4 ul li {
        width: 100%;
    }
    .sidebar_footer-3 {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .sidebar_footer-1, .sidebar_footer-2 {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .cz_middle_footer {
        padding-bottom: 110px !important;
    }
    .footer_2 {
        top: -110px;
        margin-bottom: -110px;
    }
    .elms_right.footer_2_right {
        margin-top: -15px;
    }
    form.search_not_found {
        width: 100% !important;
    }
    body:not(.home) .page_cover {
        padding-top: 20px;
    }
    body:not(.home).single-post .page_content .post {
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 30px;
        padding-left: 30px;
    }
    body:not(.home).single-post .page_content .post .single-post-title {
        margin-top: 50px;
    }
    body:not(.home).single-post .page_content .post .single-post-title:before {
        left: 44%;
        right: 44%;
    }
    .products-single-section {
        margin-top: -25px !important;
    }
}