/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

@font-face {
    font-family: 'Anglecia Pro Display';
    src: url('AngleciaProDisplay.eot');
    src: url('fonts/AngleciaProDisplay.eot?#iefix') format('embedded-opentype'),
        url('fonts/AngleciaProDisplay.woff2') format('woff2'),
        url('fonts/AngleciaProDisplay.woff') format('woff'),
        url('fonts/AngleciaProDisplay.ttf') format('truetype'),
        url('fonts/AngleciaProDisplay.svg#AngleciaProDisplay') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('WorkSans-Regular.eot');
    src: url('fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/WorkSans-Regular.woff2') format('woff2'),
        url('fonts/WorkSans-Regular.woff') format('woff'),
        url('fonts/WorkSans-Regular.ttf') format('truetype'),
        url('fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia Pro';
    src: url('GeorgiaPro-Italic.eot');
    src: url('fonts/GeorgiaPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GeorgiaPro-Italic.woff2') format('woff2'),
        url('fonts/GeorgiaPro-Italic.woff') format('woff'),
        url('fonts/GeorgiaPro-Italic.ttf') format('truetype'),
        url('fonts/GeorgiaPro-Italic.svg#GeorgiaPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body {
    font-size: 16px;
    font-family: 'Work Sans';
    font-weight: normal;
    color: #27282D;
}

body p:empty {
    display: none;
}

body a.theme-btn {
    font-family: 'Work Sans';
    font-weight: normal;
    border: 1px solid #27282D;
    border-radius: 8px;
    color: #27282D;
    display: inline-block;
    padding: 8px 23px;
    text-transform: uppercase;
	 transition: all 0.2.5s ease-in-out;
}
body a.theme-btn:hover{
	border: 1px solid #27282D;
    border-radius: 8px;
    color: #fff;
	background-color: #27282D;
		 transition: all 0.2.5s ease-in-out;
}
body h1 {
    font-family: 'Anglecia Pro Display';
    font-weight: normal;
    font-size: 85px;
    line-height: normal;
    padding-bottom: 15px;
    color: #fff;
}

body h2 {
    font-family: 'Anglecia Pro Display';
    font-weight: 400;
    color: #27282D;
    font-size: 55px;
    line-height: normal;
}

body h2 span {
    font-family: 'Georgia Pro';
    font-weight: 400;
    font-style: italic;
    font-size: 45px;
    color: #27282D;
}

body h3 {
    font-family: 'Georgia Pro';
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
    line-height: normal;
    line-height: normal;
    color: #27282D;
}

body .et_pb_row {
    padding: 0px;
}

body .et_pb_section .et_pb_row .et_pb_column {
    padding: 0px;
    margin: 0px;
}

body .et_pb_section .et_pb_row .et_pb_module {
    margin: 0px;
}

body .et_pb_section .et_pb_row .et_pb_column {
    margin-bottom: 0px;
}

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

header {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}

.hero-section {
    height: calc(100vh - 0px);
}

.hero-section .hero-row {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.header-row .border-column {
    position: relative;
    width: 100%;
}

.header-row .border-column::before {
    content: '';
    position: absolute;
    top: -28px;
    left: 0px;
    height: 1px;
    background-color: #fff;
    width: 615px;
}

.header-row .border-column::after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 0px;
    height: 1px;
    background-color: #fff;
    width: 615px;
}


.header-row .et_pb_column_2_tb_header.border-column::before {
    content: '';
    position: absolute;
    top: -18px;
    left: -60px;
    height: 1px;
    background-color: #fff;
    width: 615px;
}

.header-row .et_pb_column_2_tb_header.border-column::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: -60px;
    height: 1px;
    background-color: #fff;
    width: 615px;
}

.home-about-section .et_pb_row .et_pb_column_1 {
    margin-right: -50px;
    z-index: 9;
}

.with_benefits_three_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: 15px; */
}

.with_benefits_three_grid .et_pb_blurb {
    display: flex;
    align-items: center;
}

.with_benefits_three_grid .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 10px;
}


.come_alive_slider .et_pb_module:nth-child(odd) img {
    height: 600px;
}

.come_alive_slider .et_pb_module:nth-child(even) img {
    height: 437px;
}


.come_alive_slider .et_pb_image,
.come_alive_slider .et_pb_image .et_pb_image_wrap,
.come_alive_slider .et_pb_image .et_pb_image_wrap img {
    width: 100%;
    object-fit: cover;
    padding: 0 3px;
}

