
.module-homepage {
    line-height: 1.5;
}

.module-homepage .m-h-item {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-top: 0;
    margin-bottom: 10px;
}

.module-homepage ul {
    line-height: 1.5;
}

.module-homepage .video-handler {
    position: relative;
    display: inline-block;
}

.module-homepage .image-circle img {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.module-homepage .image-circle .video-handler img {
    max-width: none;
    max-height: none;
}

.module-homepage .header-box-shadow {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
}

.module-homepage .hpm-text-reverse {
    flex-direction: column-reverse !important;
}

.module-homepage.hpm-height-100vh,
.module-homepage .hpm-height-100vh {
    min-height: calc(100vh - var(--homepage_layout_height_menu_space)) !important;
}

.module-homepage.hpm-height-75vh,
.module-homepage .hpm-height-75vh {
    min-height: calc(75vh - var(--homepage_layout_height_menu_space)) !important;
}

.module-homepage .btn-primary.btn-primary-transparent-main .svg-m {
    background-color: var(--global_main_color) !important;
}

.module-homepage .btn-primary.btn-primary-transparent-main:focus .svg-m,
.module-homepage .btn-primary.btn-primary-transparent-main:hover .svg-m {
    background-color: #fff !important;
}

.module-homepage .homepage-goal-space+.container-fluid .c-t-a,
.module-homepage .homepage-goal-space+.c-t-a {
    margin-top: 38px;
}

.module-homepage .homepage-img-text-space {
    margin-bottom: 38px;
}

@media (max-width:767px) {
    .module-homepage .homepage-img-text-space {
        margin-bottom: 22px;
    }

    .module-homepage .homepage-goal-space+.container-fluid .c-t-a,
    .module-homepage .homepage-goal-space+.c-t-a {
        margin-top: 22px;
    }
}

.module-homepage .line:after {
    content: '';
    display: block;
    border-top: 6px solid var(--global_main_color);
    width: 100px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.module-homepage .background-primary-color .line:after,
.module-homepage.background-primary-color .line:after {
    border-top-color: #000000;
}

.module-homepage.background-primary-color .box:not(.background-primary-color) .line:after {
    border-top-color: var(--global_main_color);
}

.module-homepage .c-t-a a.iconsCircleSmall {
    margin-left: 0;
    margin-right: 0;
}

.module-homepage.bg-primary-black .c-t-a a.iconsCircle,
.module-homepage .bg-primary-black .c-t-a a.iconsCircle,
.module-homepage .btn-primary-text-color .c-t-a a.iconsCircle {
    border-color: #ffffff !important;
}

.module-homepage.bg-primary-black .c-t-a a.iconsCircle i.svg-m,
.module-homepage .bg-primary-black .c-t-a a.iconsCircle i.svg-m,
.module-homepage .btn-primary-text-color .c-t-a a.iconsCircle i.svg-m {
    background-color: #ffffff !important;
}

.module-homepage.bg-primary-gray .c-t-a a.iconsCircle,
.module-homepage .bg-primary-gray .c-t-a a.iconsCircle {
    border-color: #444950 !important;
}

.module-homepage.bg-primary-gray .c-t-a a.iconsCircle i.svg-m,
.module-homepage .bg-primary-gray .c-t-a a.iconsCircle i.svg-m {
    background-color: #444950 !important;
}

.module-homepage.background-primary-color .c-t-a a.iconsCircle {
    border-color: var(--global_main_color_btn_text_color) !important;
}

.module-homepage.background-primary-color .c-t-a a.iconsCircle i.svg-m {
    background-color: var(--global_main_color_btn_text_color) !important;
}

.module-homepage .box .c-t-a a.iconsCircle {
    border-color: #000000 !important;
}

.module-homepage .box .c-t-a a.iconsCircle i.svg-m {
    background-color: #000000 !important;
}

.module-homepage .box.background-primary-color .c-t-a a.iconsCircle {
    border-color: var(--global_main_color_btn_text_color) !important;
}

.module-homepage .box.background-primary-color .c-t-a a.iconsCircle i.svg-m {
    background-color: var(--global_main_color_btn_text_color) !important;
}

.module-homepage .box.bg-primary-black .c-t-a a.iconsCircle {
    border-color: #ffffff !important;
}

.module-homepage .box.bg-primary-black .c-t-a a.iconsCircle i.svg-m {
    background-color: #ffffff !important;
}

.module-homepage .box.background-primary-color .c-t-a a.btn-primary-automatic-recommended {
    border-color: #000000 !important;
    color: #ffffff !important;
    background-color: #000000 !important;
}

.module-homepage .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.module-homepage .carousel-fade .carousel-inner .active {
    opacity: 1;
}

.module-homepage .carousel-fade .carousel-inner .active.left,
.module-homepage .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.module-homepage .carousel-fade .carousel-inner .next.left,
.module-homepage .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.module-homepage .carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .module-homepage .carousel-fade .carousel-inner>.item.next,
    .module-homepage .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .module-homepage .carousel-fade .carousel-inner>.item.prev,
    .module-homepage .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .module-homepage .carousel-fade .carousel-inner>.item.next.left,
    .module-homepage .carousel-fade .carousel-inner>.item.prev.right,
    .module-homepage .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.module-homepage .item {
    background: url() no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.module-homepage.bg-half-opacity .carousel-fade .carousel-inner .active.left,
.module-homepage.bg-half-opacity .carousel-fade .carousel-inner .active.right {
    z-index: 0;
}

.module-homepage.bg-half-opacity .carousel-fade .carousel-control {
    z-index: 0;
}

.module-homepage.layout-1 {
    padding: 0 !important;
}

.module-homepage.layout-1 .container-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.module-homepage.layout-1 .headers-text-wrap .container {
    width: 100%;
}

.module-homepage.layout-1 .headers-text-wrap .header1 {
    font-weight: bold;
}

html[dir="rtl"] .module-homepage.layout-1 .headers-text-wrap .header1 {
    text-align: right;
}

.module-homepage.layout-1 .headers-text-wrap .header1,
.module-homepage.layout-1 .headers-text-wrap .header2 {
    color: #fff;
}

.module-homepage.layout-1 .headers-container {
    display: grid;
    position: relative;
    min-height: 500px;
    justify-items: center;
}

.module-homepage.layout-1 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    height: 100%;
    text-align: center;
}

@media(min-width:768px) {
    .module-homepage.layout-1 .headers-container .headers-text-wrap {
        padding: 30px 60px;
    }
}

.module-homepage.layout-1 .headers-container .headers-text-wrap .responsive-handler {
    text-align: justify;
}

.module-homepage.layout-1 .headers-container .headers-img-wrap {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 0.5;
}

.module-homepage.layout-1 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-1 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-1 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-1 .video-handler {
    display: block;
}

.module-homepage.layout-1 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-1 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-1 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-1 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-1 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-1 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width:768px) {
    .module-homepage.layout-1 .headers-container .headers-image {
        min-height: 500px;
    }
}

.module-homepage.layout-1 .c-t-a {
    justify-content: center;
}

.module-homepage.layout-2 {
    padding: 0 !important;
}

.module-homepage.layout-2 .container-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.module-homepage.layout-2 .headers-text-wrap .container {
    width: 100%;
}

.module-homepage.layout-2 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-2 .headers-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
}

.module-homepage.layout-2 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    height: 100%;
}

@media(min-width:768px) {
    .module-homepage.layout-2 .headers-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        justify-content: center;
    }

    .module-homepage.layout-2 .headers-container.second-side .headers-text-wrap {
        grid-row: 1;
        grid-column: 2;
    }

    .module-homepage.layout-2 .headers-container .headers-text-wrap {
        padding: 30px 60px;
    }
}

.module-homepage.layout-2 .headers-container .headers-text-wrap .responsive-handler {
    padding: 15px 0;
    text-align: left;
}

html[dir="rtl"] .module-homepage.layout-2 .headers-container .headers-text-wrap .responsive-handler {
    text-align: right;
}

.module-homepage.layout-2 .headers-container .headers-img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.module-homepage.layout-2 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-2 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-2 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-2 .video-handler {
    display: block;
}

.module-homepage.layout-2 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-2 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-2 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-2 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-2 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-2 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width:768px) {
    .module-homepage.layout-2 .headers-container .headers-image {
        min-height: 500px;
    }
}

.module-homepage.layout-2 .c-t-a {
    justify-content: flex-start;
}

.module-homepage.layout-2 .widget_subscribe_form {
    margin: 0;
}

@media(max-width:767px) {
    .module-homepage.layout-2 .headers-container .headers-text-wrap {
        min-height: 340px;
        text-align: center;
    }

    .module-homepage.layout-2 .c-t-a {
        justify-content: center;
    }
}

.module-homepage.layout-4 {
    padding: 0 !important;
}

.module-homepage.layout-4 .container-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.module-homepage.layout-4 .headers-text-wrap .container {
    width: 100%;
}

.module-homepage.layout-4 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-4 .headers-text-wrap .header1,
.module-homepage.layout-4 .headers-text-wrap .header2 {
    color: #fff;
}

.module-homepage.layout-4 .headers-container {
    display: grid;
    position: relative;
    min-height: 500px;
    justify-items: center;
    height: calc(100vh - var(--homepage_layout_height_menu_space)) !important;
}

.module-homepage.layout-4 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    height: 100%;
    text-align: center;
}

@media(min-width:768px) {
    .module-homepage.layout-4 .headers-container .headers-text-wrap {
        padding: 30px 60px;
    }
}

.module-homepage.layout-4 .headers-container .headers-text-wrap .responsive-handler {
    text-align: justify;
}

.module-homepage.layout-4 .headers-container .headers-text-orders {
    display: flex;
    flex-direction: column;
}

.module-homepage.layout-4 .headers-text-wrap .MailingTool {
    display: flex;
    justify-content: center;
}

.module-homepage.layout-4 .headers-container .headers-img-wrap {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.module-homepage.layout-4 .headers-container .headers-img-wrap:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.module-homepage.layout-4 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-4 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-4 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-4 .video-handler {
    display: block;
}

.module-homepage.layout-4 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-4 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-4 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-4 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-4 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-4 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width:768px) {
    .module-homepage.layout-4 .headers-container .headers-image {
        min-height: 500px;
    }
}

.module-homepage.layout-4 .c-t-a {
    justify-content: center;
}

.module-homepage.layout-4 .headers-item .headers-bg-video {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.module-homepage.layout-5 {
    display: flex;
    align-items: center;
}

.module-homepage.layout-5 .headers-text-wrap .container,
.module-homepage.layout-5 .headers-text-wrap .container-fluid {
    width: 100%;
}

.module-homepage.layout-5 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-5 .headers-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: min-content 1fr;
    text-align: left;
    grid-gap: 0;
}

@media(min-width:768px) {
    .module-homepage.layout-5 .headers-container {
        grid-gap: 56px;
    }
}

html[dir="rtl"] .module-homepage.layout-5 .headers-container {
    text-align: right;
}

@media(min-width:1024px) {
    .module-homepage.layout-5 .headers-container {
        grid-template-columns: .6fr .4fr;
        grid-template-rows: auto;
        grid-gap: 100px;
    }

    .module-homepage.layout-5 .headers-container.second-side {
        grid-template-columns: .4fr .6fr;
    }

    .module-homepage.layout-5 .headers-container.second-side .headers-text-wrap {
        grid-column: 2;
        grid-row: 1;
    }

    .module-homepage.layout-5 .headers-container.second-side .headers-img-wrap {
        grid-column: 1;
        grid-row: 1;
    }
}

.module-homepage.layout-5 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    align-self: center;
}

@media(min-width:767px) and (max-width:1024px) {
    .module-homepage.layout-5 .headers-container {
        grid-row-gap: 85px;
        justify-content: center;
    }

    .module-homepage.layout-5 .headers-container .headers-text-wrap {
        align-items: center;
    }

    .module-homepage.layout-5 .headers-container .headers-img-wrap {
        width: 100%;
        place-self: center;
        max-width: 497px;
    }
}

