.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#2F2F2F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1d8d727:#239EFF;--e-global-color-2253218:#1A64CD;--e-global-color-c8a726f:#1C3968;--e-global-color-d3fcd5d:#0C4D61;--e-global-color-4a08de0:#7A8AA6;--e-global-color-05571f0:#384257;--e-global-color-8263f4e:#FFFFFF;--e-global-color-265d62e:#02010100;--e-global-color-ef257c9:#000000;--e-global-color-ea45641:#F6F8FC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-f196c96-font-family:"Cormorant Garamond";--e-global-typography-f196c96-font-size:44px;--e-global-typography-f196c96-font-weight:700;--e-global-typography-f196c96-text-transform:none;--e-global-typography-f196c96-line-height:1.1;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-text-font-size:17px;--e-global-typography-text-line-height:1.5;--e-global-typography-f196c96-font-size:38px;--e-global-typography-f196c96-line-height:1.2;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.5;--e-global-typography-f196c96-font-size:32px;--e-global-typography-f196c96-line-height:1.1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Homepage services animation & Function*/

.service-container{
    width: 19%;
    transition: 1s !important;
}

.service-container img{
    height: 600px !important;
    transition: 1s !important;
}

.service-container .hidden-text-area{
    height: 0;
    opacity: 0;
    transition: all 0.8s 0.2s;
}

.hovered{
    width: 38%;
}

.hovered .hidden-text-area{
    opacity: 100% !important;
    height: 100% !important;
    
}

.hovered img{
    height: 100% !important
}

@media(max-width: 1024px){
    .service-container{
    width: 18%;
}

.hovered{
    width: 37% !important;
}

.service-container img{
    height: 400px !important;
}

.hovered img{
    height: 100% !important
}
}

@media(max-width: 767px){
        .service-container{
    width: 100%;
}

.hovered{
    width: 100% !important;
}

.service-container img{
    height: 240px !important;
}

.hovered img{
    height: 100% !important
}

.hovered .hidden-text-area,
.hidden-text-area{
    opacity: 100% !important;
    height: auto !important;
    
}
}


/*Hide privacy pages footer from wp autoterms plugin*/
.wpautoterms-footer{
    display: none;
}


/*Eliminate x-axis overflow */
body{
    overflow-x: hidden !important;
}/* End custom CSS */