.img-fluid,
img.img-fluid {
    font-size: 16px
}

.body-container {
    padding: 0 !important;
}

.container,
.content-wrapper,
.header .header_inner {
    max-width: 1240px
}

.body-container-wrapper {
    overflow: hidden
}

.container-fluid.body-container.body-container--home,
.container-fluid.footer__container.footer {
    padding: 0
}

@media screen and (min-width:1380px){
    .container {
        padding:0
    }
} 

.content-wrapper--vertical-spacing,
.dnd-section {
    padding: 80px 1rem
}

.dnd-section>.row-fluid {
    max-width: 1240px
}

html {
    font-size: 16px
}

body {
    background-color: #fff;
    color: #787878;
    font-size: 16px
}

body,
p {
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

p {
    letter-spacing: .5px;
    margin: 5px 0 0
}

a,
p {
    padding: 0
}

a {
    color: #ffffff;
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    text-decoration: none
}
.bi-telephone-fill{
    color: white;
}
.bi-envelope-fill{
    color: white;
}

a:focus,
a:hover {
    /* color: var(--theme_primary); */
    /* color: #ffffff !important; */
}

a:active,
a:focus,
a:hover {
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

a:active {
    color: #424d56
}

.h1,
h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0
}

.h1,
.h2,
h1,
h2 {
    color: #787878;
    font-family: Poppins, serif;
    font-style: normal;
    padding: 0;
    text-decoration: none;
    text-transform: none
}

.h2,
h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 8px 0
}

.h3,
h3 {
    color: #787878;
    font-family: Poppins, serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    margin: 6px 0;
    padding: 0;
    text-decoration: none;
    text-transform: none
}

.h4,
h4 {
    font-size: 24px
}