@media(max-width:767px) {
    .module-homepage.layout-5 .headers-container .headers-text-wrap {
        text-align: center;
        align-items: center;
    }
}

.module-homepage.layout-5 .headers-container .headers-img-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    align-self: center;
}

@media(min-width:768px) {

    html[dir="rtl"] .module-homepage.layout-5 .headers-container.second-side .headers-img-wrap,
    .module-homepage.layout-5 .headers-container .headers-img-wrap {
        box-shadow: -7px 4px 15px -5px rgb(0 0 0 / 60%);
    }

    .module-homepage.layout-5 .headers-container.second-side .headers-img-wrap,
    html[dir="rtl"] .module-homepage.layout-5 .headers-container .headers-img-wrap {
        box-shadow: 7px 4px 15px -5px rgb(0 0 0 / 60%);
    }

    html[dir="rtl"] .module-homepage.layout-5 .headers-container.second-side .headers-img-wrap::before,
    .module-homepage.layout-5 .headers-container .headers-img-wrap::before {
        content: '';
        position: absolute;
        height: calc(100% + 80px);
        right: -70px;
        background-color: var(--global_main_color);
        width: 95%;
    }

    .module-homepage.layout-5 .headers-container.circle-under-image .headers-img-wrap::before {
        border-radius: 50%;
    }

    .module-homepage.layout-5 .headers-container.second-side .headers-img-wrap::before,
    html[dir="rtl"] .module-homepage.layout-5 .headers-container .headers-img-wrap::before {
        right: auto;
        left: -70px;
    }

    .module-homepage.layout-5.background-primary-color .headers-img-wrap::before {
        background-color: #fff;
    }

    .module-homepage.layout-5.corner-circle .headers-container .headers-img-wrap::before {
        height: 350px !important;
        width: 350px !important;
        top: -37px !important;
    }
}

.module-homepage.layout-5 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-5 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-5 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-5 .video-handler {
    display: block;
}

.module-homepage.layout-5 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-5 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-5 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-5 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.module-homepage.layout-5 .c-t-a {
    justify-content: space-around;
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .module-homepage.layout-5 .c-t-a {
        justify-content: flex-start;
        margin-bottom: 0;
    }
}

.module-homepage.layout-5 .headers-container .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width:768px) {
    .module-homepage.layout-5 .headers-container .headers-text-orders {
        align-items: start;
    }
}

.module-homepage.layout-5 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-5 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-5 .c-t-a .promoVideoPopupa.iconsCircle {
    margin: auto 0;
}

.module-homepage.layout-5.background-primary-color .c-t-a a.btn-primary-automatic-recommended {
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

.module-homepage.layout-6 {
    padding: 0 !important;
}

.module-homepage.layout-6 .container-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.module-homepage.layout-6 .headers-text-wrap .container {
    width: 100%;
}

.module-homepage.layout-6 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-6 .headers-text-wrap .header1,
.module-homepage.layout-6 .headers-text-wrap .header2 {
    color: #fff;
}

.module-homepage.layout-6 .c-t-a a.iconsCircle {
    border-color: #ffffff !important;
}

.module-homepage.layout-6 .c-t-a a.iconsCircle i.svg-m {
    background-color: #ffffff !important;
}

.module-homepage.layout-6 .headers-container {
    display: grid;
    position: relative;
    min-height: 500px;
    justify-items: center;
}

.module-homepage.layout-6 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media(min-width:768px) {
    .module-homepage.layout-6 .headers-container .headers-text-wrap {
        padding-top: calc(50px + 90px) !important;
        padding-top: calc(50px + var(--homepage_layout_height_opacity_space_top) + var(--homepage_layout_height_opacity_space_bottom)) !important;
        padding-bottom: calc(50px + 90px) !important;
        padding-bottom: calc(50px + var(--homepage_layout_height_opacity_space_top) + var(--homepage_layout_height_opacity_space_bottom)) !important;
    }
}

.module-homepage.layout-6 .headers-container .headers-text-wrap .responsive-handler {
    text-align: justify;
}

.module-homepage.layout-6 .headers-container .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-homepage.layout-6 .headers-text-wrap .MailingTool {
    display: flex;
    justify-content: center;
}

.module-homepage.layout-6 .headers-container .headers-img-wrap {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.module-homepage.layout-6 .headers-container .headers-img-wrap:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.module-homepage.layout-6 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-6 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-6 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-6 .video-handler {
    display: block;
}

.module-homepage.layout-6 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-6 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-6 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-6 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-6 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-6 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width:768px) {
    .module-homepage.layout-6 .headers-container .headers-image {
        min-height: 500px;
    }
}

.module-homepage.layout-6 .c-t-a {
    justify-content: center;
}

.module-homepage.layout-6 .headers-item .headers-bg-video {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-homepage.layout-6 .video-bg {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-7 {
    padding: 0 !important;
}

.module-homepage.layout-7 .container-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.module-homepage.layout-7 .headers-text-wrap .container {
    width: 100%;
}

.module-homepage.layout-7 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-7 .headers-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
}

@media(min-width:768px) {
    .module-homepage.layout-7 .headers-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        justify-content: center;
    }

    .module-homepage.layout-7 .headers-container.second-side .headers-text-wrap {
        grid-row: 1;
        grid-column: 2;
    }
}

.module-homepage.layout-7 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    height: 100%;
    min-height: 300px;
}

@media(min-width:768px) {
    .module-homepage.layout-7 .headers-container .headers-text-wrap {
        padding: 30px 60px;
        min-height: 100%;
    }
}

.module-homepage.layout-7 .headers-container .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width:768px) {
    .module-homepage.layout-7 .headers-container .headers-text-orders {
        align-items: start;
    }
}

.module-homepage.layout-7 .headers-container .headers-text-wrap .responsive-handler {
    text-align: justify;
}

.module-homepage.layout-7 .headers-container .headers-img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.module-homepage.layout-7 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-7 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-7 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-7 .video-handler {
    display: block;
}

.module-homepage.layout-7 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-7 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-7 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-7 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-7 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-7 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width:768px) {
    .module-homepage.layout-7 .headers-container .headers-image {
        min-height: 500px;
    }
}

.module-homepage.layout-7 .c-t-a {
    justify-content: space-around;
}

@media(min-width:768px) {
    .module-homepage.layout-7 .c-t-a {
        justify-content: flex-start;
    }
}

.module-homepage.layout-7 .widget_subscribe_form {
    margin: 0;
}

@media(max-width:767px) {
    .module-homepage.layout-7 .headers-container .headers-text-wrap {
        min-height: 340px;
        text-align: center;
    }

    .module-homepage.layout-7 .c-t-a {
        justify-content: center;
    }
}

.module-homepage.layout-7 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-7 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-7 .c-t-a .promoVideoPopupa.iconsCircle {
    margin: auto 0;
}

.module-homepage.layout-7 .background-primary-color .c-t-a a.btn-primary-automatic-recommended {
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

.module-homepage.layout-14 {
    display: flex;
    align-items: center;
}

.module-homepage.layout-14 .image-circle {
    margin-bottom: 50px;
}

.module-homepage.layout-14 .image-circle .separateImages {
    display: flex;
    justify-content: center;
}

.module-homepage.layout-14 .image-circle img {
    width: 350px;
    height: 350px;
}

.module-homepage.layout-14 .image-circle .carousel-cell {
    display: flex;
    justify-content: center;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media(max-width:767px) {
    .module-homepage.layout-14 .image-circle img {
        width: 320px;
        height: 320px;
    }
}

.module-homepage.layout-14 .headers-container,
.module-homepage.layout-14 .headers-container .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-homepage.layout-14.background-primary-color .c-t-a a.btn-primary-automatic-recommended {
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

.module-homepage.layout-15 {
    display: flex;
    align-items: center;
}

.module-homepage.layout-15 .headers-text-wrap .container,
.module-homepage.layout-15 .headers-text-wrap .container-fluid {
    width: 100%;
}

.module-homepage.layout-15 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-15 .headers-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
    text-align: left;
    grid-gap: 48px;
}

@media(min-width:768px) {
    .module-homepage.layout-15 .headers-container.second-side .headers-text-wrap {
        grid-row: 1;
        grid-column: 1;
    }
}

html[dir="rtl"] .module-homepage.layout-15 .headers-container {
    text-align: right;
}

@media(min-width:768px) {
    .module-homepage.layout-15 .headers-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
}

.module-homepage.layout-15 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.module-homepage.layout-15 .headers-container .headers-img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.module-homepage.layout-15 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-15 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-15 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-15 .video-handler {
    display: block;
}

.module-homepage.layout-15 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-15 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-15 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-15 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-15 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
}

@media(min-width:768px) {
    .module-homepage.layout-15 .headers-container .headers-image {
        min-height: 440px;
    }
}

.module-homepage.layout-15 .c-t-a {
    justify-content: flex-start;
}

@media(max-width:767px) {
    .module-homepage.layout-15 .headers-container {
        grid-gap: 32px;
    }

    .module-homepage.layout-15 .headers-container .headers-text-wrap {
        text-align: center;
    }

    .module-homepage.layout-15 .c-t-a {
        justify-content: space-around;
    }
}

.module-homepage.layout-15 .headers-container .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width:768px) {
    .module-homepage.layout-15 .headers-container .headers-text-orders {
        align-items: start;
    }
}

.module-homepage.layout-15 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-15 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-15 .c-t-a .promoVideoPopupa.iconsCircle {
    margin: auto 0;
}

.module-homepage.layout-15.background-primary-color .c-t-a a.btn-primary-automatic-recommended {
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

.module-homepage.layout-17 {
    display: flex;
    align-items: center;
}

.module-homepage.layout-17 .headers-description .container {
    width: 100%;
}

.module-homepage.layout-17 .video-handler {
    display: block;
}

.module-homepage.layout-17 .headers-container {
    display: grid;
    grid-auto-columns: auto;
    grid-template-rows: auto;
    grid-gap: 30px;
    width: 100%;
    justify-content: center;
}

.module-homepage.layout-17 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-17 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-17 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-17 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-17 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-17 .headers-container .headers-image {
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
}

.module-homepage.layout-17 .headers-container .headers-description {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
}

.module-homepage.layout-17 .headers-container .headers-description:not(.bg-primary-black, .background-primary-color, .bg-primary-white, .bg-primary-gray) {
    background-color: #ebebeb;
    color: #000000;
}

@media (min-width:768px) {
    .module-homepage.layout-17 .headers-container {
        grid-template-columns: 2fr 3fr;
        grid-template-rows: auto;
    }

    .module-homepage.layout-17 .headers-container .headers-description {
        padding: 30px 70px;
        min-height: 100%;
    }

    .module-homepage.layout-17 .headers-container.second-side {
        grid-template-columns: 3fr 2fr;
    }

    .module-homepage.layout-17 .headers-container.second-side .headers-description {
        grid-row: 1;
        grid-column: 1;
    }

    .module-homepage.layout-17 .headers-container .headers-image {
        min-height: 440px;
    }
}

@media (max-width:768px) {
    .module-homepage.layout-17 .carousel.slide {
        width: 100%;
        margin: 0;
    }
}

.module-homepage.layout-17 .headers-container .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-homepage.layout-22 {
    display: flex;
    align-items: center;
    min-height: calc(75vh - var(--homepage_layout_height_menu_space)) !important;
}

.module-homepage.layout-22 .headers-description .container {
    width: 100%;
}

.module-homepage.layout-22 .video-handler {
    display: block;
}

.module-homepage.layout-22 .headers-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 60px;
    position: relative;
    height: calc(var(--headers-description-height) - 60px);
}

@media (max-width:767px) {
    .module-homepage.layout-22 .headers-container {
        margin-bottom: 60px;
    }
}

