/* ============================================================
   main.css — Combined Stylesheet
   Sources: wp-img-auto-sizes, classic-theme-styles, global-styles,
            codevz-plus, codevz-inline, wpr_lightbox_styles
   ============================================================ */


/* ============================================================
   1. WP IMG AUTO SIZES
   ============================================================ */

img:is([sizes=auto i], [sizes^="auto,"i]) {
  contain-intrinsic-size: 3000px 1500px;
}


/* ============================================================
   2. CLASSIC THEME STYLES
   ============================================================ */

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}


/* ============================================================
   3. GLOBAL STYLES — CSS CUSTOM PROPERTIES
   ============================================================ */

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
  --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:where(.is-layout-flex) { gap: 0.5em; }
:where(.is-layout-grid) { gap: 0.5em; }

body .is-layout-flex { display: flex; }
.is-layout-flex { flex-wrap: wrap; align-items: center; }
.is-layout-flex > :is(*, div) { margin: 0; }

body .is-layout-grid { display: grid; }
.is-layout-grid > :is(*, div) { margin: 0; }

:where(.wp-block-columns.is-layout-flex) { gap: 2em; }
:where(.wp-block-columns.is-layout-grid) { gap: 2em; }
:where(.wp-block-post-template.is-layout-flex) { gap: 1.25em; }
:where(.wp-block-post-template.is-layout-grid) { gap: 1.25em; }
:where(.wp-block-term-template.is-layout-flex) { gap: 1.25em; }
:where(.wp-block-term-template.is-layout-grid) { gap: 1.25em; }

:root :where(.wp-block-pullquote) { font-size: 1.5em; line-height: 1.6; }

/* Preset color utilities */
.has-black-color { color: var(--wp--preset--color--black) !important; }
.has-cyan-bluish-gray-color { color: var(--wp--preset--color--cyan-bluish-gray) !important; }
.has-white-color { color: var(--wp--preset--color--white) !important; }
.has-pale-pink-color { color: var(--wp--preset--color--pale-pink) !important; }
.has-vivid-red-color { color: var(--wp--preset--color--vivid-red) !important; }
.has-luminous-vivid-orange-color { color: var(--wp--preset--color--luminous-vivid-orange) !important; }
.has-luminous-vivid-amber-color { color: var(--wp--preset--color--luminous-vivid-amber) !important; }
.has-light-green-cyan-color { color: var(--wp--preset--color--light-green-cyan) !important; }
.has-vivid-green-cyan-color { color: var(--wp--preset--color--vivid-green-cyan) !important; }
.has-pale-cyan-blue-color { color: var(--wp--preset--color--pale-cyan-blue) !important; }
.has-vivid-cyan-blue-color { color: var(--wp--preset--color--vivid-cyan-blue) !important; }
.has-vivid-purple-color { color: var(--wp--preset--color--vivid-purple) !important; }

.has-black-background-color { background-color: var(--wp--preset--color--black) !important; }
.has-cyan-bluish-gray-background-color { background-color: var(--wp--preset--color--cyan-bluish-gray) !important; }
.has-white-background-color { background-color: var(--wp--preset--color--white) !important; }
.has-pale-pink-background-color { background-color: var(--wp--preset--color--pale-pink) !important; }
.has-vivid-red-background-color { background-color: var(--wp--preset--color--vivid-red) !important; }
.has-luminous-vivid-orange-background-color { background-color: var(--wp--preset--color--luminous-vivid-orange) !important; }
.has-luminous-vivid-amber-background-color { background-color: var(--wp--preset--color--luminous-vivid-amber) !important; }
.has-light-green-cyan-background-color { background-color: var(--wp--preset--color--light-green-cyan) !important; }
.has-vivid-green-cyan-background-color { background-color: var(--wp--preset--color--vivid-green-cyan) !important; }
.has-pale-cyan-blue-background-color { background-color: var(--wp--preset--color--pale-cyan-blue) !important; }
.has-vivid-cyan-blue-background-color { background-color: var(--wp--preset--color--vivid-cyan-blue) !important; }
.has-vivid-purple-background-color { background-color: var(--wp--preset--color--vivid-purple) !important; }

.has-black-border-color { border-color: var(--wp--preset--color--black) !important; }
.has-cyan-bluish-gray-border-color { border-color: var(--wp--preset--color--cyan-bluish-gray) !important; }
.has-white-border-color { border-color: var(--wp--preset--color--white) !important; }
.has-pale-pink-border-color { border-color: var(--wp--preset--color--pale-pink) !important; }
.has-vivid-red-border-color { border-color: var(--wp--preset--color--vivid-red) !important; }
.has-luminous-vivid-orange-border-color { border-color: var(--wp--preset--color--luminous-vivid-orange) !important; }
.has-luminous-vivid-amber-border-color { border-color: var(--wp--preset--color--luminous-vivid-amber) !important; }
.has-light-green-cyan-border-color { border-color: var(--wp--preset--color--light-green-cyan) !important; }
.has-vivid-green-cyan-border-color { border-color: var(--wp--preset--color--vivid-green-cyan) !important; }
.has-pale-cyan-blue-border-color { border-color: var(--wp--preset--color--pale-cyan-blue) !important; }
.has-vivid-cyan-blue-border-color { border-color: var(--wp--preset--color--vivid-cyan-blue) !important; }
.has-vivid-purple-border-color { border-color: var(--wp--preset--color--vivid-purple) !important; }

.has-vivid-cyan-blue-to-vivid-purple-gradient-background { background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important; }
.has-light-green-cyan-to-vivid-green-cyan-gradient-background { background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important; }
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background { background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important; }
.has-luminous-vivid-orange-to-vivid-red-gradient-background { background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important; }
.has-very-light-gray-to-cyan-bluish-gray-gradient-background { background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important; }
.has-cool-to-warm-spectrum-gradient-background { background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important; }
.has-blush-light-purple-gradient-background { background: var(--wp--preset--gradient--blush-light-purple) !important; }
.has-blush-bordeaux-gradient-background { background: var(--wp--preset--gradient--blush-bordeaux) !important; }
.has-luminous-dusk-gradient-background { background: var(--wp--preset--gradient--luminous-dusk) !important; }
.has-pale-ocean-gradient-background { background: var(--wp--preset--gradient--pale-ocean) !important; }
.has-electric-grass-gradient-background { background: var(--wp--preset--gradient--electric-grass) !important; }
.has-midnight-gradient-background { background: var(--wp--preset--gradient--midnight) !important; }

.has-small-font-size { font-size: var(--wp--preset--font-size--small) !important; }
.has-medium-font-size { font-size: var(--wp--preset--font-size--medium) !important; }
.has-large-font-size { font-size: var(--wp--preset--font-size--large) !important; }
.has-x-large-font-size { font-size: var(--wp--preset--font-size--x-large) !important; }


/* ============================================================
   4. ELEMENTOR LAZY LOAD
   ============================================================ */

.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
  background-image: none !important;
}

@media screen and (max-height: 1024px) {
  .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}

@media screen and (max-height: 640px) {
  .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}


/* ============================================================
   5. CODEVZ INLINE — ADMIN BAR
   ============================================================ */

.admin-bar .cz_fixed_top_border { top: 32px; }
.admin-bar i.offcanvas-close { top: 32px; }
.admin-bar .offcanvas_area,
.admin-bar .hidden_top_bar { margin-top: 32px; }
.admin-bar .header_5,
.admin-bar .onSticky { top: 32px; }

@media screen and (max-width: 768px) {
  .admin-bar .header_5,
  .admin-bar .onSticky,
  .admin-bar .cz_fixed_top_border,
  .admin-bar i.offcanvas-close { top: 46px; }
  .admin-bar .onSticky { top: 0; }
  .admin-bar .offcanvas_area,
  .admin-bar .hidden_top_bar {
    margin-top: 46px;
    height: calc(100% - 46px);
  }
}


