/*
CTC Separate Stylesheet
Updated: 2025-08-31 06:31:15
*/

@media (min-width: 1200px){
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1320px !important;
    }
}
header .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-item svg path {
    fill: var(--e-global-color-accent) !important;
}
.top_bar svg path {
    fill: #fff;
}
.ehf-header #masthead {
    z-index: 1111;
    position: relative;
}
header .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li.menu-item-has-children:hover > a svg path {
    fill: var( --e-global-color-accent )!important;
}
header#masthead.sticky .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li.menu-item-has-children > a svg path {
    fill: #fff !important;
}
header#masthead.sticky .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li.menu-item-has-children:hover > a svg path {
    fill: var( --e-global-color-accent )!important;
}
header .eael-simple-menu .sub-menu li > a:hover {
background: var( --e-global-color-accent )!important;
color: #fff !important;}
header ul.sub-menu {
    padding: 0 !important;
}
header .eael-simple-menu .sub-menu li a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;color:#fff !important;
}
header#masthead.sticky .eael-simple-menu-container .eael-simple-menu .sub-menu li > a {
    color: #fff !important;
}
.stky_lgo {
    display: none;
}
h1.page-title {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
}
.mn_logo {
    display: block;
}
 header#masthead .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span svg{
    position: absolute;
    top: 2px;
}
header#masthead.sticky .stky_lgo {
    display: block;
}
header#masthead.sticky .mn_logo {
    display: none;
}

header#masthead.sticky .st_hdr {
    background: var( --e-global-color-2038399 );
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

header#masthead.sticky .eael-simple-menu-container .eael-simple-menu li > a:hover {
    color: var( --e-global-color-accent );
}
header#masthead.sticky .eael-simple-menu-container .eael-simple-menu li > a {
    color: #fff ;
}
header#masthead.sticky .eael-simple-menu-container .eael-simple-menu .sub-menu li > a:hover {
    color: #fff !important;
}
header#masthead.sticky .eael-simple-menu li > a:hover > span svg{ fill: var( --e-global-color-accent ) !important;}
header#masthead.sticky .eael-simple-menu li > a > span svg{ fill:#fff !important;}
.main_sldr .sldr_itm {
    border-radius: 30px;
    padding: 50px;
    height: 650px;
    display: inline-block;
    overflow: hidden;
    position: relative;background-size:cover;
}
.main_sldr .slick-list {
    overflow: hidden;border-radius:30px;
}
.main_sldr .sldr_itm:before {
    background: #005151;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;display:none;
    mix-blend-mode: color;
    opacity: 1;
    z-index: 2;
}

.main_sldr .sldr_itm:after {
    background: #000;
    content: "";display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .4;
}
.main_sldr ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.main_sldr ul.slick-dots button {
    padding: 0;
    width: 12px;
    height: 12px;
    font-size: 0;
    background: var( --e-global-color-primary );
    border: 2px solid #fff;
    border-radius: 50px;
}

.main_sldr ul.slick-dots li {
    margin: 0 4px;
}

.main_sldr ul.slick-dots li.slick-active button {
    background: var( --e-global-color-accent );
}
.inr_txt {
    clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
    background: rgba(41,57,144,.9);
    padding: 55px 65px 55px 40px;
    height: 100%;
    width: 60%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    z-index: 11 !important;
    position: relative;
}