.module-homepage.layout-22 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-22 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-22 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-22 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-22 .header-box-shadow {
    border-radius: 10px;
}

@media (max-width:767px) {
    .module-homepage.layout-22 .header-box-shadow {
        box-shadow: unset;
    }
}

.module-homepage.layout-22 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-22 .headers-container .headers-image {
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.module-homepage.layout-22 .headers-container .video-bg {
    height: 400px;
}

.module-homepage.layout-22 .headers-container .video-bg .headers-bg-video {
    height: 400px;
    border-radius: 10px;
}

.module-homepage.layout-22.hpm-height-75vh .headers-container .video-bg,
.module-homepage.layout-22.hpm-height-75vh .headers-container .video-bg .headers-bg-video,
.module-homepage.layout-22.hpm-height-75vh .headers-container .headers-image {
    height: 480px;
}

.module-homepage.layout-22.hpm-height-100vh .headers-container .video-bg,
.module-homepage.layout-22.hpm-height-100vh .headers-container .video-bg .headers-bg-video,
.module-homepage.layout-22.hpm-height-100vh .headers-container .headers-image {
    height: 580px;
}

@media (max-width:767px) {

    .module-homepage.layout-22.hpm-height-100vh .headers-container .video-bg,
    .module-homepage.layout-22.hpm-height-75vh .headers-container .video-bg,
    .module-homepage.layout-22 .headers-container .video-bg,
    .module-homepage.layout-22.hpm-height-100vh .headers-container .video-bg .headers-bg-video,
    .module-homepage.layout-22.hpm-height-75vh .headers-container .video-bg .headers-bg-video,
    .module-homepage.layout-22 .headers-container .video-bg .headers-bg-video,
    .module-homepage.layout-22.hpm-height-100vh .headers-container .headers-image,
    .module-homepage.layout-22.hpm-height-75vh .headers-container .headers-image,
    .module-homepage.layout-22 .headers-container .headers-image {
        height: 300px;
        border-radius: 0px;
    }
}

.module-homepage.layout-22 .headers-container .headers-description {
    position: absolute;
    bottom: -65px;
    left: 65px;
    width: 500px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #000000;
    z-index: 1;
    text-align: center;
}

@media (min-width:767px) {
    .module-homepage.layout-22 .headers-container .headers-description {
        padding: 60px 40px;
        text-align: unset;
    }
}

.module-homepage.layout-22 .headers-container .headers-description.bg-primary-black {
    background-color: #000;
    color: #fff;
}

.module-homepage.layout-22 .headers-container .headers-description.bg-primary-gray {
    background-color: #ebedf0;
    color: #444950;
}

html[dir="rtl"] .module-homepage.layout-22 .headers-container .headers-description {
    left: auto;
    right: 65px;
}

@media (max-width:767px) {
    .module-homepage.layout-22 .headers-container .headers-description {
        position: unset;
        width: 100%;
        border-radius: 0px;
    }
}

@media (max-width:768px) {
    .module-homepage.layout-22 .carousel.slide {
        width: 100%;
        margin: 0;
    }
}

.module-homepage.layout-22 .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width:768px) {
    .module-homepage.layout-22 .headers-text-orders {
        align-items: start;
    }
}

.module-homepage.layout-22 .c-t-a {
    justify-content: start;
}

.module-homepage.layout-22 .c-t-a {
    justify-content: space-around;
}

@media(min-width:768px) {
    .module-homepage.layout-22 .c-t-a {
        justify-content: flex-start;
    }
}

.module-homepage.layout-22 .headers-item .headers-bg-video {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 580px;
    object-fit: fill;
}

.module-homepage.layout-22 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-22 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-23 {
    padding: 0 !important;
}

.module-homepage.layout-23 .container-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

@media(max-width:768px) {
    .module-homepage.layout-23 .headers-container:not(.transparent-box) .headers-text-wrap {
        width: 100%;
    }
}

.module-homepage.layout-23 .headers-container:not(.transparent-box) .headers-text-wrap .headers-text-box:not(.bg-primary-black, .background-primary-color, .bg-primary-white, .bg-primary-gray) {
    background-color: #fff;
    color: #000;
}

