@charset "UTF-8";
/*
Theme Name: Commexpress
Author: Jyothis Joy
Author URI: https://www.jyothisjoy.com
Description: CommExpress is a sophisticated and dynamic WordPress theme specifically designed for Communications express Website.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 7.2
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: comm-express
Tags: blog, portfolio, photography, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, wide-blocks, custom-background, custom-logo, custom-menu, custom-colors, custom-header, featured-images, flexible-header, post-formats, rtl-language-support, translation-ready, theme-options, threaded-comments, footer-widgets, sticky-post
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Social Icon
# Gutenberg
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    line-height: 1.15 !important;
    -webkit-text-size-adjust: 100% !important;
    font-size: 62.5% !important;
    /* 1rem = 10px */
    box-sizing: border-box !important;
}

body {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Mulish" !important;
    color: #010F1C !important;
    background: #F4F4F4 !important;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.header-social .social-area a {
    align-items: center;
    display: flex;
}

a.social-4 {
    width: 15px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-size: 1em;
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px !important;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}


small {
    font-size: 85%;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* 3 */
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 1.6 !important;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    clear: both;
    margin-top: 0;
    font-weight: bold;
    font-family: "Mulish";
}

p {
    font-family: "Mulish";
    margin-bottom: 1.5em;
    margin-top: 0;
}

.entry-title {
    font-weight: bold;
}

.entry-title a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}

.entry-title-large {
    font-size: 5.4rem;
}

.entry-title-big {
    font-size: 4.2rem;
}

.entry-title-medium {
    font-size: 2.2rem;
}

.entry-title-small {
    font-size: 1.6rem;
}

