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

#toTop {
	background-color: #9f2d2a !important;
    border-color: #9f2d2a !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; }

/*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; }
*/

.icon-box-hover .elementor-icon-box-title a { display: inline-block; position: relative; }

.icon-box-hover .elementor-icon-box-title a::after { 
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0px;
  left: 0;
  background-color: #ddd;
  transition: transform 0.25s ease-out;align-content
}

.green .elementor-icon-box-title a::after { background-color: #709639; }

.icon-box-hover .elementor-icon-box-title a:hover::after{
  transform: scaleX(1);
}
.icon-box-hover .elementor-icon-box-title a::after{
  transform-origin: bottom right;
}
.icon-box-hover .elementor-icon-box-title a:hover::after {
  transform-origin: bottom left;
}


.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: #8fbe56;
  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;
}
.gray .elementor-icon-list-text::after{ background-color: #9A9998; }
.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;
	width:100%!important;
}



.logo .round img { 
  -moz-transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  transition: all .4s ease-in-out; 
	border-radius:50%; 
}

.jet-sticky-section--stuck .logo .round img { 
  max-width: 75%; 
  -moz-transition: all .4s ease-in-out; 
  -webkit-transform: translate3d(0,0,0); 
  transition: all .4s ease-in-out; 
	position: absolute;
    bottom: 0;
    transform: translateY(50%);
    z-index: 10;
    left: 20px;
    border: solid 2px #95be57;
	background:#95be57;

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

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

}

.page-preloader {
  border-top-color: #000;
  border-right-color: #000;
}

.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: 8px;
    padding-right: 8px;
  }
	
	
  .m-full-width  .elementor-column {
    padding-left: 0px;
    padding-right: 0px;
  }
  .jet-sticky-section--stuck {
	    box-shadow: 0px 3px 4px #0000001A;
	width:100%!important;
	  border-color:#fff!important;
	  border-bottom:solid 1px #ddd;
    }
}