/* ============================================================
   6. THEME COLOR
   ============================================================ */

a:hover,
.sf-menu > .cz.current_menu > a,
.sf-menu > .cz .cz.current_menu > a,
.sf-menu > .current-menu-parent > a,
.comment-text .star-rating span {
  color: #c17343;
}

form button,
.button,
#edd-purchase-button,
.edd-submit,
.edd-submit.button.blue,
.edd-submit.button.blue:hover,
.edd-submit.button.blue:focus,
[type=submit].edd-submit,
.sf-menu > .cz > a:before,
.post-password-form input[type="submit"],
.wpcf7-submit,
.submit_user,
#commentform #submit,
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after,
.pagination .current,
.pagination > b,
.pagination a:hover,
.page-numbers .current,
.page-numbers a:hover,
.pagination .next:hover,
.pagination .prev:hover,
input[type=submit],
.sticky:before,
.commentlist li.comment-author-admin .fn,
input[type=button],
.cz_header_button,
.cz_default_portfolio a,
.cz_readmore,
.more-link,
a.cz_btn,
.cz_highlight_1:after,
div.cz_btn {
  background-color: #c17343;
}

.cs_load_more_doing,
div.wpcf7 .wpcf7-form .ajax-loader { border-right-color: #c17343; }

input:focus,
textarea:focus,
select:focus { border-color: #c17343 !important; }

::selection { background-color: #c17343; color: #fff; }
::-moz-selection { background-color: #c17343; color: #fff; }


/* ============================================================
   7. CUSTOM HEADER
   ============================================================ */

.header_2 .row.elms_row:after {
  border-top: 97px solid white;
  border-right: 30px solid transparent;
  position: absolute;
  top: 0;
  right: -30px;
  content: ' ';
}

.header_2 .row.elms_row:before {
  border-top: 97px solid white;
  border-left: 30px solid transparent;
  position: absolute;
  top: 0;
  left: -30px;
  content: ' ';
}


/* ============================================================
   8. BUTTONS — DYNAMIC
   ============================================================ */

form button,
.comment-form button,
a.cz_btn,
div.cz_btn,
a.cz_btn_half_to_fill:before,
a.cz_btn_half_to_fill_v:before,
a.cz_btn_half_to_fill:after,
a.cz_btn_half_to_fill_v:after,
a.cz_btn_unroll_v:before,
a.cz_btn_unroll_h:before,
a.cz_btn_fill_up:before,
a.cz_btn_fill_down:before,
a.cz_btn_fill_left:before,
a.cz_btn_fill_right:before,
.wpcf7-submit,
input[type=submit],
input[type=button],
.button,
.cz_header_button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce button.button,
#edd-purchase-button,
.edd-submit,
[type=submit].edd-submit,
.edd-submit.button.blue,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce a.button.wc-forward,
.wp-block-search .wp-block-search__button,
.woocommerce-message a.restore-item.button {
  font-size: 15px;
  color: #ffffff;
  background-color: #c17343;
  padding: 10px 36px;
  border-radius: 0px;
  box-shadow: 0px 15px 50px 0px rgba(51, 114, 150, 0.15);
}

form button:hover,
.comment-form button:hover,
a.cz_btn:hover,
div.cz_btn:hover,
a.cz_btn_half_to_fill:hover:before,
a.cz_btn_half_to_fill_v:hover:before,
a.cz_btn_half_to_fill:hover:after,
a.cz_btn_half_to_fill_v:hover:after,
a.cz_btn_unroll_v:after,
a.cz_btn_unroll_h:after,
a.cz_btn_fill_up:after,
a.cz_btn_fill_down:after,
a.cz_btn_fill_left:after,
a.cz_btn_fill_right:after,
.wpcf7-submit:hover,
input[type=submit]:hover,
input[type=button]:hover,
.button:hover,
.cz_header_button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
#edd-purchase-button:hover,
.edd-submit:hover,
[type=submit].edd-submit:hover,
.edd-submit.button.blue:hover,
.edd-submit.button.blue:focus,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce a.button.wc-forward:hover,
.wp-block-search .wp-block-search__button:hover,
.woocommerce-message a.restore-item.button:hover {
  color: #ffffff;
  background-color: #337296;
  box-shadow: 0px 10px 10px 0px rgba(51, 114, 150, 0.05);
}


/* ============================================================
   9. WIDGETS
   ============================================================ */

.widget {
  color: #ffffff;
  background-color: #337296;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
}
.widget a { color: #ffffff; }

.widget > .codevz-widget-title,
.sidebar_inner .widget_block > div > div > h2 {
  color: #ffffff;
  padding-bottom: 10px;
  padding-left: 20px;
}

.widget > .codevz-widget-title:before,
.sidebar_inner .widget_block > div > div > h2:before {
  background-color: #c17343;
  width: 8px;
  height: 8px;
  border-radius: 0px;
  bottom: 16px;
  left: 1px;
}

.rtl .widget > .codevz-widget-title:before,
.rtl .sidebar_inner .widget_block > div > div > h2:before {
  left: auto;
  right: calc(50% - 10px);
}


/* ============================================================
   10. FORM INPUTS
   ============================================================ */

input,
textarea,
select,
.qty,
.woocommerce-input-wrapper .select2-selection--single,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  color: #282828;
  padding: 15px 17px;
  border-style: solid;
  border-radius: 0px;
}


/* ============================================================
   11. LOGO TOOLTIP
   ============================================================ */

div.logo_hover_tooltip {
  width: 560px;
  padding: 30px;
  border-style: solid;
  border-radius: 10px;
  box-shadow: 0px 10px 34px rgba(10, 10, 10, 0.1);
}


/* ============================================================
   12. SOCIAL ICONS
   ============================================================ */

.elms_row .cz_social a,
.fixed_side .cz_social a,
#xtra-social-popup [class*="xtra-social-type-"] a {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 5px;
  margin-right: 1px;
  margin-left: 1px;
  border-radius: 0px;
}
.elms_row .cz_social a:hover,
.fixed_side .cz_social a:hover,
#xtra-social-popup [class*="xtra-social-type-"] a:hover { color: #ffffff; }


/* ============================================================
   13. HEADER MENUS
   ============================================================ */

#menu_header_1 > .cz > a:hover,
#menu_header_1 > .cz:hover > a,
#menu_header_1 > .cz.current_menu > a,
#menu_header_1 > .current-menu-parent > a { color: #c17343; }

#menu_header_1 .cz .cz a:hover,
#menu_header_1 .cz .cz:hover > a,
#menu_header_1 .cz .cz.current_menu > a,
#menu_header_1 .cz .current_menu > .current_menu { color: #c17343; }

.header_2 .row { background-color: #ffffff; }

#menu_header_2 {
  background-position: center center;
  background-size: cover;
  background-color: #fcfcfc;
}

#menu_header_2 > .cz > a {
  font-size: 16px;
  color: #c17343;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rtl #menu_header_2 > .cz > a { margin-left: 0px; margin-right: 40px; }

#menu_header_2 > .cz > a:hover,
#menu_header_2 > .cz:hover > a,
#menu_header_2 > .cz.current_menu > a,
#menu_header_2 > .current-menu-parent > a {
  color: #c17343;
  background-color: rgba(51, 114, 150, 0.5);
}

#menu_header_2 > .cz > a:before {
  background-color: rgba(73, 39, 18, 0.5);
  width: calc(100% + 14px);
  height: 8px;
  border-radius: 0px;
  bottom: 9px;
  left: -7px;
  z-index: -1;
}

#menu_header_2 .cz .sub-menu:not(.cz_megamenu_inner_ul),
#menu_header_2 .cz_megamenu_inner_ul .cz_megamenu_inner_ul {
  background-color: #7d3d16;
  padding: 20px;
  margin-top: 0px;
  margin-right: 32px;
  margin-left: 32px;
  border-radius: 0px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

#menu_header_2 .sub-menu .sub-menu:not(.cz_megamenu_inner_ul) {
  margin-top: -17px;
  margin-right: 15px;
  margin-left: 15px;
}

