.elementor-kit-9{--e-global-color-primary:#FFCC00;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFCC00;--e-global-typography-primary-font-family:"Dela Gothic One";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-primary );}.elementor-kit-9 a:hover{color:#FFA300;text-decoration:underline;}.elementor-kit-9 label{color:#000000;}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{color:#000000;accent-color:#000000;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a:focus {
    outline: 0 !important;
}

.sub-menu{
     display:block!important;
     position:initial!important;
     margin:0px;
     width:100%!important;
 }
 
.sub-menu li,
.sub-menu li a{

     display:block;
     text-align:center;
     margin:0px auto;
 }
 

.elementor-widget-form .elementor-field-group .elementor-field {
	color: #000!important;
}

.navbar-btn .elementor-button-text{
    line-height:20px;    
}

.home-card{
    position:relative;
}

.home-card:before{
    content:'';
    height:100%;
    width:100%;
    position: absolute;
    z-index:1;
}

.home-card-yellow:hover:before,
.home-card-blue:hover:before{
    transform: rotate(5deg);
    opacity:1;
}

.home-card .elementor-widget-wrap{
    transition: all 0.3s ease-in-out!important;
    z-index:2;
}

.home-card:hover .elementor-widget-wrap{
    transform: translate(0,15px);
}

.move-xs.home-card:hover .elementor-widget-wrap{
    transform: translate(0,5px);
}


.home-card-yellow:before{
    border:2px solid #FFCC00;
    box-shadow: inset 0px 0px 25px rgba(255,204,0,0.75),0px 0px 25px #ffcc00;
    transform: rotate(2deg);
    transition: all 0.3s ease-in-out;
    opacity:0.75;
}

.home-card-blue:before{
    border:2px solid #66ffff;
    box-shadow: inset 0px 0px 25px rgba(102,255,255,0.75),0px 0px 25px #66ffff;
    transform: rotate(-2deg);
    transition: all 0.3s ease-in-out;
    opacity:0.75;
}

.btn-cotnact{
    transition: all 0.3s ease-in-out;
}

.btn-cotnact:hover{
    transform: translate(15px,0);
}


.floating {
	animation: floating 3s ease infinite;
	will-change: transform;

	&:hover {
        animation-play-state: paused;
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px)
    }
    50% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(0px)
    }
}

@media only screen and (max-width: 1550px) {
    .leaf-left{
        left:-45px!important;
        img{
            max-width:200px!important;    
        }
    }
    .leaf-right{
        right:-45px!important;
        img{
            max-width:200px!important;    
        }   
    }
}

@media only screen and (max-width: 1400px) {
    .leaf-left{
        left:-45px!important;
        img{
            max-width:150px!important;    
        }
    }
    .leaf-right{
        right:-45px!important;
        img{
            max-width:150px!important;    
        }   
    }
}

@media only screen and (max-width: 1300px) {
    .leaf-left{
        top:45px!important;
        left:-55px!important;
        img{
            max-width:120px!important;    
        }
    }
    .leaf-right{
        top:45px!important;
        right:-55px!important;
        img{
            max-width:120px!important;    
        }   
    }
}

@media only screen and (max-width: 1024px) {
    .leaf-left{
        top:0px!important; 
        left:-50px!important;
        img{
            width: 15vw!important;
            max-width: 245px!important;
        }
    }
    .leaf-right{
        top:0px!important; 
        right:-50px!important;
        img{
            width:15vw!important;
            max-width: 245px!important;
        }
    }
}

@media only screen and (max-width: 768px) {
    .leaf-left{
        top:0px!important; 
        left:-20px!important;
        img{
            width: 20vw!important;
            max-width: 245px!important;
        }
    }
    .leaf-right{
        top:-1px!important; 
        right:0px!important;
        img{
            width:20vw!important;
            max-width: 245px!important;
        }
    }
}




@media only screen and (max-width: 992px) {
    .hide-mobile{
        display:none!important;
    }
}/* End custom CSS */