@media (max-width: 991px) {
    .entry-title-big {
        font-size: 2.7rem;
    }
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

big {
    font-size: 125%;
}

::-moz-selection {
    background: #070707;
    color: #fff;
}

::selection {
    background: #070707;
    color: #fff;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {}

.body-scroll-locked {
    overflow: hidden;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.data-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    width: 100%;
}

.data-bg-fixed {
    background-attachment: fixed;
}

.data-bg-large {
    height: 375px;
}

.data-bg-big {
    height: 270px;
}

.data-bg-medium {
    height: 340px;
}

.data-bg-small {
    height: 240px;
}

.data-bg-xsmall {
    height: 140px;
}

.data-bg-thumbnail {
    height: 100px;
}

@media (max-width: 991px) {
    .data-bg-big {
        height: 350px;
    }
}

/*----------------------------------------------------*/

figure.wp-block-gallery.columns-3 {
    padding-right: 10%;
}

/* Gallery */

.wp-block-gallery {
    margin-bottom: 28px;
    margin-left: 0;
}

.wp-block-gallery figcaption {
    font-style: italic;
}

.wp-block-gallery.aligncenter {
    display: flex;
    margin: 0 -8px;
}

figure.wp-block-gallery.columns-3 {
    padding-right: 15%;
}

figure.wp-block-gallery.columns-2 {
    padding-right: 1%;
}

ul.blocks-gallery-grid {
    width: 70%;
}

h2.entry-title.entry-title-medium,
h1.entry-title.entry-title-large span {
    word-wrap: break-word;
}

.wp-block-button__link {
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
fieldset {
    border: 0.2rem solid #e1e1e3;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 2rem;
}

fieldset>*:first-child {
    margin-top: 0;
}

fieldset>*:last-child {
    margin-bottom: 0;
}

form {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

form>*:first-child {
    margin-top: 0;
}

form>*:last-child {
    margin-bottom: 0;
}

legend {
    font-size: 0.85em;
    font-weight: 700;
    padding: 0 1rem;
}

label {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"]+label {
    display: inline;
    font-weight: 400;
    margin-left: 0.5rem;
}

input,
textarea,
button,
.select {
    line-height: 1;
}

input,
textarea,
.select {
    border-color: #000;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 0.2rem;
    box-shadow: none;
    color: inherit;
    display: block;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 1.5rem 1.8rem;
    width: 100%;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
textarea:hover,
textarea:focus {
    border-color: #f68c08;
}

textarea {
    height: 12rem;
    line-height: 1.5;
    width: 100%;
}

select {
    font-size: inherit;
}

input::-webkit-input-placeholder {
    line-height: normal;
}

input:-ms-input-placeholder {
    line-height: normal;
}

input::-moz-placeholder {
    line-height: normal;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
    opacity: 0;
    visibility: hidden;
}

button,
.button,
.wp-block-search__button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce ul.products li.product .button,
a.added_to_cart.wc-forward {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.15s linear;
    background-color: #fff;
    color: #000;
    border-radius: 0px;
    border: solid 1px #000;
}

.wp-block-search__button:hover {
    color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border: solid 2px #f68c08;
    color: #f68c08 !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

button:hover,
.button:hover,
.wp-block-search__button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.wp-block-search__button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    text-decoration: none;
    border-color: #f68c08;
    background-color: #f68c08;
}

button:focus,
.button:focus,
.wp-block-search__button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 2px solid;
}

button:hover,
.button:hover,
.wp-block-search__button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
.button:active,
.wp-block-search__button:active,
.wp-block-button__link:active,
.wp-block-file__button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: none;
}

.post-password-form {
    padding: 40px;
    background: #f8f9fa;
}

.post-password-form label {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.post-password-form input[type="password"] {
    min-height: 40px;
}

.post-password-form input[type="submit"] {
    padding: 0 2rem;
    min-height: 40px;
    height: 100%;
    border-radius: 0;
}

.post-password-form>p:first-child {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.post-password-form>p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
}

.btn-fancy {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: 15px !important;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color 0.4s ease-out, background-color 0.2s ease-out,
        border-color 0.2s ease-out;
    padding: 9px 27px;
}

.btn-fancy-primary {
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
}

.btn-fancy-secondary {
    background-color: #fff;
    color: #000;
}

.btn-fancy-primary:hover,
.btn-fancy-primary:focus {
    background-color: #000;
    color: #fff;
}

.btn-fancy-secondary:hover,
.btn-fancy-secondary:focus {
    background-color: #000;
    color: #fff;
}

.topbar-info-icon svg polyline,
.topbar-info-icon svg line {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-dasharray: 40;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.theme-btn-link {
    font-size: 1.6rem;
}

.theme-btn-link:hover .topbar-info-icon svg polyline,
.theme-btn-link:hover .topbar-info-icon svg line,
.theme-btn-link:focus .topbar-info-icon svg polyline,
.theme-btn-link:focus .topbar-info-icon svg line {
    stroke-dashoffset: 80;
}

/*--------------------------------------------------------------
# woocommerce
--------------------------------------------------------------*/

.woocommerce span.onsale {
    background-color: #f68c08;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
    background-color: #f68c08;
    color: #fff;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #f68c08;
}

.woocommerce ul.products li.product .button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
a.added_to_cart.wc-forward {
    color: #000;
    display: block;
    font-size: 15px !important;
    font-weight: 600;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover {
    color: #000;
}

h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
    text-align: center;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    color: #ffffff;
}

a.added_to_cart.wc-forward {
    padding: 5px 120px;
    border-radius: 5px;
    margin-top: 12px;
    font-size: 15px !important;
    font-weight: 600;
    color: #000 !important;
    border: 2px solid #000;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 14px !important;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 118px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
    color: #fff !important;
}

#customer_details input[type="text"] {
    padding: 0.5rem 1.8rem;
}

.woocommerce .quantity .qty {
    width: 80px;
}

.quantity input[type="number"] {
    padding: 2px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    border: solid 2px #e5e5e5;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0 0 #e5e5e5;
    font-weight: 500;
}

.woocommerce .star-rating {
    margin: 0 auto 10px !important;
}

.woocommerce .star-rating span,
.woocommerce p.stars a {
    color: #ffcc05;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f68c08;
    color: #222;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__button {
    background: #f68c08;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 10px;
    border: none !important;
    padding: 10px;
    border: 2px solid transparent;
    width: 50%;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover {
    border: 2px solid #f68c08;
    background: #f68c08;
    color: #fff !important;
}

button:hover,
.button:hover,
.wp-block-search__button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.wp-block-search__button:focus,
.wp-block-button__link:focus,
.wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    color: #ffffff;
}

.wp-block-woocommerce-cart .wc-block-cart-items,
.wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid #dee2e6 !important;
    padding: 10px;
    border-radius: 10px;
}

.wp-block-woocommerce-cart .wc-block-cart-items__header-image,
.wc-block-cart-items__header-total {
    padding: 10px !important;
}

.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__submit-container {
    margin-top: 20px;
}

.wp-block-woocommerce-cart .wc-block-components-product-badge {
    background: #e5a500;
    color: #fff !important;
    padding: 10px !important;
    margin-bottom: 5px;
    margin-top: 5px;
}

a.wc-block-components-product-name,
.wc-block-components-product-name {
    font-size: 22px !important;
    color: #000 !important;
    text-decoration: none !important;
}

.wc-block-components-order-summary-item__quantity {
    background: #f68c08 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.wc-block-components-sidebar-layout {
    flex-flow: column-reverse !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0% !important;
    width: 100% !important;
}

.wc-block-components-sidebar {
    width: 100% !important;
}

.wp-block-woocommerce-cart.alignwide {
    margin-right: auto !important;
    margin-left: auto !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wc-block-components-quantity-selector,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.wc-block-components-product-price__value.is-discounted,
del.wc-block-components-product-price__regular {
    color: #000 !important;
}

.wc-block-components-totals-wrapper:after {
    border-color: #000 !important;
}

tbody.wc-block-cart-items {
    border: 1px solid #000;
    border-radius: 30px;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
button.wc-block-cart-item__remove-link {
    font-size: 14px !important;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row {
    grid-template-columns: 270px 47px !important;
    padding: 16px 16px !important;
}

.wp-block-woocommerce-cart .wc-block-components-product-badge {
    display: none;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover {
    border: unset !important;
}

a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    text-decoration: none;
}

.wc-block-components-text-input input[type=text] {
    padding: 14px !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.theme-header-areas.header-areas-right.header-social .social-area {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.theme-header-areas.header-areas-right.header-social {
    width: 15%;
}

.theme-header-areas.header-areas-right.header-social .social-area a:hover svg {
    fill: #f68c08 !important;
}

.page-template-frontpage .main-header, .page-template-aboutus-template .main-header, .post-type-archive-services  .main-header, .post-type-archive-industries  .main-header  {
    position: absolute;
    top: 60px;

}

.main-header {
    position: relative;
    width: 100%;
    top: 10px;
    z-index: 2;



}

.wrapper.header-wrapper.header-box {
    background-color: #ffffff;
    border-radius: 45px;
    padding: 12px 30px;
    box-shadow: 2px 2px 2px 2px #f1f3f4;
}

.header-titles {
    width: 15%;
}

.menu-box {
    width: 70%;
}

.theme-header-areas.header-areas-right.header-button {
    width: 32%;
    gap: 20px;
    justify-content: left;
    align-items: center;
}

.theme-header-areas.header-areas-right.header-button p {
    margin: 0px;
}

.theme-header-areas.header-areas-right.header-button p a,
.theme-header-areas.header-areas-right.header-button p {
    font-size: 14px !important;
    font-weight: 600;
    color: #ffffff;
}

.theme-header-areas.header-areas-right.header-button p.default-text {
    font-size: 12px !important;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    margin: 0px;
}

.phone-icon {
    background: #ffffff;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
}

.main-banner {
    position: relative;
}

.phone-icon svg {
    fill: #f68c08
}

.theme-header-areas.header-areas-right.header-button a.button2 {
    background: #f68c08;
    border: 1px solid #f68c08;
}

.main-box-header.theme-header-areas.header-areas-right.header-meta-box {
    width: 12%;
}

.header-titles .custom-logo-name {
    color: #f68c08;
    font-size: 25px !important;
    text-transform: uppercase;
    font-weight: 900;
}

.header-titles .site-description {
    color: #fff;
}

/*--------------------------------------------------------------
# Slider Section.
--------------------------------------------------------------*/
.slide-btn a {
    background: #f68c08;
    border-radius: 30px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px !important;
}

.theme-article-post .entry-title {
    position: relative;
    margin-bottom: 2rem;
    transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

.header-wrapper.sldier-contact-box {
    width: 57%;
    right: 0px;
    position: absolute;
    bottom: 0;
    border-radius: 167px 0px 0px 0px;
    padding: 35px 45px;
    z-index: 1;
    background: #f68c08;
}

.left-box {
    position: relative;
}

.left-box {
    width: 50%;
}

.right-box {
    width: 50%;
    background: #f68c08;
    padding: 0px 0px;
    right: 0%;
    top: 15%;
    border-radius: 120px 0px 0px 0px;
    position: relative;
}

.main-carousel-caption .post-content {
    width: 43%;
}

.theme-main-carousel .entry-content {
    margin-bottom: 2rem;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 13px !important;
}

header.entry-header h3 {
    color: #f68c08;
    font-size: 20px !important;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: "Rajdhani", sans-serif;
    line-height: 22.05px;
}

/*.theme-banner-block {
    background: #f68c08;
}*/
.left-box .main-carousel-caption .post-content {
    left: 17%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.image-main-box {
    position: relative;
    height: 600px;
}

.right-box .data-bg.banner-img {
    width: 100%;
    height: 600px;
    border-radius: 120px 0px 0px 0px;
}

.swiper-wrapper .main {
    width: 100%;
}

.swiper-slide .post-content h2 a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 38px !important;
}

.swiper-slide .post-content h2:hover {
    text-decoration: none;
}

.theme-banner-block .btn-fancy-primary.slider-btn-1 {
    background-color: #ffff;
    color: #f68c08;
    margin-right: 20px;
}

.theme-banner-block .btn-fancy-primary {
    background-color: #f68c08;
    color: #fff;
    font-size: 13px !important;
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-flex;
    padding: 13px 30px;
    text-decoration: none !important;
    border: 0px;
    text-transform: uppercase;
    border-radius: 30px;
}

.theme-banner-block .btn-fancy-primary svg {
    margin-left: 10px;
    fill: #fff;
}


/*--------------------------------------------------------------
# Category Section.
--------------------------------------------------------------*/
.tab-content {
    display: none;
}

.post-main-content {
    display: flex;
}

.slider-post-content:nth-child(2) {
    width: 40% !important;
}

.tab-header {
    display: flex;
    justify-content: center;
    margin: 25px 0px;
    gap: 20px;
}

.tab-item.active {
    background-color: #272A39;
    color: #fff;
    position: relative;
}

.tab-item.active {
    background: #f68c08;
    border: 0px;
    -webkit-text-fill-color: #ffffff;
}

.tab-box {
    width: 80%;
    margin: 0 auto;
}

.theme-product-block::before {
    content: '';
    font-size: 1.2rem;
    background: url(assets/images/case-2.png) no-repeat scroll 0 0px !important;
    font-weight: 900;
    bottom: 10%;
    width: 75px;
    left: 6%;
    position: absolute;
    height: 25px;
}

.theme-product-block::after {
    content: '';
    font-size: 1.2rem;
    background: url(assets/images/case-1.png) no-repeat scroll 0 0px !important;
    font-weight: 900;
    top: 13%;
    width: 15px;
    right: 13%;
    position: absolute;
    height: 102px;
}

span.slide-cat {
    color: #fff;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tab-item {
    background: transparent;
    border: 1px solid #CC913F;
    border-radius: 0px;
    padding: 8px 20px;
    font-size: 13px !important;
    border-radius: 30px;
    border: 0px;
    font-weight: bold;
    background: linear-gradient(90deg, #010F1C 0%, #700DAE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.tab-item {
    cursor: pointer;
    border: 1px solid #33246736;
}

.data-bg.featured-img {
    height: 350px;
    width: 100%;
    border-radius: 10px;
    opacity: 0.5;
    object-fit: cover;
}

.theme-article-post.slider-post-content .entry-thumbnail {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #332467 100%);
    border-radius: 10px;
}

.theme-product-block .theme-article-post.slider-post-content h2.entry-title.entry-title-big {
    font-size: 25px !important;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}

.theme-article-post.slider-post-content .entry-content {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    color: #6B5884;
}

.theme-article-post.slider-post-content header.entry-header a.banner-btn {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #fff;
}

.theme-article-post.slider-post-content {
    width: 60%;
    margin: 15px;
}

.theme-article-post.slider-post-content .main-owl-caption {
    position: absolute;
    bottom: 0px;
    padding: 15px 30px;
}

.theme-article-post.slider-post-content {
    position: relative;
}

header.entry-header p {
    font-size: 12px !important;
    margin-bottom: 10px;
    color: #f68c08;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-heading h6 span {
    position: absolute;
    left: 0px;
    color: #f68c08;
    -webkit-text-stroke: 0px #33246780;
    right: 0px;
    text-transform: capitalize;
    top: 2px;
    font-weight: 600;
    font-size: 14px !important;
}

.section-heading h6 {
    font-size: 18px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    -webkit-text-stroke: 1px #33246780;
    color: #ffffff;
}

.section-heading h4 {
    font-size: 28px !important;
    font-weight: bold;
    text-align: center;
    color: #010F1C;
}

.section-heading {
    margin-bottom: 25px !important;
    text-align: center;
    margin: 0 auto;
}

.theme-product-block .main-owl-caption h2.entry-title.entry-title-big {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    word-wrap: break-word;
    color: #2F3645;
    text-align: left;
    margin: 0px;
}

.theme-product-block .main-owl-caption.catebox1,
.theme-product-block .main-owl-caption.catebox4,
.theme-product-block .main-owl-caption.catebox7 {
    background: #E3562E;
}

.theme-product-block .main-owl-caption.catebox2,
.theme-product-block .main-owl-caption.catebox5,
.theme-product-block .main-owl-caption.catebox8 {
    background: #375E35;
}

.theme-product-block .main-owl-caption.catebox3,
.theme-product-block .main-owl-caption.catebox6,
.theme-product-block .main-owl-caption.catebox9 {
    background: #f68c08;
}

.theme-product-block .main-owl-caption hr {
    border: 0;
    height: 3px;
    margin: 14px 0px;
    background: #C5C5C566;
    margin-bottom: 14px;
}

.rating-box {
    display: flex;
    justify-content: space-between;
}

.course-start p {
    font-size: 12px !important;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}

.amount h5 {
    font-size: 15px !important;
    font-weight: 600;
    margin: 0px;
    color: #fff;
}

.post-days p,
p.location {
    font-size: 12px !important;
    font-weight: 500;
    margin: 0px;
    color: #fff;
}

/* -------------------- Sldier Section ----------------- */
.slider-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-left-box,
.banner-right-box {
    position: relative;
}

.support-box .phone-text p.default-text {
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 0px;
    color: #6F7899;
}

.support-box .phone-text p {
    font-size: 20px !important;
    font-weight: 900;
    color: #262F51;
    margin-bottom: 0px;
}

.support-box .phone-text {
    text-align: left;
}

.client-box {
    position: absolute;
    width: 40%;
    text-align: center;
    background: #DAEBFF;
    border-radius: 12px;
    padding: 20px;
    top: 10%;
}

.call-icon svg {
    fill: #f68c08;
}

.team-box {
    position: absolute;
    width: auto;
    display: flex;
    border-radius: 15px;
    gap: 13px;
    top: 38%;
    left: 17%;
    align-items: center;
    padding: 20px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4.38px 25px 0px #f68c0833;
}

.team-box p.team-default-text {
    font-size: 20px !important;
    font-weight: 900;
    text-align: left;
    color: #262F51;
    margin-bottom: 0px;
}

.team-box p {
    font-size: 12px !important;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
    color: #6F7899;
}

.support-box {
    position: absolute;
    width: auto;
    display: flex;
    border-radius: 15px;
    gap: 13px;
    bottom: 24%;
    left: 17%;
    align-items: center;
    padding: 20px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4.38px 25px 0px #f68c0833;
}

.our-client {
    width: 31%;
    background: #f68c08;
    padding: 20px;
    position: absolute;
    bottom: 0px;
}

.banner-image img {
    height: 300px;
}

.banner-image img {
    height: 350px;
    width: 300px;
    object-fit: cover;
    margin: 0 auto;
}

.client-logo {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
}

span.logo img {
    height: 30px;
    width: 100px;
}

.our-client {
    width: 33%;
    background: #f68c08;
    padding: 20px 30px;
    position: absolute;
    bottom: 0px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: end;
}

.client-logo span.logo {
    width: 32%;
}

span.heading {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 14px;
    color: #ffffff;
}

.slider-box {
    background-size: 100% 100% !important;
}

.right-box h6 {
    font-size: 28px !important;
    font-weight: 800;
    text-align: center;
    color: #f68c08;
    margin-bottom: 0px;
}

.right-box p {
    font-size: 12px !important;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #010F1C;
    margin-bottom: 0px;
}

.right-box .image-main-box .data-bg-large {
    width: 360px;
    border-radius: 50%;
    position: relative;
    margin: 0px auto;
    left: 13px;
    z-index: 1;
}

.main-slider {
    position: relative;
    height: 600px;
}

.theme-custom-block {
    position: relative;
    height: 600px;
}

.singular-main-block .theme-custom-block {
    height: auto;
}

.theme-banner-block .main-slider {
    position: relative;
    padding: 50px 50px;
    display: flex;
    width: 100%;
    text-align: center;
}

.theme-banner-block .banner-center-box a {
    background: #f68c08;
    font-size: 12px !important;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 30px;
    padding: 10px 25px;
    text-transform: capitalize;
}

.banner-left-box,
.banner-center-box,
.banner-right-box {
    width: 33.3%;
}

.theme-banner-block .main-slider .banner-center-box h6 {
    font-size: 14px !important;
    color: #f68c08;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 28.75px;
}

.client-box h6 {
    font-size: 30px;
    font-weight: 700;
    color: #f68c08;
    margin-bottom: 5px;
}

.client-box p {
    font-size: 13px !important;
    font-weight: 500;
    margin-bottom: 0px;
    color: #222222;
}

.theme-banner-block .main-slider h4 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.theme-banner-block .swiper-container {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 575px) and (max-width: 767px) {
    .theme-banner-block .theme-article-post {
        display: block !important;
    }

    .header-btn {
        margin-bottom: 10% !important;
    }

    .tab-header {
        display: grid !important;
        grid-template-columns: auto auto !important;
    }

    .theme-header-areas.header-areas-right.header-button {
        align-items: center;
        display: grid;
        justify-items: center;
        justify-content: space-evenly;
    }

    .theme-header-areas.header-areas-right.header-button p.default-text {
        text-align: center;
    }

    .tab-box {
        width: 100%;
    }

    .data-bg.featured-img {
        height: 250px;
    }

    .post-main-content {
        display: block;
    }

    .theme-article-post.slider-post-content,
    .slider-post-content:nth-child(2) {
        width: 100% !important;
    }

    .page-template-frontpage .main-header {
        position: relative;
        top: 0px;
    }

    .header-wrapper.sldier-contact-box {
        position: relative;
        width: 100%;
        display: flex;
        border-radius: 0px;
    }

    .left-box .main-carousel-caption .post-content {
        position: relative;
        left: 10px;
        transform: none;
        margin: 20px 0px;
        right: 10px;
    }

    .left-box {
        width: 70%;
        margin: 0 auto;
    }

    .theme-header-areas.header-areas-right.menu-box {
        margin-bottom: 0px;
    }

    .theme-header-areas.header-areas-right.header-social {
        width: 50%;
        margin-bottom: 0px;
    }

    .support-box {
        width: 48%;
        left: 0px;
        padding: 20px;
    }

    .right-box {
        margin-top: 30px !important;
        width: 100%;
    }

    .our-client {
        width: 85%;
    }

    .wrapper.header-wrapper.header-box {
        display: flex !important;
        align-items: center !important;
        gap: 20px;
    }

    .menu-box,
    .header-titles {
        width: 25% !important;
    }

    .theme-product-block::after,
    .theme-product-block::before {
        display: none;
    }

    .main-box-header.theme-header-areas.header-areas-right.header-meta-box {
        width: 30% !important;
        text-align: left;
        display: flex !important;
    }

    .data-bg-large,
    .image-main-box {
        height: 350px !important;
    }

    .main-carousel-caption .post-content {
        position: relative !important;
    }

    .main-carousel-caption,
    .theme-banner-block .swiper-slide .theme-article-post .entry-thumbnail {
        width: 100% !important;
    }

    .theme-banner-block .swiper-slide .theme-article-post .entry-thumbnail {
        margin-bottom: 20px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .right-box .image-main-box .data-bg-large {
        width: 285px;
    }

    .header-wrapper.sldier-contact-box {
        width: 100%;
    }

    .tab-box {
        width: 100%;
    }

    .support-box {
        width: 95%;
        left: 0px;
        padding: 20px;
    }

    .right-box {
        width: 65% !important;
    }

    .support-box .phone-text p {
        font-size: 14px !important;
    }

    .banner-image img {
        width: 100%;
    }

    .data-bg-large {
        height: 290px;
    }

    .our-client {
        width: 65%;
    }

    .client-box {
        width: 70%;
    }

    .image-main-box:after {
        width: 360px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }

    /* .image-main-box {
        position: relative;
        height: 345px;
    }  */
    .team-box {
        position: absolute;
        width: 91%;
        top: 50%;
    }

    .left-box .main-carousel-caption .post-content {
        left: 5%;
        position: relative;
        top: 50%;
        width: 100%;
        transform: none;
    }

    .section-heading {
        width: 70% !important;
    }

    .theme-product-block::after,
    .theme-product-block::before {
        display: none;
    }

    .theme-header-areas.header-areas-right.header-social {
        width: 40%;
    }

    .theme-article-post.slider-post-content,
    .slider-post-content:nth-child(2) {
        width: 50%;
    }

    .post-main-content {
        gap: 0px;
    }

    .menu-box {
        width: 20%;
        justify-content: center !important;
    }

    .header-titles {
        width: 40%;
    }

    .theme-header-areas.header-areas-right.header-button {
        width: 40%;
    }

    .wrapper.header-wrapper.header-box {
        gap: 20px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .header-wrapper.sldier-contact-box {
        width: 75%;
    }

    .theme-header-areas.header-areas-right.header-social {
        width: 17%;
    }
}

@media (max-width: 574px) {
    #top-header .theme-header-areas .header-areas-right {
        justify-content: center;
    }

    a.social-4 {
        width: auto;
    }

    .page-template-frontpage .main-header {
        position: relative;
        top: 0px;
    }

    .main-header {
        position: relative;
        width: 100%;
        top: 0px;
        z-index: 2;


    }

    .left-box,
    .right-box {
        width: 100% !important;
    }

    .tab-item {
        margin-bottom: 10px;
        text-align: center;
    }

    .tab-box {
        width: 100%;
    }

    .tab-header {
        display: block;
    }

    .theme-product-block::after,
    .theme-product-block::before {
        display: none;
    }

    .left-box .main-carousel-caption .post-content {
        left: 0%;
        right: 0%;
        position: relative;
        top: 0%;
        transform: none;
    }

    .post-main-content {
        display: block;
    }

    .slider-post-content:nth-child(2),
    .theme-article-post.slider-post-content {
        width: 100% !important;
    }

    .theme-article-post.slider-post-content {
        margin-bottom: 10px;
    }

    .theme-header-areas.header-areas-right.header-social .social-area {
        justify-content: center;
    }

    .theme-header-areas.header-areas-right.header-social {
        width: 100%;
        margin-bottom: 0px;
        display: initial;
    }

    .header-search-icon {
        width: 30%;
        display: inline-block;
        float: right;
    }

    .request-btn {
        width: 60%;
        display: inline-block;
        float: left;
    }

    .header-btn {
        width: 80%;
        margin: 10%;
    }

    .header-wrapper.sldier-contact-box {
        width: 100% !important;
        position: relative !important;
        border-radius: 0px !important;
        padding: 10px !important;
    }

    .header-titles {
        width: 100%;
    }

    .banner-left-box,
    .banner-center-box,
    .banner-right-box {
        width: 100%;
    }

    .banner-image {
        margin-bottom: 20px;
    }

    .theme-header-areas.header-areas-right.header-button {
        display: flex;
        text-align: left;
        justify-content: center;
    }

    .menu-box,
    .theme-header-areas.header-areas-right.header-button {
        width: 100%;
    }

    .theme-header-areas.header-areas-left.suport-box,
    .theme-header-areas.header-areas-left.account-box {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .header-titles .custom-logo-name {
        font-size: 2.8rem;
    }

    .main-carousel-caption .post-content {
        text-align: center;
    }

    .team-box {
        position: relative;
        margin: 0 auto;
        margin-bottom: 20px;
        justify-content: center;
        left: 0px;
        width: 60%;
    }

    .theme-banner-block .main-slider {
        padding: 10px;
        display: block;
    }

    .banner-left-box,
    .banner-center-box,
    .banner-right-box {
        width: 100%;
    }

    .section-heading {
        width: 100% !important;
    }

    .client-box {
        position: relative;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .support-box {
        position: relative;
        left: 0%;
        right: 0px;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .slider-box {
        clip-path: none;
    }

    .theme-custom-block,
    .slider-box,
    .main-slider {
        height: auto;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .right-box {
        width: 51%;
    }

    .section-heading {
        width: 34% !important;
    }

    .support-box {
        left: 0% !important;
    }

    .team-box {
        top: 45% !important;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1201px) {
    .team-box {
        top: 45%;
    }

    .section-heading {
        width: 30% !important;
    }
}

.header-navigation-wrapper {
    position: relative;
}

.header-wrapper {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.header-wrapper .header-areas-left,
.header-wrapper .header-areas-center,
.header-wrapper .header-areas-right {
    display: flex;
    align-items: center;
}

.header-wrapper .header-areas-left {
    justify-content: flex-start;
}

.header-wrapper .header-areas-center {
    justify-content: center;
    flex-grow: 1;
}

.header-wrapper .header-areas-center .site-description {
    text-align: center;
}

.header-wrapper .header-areas-right {
    justify-content: flex-end;
}

.main-nav-controls,
.navbar-controls {
    display: flex;
}

.main-nav-controls {
    align-items: center;
}

.navbar-controls {
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.navbar-control {
    background: transparent;
    border-color: transparent;
    color: inherit;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    margin: 0 1.25rem;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px !important;
}

.navbar-control .svg-icon {
    display: inline-block;
    vertical-align: middle;
}

.main-nav-controls .navbar-control {
    margin: 0 1.25rem 0 auto;
}

.navbar-control:hover,
.navbar-control:focus,
.navbar-control:active {
    outline: none;
    border-color: transparent;
    background: #fff;
}

.navbar-control-trigger:focus {
    outline: none;
}

.navbar-control:focus-visible>.navbar-control-trigger {
    outline: 2px solid;
}

.header-searchbar {
    background: rgba(0, 0, 0, 0.42);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.header-searchbar.header-searchbar-active {
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.admin-bar .header-searchbar.header-searchbar-active {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .header-searchbar.header-searchbar-active {
        top: 46px;
    }
}

.header-searchbar-inner {
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.header-searchbar-active .header-searchbar-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

.header-searchbar-area {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8rem;
    padding-top: 8rem;
}

.header-searchbar form {
    margin: 0;
    position: relative;
    width: 100%;
}

.header-searchbar .close-popup {
    margin-left: 1rem;
}

/*--------------------------------------------------------------
## Sticky
--------------------------------------------------------------*/

.stick_head {
    position: fixed !important;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 12px 0px;

}

.header-navbar.login-user.stick_head {
    margin-top: 32px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #f68c08 !important;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #f68c08 !important;
}

a:hover,
a:focus,
a:active {
    outline: none;
}

a:focus-visible {
    outline: 2px solid;
}

.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button),
.comment-content a,
.theme-custom-block a {
    text-decoration: underline;
}

.entry-content p {
    word-wrap: break-word;
}

.wp-block-button__link {
    border-radius: 30px;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
span.navbar-control-trigger {
    color: #f68c08;
}

.single-post .header-layout {
    border-bottom: 1px solid #efece2;
}

.site-navigation .primary-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}

.site-navigation .primary-menu .brand-home {
    color: #fff;
}

.site-navigation .primary-menu .brand-home a {
    color: inherit;
    font-size: 1px;
    line-height: 1px;
}

.site-navigation .primary-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

.theme-menu,
.theme-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-menu a,
.responsive-content-menu a {
    color: inherit;
}

.site-navigation .primary-menu .icon {
    pointer-events: none;
    margin-left: 5px;
}

.rtl .site-navigation .primary-menu .icon {
    margin-left: 0;
    margin-right: 5px;
}

.site-navigation .primary-menu .icon .svg-icon {
    height: 1rem;
    width: 1rem;
}

.site-navigation .primary-menu>li {
    margin: 0px 10px 0 10px;
    /* padding: 1rem 0;*/
}

.header-layout .site-navigation .primary-menu>li:last-child {
    margin-right: 0;
}

.rtl .header-layout .site-navigation .primary-menu>li:last-child {
    margin-right: 1rem;
    margin-left: 0;
}

.site-navigation .primary-menu>li>a,
.link-icon-wrapper a {
    line-height: 1;
    font-size: 1.5rem;
    position: relative;
}

.site-navigation .primary-menu>li>a::before,
.current-menu-item>a::before {
    position: absolute;
    content: "";
    height: 0.1rem;
    width: 0;
    right: 0;
    bottom: -5px;
    background-color: #f68c08;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.link-icon-wrapper svg.svg-icon {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.site-navigation .primary-menu>li:hover>a::before,
.site-navigation .primary-menu>li:focus>a::before {
    width: 100%;
    left: 0;
}

.site-navigation .primary-menu>li.active>a::before {
    width: 100%;
    left: 0;
}

.site-navigation .primary-menu>li:not(.megamenu-has-children),
.site-navigation .primary-menu>li:not(.megamenu-has-children) .dropdown-menu li {
    position: relative;
}

.site-navigation .primary-menu a {
    display: inline-block;
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
}

.site-navigation .primary-menu>li a {
    color: #271D3A !important;
    position: relative;
    letter-spacing: normal;
    font-family: Rajdhani;
font-size: 16px !important;
font-weight: 700;
line-height: 20.42px;

}

.site-navigation .primary-menu>li a:hover,
.current-menu-item>a {
    color: #f68c08 !important;
    font-weight: bold;
}

/* SUB MENU */
.site-navigation .primary-menu ul {
    background: #f68c08;
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    margin: 0 auto;
    position: absolute;
    left: -99999rem;
    top: 100%;
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 30rem;
    z-index: 9;
}

.site-navigation .primary-menu li.menu-item-has-children:hover>ul,
.site-navigation .primary-menu li.menu-item-has-children:focus>ul,
.site-navigation .primary-menu li.page_item_has_children:hover>ul,
.site-navigation .primary-menu li.page_item_has_children:focus>ul {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.site-navigation .primary-menu li.menu-item-has-children:focus-within>ul,
.site-navigation .primary-menu li.page_item_has_children:focus-within>ul {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.site-navigation .primary-menu ul::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
}

.site-navigation .primary-menu ul::before {
    height: 2rem;
    left: 0;
    right: 0;
}

.site-navigation .primary-menu ul.sub-menu li a {
    color: #fff !important;
}

.site-navigation .primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    padding: 1.5rem;
    transition: background-color 0.15s linear;
    width: 90%;
}

.site-navigation .primary-menu ul li.menu-item-has-children>a {
    padding-right: 3rem;
}

.site-navigation .primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
}

/* DEEP DOWN */
.site-navigation .primary-menu ul ul {
    top: 0;
}

.site-navigation .primary-menu ul li.menu-item-has-children:hover>ul,
.site-navigation .primary-menu ul li.menu-item-has-children:focus>ul,
.site-navigation .primary-menu ul li.page_item_has_children:hover>ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus>ul {
    left: calc(100% + 2rem);
}

.site-navigation .primary-menu ul li.menu-item-has-children:focus-within>ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus-within>ul {
    left: calc(100% + 2rem);
}

.site-navigation .primary-menu ul ul::before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 5.6rem;
    right: auto;
    left: -2rem;
    top: 0;
    width: 2rem;
}

.site-navigation .primary-menu ul ul::after {
    border: 0.8rem solid transparent;
    border-bottom-color: transparent;
    border-right-color: #f68c08;
    bottom: auto;
    left: -1.6rem;
    top: 2rem;
}

.rtl .site-navigation .primary-menu ul ul::after {
    transform: rotate(180deg);
}

.current-menu-item>a {
    color: #f68c08 !important;
}

.current-menu-item>a::before {
    position: absolute;
    content: "";
    height: 0.1rem;
    width: 0;
    right: 0;
    bottom: -5px;
    background-color: #f68c08;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (any-pointer: coarse) {
    .site-navigation .primary-menu>li.menu-item-has-children>a {
        padding-right: 0;
        margin-right: 2rem;
    }

    .site-navigation .primary-menu ul li.menu-item-has-children>a {
        margin-right: 4.5rem;
        padding-right: 0;
        width: unset;
    }
}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu>li.menu-item-has-children>a {
    padding-right: 0;
    margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children>a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
}

@media screen and (max-width: 991px) {
    .site-navigation .primary-menu-wrapper {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .wrapper,
    .wrapper-fluid {
        width: auto !important;
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
}

.menu-description {
    background-color: #000;
    color: #fff;
    padding: 4px 5px;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    top: -20px;
    left: calc(100% - 20px);
    padding: 2px 5px;
    line-height: 10px;
    white-space: nowrap;
    z-index: 1;
}

.menu-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    border-top-color: #000;
    left: 3px;
    bottom: -4px;
}

.navbar-control-offcanvas {
    display: none;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 991px) {
    .navbar-control-offcanvas {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

#offcanvas-menu {
    background: rgba(0, 0, 0, 0.42);
    position: fixed;
    top: 0;
    height: 100%;
    right: -100%;
    width: 100%;
    z-index: 1000;
    justify-content: flex-end;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
}

#offcanvas-menu .offcanvas-wraper {
    height: 100%;
    padding: 20px 100px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
}

#offcanvas-menu .offcanvas-wraper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media screen and (max-width: 991px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .stick_head {
        position: static !important;
    }

    .header-navbar.login-user.stick_head {
        margin-top: 0px;
    }
}

#offcanvas-menu .close-offcanvas-menu {
    text-align: right;
    cursor: pointer;
}

#offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    font-size: 14px !important;
    font-weight: 700;
    margin: 10px auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    margin-top: 40px;
}

.responsive-date-clock .responsive-content-date,
.responsive-date-clock .theme-topbar-clock {
    text-align: left;
}

.responsive-date-clock .theme-topbar-icon,
.responsive-date-clock .theme-topbar-label {
    display: inline-block;
    vertical-align: middle;
}

.offcanvas-wraper>* {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    will-change: transform, opacity;
}

.offcanvas-menu-active .offcanvas-wraper>* {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-branding {
    transition-delay: 0.3s;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-main-navigation {
    transition-delay: 0.6s;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-social-navigation {
    transition-delay: 0.9s;
}

#offcanvas-menu.offcanvas-menu-active {
    display: -ms-flexbox;
    display: flex;
    right: 0;
}

.offcanvas-main-navigation {
    width: 100%;
}

.offcanvas-item {
    margin-bottom: 15px;
}

.offcanvas-main-navigation li,
.responsive-content-menu li {
    border-bottom: 1px solid;
    position: relative;
}

.offcanvas-main-navigation li:last-child,
.responsive-content-menu li:last-child {
    border-bottom: none;
}

.offcanvas-main-navigation a,
.responsive-content-menu a {
    display: block;
    font-size: 18px !important;
    padding: 20px 0;
    text-decoration: none;
    position: relative;
    width: 100%;
}

.offcanvas-main-navigation .sub-menu {
    border-top: 1px solid;
    display: none;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.offcanvas-main-navigation .sub-menu.submenu-toggle-active {
    display: block;
}

.offcanvas-main-navigation .submenu-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
    border-style: solid;
    border-width: 0 0 0 1px;
    padding-left: 3rem;
    padding-right: 3rem;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle .svg-icon {
    height: .9rem;
    transition: transform .15s linear;
    width: 1.8rem;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle.button-toggle-active .svg-icon {
    transform: rotate(180deg);
}

.social-menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.social-menu li {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.social-menu li a .svg-icon {
    margin-left: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
}

.social-menu ul li a[href*="youtube.com"] .svg-icon {
    width: 1.9rem;
    height: 1.9rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px !important;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.skip-link {
    font-size: 16px !important;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.widget:before,
.widget:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.widget:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 3rem;
    padding-bottom: 3rem;
}

.widget:last-child {
    margin: 0;
}

.widget select {
    max-width: 100%;
}

.widget ul,
.widget ol {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
}

.widget .button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget a {
    color: inherit;
}

.widget a:hover,
.widget a:focus {
    color: #f68c08;
}

.widget_nav_menu a {
    display: block;
    padding: 1rem 0;
}

.widget_nav_menu .menu>.menu-item:not(:first-child) {
    border-top: 1px #e9ecef solid;
}

.widget_nav_menu .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.widget_nav_menu .menu-item-has-children>a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.widget_nav_menu .menu-item-has-children>span {
    cursor: pointer;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.widget_nav_menu .menu-item-has-children>ul {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.widget_nav_menu .menu-item-expanded>span:after {
    content: "\e90f";
}

.widget_nav_menu .menu>.menu-item>.sub-menu {
    padding-bottom: 1rem;
}

.widget_nav_menu .sub-menu {
    display: none;
}

.widget_nav_menu .sub-menu a {
    padding: 0.5rem 0;
    line-height: 1;
}

.widget_nav_menu .sub-menu .sub-menu {
    padding: 0.5rem 0;
}

.widget_nav_menu .sub-menu .sub-menu a {
    padding-left: 1rem;
}

.widget_nav_menu .submenu-visible {
    display: block;
}

.search-form {
    margin: 0 auto;
}

.search-form label {
    display: block;
    margin: 0 auto;
    width: 80%;
    float: left;

}

.search-form label .search-field {
    border-right: 0;
    min-width: 300px;
    border: none !important;
}

.search-form .search-submit {
    float: left;
    height: 55px;
    width: 20%;
    -webkit-appearance: none;
    border: none !important;
    background: transparent !important;

}

.search-form .search-submit:hover {
    color: #f68c08;
}

.header-searchbar-area .search-form .search-submit {
    padding: 1.7rem 2rem;
}

.widget_recent_entries ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_block .wp-block-latest-posts li,
.widget_block .wp-block-categories li,
.widget_block .wp-block-archives li,
.widget_block .wp-block-latest-comments li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
}

.widget_recent_entries ul li:first-child:last-child,
.widget_categories ul li:first-child:last-child,
.widget_pages ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child,
.widget_meta ul li:first-child:last-child {
    padding-bottom: 0;
}

.widget_categories ul li:first-child:last-child>.children,
.widget_pages ul li:first-child:last-child>.children,
.widget_archive ul li:first-child:last-child>.children {
    padding-bottom: 0;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
    padding-right: 0.6666666667rem;
    margin-right: auto;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.widget_categories ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    padding-left: 1.5em;
}

.widget_categories ul ul.children li,
.widget_pages ul ul.children li,
.widget_archive ul ul.children li {
    padding: 1rem 0 1rem 1rem;
}

.widget_categories ul ul.children li:last-child,
.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_categories ul ul.children ul.children li,
.widget_pages ul ul.children ul.children li,
.widget_archive ul ul.children ul.children li {
    margin-left: 1rem;
    padding-left: 0;
}

.widget_search form {
    margin-top: 0;
}

#wp-calendar {
    width: 100%;
    margin: 0;
}

#wp-calendar caption {
    text-align: right;
    margin-bottom: 15px;
}

#wp-calendar thead th {
    text-align: center;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot td.pad {
    display: none;
}

.widget_recent_comments li {
    position: relative;
    padding-bottom: 1rem;
}

.widget_recent_comments li:last-child {
    padding-bottom: 0;
}

.widget_recent_comments li .comment-author-link,
.widget_recent_comments li .comment-author-link a {}

.widget_recent_entries li {
    position: relative;
    padding-bottom: 1rem;
}

.widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.widget_recent_entries li .post-date {
    margin-left: 1rem;
}

.widget_recent_entries li .post-date:before {
    content: "(";
}

.widget_recent_entries li .post-date:after {
    content: ")";
}

.widget_rss .rss-widget-icon {
    display: none;
}

.widget_rss ul li {
    border-bottom: 1px #e9ecef solid;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.widget_rss ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_rss ul li .rsswidget {
    color: #000000;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.widget_rss ul li .rss-date {
    display: block;
    margin-top: 0.25rem;
}

.widget_rss ul li .rssSummary {
    margin-top: 0.25rem;
    color: #000000;
}

.widget_rss ul li cite {
    display: block;
    margin-top: 0.25rem;
    font-style: normal;
    text-align: right;
    font-size: 0.8125rem;
}

.widget_tag_cloud {
    overflow: hidden;
}

.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a {
    background: rgba(0, 0, 0, 0.052);
    font-size: 12px !important;
    padding: 0.5rem 1.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
    background: #000;
    color: #fff;
}

.widget_tag_cloud .tagcloud a:last-child {
    margin-right: 0;
}

.widget_tag_cloud .tagcloud a:first-letter {
    text-transform: uppercase;
}

.widget_media_video .mejs-container {
    max-width: 100%;
    overflow: hidden;
}

.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
    max-width: 100%;
    overflow: hidden;
}

.widget_media_gallery {
    overflow: hidden;
}

.widget_media_gallery [class^="gallery-columns-"],
.widget_media_gallery [class*=" gallery-columns-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1rem -0.5rem 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
    display: block;
    border-radius: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
    opacity: 0.6;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-caption,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-caption {
    padding: 1rem 1rem 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.widget_media_gallery .gallery-columns-4 .gallery-caption,
.widget_media_gallery .gallery-columns-5 .gallery-caption,
.widget_media_gallery .gallery-columns-6 .gallery-caption,
.widget_media_gallery .gallery-columns-7 .gallery-caption,
.widget_media_gallery .gallery-columns-8 .gallery-caption,
.widget_media_gallery .gallery-columns-9 .gallery-caption {
    display: none;
}

.widget_media_gallery .gallery-columns-1 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.widget_media_gallery .gallery-columns-2 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.widget_media_gallery .gallery-columns-3 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.widget_media_gallery .gallery-columns-4 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.widget_media_gallery .gallery-columns-5 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.widget_media_gallery .gallery-columns-6 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.widget_media_gallery .gallery-columns-7 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}

.widget_media_gallery .gallery-columns-8 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.widget_media_gallery .gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
}

/* Text widget */
.widget_text {
    color: #000000;
    word-wrap: break-word;
}

.widget_text ul {
    list-style: disc;
    margin: 0 0 1rem 1rem;
}

.widget_text ol {
    list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
    border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
    padding-bottom: 0;
}

.widget_text ul li ul {
    margin: 0 0 0 1rem;
}

.widget_text ul li li {
    padding-left: 0;
    padding-right: 0;
}

.widget_text ol li {
    list-style-position: inside;
}

.widget_text ol li+li {
    margin-top: -1px;
}

/*Custom Widgets*/
.widget .tab-head .twp-nav-tabs {
    border-bottom: 2px solid;
    margin-bottom: 15px;
}

.widget .tab-head .twp-nav-tabs li {
    float: left;
    margin: 0 auto;
    width: 33.33%;
}

.widget .tab-head .twp-nav-tabs>li>a {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 14px !important;
    font-weight: 700;
}

.widget .tab-head .twp-nav-tabs>li.active>a,
.widget .tab-head .twp-nav-tabs>li>a:focus,
.widget .tab-head .twp-nav-tabs>li>a:hover,
.widget .tab-head .twp-nav-tabs>li.active>a:focus,
.widget .tab-head .twp-nav-tabs>li.active>a:hover {
    background: #000;
    color: #fff;
}

.widget .tab-head .post-description {
    margin-top: 20px;
}

.site-content .data-bg:not(.site-content .single-featured-banner .data-bg) {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

/*.site-content .data-bg:hover:not(.site-content .single-featured-banner .data-bg) {
    filter: blur(0.15rem);
}*/
.site-content .single-featured-banner {
    color: #fff;
}

.site-content .single-featured-banner .data-bg {
    position: relative;
    padding: 15rem 0;
    background-attachment: fixed;
}

.site-content .single-featured-banner .data-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.14);
}

.site-content .single-featured-banner .featured-banner-content .entry-meta a {
    color: inherit;
}

.site-content .single-featured-banner .breadcrumbs ul li span:before,
.site-content .single-featured-banner .entry-meta-item::before {
    color: #fff;
}

.tab-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.site-content .tab-icon {
    width: 20px;
    height: 20px;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.theme-widget-list li .article-list {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.theme-widget-list li:last-child .article-list {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.theme-widget-list .article-image {
    position: relative;
}

.category-widget-header .category-title,
.category-widget-header .post-count {
    display: inline-block;
    vertical-align: middle;
}

.category-widget-header .category-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-widget-description,
.category-latest-article .entry-title {
    margin-top: 15px;
    margin-bottom: 0;
}

.author-widget-details .profile-data-bg {
    border-radius: 100%;
    border: 5px solid #fff;
    height: 160px;
    margin: 0 auto;
    width: 160px;
}

.data-bg-enable.author-widget-details .profile-data-bg {
    margin-top: -80px;
}

.author-widget-details .author-content {
    text-align: center;
}

.author-content .entry-title {
    margin-top: 10px;
}

.author-widget-details .author-social-profiles {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.author-widget-details .author-social-profiles>a {
    display: inline-block;
    margin: 0 5px;
}

.author-widget-details .author-social-profiles .svg-icon {
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    outline: 2px solid;
    padding: 8px;
    outline-offset: 3px;
}

.author-widget-details .author-social-profiles a:hover .svg-icon,
.author-widget-details .author-social-profiles a:focus .svg-icon {
    background: #000;
}

.theme-social-widget ul li {
    margin: 2px 0;
    display: inline-block;
    vertical-align: middle;
}

.theme-social-widget ul li a {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
}

.theme-social-widget ul li a:hover,
.theme-social-widget ul li a:focus {
    filter: alpha(opacity=90);
    opacity: 0.9;
    color: #fff;
}

.theme-social-widget ul li .svg-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.entry-breadcrumb {
    margin-bottom: 4rem;
}

.breadcrumbs {
    font-size: 1.6rem;
    margin: 0 auto 20px;
}

@media (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }

    .slider-main {
        display: block;
        text-align: center;
        padding-top: 0px;
    }

    .site-topbar,
    .header-wrapper {
        text-align: center;
    }

    .header-wrapper,
    .header-wrapper .header-areas-left,
    .header-wrapper .header-areas-center,
    .header-wrapper .header-areas-right {
        display: grid;
        justify-content: unset;
    }

    .right-box h6 {
        margin-top: 0px;
    }

    .header-wrapper .header-areas-left,
    .header-wrapper .header-areas-right {
        justify-content: unset;
        margin-bottom: 15px;
    }

    .main-carousel-caption .post-content {
        width: 100%;
    }

    .theme-banner-block .btn-fancy-primary.slider-btn-1 {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .main-carousel-caption {
        padding: 0px !important;
    }

    .navbar-controls {
        justify-content: center;
    }

    h1.site-title {
        margin-bottom: 0;
    }
}


.breadcrumbs a {
    color: inherit !important;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    font-weight: bold;
}

.breadcrumbs ul .trail-item span {
    position: relative;
}

.breadcrumbs ul .trail-item.trail-begin span {
    padding-left: 0;
}

.breadcrumbs ul li span:before {
    content: "/";
    margin: 0 6px;
    color: rgba(0, 0, 0, 0.24);
}

.breadcrumbs ul .trail-item.trail-begin span:before {
    content: none;
}

.breadcrumbs ul .trail-item.trail-end {
    font-weight: normal;
}

/*--------------------------------------------------------------
## Sticky Post
--------------------------------------------------------------*/

.sticky .entry-header h2 a span::before {
    content: '';
    font-size: 1.2rem;
    background: url(assets/images/pin.png) no-repeat scroll 0 0px !important;
    font-weight: 900;
    padding: 10px 15px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.theme-article-details {
    margin-bottom: 20px;
}

.widget-area-wrapper button.search-submit {
    padding: 17px 25px;
}

.updated:not(.published) {
    display: none;
}

.entry-header-1 {
    margin-top: 3rem;
    padding-top: 3rem;
}

@media (max-width: 991px) {
    .entry-header-1 .entry-title {
        font-size: 4rem;
    }
}

@media (max-width: 575px) {
    .entry-header-1 .entry-title {
        font-size: 3rem;
    }
}

.entry-title a {
    color: inherit;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.wrapper,
.wrapper-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.wrapper {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1400px) {
    .wrapper-fluid {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 1441px) {
    .wrapper {
        max-width: 1400px;
    }
}

.column-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column-row-collapse {
    margin-right: 0;
    margin-left: 0;
}

.column-row-small {
    margin-right: -5px;
    margin-left: -5px;
}

.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.column-row-collapse .column {
    padding-right: 0;
    padding-left: 0;
}

.column-row-small .column {
    padding-right: 5px;
    padding-left: 5px;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .column-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .column-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .column-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 991px) {
    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .column-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .hidden-xs-screen {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

.archive-main-block {
    border-top: 1px solid;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    margin-top: 10%
}

.singular-main-block {
    margin-top: 10%;
}

.single-product .content-area {
    width: 100%;
}

.content-area {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 3rem;
    width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

@media (max-width: 1400px) {
    .content-area {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media (max-width: 1024px) {
    .content-area {
        -ms-flex-order: 1;
        order: 1;
    }
}

.no-sidebar .content-area {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.left-sidebar .content-area #site-content {
    padding-left: 2%;
}

.widget-area {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 1400px) {
    .widget-area {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (max-width: 1024px) {
    .widget-area {
        -ms-flex-order: 2;
        order: 2;
        padding: 0 15px;
    }
}

.widget-area-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 5;
    font-size: 1.6rem;
    padding-top: 3rem;
}

.widget-area-wrapper .widget {
    border-bottom: 1px solid;
}

.widget-area-wrapper .widget:last-child {
    border-bottom: none;
}

.left-sidebar .widget-area {
    border-right: 1px solid;
}

.left-sidebar .widget-area-wrapper .widget {
    margin-right: 40px;
}

@media (max-width: 1400px) {
    .left-sidebar .content-area #site-content {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .left-sidebar .widget-area-wrapper {
        padding-right: 0;
        border-right: none;
    }

    .left-sidebar .widget-area-wrapper .widget {
        margin-right: 0;
    }
}

.right-sidebar .content-area {
    -ms-flex-order: 1;
    order: 1;
}

.right-sidebar .widget-area {
    border-left: 1px solid;
    -ms-flex-order: 2;
    order: 2;
    z-index: 1;
}

.right-sidebar .widget-area-wrapper .widget {
    margin-left: 40px;
}

.right-sidebar .content-area #site-content {
    padding-right: 2%;
    padding-left: 0;
}

@media (max-width: 1400px) {
    .right-sidebar .content-area #site-content {
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .right-sidebar .widget-area-wrapper {
        border-left: 0;
        padding-left: 0;
    }

    .right-sidebar .widget-area-wrapper .widget {
        margin-left: 0;
    }
}

.widget-title,
.widget_block .wp-block-group>.wp-block-group__inner-container>h2 {
    text-transform: capitalize;
    border-bottom: 1px solid;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.widget-area-wrapper .widget_recent_entries ul li a {
    background-image: linear-gradient(180deg, transparent 94%, #000 0);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.4s ease;
    -moz-transition: background-size 0.4s ease;
    transition: background-size 0.4s ease;
}

.widget-area-wrapper .widget_recent_entries ul li a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}

.widget-area-wrapper ul li a:hover {
    color: unset;
}

@media (max-width: 1024px) {

    .content-area,
    .widget-area {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.alignnone,
.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.alignwide,
.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
}

.alignleft {
    margin: 0.5rem 2.5rem 2.5rem 0;
}

.alignright {
    margin: 0.5rem 0 2.5rem 2.5rem;
}

@media only screen and (min-width: 1400px) {
    .entry-content .alignwide {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

.alignfull>figcaption,
.alignfull>.wp-caption-text {
    width: calc(100% - 8rem);
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.entry-meta-center {
    justify-content: center;
}

.entry-meta a {
    text-decoration: none;
}

.entry-meta-item,
.entry-meta .cat-links a {
    position: relative;
}

.cat-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.entry-meta .cat-links a {
    display: inline;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-right: 1rem;
    margin-right: 0.5rem;
}

.entry-meta .cat-links a:hover:not(.entry-meta .cat-links a:first-child) {
    opacity: 0.6;
}

.entry-meta .cat-links a::before,
.entry-meta-item::before {
    position: absolute;
    content: "/";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: 600;
    color: #000;
}

.entry-meta .cat-links a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.entry-meta .cat-links a:last-child::before {
    display: none;
}

.entry-meta .cat-links a:first-child {
    color: #f68c08;
}

.entry-meta .cat-links a:first-child:hover,
.entry-meta .cat-links a:first-child:focus {
    color: #000;
}

.entry-meta .entry-meta-item {
    margin: 0 1rem 1rem 0;
    padding-right: 1.5rem;
}

.entry-meta .entry-meta-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.entry-meta .entry-meta-item:last-child::before {
    display: none;
}

.entry-meta-left .entry-meta-avatar {
    width: 40px;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 1rem;
    overflow: hidden;
}

.entry-meta .entry-meta-right .entry-meta-item {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.entry-meta-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

.entry-meta-item .entry-meta-icon {
    margin-right: 1rem;
}

.entry-meta-label {
    margin-right: 5px;
}

.post-navigation {
    border-style: solid;
    border-width: 0.1rem 0;
}

.post-navigation .nav-links {
    display: flex;
}

.post-navigation .nav-links>div+div {
    margin-top: 1rem;
}

.post-navigation span.post-title {
    word-break: break-all;
}

.post-navigation a {
    align-items: baseline;
    display: flex;
    text-decoration: none;
}

.post-navigation .arrow {
    margin-right: 1rem;
}

@media (max-width: 767px) {
    .post-navigation .nav-links {
        display: block;
    }

    .navigation-wrapper .post-navigation .nav-links>div {
        max-width: 100%;
        margin: 2rem 0;
    }
}

/* article wrapper  */
.post-thumbnail,
.theme-article-image,
.entry-thumbnail {
    position: relative;
    overflow: hidden;
}

.post-thumbnail {
    background-color: #f68c08;
}

.entry-thumbnail img {
    height: 270px;
    object-fit: cover;
}

.site-content .article-wraper-archive {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.site-content .article-wraper-archive .theme-article-post {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

@media (max-width: 1024px) {
    .site-content .article-wraper-archive .theme-article-post {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 575px) {
    .site-content .article-wraper-archive .theme-article-post {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.site-content .content-area .theme-article-image {
    margin-bottom: 2rem;
}

/* SINGLE PAGINATION */
.post-navigation {
    font-size: 1.8rem;
    padding: 3.5rem 0;
    margin-bottom: 5rem;
    margin-top: 5rem;
}

@media (max-width: 1024px) {
    .post-navigation {
        margin-bottom: 3rem;
    }
}

.post-navigation .nav-links {
    flex-direction: row;
    justify-content: space-between;
}

.post-navigation .nav-links>div {
    max-width: calc(50% - 2rem);
}

.post-navigation .nav-links>div+div {
    margin: 0 0 0 4rem;
}

.post-navigation .arrow {
    margin: 0 2rem 0 0;
}

.post-navigation .nav-next:only-child {
    margin-left: auto;
}

.post-navigation .nav-next a {
    flex-direction: row-reverse;
    text-align: right;
}

.post-navigation .nav-next .arrow {
    margin: 0 0 0 2rem;
}

.theme-ajax-post-load {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6rem;
}

.pagination {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
    text-align: center;
}

.pagination a {
    color: inherit;
}

.pagination .page-numbers {
    display: inline-block;
    margin-right: 1.25em;
    color: #abadaf;
}

.pagination .page-numbers.current {
    color: #161719;
}

.pagination .page-numbers:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 600px) {

    .pagination .prev:after,
    .pagination .next:before {
        position: relative;
        display: inline-block;
        width: 2.25rem;
        height: 1px;
        content: "";
        vertical-align: middle;
        background-color: #eaebee;
    }

    .pagination .prev:after {
        margin-left: 1.25em;
    }

    .pagination .next:before {
        margin-right: 1.25em;
    }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.twp-comment-toggle {
    text-align: left;
    position: relative;
    width: 100%;
}

.comment-toggle-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 1;
    padding: 0 10px;
    display: inline-block;
    line-height: 1px;
}

.comment-toggle-icon.active:after {
    width: 13px;
    height: 1px;
}

.comment-toggle-icon:before,
.comment-toggle-icon:after {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.comment-toggle-icon:after {
    width: 1px;
    height: 13px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments .comments-title {
    margin-bottom: 60px;
    font-size: 26px;
}

.page #comments .comments-title {
    margin-top: 60px;
}

#comments .comment-list {
    list-style: none;
    margin: 40px auto;
    padding: 0;
}

#comments .comment-list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

#comments .comment-list li article {
    padding: 0;
    margin-bottom: 20px;
}

#comments .comment-list .children {
    list-style: none;
    margin: 0;
    padding-left: 30px;
    position: relative;
}

#comments .comment-list .children li {
    margin: 0;
    border: none;
}

#comments .comment-list .comment-content li {
    margin-bottom: 10px;
    border: none;
}

#comments .comment-list .comment-content h1,
#comments .comment-list .comment-content h2,
#comments .comment-list .comment-content h3,
#comments .comment-list .comment-content h4,
#comments .comment-list .comment-content h5,
#comments .comment-list .comment-content h6 {
    margin-bottom: 30px;
    margin-top: 30px;
}

#comments .comment-body {
    min-height: 60px;
    display: block;
    position: relative;
    clear: both;
}

#comments .comment-body p:last-child {
    margin-bottom: 0;
}

#comments .comment-body footer {
    margin-bottom: 20px;
}

#comments .comment-body footer a {
    color: inherit;
}

#comments .comment-author img {
    float: left;
    margin-right: 20px;
}

#comments .comment-author .fn {
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    display: inline-block;
    padding-top: 5px;
}

#comments .comment-author .says {
    display: none;
}

#comments .comment-meta .comment-metadata {
    font-size: 85%;
    margin-top: 5px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#comments .comment-meta .comment-metadata .edit-link {
    margin-left: 10px;
}

#comments .reply {
    margin-top: 20px;
}

#comments .comment-reply-link {
    font-weight: 600;
    text-decoration: none;
}

#comments .comment-reply-link:hover {
    filter: alpha(opacity=85);
    opacity: 0.85;
}

#comments .comment-reply-link:hover:after {
    margin-left: 13px;
}

#comments .comment-form {
    margin-top: 15px;
}

#comments .comment-form p {
    margin-bottom: 10px;
}

#comments .comment-form p:last-child {
    margin-bottom: 0;
}

#comments .comment-list #respond {
    margin: -20px 0 40px 0;
}

#comments .comment-form-info-fields {
    margin-bottom: 25px;
}

#comments p.form-submit {
    clear: both;
}

#comments span.required {
    color: #ff7979;
}

#comments .comment-awaiting-moderation {
    color: #db6a23;
    font-size: 85%;
}

#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
    margin-bottom: 30px;
    font-size: 90%;
}

#comments p.form-allowed-tags {
    margin-bottom: 25px;
    font-size: 14px !important;
}

#comments h3.comment-reply-title {
    font-size: 18px !important;
    margin-bottom: 5px;
    clear: both;
}

#comments ol li h3.comment-reply-title {
    margin-top: 60px;
}

#comments h3.comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    text-transform: none;
    font-size: 14px !important;
    font-weight: 600;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#comments .comment-form p.form-submit {
    margin-bottom: 0;
    margin-top: 30px;
}

#comments .comment-form .comment-subscription-form,
#comments .comment-form .comment-subscription-form:only-child {
    font-size: 14px !important;
    margin-top: 20px;
}

#comments .comment-form .comment-subscription-form:last-child {
    margin-top: 0;
}

@media (min-width: 600px) {
    .comments-area .comment-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
    }

    .comments-area .comment-form-comment {
        margin-bottom: 1.5rem;
    }

    .comments-area .comment-notes,
    .comments-area .comment-form-comment,
    .comments-area .logged-in-as {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 1.5rem;
    }

    .comments-area .comment-form-author,
    .comments-area .comment-form-ratings,
    .comments-area .comment-form-email,
    .comments-area .comment-form-url {
        -webkit-box-flex: 0;
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 1.5rem;
    }

    .comments-area .comment-form-author,
    .comments-area .comment-form-email,
    .comments-area .comment-form-url {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .comments-area .comment-form-ratings {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .comments-area .comment-form-cookies-consent,
    .comments-area .comment-subscription-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.form-submit {
    margin: 0;
}

@media (min-width: 600px) {
    .form-submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.wp-custom-logo .site-logo {
    margin: 0;
}

@media (max-width: 575px) {
    .wp-custom-logo .site-logo .custom-logo-link {
        max-width: 200px;
        margin: 0 auto;
    }
}

.custom-logo-link {
    display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin: 1em 0 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignleft {
    margin-right: 20px;
}

.wp-caption.alignright {
    margin-left: 20px;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5rem;
}

@media (min-width: 600px) {

    div[class^="gallery-columns-"],
    div[class*=" gallery-columns-"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

@media (min-width: 600px) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-widgetarea {
    border-top: 1px solid;
    padding-bottom: 8rem;
    padding-top: 7.5rem;
}

.site-info {
    border-top: 1px solid;
    padding: 6rem 0;
    font-size: 1.6rem;
    font-weight: 100;
}

.footer-credits {
    align-items: baseline;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
}

.footer-credits a {
    text-decoration: underline;
}

.footer-copyright,
a.to-the-top {
    color: #222222;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .footer-widgetarea {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .site-info {
        padding: 3rem 0;
    }
}

/*--------------------------------------------------------------
## Rough
--------------------------------------------------------------*/

.wp-block-gallery.columns-1 {
    display: block;
}

ul.wp-block-gallery.columns-1,
.wp-block-gallery .blocks-gallery-grid,
.wp-block-gallery {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.featured-banner-media img {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}

.site-navigation,
.offcanvas-main-navigation li,
.offcanvas-main-navigation .sub-menu,
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle,
.post-navigation,
.widget .tab-head .twp-nav-tabs,
.widget-area-wrapper .widget,
.footer-widgetarea,
.site-info,
.site-content .widget-area,
.widget-title,
.widget_block .wp-block-group>.wp-block-group__inner-container>h2,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    border-color: #ededed;
}

body.hide-comment-rating .tpk-single-rating,
body.hide-comment-rating .tpk-comment-rating-label,
body.hide-comment-rating .comments-rating,
body.hide-comment-rating .tpk-star-rating {
    display: none;
}

/*--------------------------------------------------------------
## Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
    display: none;
}

.offcanvas-wraper,
.header-searchbar-inner {
    background: #ffffff;
}

#comments .comment-body .comment-content,
#comments .comment-reply-link,
#comments p.comment-notes,
#comments p.logged-in-as,
#comments p.must-log-in {
    font-size: 95%;
    line-height: 1.8;
}

/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
.align-text-right {
    text-align: right;
}

.to-the-top>* {
    pointer-events: none;
}

.to-the-top-long {
    display: none;
}

@media (min-width: 768px) {
    .to-the-top-long {
        display: inline;
    }

    .to-the-top-short {
        display: none;
    }
}

.theme-article-post .entry-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    width: 100%;
}

.theme-custom-block {
    position: relative;
}

.theme-product-block {
    padding: 50px 0;
    position: relative;
}

.theme-product-block .owl-nav,
.theme-product-block .owl-dots {
    display: none;
}

.theme-banner-block .theme-article-post {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.theme-custom-block.theme-error-section.error-block-heading {
    margin-bottom: 0;
    margin-top: 6rem;
    padding-top: 6rem;
}

.theme-area-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6rem;
}

@media (max-width: 991px) {
    .theme-area-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.theme-area-headlines {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .theme-area-headlines {
        margin-bottom: 2rem;
        flex-direction: column;
        width: 100%;
    }
}

.theme-area-headlines .theme-area-title {
    font-size: 4.4rem;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .theme-area-headlines .theme-area-title {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575px) {
    .theme-area-headlines .theme-area-title {
        font-size: 3rem;
    }

    .theme-product-block h3 {
        margin-bottom: 15px;
    }

    .header-navbar {
        justify-content: center;
    }
}

.theme-animated-line {
    width: 30rem;
    height: 2px;
    background: transparent;
    position: relative;
}

.theme-animated-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 100%;
    background: #000;
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    0% {
        left: 0;
    }
}

@media (max-width: 991px) {
    @keyframes animate {
        0% {
            left: 0;
        }

        50% {
            left: 67%;
        }

        0% {
            left: 0;
        }
    }
}

.theme-carousel-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

@media (max-width: 991px) {
    .theme-carousel-control {
        margin-right: auto;
    }
}

.featured-categories-block .theme-carousel-control {
    justify-content: center;
}

.theme-carousel-control .svg-icon {
    width: 32px;
    height: 32px;
}

.theme-related-block {
    margin-top: 2rem;
    padding-top: 2rem;
}

.related-posts .related-post-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 991px) {
    .theme-related-block .related-posts .post-thumbnail {
        margin-bottom: 2rem;
    }
}

/* -----------------------------------------------------------------
    - Carousel horizontal
----------------------------------------------------------------- */
.main-carousel-item {
    pointer-events: none;
    width: 670px;
}

@media only screen and (max-height: 900px) {
    .main-carousel-item {
        width: 670px;
    }
}

@media only screen and (max-width: 768px) {
    .main-carousel-item {
        width: 580px;
    }
}

@media only screen and (max-width: 580px) {
    .main-carousel-item {
        margin-top: 2rem;
        width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    .main-carousel-item {
        width: 1100px;
    }
}

.theme-main-carousel .swiper-slide-active {
    pointer-events: all;
}

@-webkit-keyframes reveal-carousel-primary {
    100% {
        transform: translateX(100%);
    }
}

@keyframes reveal-carousel-primary {
    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes reveal-carousel-secondary {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes reveal-carousel-secondary {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes reveal-carousel-tertiary {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes reveal-carousel-tertiary {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 767px) {
    .image-main-box:after {
        display: none;
    }
}

@media (max-width: 575px) {

    .course-heading-block,
    .course-content-block {
        width: 100%;
    }

    .theme-banner-block .swiper-slide .theme-article-post .entry-thumbnail,
    .main-carousel-caption {
        width: 100%;
    }

    .theme-banner-block .theme-article-post {
        display: block;
    }

    .page-template-frontpage header#site-header {
        position: static;
    }

    .main-carousel-caption .post-content {
        position: relative;
    }

    .main-slider {
        position: relative;
    }

    .theme-main-carousel .entry-content {
        display: none;
    }

    .swiper-slide .post-content h2 a {
        font-size: 30px;
    }

    .data-bg-large {
        height: 265px !important;
    }

    .image-main-box {
        width: 100%;
    }

    .our-client {
        width: 100%;
        position: relative;
        display: block;
        text-align: center;
    }

    .client-logo {
        margin-top: 20px;
    }

    .right-box .image-main-box .data-bg-large {
        width: 260px;
        left: 0px;
    }

    .right-box {
        margin-top: 20px;
    }

    .image-main-box:after {
        display: none;
    }

    .image-main-box {
        height: 265px;
    }

    .account-box {
        display: flex !important;
        justify-content: center !important;
    }
}

.theme-main-carousel .swiper-slide-active .main-carousel-caption {
    transform: translateX(0);
    transition: 1s cubic-bezier(0.54, 0.13, 0.35, 0.82);
}

.theme-main-carousel .swiper-button-prev svg,
.theme-main-carousel .swiper-button-next svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
}

.theme-main-carousel svg polyline,
.theme-main-carousel svg line {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.theme-main-carousel .swiper-button-next:hover svg polyline,
.theme-main-carousel .swiper-button-next:focus svg polyline,
.theme-main-carousel .swiper-button-next:hover svg line,
.theme-main-carousel .swiper-button-next:focus svg line,
.theme-main-carousel .swiper-button-prev:hover svg polyline,
.theme-main-carousel .swiper-button-prev:focus svg polyline,
.theme-main-carousel .swiper-button-prev:hover svg line,
.theme-main-carousel .swiper-button-prev:focus svg line {
    stroke-dashoffset: 120;
}

.swiper-control,
.control-item {
    letter-spacing: 0.2rem;
    padding: 2.2rem 2rem;
    position: relative;
    text-transform: uppercase;
    transition: padding 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: auto;
}

:root {
    --swiper-navigation-size: 2.6rem;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: none;
}

.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
    color: #000;
    height: 100%;
    width: auto;
}

.theme-main-carousel .theme-carousel-control {
    position: relative;
    width: 100%;
    max-width: 11rem;
    margin: 0 auto;
    height: 3rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-container .swiper-pagination-progressbar {
    background-color: #fff;
    position: fixed;
    top: 0;
}

.swiper-container .swiper-pagination-progressbar-fill {
    background-color: #070707;
}

.theme-post-format {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    z-index: 5;
}

.theme-article-post .column-order-1 .theme-post-format {
    left: inherit;
    right: 0;
}

.theme-post-format .post-format-icom {
    margin-right: 5px;
}

/* Hide JS Functionalities ------------------------ */
.js .show-js {
    display: block !important;
}

.js .hide-js {
    display: none !important;
}

.no-js .show-no-js {
    display: block !important;
}

.no-js .hide-no-js {
    display: none !important;
}

a:focus,
button:focus,
.navbar-control:focus-visible>.navbar-control-trigger {
    outline-color: #f68c08;
}

.theme-post-format {
    background-color: #f68c08;
    color: #000;
}

.theme-image-responsive {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

.theme-image-responsive:focus {
    border: 2px solid #f68c08;
}

.article-content {
    margin-top: 1.5rem;
}

.article-content .category-title {
    font-weight: 400;
}

/* categories carousel  */
.theme-transform-zoom .data-bg {
    transform: scale(1);
    transition: 0.4s ease;
}

.post-thumb-categories {
    overflow: hidden;
}

.theme-transform-zoom:hover .data-bg {
    transform: scale(1.15);
}

.theme-categories-carousel .theme-article-post {
    margin: 0;
    padding: 0;
    position: relative;
}

.theme-categories-carousel .article-content {
    transition: 0.4s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    background: rgb(26 77 140 / 70%);
    left: 0;
    right: 0;
    padding: 15px;
}

.theme-categories-carousel .article-content .category-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
}

.theme-categories-carousel .article-content .category-title a {
    color: #fff !important;
}

.woocommerce span.onsale {
    background-color: #f68c08;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #f68c08;
}

.products button,
.products .button,
.products .wp-block-search__button,
.products .wp-block-button__link,
.products .wp-block-file .wp-block-file__button,
.products input[type="button"],
.products input[type="reset"],
.products input[type="submit"],
.products .woocommerce ul.products li.product .button,
.products a.added_to_cart.wc-forward {
    padding: 10px 25px !important;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper.tinvwl-woocommerce_after_shop_loop_item {
    text-align: center;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
    width: auto !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #f68c08;
}

@media screen and (min-width:1700px) and (max-width:1900px) {
    .wrapper {
        max-width: 1520px;
    }
}

@media screen and (min-width:1920px) {
    .wrapper {
        max-width: 1620px;
    }
}


.header-search-icon {
    position: relative;
}

.header-search-icon .search-toggle {
    font-size: 1.2em;
    color: #333 !important;
    /* Adjust color as needed */
    cursor: pointer;
}

.search-form-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    padding: 10px;
    border: 1px solid #ddd;
}

.search-form-wrapper.active {
    display: block;
}

.header-social .request-btn{
    color: #ffffff !important;
    border-radius: 8px;
}
.header-social .request-btn:hover{
    color: #f68c08 !important;
    border-radius: 8px;
}
.request-btn {
    border-radius: 30px;
    background-color: #f68c08;
    border-color: #d36900;
    color: #ffffff;
    /* position: absolute; */
    /* right: 85px; */
    /* top: 65px; */
    padding: 10px 15px;
    font-size: 12px !important;
    font-weight: bold;
    margin-left: 10%;
}

.request-btn:hover {
    border-radius: 30px;
    background-color: #1C1C1C;
    border-color: #d36900;
    color: #f68c08 !important;
    /* position: absolute; */
    /* right: 85px; */
    /* top: 65px; */
    padding: 10px 15px;
    font-size: 12px !important;
    font-weight: bold;
    margin-left: 10%;
    text-decoration: none;
}


.site-footer {
    background-color: #1c1c1e;
    color: #e5e5e5;
    padding: 40px 0;
}



.footer-logo img {
    margin-bottom: 20px;
}

.footer-social a {
    margin-right: 10px;
    font-size: 20px !important;
    color: #e5e5e5;
}

.footer-columns {
    display: flex;
    flex: 1;
    justify-content: space-around;
}

.footer-column h3 {
    font-size: 14px !important;
    margin-bottom: 15px;
    font-weight: normal;
    color: #66666A;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #C5C5C5 !important;
    font-size: 14px !important;
    text-decoration: none;
    font-weight: bold;
}

.footer-column ul li a:hover {
    color: #f39c12 !important;
    /* Hover color */
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 14px !important;
}

.footer-bottom p {
    margin: 0;
    color: #606469;
    font-size: 14px !important;
    font-weight: normal;
    text-align: left;
}
.footer-links{
    text-align: right;
}
.footer-links a {
    color: #C5C5C5;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: normal;
}

.footer-links a:hover {
    color: #f39c12;
}

.footer-bottom {
    padding: 20px;
    border-top: 1px solid #333;
    font-size: 14px !important;
    color: #e5e5e5;
}

.footer-bottom p {
    margin: 0;
}



.footer-links a {
    color: #e5e5e5;
    text-decoration: none;
}

.footer-links a:hover {
    color: #f39c12;
}

.footer-social svg {
    fill: #ffffff;
}

.headertext {
    font-family: "Rajdhani";
    font-size: 86px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 15%;
    text-align: center;
}

.header-btn {
    text-align: center;
}

.header-btn a {
    background-color: #FFFFFFFF;
    color: #101010 !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
}


/* home page design */

/* About Section */
.about-section {
    background-color: #fff;
    padding: 5% 1%;
    text-align: center;

    font-weight: bold;
    font-size: 24px;
}

.about-section h2 {
    margin-bottom: 20px;
    color: #888888;
    font-family: "Rajdhani";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.16em;


}
.about-section p{
    font-family: Mulish;
font-size: 24px;
font-weight: 700;
line-height: 36px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

/* Products & Services Section */
.products-services-section {
    padding: 40px 20px;
    background-color: #f1f1f1;
    text-align: center;
}

.products-services-section h2 {
    color: #101010;
    font-family: "Rajdhani";
    font-size: 48px !important;
    font-weight: bold;
    text-align: left;
    
}

.products-grid {
   
    justify-content: start;
    margin-top: 20px;
}

.product-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    height: 100%;
}

.product-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-item .read-more-btn {
    background-color: transparent;
    color: #e68a00;
    border: none;
    cursor: pointer;
    font-size: 14px !important;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    text-decoration: underline;
    float: left;
}

.product-item .read-more-btn:hover {
    background-color: transparent;
}


.view-all-btn {
    background-color: #e68a00;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

/* Carousel Section Styles */
.best-selling-products-section {
   /* max-width: 1440px; */
    margin: 0 auto;
    text-align: center;
     padding: 50px 30px;
    background: #FFFFFF;
}

.best-selling-products-section h2 {
    font-size: 48px;
    margin-bottom: 20px;
    background-color: #000000;
    color: #FFFFFFFF;
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
    font-family: Rajdhani;
    font-size: 48px;
    font-weight: 700;
    line-height: 61.25px;
    text-align: center;
}

.best-selling-products-section .bestseller-subhead {
    color: #000000;
    width: 100%;
    margin: 0 auto;
    padding: 1%;
    font-family: Mulish;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.59px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.slick-next:before,
.slick-prev:before {
    font-size: 30px !important;
    color: #F68C08 !important;
}

.slick-dots {
    display: none !important;
}

/* Product Carousel Styles */
.product-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item {
    padding: 10px;
    text-align: left;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding-bottom:30px;
}
.product-item h3 { 
    font-family: Rajdhani;
font-size: 20px;
font-weight: 700;
line-height: 25.52px;
text-align: left;


 }
.product-item p {
    font-family: Mulish;
font-size: 14px;
font-weight: 400;
line-height: 22px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.products-grid .product-item img {
    width: 150px;
    /* Set a specific width for uniform sizing */
    height: 200px;
    /* Set a specific height for uniform sizing */
    object-fit: contain;
    /* Ensures the image scales to fit within the dimensions */
    margin-bottom: 15px;
}
.product-item .read-more-btn{
    position:absolute;
    bottom:10px;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.57px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    left: 0;

}

.slick-slide.product-item {
    width: 250px;
    height: 300px;
    margin: 5px 5px 5px 5px;
    padding: 0%;
}

.slick-slide.product-item img {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 15px;
    margin: 0 auto;
    margin-bottom: 10%;
    object-fit: scale-down;
    padding: 20px;

}

.slick-slide.product-item h3 {
    font-size: 20px !important;
    color: #101010;
    font-weight: bold;
    font-family: Rajdhani;
    border-top: 1px solid #D3D3D3;
    padding: 5%;
    text-align: center;
    line-height: 25px;

}

.product-item p {
    font-size: 16px !important;
    color: #333;
}

.read-more-btn {
    background-color: #f59e0b;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px !important;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.read-more-btn:hover {
    background-color: #d97706;
}

/* Slick Carousel overrides */
.slick-dots {
    text-align: center;
    margin-top: 15px;
}

.slick-dots li button:before {
    color: #333;
    /* Dot color */
}

.slick-prev:before,
.slick-next:before {
    color: #333;
    /* Arrow color */
}

/* Carousel Section */
.carousel {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px;
}

.carousel-item {
    background-color: #fff;
    border-radius: 10px;
    width: 200px;
    padding: 20px;
    text-align: center;
}

/* Distributed Antenna Systems (DAS) Section */

.das-section {
    padding: 40px 20px;
    text-align: center;
    background-color: #2D3238;
    background-image: url('./assets/images/demo/DAS.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.das-section h2 {
    color: #fff;
    margin: 10px;
    font-size: 48px !important;
    font-weight: bold;
    font-family: "Rajdhani";
    text-align: left;
}

.das-grid {
  
    justify-content: start;
    margin-top: 20px;
}

.das-item {
    background-color: #262626;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.das-item img {
    width: 100%;
    margin-bottom: 5%;
}

.das-item p {
    color: #FFFFFF;
    padding:0 0 5% 2%;
    text-align: left;
    font-size:14px;
    line-height: 22px;
}


/* Motorola Products Section */
.motorola-products-section {
    background-color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.motorola-products-section h2 {
    font-weight: bold;
    font-size: 48px !important;
    font-family: "Rajdhani";
}

.brands img {
    height: 50px;
    margin: 0 10px;
}

/* Videos Section */
.videos-section {
    padding: 40px 20px;
    background-color: #f1f1f1;
    text-align: center;
}

.videos-section h2 {
    font-size: 48px !important;
    font-family: "Rajdhani";
    color: #101010;
    text-align: left;
    margin-bottom: 1%;
    font-weight:bold;
}

.videos-section h2 .view-all-btn {

    float: right;
    background-color: #000;
    color: #fff;
    margin-right:10px !important;
}

.video-grid {
  
}

.video-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.play-button {
    background: #F68C08;
    width: 60px;
    height: 60px;
    border: solid 5px #F68C08;
    border-radius: 100%;
    position: relative;
    text-indent: -9999px;
    box-shadow: 1px 1px 3px #F68C08;
}

.play-button span {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 20%;
    left: 36%;
}

.play-button:hover {
    background: #F68C08;
    cursor: pointer;
    opacity: 0.8;
    border: none;
    position: absolute;
    width: 60px;
    height: 60px;
    box-shadow: none;
}

.play-button:hover span {
    top: 25%;
    left: 38%;
}

.play-button {
    position: absolute;
    bottom: 10%;
    left: 10%;

}

/* Testimonial Section Styling */
/* Testimonial Section Styling */
.testimonial-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #2D3238;
    /* Black background */
    color: #fff;
    /* White text color */
    position: relative;
    background-image: url('./assets/images/demo/CLIENT.png');
    background-repeat: no-repeat;
    background-size: cover;

}

.testimonial-section h2 {
    font-size: 48px !important;
    color: #101010;
    margin-bottom: 40px;
    background: #FFF;
    margin: 0 auto;
    margin-bottom: 3%;
    /* padding: 1%; */
    text-transform: uppercase;
    font-family: "Rajdhani";
    font-weight: bold;

}

/* Testimonial Slider */
.testimonial-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-slide {
    min-width: 100%;
    transition: transform 0.5s ease-in-out;
    opacity: 0;
    display: none;
}

.testimonial-slide.active {
    opacity: 1;
    display: block;
}

.testimonial-content {
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    color: #fff;
    /* White text color */
}

/* Author Image and Details */
.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-author img {
    width: 80px;
    /* Size of author image */
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f59e0b;
    /* Optional: Accent border color */
    margin-bottom: 10px;
}

.testimonial-author h4 {
    font-size: 20px !important;
    color: #FFFFFF;
    /* Accent color for the author name */
    margin: 5px 0;
}

.testimonial-author span {
    font-size: 16px !important;
    color: #A5A5A5;
}

/* Testimonial Text */
.testimonial-content p {
    font-size: 18px !important;
    color: #FFFFFF;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
}

/* Navigation Buttons */
.prev-btn,
.next-btn {
    background-color: #f59e0b;
    color: #FFFFFF;
    border: none;
    padding: 5px;
    border-radius: 50%;
    font-size: 20px !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    font-weight: bolder;
    width: 50px;
    height: 50px;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: #d97706;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}



/* News Section */
.news-section {
    background-color: #FFFFFF;
    padding: 40px 0px;
    text-align: center;
}

/* Latest News Section */
.latest-news-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #FFFFFF;

}

.latest-news-section h2 {
    font-size: 28px !important;
    color: #FFFFFFFF;
    /* Accent color for title */
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #101010;

    padding: 1%;

}

/* News Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.news-item {
    background-color: #EFEFEF;
    /* Dark grey card background */
    border-radius: 1%;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    text-align: left;
    border: 5px solid #E4E4E4;
}

.news-item:hover {
    transform: translateY(-5px);
}

/* Date Styling */
.news-date {
    display: block;
    color: #101010;
    margin-bottom: 10px;
    font-size: 14px !important;
    font-weight: 500;
}

/* Title Styling */
.news-item h3 {
    font-size: 20px !important;
    color: #101010;
    /* White color for title */
    margin: 10px 0;
    font-family: "Rajdhani";
    font-weight: bold;
}

/* Description Styling */
.news-item p {
    font-size: 14px !important;
    color: #555555;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Read More Button */
.news-item .read-more-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: transparent;
    color: #f59e0b;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    text-decoration: underline;
}



/* Responsive Layout */
@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}


/* CTA Section */
.cta-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 20px;
    background-color: #e68a00;
    color: #fff;

}

.cta-box {

    border-radius: 15px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 15px;
    background-image: url('./assets/images/demo/maskgroup.png');
    background-repeat: repeat-x;
    background-size: cover;
    background-color: #D47907;
    min-height:350px;
}

.cta-btn {
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

a.view-all-btn {
    font-size: 16px !important;
    font-family: 'Mulish';
    font-weight: bold;
    margin-right: 5%;
}

.cta-box.flexcta {
    display: flex;
    flex-direction: row;
}

.ctafirst {
    width: 40%;
}

.ctafirst h3 {
    font-size: 48px !important;
    font-weight: bold;
    font-family: "Rajdhani";
    color: #FFFFFF;
    text-align: left;
}

.ctafirst a {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bold;
    float: left;
}
.ctasecond { width:20%;}
.ctasecond img {
    top: 50%;
    left: 0%;
    position: relative;
}

.ctathird img {
    position: relative;
    left: 50%;
}

/* end home page design */


.marquee-text {
    overflow: clip;
}

.marquee-text-track {
    display: flex;
    padding-left: 4.8rem;
    gap: 4.8rem;
    width: max-content;
    animation: marquee-move-text var(--speed, 20s) linear infinite var(--direction,
            forwards);
}

.marquee-text p {
    background-color: transparent;
    padding: 1rem 2.5rem;
    font-weight: normal;
    font-size: 240px;
    color: #2D3238;
    margin: 0px;
}

@keyframes marquee-move-text {
    to {
        transform: translateX(-50%);
    }
}


.footerwidgetonetext {
    font-size: 48px !important;
    color: #ffffff;
    font-family: 'Rajdhani';
    text-align: left;
    font-weight: bold;
}

.footerwidgetonebutton {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bold;
}

.footerwidgettwotext {
    font-size: 48px !important;
    color: #ffffff;
    font-family: 'Rajdhani';
    text-align: left;
    font-weight: bold;
}

.footerwidgettwobutton {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bold;
}

/* About Us Page */
#about-us {
    background-color: #f9f9f9;
    padding: 5% 0px;
    color: #333;
}



#about-us h2 {
    font-size: 48px !important;
    color: #949494;
    margin-bottom: 10px;
    font-family: "Rajdhani";
}

.aboutuscircle {
    background: url(./assets/images/aboutuscircle.png) no-repeat !important;
    position: absolute;
    width: 85px;
    height: 85px;
    float: right;
    right: 10%;
}

#about-us h3 {
    font-size: 48px !important;
    margin-bottom: 20px;
    color: #101010;
    font-family: "Rajdhani";
}

#about-us p {
    font-size: 20px !important;
    /* line-height: 1.6; */
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    color: #444444;
    width: 85%;
}

#about-us img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tab-section {
    background-color: #fff;
    padding: 50px 5px;
    font-family: 'Mulish';
    color: #333;
}



#tab-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #222;
}

/* Tab Section Styling */
.tabs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    background: #f1f1f1;
    border-radius: 40px;
}

.tab-link {

    border: none;

    text-transform: capitalize;
    /* Capitalize text like the design */
    cursor: pointer;
    background-color: transparent;
    transition: color 0.3s ease;
    outline: none;
    /* Remove focus outline */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0px;
    font-size: 16px !important;
    width: 35%;
    color: #101010;
    font-weight: bold !important;

}

.tab-link:hover {
    background-color: #D7D7D7;
    /* Bright orange hover color */
    color: #101010;
    /* White text on hover */
    border-radius: 40px;
    border: 1px solid #000000;
}

.tab-link.active {
    background-color: #FCD4A3;
    /* Active state matches hover */
    color: #101010;
    /* White text for active state */
    font-weight: bold !important;
    border-radius: 40px;
}

/* Tab Content Section */
.tab-content {
    display: none;
    /* Hidden by default */
    text-align: left;
    padding: 5px;

}

.tab-content.active {
    display: block !important;
    /* Show the active tab's content */
}

#wireless-integration,
#key-benefits,
#why-choose-us {
    text-align: center;
}

#wireless-integration ul,
#key-benefits ul {
    list-style: none;
    border: none;
    /* display: inline; */
    text-align: center;
}

#wireless-integration ul li,
#key-benefits ul li {
    padding: 10px 25px;
    border-radius: 5px;
    border: 1px solid #FFF2E2;
    background: #FAF6F1;
    /* width: 0%; */
    display: inline;
    margin: 20px 20px;
    line-height: 90px;
    color: #101010;
    font-weight: 600;
    font-size: 15px !important;
}

.wirelessfirstp {
    font-size: 18px !important;
    color: #444444;
}

.wirelesssecondp {
    font-size: 14px !important;
    color: #444444;
}

.why-choose-us-firstblock {

    float: left;
    text-align: left;
    padding: 10px 20px;
}

.why-choose-us-secondblock {

    padding: 10px 20px;
}

.why-choose-us-secondblock img {
    min-height: 250px;
    border-radius: 8px;
}



/* Leadership Team Section */
/* Leadership Team Section */
.leadership-team {
    padding: 80px 20px;
    background-color: #2D3238;
    text-align: center;
}

.leadership-team .section-title {
    font-size: 48px !important;
    font-family: "Rajdhani";
    color: #101010;
    text-transform: uppercase;
    font-weight: bold;
    background: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 2%;
    padding: 0%;
    width: 50%;

}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    justify-content: center;
}

.team-member {
    color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    margin: 1%;
    height: 100%;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.team-member .member-photo {
    width: 100%;
}

.team-member .member-photo img {
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: inherit;
}

.team-member .member-name {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Rajdhani";
    margin-bottom: 10%;
}

.team-member .member-position {
    font-size: 14px !important;
    color: #FFFFFF;
    font-weight: 600;
    font-family: "Rajdhani";
    margin-bottom: 0;
}

.member-description {
    font-size: 14px !important;
    color: #FFFFFF;
    line-height: 24px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-member {
        margin-bottom: 20px;
    }
}


/* Our Service Area Section */
.our-service-area {
    padding: 80px 20px;
    background-color: #FFFFFF;
}

.our-service-area .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.service-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}

/* Service Image */
.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Text Content */
.service-text {
    flex: 1;
    text-align: left;
}

.service-text .section-title {
    font-size: 48px !important;
    color: #101010;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Rajdhani";
}

.service-text .service-description {
    font-size: 14px !important;
    color: #444444;
    margin-bottom: 30px;
}

.service-text .counties-title {
    font-size: 20px !important;
    color: #101010;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: "Rajdhani";
}

.service-text .counties-list {
    list-style: none;
    border: none;
    /* display: inline; */
    text-align: left;
    padding-left: 0px;
}

.counties-list li {
    padding: 10px 18px;
    border-radius: 5px;
    border: 1px solid #FFF2E2;
    background: #FAF6F1;
    /* width: 0%; */
    display: inline;
    margin: 10px 10px;
    line-height: 50px;
    color: #101010;
    font-weight: 600;
    font-size: 15px !important;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .service-content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .service-image img {
        margin-bottom: 20px;
    }

    .service-text {
        text-align: center;
    }
}

/* Industries and Our Services */


.experience-beyond-boundaries {
    display: block;
    position: relative;
    margin: 5% 0 0 0;
    color: #101010;
    font-family: Rajdhani, var(--default-font-family);
    font-size: 48px !important;
    font-weight: 700;
    line-height: 50px;
    text-align: left;

}

.communications-express {

    margin: 15px 0 0 0;
    color: #444444;
    font-family: Mulish, var(--default-font-family);
    font-size: 20px !important;
    font-weight: 500;
    line-height: 30px;
    text-align: left;

}

.flex-row-abd {
    position: relative;
    margin: 2% 5% 0% 5%;
}

.ourservicegrid,
.industiresgrid {
    /* width: 20%; */
    position: relative;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 8px !important;
    box-sizing: content-box;
    /* display: inline-block; 
    margin: 2%; */
    padding: 0 0 0 0 !important;
    height: 100%;
    width: 100%;
}

.image-f {
    position: relative;
    margin: 0 0 0 0;

    border-radius: 8px 8px 0 0;
}

.image-f img {
    width: 100%;
}

.flex-row-acc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* width: 272px; */
    /* height: 26px; */
    margin: 5% 3%;

}

.construction {
    flex-shrink: 0;
    position: relative;
    height: 1%;
    color: #101010;
    font-family: Rajdhani, var(--default-font-family);
    font-size: 20px !important;
    font-weight: 700;
    line-height: 25.52px;
    text-align: left;
    width: 80%;

}

.arrow-up-right {
    flex-shrink: 0;
    position: relative;
    width: 24px;
    height: 24px;
    background: url('./assets/images/arrow-up-right-readmore.png') no-repeat center;
    background-size: cover;

    overflow: hidden;
}

main#site-content {
    margin-top: 10%;
}

.menu-resources-sidebar-menu-container {

    background: #ffffff;
    border-radius: 16px;

    margin: 1% 1% 1% 2%;
}

.menu-resources-sidebar-menu-container ul {
    list-style-type: none;
    padding: 1%;
}

.menu-resources-sidebar-menu-container ul li {

    position: relative;
    margin: 0 0 0 8px;
    padding: 12px 56px 12px 16px;
    background: #ffffff;
    border-radius: 8px;
}

.menu-resources-sidebar-menu-container ul li:hover {
    position: relative;
    margin: 8px 0 0 8px;
    padding: 12px 56px 12px 16px;
    cursor: pointer;
    background: #fef1e1;
    border: none;
    border-radius: 8px;
    color: #f68c08 !important
}

.menu-resources-sidebar-menu-container ul li.current-menu-item {

    position: relative;
    margin: 8px 0 0 8px;
    padding: 12px 56px 12px 16px;
    cursor: pointer;
    background: #fef1e1;
    border: none;
    border-radius: 8px;
}

.menu-resources-sidebar-menu-container ul li.current-menu-item>a {
    color: #FFFFFF !important;
}
#menu-resources-sidebar-menu li.current-menu-item>a{
    color: #F68C08 !important;
}

.secondrow {
    position: relative;

    background: #ffffff;
    border-radius: 16px;
}

.menu-resources-sidebar-menu-container ul li>a {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 19px;
    color: #444444 !important;
    font-family: 'Mulish';
    font-size: 15px !important;
    font-weight: 700;
    line-height: 18.825px;
    text-align: left;
    white-space: nowrap;
}
.menu-resources-sidebar-menu-container ul li:hover>a {
   
    color: #F68C08 !important;
 
}

/* blog list layout */


.flex-row-d {
    position: relative;
    height: 100%;
    margin: 40px 0 0 40px;
}


.breadcrumb {
    position: relative;
    height: 20px;
    margin: 24px 0 0 0;
    background: transparent !important;
    padding:2rem 1rem !important;
}



.headertitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 1%;

}

.all-blogs {
    position: relative;
    color: #101010;
    font-family: Mulish, var(--default-font-family);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;

}

.blogsearch {
    flex-shrink: 0;
    position: relative;
    width: 30%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
}

.search-input {
    position: absolute;
    width: 300px;
    height: 40px;
    top: -1px;
    left: -1px;
    background: transparent;
    border: none;

    outline: none;
}

.bloggrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    margin: 5%;

}

.bloglist {
    /* flex: 1 1 calc(33.333% - 20px); */
    box-sizing: border-box;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;

    margin: 1% 0;
}

.bloglistimg {

    position: relative;


    border-radius: 8px;
}

.bloglisttitle {

    position: relative;

    color: #101010;
    font-family: Mulish, var(--default-font-family);
    font-size: 20px !important;
    font-weight: 600;
    line-height: 28px;
    text-align: left;

}

/* end */



.certfirstsec {
    position: relative;
    height: auto;
    margin: 1% !important;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    box-sizing: content-box;
    padding: 1%;
}

.latestcert {
    width: 40%;
    height: 100%;
    background: #f6f8f9;

    border-radius: 8px;
}

.latestcert-logo {
    position: relative;
    width: 100%;
    height: auto;
    /* margin: 24px 0 0 125px; */
    padding: 5%;
    /* margin: 0 auto; */
    text-align: center;
    display: inline-block;
    float: left;

}

.latestcert-title {
    /* display: flex
; */
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
    position: relative;
    height: auto;
    color: #101010;
    font-family: Mulish, var(--default-font-family);
    font-size: 26px;
    font-weight: 700;
    line-height: 35.63px;
    text-align: left;
    white-space: nowrap;
    text-wrap: auto;
    display: inline-block;
    padding: 1%;
    margin: 0px;
}

.latestcert-desc {
    /* display: flex;
    align-items: flex-start;
    justify-content: flex-start; */
    position: relative;
    height: auto;

    color: #444444;
    font-family: Mulish, var(--default-font-family);
    font-size: 14px !important;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    display: inline-block;
    padding: 1%;
    margin: 0px;


}

.latestcert-button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 12px;
    position: relative;
    padding: 10px 24px 10px 24px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #f68c08;
    color: #f68c08;
    border-radius: 8px;
    /* display: inline-block; */
    /* float: left; */
    margin-left: 1%;


}

.visit-button {
    position: relative;
    font-family: Mulish, var(--default-font-family);
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-overflow: initial;

}

.visit {
    position: relative;
    color: #101010;
    font-family: Mulish, var(--default-font-family);
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20.08px;
    text-align: left;
}

.more-information {
    position: relative;
    color: #101010;
    font-family: Mulish, var(--default-font-family);
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20.08px;
    text-align: left;
}

.certgrid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;

    margin: 1%;

}

.certgridlist {

    position: relative;
    margin: 1%;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-sizing: content-box;
    height: 100%;
}

.certgridbanner {
    position: relative;
    margin: 1% 0 0 0;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;


}

.certgridtitle {
    display: block;
    position: relative;
    margin: 1%;
    color: #101010;
    font-family: Rajdhani, var(--default-font-family);
    font-size: 18px !important;
    font-weight: 600;
    line-height: 22.968px;
    text-align: left;
    white-space: nowrap;
    text-wrap: auto;

}



.bloglist .testimonial-content {
    background: #101010;
    min-height: 350px;
}

.bloggrid .video-item {
    width: initial;
}

.woocommerce ul.products li.product .button,
a.added_to_cart.wc-forward {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.15s linear;
    background-color: #fff;
    color: #000;
    border-radius: 0px;
    border: solid 1px #000;
}

.woocommerce ul.products li.product a img {
    width: inherit;
    margin: 0 auto;
    height: 100%;
    max-height: 200px;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: flex-start;
    background: #D7D7D7;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: transparent;
    border-radius: 40px;
    /* padding: 0 5em; */
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #FCD4A3;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    background: #F1F3F4;
    /* max-height: 300px; */
    border-radius: 2%;
}

.woocommerce div.product div.images img {
    width: inherit;
    /* max-height: 300px; */
    /* text-align: center; */
    margin: 0 auto;
    /* border-radius: 5%;*/
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 14px !important;
    font-weight: 600;
    color: #444444;
}

.posted_in a {
    color: #F68C08;
    font-size: 16px !important;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: #101010;
    font-size: 26px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    font-size: 16px !important;
    color: #444444;
}


.star-rating {
    font-size: 24px;
    color: #f5c518;
    /* Gold color for stars */
}

.star {
    display: inline-block;
    margin-right: 2px;
}

.star.filled {
    color: #f5c518;
    /* Filled star color */
}

.star:not(.filled) {
    color: #ddd;
    /* Empty star color */
}

.requestform form {
    padding: 1%;
    margin-top: 10px;
    margin-bottom: 0px;
    background: #f3f3f3;
    border-radius: 4px;
}

.requestform form p {
  /*  margin-bottom: 0.75em !important; */
  margin-bottom: 0px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 span {
    width: 100%;
    box-sizing: border-box;
    margin-top: 3px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

input,
select,
textarea {
    margin: 0;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 span {
    width: 100%;
    box-sizing: border-box;
    margin-top: 3px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 span {
    width: 100%;
    box-sizing: border-box;
    margin-top: 3px;
}

.wpcf7 select {
    width: 100%;
    font-size: inherit;
    border: none;
    min-height: 51px;
    padding: 14px 20px;
    margin-top: 3px;
    border: 1px solid #e6e7e8;
    border-radius: 3px;
    transition: border-color 0.3s;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.requestform form select,
.requestform form input,
.requestform form textarea {
    -moz-appearance: none;
    border: 1px solid #dadada !important;
    border-radius: 4px !important;
    min-height: 40px !important;
    padding: 5px !important;
}

.requestform form select {
    line-height: normal;
}

input.wpcf7-form-control,
.wpcf7 textarea {
    background: #fff;
}

.address-section .menu-resources-sidebar-menu-container {
    border: 5px solid #f3f3f3;
}

.quote-form {
    font-family: Mulish;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 25px;
    text-align: left;
    margin: 0% !important;
    padding: 1%;
}

.requestform {
    background: #F1F3F4;
    padding: 2% 5%;
}

.mandatory {
    color: #F68C08;
}

.requestform label {
    color: #101010;
    display: block;
    font-family: Mulish;
    font-size: 15px;
    font-weight: 600;
    line-height: 18.83px;
    text-align: left;
}

.width-100 {
    clear: both;
}

.width-50 {
    width: 48%;
    display: inline-block;
    margin: 1% 0% 1% 1%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #f68c08;
    color: #fff;
}

.contactform {
    margin: 2%;
}

ul.related-posts-list {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
}

.authorimage img {
    border-radius: 50%;
    vertical-align: inherit;
}

.entry-meta h6 {
    margin: 0;
}


.bubble-chat-stroke {
    /* flex-shrink: 0; */
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./assets/images/chat.png) no-repeat center;
    /* background-size: cover; */
    /* overflow: hidden; */
    left: 2%;
    /* background-color: #FFF; */
}

.respond {
    position: relative;
    cursor: pointer;
    /* color: #f68c08; */
    font-family: Mulish, var(--default-font-family);
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    background: transparent;
    border: 1px solid #f68c08;
    background: transparent;
    color: #f68c08;
    border-radius: 5px;
    text-align: center;
    padding: 5px 25px;
    vertical-align: top;
}

.respond:hover {
    background: transparent;
    color: #f68c08;
}


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    transition: all 2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    height: 60vh;
}

@media screen and (max-width: 576px) {
    .popup {
        margin: 0 auto;
        width: 95%;
    }
}

.popup .close {
    position: sticky;
    top: 20px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    float: right;
    background: #FFFFFF;
    padding: 0 10px;
    border-radius: 5px;
    z-index: 2;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.related-posts .widget-title {
    font-weight: bold;
    font-size: 32px;
    padding: 1%;
    border-bottom: 0;
    border-top: 2px solid #f3f3f3;
}

.related-posts-list .thumb {
    margin: 5%;
    text-align: center;
}

.related-posts-list .thumb img {
    width: 100%;

}

.related-posts-list h4 {
    margin: 5%;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80% !important;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px !important;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#embededcontent iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

.wpcf7-spinner {
    width: 24px !important;
    background: #f68c08;
    color: #FFFFFF;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    position: initial;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
    height: 100%;
    border: 1px solid #f3f3f6;
    /* max-height: 100%; */
    border-radius: 8px;
    padding: 1%;
}

.woocommerce-Reviews-title span {
    display: inline-block;
    float: right;
}

.write-review-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.close-modal {
    position: absolute;
    /* top: 50%; */
    right: 2%;
    font-size: 20px !important;
    cursor: pointer;
    background: #f68c08;
    border-radius: 50%;
    /* padding: 0%; */
    font-weight: bold;
    color: white;
    /* padding: 4px; */
    width: 32px;
    text-align: center;
}

span#reply-title,
.comment-form-comment label {
    font-size: 20px !important;
    font-weight: 600;
}

.woocommerce #review_form #respond .stars a {
    font-size: 30px;
}

.woocommerce #review_form #respond textarea {
    border-radius: 5px;
}

.woocommerce #review_form #respond .form-submit input {
    width: 100%;
    color: #fff;
    background: #f68c08;
    border-color: #f68c08;
}

.write-review-modal .modal-content {
    border-radius: 25px;
}

#write-review-button {
    background: #f68c08;
    border-color: #f68c08;
    color: #FFF;
}

.comment-form-author {
    width: 45%;
    float: left;
    margin-right: 10% !important;
}

.comment-form-email {
    width: 45%;
    display: inline-block;
}

.ourservicestitle {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 2%;
    margin-top: 5%;
    background: #FFFFFF;
}

.titlefirst {

    border-radius: 10px;
    text-align: center;
}

.titlefirst img {
    margin: 0 5%;
    width: 100%;
    border-radius: 10px;
    max-height: 300px;
    max-width: 550px;
}

.titlesecond {
    width: 60%;
    padding: 2%;
}

.titlesecond h2 {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Rajdhani';
}

.protect-radios {
    font-size: 14px;
    color: #444444;
    font-weight: normal;
}

.ourservicesblackbg1 {
    position: relative;
    min-height: 736px;
    margin: 0 auto;
    background: #2D3238;
}

.flexcolumn {
    display: flex;
    flex-direction: column;
    width: 85%;
    /* text-align: center; */
    align-items: center;
    margin: 0 auto;
    /* border-bottom: 1px solid #fff; */
    color: #fff;
}

.flexrow {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 1 1 1;
    border-bottom: 1px solid #fff;
    padding-bottom: 2%;
    margin: 1%;
}

.flexrow:last-child {
    border: none;
}

.firstcol {
    width: 30%;
    margin: 1%;
    color: #fff;
}

.secondcol {
    width: 60%;
    margin: 1%;
}

.ourservicesblackbg2 {
    position: relative;
    min-height: 400px;
    margin: 0 auto;
    background: #2D3238;
}

.ourserviceswarrenty {
    background: #FFFFFF;
}

.ourserviceswarrenty .heading {
    padding: 5% 0%;
    text-align: center;
    border-bottom: 1px solid #D6D6D6;
    margin: 0px 10%;
}

.ourserviceswarrenty .heading h3 {
    font-size: 48px !important;
    margin-bottom: 1%;
}

.ourserviceswarrenty .heading p {
    font-size: 14px !important;
    color: #444444;
}

.ourserviceswarrenty .flexrow {
    align-items: baseline;
    border-bottom: 1px solid #DADADA;
    margin: 1% 5% 0 5%;
}

.ourserviceswarrenty .flexrow .flexcolumn {
    align-items: flex-start;
}

.ourserviceswarrenty .flexrow .flexcolumn .firstcol,
.ourserviceswarrenty .flexrow .flexcolumn .secondcol {
    color: #101010;

}

.ourserviceswarrenty .flexrow .flexcolumn .secondcol {
    color: #444444;
    font-size: 13px !important;

}

.textcolumn {
    width: 40%;
}

.tablecolumn {
    width: 60%;
}

.tablecolumn .firstcol,
.tablecolumn .secondcol {
    width: 100%;
}

.tablecolumn .firstcol table,
.tablecolumn .secondcol table {
    background: #FAF6F1;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    border-spacing: 0;
}

.tablecolumn .firstcol table tr,
.tablecolumn .secondcol table tr {
    border-bottom: 1px solid #D6D6D6;
}

.tablecolumn .firstcol table td,
.tablecolumn .secondcol table td {


    font-size: 16px !important;
    color: #101010;
    text-align: center;
    padding: 2%;
}

.tablecolumn .firstcol table td:not(:last-child),
.tablecolumn .secondcol table td:not(:last-child) {
    border-right: 1px solid #D6D6D6;
}

.tablecolumn .firstcol table tr:not(:last-child) td,
.tablecolumn .secondcol table tr:not(:last-child) td {
    border-bottom: 1px solid #D6D6D6;
}

.ourservicewarrantymiddletitle {
    font-size: 18px !important;
    text-align: center;
    padding: 2%;
    font-weight: normal;
    border-bottom: 1px solid #d6d6d6;
    margin: 0 5%;
}

.ourservicesblackbg2 .flexrow {
    margin: 0% 5%;
    align-items: flex-start;
    text-align: left;
}

.ourservicesblackbg2 .flexrow .flexcolumn {
    flex: 2;
    margin-right: 5%;
    text-align: left;
    align-items: flex-start;
    border-top: 1px solid #dadada4f;
}

.ourservicesblackbg2 .flexrow .flexcolumn:last-child {
    flex: 1;
    text-align: left;
    align-items: flex-start;
}

.ourservicesblackbg2 .flexrow .flexcolumn .firstrowheader {
    font-weight: bold;
    font-size: 20px !important;
    color: #FFFFFF;
}

.ourservicesblackbg2 .flexrow .flexcolumn .secondrowp {
    font-size: 14px !important;
    font-weight: normal;
    color: #73787D;
}

.ourservicesblackbg2 .heading h3 {
    color: #fff;
    text-align: left;
    padding: 5%;
    font-size: 32px;
    font-weight: bold;
    margin: 0 5%;
}


.industries-details-law-enforcement,
.industries-details-law-enforcement * {
    box-sizing: border-box;
}

.industries-details-law-enforcement {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.stay-section {
    color: #000000;
    text-align: left;
    font-family: "Mulish-Bold";
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;

}

.today-section {
    color: #444444;
    text-align: left;
    font-family: "Mulish-Regular";
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400;
    background: #faf6f1;
    border-radius: 8px;
    padding: 2%;
    margin: 1%
}

.law-enforcement {
    color: #444444;
    text-align: left;
    font-family: "Mulish-Bold";
    font-size: 16px !important;
    font-weight: 700;

}

.collaborative-devices {
    color: #101010;
    text-align: left;
    font-family: "Rajdhani-Bold";
    font-size: 20px !important;
    font-weight: 700;
}

.collaborative-devices-ul {
    color: #444444;
    text-align: left;
    font-family: "Mulish-Regular";
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400;
    background: #faf6f1;
    border-radius: 8px;
    padding: 2%;
    margin: 1%;
}

.two-way-radios {
    color: #101010;
    text-align: left;
    font-family: "Rajdhani-SemiBold";
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}



.astro-25-header {
    color: #101010;
    text-align: left;
    font-family: "Rajdhani-SemiBold";
    font-size: 32px;
    font-weight: 600;

}

.astro-25-desc {
    color: #444444;
    text-align: left;
    font-family: "Mulish-Regular";
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400;

}

.astro25image {
    background: #ecebe8;
    border-radius: 8px;
    min-height: 250px;
    width: 45%;
    max-height: 400px;
}
.astro25image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

.twocolumngrid,
.twocolumngrid {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 5% 5%;
    margin: 5% 2%;
    border-radius: 8px;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 1px;
    height: 100%;
}

.twocolumndesc {
    color: #444444;
    text-align: left;
    font-family: "Mulish-Regular";
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 400;

}

.twocolumnheader {
    color: #101010;
    text-align: left;
    font-family: "Rajdhani-Bold";
    font-size: 20px !important;
    font-weight: 700;

}

.twocolumnurl {
    color: #f68c08;
    text-align: left;
    font-family: "Mulish-Bold";
    font-size: 16px !important;
    font-weight: 700;
    text-decoration: underline;
    position:absolute;
    bottom: 10px;
}

.twocolumnimg {
    width: 80px;
    height: 80px;

    object-fit: contain;
}

.solutionheader {
    color: #000000;
    text-align: left;
    font-family: "Mulish-Bold";
    font-size: 16px !important;
    font-weight: 700;
}

.solutiongridcontent {
    color: #444444;
    text-align: left;
    font-family: "Mulish-Regular";
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400;

}

.read-more {
    color: #f68c08;
    text-align: left;
    font-family: "Mulish-Bold";
    font-size: 14px !important;
    font-weight: 700;
    text-decoration: underline;
    position: absolute;
    bottom: 5px;

}

.case-studies {
    color: #101010;
    text-align: left;
    font-family: "Rajdhani-Bold";
    font-size: 18px !important;
    font-weight: 700;
    padding: 2%;
    border-bottom: 1px solid #d6d6d6;
}



.downloader {
    color: #101010;
    text-align: left;
    font-family: "Mulish-Medium";
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 500;

}

.download-square-01-stroke-rounded {
    width: 20px;
    height: 20px;

    overflow: visible;
}


.one-radio-multiple-bands-instant-interoperability {
    color: #101010;
    text-align: left;
    font-family: "Mulish-Medium";
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 500;


}

.industries-details-law-enforcement .ourservicestitle .titlefirst img {
    width: 100%;
    border-radius: 10px;
    max-height: 300px;
}

@media (min-width: 768px) {

   

    .latest-news-section h2 {

        width: 50% !important;


    }

    .testimonial-section h2 {
        width: 55% !important;

    }

    a.view-all-btn {
        float: right;

    }

    .industries-details-law-enforcement .ourservicestitle {
        align-items: normal;
    }

    
}

@media (max-width:768px) {
    .tabs {
        display: grid;
        justify-content: normal;
    }

    .tab-link {
        width: 100% !important;
    }

    #wireless-integration ul li,
    #key-benefits ul li,
    .counties-list li {
        width: 100%;
        display: block;
        line-height: 20px;
    }


}

.solutionsgrid{
    border-radius: 8px;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 1px;     border-width: 1px;
    padding: 5%;
    width: 100%;
    height: 100%;
    background: #FAF6F1;
}
.downloadsection{
    background: #ffffff;
    border-radius: 8px;
    border-style: solid;
    border-color: #d6d6d6;
    border-width: 1px;
    width: 90%;
    margin: 0 auto;
}

.downloadlist{
    display: list-item
;
    margin: 2%;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #d6d6d6;
    list-style-position: inside;
}
.downloadlist:last-child{
    border-bottom: none !important;
}
.downloadlist a{
    float: right;
    
}

/*
.downloadlist:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    margin-left: -20px;
}
    */
.todaysectionbelow h2{
    font-size:18px;
    font-weight: bold;
}
.todaysectionbelow p{
    font-size:14px;
    font-weight: normal;
}
.black-container{
    position: relative;
    margin: 0 auto;
    background: #101419;
    color:#FFFFFF;
}
.black-container .row{
    border-bottom: 1px solid #2E3237;
    margin: 1.5%;
}
.black-container .row:last-child{
    border-bottom:none !important;
    margin: 1.5%;
}
.black-container .row p{
    font-size: 16px;
    font-weight: 500;
    color:#73787D;
}
.black-container .row h4{
    font-size: 22px;
    font-weight: bold;
    color:#FFFFFF;
}
.black-container .contactusbutton{
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
}
.motorola-apx-p-25-portable-radios a{ color:#f68c08;}
#accordion .card{ border-radius: 8px;}
#accordion .card-header{
    background: transparent;
    border-bottom: none;
}
#accordion .card .card-header h5{
    font-size: 16px;
    font-weight: 600;
    color:#101010;
}
#accordion .card .card-body ul{
background: #FAF6F1;
border-radius: 8px;
}
#accordion .card .card-body ul li{
    padding: 10px;
}
#accordion .card .card-header h5:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
  }