.module-homepage.layout-23 .headers-text-wrap .headers-text-box {
    padding: 15px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

@media(min-width:769px) {
    .module-homepage.layout-23 .headers-text-wrap .headers-text-box {
        padding: 30px 45px;
        width: 510px;
        text-align: unset;
    }

    .module-homepage.layout-23 .headers-container.transparent-box .headers-text-wrap .headers-text-box {
        padding: 60px 45px;
    }
}

html[dir="rtl"] .module-homepage.layout-23 .headers-text-wrap .headers-text-box {
    margin-bottom: 0;
    margin-top: 0;
}

@media(max-width:768px) {
    .module-homepage.layout-23 .headers-container:not(.transparent-box) .headers-text-wrap .headers-text-box {
        margin-left: auto;
        width: 100%;
        min-width: auto;
    }

    .module-homepage.layout-23 .headers-container.transparent-box .headers-text-box {
        width: calc(100% - 30px);
        margin: auto;
    }
}

.module-homepage.layout-23 .headers-container.transparent-box .headers-text-box {
    color: #fff !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAAWGhwZ4MCZAAAAAXRSTlMAQObYZgAAABBJREFUCNdjWNXAEOqAiwQAiA4IvAbOu/QAAAAASUVORK5CYII=');
    background-repeat: repeat;
    background-position: center;
}

.module-homepage.layout-23 .headers-text-wrap .container {
    width: 100%;
}

.module-homepage.layout-23 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-23 .headers-container {
    display: grid;
    position: relative;
    justify-items: center;
    padding-top: calc(50px + 90px) !important;
    padding-top: calc(50px + var(--homepage_layout_height_opacity_space_top) + var(--homepage_layout_height_opacity_space_bottom)) !important;
    padding-bottom: calc(50px + 90px) !important;
    padding-bottom: calc(50px + var(--homepage_layout_height_opacity_space_top) + var(--homepage_layout_height_opacity_space_bottom)) !important;
}

@media(max-width:768px) {
    .module-homepage.layout-23 .headers-container:not(.transparent-box) {
        display: flex;
        flex-direction: column-reverse;
        min-height: auto;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.module-homepage.layout-23 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.module-homepage.layout-23 .headers-container .headers-text-wrap .responsive-handler {
    text-align: justify;
}

.module-homepage.layout-23 .headers-text-wrap .MailingTool {
    display: flex;
    justify-content: end;
}

.module-homepage.layout-23 .headers-container.transparent-box .headers-text-wrap .MailingTool {
    justify-content: start;
}

.module-homepage.layout-23 .headers-container .headers-img-wrap {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(max-width:768px) {
    .module-homepage.layout-23 .headers-container:not(.transparent-box) .headers-img-wrap {
        position: unset;
        height: calc(50vh - var(--homepage_layout_height_menu_space)) !important;
    }
}

.module-homepage.layout-23 .headers-container .headers-img-wrap:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.module-homepage.layout-23 .headers-container.transparent-box .headers-img-wrap:after {
    opacity: 0;
}

.module-homepage.layout-23 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-23 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-23 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-23 .video-handler {
    display: block;
}

.module-homepage.layout-23 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-23 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-23 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-23 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-23 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-23 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width:768px) {
    .module-homepage.layout-23 .headers-container .headers-image {
        min-height: 500px;
    }
}

.module-homepage.layout-23 .c-t-a {
    justify-content: space-around;
}

@media(min-width:768px) {
    .module-homepage.layout-23 .c-t-a {
        justify-content: end;
    }

    .module-homepage.layout-23 .headers-container.transparent-box .c-t-a {
        justify-content: start;
    }
}

.module-homepage.layout-23 .headers-item .headers-bg-video {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-homepage.layout-23 .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width:768px) {
    .module-homepage.layout-23 .headers-text-orders {
        align-items: start;
    }
}

.module-homepage.layout-23 .video-bg {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-23 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-23 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-23 .headers-container.transparent-box .c-t-a a.iconsCircle {
    border-color: #ffffff !important;
}

.module-homepage.layout-23 .headers-container.transparent-box.c-t-a a.iconsCircle i.svg-m {
    background-color: #ffffff !important;
}

.module-homepage.layout-24 {
    padding: 0 !important;
}

.module-homepage.layout-24 .container-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.module-homepage.layout-24 .headers-text-wrap .headers-text-box:not(.bg-primary-black, .background-primary-color, .bg-primary-white, .bg-primary-gray) {
    background-color: #fff;
    color: #000;
}

.module-homepage.layout-24 .headers-text-wrap .headers-text-box {
    padding: 60px;
}

@media(max-width:768px) {
    .module-homepage.layout-24 .headers-text-wrap .headers-text-box {
        padding: 30px;
        margin-bottom: 0;
        margin-top: 0;
    }
}

.module-homepage.layout-24 .headers-text-wrap .container {
    width: 100%;
}

.module-homepage.layout-24 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-24 .headers-text-wrap .header2 {
    line-height: 1.8em;
}

.module-homepage.layout-24 .headers-container {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 500px;
    justify-content: center;
    align-items: center;
    padding-top: calc(50px + 90px) !important;
    padding-top: calc(50px + var(--homepage_layout_height_opacity_space_top) + var(--homepage_layout_height_opacity_space_bottom)) !important;
    padding-bottom: calc(50px + 90px) !important;
    padding-bottom: calc(50px + var(--homepage_layout_height_opacity_space_top) + var(--homepage_layout_height_opacity_space_bottom)) !important;
}

@media(max-width:768px) {
    .module-homepage.layout-24 .headers-container {
        display: flex;
        flex-direction: column-reverse;
        min-height: auto;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.module-homepage.layout-24 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.module-homepage.layout-24 .headers-container .headers-text-wrap .responsive-handler {
    text-align: justify;
}

.module-homepage.layout-24 .headers-text-wrap .MailingTool {
    display: flex;
    justify-content: end;
}

.module-homepage.layout-24 .headers-container .headers-img-wrap {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(max-width:768px) {
    .module-homepage.layout-24 .headers-container .headers-img-wrap {
        position: unset;
        height: calc(50vh - var(--homepage_layout_height_menu_space)) !important;
    }
}

.module-homepage.layout-24 .headers-container .headers-img-wrap:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.module-homepage.layout-24 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-24 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-24 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-24 .video-handler {
    display: block;
}

.module-homepage.layout-24 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-24 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-24 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-24 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-24 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-24 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width:768px) {
    .module-homepage.layout-24 .headers-container .headers-image {
        min-height: 500px;
    }
}

.module-homepage.layout-24 .c-t-a {
    justify-content: center;
}

.module-homepage.layout-24 .headers-item .headers-bg-video {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-homepage.layout-24 .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.module-homepage.layout-24 .video-bg {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-25 {
    padding: 0 !important;
}

.module-homepage.layout-25 .container-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.module-homepage.layout-25 .headers-text-wrap .container {
    width: 100%;
}

.module-homepage.layout-25 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-25 .headers-text-wrap .header1,
.module-homepage.layout-25 .headers-text-wrap .header2 {
    color: #000;
}

.module-homepage.layout-25 .headers-container {
    display: grid;
    position: relative;
    min-height: 500px;
    justify-items: center;
    background-color: rgba(255, 255, 255, 0.7);
}

@media(min-width:768px) {
    .module-homepage.layout-25 .headers-container {
        min-height: calc(70vh - var(--homepage_layout_height_menu_space));
    }
}

.module-homepage.layout-25 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.module-homepage.layout-25 .headers-container .headers-text-wrap .responsive-handler {
    text-align: justify;
}

.module-homepage.layout-25 .headers-text-wrap .MailingTool {
    display: flex;
    justify-content: center;
}

.module-homepage.layout-25 .headers-container .headers-img-wrap {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.module-homepage.layout-25 .headers-container .headers-img-wrap:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.module-homepage.layout-25 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-25 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-25 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-25 .video-handler {
    display: block;
}

.module-homepage.layout-25 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-25 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-25 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-25 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-25 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-25 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width:768px) {
    .module-homepage.layout-25 .headers-container .headers-image {
        min-height: 500px;
    }
}

.module-homepage.layout-25 .c-t-a {
    justify-content: center;
}

.module-homepage.layout-25 .headers-item .headers-bg-video {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-homepage.layout-25 .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-homepage.layout-25 .video-bg {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-26 {
    padding: 0 !important;
}

.module-homepage.layout-26 .container-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.module-homepage.layout-26 .headers-text-wrap .container {
    width: 100%;
}

.module-homepage.layout-26 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-26 .headers-text-wrap .header1,
.module-homepage.layout-26 .headers-text-wrap .header2 {
    color: #fff;
}

.module-homepage.layout-26 .c-t-a a.iconsCircle {
    border-color: #ffffff !important;
}

.module-homepage.layout-26 .c-t-a a.iconsCircle i.svg-m {
    background-color: #ffffff !important;
}

.module-homepage.layout-26 .headers-container {
    display: grid;
    position: relative;
    min-height: 500px;
    justify-items: center;
    background: linear-gradient(120deg, #000000 0%, rgba(0, 0, 0, 0) 60%);
}

.module-homepage.layout-26 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: auto;
    position: relative;
}

.module-homepage.layout-26 .headers-container .headers-text-wrap .responsive-handler {
    text-align: justify;
}

.module-homepage.layout-26 .headers-container .headers-img-wrap {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.module-homepage.layout-26 .headers-container .headers-img-wrap:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.module-homepage.layout-26 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-26 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-26 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-26 .video-handler {
    display: block;
}

.module-homepage.layout-26 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-26 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-26 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-26 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-26 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-26 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width:768px) {
    .module-homepage.layout-26 .headers-container .headers-image {
        min-height: 500px;
    }
}

.module-homepage.layout-26 .c-t-a {
    justify-content: space-around;
}

@media(min-width:768px) {
    .module-homepage.layout-26 .c-t-a {
        justify-content: flex-start;
    }
}

.module-homepage.layout-26 .headers-item .headers-bg-video {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-homepage.layout-26 .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media(min-width:768px) {
    .module-homepage.layout-26 .headers-text-orders {
        align-items: start;
        text-align: unset;
    }
}

.module-homepage.layout-26 .video-bg {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-26 a.iconsCircle {
    margin: 0;
}

.module-homepage.layout-26 .c-t-a .redirect-buttons-container a:first-child {
    margin-left: 0px !important;
}

html[dir="rtl"] .module-homepage.layout-26 .c-t-a .redirect-buttons-container a:first-child {
    margin-left: auto;
    margin-right: 0px !important;
}

.module-homepage.layout-26 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-26 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-27 {
    padding: 0 !important;
}

.module-homepage.layout-27 .container-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.module-homepage.layout-27 .headers-text-wrap .container {
    width: 100%;
}

.module-homepage.layout-27 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-27 .headers-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
}

.module-homepage.layout-27 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    height: 100%;
    min-height: 300px;
}

@media(min-width:768px) {
    .module-homepage.layout-27 .headers-container {
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto;
        justify-content: center;
    }

    .module-homepage.layout-27.second-side .headers-container {
        grid-template-columns: 2fr 1fr;
    }

    .module-homepage.layout-27.second-side .headers-container .headers-text-wrap {
        grid-row: 1;
        grid-column: 2;
    }

    .module-homepage.layout-27 .headers-container .headers-text-wrap {
        padding: 30px 60px;
        min-height: 100%;
    }
}

.module-homepage.layout-27 .headers-container .headers-text-wrap .responsive-handler {
    text-align: justify;
}

.module-homepage.layout-27 .headers-container .headers-img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.module-homepage.layout-27 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-27 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-27 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-27 .video-handler {
    display: block;
}

.module-homepage.layout-27 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-27 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-27 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-27 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-27 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-27 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width:768px) {
    .module-homepage.layout-27 .headers-container .headers-image {
        min-height: 500px;
    }
}

.module-homepage.layout-27 .c-t-a {
    justify-content: flex-start;
}

@media(max-width:767px) {
    .module-homepage.layout-27 .headers-container .headers-text-wrap {
        min-height: 340px;
        text-align: center;
    }

    .module-homepage.layout-27 .c-t-a {
        justify-content: center;
    }
}

.module-homepage.layout-27 .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width:768px) {
    .module-homepage.layout-27 .headers-text-orders {
        align-items: start;
    }
}

.module-homepage.layout-27.background-primary-color .c-t-a a.btn-primary-automatic-recommended {
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

.module-homepage.layout-27 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-27 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-29 {
    padding: 0 !important;
}

.module-homepage.layout-29 .container {
    width: 100%;
    margin: auto 0;
}

.module-homepage.layout-29 .headers-description .container {
    width: 100%;
}

.module-homepage.layout-29 .video-handler {
    display: block;
}

.module-homepage.layout-29 .headers-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
}

.module-homepage.layout-29 .headers-container.box-right-side {
    margin-bottom: 0;
}

@media (min-width:767px) {
    .module-homepage.layout-29 .headers-container {
        margin-bottom: 150px;
    }

    .module-homepage.layout-29 .headers-container.box-right-side .headers-description {
        bottom: -110px;
        left: 0px;
        width: 692px;
    }

    .module-homepage.layout-29 .headers-container.box-center .headers-description {
        left: calc((100vw / 2) - 330px);
        width: 660px;
        border-radius: 25px;
    }
}

@media (min-width:992px) {
    .module-homepage.layout-29 .headers-container.box-center .headers-description {
        left: calc((100vw / 2) - 390px);
        width: 780px;
        border-radius: 25px;
    }
}

.module-homepage.layout-29 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-29 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-29 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-29 .carousel.slide .carousel-inner {
    height: 100%;
}

@media (max-width:767px) {
    .module-homepage.layout-29 .header-box-shadow {
        box-shadow: unset;
    }
}

.module-homepage.layout-29 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-29 .headers-container .headers-image {
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
;
    height: calc(75vh - var(--homepage_layout_height_menu_space) - 130px) !important;
}

.module-homepage.layout-29.hpm-height-100vh .headers-container .headers-image {
    height: calc(100vh - var(--homepage_layout_height_menu_space) - 130px) !important;
}

.module-homepage.layout-29 .headers-container .headers-description:not(.bg-primary-black, .background-primary-color, .bg-primary-white, .bg-primary-gray) {
    background-color: #fff;
    color: #000000;
}

.module-homepage.layout-29 .headers-container .headers-description.bg-primary-black {
    background-color: #000;
    color: #fff;
}

.module-homepage.layout-29 .headers-container .headers-description {
    position: absolute;
    bottom: -130px;
    left: 65px;
    width: 500px;
    padding: 60px;
    z-index: 1;
}

html[dir="rtl"] .module-homepage.layout-29 .headers-container .headers-description {
    left: auto;
    right: 65px;
}

@media (max-width:767px) {
    .module-homepage.layout-29 .headers-container .headers-description {
        position: unset;
        width: 100%;
        padding: 20px 10px;
    }
}

@media (max-width:768px) {
    .module-homepage.layout-29 .carousel.slide {
        width: 100%;
        margin: 0;
    }
}

.module-homepage.layout-29 .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media(min-width:768px) {
    .module-homepage.layout-29 .headers-container:not(.box-center) .headers-text-orders {
        align-items: start;
        text-align: unset;
    }
}

.module-homepage.layout-29 .c-t-a {
    justify-content: space-around;
}

@media(min-width:768px) {
    .module-homepage.layout-29 .headers-container:not(.box-center) .c-t-a {
        justify-content: flex-start;
    }
}

.module-homepage.layout-29 .c-t-a .redirect-buttons-container .btn {
    margin-left: 0 !important;
}

.module-homepage.layout-29 .headers-item .headers-bg-video {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 580px;
    object-fit: fill;
}

.module-homepage.layout-29 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-29 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-30 {
    padding: 0 !important;
}

.module-homepage.layout-30 .container-fluid {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.module-homepage.layout-30 .headers-text-wrap .container {
    width: 100%;
}

.module-homepage.layout-30 .c-t-a a.iconsCircle {
    border-color: #ffffff !important;
}

.module-homepage.layout-30 .c-t-a a.iconsCircle i.svg-m {
    background-color: #ffffff !important;
}

.module-homepage.layout-30 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-30 .headers-text-wrap .header1,
.module-homepage.layout-30 .headers-text-wrap .header2 {
    color: #fff;
}

.module-homepage.layout-30 .headers-container {
    display: grid;
    position: relative;
    min-height: 500px;
    justify-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media(min-width:768px) {
    .module-homepage.layout-30 .headers-container {
        padding-top: calc(50px + 90px) !important;
        padding-top: calc(50px + var(--homepage_layout_height_opacity_space_top) + var(--homepage_layout_height_opacity_space_bottom)) !important;
        padding-bottom: calc(50px + 90px) !important;
        padding-bottom: calc(50px + var(--homepage_layout_height_opacity_space_top) + var(--homepage_layout_height_opacity_space_bottom)) !important;
    }
}

.module-homepage.layout-30 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: auto;
    position: relative;
}

.module-homepage.layout-30 .headers-container .headers-text-wrap .responsive-handler {
    text-align: justify;
}

.module-homepage.layout-30 .headers-container .headers-img-wrap {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.module-homepage.layout-30 .headers-container .headers-img-wrap:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.module-homepage.layout-30 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-30 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-30 .headers-container .headers-img-wrap {
        align-items: center;
    }
}

.module-homepage.layout-30 .video-handler {
    display: block;
}

.module-homepage.layout-30 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-30 .carousel .item.one-item {
    display: block;
}

.module-homepage.layout-30 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-30 .carousel.slide .carousel-inner {
    height: 100%;
}

.module-homepage.layout-30 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-30 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width:768px) {
    .module-homepage.layout-30 .headers-container .headers-image {
        min-height: 500px;
    }
}

.module-homepage.layout-30 .c-t-a {
    justify-content: space-around;
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .module-homepage.layout-30 .c-t-a {
        justify-content: flex-start;
    }

    .module-homepage.layout-30 .headers-container.bottom-form .c-t-a {
        justify-content: center;
    }
}

.module-homepage.layout-30 .headers-item .headers-bg-video {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-homepage.layout-30 .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media(min-width:768px) {
    .module-homepage.layout-30 .headers-text-orders {
        align-items: start;
        text-align: unset;
    }
}

.module-homepage.layout-30 .video-bg {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-30 a.iconsCircle {
    margin: 0;
}

.module-homepage.layout-30 .c-t-a .redirect-buttons-container a:first-child {
    margin-left: 0px !important;
}

html[dir="rtl"] .module-homepage.layout-30 .c-t-a .redirect-buttons-container a:first-child {
    margin-left: auto;
    margin-right: 0px !important;
}

.module-homepage.layout-30 .headers-form-wrap {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
}

.module-homepage.layout-30 .contactUsForm .form-group>label[for^="datePicker"],
.module-homepage.layout-30 .contactUsForm .form-group>label[for^="text"],
.module-homepage.layout-30 .contactUsForm .form-group>label[for^="number"],
.module-homepage.layout-30 .contactUsForm .form-group>label[for^="email"],
.module-homepage.layout-30 .contactUsForm .c-f-field-type:not([data-field-type="select"]):not([data-field-type="checkbox"]):not([data-field-type="checkbox-group"]):not([data-field-type="radio-group"])>.form-group>label[for^="twoColumns-"],
.module-homepage.layout-30 .contactUsForm .form-group>span {
    display: none;
}

.module-homepage.layout-30 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-30 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-30 .headers-container.bottom-form .headers-text-orders {
    text-align: center;
}

.module-homepage.layout-30 .headers-container.bottom-form .headers-form-wrap {
    margin: auto;
}

@media(min-width:768px) {
    .module-homepage.layout-30 .headers-container.bottom-form .headers-form-wrap {
        width: 50%;
    }
}

@media(min-width:992px) {
    .module-homepage.layout-30 .headers-container.bottom-form .headers-form-wrap {
        width: 42%;
    }
}

@media(min-width:768px) {
    .module-homepage.layout-30 .headers-container.bottom-form .headers-text-orders {
        align-items: center;
    }
}

.module-homepage.layout-33 {
    display: flex;
    align-items: center;
}

.module-homepage.layout-33 .box-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.module-homepage.layout-33 .headers-container,
.module-homepage.layout-33 .headers-container .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-homepage.layout-33 .box-container:not(.without-box) .headers-container {
    border-bottom-right-radius: 25px;
}

@media(min-width:768px) {
    .module-homepage.layout-33 .box-container:not(.without-box) .headers-container {
        padding: 50px 65px;
        width: 65%;
    }
}

html[dir="rtl"] .module-homepage.layout-33 .box-container:not(.without-box) .headers-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 25px;
}

.module-homepage.layout-33 .box-container:not(.without-box) .headers-container:not(.bg-primary-black, .background-primary-color, .bg-primary-white, .bg-primary-gray) {
    background-color: #ffffff;
    color: #000000;
}

.module-homepage.layout-33 .box-container:not(.without-box) .headers-container.bg-primary-black {
    background-color: #000000;
    color: #ffffff;
}

.module-homepage.layout-33.background-primary-color .box-container.without-box .c-t-a a.btn-primary-automatic-recommended {
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

.module-homepage.layout-35 {
    display: flex;
    align-items: center;
}

.module-homepage.layout-35 .container-fluid {
    width: 100%;
    margin-bottom: 130px;
    box-shadow: 0 500px white;
}

.module-homepage.layout-35 .container-fluid.default-background-color {
    background-color: #fbefd7;
}

.module-homepage.layout-35 .headers-text-wrap .container,
.module-homepage.layout-35 .headers-text-wrap .container-fluid {
    width: 100%;
}

.module-homepage.layout-35 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-35 .headers-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
    text-align: left;
}

@media(min-width:768px) {
    .module-homepage.layout-35 .headers-container .headers-text-wrap {
        padding-top: 90px;
    }
}

html[dir="rtl"] .module-homepage.layout-35 .headers-container {
    text-align: right;
}

@media(min-width:768px) {
    .module-homepage.layout-35 .headers-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
    }

    .module-homepage.layout-35 .headers-container .c-t-a,
    .module-homepage.layout-35 .headers-container .header2 {
        width: 300px;
    }

    .module-homepage.layout-35 .headers-container .headers-text-wrap {
        padding-top: 85px;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        z-index: 2;
    }

    .module-homepage.layout-35 .headers-container .headers-img-wrap {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 1;
        z-index: 1;
    }
}

.module-homepage.layout-35 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
}

.module-homepage.layout-35 .headers-container .headers-img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 80px;
    height: 360px;
    margin-bottom: -130px;
}

.module-homepage.layout-35 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 50px;
}

.module-homepage.layout-35 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-35 .headers-container .headers-img-wrap {
        align-items: center;
        height: 680px;
    }
}

.module-homepage.layout-35 .video-handler {
    display: block;
}

.module-homepage.layout-35 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-35 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-35 .carousel.slide .carousel-inner {
    height: 100%;
    border-bottom-right-radius: 50px;
}

.module-homepage.layout-35 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-35 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
}

@media(min-width:768px) {
    .module-homepage.layout-35 .headers-container .headers-image {
        min-height: 440px;
    }
}

.module-homepage.layout-35 .c-t-a {
    justify-content: flex-start;
}

@media(max-width:767px) {
    .module-homepage.layout-35 .c-t-a {
        justify-content: space-around;
    }
}

.module-homepage.layout-35 .headers-container .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width:768px) {
    .module-homepage.layout-35 .headers-container .headers-text-orders {
        align-items: start;
    }
}

.module-homepage.layout-35 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-35 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-35 .c-t-a .promoVideoPopupa.iconsCircle {
    margin: auto 0;
}

.module-homepage.layout-35.background-primary-color .c-t-a a.btn-primary-automatic-recommended {
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

.module-homepage.layout-39 {
    display: flex;
    align-items: center;
}

.module-homepage.layout-39 .container-fluid {
    width: 100%;
    margin-top: 100px;
}

.module-homepage.layout-39 .container-fluid.default-background-color {
    background-color: #fbefd7;
}

.module-homepage.layout-39 .headers-text-wrap .container,
.module-homepage.layout-39 .headers-text-wrap .container-fluid {
    width: 100%;
}

.module-homepage.layout-39 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-39 .headers-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 360px 1fr;
    text-align: left;
}

@media(min-width:768px) {
    .module-homepage.layout-39 .headers-container .headers-text-wrap {
        padding: 100px 0px 50px 90px;
    }

    html[dir="rtl"] .module-homepage.layout-39 .headers-container .headers-text-wrap {
        padding: 100px 90px 50px 0px;
    }
}

html[dir="rtl"] .module-homepage.layout-39 .headers-container {
    text-align: right;
}

@media(min-width:768px) {
    .module-homepage.layout-39 .headers-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
}

.module-homepage.layout-39 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
}

.module-homepage.layout-39 .headers-container .headers-img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 80px;
    min-height: 360px;
    margin-top: -100px;
}

