.elementor-316 .elementor-element.elementor-element-159c9a2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:50px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-316 .elementor-element.elementor-element-549d13d{--display:flex;}.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-316 .elementor-element.elementor-element-9a9ff5b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:12px;font-weight:400;}.elementor-widget-theme-post-title .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-316 .elementor-element.elementor-element-e8335a4 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;line-height:1.3em;}.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-316 .elementor-element.elementor-element-96f8dfc .elementor-icon-list-icon i{color:#B3B3B3;transition:color 0.3s;}.elementor-316 .elementor-element.elementor-element-96f8dfc .elementor-icon-list-icon svg{fill:#B3B3B3;transition:fill 0.3s;}.elementor-316 .elementor-element.elementor-element-96f8dfc{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-316 .elementor-element.elementor-element-96f8dfc .elementor-icon-list-item > .elementor-icon-list-text, .elementor-316 .elementor-element.elementor-element-96f8dfc .elementor-icon-list-item > a{font-family:"Inter", Sans-serif;font-size:12px;font-weight:400;}.elementor-316 .elementor-element.elementor-element-96f8dfc .elementor-icon-list-text{color:#7E7E7E;transition:color 0.3s;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-316 .elementor-element.elementor-element-c008161{--display:flex;}.elementor-316 .elementor-element.elementor-element-c008161.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-316 .elementor-element.elementor-element-3d3e314{padding:0px 0px 0px 0px;text-align:center;}.elementor-316 .elementor-element.elementor-element-3d3e314.elementor-element{--align-self:flex-start;}.elementor-316 .elementor-element.elementor-element-3d3e314 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;color:#FFFFFF;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-316 .elementor-element.elementor-element-98d4aac{--grid-columns:1;}@media(max-width:1024px){.elementor-316 .elementor-element.elementor-element-98d4aac{--grid-columns:2;}}@media(max-width:767px){.elementor-316 .elementor-element.elementor-element-159c9a2{--margin-top:30px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-316 .elementor-element.elementor-element-e8335a4 .elementor-heading-title{font-size:18px;line-height:1.4em;}.elementor-316 .elementor-element.elementor-element-98d4aac{--grid-columns:1;}}@media(min-width:768px){.elementor-316 .elementor-element.elementor-element-549d13d{--width:70%;}.elementor-316 .elementor-element.elementor-element-c008161{--width:33%;}}/* Start custom CSS for heading, class: .elementor-element-3d3e314 */.heading-cont {
        position: relative;
        display: inline-block;

      }

      .heading {
        position: relative;
        padding: 5px 20px;
        font-weight: bold;
        color: white;
        background: #3b4cca;

        z-index: 2;
      }

      .heading-cont::after {
        content: "";
        position: absolute;
        top: 40%; /* directly below */
        left: 7%;
        width: 100%;
        height: 20px;
        background-color: #4caf00;
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
        z-index: 1;
      }

      @media (max-width: 500px) {
        .heading {
          font-size: 18px;
          padding: 10px 25px;
        }
      }/* End custom CSS */