#accordion .card .card-header.collapsed h5:after {
    content: "\f107" !important;
  }
.solutiongridcontent ul {
  list-style: none;
    padding: 5%;
}
.solutiongridcontent ul li ul{
    list-style: disc;
  }
.solutiongridcontent ul li ul li::marker {
    color: #f68c08;
  }
.solutiongridcontent ul li a {
    font-weight: bolder;
    color: #f68c08;
}
.twocolumngrid.communicationsection{
    background: #FAF6F1;
    border: none;
}

.industries-template-template-industry-healthcare .today-section{
    background: transparent;
}
.industries-template-template-industry-healthcare .today-section .row .col-md-6 .todaygrid {
    background: #faf6f1;
    border-radius: 8px;
    padding: 5%;
    width: 100%;
    height: 100%;
    
}

.industries-template-template-industry-healthcare .twocolumnimg{
    width: 40px;
    height: 40px;
}
.single-services .flex-row-abd{
    background:#FFFFFF;
}

.prodcatdesc{
    font-size: 12px;
    line-height: 22px;
    color: #444444;
}
.subcategory-tabs{
    width: 100%;
    margin: 0 2%;
}
.subcategory-tabs .nav-tabs{ border:none;
border-bottom: 1px solid #e7e7e7;
}
.subcategory-tabs  .nav-tabs .nav-link{ 
    color: #101010 !important;
    font-size: 16px; 
    font-weight: 600; 
    line-height: 22px; 
    font-family:'Rajdhani'; 
    padding: 0;     
    margin: .5rem 1rem;
    margin-bottom: 0;
}
.nav-tabs .nav-link:hover{
    border:none;
    border-bottom: 2px solid #F68C08;
}
.subcategory-tabs  .nav-tabs .nav-link.active{
    border:none;
    border-bottom: 2px solid #F68C08;
    color: #F68C08 !important;
}
.productsearch{    /* flex-shrink: 0; */
position: relative;
width: 50%;
height: 40px;
background: #ffffff;
border: none;
border-radius: 8px;
float: right;
}
.subcattitle{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.subcattitle span{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #888888;
}

.subcategory-tabs  .product-item img{
max-width: 170px;
max-height: 170px;
object-fit: contain;
}
.subcategory-tabs .product-item h3{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Rajdhani';
    text-align: left;
    border-top: 1px solid #ddd;
    width: 100%;
  
}
.pagination .prev:after, .pagination .next:before{display: none;}
.page-link {
    font-size: 14px;
    font-weight: 600;
    color: #031328;
    border-color: #D3D3D3;
}
.page-link.current {
    color: #FFFFFF;
    background: #F68C08;
}
#menu-resources-sidebar-menu li a{
    color: #444444;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;

}
.prod-category-single-page p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.prod-category-single-page h3{
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
}
.prod-category-single-page h5{
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.prod-category-single-page h6{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.prod-category-single-page h4{
font-family: 'Rajdhani';
font-size: 20px;
font-weight: 700;
line-height: 25.52px;
}
.callboxlist li {
    padding: 1%;
    border-radius: 5px;
    border: 1px solid #FFF2E2;
    background: #FAF6F1;
    /* width: 0%; */
    display: inline;
    margin: 20px 5px;
    line-height: 50px;
    color: #101010;
    font-weight: 400;
    font-size: 14px !important;
}
.prod-category-single-page .product-item h3{
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    font-family: 'Rajdhani';
    border-top: 1px solid #D3D3D3;
}
.prod-category-single-page .product-item img{
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
    max-width: 170px;
    max-height: 170px;
}
.filedownload{
    background: #F68C0814;
    border-radius: 8px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
}

.filedownload:after{
    content:url('./assets/images/download-square-01-stroke-rounded.svg');
    position:relative;
    width: 10px;
    height: 10px;
    left:10px;
    top:5px;
    }
.slick-prev {
    left: -10px !important;
    z-index: 2;
}
.slick-next {
    right: -5px !important;
}

.contactusaddresssection {
    float: left;
    background: #f1f3f4;
    border-radius: 16px;
    margin: 2%;
    padding: 5%;
    line-height: 20px;
    position: relative;
  }

  .young-woman-security {
    width: 130px;
    height: 280px;
    border-radius: 0 0 16px 0;
    position: absolute;
    right: 0%;
    bottom: 0%;

    background: linear-gradient(transparent, #f1f3f4), url('./assets/images/beautiful-young-woman-security-uniform2.png') no-repeat center;
    background-size: contain;

  }

  .communications-express-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

    height: 20px;
    top: 32px;
    left: 24px;
    color: #101010;
    font-family: Mulish, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;

  }

  
  .brookfield-corporate-drive {


    width: 200px;

    color: #444444;
    font-family: Mulish, var(--default-font-family);
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10%;
  }

  .local {
    color: #101010;
    font-family: Mulish, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 1%;
  }

  .toll-free {

    color: #101010;
    font-family: Mulish, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 1%;

  }

  .fax {

    color: #101010;
    font-family: Mulish, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 1%;
  }
  .questions-form {


    width: 75%;
    color: #444444;
    font-family: Mulish, var(--default-font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-top: 6%
  }
  .wvg-single-gallery-image-container {
    background: #f1f3f4;
    margin: 1%;
    border-radius: 8px;
    text-align: center;
    padding: 2%;
    opacity: 1;
    height: 250px !important;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img{
    height: 100%;
    object-fit: contain;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{
    background: #f1f3f4;
    margin: 2px;
    border-radius: 8px;
    text-align: center;
    padding: 5px;
    opacity: 1;
}
  .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img{
    height: 50px !important;
    object-fit: contain;
  }
  .woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
    padding-top: 5%;
  }
  .brand-logo{
    width: 150px;
    height: 100px;
    margin-bottom: 5%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color:#101010 !important;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
  }
  .woocommerce-Tabs-panel p{
    font-size: 14px;
    font-weight: normal;
    color:#444444;
  }
  .related h2{
    font-size: 32px;
    font-weight: bold;
    color:#101010;
  }

  .woocommerce ul.products li.product .button, a.added_to_cart.wc-forward{
    display: none;
  }

  .related.products ul.products li.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 300px;
    padding: 0px;
    margin-right: 10px;
    width: 24%;
    border-color: #D3D3D3;
}

.related.products ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    border-top: 1px solid #D3D3D3;
    font-size: 18px;
    font-family: 'Rajdhini';
    font-weight: 500;
    height: 25px;

}

.related.products ul.products li.product .price {
    margin-top: auto;
}

.related.products ul.products li.product img {
    max-height: 200px; /* Set a consistent image height */
    object-fit: contain;
    padding:20px;
}
.woocommerce-loop-product__link{
    width: 100%;
}

.woocommerce-product-gallery:has(.flex-control-thumbs) {
    display: flex;
    flex-direction: row-reverse;
}
.woocommerce div.product div.images .flex-control-thumbs{
    display: flex;
    flex-direction: column;
    width: 140px;
    height: 300px;
}
.flex-viewport{
    background: #f1f3f4;
    margin: 1%;
    border-radius: 8px;
    text-align: center;
    padding: 2%;
    opacity: 1;
    height: 300px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    background: #f1f3f4;
    margin: 2px;
    border-radius: 8px;
    text-align: center;
    padding: 5px;
    opacity: 1;
    width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    height: 50px !important;
    object-fit: contain; 
}
.wc-tabs .active a{
    font-weight: bold !important;
}
.newsletterform{
    background-color: #f1f3f4;
    padding: 5% 3%;
    border-radius: 8px;
}
.newsletterform label{
    font-family: Mulish;
font-size: 15px;
font-weight: 600;
line-height: 18px;
text-align: left;


}
.newsletterform label span{
    font-family: Mulish;
font-size: 15px;
font-weight: 600;
line-height: 18px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: red;
}
.newsletterform input[type="text"], .newsletterform input[type="email"], .newsletterform input[type="tel"], .newsletterform select{
height: 50px;
border-radius: 8px;
border: 1px solid #E9E9E9;
font-family: Mulish;
font-size: 15px;
font-weight: 400;
line-height: 18px;
text-align: left;
color: #888888;

}
.newsletterform textarea{ 
    border-radius: 8px;
border: 1px solid #E9E9E9;
font-family: Mulish;
font-size: 15px;
font-weight: 400;
line-height: 18px;
text-align: left;
color: #888888;

}
.newsletterform .wpcf7-not-valid-tip{
    font-family: Mulish;
font-size: 15px;
font-weight: 400;
line-height: 18px;
text-align: left;
}
.newsletterform  .wpcf7-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.newsletterform  .wpcf7-list-item  input { width:auto;}
.newsletterform  .wpcf7-list-item  .wpcf7-list-item-label{
    font-family: Mulish;
font-size: 13px;
font-weight: 500;
line-height: 16px;
text-align: left;
margin-left:2%;

}
.newsletterform  .wpcf7-submit{
    padding: 16px 24px;
    border-radius: 8px;
    opacity: 0px;
    box-shadow: 0px 4px 20px 0px #22222229;
    border: none;
}

.ebookgrid{
        width: fit-content;
    border: 1px solid #D3D3D3;
    padding: 20px 10px;
    border-radius: 8px;
    margin:10px 0px;
}
.ebookgrid .title{
    font-family: Rajdhani;
font-size: 20px;
font-weight: 700;
line-height: 25px;
text-align: left;
color:#101010;

}
.ebookgrid .downloadList{
        list-style: none;
    padding-left: 10px;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: #F68C08;
}
.brouchersgrid .ebookgrid{width:initial !important;}
/*.brouchersgrid .loop{   width: fit-content !important;} */
.brouchersgrid .title{font-family: Rajdhani;
font-size: 20px;
font-weight: 700;
line-height: 25px;
text-align: left;
color:#101010;
}
.agrid {
    padding-right: 5px !important;
    padding-left: 5px  !important;
}

/* =====================================================================
   Single Product — Summary section
   Scope: .woocommerce div.product .summary (right-hand column on
   single product pages). Keeps styles contained so it doesn't bleed
   into archive cards or other woo templates.
   ===================================================================== */

.woocommerce div.product .summary.entry-summary {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 8px 0 0;
    color: #222;
    font-family: inherit;
}

/* Breadcrumb above the product */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec;
    font-size: 14px !important;
    font-weight: 600;
    color: #6b6b6b;
    letter-spacing: 0.2px;
}

.woocommerce-breadcrumb a {
    color: #F68C08;
    text-decoration: none;
    transition: color .15s ease;
}

.woocommerce-breadcrumb a:hover {
    color: #d97606;
    text-decoration: underline;
}

/* Title */
.woocommerce div.product .summary .product_title {
    margin: 0 0 4px;
    padding: 0;
    color: #101010;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

/* Price (range + sale) */
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price {
    margin: 0 0 6px;
    color: #F68C08;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.woocommerce div.product .summary p.price ins,
.woocommerce div.product .summary span.price ins {
    background: transparent;
    text-decoration: none;
    font-weight: 700;
}

.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del {
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 500;
    margin-right: 8px;
    opacity: 1;
}

/* Short description */
.woocommerce div.product .summary .woocommerce-product-details__short-description {
    color: #444;
    font-size: 16px;
    line-height: 1.65;
    margin: 4px 0 8px;
}

.woocommerce div.product .summary .woocommerce-product-details__short-description p {
    margin: 0 0 10px;
}

.woocommerce div.product .summary .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

/* Variations form layout */
.woocommerce div.product form.cart .variations {
    margin: 0 0 18px;
    border: 0;
}

.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr {
    display: block;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
}

.woocommerce div.product form.cart .variations label {
    display: block;
    margin: 0 0 6px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    max-width: 100%;
    padding: 12px 38px 12px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 10px;
    color: #222;
    font-size: 15px;
    line-height: 1.4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.woocommerce div.product form.cart .variations select:focus {
    outline: none;
    border-color: #F68C08;
    box-shadow: 0 0 0 3px rgba(246, 140, 8, 0.15);
}

.woocommerce div.product .woocommerce-variation-add-to-cart .reset_variations {
    display: inline-block;
    margin-left: 12px;
    color: #6b6b6b;
    font-size: 13px;
}

/* Quantity + Add to cart row */
.woocommerce div.product form.cart {
    display: flex;
    flex-direction: column;
    margin: 0 0 18px;
}

.woocommerce div.product .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart:not(.variations_form) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
}

.woocommerce div.product form.cart .quantity .qty {
    width: 72px;
    height: 48px;
    padding: 10px 8px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.woocommerce div.product form.cart .quantity .qty:focus {
    outline: none;
    border-color: #F68C08;
    box-shadow: 0 0 0 3px rgba(246, 140, 8, 0.15);
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product .summary a.afrfqbt_single_page,
.woocommerce div.product .summary .afrfqbt_single_page.single_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 48px;
    padding: 0 28px;
    border: 0;
    border-radius: 8px;
    background: #F68C08;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(246, 140, 8, 0.25);
    transition: background-color .15s ease, transform .05s ease, box-shadow .15s ease;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:focus,
.woocommerce div.product .summary a.afrfqbt_single_page:hover,
.woocommerce div.product .summary a.afrfqbt_single_page:focus {
    background: #d97606;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(246, 140, 8, 0.35);
}

.woocommerce div.product form.cart .single_add_to_cart_button:active,
.woocommerce div.product .summary a.afrfqbt_single_page:active {
    transform: translateY(1px);
    box-shadow: 0 1px 4px rgba(246, 140, 8, 0.25);
}

.woocommerce div.product form.cart .single_add_to_cart_button.disabled,
.woocommerce div.product form.cart .single_add_to_cart_button:disabled,
.woocommerce div.product .summary a.afrfqbt_single_page.disabled {
    background: #e6c9a8;
    color: #fff !important;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
}

/* Selected variation price block */
.woocommerce div.product .woocommerce-variation-price {
    margin: 4px 0 12px;
}

.woocommerce div.product .woocommerce-variation-price .price {
    color: #F68C08;
    font-size: 22px;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-variation-availability p {
    margin: 0;
    color: #2e7d32;
    font-size: 14px;
    font-weight: 600;
}

/* Product meta (SKU, categories, tags) */
.woocommerce div.product .summary .product_meta {
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid #ececec;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.woocommerce div.product .summary .product_meta > span {
    display: block;
    margin-bottom: 4px;
}

.woocommerce div.product .summary .product_meta > span:last-child {
    margin-bottom: 0;
}

.woocommerce div.product .summary .product_meta .sku_wrapper,
.woocommerce div.product .summary .product_meta .posted_in,
.woocommerce div.product .summary .product_meta .tagged_as {
    color: #6b6b6b;
    font-weight: 600;
}

.woocommerce div.product .summary .product_meta .sku {
    color: #222;
    font-weight: 600;
}

.woocommerce div.product .summary .product_meta a {
    color: #F68C08;
    font-weight: 500;
    text-decoration: none;
    transition: color .15s ease;
}

.woocommerce div.product .summary .product_meta a:hover {
    color: #d97606;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce div.product .summary .product_title {
        font-size: 24px;
    }

    .woocommerce div.product .summary p.price,
    .woocommerce div.product .summary span.price {
        font-size: 20px;
    }

    .woocommerce div.product form.cart .single_add_to_cart_button {
        flex: 1 1 auto;
        padding: 0 18px;
    }
}

/* =====================================================================
   Add to Quote — loading spinner + faded state
   The Request-a-Quote plugin adds .loading (and later .disabled) to the
   button while the AJAX request is in flight. Replace the dashicon cog
   with a clean animated ring positioned at the right of the button.
   ===================================================================== */

.woocommerce div.product .summary a.afrfqbt_single_page.loading,
.woocommerce div.product form.cart .single_add_to_cart_button.loading {
    position: relative;
    padding-right: 52px;
    color: rgba(255, 255, 255, 0.85) !important;
    background: #e6a04a;
    cursor: progress;
    pointer-events: none;
}

/* Hide WooCommerce's default dashicon spinner glyph so ours is the
   only one rendered. */
.woocommerce div.product .summary a.afrfqbt_single_page.loading::after,
.woocommerce div.product form.cart .single_add_to_cart_button.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    font-family: inherit;
    background: transparent;
    text-indent: 0;
    animation: cx-spin 0.7s linear infinite;
    -webkit-animation: cx-spin 0.7s linear infinite;
}

@keyframes cx-spin {
    to { transform: rotate(360deg); }
}
@-webkit-keyframes cx-spin {
    to { -webkit-transform: rotate(360deg); }
}

/* After success the plugin keeps `.disabled` on the button — soften it
   so it reads as "done" rather than "broken". */
.woocommerce div.product .summary a.afrfqbt_single_page.disabled {
    background: #f7c489;
    color: #fff !important;
    box-shadow: none;
}

/* =====================================================================
   WooCommerce notice — "added to your quote"
   Plugin renders the standard .woocommerce-message with a "View quote"
   button inside. Restyle to match the brand and feel polished.
   ===================================================================== */

.woocommerce-notices-wrapper {
    margin: 0 0 20px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 18px;
    padding: 16px 20px 16px 56px;
    border: 1px solid transparent;
    border-left: 4px solid #8fbf26;
    border-radius: 10px;
    background: #f5faec;
    color: #2f3a18;
    font-size: 15px;
    line-height: 1.55;
    list-style: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.woocommerce-message {
    border-left-color: #8fbf26;
    background: #f5faec;
    color: #2f3a18;
}

.woocommerce-info {
    border-left-color: #2196f3;
    background: #eaf4fd;
    color: #14365a;
}

.woocommerce-error {
    border-left-color: #e74c3c;
    background: #fdecea;
    color: #5a1410;
}

/* Status icon — circle with check / info / x */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    background-color: #8fbf26;
    color: #fff;
    font-family: inherit;
    text-indent: 0;
}

.woocommerce-message::before {
    background-color: #8fbf26;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12.5 10 18 20 6'/%3E%3C/svg%3E");
}

.woocommerce-info::before {
    background-color: #2196f3;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm1 15h-2v-6h2zm0-8h-2V7h2z'/%3E%3C/svg%3E");
    background-size: 22px;
    background-color: transparent;
}

.woocommerce-error::before {
    background-color: #e74c3c;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3C/svg%3E");
}

/* Body text sits to the left; CTA pushes to the right */
.woocommerce-message {
    padding-right: 20px;
}

.woocommerce-message > .button,
.woocommerce-message a.wc-forward,
.woocommerce-message a.button.wc-forward {
    order: 2;
    margin-left: auto;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    background: #F68C08;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(246, 140, 8, 0.25);
    transition: background-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

.woocommerce-message > .button:hover,
.woocommerce-message a.wc-forward:hover,
.woocommerce-message a.button.wc-forward:hover,
.woocommerce-message > .button:focus,
.woocommerce-message a.wc-forward:focus {
    background: #d97606;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(246, 140, 8, 0.35);
}

.woocommerce-message > .button:active,
.woocommerce-message a.wc-forward:active {
    transform: translateY(1px);
}

/* Subtle entrance so the message doesn't just snap in */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    animation: cx-notice-in 0.25s ease-out both;
}

@keyframes cx-notice-in {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 540px) {
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
        padding: 14px 16px 14px 50px;
        font-size: 14px;
    }

    .woocommerce-message > .button,
    .woocommerce-message a.wc-forward {
        margin-left: 0;
        width: 100%;
    }
}

/* =====================================================================
   Shop / Product Archive — Loop Refinements
   Scope: .woocommerce ul.products li.product on archive/category pages.
   Keeps the existing card design and just fixes the bugs:
     - underline crossing the title text (inherited from the wrapping <a>)
     - breadcrumb border colliding with "Showing X-Y of Z results"
     - uneven card heights between sale and non-sale products
     - sale badge polish
   Single-product and .related.products styles intentionally untouched.
   ===================================================================== */

/* Breathing room between breadcrumb border and result-count row */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    margin: 6px 0 18px;
    line-height: 1.6;
    color: #444;
    font-size: 15px;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    margin: 0 0 18px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    padding: 8px 32px 8px 14px;
    font-size: 14px;
    color: #222;
    background-color: #fff;
    cursor: pointer;
    line-height: 1.4;
}

/* UL: grid so every card in a row matches the tallest one's height */
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

/* WooCommerce's default clearfix pseudos become phantom grid items — kill them */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
    content: none !important;
    display: none !important;
}

/* Kill any ::after pseudo borders inside product cards */
.woocommerce ul.products li.product::after,
.woocommerce ul.products li.product *::after {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

/* Card container: stretches to fill grid cell height */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    width: auto !important;
    height: auto;
    min-height: 285px;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    padding: 14px 14px 18px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    box-shadow: 0 6px 20px rgba(17, 17, 17, 0.06);
    border-color: #dcdcdc;
    transform: translateY(-2px);
}

/* Kill the underline that was crossing the title text */
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a:hover,
.woocommerce ul.products li.product a:focus,
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__link h2,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    text-decoration: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
    color: #101010;
}

