.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5001 .elementor-element.elementor-element-a87117a .elementor-heading-title{color:#85B439;}/* Start custom CSS for html, class: .elementor-element-0716926 */.nav-momo {
 
    background-color: #333;
}    
.nav-momo ul {
    height: 30px; 
    display: flex;
    list-style-type: none;
    margin: 0;
    overflow: hidden;


}
.nav-momo ul li  {
    width: 150px;
}
.nav-momo ul li a {
    display: block;
    max-width: 150px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    height: 38px; 
}
.nav-momo ul li a:after {
    content:"";
    position: absolute;
    width: 100%; 
    height: 10px;
    bottom: 3px;
    right: 0;
    transition: .4s ease;
    display: block;
}
.nav-momo ul li .link-1:after {
    background: #d2c960; 
} 
.nav-momo ul li .link-1:hover,
.nav-momo ul li .link-1:active{
    background: #d2c960; 
    color: #fff;
} 


.nav-momo ul li .link-2:after {
    background: green; 
} 
.nav-momo ul li .link-2:hover,
.nav-momo ul li .link-2:active{
    color: #fff;
    background: green; 
} 
.nav-momo ul li .link-3:after {
    background: brown; 
} 
.nav-momo ul li .link-3:hover,
.nav-momo ul li .link-3:active{
    color: #fff;
    background: brown; 
} 
.nav-momo ul li .link-4:after {
    background: tomato; 
} 
.nav-momo ul li .link-4:hover,
.nav-momo ul li .link-4:active{
    color: #fff;
    background: tomato; 
} 
.nav-momo ul li .link-5:after {
    background: #808eb7; 
} 
.nav-momo ul li .link-5:hover,
.nav-momo ul li .link-5:active{
    color: #fff;
    background: #808eb7; 
} 
.nav-momo ul li .link-6:after {
    background: #e3b81e; 
} 
.nav-momo ul li .link-6:hover,
.nav-momo ul li .link-6:active{
    background: #e3b81e; 
    color: #fff;
} 
.nav-momo ul li .link-7:after {
    background: #662974; 
} 
.nav-momo ul li .link-7:hover,
.nav-momo ul li .link-7:active{
    background: #662974; 
    color: #fff;
} 
.nav-momo ul li .link-8:after {
    background: #94b562; 
} 
.nav-momo ul li .link-8:hover,
.nav-momo ul li .link-8:active{
    color: #fff;
    background: #94b562; 
} 
.link-8 {
    background-color:#94b562 ;
}
.nav-momo  {font-size: clamp(6px, 2vw, 13px);}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fab204 */table.service_center {
    border-collapse: collapse;
    margin:0px 0;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

table.service_center tr:nth-child(even) {
    background-color: #ecefd1;
}

table.service_center thead tr {
    background-color:#333;
    color : white;
    font-weight:bold;
    text-align: left;
}

table.service_center th,
table.service_center td {
    padding: 4px 13px;
}

table.service_center td:nth-child(even) {
    /*text-align: right;*/
    width: 90px;
}
table.service_center td:nth-child(1) {
    font-weight: bold;
}/* End custom CSS */