.inr_txt span.sub_hdng {
    color: var( --e-global-color-accent );
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.inr_txt span.titl {
    color: #fff;
    font-size: 57px;
    line-height: 70px;
    font-weight: 600;
}

.inr_txt p {
    margin: 18px 0 25px 0;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.inr_txt a.btn {
    background: var( --e-global-color-accent );
    color: #fff;
    border-radius: 3px;
    padding: 16px 25px;
    text-decoration: none;
    font-weight: 500;
}

.inr_txt a.btn:hover {
    background: #fff;
    color: var( --e-global-color-accent );
}
button.slick-arrow {
    left: unset !important;
    right: -26px;
    top: 50% !important;
    transform: translateY(-50%);
    width: 53px !important;
    height: 53px !important;
    border: 2px solid var(--e-global-color-2038399);
    border-radius: 50px !important;
    font-size: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    z-index: 1;
    padding: 0;
}
button.slick-arrow:before {
    display: none;
}

button.slick-prev.slick-arrow {
    left: -26px !important;
}

button.slick-arrow:after {content:"\f061";color: var(--e-global-color-2038399);font-size: 19px;font-family: 'Font Awesome 5 Free' !important;font-weight: 800;}


button.slick-prev.slick-arrow:after {
    content: "\f060";
}
button.slick-arrow:hover:after,button.slick-arrow:active:after,button.slick-arrow:focus:after{color: #fff;}
button.slick-arrow:hover,button.slick-arrow:active,button.slick-arrow:focus {
    background: var( --e-global-color-accent );border-color:var( --e-global-color-accent );
}
.bx_lst li.eael-feature-list-item:nth-child(2) h3.eael-feature-list-title{
    color: var(--e-global-color-2038399) !important;
}

.bx_lst li.eael-feature-list-item:nth-child(2) p.eael-feature-list-content {
    color: var(--e-global-color-2038399) !important;
}
.bx_lst li.eael-feature-list-item {
    background: var(--e-global-color-2038399);
    padding: 20px;
    border-radius: 5px;
    align-items: center !important;
}
.bx_lst li.eael-feature-list-item:hover .eael-feature-list-icon-box {
    transform: scale(1.1);
}
.bx_lst li.eael-feature-list-item:nth-child(2) {
    background: var( --e-global-color-accent );
}

.bx_lst li.eael-feature-list-item span.eael-feature-list-icon {
    padding: 0 !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
}

.bx_lst li.eael-feature-list-item .eael-feature-list-icon-inner {
    background: none !important;
}
.bx_lst li.eael-feature-list-item .eael-feature-list-icon-box img {
    image-rendering: unset !important;
    width: 60px !important;
    height: auto !important;
}
.img_fltr.elementor-widget-image:before, article.post-dtl figure.img_fltr:before {
    background: #005151;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;display:none;
    top: 0;
    mix-blend-mode: color;
    opacity: 1;
    z-index: 2;
}
.img_fltr.elementor-widget-image, article.post-dtl figure.img_fltr {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.img_fltr.elementor-widget-image:after, article.post-dtl figure.img_fltr:after {
    background: #000;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;display:none;
    z-index: 1;
    opacity: .4;
}
.srv_cntnt p {
    margin: 8px 0 9px 0 !important;
}
.srv_cntnt {
    z-index:2;
    max-width: 400px;
    width: 100%;
    right: 60px !important;
    bottom: -30px !important;
}

.srv_sec .e-n-tabs-content .elementor-widget-image img{height:500px;object-fit:cover;width:100%;}
.why_rgt ul.eael-feature-list-items li {
    background:var( --e-global-color-2038399 );
    margin-bottom: 20px;
    padding: 20px !important;
    border-radius: 5px;
}
.why_rgt ul.eael-feature-list-items li svg path {
    fill: var(--e-global-color-a025436) !important;
}
.why_rgt ul.eael-feature-list-items li span.eael-feature-list-icon {
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
}

.why_rgt ul.eael-feature-list-items li span.eael-feature-list-icon svg {
    width: 55px !important;
    height: auto !important;
}

.why_rgt ul.eael-feature-list-items li .eael-feature-list-icon-inner {
    background: none !important;
}
.why_rgt ul.eael-feature-list-items li:nth-child(2) {
    background: var( --e-global-color-accent ) !important;
}

.why_rgt ul.eael-feature-list-items li:nth-child(2) svg path {
    fill: #fff !important;
}
.why_rgt ul.eael-feature-list-items li:hover {
    background: var( --e-global-color-accent ) !important;
}

.why_rgt ul.eael-feature-list-items li:hover svg path {
    fill: #fff !important;
}

.bg_fltr:before {
    background: var( --e-global-color-2038399 );
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: color;
    opacity: 1;
    z-index: 2;
}


.bg_fltr:after {
    background: linear-gradient(to right, rgba(6, 50, 50, 1) 22%, rgba(6, 50, 50, 0.9) 30%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
}

.tsti_sec > .e-con-inner {
    z-index: 111 !important;
}

.sp-testimonial-title {
    display: none;
}

.sp-testimonial-content p {
    text-align: left !important;
    color: #fff;
    font-size: 35px !important;
    line-height: 50px !important;
    font-weight: 500 !important;
}

.tsti_sec .sp-testimonial-free {
    max-width: 70%;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    display: flex;
    flex-direction: column;
}

.tsti_sec .sp-testimonial-free .sp-testimonial-client-designation {
    color: var( --e-global-color-a025436 ) !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}
.tsti_sec > .e-con-inner:before {
    content: "";
     position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var( --e-global-color-primary )+30,063232+30,000000+100&1+22,0+100 */
background: linear-gradient(to right, rgba(41,57,144,1) 22%,rgba(41,57,144,0.9) 30%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sd_bar .widget_block {background: rgba(0, 0, 0, 0.01);
    padding: 40px 30px 40px;
    border-radius: 5px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.051);
    margin-bottom: 30px;}

.pst_rgt {
    width: 68%;
}

.sd_bar {
    width: 30% !important;
}

.pst_txt > .e-con-inner {
    justify-content: space-between !important;
}

.sd_bar .widget_block h2.wp-block-heading {
    color: var( --e-global-color-primary );
    font-size: 25px;
    margin: 0 0 26px 0 !important;
    line-height: normal;
    font-weight: 700;
}

.sd_bar .widget_block ul {
    padding: 0;
    margin: 0 0 0 18px;
}

.sd_bar .widget_block ul li {
    margin-bottom: 13px;
}

.sd_bar .widget_block ul li a {
    color: #333;
    text-decoration: none;
}

.sd_bar .widget_block ul li a:hover, .sd_bar .widget_block ul li:hover {
    color: #32b04a;
}

.pst_rgt .e-con-full {
    gap: 5px;
}

.pst_rgt h3.elementor-heading-title {
    margin-bottom: 16px;
}
.sd_bar .widget_block.widget_search .wp-block-search__inside-wrapper {
    display: flex;
}

.sd_bar .widget_block.widget_search .wp-block-search__inside-wrapper button {
    padding: 0px 12px;
    margin-left: 15px;
    border: none;
    font-size: 14px;
}
.swiper-pagination.testimonial-pagination {
    display: none !important;
}
.testimonial-nav-arrow { display: none !important;}
.pst_sec span.eael-posted-by {
    display: none;
}

.pst_sec span.eael-posted-on:before {
    display: none;
}

.pst_sec .eael-entry-header-after {
    position: absolute;
    background: var( --e-global-color-a025436 );
    top: 32px;
    width: 65px;
    padding: 3px 15px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}

.pst_sec .eael-entry-header-after * {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    white-space: normal;
}

.forminator-edit-module {
    display: none;
}

.ftr_top .eael-feature-list-content-box a {
    color: #fff;
    margin-bottom: 8px !important;
    display: inline-block;
}

.ftr_top .eael-feature-list-content-box a:hover {
    color: var( --e-global-color-accent );
}

.ftr_top .eael-feature-list-content-box a:last-child {
    font-size: 21px;
}

.ftr_top ul.eael-feature-list-items {
    justify-content: space-between;
    gap: 30px !important;
}


.ftr_top ul.eael-feature-list-items li.eael-feature-list-item:hover .eael-feature-list-icon-inner {
    background: var( --e-global-color-accent ) !important;
}

.ftr_top ul.eael-feature-list-items li.eael-feature-list-item:hover .eael-feature-list-icon-inner svg path {
    fill: #fff !important;
}

.ftr_mnu li.elementor-icon-list-item a {
    margin-left: -23px;
    transition: ease all .3s;
}

.ftr_mnu li.elementor-icon-list-item {
    overflow: hidden;
}

.ftr_mnu li.elementor-icon-list-item:hover a {
    margin: 0;
}

.nws_ltr form input[type="email"] {
    background: rgba(255,255,255,.1);
    border: none !important;
    min-height: 53px !important;
    color: #fff;
    outline: none !important;
    padding: 5px 19px !important;
}

button.forminator-button {
    width: 100% !important;
    padding: 15px !important;
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: .5px !important;
}

button.forminator-button:hover{background:#fff;color:#32b04a;} 
.ftr_adrs li.eael-feature-list-item svg path {
    fill: var( --e-global-color-a025436 ) !important;
}
.ftr_adrs li.eael-feature-list-item {
    padding: 0 !important;
}
.nws_ltr form {
    margin: 0 !important;
}

.nws_ltr form input[type="email"]::placeholder {
    color: #fff;
    opacity: .5;
}

.dvdr * {
    height: 100%;
}

.dvdr span.elementor-divider-separator {
    background: rgba(255,255,255,.2) !important;
    width: 1px !important;
}


.wrk_lst li.eael-feature-list-item .eael-feature-list-icon-inner {
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.07);
}

.wrk_lst li.eael-feature-list-item .eael-feature-list-icon-inner span.eael-feature-list-icon {
    padding: 0 !important;
}

.wrk_lst li.eael-feature-list-item {
    width: 48%;
    padding: 0 !important;
    margin-bottom: 45px !important;
}

.wrk_lst ul.eael-feature-list-items {
    justify-content: space-between !important;
    display: flex;
    flex-wrap: wrap;
}

.wrk_lst li.eael-feature-list-item:hover .eael-feature-list-icon-inner {
    background: var( --e-global-color-accent )!important;
}

.wrk_lst li.eael-feature-list-item:hover .eael-feature-list-icon-inner svg path {
    fill: #fff;
}

.wrk_lst li.eael-feature-list-item:hover h3.eael-feature-list-title {
    color: var( --e-global-color-accent )!important;
}
.wrk_prcss.elementor-element-edit-mode .e-n-tabs-heading {
    display: flex !important;
}
.wrk_prcss .slick-slide.e-con-full.e-flex {
    margin: 42px 0 0 0;
    background: rgba(255, 255, 255, .1);
    padding: 20px;
    border-radius: 5px;
    gap: 10px !important;
    display: flex;
    flex-direction: column;
    opacity: 1;
    min-height: 350px;
    height: 450px;
    overflow-y: auto;
}

.wrk_prcss .e-n-tabs-heading {
    display: none !important;
}

.prcss_sec > .e-con-inner{
    position: static;
}

.prcss_lft {
    position: static;
}

.prcss_lft .elementor-widget-image {
    width: 50%;height:100%;
}

.prcss_lft > div {
    z-index: 11;
}

.wrk_prcss:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    top: unset;
    z-index: 11;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(41, 57, 144, 0.88) 52%, rgba(41, 57, 144, 1) 59%);
    opacity: 1;
}

.prcss_sec .prcss_lft:before {
    content: "";
    width: 51%;
    position: absolute;
    bottom: 0;
    top: unset;
    z-index: 11;
    height: 66%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(41, 57, 144, 0.88) 52%, rgba(41, 57, 144, 1) 59%);
    opacity: 1;
}

.prcss_lft .elementor-widget-image * {
    height: 100%;
    object-fit: cover;
}
.wrk_prcss.elementor-element-edit-mode:before{display: none;}
.wrk_prcss button.slick-arrow {
    top: unset !important;
    bottom: 89px !important;
    z-index: 111 !important;
    transform: rotate(90deg) !important;
    left: 45% !important;
}

.wrk_prcss button.slick-prev.slick-arrow {
    left: unset !important;
    bottom: 0 !important;
    display: none !important;
}

.prcss_lft.elementor-element-edit-mode .elementor-widget-image * {
    height: auto;
    object-fit: cover;
}
.wrk_prcss {
    overflow: hidden;
}
.wrk_prcss .slick-list{overflow: visible; margin-top:0px;}
.wrk_prcss .e-n-tabs-content { overflow: visible !important;}

.why_us li.eael-feature-list-item .eael-feature-list-icon-box {
    display: none;
}

.why_us li.eael-feature-list-item .eael-feature-list-content-box {
    margin: 0 !important;
}

.why_us li.eael-feature-list-item {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0 !important;
    position: relative;
    counter-increment: count;
    padding-left: 70px !important;
}

.why_us li.eael-feature-list-item:last-child {
    border: none;
}

.why_us li.eael-feature-list-item h4:before {
    content: counter(count) ".";
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    background: var( --e-global-color-accent );
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    top: 16px;
    font-size: 23px;
    font-weight: 600;
}

.wrk_lst .no_desc li.eael-feature-list-item {
    align-items: center;
}

.wrk_lst .no_desc li.eael-feature-list-item .eael-feature-list-content-box {
    max-width: 60%;
}



.srv_bx a.elementor-icon:hover {
    margin-left: 15px;
    transition: ease all .5s;
}
.srv_bx.cnslt_bx a.elementor-icon svg path {
    fill: #fff;
}
.srv_bxs ul.eael-feature-list-items li .eael-feature-list-icon-box {
    position: absolute;
    top: 18px;
    right: 27px;
   }

.srv_bxs ul.eael-feature-list-items li .eael-feature-list-content-box {
    margin: 0 !important;
}

.srv_bxs ul.eael-feature-list-items li {
    border: 1px solid #eee;
    padding: 40px !important;
    float: left;
    min-height: 395px;
    border-right: none;
    border-bottom: none;
    width: 33.3%;
}

.srv_bxs ul.eael-feature-list-items li p.eael-feature-list-content {
    font-size: 16px;
    line-height: 30px;
}

.srv_bxs ul.eael-feature-list-items li h3.eael-feature-list-title {
    margin-bottom: 23px !important;
    width: 80%;
    min-height: 52px;
    align-items: center;
    display: flex;
}

.srv_bxs ul.eael-feature-list-items li:nth-child(3n) {
    border-right: 1px solid #eee;
}

.srv_bxs ul.eael-feature-list-items li .eael-feature-list-icon-box span {
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}

.srv_bxs ul.eael-feature-list-items li .eael-feature-list-icon-box span svg {
    width: 66px !important;
    height: auto !important;
}

.srv_bxs ul.eael-feature-list-items {
    border-bottom: 1px solid #eee !important;
    display: inline-block;
}
.srv_bxs ul.eael-feature-list-items li:hover {
    background: var( --e-global-color-primary );
}

.srv_bxs ul.eael-feature-list-items li:hover h3.eael-feature-list-title {
    color: #fff !important;
}

.srv_bxs ul.eael-feature-list-items li:hover p.eael-feature-list-content {
    color: #fff;
}

.srv_wy li.eael-feature-list-item {
    align-items: center;
    justify-content: flex-start;
}

.srv_wy li.eael-feature-list-item p.eael-feature-list-content {
    display: none !important;
}

.srv_wy li.eael-feature-list-item h4.eael-feature-list-title {
    margin: 0 !important;
}

.srv_wy li.eael-feature-list-item h4:before {
    top: 12px !important;
}

.srv_wy li.eael-feature-list-item {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.blg_sec .page-content.pst_cntnt {
    float: left;
    width: 67%;
}

.blg_sec {
    display: flex;
    justify-content: space-between;
}

article.post-dtl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
article.post-dtl h2.entry-title:hover a {
    color: #32b04a;
}
article.post-dtl figure {
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    float: left;
    width: 100%;
    height: 380px;
}
article.post-dtl p {
    margin: 13px 0 7px 0;
}
article.post-dtl .post-date {
    display: inline-block;
    margin-bottom: 4px;
}
article.post-dtl figure a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

article.post-dtl h2.entry-title, article.post-dtl h2.entry-title a {
    display: inline-block;
    color: var( --e-global-color-primary );
    font-size: 34px;
    font-weight: 700;
    text-decoration: none;
    line-height: 40px;
    margin:0;
}

article.post-dtl {
    margin-bottom: 55px;
}

article.post-dtl a.read-more {
    background: var( --e-global-color-accent );
    color: #fff;
    text-decoration: none;
    padding: 13px 15px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 15px;
}

article.post-dtl a.read-more:hover {
    background: var( --e-global-color-primary );
}

.srv_bx:hover {
    background: var( --e-global-color-primary ) !important;
}

.srv_bx:hover * {
    color: #fff !important;
}

.srv_bx:hover .icn .elementor-icon {
    background: var( --e-global-color-accent )!important;
}

.srv_bx:hover .icn .elementor-icon svg path {
    fill: #fff !important;
}
.srv_bx .icn svg path {
    fill: var( --e-global-color-accent )!important;
}
.srv_bx:hover .icn .elementor-icon svg {   animation: flipY linear .3s;}
@keyframes flipY {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0);
  }
}

.srv_bx:hover .btn_lnk svg path {
    fill: #32b04a;
}
.tch_sec ul.eael-feature-list-items li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);   padding: 23px 0 !important;
}
.tch_sec ul.eael-feature-list-items li .eael-feature-list-title a:before {
    content: "";
    position: absolute;
    background: red;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 11;
}