/* Product image: full width, centered, contained */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
    max-height: 200px;
    object-fit: contain;
    margin: 0 auto 18px;
    padding: 0;
    background: transparent;
    border: none !important;
    box-shadow: none !important;
}

/* Title — sits naturally below the image at a consistent Y across all cards */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin: 0;
    padding: 0;
    font-family: 'Rajdhani', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #101010;
    text-align: center;
    text-decoration: none;
    border: none !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Price block — only takes space if it has content */
.woocommerce ul.products li.product .price {
    position: relative;
    margin: 12px 0 0;
    padding: 12px 6px 0;
    text-align: center;
    color: #f68c08;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    border: none !important;
}

.woocommerce ul.products li.product .price::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    border-top: 1px solid #ececec;
}

.woocommerce ul.products li.product .price:empty {
    display: none;
    margin: 0;
}

.woocommerce ul.products li.product .price:empty::before {
    display: none;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del .amount {
    color: #9a9a9a;
    font-weight: 500;
    margin-right: 6px;
    opacity: 1;
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins .amount {
    color: #f68c08;
    font-weight: 700;
    text-decoration: none;
    background: transparent;
}

/* Sale badge — circular, top-right, scoped to archive cards */
.woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    margin: 0;
    padding: 0;
    min-height: 38px;
    min-width: 38px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 999px;
    background: #f68c08;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    box-shadow: 0 4px 10px rgba(246, 140, 8, 0.25);
    text-align: center;
    z-index: 2;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 24px;
}

/* Nuke any stray borders/HRs on inner card elements — only the outer LI carries a border */
.woocommerce ul.products li.product *:not(.onsale) {
    border-top: none !important;
    border-bottom: none !important;
}

.woocommerce ul.products li.product hr {
    display: none !important;
}

.woocommerce ul.products li.product .tinv-wraper:empty,
.woocommerce ul.products li.product form.cart:empty,
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist:empty {
    display: none;
}

/* Tablet */
@media (max-width: 991px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        min-height: 260px;
        padding: 14px;
    }
    .woocommerce ul.products li.product a img,
    .woocommerce ul.products li.product .woocommerce-loop-product__link img {
        width: 100%;
        height: 180px;
        max-height: 180px;
        margin: 0 auto 14px;
    }
}

