/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2025 | 07:27:42 */
/*****ANIMATION*****/

header.sticky-header {
    --header-height: 100px;
    --opacity: 0.90;
    --shrink-me: 0.65;
    --sticky-background-color: var( --e-global-color-primary );
    --transition: .6s ease-in-out;
    transition: background-color:rgba(7,27,44,0.8),
                background-image var(--transition),
                backdrop-filter var(--transition),
                
}
header.sticky-header.elementor-sticky--effects {
    background-color:rgba(7,27,44,0.8) !important; 
    background-image: none !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * (0.65));
	margin-top: 5px;
}

.cta{
	max-height: 65px;
opacity: 1 !important;
transition: .6s ease-in-out;
right: -10px}

.phone-button {
    top: -10px;
}

.elementor-nav-menu{
	transition: .6s ease-in-out;
}

header.sticky-header.elementor-sticky--effects .elementor-nav-menu{
	transition: all 1s ease-in-out;
}

/*****SCREEN SIZES*****/
@media only screen and (max-width: 1216px) and (min-width: 1100px)  {
	.call-now-text p{
		font-size: 11px;
	}
	.call-now-number p{
		font-size: 23px;
	}
	.elementor-element.elementor-element-bf2e1a1.logo.elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image {
    margin-top: 5px;
}
	.elementor-39 .elementor-element.elementor-element-bf2e1a1 img {
    width: 156px;
    max-width: 115px;
}
}

@media only screen and (max-width: 1247px) and (min-width: 1217px)  {
		.elementor-39 .elementor-element.elementor-element-dda127c .elementor-nav-menu--main .elementor-item {
    padding-left: 10px ;
    padding-right: 10px ;
}
}

.mobile-menu .elementor-widget-wrap.elementor-element-populated {
    padding-right: 0px;
}

@media only screen and (max-width: 600px){
	header.sticky-header {
    --header-height: 20px;      
}

header.sticky-header > .elementor-container .logo img {
   
	transition: .5s ease-in-out;
}
header.sticky-header.elementor-sticky--effects .logo img {
    transition: .5s ease-in-out;
	display: none;
}
	header.sticky-header.elementor-sticky--effects {
    background-color:transparent !important; 
	 background-image: none !important;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);

	
	}
	span.tel-number {
    color: #fff;
    font-size: 13px;
}

	.nav-up.elementor-sticky--effects .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-8a9db76.phone-mobile-scroll {
    left: 2px;
		transition: all 0.5s ease-out;
}
	.nav-down.elementor-sticky--effects .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-8a9db76.phone-mobile-scroll {
    left: 130px;
		transition: all 0.5s ease-out;
		 
}
	.nav-up .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-8a9db76.phone-mobile-scroll {
    left: 130px;
		transition: all 0.5s ease-out;
		
}	
		.nav-down .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-8a9db76.phone-mobile-scroll {
    left: 2px;
			transition: all 0.5s ease-out;
		
}
	header.sticky-header.elementor-sticky--effects .logo img {
   display: none;
}


}

.call-now-text{ margin-bottom: 10px !important;}

@media only screen and (min-width: 1025px) and (max-width: 1099px)  {
.call-now-text p{
		font-size: 10px;
	}
	.call-now-number p{
		font-size: 20px;
	}
	.elementor-39 .elementor-element.elementor-element-dda127c .elementor-nav-menu .elementor-item {
    font-size: 11px;
}
	.elementor-39 .elementor-element.elementor-element-dda127c .elementor-nav-menu--main .elementor-item {
    padding-left: 6px ;
    padding-right: 6px ;
}
	header.sticky-header.elementor-sticky--effects .elementor-nav-menu {
    margin-left: calc(1% - 40px);
    transition: all 1s ease-in-out;
}
	.elementor-element.elementor-element-bf2e1a1.logo.elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image {
    margin-top: 5px;
}
	.elementor-39 .elementor-element.elementor-element-bf2e1a1 img {
    width: 156px;
    max-width: 75px;
}
	.sticky-header .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding-left: 6px;
}
	header.sticky-header.elementor-sticky--effects .elementor-nav-menu{
	margin-left: calc(1% - 25px);
	transition: all 1s ease-in-out;
}
	