.tch_sec ul.eael-feature-list-items li:hover .eael-feature-list-icon-inner {
    background: var( --e-global-color-accent )!important;
}

.tch_sec ul.eael-feature-list-items li:hover .eael-feature-list-icon-inner svg path {
    fill: #fff;
}
.conpg_frm form input, .conpg_frm form textarea {
    background: #f7f7f7 !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    box-shadow: 0 2px 5px #e6e6e6 inset !important;
}

.conpg_frm label.forminator-label {
    color: #616161 !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    font-size: 14px !important;
}
.conpg_frm button.forminator-button:hover {
    background: #033333 !important;
    color: #fff !important;
}
.cntct_nxt ul li.eael-feature-list-item:before {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 26px;
    content: counter(count) ".";
}
.srv_bxs.sml_bxs ul.eael-feature-list-items li {
    min-height: 315px;
}
.cntct_nxt ul li.eael-feature-list-item {
    background: var( --e-global-color-primary );
    padding: 30px;
    border-radius: 5px;
    counter-increment: count;
    padding-left: 53px !important;
}

.cntct_nxt ul li.eael-feature-list-item:nth-child(2n) {
    background: #32b04a;
}


.plcy_txt h2, .plcy_txt h2 span {
    font-size: 32px;
    font-weight: 700 !important;
    color: var( --e-global-color-primary );
}