.blog-section .blog-row .blog-module .et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-section .blog-row .blog-module .et_pb_ajax_pagination_container article {
    border: 1px solid #E0E0E0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}

.blog-section .blog-row .blog-module .et_pb_ajax_pagination_container article a {
    order: 0;
}

.blog-section .blog-row .blog-module .et_pb_ajax_pagination_container p.post-meta {
    padding: 0 15px;
    order: 1;
}

.blog-section .blog-row .blog-module .et_pb_ajax_pagination_container p.post-meta span {
    font-family: 'Georgia Pro';
    color: #626262;
}

.blog-section .blog-row .blog-module .et_pb_ajax_pagination_container h2 {
    font-size: 20px;
    padding: 0 15px 15px 15px;
    order: 2;
}

.blog-section .blog-row .blog-module .et_pb_ajax_pagination_container .post-content {
    padding: 0px 15px;
    order: 3;
}

.blog-section .blog-row .blog-module .et_pb_ajax_pagination_container .post-content a {
    color: #919191;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 70px;
    padding-bottom: 20px;
}

/* .blog-section .blog-row .blog-module .et_pb_ajax_pagination_container h2,
.blog-section .blog-row .blog-module .et_pb_ajax_pagination_container .post-content,
.blog-section .blog-row .blog-module .et_pb_ajax_pagination_container p.post-meta {
    padding: 0px 15px;
} */
.et_pb_widget {
    margin-bottom: 0;
}

.et_pb_widget h4,
footer .et_pb_text h5 {
    font-family: 'Anglecia Pro Display';
    font-size: 18px;
    color: #27282D;
}

footer .et_pb_row_1_tb_footer .et_pb_column {
    position: relative;
    padding: 0px !important;
}

footer .et_pb_row_1_tb_footer .et_pb_column::before {
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    top: 18px;
    height: 230px;
    background-color: #919191;
}

footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(1) {
    width: 13%;
}

footer .et_pb_row_1_tb_footer .et_pb_column .et_pb_widget_area {
    border: none;
    padding: 0px !important;
}

footer .et_pb_row_1_tb_footer .et_pb_column .et_pb_widget_area .fwidget {
    margin: 0px !important;
}

footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(2) {
    width: 32%;
    padding: 0 30px !important;
}

footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(2) .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
}

footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(2) .et_pb_blurb.et_pb_blurb_2_tb_footer .et_pb_blurb_content {
    align-items: flex-start;
}

footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(2) .et_pb_blurb .et_pb_blurb_content .et_pb_image_wrap {
    height: 32px;
    width: 32px;
}

footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(2) .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 0;
}

footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(3) {
    width: 32%;
    padding: 0 30px !important;
}

footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(4) {
    width: 23%;
    padding-left: 50px !important;
}

footer .et_pb_row_1_tb_footer .et_pb_column.et_pb_column_4_tb_footer::before {
    position: unset;
}

.d-flex-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.discover-section h3 {
    font-size: 45px;
}

.discover-section a.theme-btn {
    margin-top: 15px;
}

.four-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.four-grid .et_pb_main_blurb_image {
    margin-bottom: 0px;
}

.four-grid .et_pb_blurb .et_pb_blurb_description {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 25px 20px;
    font-size: 18px;
    color: #27282D;
    font-family: 'Anglecia Pro Display';
    width: 200px;
    text-align: center;
}

.four-grid .et_pb_blurb .et_pb_main_blurb_image,
.four-grid .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap,
.four-grid .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: bottom;
}
    .four-grid .et_pb_image_wrap,
	.four-grid .et_pb_image_wrap img{
		width: 100% !important;
	}
body .home-about-section .aboout-margin-only-for {
    margin-right: -55px !important;
}

.catalogue-banner .et_pb_row {
    display: flex;
    align-items: flex-end;
    height: 100%;
    color: #fff;
}

.catloague-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.catloague-grid .et_pb_main_blurb_image,
.catloague-grid .et_pb_main_blurb_image img {
    width: 100%;
}

.catloague-grid .et_pb_main_blurb_image {
    margin-bottom: 15px;
}

.catloague-grid h4 span {
    display: flex;
    justify-content: space-between;
    color: #27282D;
    font-size: 18px;
    font-family: 'Anglecia Pro Display';
}

table.start_from_here {
    border: none !important;
    margin-bottom: 0px !important;
}

table.start_from_here td {
    padding: 0px;
    border-top: none;
    border-bottom: 1px solid #919191;
    margin-right: 15px;
    display: inline-block;
    width: calc(50% - 15px);
}

table.start_from_here td input {
    width: 100%;
    border: none;
    outline: none;
    color: #27282D;
    font-family: "Work Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    height: 40px;
    margin: 10px 0;
    background: transparent;
}