#menu_header_2 .cz .cz a {
  font-size: 15px;
  color: #e2e2e2;
  padding: 10px;
  border-style: solid;
  border-right-width: 2px;
  border-left-width: 2px;
  border-color: rgba(255, 255, 255, 0.01);
}
.rtl #menu_header_2 .cz .cz a { border-left-width: 0; border-right-width: 5px; }

#menu_header_2 .cz .cz a:hover,
#menu_header_2 .cz .cz:hover > a,
#menu_header_2 .cz .cz.current_menu > a,
#menu_header_2 .cz .current_menu > .current_menu {
  color: #c17343;
  background-color: rgba(51, 114, 150, 0.5);
  padding-right: 15px;
  padding-left: 15px;
}

.onSticky {
  background-color: #ffffff !important;
  box-shadow: 0px 7px 19px rgba(0, 0, 0, 0.07) !important;
}

.header_4 { box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1); }

#menu_header_4 {
  background-position: center center;
  background-size: cover;
}
#menu_header_4 > .cz > a { color: #0c0c0c; }

#menu_header_4 > .cz > a:hover,
#menu_header_4 > .cz:hover > a,
#menu_header_4 > .cz.current_menu > a,
#menu_header_4 > .current-menu-parent > a {
  color: #c17343;
  background-color: rgba(51, 114, 150, 0.6);
  padding-right: 25px;
  padding-left: 25px;
}

#menu_header_4 .cz .cz a { color: #ffffff; }

#menu_header_4 .cz .cz a:hover,
#menu_header_4 .cz .cz:hover > a,
#menu_header_4 .cz .cz.current_menu > a,
#menu_header_4 .cz .current_menu > .current_menu { color: #c17343; }


/* ============================================================
   14. HIDDEN TOP BAR
   ============================================================ */

.hidden_top_bar {
  color: #0a0101;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #ffffff;
  transform: translateY(calc(-100% + 2px));
}
.hidden_top_bar > i {
  color: #000000;
  background: #ffffff;
  padding: 14px 16px 15px 16px;
  border-style: solid;
  border-radius: 0px;
}


/* ============================================================
   15. PAGE HEADER & TITLE
   ============================================================ */