.plcy_txt h2 {
    line-height: normal;
    margin: 30px 0 10px 0;
}

.plcy_txt ul li {
    margin-bottom: 12px;
}

.plcy_txt h3, .plcy_txt h3 span {
    font-size: 24px;
    font-weight: 600 !important;
    margin: 30px 0 15px 0;
}

.plcy_txt ul {
    padding-left: 21px;
}

div#popmake-1108 form input, div#popmake-1108 form textarea {
    background: #f7f7f7 !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    box-shadow: 0 2px 5px #e6e6e6 inset !important;
}

div#popmake-1108 form label.forminator-label {
    color: #616161 !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    font-size: 14px !important;
}

div#popmake-1108 {
    padding: 40px;
    border-color: var( --e-global-color-accent );
}

div#popmake-1108 h3 {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: var( --e-global-color-primary );
}

div#popmake-1108 form button.forminator-button:hover {
    background: #033333 !important;
    color: #fff !important;
}
.btn_lnk svg path {
    fill: var(--e-global-color-accent) !important;
}
div#popmake-1108 form input.forminator-datepicker {
    padding-left: 35px !important;
}
.blu_icns li span.eael-feature-list-icon svg path {
    fill: var( --e-global-color-a025436 ) !important;
}


.srv_bxs ul.eael-feature-list-items li svg path {
    fill: var(--e-global-color-accent) !important;
}