.module-homepage.layout-39 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
    border-top-right-radius: 95px;
    border-bottom-left-radius: 95px;
}

.module-homepage.layout-39 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-39 .headers-container .headers-img-wrap {
        align-items: center;
        min-height: 610px;
    }
}

.module-homepage.layout-39 .video-handler {
    display: block;
}

.module-homepage.layout-39 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-39 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-39 .carousel.slide .carousel-inner {
    height: 100%;
    border-top-right-radius: 95px;
    border-bottom-left-radius: 95px;
}

.module-homepage.layout-39 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-39 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
}

@media(min-width:768px) {
    .module-homepage.layout-39 .headers-container .headers-image {
        min-height: 440px;
    }
}

.module-homepage.layout-39 .c-t-a {
    justify-content: flex-start;
}

@media(max-width:767px) {
    .module-homepage.layout-39 .c-t-a {
        justify-content: space-around;
    }
}

.module-homepage.layout-39 .headers-container .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width:768px) {
    .module-homepage.layout-39 .headers-container .headers-text-orders {
        align-items: start;
    }
}

.module-homepage.layout-39 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-39 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-39 .c-t-a .promoVideoPopupa.iconsCircle {
    margin: auto 0;
}

.module-homepage.layout-39.background-primary-color .c-t-a a.btn-primary-automatic-recommended {
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

.module-homepage.layout-40 {
    display: flex;
    align-items: center;
}

.module-homepage.layout-40 .default-background-color {
    background-color: #d4fdfc;
}

.module-homepage.layout-40 .headers-text-wrap .container,
.module-homepage.layout-40 .headers-text-wrap .container-fluid {
    width: 100%;
}

.module-homepage.layout-40 .headers-text-wrap .header1 {
    font-weight: bold;
}

.module-homepage.layout-40 .headers-text-wrap .header1 mark {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-right: 20px;
    border-radius: 10px;
    padding-left: 20px;
}

.module-homepage.layout-40 .headers-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
    text-align: left;
    grid-gap: 60px;
}

html[dir="rtl"] .module-homepage.layout-40 .headers-container {
    text-align: right;
}

@media(min-width:768px) {
    .module-homepage.layout-40 .headers-container {
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto;
    }
}

.module-homepage.layout-40 .headers-container .headers-text-wrap {
    display: flex;
    flex-direction: column;
}

@media(min-width:768px) {
    .module-homepage.layout-40 .headers-container .headers-text-wrap {
        padding-top: 30px;
    }
}

.module-homepage.layout-40 .headers-container .headers-img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.module-homepage.layout-40 .headers-img-wrap .carousel {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.module-homepage.layout-40 .carousel .item.one-item {
    display: block;
}

@media(min-width:768px) {
    .module-homepage.layout-40 .headers-container .headers-img-wrap {
        align-items: center;
        min-height: 530px;
    }
}

.module-homepage.layout-40 .video-handler {
    display: block;
}

.module-homepage.layout-40 .carousel .item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-40 .carousel.slide {
    padding: 0px;
    margin: 0;
}

.module-homepage.layout-40 .carousel.slide .carousel-inner {
    height: 100%;
    border-radius: 10px;
}

.module-homepage.layout-40 .headers-container .headers-item {
    height: 100%;
    width: 100%;
}

.module-homepage.layout-40 .headers-container .headers-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
}

@media(min-width:768px) {
    .module-homepage.layout-40 .headers-container .headers-image {
        min-height: 440px;
    }
}

.module-homepage.layout-40 .c-t-a {
    justify-content: flex-start;
}

@media(max-width:767px) {
    .module-homepage.layout-40 .headers-container {
        grid-gap: 32px;
    }

    .module-homepage.layout-40 .headers-container .headers-text-wrap {
        text-align: center;
    }

    .module-homepage.layout-40 .c-t-a {
        justify-content: space-around;
    }
}

.module-homepage.layout-40 .headers-container .headers-text-orders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(min-width:768px) {
    .module-homepage.layout-40 .headers-container .headers-text-orders {
        align-items: start;
    }
}

.module-homepage.layout-40 .c-t-a .mailingListBox {
    margin: 0 auto !important;
}

@media(min-width:768px) {
    .module-homepage.layout-40 .c-t-a .mailingListBox {
        margin: 0 !important;
    }
}

.module-homepage.layout-40 .c-t-a .promoVideoPopupa.iconsCircle {
    margin: auto 0;
}

