.elementor-kit-4{--e-global-color-primary:#000029;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#FE8000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-primary );}.elementor-kit-4 a:hover{color:#63D2FF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.services-grid img{
    min-width: 100% !important;
}


#myTable th {
  text-align: left;
}

#myTable thead {
  background-color: #0c4571;
  color: #fff;
}

.category-description .full-description {
    display: none;
}

.category-description .read-more {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.category-description .read-more,
.category-description .read-less {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: block;
	margin-top: 15px;
	background-color: #e3831c;
	border: none;
	border-radius: 30px;
}

.category-description.show-description .truncated-description,
.category-description.show-description .full-description {
    display: none;
}

.category-description.show-description .read-more {
    display: inline;
}

.category-description.show-description .full-description {
    display: block;
}/* End custom CSS */