.h4,
.h5,
h4,
h5 {
    color: #787878;
    font-family: Poppins, serif;
    font-style: normal;
    font-weight: 400;
    margin: 5px 0;
    padding: 0;
    text-decoration: none;
    text-transform: none
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    color: #787878;
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.h6,
blockquote,
h6 {
    margin: 5px 0;
    padding: 0
}

blockquote {
    border-left-color: #ded8c8
}

@media(max-width:767px) {
    h1 {
        font-size: 50px
    }
}

@media(max-width:575px) {
    h1 {
        font-size: 40px
    }
}

@media(max-width:420px) {
    h1 {
        font-size: 36px
    }
}

.button,
button {
    background-color: #1a252e;
    border: 1px solid #1a252e;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 5px 25px;
    text-transform: none;
    transition: .5s
}

.button,
.button:focus,
.button:hover,
button,
button:focus,
button:hover {
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

.button:focus,
.button:hover,
button:focus,
button:hover {
    background-color: #fff;
    border-color: #1a252e;
    color: #1a252e
}

.button.secondary {
    background-color: #d94b38;
    border: 1px solid #d94b38;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 5px 25px;
    text-transform: none;
    transition: .5s
}

.button.secondary,
.button.secondary:focus,
.button.secondary:hover {
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #fff;
    border-color: #d94b38;
    color: #d94b38
}

.button.primary_outline {
    background-color: rgba(26, 37, 46, 0);
    border: 1px solid #1a252e;
    border-radius: 4px;
    color: #1a252e;
    font-family: Muli, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: none;
    transition: .5s
}

.button.primary_outline:focus,
.button.primary_outline:hover {
    background-color: #1a252e;
    border-color: #1a252e;
    color: #fff;
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

.button.secondary_outline {
    background-color: rgba(217, 75, 56, 0);
    border: 1px solid #d94b38;
    border-radius: 4px;
    color: #d94b38;
    font-family: Muli, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: none;
    transition: .5s
}

.button.secondary_outline:focus,
.button.secondary_outline:hover {
    border-color: #d94b38;
    color: #000
}

.button.secondary_outline:focus,
.button.secondary_outline:hover,
form .hs-button,
form input[type=submit] {
    background-color: #d94b38;
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

form .hs-button,
form input[type=submit] {
    border: 1px solid #d94b38;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 5px 25px;
    text-transform: none;
    transition: .5s
}

.hs-button {
    margin-top: 30px
}

.hs-button:focus,
.hs-button:hover,
form .hs-button:focus,
form .hs-button:hover,
form input[type=submit]:focus,
form input[type=submit]:hover {
    background-color: #fff;
    border-color: #d94b38;
    color: #d94b38 !important;
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

form {
    background: #fff;
    border: 1px solid #1a252e;
    padding: 20px
}

form input[type=checkbox],
form input[type=radio] {
    width: 30px !important
}

.form-columns-2 {
    display: flex;
    gap: 50px
}

@media (max-width:767px) {
    .form-columns-2 {
        display: flex;
        gap: 30px
    }
}

@media (max-width:500px) {
    .form-columns-2 {
        display: block
    }
}

.submitted-message,
form {
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

form .hs-input {
    width: 100% !important
}

.form-title,
.hs_cos_wrapper.form-title {
    background: #fff;
    color: #787878;
    padding: 10px
}

form label {
    font-size: 16px;
    font-weight: 600
}

form label,
form legend {
    color: #787878
}

form input[type=email],
form input[type=file],
form input[type=number],
form input[type=password],
form input[type=tel],
form input[type=text],
form select,
form textarea {
    background-color: hsla(0, 0%, 100%, 0);
    border-color: #14203a #14203a rgba(20, 32, 58, .5) rgba(20, 32, 58, 0);
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 2px;
    color: #787878;
    outline: none
}

::-webkit-input-placeholder {
    color: #787878
}

::-moz-placeholder {
    color: #787878
}

:-ms-input-placeholder {
    color: #787878
}

::placeholder {
    color: #787878
}

.hs-fieldtype-date .input .hs-dateinput:before {
    color: #787878
}

.fn-date-picker td.is-selected .pika-button {
    background: #1a252e
}

.fn-date-picker td .pika-button:hover {
    background-color: #1a252e !important
}

.fn-date-picker td.is-today .pika-button {
    color: #1a252e
}

table {
    background-color: #fff
}

table,
td,
th {
    border: 1px solid #787878
}

td,
th {
    color: #787878;
    padding: 18px
}

thead th {
    background-color: #1a252e;
    color: #fff
}

tfoot td {
    background-color: #fff;
    color: #787878
}

.header,
.header__language-switcher .lang_list_class,
.header__language-switcher .lang_list_class li {
    background-color: hsla(44, 25%, 83%, 0)
}

.lang_list_class:after {
    border-bottom-color: hsla(44, 25%, 83%, 0) !important
}

.header__language-switcher .lang_list_class li a,
.header__language-switcher-label-current,
.header__logo .logo-company-name,
.menu__link {
    color: #000;
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

@media (min-width:768px) {
    .menu__submenu .menu__item {
        border: unset !important
    }
}

.globe_class:before,
.header form label,
.header__close--toggle:before,
.header__language-switcher--toggle:before,
.header__navigation--toggle:before,
.header__search--toggle:before {
    color: #000
}

.menu__child-toggle-icon {
    border-top-color: #000
}

.header__language-switcher .lang_list_class li a:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:hover,
.menu .menu__link:focus,
.menu .menu__link:hover {
    color: #000 !important;
}

.menu__child-toggle-icon:focus,
.menu__child-toggle-icon:hover {
    border-top-color: #000
}

.header__language-switcher .lang_list_class li a:active,
.header__language-switcher-label-current:active,
.menu .menu__link:active {
    color: #282828
}

.menu__child-toggle-icon:active {
    border-top-color: #282828
}

.menu__child-toggle-icon:before {
    color: var(--white_color)
}

@media (min-width:767px) {
    .header__language-switcher .lang_list_class {
        background: transparent !important
    }

    .header__language-switcher .lang_list_class,
    .menu .menu__submenu {
        background-color: #fff
    }

    .menu__submenu--level-2>.menu__item:first-child:before {
        background-color: #fff !important;
        border: unset !important;
        opacity: 100% !important;
        z-index: -1
    }
}

.menu__submenu .menu__item,
.menu__submenu .menu__link,
.menu__submenu .menu__link:focus,
.menu__submenu .menu__link:hover {
    background-color: #fff;
    color: #787878
}

.menu .menu__submenu .menu__child-toggle-icon {
    border-top-color: #787878
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher .lang_list_class li:hover a,
.menu__submenu .menu__link:focus,
.menu__submenu .menu__link:hover,
.menu__submenu--level-2>.menu__item:first-child.focus:before,
.menu__submenu--level-2>.menu__item:first-child:hover:before {
    background-color: #787878;
    color: #fff
}

.header__language-switcher .lang_list_class.first-active:after {
    border-bottom-color: hsla(44, 25%, 83%, 0)
}

.header__language-switcher .lang_list_class li a,
.header__language-switcher-label-current {
    font-family: Muli
}

.header__language-switcher-label-current:after {
    border-top-color: #000
}

@media(max-width:767px) {

    .header__language-switcher-label-current,
    .header__logo .logo-company-name,
    .menu__link {
        color: #787878 !important
    }

    .header__language-switcher--toggle {
        position: relative
    }

    .header__language-switcher--toggle:before {
        content: "\f0ac";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 23px
    }

    .header__navigation.open,
    .header__search.open {
        background-color: #fff;
        margin-top: 2.2rem;
    }

    .header__navigation {
        background-color: hsla(44, 25%, 83%, 0)
    }

    .menu__child-toggle-icon:before {
        color: #787878
    }

    .header__navigation-toggle svg,
    .menu-arrow svg {
        fill: #000
    }

    .header__language-switcher-label-current,
    .header__logo .logo-company-name,
    .menu__link {
        color: #787878
    }
}

input.hs-search-field__input {
    background: var(--white_color) !important
}

.footer,
.footer_copyright {
    background-color: #1a252e
}

.footer_copyright {
    border-top: 1px solid
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer img,
.footer label,
.footer li,
.footer p,
.footer span {
    color: #fff
}

.footer ul li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    left: 2px;
    position: absolute;
    top: 9px;
    transition: .4s
}

.footer ul li {
    line-height: 38px;
    padding-left: 16px;
    position: relative
}

.footer ul li a {
    display: block;
    transition: .4s
}

.footer ul li a:hover {
    text-decoration: underline
}

.footer ul li a:hover:before {
    left: 4px
}

.footer label,
.footer li,
.footer p,
.footer span,
.footer ul li a {
    /* color: #fff; */
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

@media (max-width:767px) {
    .footer .footer_copyright {
        text-align: center
    }

    .footer .footer_copyright .social-links {
        justify-content: center !important;
        margin-top: 20px
    }
}

html {
    scroll-behavior: smooth
}

#scrollTop {
    background: var(--theme_secondary) !important;
    border-radius: 50%;
    bottom: 20px;
    display: block;
    display: none;
    height: 35px;
    -webkit-position: fixed;
    -moz-position: fixed;
    -ms-position: fixed;
    -o-position: fixed;
    position: fixed;
    right: 20px;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 35px;
    z-index: 20
}

#scrollTop,
#scrollTop i {
    -webkit-transition: all .3s ease
}

#scrollTop i {
    color: var(--white_color);
    font-size: 16px;
    left: 10px;
    margin: 0;
    position: relative;
    top: 2px;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#scrollTop:hover {
    background: var(--black_color)
}

#scrollTop:hover i {
    color: var(--white_color);
    top: 0
}

.blog-header__inner,
.blog-post,
.blog-related-posts {
    padding: 80px 0
}

.blog-post {
    max-width: 960px
}

.blog-post__meta a,
.blog-post__tag-link {
    color: #787878
}

.blog-post__tag-link:focus,
.blog-post__tag-link:hover {
    color: #505050
}

.blog-post__tag-link:active {
    color: #a0a0a0
}

.blog-related-posts__title-link,
.blog-related-posts__title-link:active,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:hover {
    font-family: Poppins, serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: none
}

.blog-related-posts__title-link {
    color: #787878
}

.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:hover {
    color: #505050
}

.blog-related-posts__title-link:active {
    color: #a0a0a0
}

.blog-comments {
    margin-bottom: 80px
}

#comments-listing .comment-reply-to {
    color: #1a252e
}

#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:hover {
    color: #000006
}

#comments-listing .comment-reply-to:active {
    color: #424d56
}

.hs-search-results__title {
    color: #787878;
    font-family: Poppins, serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

.blog-index__post-title-link,
.blog-index__post-title-link:active,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:hover {
    font-family: Poppins, serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: none
}

.blog-index__post-title-link {
    color: var(--theme_tertiary)
}

.blog-index__post-title-link:focus,
.blog-index__post-title-link:hover {
    color: #505050
}

.blog-index__post-title-link:active {
    color: #a0a0a0
}

.blog-index__post-author-name,
.blog-index__post-tag,
.pagination__link--number,
.pagination__link-text {
    color: #787878
}

.pagination__link--number:focus,
.pagination__link--number:hover,
.pagination__link:focus .pagination__link-text,
.pagination__link:hover .pagination__link-text {
    color: #505050
}

.pagination__link--number:active,
.pagination__link:active .pagination__link-text {
    color: #a0a0a0
}

.pagination__link-icon svg {
    fill: #787878
}

.card__price {
    color: #787878;
    font-family: Poppins, serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none
}

.card__body svg {
    fill: #1a252e
}

.footer_copyright .social-links .social_outer .social-links__link:hover svg {
    fill: var(--theme_secondary) !important
}

:root {
    --theme_primary: #1a252e;
    --primaty_light: #424d56;
    --theme_secondary: #ded8c8;
    --secondary_light: ivory;
    --theme_tertiary: #d94b38;
    --tertiary_light: #ff7360;
    --white_color: #fff;
    --extra_light_color: #eaeaea;
    --little_dark_color: #979797;
    --dark_color: #787878;
    --extra_dark_color: #5a5a5a;
    --light_color: #eaeaea;
    --black_color: #000;
    --headline_text_color: #787878;
    --body_text_color: #787878;
    --link_text_color: #1a252e;
    --link_text_color_hover: #1a252e
}

form .inputs-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}