.module-homepage.layout-40.background-primary-color .c-t-a a.btn-primary-automatic-recommended {
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

@media(min-width:768px) {
    .module-homepage.layout-40 .headers-container.wider-image .headers-img-wrap {
        height: 660px;
    }

    .module-homepage.layout-40 .headers-container.wider-image {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .module-homepage.layout-40 .headers-container.wider-image .c-t-a,
    .module-homepage.layout-40 .headers-container.wider-image .header2 {
        width: 300px;
    }

    .module-homepage.layout-40 .headers-container.wider-image .headers-text-wrap {
        padding-top: 85px;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        z-index: 2;
    }

    .module-homepage.layout-40 .headers-container.wider-image .headers-img-wrap {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 1;
        z-index: 1;
    }
}

.module-team.layout-1 .team-member {
    max-width: 500px;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.module-team.layout-1 .team-image {
    height: 200px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    padding-top: 100%;
}

.module-team.layout-1 .team-details {
    padding-block: 20px;
}

.module-team.layout-1 .team-text-side .team-details {
    text-align: left;
}

html[dir="rtl"] .module-team.layout-1 .team-text-side .team-details {
    text-align: right;
}

.module-team.layout-1 .team-member.item-team-layout-6 .team-details,
.module-team.layout-1 .team-member.item-team-layout-7 .team-details,
.module-team.layout-1 .team-member.item-team-layout-8 .team-details {
    padding: 24px;
    text-align: center !important;
}

.module-team.layout-1 .team-member .member-name {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-bottom: 16px;
    position: relative;
    display: flex;
    justify-content: center;
}

.module-team.layout-1 .team-text-side .team-member .member-name {
    justify-content: flex-start;
}

.module-team.layout-1 .team-member .member-name:before {
    content: "";
    width: 84px;
    height: 4px;
    background-color: var(--global_main_color);
    display: block;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
}

.module-team.layout-1 .team-text-side .team-member .member-name:before {
    left: 0;
}

html[dir="rtl"] .module-team.layout-1 .team-text-side .team-member .member-name:before {
    left: auto;
    right: 0;
}

.module-team.layout-1 .team-member.item-team-layout-6,
.module-team.layout-1 .team-member.item-team-layout-7,
.module-team.layout-1 .team-member.item-team-layout-8 {
    border-radius: 8px;
    box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.08);
}

@media(max-width:767px) {

    .module-team.layout-1 .team-member.item-team-layout-6,
    .module-team.layout-1 .team-member.item-team-layout-7,
    .module-team.layout-1 .team-member.item-team-layout-8 {
        max-width: 330px;
    }
}

.module-team.layout-1 .team-member.item-team-layout-6 {
    border-top-width: 4px;
}

.module-team.layout-1 .team-member.item-team-layout-7,
.module-team.layout-1 .team-member.item-team-layout-8 {
    border-bottom-width: 4px;
}

.module-team.layout-1 .team-member.item-team-layout-6 .member-name,
.module-team.layout-1 .team-member.item-team-layout-7 .member-name,
.module-team.layout-1 .team-member.item-team-layout-8 .member-name {
    justify-content: center;
}

.module-team.layout-1 .team-member.item-team-layout-6 .member-name:before,
.module-team.layout-1 .team-member.item-team-layout-7 .member-name:before,
.module-team.layout-1 .team-member.item-team-layout-8 .member-name:before {
    left: auto !important;
    right: auto !important;
}

.module-team.layout-1 .team-member .position {
    font-weight: 600;
    padding: 0;
    margin: 0;
    opacity: 0.6;
    display: block;
}

.module-team.layout-1 .team-member .social-links {
    padding-top: 10px;
}

.module-team.layout-1 .team-member .social-links>li a {
    border-color: #ecf0f1;
    border-radius: 3px;
}

.module-team.layout-1 .social {
    padding: 0;
    margin: 8px 0 24px 0;
    list-style: none;
    position: relative;
    z-index: 100;
}

@media(max-width:767px) {
    .module-team.layout-1 .social {
        margin-bottom: 16px;
    }
}

.module-team.layout-1 .social li {
    display: inline;
    margin: 0 5px;
}

#teamPopupFloatDivPhone .page {
    margin-top: 15px;
    padding-top: 0;
}

#teamPopupFloatDivPhone .team_phone_icons a {
    font-size: 25px;
    text-decoration: none;
}

.team_phone_icons a {
    color: white;
}

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

    #teamPopupFloatDivPhone .team_address_icons a,
    #teamPopupFloatDivPhone .team_phone_icons a {
        font-size: 65px;
    }
}

.module-team.layout-1 .team-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

@media(max-width:767px) {
    .module-team.layout-1 .no-img-mobile {
        display: none;
    }
}

.module-team.layout-2 .team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    border-top: 0;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

.module-team.layout-2 .team-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    aspect-ratio: 1/1;
    max-width: 240px;
}

.module-team.layout-2 .team-details {
    padding: 20px;
}

.module-team.layout-2 .team-member .member-name {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-bottom: 16px;
    position: relative;
    display: flex;
    justify-content: center;
}

.module-team.layout-2 .team-member .member-name:before {
    content: "";
    width: 84px;
    height: 4px;
    background-color: var(--global_main_color);
    display: block;
    position: absolute;
    bottom: 0;
}

.module-team.layout-2 .team-member .position {
    font-weight: 600;
    padding: 0;
    margin: 0;
    opacity: 0.6;
    display: block;
}

.module-team.layout-2 .team-member .social-links {
    padding-top: 10px;
}

.module-team.layout-2 .team-member .social-links>li a {
    border-color: #ecf0f1;
    border-radius: 3px;
}

.module-team.layout-2 .social {
    padding: 0;
    margin: 8px 0 24px 0;
    list-style: none;
    position: relative;
    z-index: 100;
    font-size: .6rem;
    gap: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media(max-width:767px) {
    .module-team.layout-2 .social {
        margin-bottom: 16px;
    }
}

.module-team.layout-2 .social li {
    display: inline;
}

.module-team.layout-2.layout-2 .team-image {
    border-radius: 100%;
}

.module-team.layout-2 .team-member {
    border: 0;
}

#teamPopupFloatDivPhone .page {
    margin-top: 15px;
    padding-top: 0;
}

#teamPopupFloatDivPhone .team_phone_icons a {
    font-size: 25px;
    text-decoration: none;
}

.team_phone_icons a {
    color: white;
}

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

    #teamPopupFloatDivPhone .team_address_icons a,
    #teamPopupFloatDivPhone .team_phone_icons a {
        font-size: 65px;
    }
}

.module-team.layout-2 .team-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

@media(max-width:767px) {
    .module-team.layout-2 .no-img-mobile {
        display: none;
    }
}

.home_page .module-team.layout-3,
.inside_page .module-team.layout-3 {
    padding-bottom: 0;
}

.module-team.layout-3 .team-image-container {
    padding-left: 0px;
    padding-right: 0px;
}