header.sticky-header.elementor-sticky--effects .logo img {
    margin-top: 0px;
}

}
@media only screen and (min-width: 1247px)  {
header.sticky-header.elementor-sticky--effects .logo img {
  max-width: calc(100% * (0.55));
  margin-top: -2px;
	}}

/******* MOBILE STICKY HEADER *******/ 

header.sticky-header-mobile {
    --header-height: 83px;
    --opacity: 0.90;
    --shrink-me: 0.65;
	
    --sticky-background-color: var( --e-global-color-primary );
    --transition: .6s ease-in-out;
    transition: background-color:rgba(7,27,44,0.8),
                background-image var(--transition),
                backdrop-filter var(--transition),
                
}
header.sticky-header-mobile.elementor-sticky--effects {
    background-color:rgba(7,27,44,0.8) !important; 
    background-image: none !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header-mobile > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header-mobile.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header-mobile .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header-mobile > .elementor-container .logo-mobile img {
    transition: max-width var(--transition);
}
header.sticky-header-mobile.elementor-sticky--effects .logo-mobile img {
    max-width: calc(100% * (0.65));
	margin-top: -5px;
}

.sticky-header-mobile h3.elementor-icon-box-title{
	    margin-top: -2px !important;
}
.sticky-header-mobile .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin,15px);
    margin-left: 0;
    margin-bottom: unset;
    margin-left: 10px;
	margin-top: 5px;
}

.mobile-hamburger:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -10px;
    pointer-events: none;
    width: 10px;
    height: 55px;
    background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(102,214,125,1) 100%);
}

.elementor-39 .elementor-element.elementor-element-8c2b050 {
    right: -13px !important;
}

.elementor-39 .elementor-element.elementor-element-49e0192 img {
    width: 24px;
    margin-left: 10px;
}

.mobile-footer-logo .elementor-widget-container {
    text-align: center;
}


@media only screen and (max-width: 1247px) and (min-width: 1217px)  {
		.elementor-39 .elementor-element.elementor-element-dda127c .elementor-nav-menu--main .elementor-item {
    padding-left: 10px ;
    padding-right: 10px ;
}
}

.mobile-menu .elementor-widget-wrap.elementor-element-populated {
    padding-right: 0px;
}

@media only screen and (min-width: 601px) and (max-width: 1024px){
	header.sticky-header {
    --header-height: 100px;      
}

header.sticky-header > .elementor-container .logo img {
   
	transition: .5s ease-in-out;
}
header.sticky-header.elementor-sticky--effects .logo img {
    transition: .5s ease-in-out;
	 max-width: calc(100% * (0.45));
	margin-top: 0px;

}
	header.sticky-header.elementor-sticky--effects {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);

	
	}
	span.tel-number {
    color: #fff;
    font-size: 13px;
}

	.nav-up.elementor-sticky--effects .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-8a9db76.phone-mobile-scroll {
    left: 2px;
		transition: all 0.5s ease-out;
}
	.nav-down.elementor-sticky--effects .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-8a9db76.phone-mobile-scroll {
    left: 130px;
		transition: all 0.5s ease-out;
		 
}
	.nav-up .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-8a9db76.phone-mobile-scroll {
    left: 130px;
		transition: all 0.5s ease-out;
		
}	
		.nav-down .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-8a9db76.phone-mobile-scroll {
    left: 2px;
			transition: all 0.5s ease-out;
		
}



}
.elementor-39 .elementor-element.elementor-element-93dfd9d {
    width: 50px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 40px;
    opacity: 0;
    transition: all 0.1s ease-in-out 0.1s;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome, .cta-mobile-top a{
        color: #fff !important;
		text-decoration: none !important;
    } 
}

.cta-text a {
    text-align: center;
    color: #FFFFFF !important;
    font-size: 27px !important;
    font-weight: bold;
    line-height: 1px !important;
    text-decoration: none !important;
}
