.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1400px;
}

body.home .header-pg { display:none; }

/*CTA Styles (quick shange)
.cta-section { background-color:#000!important; }
.cta-section .cta-title h2 { color:#fff!important; }
#elementor-popup-modal-415 .dialog-close-button i { color:#fff!important; }
#elementor-popup-modal-415 .dialog-close-button:hover i { color:#fff!important; opacity:0.7; }
*/

.menu-hover .jet-mega-menu-item__label
{
  display: inline-block;
  position: relative;
}

.menu-hover .jet-mega-menu-item__label::after
{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: -4px;
  left: 0;
  background-color: #fff;
  transition: transform 0.25s ease-out;
}
.menu-hover .jet-mega-menu-item__label:hover::after{
  transform: scaleX(1);
}
.menu-hover .jjet-mega-menu-item__label::after{
  transform-origin: bottom right;
}

.menu-hover .jet-mega-menu-item__label:hover::after {
  transform-origin: bottom left;
}



.underline-hover .elementor-icon-list-text
{
  display: inline-block;
  position: relative;
}

.underline-hover .elementor-icon-list-text::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #222;
  transition: transform 0.25s ease-out;
}

.underline-hover .elementor-icon-list-text:hover::after{
  transform: scaleX(1);
}
.underline-hover .elementor-icon-list-text::after{
  transform-origin: bottom right;
}
.underline-hover .elementor-icon-list-text:hover::after {
  transform-origin: bottom left;
}

.elementor-widget-text-editor p:last-child { margin-bottom:0px; }
.elementor-widget-text-editor p strong, .elementor-widget-text-editor p b { font-weight:500; }

.jet-sticky-section--stuck {
    box-shadow: 0px 3px 4px #0000001A;
	background-color:#000!important;
	width:100%!important;
}


.logoS imgS { 
  -moz-transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  transition: all .4s ease-in-out; 
}

.jet-sticky-section--stuck .logoS imgS { 
  max-width: 75%; 
  -moz-transition: all .4s ease-in-out; 
  -webkit-transform: translate3d(0,0,0); 
  transition: all .4s ease-in-out; 
}

#toTop {
	background-color: #df692b !important;
    border-color: #df692b !important;
    color: #ffffff !important;
    font-weight: 900 !important;
	width:35px;
	height:35px;
	border-radius:5px;
	text-align:center;
}

#toTop:before { line-height:35px; }
body.home .header-pg { display:none; }

.page-preloader-cover { background-color:#000;}
.page-preloader {
  border-top-color: #fff!important;
  border-right-color: #fff!important;
  width: 48px;
  height: 48px;
  border: 8px solid transparent;
}

.elementor-menu-anchor { 
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .elementor-menu-anchor { 
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
  }
  .elementor-column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .jet-sticky-section--stuck {
	  box-shadow: none;
	  border-width: 0px 0px 6px 0px !important;
	  border-color:#fff!important;
    }
}

@media (max-width: 500px) {
	
  .elementor-column {
    padding-left: 5px;
    padding-right: 5px;
  }
	
}