.module-team.layout-3 .team-info-container .team-layout-gap {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.module-team.layout-3 .team-image-container.team-height {
    height: 400px;
}

@media (min-width:768px) {
    .module-team.layout-3 .team-height {
        height: 400px;
    }
}

@media (min-width:992px) {
    .module-team.layout-3 .team-height {
        height: 600px !important;
    }
}

.module-team.layout-3 .team-info-container {
    text-align: center;
}

.module-team.layout-3 .team-info-container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .module-team.layout-3 .team-info-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.module-team.layout-3 .profile-content {
    max-width: 400px;
    max-height: 9em;
    margin: 0 auto;
    overflow: hidden;
}

.module-team.layout-3 .hr-design {
    border-width: 4px;
    max-width: 40px;
}

.module-team.layout-3 .team-info h3 {
    font-weight: 600;
}

.module-team.layout-3 .employee-title {
    font-weight: 600;
    opacity: 0.6;
    margin: 0;
}

.module-team.layout-3 .social-icons .list-inline {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
}

.module-team.layout-3 .social-icons .list-inline>li {
    padding: 0;
    margin: 0;
}

.module-team.layout-3 .transform-centering {
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.module-team.layout-3 .team-bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

@media (max-width:767px) {
    .module-team.layout-3 .team-info-container .team-layout-gap {
        gap: 24px;
    }

    .module-team.layout-3 .social-icons {
        margin-bottom: 20px;
    }
}

.module-team.layout-3 .team-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

.home_page .module-team.layout-4,
.inside_page .module-team.layout-4 {
    padding-bottom: 0;
}

.module-team.layout-4 .team-image-container {
    padding-right: 0px;
    padding-left: 0px;
}

.module-team.layout-4 .team-info-container {
    padding-right: 0px;
    padding-left: 0px;
}

.module-team.layout-4 .team-image-container.team-height {
    height: 366px;
}

@media (min-width:768px) {
    .module-team.layout-4 .team-height {
        height: 366px;
    }
}

.module-team.layout-4 .team-bg-image {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-team.layout-4 .team-info {
    padding: 32px;
}

.module-team.layout-4 .transform-centering {
    height: 100%;
    margin: 0 auto;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width:768px) {
    .module-team.layout-4 .team-info {
        padding: 20px;
    }

    .module-team.layout-4 .transform-centering {
        max-width: 800px;
    }
}

@media (min-width:768px) {
    .module-team.layout-4 .team-profile-attributes {
        width: 270px;
        margin: -10px 40px 0 0;
        float: left;
    }

    html[dir=rtl] .module-team.layout-4 .team-profile-attributes {
        margin: -10px 0 0 40px;
        float: right;
    }
}

.module-team.layout-4 .team-profile-attributes h3 {
    font-weight: 600;
    padding-top: 15px;
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 16px;
    position: relative;
}

.module-team.layout-4 .team-profile-attributes h3:before {
    content: "";
    width: 84px;
    height: 4px;
    background-color: var(--global_main_color);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

html[dir=rtl] .module-team.layout-4 .team-profile-attributes h3:before {
    left: auto;
    right: 0;
}

.module-team.layout-4 .team-profile-attributes p {
    margin-bottom: 8px;
}

.module-team.layout-4 p.text-opacity {
    font-weight: 600;
    opacity: 0.6;
}

.module-team.layout-4 .social-icons {
    font-size: .7rem;
}

.module-team.layout-4 .social-icons .list-inline {
    display: flex;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
}

.module-team.layout-4 .social-icons .list-inline>li {
    padding: 0;
    margin: 0;
}

.module-team.layout-4 .team-text-content {
    max-height: 13.5em;
    overflow: hidden;
    margin-bottom: 16px;
}

.module-team.layout-4 .team-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

@media (max-width:767px) {
    .module-team.layout-4 .social-icons:last-child {
        margin-bottom: 24px;
    }
}

.module-team.layout-5 .team-m-image {
    display: flex;
    justify-content: center;
    position: relative;
    height: 200px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    padding-top: 100%;
}

.module-team.layout-5 .team-m-details {
    padding: 10px;
}

@media(max-width:767px) {
    .module-team.layout-5 .team-m-details {
        padding-bottom: 20px;
        padding-inline: 32px;
    }
}

html[dir=rtl] .module-team.layout-5 .team-m-details {
    text-align: right;
}

.module-team.layout-5 .team-m-member .team-m-name {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 16px;
}

.module-team.layout-5 .team-m-member .team-m-name:before {
    content: "";
    width: 84px;
    height: 4px;
    background-color: var(--global_main_color);
    display: block;
    position: absolute;
    bottom: 0;
}

html[dir="rtl"] .module-team.layout-5 .team-m-member .team-m-name:before {
    left: auto;
    right: 0;
}

.module-team.layout-5 .team-m-member .position {
    display: inline-block;
    font-weight: 600;
    opacity: 0.6;
}

.module-team.layout-5 .team-m-member .social {
    position: absolute;
    bottom: 0px;
    padding: 8px;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 14px;
    width: 95%;
    border-radius: 4px 4px 0 0;
    flex-wrap: wrap;
}

.module-team.layout-5 .team-m-member .social li {
    display: inline;
    margin: 0;
    padding: 0;
}

.module-team.layout-5 .team-m-member i {
    font-size: 1.3em;
}

.module-contact.layout-5 .contactUsForm.horizontal-custom-form {
    justify-content: center;
    margin-bottom: 32px;
}

.module-team.layout-5 .team-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

@media(max-width:767px) {
    .module-team.layout-5 .no-img-mobile {
        display: none;
    }

    .module-team.layout-5 .team-m-member .social {
        width: 65%;
        justify-content: center;
    }
}

.module-team.layout-9 .team-member {
    margin: 0 auto 0 auto;
    overflow: hidden;
    border-radius: 4px;
    border: 0;
    padding: 56px 32px;
    height: 100%;
}

@media(max-width:767px) {
    .module-team.layout-9 .team-member {
        border: 0;
        padding: 56px 24px;
    }
}

.module-team.layout-9 .swiper-lazy-preloader {
    border: 4px solid var(--global_main_color);
    border-top-color: transparent;
}

.module-team.layout-9 .team-image {
    position: relative;
    margin: auto auto 25px;
    height: 130px;
    width: 130px;
    background-position: center center;
    background-size: cover;
}

.module-team.layout-9 .team-member .team-details .member-description {
    margin-bottom: 16px;
}

.module-team.layout-9 .team-member .team-details .member-description,
.module-team.layout-9 .team-member .team-details .position {
    opacity: 0.7;
}

.module-team.layout-9 .col-centered {
    margin-bottom: 30px;
    position: relative;
    min-height: 1px;
}

.module-team.layout-9 .team-member .member-name {
    position: relative;
    margin-bottom: 8px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.module-team.layout-9 .team-member .position {
    padding: 0;
    font-weight: 400;
    display: block;
    font-style: italic;
}

.module-team.layout-9 .team-member .social-links {
    padding-top: 10px;
}

.module-team.layout-9 .team-member .social-links>li a {
    border-color: #ecf0f1;
    border-radius: 3px;
}

.module-team.layout-9 .social {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 24px 0px 0px 0px;
    list-style: none;
    position: relative;
    z-index: 100;
    justify-content: center;
    flex-wrap: wrap;
}

.module-team.layout-9 .social li {
    display: inline;
    margin: 0;
}

.module-team.layout-9 .team-read-more {
    margin: 0 0 32px 0;
}

.module-team.layout-9 .team-read-more p {
    margin-bottom: 0;
}

.module-team.layout-9.layout-9 .team-image {
    border-radius: 100%;
}

.module-team.layout-9 .team-member.box-primary.box-text-primary .team-details a .svg-m {
    background: var(--global_main_color);
}

.module-team.layout-9 .team-member.background-primary-color .team-details .team-read-more a,
.module-team.layout-9 .team-member.bg-primary-black .team-details .team-read-more a {
    color: #fff;
}

.module-team.layout-9 .team-member.bg-primary-black .team-details a .svg-m,
.module-team.layout-9 .team-member.background-primary-color .team-details a .svg-m {
    background-color: #fff;
}

#teamPopupFloatDivPhone .page {
    margin-top: 15px;
    padding-top: 0;
}

#teamPopupFloatDivPhone .team_phone_icons a {
    font-size: 25px;
    text-decoration: none;
}

.team_phone_icons a {
    color: white;
}

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

    #teamPopupFloatDivPhone .team_address_icons a,
    #teamPopupFloatDivPhone .team_phone_icons a {
        font-size: 65px;
    }
}

.module-team.layout-9 .team-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

.module-team.layout-9 .team-category {
    position: relative;
}

.module-team.layout-9 .team-category .module-shadows {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 40px;
    height: 100%;
}

.module-team.layout-9 .team-category .module-shadows.shadow-before {
    left: -5px;
}

.module-team.layout-9 .team-category .module-shadows.shadow-after {
    right: -5px;
}

.module-team.layout-9 .owl-carousel {
    display: block;
    opacity: 0;
    transition: opacity 0.5s;
}

.module-team.layout-9 .owl-carousel.owl-loaded,
.module-team.layout-9 .owl-carousel.manually-loaded {
    opacity: 1;
}

.module-team.layout-9 .owl-dot span {
    opacity: 1;
    border: 1px solid #fff;
    background: #c0c0c0;
    width: 9px !important;
    height: 9px !important;
    margin: 0;
}

.module-team.layout-9 .owl-dot.active span {
    background-color: #000;
    width: 12px !important;
    height: 12px !important;
}

.module-team.layout-9 .owl-dots {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px !important;
    gap: 16px;
}

.module-team.layout-9 .team-category .owl-carousel.owl-loaded {
    transition: box-shadow 0.4s ease;
}

.module-team.layout-9 .team-category.owl-carousel.owl-loaded .owl-item.active.center .team-member-wrap {
    box-shadow: 2px 3.5px 20px rgba(188, 198, 208, 0.3);
}

.module-team.layout-9 .team-category .owl-carousel:not(.owl-loaded) .col-centered {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: text-top;
}

.module-team.layout-9 .team-category .owl-carousel:not(.owl-loaded) .team-member-wrap {
    width: 324px;
    padding: 0 15px;
}

.module-team.layout-10 .team-member-container {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.module-team.layout-10 .team-item-row {
    margin: 0;
}

.module-team.layout-10 .team-member-container.bgCustomizeStyle {
    padding: 10px;
}

@media(max-width:767px) {
    .module-team.layout-10 .team-member-container {
        flex-direction: column;
        align-items: center;
    }
}

.module-team.layout-10 .team-category .row:last-child .team-member-container {
    margin-bottom: 0;
}

.module-team.layout-10 .team-member-container .team-bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    height: 240px;
    width: 240px;
    border-radius: 8px;
}

.module-team.layout-10 .team-member-container .team-info-container {
    width: 250px;
}

@media(min-width:768px) {
    .module-team.layout-10 .team-member-container .team-bg-image {
        height: 163px;
        width: 163px;
        margin-bottom: 0;
    }

    .module-team.layout-10 .team-member-container .team-info-container {
        width: calc(100% - 163px);
        padding-left: 48px;
        text-align: left;
    }

    html[dir=rtl] .module-team.layout-10 .team-member-container .team-info-container {
        text-align: right;
        padding-right: 48px;
        padding-left: 0;
    }
}

.module-team.layout-10 .team-member-container .team-info-container h3 {
    margin-top: 0;
    font-weight: 600;
}

.module-team.layout-10 .team-info-container p {
    margin-bottom: 8px;
}

.module-team.layout-10 .text-opacity {
    opacity: 0.7;
    font-weight: 600;
}

@media(max-width:767px) {
    .module-team.layout-10 .team-member-container .team-info-container h3 {
        margin-bottom: 8px;
    }

    .module-team.layout-10 .text-opacity {
        margin-bottom: 24px;
    }
}

.module-team.layout-10 .social-icons {
    font-size: 0.5rem;
    margin-bottom: 16px;
}

.module-team.layout-10 .social-icon .list-inline {
    margin: 0;
    display: flex;
    gap: 15px;
}

.module-team.layout-10 .social-icon .list-inline li {
    margin: 0;
    padding: 0;
}

.module-team.layout-10 .team-text-content {
    overflow-wrap: break-word;
    overflow: hidden;
    margin-bottom: 10px;
}

.module-team.layout-10 .team-member-container.background-primary-color a.more-link,
.module-team.layout-10 .team-member-container.bg-primary-black a.more-link {
    color: #fff;
}

.module-team.layout-10 .team-member-container.background-primary-color .svg-m,
.module-team.layout-10 .team-member-container.bg-primary-black .svg-m {
    background-color: #fff;
}

.module-team.layout-10 .team-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

.module-team.layout-11 .team-member {
    padding: 0 20px;
    margin-bottom: 70px;
}

.module-team.layout-11 .team-member-title {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 24px;
}

.module-team.layout-11 .team-image {
    height: 66px;
    width: 66px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}

.module-team.layout-11 .team-details {
    margin-left: 30px;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
}

@media only screen and (min-width :768px) {
    .module-team.layout-11 .team-details {
        width: calc(100% - 90px);
    }
}

html[dir=rtl] .module-team.layout-11 .team-details {
    text-align: right;
    margin-right: 30px;
    margin-left: 0px;
}

.module-team.layout-11 .team-text-side .team-info {
    text-align: left;
}

html[dir=rtl] .module-team.layout-11 .team-text-side .team-info {
    text-align: right;
}

.module-team.layout-11 .team-info p {
    margin-bottom: 15px;
}

.module-team.layout-11 .team-member .member-name {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.module-team.layout-11 .team-member .position {
    margin-bottom: 0px;
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    opacity: 0.6;
}

.module-team.layout-11 .social {
    display: flex;
    gap: 15px;
    padding: 0;
    margin-bottom: 24px;
    list-style: none;
    flex-wrap: wrap;
}

.module-team.layout-11 .social li {
    display: inline;
    margin: 0;
}

@media(max-width:767px) {
    .module-team.layout-11 .team-member-title {
        justify-content: flex-start;
    }

    .module-team.layout-11 .member-name {
        margin-bottom: 8px;
    }
}

@media(max-width:550px) {
    .module-team.layout-11 .team-member {
        padding: 0;
        margin-bottom: 35px;
    }
}

@media (min-width:550px) and (max-width:767px) {
    .module-team.layout-11 .team-member-wrap.col-xs-12 {
        width: 50%;
    }
}

#teamPopupFloatDivPhone .page {
    margin-top: 15px;
    padding-top: 0;
}

#teamPopupFloatDivPhone .team_phone_icons a {
    font-size: 25px;
    text-decoration: none;
}

.team_phone_icons a {
    color: white;
}

@media (min-width :480px) {

    #teamPopupFloatDivPhone .team_address_icons a,
    #teamPopupFloatDivPhone .team_phone_icons a {
        font-size: 65px;
    }
}

.module-team.layout-11 .team-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

.module-team.layout-12 .team-m-member-first .first-img-link {
    width: 50%
}

.module-team.layout-12 .team-m-member-first .first-img-link .team-m-image {
    width: 100%;
}

