html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0.5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
p {
    margin-block-start: 0;
    margin-block-end: 0.9rem;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #c36;
}
a:active,
a:hover {
    color: #336;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
abbr[title] {
    border-block-end: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
}
details {
    display: block;
}
summary {
    display: list-item;
}
figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}
[hidden],
template {
    display: none;
}
@media print {
    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        -moz-column-break-after: avoid;
        break-after: avoid;
    }
}
label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #333;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    width: auto;
    -webkit-appearance: button;
}
[type="button"],
[type="submit"],
button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all 0.3s;
}
[type="button"]:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: vertical;
}
[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;
}
select {
    display: block;
}
table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
}
table td,
table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table th {
    font-weight: 700;
}
table tfoot th,
table thead th {
    font-size: 1em;
}
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: hsla(0, 0%, 50.2%, 0.1019607843);
}
table tbody + tbody {
    border-block-start: 2px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }
    table table td,
    table table th {
        padding: 7px;
        line-height: 1.3;
    }
    table table th {
        font-weight: 400;
    }
}
dd,
dl,
dt,
li,
ol,
ul {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.elementor-flip-box__layer .elementor-flip-box__layer__overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8) !important;
    opacity: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center !important;
}

.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back .elementor-flip-box__layer__overlay {
    opacity: 1;
}

.elementor-flip-box__layer .elementor-flip-box__layer__overlay .elementor-flip-box__layer__title {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s 0.15s;
    -o-transition: 0.3s 0.15s;
    transition: 0.3s 0.15s;
    text-transform: uppercase !important;
    color: #fff !important;
    font-family: Montserrat, sans-serif !important;
    margin: 0 0 10px;
    font-size: 1.5rem !important;
}

.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back .elementor-flip-box__layer__overlay .elementor-flip-box__layer__description {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back .elementor-flip-box__layer__overlay .elementor-flip-box__layer__title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.elementor-flip-box__layer .elementor-flip-box__layer__overlay .elementor-flip-box__layer__description {
    position: relative;
    display: block;
    margin: 5px 0 0;
    font-family: Roboto, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.6em !important;
    color: #d8d8d8;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s 0.15s;
    -o-transition: 0.3s 0.15s;
    transition: 0.3s 0.15s;
}

.woocommerce ul.products li.product a img {
    height: 359px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: #0e4849 !important;
    font-size: 16px !important;
}

.elementor-1008 .elementor-element.elementor-element-17d7cd7.elementor-wc-products ul.products li.product .price {
    color: rgba(255, 0, 0, 0.678) !important;
    font-size: 1.25rem !important;
}

.elementor-1008 .elementor-element.elementor-element-17d7cd7.elementor-wc-products ul.products li.product .button {
    border: none !important;
    border-bottom: 1px var(--e-global-color-secondary) solid !important;
    border-radius: 0 !important;
    padding: 2px;
    margin-top: 0;
}

.woocommerce ul.products li.product a:hover img {
    transform: scale(1.05);
}

.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a {
    color: #fff !important;
    font-size: 1.5em !important;
    margin-bottom: 15px !important;
}

.elementor-widget-icon-box .elementor-icon-box-description {
    font-size: 1em !important;
    margin-bottom: 20px !important;
    font-weight: 400 !important;
    line-height: 1.6em !important;
    color: #d8d8d8 !important;
    font-family: Roboto, sans-serif !important;
}

.e-con-inner .e-con-inner {
    /* width: 113%; */
    max-width: fit-content;
}

.e-con-boxed.e-flex + .e-flex.e-con-boxed.e-con.e-child {
    /* -webkit-clip-path: inset(0 100% 0 0); */
    /* transform: translateX(40px); */
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin-inline-start: -10px;
    width: calc(100% + 10px);
    max-width: fit-content;
}

.elementor-element.elementor-element-9d3e7c7.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {margin: 0;padding: 100px 0;}

.elementor-1008 .elementor-element.elementor-element-69d92f2 .elementor-posts-container .elementor-post__thumbnail {
    display: block;
    height: 300px;
    overflow: hidden;
    border-bottom: 4px solid #f0c178;
    transition: transform 0.3s ease-in-out;
    padding: 0 !important;
}

.elementor-1008 .elementor-element.elementor-element-69d92f2 .elementor-posts-container .elementor-post__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all .4s;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    position: relative !important;
    transform: none !important;
}

.elementor-posts--thumbnail-top .elementor-post__text .elementor-post__title {
    display: block;
    color: #fff !important;
    margin: 20px 0 10px;
    font-size: 17px;
    line-height: 30px;
}

.elementor-posts--thumbnail-top .elementor-post__text .elementor-post__title a {
    color: inherit !important;
    font-size: inherit !important;
}

.elementor-posts .elementor-post__meta-data {
    color: #f0c178;
    font-size: 12px;
}

.elementor-posts .elementor-post__excerpt p {
    max-width: 450px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    color: #d8d8d8 !important;
}

