.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1400px;
}
body {  background-color:#fafafa;  }

body { background-color:#f3f4f6; }
body.home .header-pg { display:none;} 

.main-section-column  { padding:48px!important; border-radius:10px!important; border:solid 1px #fff!important; background:#fff; }


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

.accent .elementor-icon-box-title a::after { background-color: #7a48a1; }
.white .elementor-icon-box-title a::after { background-color: #fff; }

.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;
}

#toTop:before {
    background-color: rgb(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding-top: 6px;
    border: solid 2px #fff;
}

.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: #eac324;
  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;
}

.page-preloader {
  border-top-color: rgb(29, 26, 27)!important;
  border-right-color: rgb(29, 26, 27)!important;
  border-left-color: rgb(29, 26, 27)!important;
  border-bottom-color: rgb(29, 26, 27,0.3)!important;
  width: 50px;
  height: 50px;
  border: 8px solid transparent;
}



//Google Index Widget
selector .elementor-widget-container {
    display: flex;
    text-align: 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;
	width:100%!important;
}

.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; 
}

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

.elementor-12 .elementor-element.elementor-element-49f9284 .jet-mobile-menu__toggle {
    margin: 0;
    text-align: right;
}


.wpcf7-response-output { padding: 18px!important; line-height: 22px!important; }
@media (max-width: 767px) {
 #jet-mobile-menu-item-1333 { display:none!important;}
  body {  background-color:#fff;  }
  .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: none;
	  border-width: 0px 0px 6px 0px !important;
	  border-color:#ededed!important;
    }
	
  .main-section-column  { padding:12px!important;  }
}

@media (max-width: 500px) {
	.main-section-column  { padding:0px!important; margin:10px; }
}