.page_header {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.page_title,
.header_onthe_cover .page_title {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: linear-gradient(0deg, rgba(193, 115, 67, 0.21), rgba(193, 115, 67, 0.21)), url(wp-content/uploads/2025/06/page_bg_image295-1.jpg);
  padding-bottom: 60px;
  position: relative;
  z-index: 9999;
}

.page_title .codevz-section-title {
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
}

.breadcrumbs { padding-top: 4px; padding-bottom: 0px; }
.breadcrumbs a,
.breadcrumbs i {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.breadcrumbs a:hover { color: #c17343; }


/* ============================================================
   16. TYPOGRAPHY
   ============================================================ */

[class*="cz_tooltip_"] [data-title]:after { font-family: 'Inter'; }

body,
body.rtl,
.rtl form,
.xtra-fixed-mobile-nav-e > div {
  font-family: 'Inter';
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Blinker';
  font-weight: 600;
}


/* ============================================================
   17. FOOTER
   ============================================================ */

.footer_1 .row {
  border-width: 0 0 1px;
  border-color: rgba(255, 255, 255, 0.14);
}

.cz_middle_footer {
  background-position: center center;
  background-size: cover;
  background-color: #337296;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer_widget {
  color: #c1c1c1;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.cz_middle_footer a { color: #ffffff; }
.cz_middle_footer a:hover { color: rgb(193, 115, 67); }

.footer_2 { background-color: #ffffff; }

.footer_widget > .codevz-widget-title,
footer .widget_block > div > div > h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 0 0 5px;
  border-color: #c17343;
  display: inline-block;
}


/* ============================================================
   18. BACK TO TOP & FIXED CONTACT
   ============================================================ */

i.backtotop {
  font-size: 13px;
  color: #ffffff;
  background-color: #337296;
  padding: 10px;
  border-radius: 0px;
  box-shadow: 0px 15px 50px 0px rgba(51, 114, 150, 0.15);
}
i.backtotop:hover {
  color: #337296;
  background-color: #c17343;
  box-shadow: 0px 10px 10px 0px rgba(51, 114, 150, 0.1);
  bottom: 35px;
  transform: none;
}

i.fixed_contact {
  font-size: 14px;
  color: #ffffff;
  background-color: #c17343;
  margin-right: 5px;
  border-radius: 0px;
}
div.fixed_contact { border-radius: 0px; }


/* ============================================================
   19. WOOCOMMERCE
   ============================================================ */

.woocommerce ul.products li.product a img {
  border-style: solid;
  border-width: 5px;
  border-color: #337296;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce.woo-template-2 ul.products li.product .woocommerce-loop-category__title,
.woocommerce.woo-template-2 ul.products li.product .woocommerce-loop-product__title,
.woocommerce.woo-template-2 ul.products li.product h3 {
  color: #337296;
  background-color: #c17343;
  padding-top: 15px;
  padding-bottom: 30px;
  margin: -45px 25px -19px;
  position: relative;
}

.woocommerce ul.products li.product .star-rating {
  color: #c17343;
  display: none;
  position: absolute;
  top: 59px;
  right: 21px;
  opacity: 0.8;
}

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button[class*="product_type_"] {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  background-color: #337296;
  padding: 12px 25px;
  margin-top: 0px;
}

.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .button[class*="product_type_"]:hover {
  color: #337296;
  background-color: #c17343;
  box-shadow: 0px 10px 50px 0px rgba(51, 114, 150, 0.3);
}

.woocommerce ul.products li.product:hover a img {
  border-style: solid;
  border-color: #c17343;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce.single span.onsale,
.woocommerce.single ul.products li.product .onsale {
  font-size: 13px;
  color: #ffffff;
  line-height: 1em;
  background-color: #337296;
  width: 1em;
  height: 1em;
  padding: 12px 20px;
  border-radius: 0px;
  top: 15px;
  left: -10px;
}

.woocommerce.single span.onsale {
  color: #ffffff;
  font-weight: 400;
  background-color: #c17343;
  border-radius: 0px;
  top: 15px;
  left: 15px;
}

.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #ffffff;
  background-color: #c17343;
  padding: 5px 20px;
  border-radius: 0px;
  top: 15px;
  right: -10px;
}

.woocommerce div.product .product_title {
  font-size: 32px;
  color: #337296;
}

.woocommerce .woocommerce-product-rating .star-rating { color: #c17343; }

.woocommerce div.product .summary > p.price,
.woocommerce div.product .summary > span.price {
  font-size: 22px;
  color: #337296;
}

.woocommerce div.product div.images img {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(51, 114, 150, 0.2);
}

.woocommerce div.product form.cart .button {
  color: #ffffff;
  font-weight: 400;
  background-color: #c17343;
  padding: 13px 25px;
  margin-right: 1px;
}

.woocommerce div.product form.cart .button:hover {
  color: #c17343;
  background-color: #337296;
  margin-top: 0px;
  margin-bottom: 0px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  color: #ffffff;
  background-color: #337296;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  font-size: 14px;
  color: #337296;
  font-weight: 400;
  background-color: rgba(51, 114, 150, 0.03);
  margin-bottom: -2px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  font-size: 16px;
  color: #c17343;
  font-weight: 700;
  background-color: #337296;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-color: rgba(145, 145, 145, 0.05);
}

.woocommerce .woocommerce-result-count {
  font-size: 15px;
  color: #ffffff;
  background-color: #337296;
  padding: 10px 25px;
}

.products .product .xtra-product-icons {
  padding: 2px;
  margin-right: -20px;
  margin-left: -20px;
  border-radius: 0px;
}

.products .product .xtra-add-to-wishlist { color: #ffffff; }
.products .product .xtra-add-to-wishlist:hover { color: #ffffff; background-color: #337296; }
.products .product .xtra-product-quick-view { color: #ffffff; }
.products .product .xtra-product-quick-view:hover { color: #ffffff; background-color: #337296; }
.products .product .xtra-add-to-compare { color: #ffffff; }
.products .product .xtra-add-to-compare:hover { color: #ffffff; background-color: #337296; }

.woocommerce .cart .xtra-product-icons-wishlist {
  color: #ffffff;
  background-color: #c17343;
  padding: 1px;
  border-radius: 0px;
}
.woocommerce .cart .xtra-product-icons-wishlist:hover { color: #ffffff; background-color: #337296; }

.woocommerce .cart .xtra-product-icons-compare {
  color: #ffffff;
  background-color: #c17343;
  padding: 1px;
  border-radius: 0px;
}
.woocommerce .cart .xtra-product-icons-compare:hover { color: #ffffff; background-color: #337296; }

.quantity-down { color: #ffffff; background-color: #337296; }
.quantity-down:hover { color: #337296; background-color: #c17343; }
.quantity-up { color: #ffffff; background-color: #337296; }
.quantity-up:hover { color: #337296; background-color: #c17343; }


/* ============================================================
   20. IMAGES & MISC
   ============================================================ */

.page_content img,
a.cz_post_image img,
footer img,
.cz_image_in,
.wp-block-gallery figcaption,
.cz_grid .cz_grid_link { border-radius: 0px; }

.tagcloud a,
.widget .tagcloud a,
.cz_post_cat a,
.cz_post_views a {
  background-color: rgba(255, 255, 255, 0.1);
  border-style: solid;
  border-color: rgba(51, 114, 150, 0.15);
  border-radius: 0px;
}
.tagcloud a:hover,
.widget .tagcloud a:hover,
.cz_post_cat a:hover,
.cz_post_views a:hover {
  color: #ffffff;
  background-color: #c17343;
  border-style: solid;
  border-color: #c17343;
}


/* ============================================================
   21. PAGINATION
   ============================================================ */

.pagination a,
.pagination > b,
.pagination span,
.page-numbers a,
.page-numbers span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 20px;
  color: #337296;
  padding: 0px;
  margin-top: 25px;
  border-style: none;
  border-color: transparent;
  border-radius: 0px;
}

.pagination .current,
.pagination > b,
.pagination a:hover,
.page-numbers .current,
.page-numbers a:hover,
.pagination .next:hover,
.pagination .prev:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #ffffff;
  background-color: #c17343;
  border-color: #c17343;
}


/* ============================================================
   22. CPT POSTS
   ============================================================ */

.cz-cpt-post .cz_readmore,
.cz-cpt-post .more-link {
  color: #337296;
  background-color: #ffffff;
  padding: 6px 12px 4px 20px;
  border-style: solid;
  border-radius: 0px;
}
.rtl.cz-cpt-post .cz_readmore,
.rtl.cz-cpt-post .more-link { padding-left: 15px; padding-right: 10px; }

.cz-cpt-post .cz_readmore:hover,
.cz-cpt-post .more-link:hover { color: #ffffff; background-color: #c17343; }

.cz-cpt-post .cz_readmore i,
.cz-cpt-post .more-link i {
  color: #c17343;
  border-style: solid;
  border-radius: 0px;
  float: right;
}
.cz-cpt-post .cz_readmore:hover i,
.cz-cpt-post .more-link:hover i { color: #ffffff; margin-left: 5px; }

.cz-cpt-post .cz_default_loop > div {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background-color: #337296;
  padding: 30px;
  border-radius: 0px;
}
.cz-cpt-post .cz_default_loop .cz_post_author_name { display: none; }
.cz-cpt-post .cz_default_loop .cz_post_author_avatar img { border-radius: 90px; display: none; }
.cz-cpt-post .cz_default_loop:hover > div { border-color: #c17343; }
.cz-cpt-post .cz_default_loop .cz_post_title h3 { font-size: 26px; color: #ffffff; margin-top: 20px; }
.cz-cpt-post .cz_default_loop .cz_post_date {
  font-size: 8px;
  color: rgba(51, 114, 150, 0.84);
  letter-spacing: 0px;
  background-color: #c17343;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-left: -15px;
  opacity: 1;
}

.cz-cpt-post article .cz_post_icon {
  color: #c17343;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 0px;
}
.cz-cpt-post article .cz_post_icon:hover { color: #c17343; background-color: #337296; }

.cz-cpt-post .cz_post_image,
.cz-cpt-post .cz_post_svg {
  background-color: #337296;
  border-radius: 0px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

.cz_default_loop.sticky > div { margin-top: -1px; }

.single_con .tagcloud a:first-child,
.single_con .cz_post_cat a:first-child,
.cz_post_views a:first-child { color: #ffffff; background-color: #c17343; }

.single_con .cz_single_fi img { box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15); }

.cz-cpt-portfolio article .cz_post_icon {
  color: #337296;
  background-color: #c17343;
  padding: 40px;
  border-radius: 0px;
}


/* ============================================================
   23. NEXT / PREV NAVIGATION
   ============================================================ */

.next_prev {
  background-color: #337296;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
}
.next_prev h4 { font-size: 18px; color: #ffffff; }
.next_prev h4 small { font-size: 12px; color: rgba(255, 255, 255, 0.46); margin-bottom: 1px; }

.next_prev .previous i,
.next_prev .next i {
  font-size: 24px;
  color: #c17343;
  background-color: #ffffff;
  padding: 0px;
  border-radius: 0px;
  box-shadow: 0px 5px 30px 0px rgba(193, 115, 67, 0.2);
}
.next_prev .previous:hover i,
.next_prev .next:hover i {
  color: #ffffff;
  background-color: #c17343;
  box-shadow: 0px 0px 0px 0px transparent;
}


/* ============================================================
   24. COMMENTS & RELATED POSTS
   ============================================================ */

.xtra-comments,
.content.cz_related_posts,
.cz_author_box,
.related.products,
.upsells.products,
.up-sells.products,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page #customer_details,
.woocommerce-page .codevz-checkout-details,
.woocommerce-page .woocommerce-order-details,
.woocommerce-page .woocommerce-customer-details,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-account .cz_post_content > .woocommerce {
  color: rgba(255, 255, 255, 0.89);
  background-color: #337296;
  padding: 30px 40px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
}

.xtra-comments .commentlist li article {
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  border-style: none;
  border-radius: 0px;
}

#comments > h3,
.content.cz_related_posts > h4,
.content.cz_author_box > h4,
.related.products > h2,
.upsells.products > h2,
.up-sells.products > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2,
.woocommerce-page #customer_details > div:first-child > div:first-child > h3:first-child,
.woocommerce-page .codevz-checkout-details > h3,
.woocommerce-page .woocommerce-order-details > h2,
.woocommerce-page .woocommerce-customer-details > h2,
.woocommerce-page .cart-collaterals .cross-sells > h2 {
  color: #ffffff;
  padding-bottom: 10px;
  padding-left: 20px;
}

#comments > h3:before,
.content.cz_related_posts > h4:before,
.content.cz_author_box > h4:before,
.related.products > h2:before,
.upsells.products > h2:before,
.up-sells.products > h2:before,
.woocommerce-page .cart-collaterals .cart_totals > h2:before,
.woocommerce-page #customer_details > div:first-child > div:first-child > h3:first-child:before,
.woocommerce-page .codevz-checkout-details > h3:before,
.woocommerce-page .woocommerce-order-details > h2:before,
.woocommerce-page .woocommerce-customer-details > h2:before,
.woocommerce-page .cart-collaterals .cross-sells > h2:before {
  background-color: #c17343;
  width: 8px;
  height: 8px;
  top: 14px;
  left: 1px;
}

.cz_related_posts .cz_related_post_date { font-size: 11px; }
.cz_related_posts .cz_related_post h3 { color: #ffffff; }
.cz_related_posts .cz_related_post:hover h3 { color: #c17343; }
.cz_related_posts .cz_related_post_date a { color: rgba(255, 255, 255, 0.51); }
.cz_related_posts .cz_related_post_date a:hover { color: #ffffff; }


/* ============================================================
   25. SHARE BAR
   ============================================================ */

div.xtra-share {
  background-color: #337296;
  padding-left: 30px;
  margin-top: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(145, 145, 145, 0.05);
  border-radius: 0px;
  display: flex;
}
div.xtra-share a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
  margin-left: 10px;
  opacity: 1;
}
div.xtra-share:before {
  font-size: 14px;
  color: #c17343;
  width: 60px;
  margin-right: 10px;
}


/* ============================================================
   26. TOOLTIPS
   ============================================================ */

[class*="cz_tooltip_"] [data-title]:after {
  color: #ffffff;
  background-color: #c17343;
  padding: 10px 15px;
  border-radius: 0px;
}


/* ============================================================
   27. MOBILE NAVIGATION
   ============================================================ */

.xtra-fixed-mobile-nav { background-color: #337296; }

.xtra-fixed-mobile-nav > a span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-left: 40px;
}
.rtl .xtra-fixed-mobile-nav > a span { padding-left: 0px; padding-right: 40px; }

.xtra-fixed-mobile-nav > a i,
.xtra-fixed-mobile-nav > a img {
  color: #337296;
  background-color: #c17343;
  padding: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.rtl .xtra-fixed-mobile-nav > a i,
.rtl .xtra-fixed-mobile-nav > a img { left: auto; right: 0px; }

.xtra-fixed-mobile-nav > a { padding-top: 15px; padding-bottom: 15px; }

li.xtra-mobile-menu-additional .cz_social a {
  font-size: 16px;
  color: #337296;
  background-color: #c17343;
  padding: 4px;
  margin-top: 20px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 0px;
}
li.xtra-mobile-menu-additional .cz_social a:hover { color: #ffffff; background-color: #337296; }
.xtra-mobile-menu-text { color: #a0a0a0; padding-top: 10px; padding-bottom: 15px; }


/* ============================================================
   28. CODEVZ-PLUS — PAGE 6 / DYNAMIC SINGLE
   ============================================================ */

.cz-page-6 .page_header {
  background-image: linear-gradient(90deg, transparent, transparent), url(none.html);
}

#cz_67543 > div { position: relative; display: table; margin: 0 auto; }

#cz_47863 .cz_title_content { margin-top: 50px; margin-bottom: 25px; }
#cz_65289 .cz_title_content { margin-bottom: 100px; }

/* Service boxes */
#cz_96239 .cz_box_front_inner {
  background-size: cover;
  background-image: url(wp-content/uploads/2020/01/service-1.jpg);
  padding: 400px 0px 0px;
  margin-bottom: -100px;
}
#cz_96239 .cz_box_back_inner {
  background-size: cover;
  background-image: linear-gradient(90deg, rgba(244, 192, 59, 0.95), rgba(244, 192, 59, 0.95)), url(https://kifarabia.com/wp-content/uploads/2020/01/service-1.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2);
}
#cz_96239 .cz_box_back_inner_position { font-size: 18px; color: #337296; line-height: 1.6; padding-right: 25px; padding-left: 25px; box-sizing: border-box; }
#cz_96239 .cz_box_back_title { font-size: 24px; color: #337296; margin-bottom: 50px; }
#cz_96239 .cz_box_back_btn { font-size: 16px; color: #337296; font-weight: 500; background-color: #ffffff; padding: 15px 35px; margin-top: 50px; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15); }
#cz_96239 .cz_box_back_btn:hover { color: #c17343; background-color: #337296; margin-top: 52px; margin-bottom: -2px; box-shadow: 0px 10px 10px 0px rgba(244, 192, 59, 0.1); }

#cz_56045 .cz_title_content { color: #ffffff; background-color: rgba(36, 51, 68, 0.7); padding: 34px 50px; box-sizing: border-box; }
#cz_56045 .cz_shape_1 { font-size: 20px; color: #ffffff; text-align: right; top: 43px; right: 35px; left: auto; }
.rtl #cz_56045 .cz_shape_1 { text-align: left; right: auto; left: 35px; }

#cz_51811 .cz_box_front_inner {
  background-size: cover;
  background-image: url(https://kifarabia.com/wp-content/uploads/2020/01/service-2.jpg);
  padding: 400px 0px 0px;
  margin-bottom: -100px;
}
#cz_51811 .cz_box_back_inner {
  background-size: cover;
  background-image: linear-gradient(90deg, rgba(244, 192, 59, 0.95), rgba(244, 192, 59, 0.95)), url(https://kifarabia.com/wp-content/uploads/2020/01/service-2.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2);
}
#cz_51811 .cz_box_back_inner_position { font-size: 18px; color: #337296; line-height: 1.6; padding-right: 25px; padding-left: 25px; box-sizing: border-box; }
#cz_51811 .cz_box_back_title { font-size: 24px; color: #337296; margin-bottom: 50px; }
#cz_51811 .cz_box_back_btn { font-size: 16px; color: #337296; font-weight: 500; background-color: #ffffff; padding: 15px 35px; margin-top: 50px; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15); }
#cz_51811 .cz_box_back_btn:hover { color: #c17343; background-color: #337296; margin-top: 52px; margin-bottom: -2px; box-shadow: 0px 10px 10px 0px rgba(244, 192, 59, 0.1); }

#cz_84255 .cz_title_content { color: #ffffff; background-color: rgba(36, 51, 68, 0.7); padding: 34px 50px; box-sizing: border-box; }
#cz_84255 .cz_shape_1 { font-size: 20px; color: #ffffff; text-align: right; top: 43px; right: 35px; left: auto; }
.rtl #cz_84255 .cz_shape_1 { text-align: left; right: auto; left: 35px; }

#cz_54878 .cz_box_front_inner {
  background-size: cover;
  background-image: url(https://kifarabia.com/wp-content/uploads/2020/01/service-3.jpg);
  padding: 400px 0px 0px;
  margin-bottom: -100px;
}
#cz_54878 .cz_box_back_inner {
  background-size: cover;
  background-image: linear-gradient(90deg, rgba(244, 192, 59, 0.95), rgba(244, 192, 59, 0.95)), url(https://kifarabia.com/wp-content/uploads/2020/01/service-3.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2);
}
#cz_54878 .cz_box_back_inner_position { font-size: 18px; color: #337296; line-height: 1.6; padding-right: 25px; padding-left: 25px; box-sizing: border-box; }
#cz_54878 .cz_box_back_title { font-size: 24px; color: #337296; margin-bottom: 50px; }
#cz_54878 .cz_box_back_btn { font-size: 16px; color: #337296; font-weight: 500; background-color: #ffffff; padding: 15px 35px; margin-top: 50px; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15); }
#cz_54878 .cz_box_back_btn:hover { color: #c17343; background-color: #337296; margin-top: 52px; margin-bottom: -2px; box-shadow: 0px 10px 10px 0px rgba(244, 192, 59, 0.1); }

#cz_109667 .cz_title_content { color: #ffffff; background-color: rgba(36, 51, 68, 0.7); padding: 34px 50px; box-sizing: border-box; }
#cz_109667 .cz_shape_1 { font-size: 20px; color: #ffffff; text-align: right; top: 43px; right: 35px; left: auto; }
.rtl #cz_109667 .cz_shape_1 { text-align: left; right: auto; left: 35px; }

#cz_44502 .cz_box_front_inner { background-color: #c17343; padding: 80px 0px; margin-right: 150px; }
#cz_20294 .cz_image_in { margin-right: -100px; margin-left: -50px; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2); }
#cz_20294 > div { position: relative; }

#cz_55001 .cz_title_content { margin-bottom: 25px; }
#cz_55001 .cz_shape_1 { color: rgba(244, 192, 59, 0.1); top: -54px; left: -60px; }
.rtl #cz_55001 .cz_shape_1 { left: auto; right: -60px; }

#cz_22860 .cz_title_content { margin-bottom: 50px; }
#cz_97058 .cz_title_content { margin-bottom: 75px; }

#cz_47689 li { font-size: 20px; color: #337296; font-weight: 600; width: 50%; float: left; }
#cz_47689 i { font-size: 26px; color: #c17343; border-radius: 0px; }
#cz_47689 li:hover i { color: #337296; background-color: #c17343; }

#cz_77369 .cz_title_content { margin-bottom: 25px; }
#cz_77369 .cz_shape_1 { color: rgba(244, 192, 59, 0.1); top: 15px; }

#cz_27478 { background-color: #ffffff; padding: 50px 40px 0px; margin-bottom: 50px; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2); }
#cz_27478:hover { background-color: #c17343; }
#cz_27478 .service_text { color: #8b8b8b; }
#cz_27478:hover .service_text { color: #ffffff; }
#cz_27478 h3,
#cz_27478 h3 a { color: #337296; padding-bottom: 15px; margin-bottom: 40px; border-style: solid; border-bottom-width: 4px; border-color: #c17343; }
#cz_27478:hover h3,
#cz_27478:hover h3 a { color: #ffffff; border-style: solid; border-color: #ffffff; }
#cz_27478 .cz_btn { font-weight: 600; margin-top: 75px; margin-bottom: -45px; display: inline-block; }
#cz_27478:hover .cz_btn { color: #337296; background-color: #ffffff; }
#cz_27478 .service_img:not(.service_number) { width: auto; margin-bottom: 75px; }

#cz_47601 { background-color: #ffffff; padding: 50px 40px 0px; margin-bottom: 50px; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2); }
#cz_47601:hover { background-color: #c17343; }
#cz_47601 .service_text { color: #8b8b8b; }
#cz_47601:hover .service_text { color: #ffffff; }
#cz_47601 h3,
#cz_47601 h3 a { color: #337296; padding-bottom: 15px; margin-bottom: 40px; border-style: solid; border-bottom-width: 4px; border-color: #c17343; }
#cz_47601:hover h3,
#cz_47601:hover h3 a { color: #ffffff; border-style: solid; border-color: #ffffff; }
#cz_47601 .cz_btn { font-weight: 600; margin-top: 75px; margin-bottom: -45px; display: inline-block; }
#cz_47601:hover .cz_btn { color: #337296; background-color: #ffffff; }
#cz_47601 .service_img:not(.service_number) { width: auto; margin-bottom: 75px; }

#cz_24862 { background-color: #ffffff; padding: 50px 40px 0px; margin-bottom: 50px; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.2); }
#cz_24862:hover { background-color: #c17343; }
#cz_24862 .service_text { color: #8b8b8b; }
#cz_24862:hover .service_text { color: #ffffff; }
#cz_24862 h3,
#cz_24862 h3 a { color: #337296; padding-bottom: 15px; margin-bottom: 40px; border-style: solid; border-bottom-width: 4px; border-color: #c17343; }
#cz_24862:hover h3,
#cz_24862:hover h3 a { color: #ffffff; border-style: solid; border-color: #ffffff; }
#cz_24862 .cz_btn { font-weight: 600; margin-top: 75px; margin-bottom: -45px; display: inline-block; }
#cz_24862:hover .cz_btn { color: #337296; background-color: #ffffff; }
#cz_24862 .service_img:not(.service_number) { width: auto; margin-bottom: 75px; }

#cz_36303 .cz_title_icon_before { margin-top: 10px; margin-right: 30px; }
.rtl #cz_36303 .cz_title_icon_before { margin-right: 0px; margin-left: 30px; }

#cz_78260,
#cz_78260:before { font-size: 20px; color: #337296; background-color: #ffffff; }
#cz_78260:hover,
#cz_78260:after { color: #337296; background-color: #c17343; }

#cz_36721 .cz_title_content { margin-bottom: 25px; }
#cz_36721 .cz_shape_1 { color: rgba(244, 192, 59, 0.1); top: -53px; left: -60px; }
.rtl #cz_36721 .cz_shape_1 { left: auto; right: -30px; }

#cz_100060 .cz_title_content { margin-bottom: 40px; }
#cz_49369 .cz_title_content { margin-bottom: 75px; }

#cz_83527 .cz_image_in { box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15); }
#cz_83527 .cz_svg_bg:before { background-color: #c17343; top: 50px; left: -50px; }
#cz_83527 > div { position: relative; }

#cz_31949 .cz_box_front_inner { color: #ffffff; background-color: #337296; padding: 125px 0px; margin-left: 100px; }
.rtl #cz_31949 .cz_box_front_inner { margin-left: 0px; margin-right: 100px; }

#cz_49780 .cz_title_content { margin-bottom: 50px; }
#cz_49780:hover .cz_title_content,
.cz_title_parent_box:hover #cz_49780 .cz_title_content { margin-right: -20px; margin-left: -20px; }
#cz_49780 .cz_title_icon_before { font-size: 58px; color: #ffffff; font-weight: 300; background-color: #c17343; padding: 10px; margin-right: 50px; margin-left: -72px; }
.rtl #cz_49780 .cz_title_icon_before { margin-left: 50px; margin-right: -72px; }
#cz_49780:hover .cz_title_icon_before { color: #337296; background-color: #ffffff; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.16); }

#cz_19038 .cz_title_content { margin-bottom: 50px; }
#cz_19038:hover .cz_title_content,
.cz_title_parent_box:hover #cz_19038 .cz_title_content { margin-right: -20px; margin-left: -20px; }
#cz_19038 .cz_title_icon_before { font-size: 58px; color: #ffffff; font-weight: 300; background-color: #c17343; padding: 10px; margin-right: 50px; margin-left: -72px; }
.rtl #cz_19038 .cz_title_icon_before { margin-left: 50px; margin-right: -72px; }
#cz_19038:hover .cz_title_icon_before { color: #337296; background-color: #ffffff; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.16); }

#cz_99621:hover .cz_title_content,
.cz_title_parent_box:hover #cz_99621 .cz_title_content { margin-right: -20px; margin-left: -20px; }
#cz_99621 .cz_title_icon_before { font-size: 58px; color: #ffffff; font-weight: 300; background-color: #c17343; padding: 10px; margin-right: 50px; margin-left: -72px; }
.rtl #cz_99621 .cz_title_icon_before { margin-left: 50px; margin-right: -72px; }
#cz_99621:hover .cz_title_icon_before { color: #337296; background-color: #ffffff; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.16); }

#cz_34598 .cz_title_content { margin-bottom: 25px; }
#cz_34598 .cz_shape_1 { color: rgba(244, 192, 59, 0.1); top: 11px; }

#cz_107755 .cz_title_content { margin-bottom: 100px; }

#cz_67424 .cz_grid_item > div:hover { box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15); }
#cz_67424 .cz_grid_link:before { background-color: rgba(244, 192, 59, 0.8); }
#cz_67424 .cz_grid_filters { margin-bottom: 30px; }
#cz_67424 .cz_grid_filters li { font-size: 16px; font-weight: 500; margin-right: 5px; margin-left: 5px; border-radius: 0px; }
#cz_67424 .cz_grid_filters .cz_active_filter { color: #337296; background-color: #c17343; border-radius: 0px; box-shadow: 0px 10px 30px 0px rgba(244, 192, 59, 0.3); }
#cz_67424 .cz_grid_icon { color: #c17343; background-color: #337296; padding: 15px; }
#cz_67424 .cz_grid_details h3 { font-size: 24px; color: #337296; margin-top: 10px; }
#cz_67424 .cz_grid_details small { color: rgba(36, 51, 68, 0.8); font-weight: 500; }
#cz_67424 .cz_grid_details small a { color: rgba(36, 51, 68, 0.8); }
#cz_67424 { margin-left: -5px; margin-right: -5px; margin-bottom: -10px; }
#cz_67424 .cz_grid_item > div { margin: 0 5px 10px; }

#cz_109863 .cz_box_front_inner { color: #ffffff; background-color: #337296; padding: 100px 150px 100px 50px; margin-right: -100px; }

#cz_64632 .cz_title_content { margin-bottom: 25px; }
#cz_64632 .cz_shape_1 { color: rgba(244, 192, 59, 0.1); top: -54px; left: -60px; }
.rtl #cz_64632 .cz_shape_1 { left: auto; right: -60px; }

#cz_30870 .cz_title_content { margin-bottom: 50px; }
#cz_100984 .cz_title_content { margin-bottom: 75px; }

#cz_79477 .cz_box_front_inner { background-color: #c17343; padding: 75px 75px 50px; margin-top: 100px; margin-bottom: 100px; }

#cz_46695 label { font-size: 14px; color: rgba(36, 51, 68, 0.7); }
#cz_46695 input:not([type="submit"]),
#cz_46695 input[type="date"],
#cz_46695 textarea,
#cz_46695 select { margin-top: 5px; border-style: none; }
#cz_46695 input[type="submit"],
#cz_46695 button { float: right; }
#cz_46695 input[type="submit"]:hover,
#cz_46695 button:hover { color: #337296; background-color: #ffffff; }
#cz_46695 p:nth-child(2) { width: 48%; }
#cz_46695 p:nth-child(3) { width: 48%; float: right; }
.rtl #cz_46695 p:nth-child(3) { float: left; }
#cz_46695 p:nth-child(4) { width: 48%; }
#cz_46695 p:nth-child(5) { width: 48%; float: right; }
.rtl #cz_46695 p:nth-child(5) { float: left; }

#cz_75064 .cz_title_content { margin-bottom: 25px; }
#cz_75064 .cz_shape_1 { color: rgba(244, 192, 59, 0.1); top: 11px; }
#cz_19626 .cz_title_content { margin-bottom: 100px; }

#cz_110161 { margin-right: 100px; margin-left: 100px; }
#cz_110161 .slick-dots { bottom: -50px; }
#cz_110161 .slick-dots li button { background-color: #c17343; padding-top: 5px; margin-right: 3px; margin-left: 3px; }
#cz_110161 .slick-list { margin: 0 -50px; clip-path: inset(0 50px 0 50px); }
#cz_110161 .slick-slide { margin: 0 50px; }

#cz_24631 .cz_testimonials_content { font-size: 24px; color: #337296; background-repeat: no-repeat; background-position: right bottom; background-color: #ffffff; padding: 75px 150px; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15); }
#cz_24631 .cz_testimonials_avatar { width: 200px; height: 200px; border-radius: 0px; box-shadow: -15px 15px 0px 0px #c17343; position: absolute; top: -50px; left: -100px; }
.rtl #cz_24631 .cz_testimonials_avatar { left: auto; right: -120px; }
#cz_24631.cz_testimonials_bottom_arrow .cz_testimonials_content:after { border-top-color: rgba(167, 167, 167, 0.1); }
#cz_24631.cz_testimonials_top_arrow .cz_testimonials_content:after { border-left-color: rgba(167, 167, 167, 0.1); }

#cz_99330 .cz_testimonials_content { font-size: 24px; color: #337296; background-repeat: no-repeat; background-position: right bottom; background-color: #ffffff; padding: 75px 150px; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15); }
#cz_99330 .cz_testimonials_avatar { width: 200px; height: 200px; border-radius: 0px; box-shadow: -15px 15px 0px 0px #c17343; position: absolute; top: -25px; left: -100px; }
.rtl #cz_99330 .cz_testimonials_avatar { left: auto; right: -100px; }
#cz_99330.cz_testimonials_bottom_arrow .cz_testimonials_content:after { border-top-color: rgba(167, 167, 167, 0.1); }
#cz_99330.cz_testimonials_top_arrow .cz_testimonials_content:after { border-left-color: rgba(167, 167, 167, 0.1); }

#cz_30484 .cz_testimonials_content { font-size: 24px; color: #337296; background-repeat: no-repeat; background-position: right bottom; background-color: #ffffff; padding: 75px 150px; box-shadow: 0px 10px 50px 0px rgba(36, 51, 68, 0.15); }
#cz_30484 .cz_testimonials_avatar { width: 200px; height: 200px; border-radius: 0px; box-shadow: -15px 15px 0px 0px #c17343; position: absolute; top: -25px; left: -100px; }
.rtl #cz_30484 .cz_testimonials_avatar { left: auto; right: -120px; }
#cz_30484.cz_testimonials_bottom_arrow .cz_testimonials_content:after { border-top-color: rgba(167, 167, 167, 0.1); }
#cz_30484.cz_testimonials_top_arrow .cz_testimonials_content:after { border-left-color: rgba(167, 167, 167, 0.1); }

#cz_58166 .cz_box_front_inner { background-color: #c17343; padding: 50px; margin-top: -90px; border-radius: 0px; }

#cz_93000 > div  { position: relative; display: table; margin: 0 auto; }
#cz_37730 > div  { position: relative; display: table; margin: 0 auto; }
#cz_102208 > div { position: relative; display: table; margin: 0 auto; }
#cz_30976 > div  { position: relative; display: table; margin: 0 auto; }
#cz_14125 > div  { position: relative; display: table; margin: 0 auto; }


/* ============================================================
   29. RESPONSIVE — max-width: 1240px
   ============================================================ */

@media screen and (max-width: 1240px) {
  #layout { width: 100% !important; }
  #layout.layout_1,
  #layout.layout_2 { width: 95% !important; }
  .row { width: 90% !important; padding: 0; }
  blockquote { padding: 20px; }
  footer .elms_center,
  footer .have_center .elms_left,
  footer .have_center .elms_center,
  footer .have_center .elms_right { float: none; display: block; text-align: center; margin: 0 auto; flex: unset; }
}


/* ============================================================
   30. RESPONSIVE — max-width: 768px
   ============================================================ */

@media screen and (max-width: 768px) {
  .page_title,
  .header_onthe_cover .page_title { padding-top: 25px; }
  .page_title .codevz-section-title { font-size: 20px; }

  #cz_55001 .cz_shape_1 { left: auto; }
  #cz_77369 .cz_shape_1 { font-size: 6em; }
  #cz_36303 .cz_title_icon_before { margin-right: 0px; margin-bottom: 30px; margin-left: 0px; }
  #cz_36721 .cz_shape_1 { left: auto; }
  #cz_34598 .cz_shape_1 { font-size: 6em; }
  #cz_64632 .cz_shape_1 { left: auto; }
  #cz_100984 .cz_title_content { margin-bottom: 25px; }
  #cz_75064 .cz_shape_1 { font-size: 5em; }
  #cz_110161 { margin-right: 0px; margin-left: 0px; }

  #cz_24631 .cz_testimonials_content { padding: 50px; }
  #cz_24631 .cz_testimonials_avatar { margin: -100px auto 75px; display: table; position: static; }
  #cz_99330 .cz_testimonials_content { padding: 50px; }
  #cz_99330 .cz_testimonials_avatar { margin: -100px auto 75px; display: table; position: static; }
  #cz_30484 .cz_testimonials_content { padding: 50px; }
  #cz_30484 .cz_testimonials_avatar { margin: -100px auto 75px; display: table; position: static; }

  #cz_93000  .cz_image_in { margin-bottom: 50px; }
  #cz_37730  .cz_image_in { margin-bottom: 50px; }
  #cz_102208 .cz_image_in { margin-bottom: 50px; }
  #cz_14125  .cz_image_in { margin-bottom: 50px; }
}


/* ============================================================
   31. RESPONSIVE — max-width: 480px
   ============================================================ */

@media screen and (max-width: 480px) {
  .cz_middle_footer { padding-top: 75px; padding-bottom: 75px; }

  .page_title,
  .header_onthe_cover .page_title { padding-top: 25px; padding-bottom: 20px; }
  .breadcrumbs a,
  .breadcrumbs i { display: none; }

  .cz-cpt-post .cz_default_loop .cz_post_con { margin-bottom: 50px; }

  .xtra-comments,
  .content.cz_related_posts,
  .cz_author_box,
  .related.products,
  .upsells.products,
  .up-sells.products,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page #customer_details,
  .woocommerce-page .codevz-checkout-details,
  .woocommerce-page .woocommerce-order-details,
  .woocommerce-page .woocommerce-customer-details,
  .woocommerce-page .cart-collaterals .cross-sells,
  .woocommerce-account .cz_post_content > .woocommerce { padding: 25px 30px 5px; }

  body,
  body.rtl,
  .rtl form,
  .xtra-fixed-mobile-nav-e > div { font-size: 14px; line-height: 1.8; }

  #cz_65289 .cz_title_content { margin-bottom: 50px; }

  #cz_44502 .cz_box_front_inner { padding-top: 30px; padding-bottom: 30px; margin-right: 0px; margin-left: 0px; }
  #cz_20294 .cz_image_in { margin-right: -10px; margin-left: -10px; }

  #cz_55001 .cz_shape_1 { font-size: 4em; display: none; top: -40px; }
  #cz_47689 li { width: 100%; }
  #cz_77369 .cz_shape_1 { font-size: 3em; display: none; top: -10px; }

  #cz_27478 .cz_btn { text-align: center; margin-right: -40px; margin-left: -40px; display: block; }
  #cz_47601 { margin-top: 50px; margin-bottom: 100px; }
  #cz_47601 .cz_btn { text-align: center; margin-right: -40px; margin-left: -40px; display: block; }
  #cz_24862 .cz_btn { text-align: center; margin-right: -40px; margin-left: -40px; display: block; }

  #cz_36721 .cz_shape_1 { font-size: 4em; display: none; top: -40px; }

  #cz_31949 .cz_box_front_inner { padding: 75px 30px; margin-right: 0px; margin-left: 0px; }

  #cz_49780 .cz_title_content { margin-right: 0px !important; margin-left: 0px !important; }
  #cz_49780 .cz_title_icon_before { margin-right: 0px; margin-bottom: 30px; margin-left: 0px; }
  #cz_19038 .cz_title_content { margin-right: 0px !important; margin-left: 0px !important; }
  #cz_19038 .cz_title_icon_before { margin-right: 0px; margin-bottom: 30px; margin-left: 0px; }
  #cz_99621 .cz_title_content { margin-right: 0px !important; margin-left: 0px !important; }
  #cz_99621 .cz_title_icon_before { margin-right: 0px; margin-bottom: 30px; margin-left: 0px; }

  #cz_34598 .cz_shape_1 { font-size: 3em; display: none; top: -6px; }

  #cz_67424 .cz_grid_filters { margin-bottom: 25px; }
  #cz_67424 .cz_grid_filters li { font-size: 12px; margin-right: 0px; margin-bottom: 2px; margin-left: 0px; }

  #cz_109863 .cz_box_front_inner { padding-right: 30px; padding-left: 30px; margin-right: 0px; margin-left: 0px; }

  #cz_64632 .cz_shape_1 { font-size: 3em; display: none; top: -20px; }
  #cz_100984 .cz_title_content { margin-bottom: 0px; }

  #cz_79477 .cz_box_front_inner { padding: 30px; }

  #cz_46695 label { font-size: 12px; }
  #cz_46695 input:not([type="submit"]),
  #cz_46695 input[type="date"],
  #cz_46695 textarea,
  #cz_46695 select { font-size: 12px; }
  #cz_46695 input[type="submit"],
  #cz_46695 button { width: 100%; }

  #cz_75064 .cz_shape_1 { font-size: 2em; display: none; top: -5px; }

  #cz_24631 .cz_testimonials_content { padding: 30px; }
  #cz_24631 .cz_testimonials_avatar { width: 150px; height: 150px; }
  #cz_99330 .cz_testimonials_content { padding: 30px; }
  #cz_99330 .cz_testimonials_avatar { width: 150px; height: 150px; }
  #cz_30484 .cz_testimonials_content { padding: 30px; }
  #cz_30484 .cz_testimonials_avatar { width: 150px; height: 150px; }

  #cz_58166 .cz_box_front_inner { padding-bottom: 20px; margin-bottom: 10px; }
  #cz_14125 .cz_image_in { margin-top: 50px; }
}


/* ============================================================
   32. WPR LIGHTBOX STYLES
   ============================================================ */

.lg-backdrop { background-color: rgba(0, 0, 0, 0.6) !important; }

.lg-toolbar,
.lg-dropdown { background-color: rgba(0, 0, 0, 0.8) !important; }

.lg-dropdown:after { border-bottom-color: rgba(0, 0, 0, 0.8) !important; }

.lg-sub-html { background-color: rgba(0, 0, 0, 0.8) !important; }

.lg-thumb-outer,
.lg-progress-bar { background-color: #444444 !important; }

.lg-progress { background-color: #a90707 !important; }

.lg-icon {
  color: #efefef !important;
  font-size: 20px !important;
  background-color: transparent !important;
}

.lg-icon.lg-toogle-thumb { font-size: 24px !important; }

.lg-icon:hover,
.lg-dropdown-text:hover { color: #ffffff !important; }

.lg-sub-html,
.lg-dropdown-text { color: #efefef !important; font-size: 14px !important; }

#lg-counter {
  color: #efefef !important;
  font-size: 14px !important;
  opacity: 0.9;
}

.lg-prev,
.lg-next { font-size: 35px !important; }

.lg-thumb-outer { padding: 0 10px; }

.lg-thumb-item {
  border-radius: 0 !important;
  border: none !important;
  opacity: 0.5;
}

.lg-thumb-item.active { opacity: 1; }