.module-team.layout-12 .team-m-image,
.module-team.layout-12 .team-m-member-first .team-m-image {
    position: relative;
    aspect-ratio: 16/9;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-team.layout-12 .team-m-details .team-m-name {
    font-weight: 600;
}

@media(min-width:768px) {
    .module-team.layout-12 .col-centered {
        display: inline-block;
        float: none;
        text-align: center;
        vertical-align: text-top;
    }
}

.module-team.layout-12 .team-m-member,
.module-team.layout-12 .team-m-member-first {
    margin-bottom: 56px;
}

.module-team.layout-12 .team-m-member .position,
.module-team.layout-12 .team-m-member-first .position {
    opacity: 0.6;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}

.module-team.layout-12 .team-m-member .social,
.module-team.layout-12 .team-m-member-first .social {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    font-size: 0.6rem;
    flex-wrap: wrap;
}

.module-team.layout-12 .team-m-member .social {
    justify-content: center;
}

@media(min-width:1024px) {
    .module-team.layout-12 .team-m-member {
        margin-bottom: 10px;
    }

    .module-team.layout-12 .team-m-member-first {
        padding: 0;
        margin-bottom: 32px;
        display: flex;
    }

    .module-team.layout-12 .team-m-member-first .team-m-image {
        width: 50%;
        height: auto;
        flex-shrink: 0;
        max-width: 554px;
    }

    .module-team.layout-12 .team-text-side .team-m-details {
        text-align: left;
    }

    html[dir=rtl] .module-team.layout-12 .team-text-side .team-m-details {
        text-align: right;
    }

    .module-team.layout-12 .team-text-side .team-m-member .social {
        justify-content: flex-start;
    }

    .module-team.layout-12 .team-m-member-first .team-m-details {
        width: 50%;
        text-align: left;
        padding: 20px 0 20px 130px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    html[dir=rtl] .module-team.layout-12 .team-m-member-first .team-m-details {
        text-align: right;
        padding: 20px 130px 20px 0;
    }

    .module-team.layout-12 .team-m-member-first .position {
        padding: 0;
        margin-bottom: 16px;
    }

    .module-team.layout-12 .team-m-member-first .team-m-name {
        margin-bottom: 8px;
    }
}

.module-team.layout-12 .team-m-details {
    padding-block: 10px;
}

.module-team.layout-12 .team-m-member-first .social li,
.module-team.layout-12 .team-m-member .social li {
    display: inline;
    margin: 0;
    padding: 0;
}

.module-team.layout-12 .team-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

@media(max-width:768px) {

    .module-team.layout-12 .team-m-member .social,
    .module-team.layout-12 .team-m-member-first .social {
        justify-content: center;
    }

    .module-team.layout-12 .no-img-mobile {
        display: none;
    }
}

.module-services.layout-1 {
    padding: 50px 0;
}

.module-services.layout-1 .features-container {
    margin-bottom: -30px;
}

.module-services.layout-1 .service-item p {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}

.module-services.layout-1 .service-item {
    margin-bottom: 51px;
    display: flex;
    flex-direction: column;
}

.module-services.layout-1 .service-item .service-video-container {
    width: 132px;
    height: 132px;
    align-self: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 5px;
}

.module-services.layout-1 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.module-services.layout-1 .service-item .fa-stack {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px 5px 22px;
    align-self: center;
}

@media(max-width:767px) {
    .module-services.layout-1 .service-item .fa-stack {
        margin-bottom: 14px;
    }
}

.module-services.layout-1 .service-item .fa-stack img {
    width: 1em;
    height: auto;
}

.module-services.layout-1 .service-item p {
    margin-bottom: 32px;
}

@media(max-width:767px) {
    .module-services.layout-1 .service-item p {
        margin-bottom: 24px;
    }
}

.page-data-services.layout-1 p {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.module-services.layout-1 .service-item .servcies-more-link {
    align-self: center;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.page-data-services.layout-1 .services-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

.module-services.layout-2 {
    padding: 50px 0;
}

.module-services.layout-2 .features-container {
    margin-bottom: -30px;
}

.module-services.layout-2 .service-item p {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}

.module-services.layout-2 .service-item {
    margin-bottom: 56px;
}

.module-services.layout-2 .service-item h4.service-layout-2-video {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.module-services.layout-2 .service-item .service-video-container {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    overflow: hidden;
    margin: 5px;
}

.module-services.layout-2 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.module-services.layout-2 .service-item .fa-stack {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px 24px 5px 5px;
}

html[dir="rtl"] .module-services.layout-2 .service-item .fa-stack {
    margin: 5px 5px 5px 24px;
}

.module-services.layout-2 .service-item .fa-stack img {
    width: 1em;
    height: auto;
}

.module-services.layout-2 .service-item .fa-stack.no-img-layout-2 {
    width: 0;
    margin-inline: 0;
}

.page-data-services.layout-2 p {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.page-data-services.layout-2 .services-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

.module-services.layout-3 .service {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
}

.module-services.layout-3 .service>* {
    clear: both;
}

.module-services.layout-3 .service>h3 {
    margin-top: 0;
}

.module-services.layout-3 .service a {
    opacity: 1;
}

.module-services.layout-3 .service img,
.module-services.layout-3 .service .services_illustration_video {
    max-width: 296px;
    max-height: 166px;
    margin-bottom: 15px;
}

.module-services.layout-3 .service p {
    min-height: 4.5em;
}

.module-services.layout-3 .service .service-icon {
    text-align: center;
    min-width: 150px;
}

.module-services.layout-3 .service .service-icon i {
    font-size: 150px;
}

.module-services.layout-3 .service .service-icon img {
    width: 150px;
}

@media (min-width:768px) {
    .module-services.layout-3 .service {
        padding: 48px;
        text-align: left;
    }

    .module-services.layout-3 .service>* {
        clear: none;
    }

    html[dir=rtl] .module-services.layout-3 .service {
        text-align: right;
    }

    .module-services.layout-3 .service img,
    .module-services.layout-3 .service .service-icon,
    .module-services.layout-3 .service .services_illustration_video {
        max-width: 358px;
        max-height: 201px;
        margin-bottom: 8px;
        margin-right: 50px;
        float: left;
    }

    .module-services.layout-3 .service:nth-child(even) img,
    .module-services.layout-3 .service:nth-child(even) .service-icon {
        margin-right: 0;
        margin-left: 50px;
        float: right;
    }

    html[dir=rtl] .module-services.layout-3 .service img,
    html[dir=rtl] .module-services.layout-3 .service .service-icon {
        margin-right: 0;
        margin-left: 50px;
        float: right;
    }

    html[dir=rtl] .module-services.layout-3 .service:nth-child(even) img,
    html[dir=rtl] .module-services.layout-3 .service:nth-child(even) .service-icon {
        margin-left: 0;
        margin-right: 50px;
        float: left;
    }
}

.module-services.layout-3 .service .servcies-more-link {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.page-data-services.layout-3 .services-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

.module-services.layout-4 {
    padding: 50px 0;
}

.module-services.layout-4 .features-container {
    margin-bottom: -30px;
}

.module-services.layout-4 .service-item p {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 5px;
}

.module-services.layout-4 .service-link {
    text-decoration: none;
    display: block;
}

.module-services.layout-4 .service-item {
    padding: 51px 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.module-services.layout-4 .service-item .service-video-container {
    width: 130px;
    height: 130px;
    align-self: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 5px;
}

.module-services.layout-4 .service-item .fa-stack {
    width: 130px;
    height: 130px;
}

.module-services.layout-4 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: auto;
}

.module-services.layout-4 .service-item .fa-stack {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    align-self: center;
}

.module-services.layout-4 .service-item .fa-stack img {
    width: 1em;
    height: auto;
}

.page-data-services.layout-4 p {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.module-services.layout-4 .service-item h4 {
    margin: 32px 0 16px 0;
}

@media(max-width:767px) {
    .module-services.layout-4 .service-item h4 {
        margin-bottom: 8px;
    }
}

.module-services.layout-4 .service-item .fa-stack.fix-primary-icon-color>i {
    background: #fff;
}

.page-data-services.layout-4 .services-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

.module-services.layout-6 {
    padding: 50px 0;
}

.module-services.layout-6 .features-container {
    margin-bottom: -85px;
}

.module-services.layout-6 .service-item p {
    white-space: pre-wrap;
    word-wrap: break-word;
    opacity: 0.7;
    width: 90%;
    font-weight: 400;
}

.module-services.layout-6 .service-item {
    display: flex;
    flex-flow: row;
    margin-bottom: 56px;
}

.module-services.layout-6 .service-item .service-video-container {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.module-services.layout-6 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.module-services.layout-6 .service-item .service-img-container {
    width: 4.7em;
    display: flex;
    justify-content: center;
}

.module-services.layout-6 .service-item .service-text-container {
    text-align: left;
    margin-left: 32px;
}

html[dir="rtl"] .module-services.layout-6 .service-item .service-text-container {
    text-align: right;
    margin-left: 0;
    margin-right: 32px;
}

.module-services.layout-6 .service-item h4 {
    margin-top: 0;
}

.module-services.layout-6 .service-item .more-link {
    font-weight: 600;
}

.module-services.layout-6 .service-item .fa-stack i {
    line-height: normal;
}

.module-services.layout-6 .service-item .fa-stack img {
    width: 2em;
    height: auto;
}

.module-services.layout-6 .service-item .fa-stack[data-is-image="true"] {
    width: 1.5em;
    height: 1.5em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-data-services.layout-6 .services-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

.module-services.layout-7 {
    padding: 50px 0;
}

.module-services.layout-7 .features-container {
    margin-bottom: -30px;
}

.module-services.layout-7 .service-item p {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    width: 70%;
    margin: auto;
    margin-bottom: 32px;
    opacity: 0.8;
}

.module-services.layout-7 .service-item {
    margin-bottom: 51px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-services.layout-7 .service-item .service-video-container {
    width: 99px;
    height: 99px;
    align-self: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 5px 5px 27px 5px;
}

.module-services.layout-7 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.module-services.layout-7 .service-item .fa-stack {
    margin: 5px;
}

.module-services.layout-7 .service-item .fa-stack[data-is-icon="true"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.module-services.layout-7 .service-item .fa-stack[data-is-icon="true"] i {
    font-size: 0.6em;
}

.module-services.layout-7 .service-item .fa-stack img {
    width: 0.6em;
    height: auto;
}

.module-services.layout-7 .service-item .fa-stack[data-is-image="true"] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-data-services.layout-7 p {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-bottom: 32px;
}

.module-services.layout-7.layout-7 h4 {
    margin-top: 27px;
    margin-bottom: 16px;
}

@media(max-width:767px) {
    .module-services.layout-7.layout-7 h4 {
        margin-top: 19px;
        margin-bottom: 8px;
    }
}

.module-services.layout-7 .service-item .servcies-more-link {
    align-self: center;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.page-data-services.layout-7 .services-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

.module-services.layout-8 {
    padding: 50px 0;
}

.module-services.layout-8 .service-item-row {
    margin: 0;
}

.module-services.layout-8 .services-item-container {
    margin-bottom: 50px;
    padding: 0;
}

@media(max-width:767px) {
    .module-services.layout-8 .services-item-container {
        flex-direction: column;
        align-items: center;
    }
}

.module-services.layout-8 .services-category .row:last-child .services-item-container {
    margin-bottom: 0;
}

.module-services.layout-8 .services-item-container .service-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

.module-services.layout-8 .services-item-container .service-img-container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    height: 250px;
    width: 250px;
}

.module-services.layout-8 .service-item .service-video-container {
    height: 250px;
    width: 250px;
    margin-bottom: 15px;
}

.module-services.layout-8 .services-item-container.background-primary-color a,
.module-services.layout-8 .services-item-container.bg-primary-black a {
    color: #fff;
}

.module-services.layout-8 .services-item-container.background-primary-color a .svg-m,
.module-services.layout-8 .services-item-container.bg-primary-black a .svg-m {
    background: #fff;
}

.module-services.layout-8 .services-item-container .service-text-container {
    width: 250px;
}

@media(min-width:768px) {

    .module-services.layout-8 .services-item-container .service-img-container,
    .module-services.layout-8 .service-item .service-video-container {
        height: 160px;
        width: 160px;
        margin-bottom: 0;
    }

    .module-services.layout-8 .services-item-container .service-text-container {
        width: calc(100% - 160px);
        padding-left: 40px;
        text-align: left;
    }

    html[dir=rtl] .module-services.layout-8 .services-item-container .service-text-container {
        text-align: right;
        padding-right: 40px;
        padding-left: 0;
    }
}

.module-services.layout-8 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.module-services.layout-8 .service-item .fa-stack i,
.module-services.layout-8 .service-item .fa-stack img {
    width: 100%;
    height: 100%;
}

.module-services.layout-8 .service-item .fa-stack.fix-primary-icon-color>i {
    background: #fff;
}

.module-services.layout-8 .service-item .fa-stack {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.module-services.layout-8 .service-item .more-link {
    font-weight: 600;
}

.page-data-services.layout-8 .services-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}

.module-services.layout-9 {
    padding: 50px 0;
}

.module-services.layout-9 .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.module-services.layout-9 .service-grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.module-services.layout-9 .service-grid.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media(max-width:768px) {

    .module-services.layout-9 .service-grid,
    .module-services.layout-9 .service-grid.grid-2,
    .module-services.layout-9 .service-grid.grid-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

@media(max-width:480px) {

    .module-services.layout-9 .service-grid,
    .module-services.layout-9 .service-grid.grid-2,
    .module-services.layout-9 .service-grid.grid-4 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}

.module-services.layout-9 .service-item {
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

html[dir="rtl"] .module-services.layout-9 .service-item {
    text-align: right;
}

.module-services.layout-9 .service-item h4 {
    margin: 32px 0 16px 0;
    color: #000;
    font-weight: bold;
}

@media(max-width:767px) {
    .module-services.layout-9 .service-item h4 {
        margin: 24px 0 8px 0;
    }
}

.module-services.layout-9 .service-item p {
    color: #000;
    overflow-wrap: anywhere;
}

.module-services.layout-9 .service-item .service-video-container {
    width: 100%;
    height: 201px;
}

@media(max-width:767px) {
    .module-services.layout-9 .service-item .service-video-container {
        height: 184px;
    }
}

.module-services.layout-9 .service-item .service-video-container .services_illustration_video {
    width: 100%;
    height: 100%;
}

.module-services.layout-9 .service-item .fa-stack {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-self: center;
    width: 100%;
    height: 201px;
    border-radius: 8px;
}

@media(max-width:767px) {
    .module-services.layout-9 .service-item .fa-stack {
        height: 184px;
    }
}

.module-services.layout-9 .service-item .fa-stack img {
    width: 100%;
    height: 100%;
}

.page-data-services.layout-9 .services-category:not([data-categories-filter="g-show-all"]) {
    display: none;
}


.form-group.has-error {
    font-weight: bold;
    color: red;
    margin-top: 20px;
}

.module-about .property-image {
    height: 200px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    padding-top: 100%;
}

.module-projects .property-image {
    height: 200px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    padding-top: 100%;
    margin-bottom: 20px;
}

.pr-0 {
    padding-right: 0!important;
}
.pl-0 {
    padding-left: 0!important;
}