/* Small tablet */
@media (max-width: 768px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Phone */
@media (max-width: 480px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        min-height: 0;
        padding: 14px;
    }
    .woocommerce ul.products li.product a img,
    .woocommerce ul.products li.product .woocommerce-loop-product__link img {
        width: 100%;
        height: 160px;
        max-height: 160px;
        margin: 0 auto 12px;
    }
    .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 15px;
        padding: 12px 6px 6px;
    }
    .woocommerce ul.products li.product .price {
        font-size: 15px;
        margin-top: 6px;
    }
    .woocommerce ul.products li.product .onsale {
        top: 8px;
        right: 8px;
        height: 32px;
        width: 32px;
        min-height: 32px;
        min-width: 32px;
        line-height: 32px;
        font-size: 10px;
    }

}

/* Product sidebar menu — collapsible sub-menus */
.product-sidebar-menu .sub-menu {
    display: none !important;
}

.product-sidebar-menu .menu-item-has-children.is-open > .sub-menu {
    display: block !important;
}

.product-sidebar-menu .menu-item-has-children > .submenu-toggle-btn {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #444;
    font-size: 14px;
    line-height: 1;
    z-index: 1;
    transition: transform 0.2s ease;
}

.product-sidebar-menu .menu-item-has-children.is-open > .submenu-toggle-btn {
    transform: rotate(180deg);
}
/* Product loop: short-description info icon (top-left; sale badge owns top-right).
   Tooltip bubble itself is appended to <body> by Bootstrap, so it is not clipped by the card's overflow:hidden. */
.woocommerce ul.products li.product .product-info-tip {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #777;
    background: #fff;
    box-shadow: 0 0 0 1px #ececec;
    cursor: help;
    transition: color .2s ease, box-shadow .2s ease;
}

.woocommerce ul.products li.product .product-info-tip:hover,
.woocommerce ul.products li.product .product-info-tip:focus {
    color: #e68a00;
    box-shadow: 0 0 0 1px #e68a00;
    outline: none;
}

.tooltip.product-info-tooltip .tooltip-inner {
    max-width: 280px;
    padding: 10px 12px;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
}