table.start_from_here td .wpcf7-spinner {
    position: absolute;
}

table.start_from_here td input::placeholder {}

table.start_from_here .button-tr td {
    width: calc(100% - 15px);
}

table.start_from_here .button-tr td {
    border: none;
}

table.start_from_here .button-tr td input {
    margin: 0px;
    max-width: 150px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #27282D;
    border-radius: 10px;
    color: #27282D;
    cursor: pointer;
    padding: 10px;
    text-transform: uppercase;
}

.button-tr p {
    text-align: center;
}

.map-section .et_pb_image_wrap,
.map-section .et_pb_image_wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.about-us-story-section .et_pb_image_wrap {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.about-us-story-section .et_pb_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-story-section .et_pb_number_counter {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about-us-story-section .with_benefits_three_grid .percent,
.about-us-story-section .with_benefits_three_grid h3.title {
    margin: 0px;
    padding: 0px;
    font-family: 'Work Sans';
    font-style: normal;
    text-align: start;
}

.about-us-story-section .with_benefits_three_grid .percent {
    font-family: 'Anglecia Pro Display';
}

.about-us-story-section .with_benefits_three_grid {
    gap: 30px;
}

.mastering_the_art_of_section .et_pb_accordion .et_pb_accordion_item {
    background-color: #F9EFEA !important;
    border-bottom: 1px solid #000 !important;
}

body .mastering_the_art_of_section .et_pb_toggle_open .et_pb_toggle_title:after {
    font-size: 30px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #27282D;
    font-family: 'ETmodules';
    font-weight: 400;
    content: "\4b";
    position: absolute;
    font-style: normal;
    border: 1px solid #27282D;
    border-radius: 50px;
}

body .mastering_the_art_of_section .et_pb_toggle_title::before {
    position: unset;
    content: unset;
}

body .mastering_the_art_of_section .et_pb_toggle_title::after {
    font-size: 30px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #27282D;
    font-family: 'ETmodules';
    font-weight: 400;
    content: "\4c";
    position: absolute;
    font-style: normal;
    border: 1px solid #27282D;
    border-radius: 50px;
}

.mastering_the_art_of_section .et_pb_column_1_2.et_pb_column_3 {
    margin-right: 50px !important;
}

.about-macinory-row .et_pb_column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.about-macinory-row .et_pb_image_wrap,
.about-macinory-row .et_pb_image_wrap img {
    width: 100%;
}

.about-macinory-row .et_pb_column .et_pb_module.et_pb_image.et_pb_image_7 {}

header.et-l.et-l--header.scrolled {
    background: #27282de8 !important;
    box-shadow: 0 -5px 20px 0 #939393;
    transition: all 0.5s ease-in-out;
}
@media only screen and (max-width:1450px) {
	.header-row .border-column::before {
    top: -28px;
    left: 0px;
    width: 100%;
}
	.header-row .et_pb_column_2_tb_header.border-column::before {
    top: -18px;
    left: 0px;
    width: 100%;
}
	.header-row .border-column::after {
    bottom: -28px;
    left: 0px;
    width: 100%;
}
	.header-row .et_pb_column_2_tb_header.border-column::after {
    left: 0px;
    width: 100%;
}
	body h1 {
    font-size: 72px;
}
	.four-grid .et_pb_blurb .et_pb_blurb_description {
    padding: 0px 25px 15px 25px;
}
	}
@media only screen and (max-width:1100px) {

    footer .et_pb_row_1_tb_footer .et_pb_column,
    footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(2),
    footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(3) {
        padding: 0px 20px !important;
    }
}

@media only screen and (max-width:1025px) {
    body .et_pb_row {
        padding: 0px 30px;
        width: 100%;
        max-width: 100%;
    }

    .map-section .et_pb_row {
        padding: 0px !important;
    }

    .about-us-story-section .et_pb_row.et_pb_row_2 {
        padding: 30px 30px 0px 30px !important;
        width: 100%;
        max-width: 100%;
    }

    .about-us-story-section .et_pb_row.et_pb_row_2 .et_pb_image_wrap img {
        object-fit: cover;
    }

    .about-us-story-section .et_pb_image_wrap {
        height: 500px;
    }

    .mastering_the_art_of_section .et_pb_column_1_2.et_pb_column_3 {
        margin-right: 0px !important;
    }

    .header-row .border-column::before,
    .header-row .border-column::after,
    .header-row .et_pb_column_2_tb_header.border-column::before,
    .header-row .et_pb_column_2_tb_header.border-column::after {
        width: 100%;
        left: 0px;
    }

}

@media only screen and (max-width:992px) {
    .et_pb_section {
        padding: 0px;
    }

    body .home-about-section .aboout-margin-only-for {
        margin-right: 0px !important;
    }

    .with_benefits_three_grid,
    .blog-section .blog-row .blog-module .et_pb_ajax_pagination_container {
        grid-template-columns: repeat(2, 1fr);
        /* gap: 15px; */
    }

    body h2,
    .discover-section h3,
    body h2 span {
        font-size: 40px;
    }

    body h3 {
        font-size: 22px;
    }

    .four-grid,
    .catloague-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .four-grid .et_pb_blurb .et_pb_blurb_description {
        padding: 16px;
        width: 160px;
    }

    .four-grid .et_pb_blurb .et_pb_main_blurb_image,
    .four-grid .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap,
    .four-grid .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
        height: 400px;
    }

    .come_alive_slider .et_pb_module:nth-child(odd) img {
        height: 500px;
    }

    .come_alive_slider .et_pb_module:nth-child(even) img {
        height: 340px;
    }

    body h1 {
        font-size: 65px;
    }

    .about-us-story-section .et_pb_image_wrap {
        height: 400px;
    }

    .about-us-story-section .et_pb_number_counter_0.et_pb_number_counter .percent p,
    .about-us-story-section .et_pb_number_counter_1.et_pb_number_counter .percent p,
    .about-us-story-section .et_pb_number_counter_2.et_pb_number_counter .percent p {
        font-size: 45px;
        color: #27282d !important;
    }

    body .d-flex-align {
        flex-wrap: wrap;
    }

    footer .et_pb_row_1_tb_footer .et_pb_column {
        width: 50% !important;
        margin-top: 50px !important;
    }

    footer .et_pb_row_1_tb_footer .et_pb_column::before {
        position: unset;
    }

    footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(1),
    footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(3) {
        border-right: 1px solid #919191;
    }

    body footer .et_pb_menu__wrap {
        justify-content: flex-start !important;
    }

    body footer .et_pb_menu__wrap .et_pb_menu__menu {
        display: block !important;
    }

    body footer .et_pb_menu__wrap .et_mobile_nav_menu {
        display: none;
    }

    body footer .et_pb_menu__menu a {
        opacity: 1 !important;
        padding: 0 !important;
    }

    body footer .d-flex-align {
        flex-wrap: nowrap;
    }
}

.mobile-contact{
		display: none;
	}
@media only screen and (max-width:767px) {
	body .header-row .et_pb_column_2_tb_header.border-column::after {
		bottom: -28px;
	}
	.desktop-contact{
		display: none;
	}
	.mobile-contact{
		display: block;
	}
    body h2,
    .discover-section h3,
    body h2 span {
        font-size: 33px;
    }

    .with_benefits_three_grid,
    .blog-section .blog-row .blog-module .et_pb_ajax_pagination_container {
        grid-template-columns: repeat(1, 1fr);
    }

    body h3 {
        font-size: 18px;
    }

    .four-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .come_alive_slider .et_pb_module:nth-child(odd) img {
        height: 400px;
    }

    .come_alive_slider .et_pb_module:nth-child(even) img {
        height: 300px;
    }

    body h1 {
        font-size: 45px;
    }

    .about-us-story-section .et_pb_image_wrap {
        height: 250px;
    }

    .about-us-story-section .et_pb_number_counter_0.et_pb_number_counter .percent p,
    .about-us-story-section .et_pb_number_counter_1.et_pb_number_counter .percent p,
    .about-us-story-section .et_pb_number_counter_2.et_pb_number_counter .percent p {
        font-size: 33px;
        color: #27282d !important;
    }

    .about-macinory-row .et_pb_column {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-macinory-row .et_pb_column .et_pb_image img,
	.about-macinory-row-my-row .et_pb_image_wrap img{
        height: 350px;
        object-fit: cover;
        width: 100%;
    }
	.about-macinory-row-my-row .et_pb_column {
		width: 100% !important;
		max-width: 100% !important;
	}
    body footer .et_pb_row_1_tb_footer .et_pb_column {
        margin-top: 0px !important;
    }

    footer .et_pb_row_1_tb_footer .et_pb_column,
    footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(2),
    footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(3),
    footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(4),
    footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(5) {
        width: 100% !important;
        margin-top: 30px !important;
        padding: 0px !important;
    }

    footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(1),
    footer .et_pb_row_1_tb_footer .et_pb_column:nth-child(3) {
        border-right: none;
    }
    .four-grid,
    .catloague-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-section .blog-row .blog-module .et_pb_ajax_pagination_container img {
        height: 180px !important;
        object-fit: cover;
        object-position: top;
    }

    body .blog-section .blog-row .blog-module .et_pb_ajax_pagination_container .post-content a {
        padding-top: 50px;
    }
}

@media only screen and (max-width:500px) {
    table.start_from_here td {
        width: 100%;
        display: block;
    }

    body footer .d-flex-align {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

.mastering_the_art_of_section .et_pb_image .et_pb_image_wrap {
    width: 100% !important;
}

.mastering_the_art_of_section .et_pb_image .et_pb_image_wrap img {
    width: 100% !important;
}




/* mobile-mennnnnunnnnnunnnnnunnnnnunnnnnunnnnnu */
 .menu-btn {
            background-color: #27282d00;
            border-radius: 50%;
            box-shadow: 0 2px 8px rgb(0 0 0 / 0%);
            cursor: pointer;
            height: 56px;
            left: -10px;
            position: absolute;
            top: -28px;
            width: 56px;
        }

        .mobilemenu {
            bottom: 0;
            background-color: #ffffff;
            left: 0;
            margin: 0;
            padding: 32px;
            position: fixed;
            top: 0;
            width: 288px;
            transform: translate3d(-100%, 0, 0);
          transition: all 0.8s ease-in-out;
        }

        .menu-btn li {
            background-color: #f9efea;
            bottom: 0;
            height: 4px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 30px;
            top: 0;
           transition: all 0.8s ease-in-out;
            border-radius: 50px;
        }
        .menu-btn li:first-child {
            transform: translate3d(0, -9px, 0);
            width: 22px;
            left: 0px;
        }

        .menu-btn li:last-child {
            transform: translate3d(0, 9px, 0);
            width: 23px;
			transition: all 0.8s ease-in-out;
        }
        .menu-btn--on li:first-child {
            transform: rotate(135deg) translate3d(0, 0, 0);
            width: 25px;
            background-color: #27282d;
			transition: all 0.8s ease-in-out;
        }

        .menu-btn--on li:last-child {
            transform: rotate(-135deg) translate3d(0, 0, 0);
            width: 25px;
            background-color: #27282d;
			transition: all 0.8s ease-in-out;
        }

        .menu-btn--on li:nth-child(2) {
            opacity: 0;
        }

        .menu--open {
            transform: translate3d(0, 0, 0);
            width: 100%;
            padding: 0;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            transition: all 0.8s ease-in-out;
        }
.menu-btn ul{
	padding: 0px;
}
.menu-btn ul li{
	list-style: none;
	transition: all 0.8s ease-in-out;
}
.mobilemenu li{list-style: none;padding-bottom: 20px;text-align: center;}
.mobilemenu ul li a{
	font-size: 25px;
	color: #27282D;
	/* font-family: 'Anglecia Pro Display'; */
	font-weight: 500;
	text-transform: uppercase;
}
.menu--open .menu-btn{
	background: #27282d;
}
.mobilemenu ul{
	padding: 0px !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
}





.et_pb_blurb .et_pb_image_wrap,
.et_pb_ajax_pagination_container article a,
.et_pb_module.et_pb_image {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.et_pb_ajax_pagination_container article a img,
.et_pb_module.et_pb_image img {
    transition: all 0.5s ease-in-out;
}

.et_pb_ajax_pagination_container article a img:hover,
.et_pb_module.et_pb_image img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

header .et_pb_module.et_pb_image img:hover,
footer .et_pb_module.et_pb_image img:hover,
.about-us-story-section .et_pb_module.et_pb_image img:hover,
.new-map-section .et_pb_module.et_pb_image img:hover,
.map-section .et_pb_module.et_pb_image img:hover,
.four-grid .et_pb_module.et_pb_image img:hover{
    transform: unset;
}

.catloague-grid .et_pb_blurb_content .et_pb_main_blurb_image span{
	position: relative;
	transition: all 0.5s ease-in-out;
}
.catloague-grid .et_pb_blurb_content .et_pb_main_blurb_image span:hover:before {
    background-image: url('https://gracias.voxcommercio.com/wp-content/uploads/2025/06/layer-downloads.png');
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 15px;
	transition: all 0.5s ease-in-out;
}

body #main-content .container {
    padding-top: 0px !important;
    max-width: 100%;
    width: 100%;
}
.et_post_meta_wrapper {
    display: none!important;
}
.blog-section h4{
	    font-family: 'Anglecia Pro Display';
    font-weight: 400 !important;
}
article#post-214,
.single .post{
	padding: 0px !important;
	margin: 0px !important;
}
#left-area{
	padding-bottom: 0px !important;
}
body .et_pb_image_container img,
body  .et_pb_post a img {
    height: 250px;
    object-fit: cover;
}