.elementor-widget-posts a.elementor-post__read-more {
    color: #f0c178;
    font-size: 15px;
    text-decoration: underline;
}

a.elementor-post__thumbnail__link:hover .elementor-post__thumbnail img {
    transform: scale(1.1) !important;
}

.elementor-widget-form .elementor-field-group .elementor-field {
    background-size: 18.87px 11.79px;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 12px 19px;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    line-height: calc(48px - (24px - 2px));
    color: #fff!important;
    background-color: #0e4849 !important;
    border: 0;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.elementor-widget-form .elementor-field-group .elementor-field::placeholder {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.elementor-widget-form .elementor-field-group .elementor-field:focus {
    color: #fff !important;
    border-color: #d8d8d8 !important;
    box-shadow: none !important;
}

.elementor-widget-form .elementor-field-group .elementor-field:focus::placeholder {
    opacity: 1 !important;
}

.banner-h .elementor-heading-title.elementor-size-default {
    font-weight: 600 !important;
    line-height: 1 !important;
    font-size: 60px !important;
    margin-bottom: 0;
    text-transform: capitalize !important;
    width: 160%;
    max-width: 160%;
    color: rgb(33 37 41) !important;
}

.banner-h .e-con-inner  .elementor-element.elementor-element-380bfd5  {
    --width: 44%;
}

.banner-h .e-con-inner .elementor-element.elementor-element-ee0434d img {
    max-width: 140%;
    width: 140%;
    margin-inline-start: -20%;
    height: auto;
}

.banner-h .elementor-button.elementor-button-link {
    display: inline-block !important;
    padding: 10px 20px !important;
    border: 1px solid #000  !important;
    border-radius: 25px  !important;
    color: #0e4849  !important;
    margin-top: 30px  !important;
    animation: zoomInLeft 1.9s linear;
    background: transparent;
}

.banner-h .elementor-button.elementor-button-link:hover {
    color: #f0c178 !important;
    background: #0e4849 !important;
}

.banner-h {
    overflow: hidden !important;
}

.elmentor-h {
    padding: 40px 0;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.elmentor-h .e-con-inner {
    padding: 0;
}

.elmentor-h .elementor-element.e-con-full.e-flex.e-con.e-child {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    min-height: auto;
}

.elmentor-h {
    overflow: hidden;
}

.elmentor-h .elementor-element.e-con-full.e-flex.e-con.e-child .elementor-icon {
    background: #f0c178;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 20px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elmentor-h .elementor-element.e-con-full.e-flex.e-con.e-child .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px  !important;
    color: #333 !important;
}

.elmentor-h .elementor-element.e-con-full.e-flex.e-con.e-child:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.banner-h2 .elementor-element.e-con-full.e-flex.e-con.e-child {
    height: 500px;
}

.banner-h2 .elementor-element.e-con-full.e-flex.e-con.e-child .elementor-widget-container {
    margin-inline-start: 0;
}

a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transition: all .5s;
}

.about-h .swiper-pagination {
    display: none;
}

.counter-h {
    padding: 100px 0;
    overflow: hidden;
}

.counter-h .e-con-inner {
    padding: 0;
}

.counter-h .e-con-inner span.elementor-counter-number-prefix {
    /* display: none; */
}

.counter-h .e-con-inner .elementor-widget-container {
    text-align: center;
}

.counter-h .e-con-inner .elementor-widget-container .elementor-counter-number {
    height: 1.05em;
    display: inline-block !important;
    vertical-align: middle;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    color: #fff;
    /* font-size: 23px !important; */
    line-height: 1.304em;
    font-weight: 400 !important;
    font-size: 60px !important;
    /* font-weight: 200 !important; */
    overflow: hidden;
    direction: ltr;
}

.counter-h .e-con-inner .elementor-widget-container .elementor-counter-title {
    margin: 10px 0 0;
    font-size: 23px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.556em;
}

.footer-h .elementor-element {
    border: none !important;
    /* padding: 0 !important; */
}

.footer-h .elementor-heading-title.elementor-size-default {
    margin: 0 0 37px;
    font-size: 23px !important;
    line-height: 1.304em !important;
    font-weight: 400 !important;
    opacity: 1 !important;
    color: #fff !important;
}

.elementor-widget-container {}

.footer-h .e-con.e-flex {
    gap: 0;
}

.footer-h .e-con.e-flex input {
    width: 100%;
    padding: 12px;
    padding-inline-start: 19px;
    padding-inline-end: 37px;
    background-size: 18.87px 11.79px;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    line-height: calc(48px - (24px - 2px));
    color: #d8d8d8;
    background-color: #fff !important;
    border: 0;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.footer-h .e-con.e-flex input::placeholder {
    color: #333 !important;
}

.footer-h .elementor-form-fields-wrapper.elementor-labels- {
    margin-top: 30px;
}

#contact-h .e-flex.e-con.e-child {
    padding: 8px 0 0;
}

