.elementor-kit-6{--e-global-color-primary:#073479;--e-global-color-secondary:#9CAFCD;--e-global-color-text:#3D3D3D;--e-global-color-accent:#073479;--e-global-color-2cb6811:#FFFFFF;--e-global-color-781558f:#000000;--e-global-typography-primary-font-family:"Refrigerator Deluxe";--e-global-typography-primary-font-size:46px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-0.7px;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:900;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:800;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.6em;--e-global-typography-accent-letter-spacing:0.2px;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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-6{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:14px;--e-global-typography-accent-font-size:14px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 p{margin-block-end:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:28px;--e-global-typography-text-font-size:15px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
     overflow-x: hidden;
 }
 
 .cus-btn2 {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}

.cus-service-box{
    overflow: hidden;
}

.cus-service-box:before{
    transition: 0s !important;
}

.cus-service-box:hover h2, .cus-service-box:hover p{
    color: #fff !important;
}

.cus-service-box:hover:before{
    position: absolute !important;
    left: 0 !important;;
    top: 0 !important;;
    height: 100% !important;;
    width: 100% !important;;
    background: #073479e3 !important;
}

.cus-btn .elementor-button-icon {
    background: #073479;
    height: 24px;
    width: 24px;
    line-height: 29px;
}

.cus-btn .elementor-button-icon svg{
    transition: 0.3s;
}

.cus-btn:hover .elementor-button-icon svg{
    transform: rotate(45deg)
}














@media screen and (max-width: 767px){
     .cus-btn2 {
        left: 50%;
        right: auto !important;
        transform: translate(-50%);
        bottom: 0;
    }
}
 
 
 
 
 /* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Refrigerator Deluxe';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('http://phase3eps.com/wp-content/uploads/2024/08/Refrigerator-Delx-W02-Heavy.ttf') format('truetype');
}
/* End Custom Fonts CSS */