.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c9e3893:#D6BF94;--e-global-color-94158e3:#282828;--e-global-color-bc260d4:#999999;--e-global-color-d51153c:#A98646;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#999999;font-family:"Montserrat", Sans-serif;font-size:18px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.service-card {
    position: relative;
}

.service-card::after {
    content: "";
    border: 25px solid transparent;
    border-top: 25px solid #f4f4f4;
    border-top-color: rgb(244, 244, 244);
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

.service-card:hover, .service-card:hover::after {
    border-top-color: #EBEBEB;
}

ul.marker-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

ul.marker-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* required for solid icons in FA5, or they won't render */
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #c3a263;
}

.service-card-title::after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 25px;
    height: 4px;
    background: #c3a263;
}

.service-card-title-services::after {
    content: "";
    display: block;
    margin: 20px 0;
    width: 25px;
    height: 4px;
    background: #c3a263;
}

.about-news-body::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #c3a263;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 4px 0 0 -20px;
}/* End custom CSS */