.elementor-21709 .elementor-element.elementor-element-573a97e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:16px;--padding-bottom:16px;--padding-left:0px;--padding-right:0px;}.elementor-21709 .elementor-element.elementor-element-573a97e7:not(.elementor-motion-effects-element-type-background), .elementor-21709 .elementor-element.elementor-element-573a97e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4dc2d46 );}.elementor-21709 .elementor-element.elementor-element-6b5f0511{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-21709 .elementor-element.elementor-element-546447f9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(0px/2);}.elementor-21709 .elementor-element.elementor-element-546447f9 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(0px/2);}.elementor-21709 .elementor-element.elementor-element-546447f9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(0px/2);}.elementor-21709 .elementor-element.elementor-element-546447f9 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-0px/2);}.elementor-21709 .elementor-element.elementor-element-546447f9 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-0px/2);}.elementor-21709 .elementor-element.elementor-element-546447f9 .elementor-icon-list-icon i{color:#FFFFFF00;transition:color 0.3s;}.elementor-21709 .elementor-element.elementor-element-546447f9 .elementor-icon-list-icon svg{fill:#FFFFFF00;transition:fill 0.3s;}.elementor-21709 .elementor-element.elementor-element-546447f9{--e-icon-list-icon-size:24px;--icon-vertical-offset:0px;}.elementor-21709 .elementor-element.elementor-element-546447f9 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-21709 .elementor-element.elementor-element-546447f9 .elementor-icon-list-item > a{font-family:"Inter", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;}.elementor-21709 .elementor-element.elementor-element-546447f9 .elementor-icon-list-text{color:var( --e-global-color-19734ed );transition:color 0.3s;}/* Start custom CSS */.subheading {
    position: relative;
}

.subheading::before {
    position: absolute;
    content: "";
    left: 0;
    top: 35%;
    height: 3px;
    width: 30px;
    background: #6CDCCE;
   
}

.text-color {
    color: #6CDCCE;
}

.service-heading h4 {
    position: relative;
}

.service-heading h4::before {
    position: absolute;
    content:"";
    width: 15%;
    height: 4px;
    background: #6CDCCE;
    left: 0;
    top: 35%;
}

.service-heading h4::after {
    position: absolute;
    content:"";
    width: 15%;
    height: 4px;
    background: #6CDCCE;
    right: 0;
    top: 35%;
}/* End custom CSS */