.animate {
  color: #000;
  max-width: 800px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
      text-align: center;
    font-family: 'Poppins';
    font-size: 18px;
  font-weight:400;
}

.new-homebtn a.elementor-button.elementor-button-link.elementor-size-sm
Specificity: (0,4,1)
 {
    height: 48px !important;
}


.elementkit-tab-nav .elementkit-nav-link.active {
    color: #000000;
    border-style: none;
    background-color: #fff !important;
    border-radius: 5px !important;
}

ul.nav.nav-tabs.elementkit-tab-nav {
    gap: 4px;
}

.scroll-down {
  display: flex;
  flex-direction: column;
  animation: scrollUp 3s linear infinite;
}

.new-homebtn .elementor-button {
  position: relative;
  top:3px;
  overflow: hidden;
  z-index: 1;
}

.new-homebtn .elementor-button::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 50%;
  background-color: #c72411;
  width: 0;
  height: 0;
  z-index: 0;
  opacity: 0;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  transition: all 1.9s ease;
}

.new-homebtn .elementor-button:hover::before {
  width: 200px; /* or use a value that ensures it covers the button */
  height: 200px;
  opacity: 1;
}


.new-homebtn .elementor-button .elementor-button-content-wrapper,
.new-homebtn .elementor-button .elementor-button-text {
  position: relative;
  z-index: 2; /* Ensure text stays on top */
}







.registration-form-styling input{
    background-color: #F9F9FB !important;
    border: solid 1px #F9F9FB !important;
    border-radius: 10px !important;

}

.registration-form-styling input#eael-register-submit {
    background-color: #FF452F !important;
}

.registration-form-styling input#eael-login-submit{
background-color: #FF452F !important;
}

.signup-inner
 {
    margin-left: 75px !important;
}

.elementor-743 .elementor-element.elementor-element-bb7cdad img {
    width: unset !important;
    height: unset !important;
}

.registration-form-styling img.attachment-full.size-full.wp-image-727 {
    position: absolute !important;
    left: -75px !important;
    max-width:calc(100% + 75px) !important;
max-height: 580px !important;
}

.registration-form-styling img.attachment-full.size-full.wp-image-1251 {
    position: absolute !important;
    left: -75px !important;
    max-width:calc(100% + 75px) !important;
max-height: 580px !important;
}

.eael-lr-form-wrapper .eael-lr-form-group{
margin-bottom:24px !important;
}






.eael-lr-form-wrapper .eael-lr-link {
    display: none;
}

.content {
  display: flex;
  flex-direction: column;
}

/* Scroll the whole scroll-down div up by half its height (one content div's height) */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.Login-in .eael-login-form-wrapper.eael-lr-form-wrapper.style-2 {
    background-color: transparent;
    box-shadow: none;
	width:100% !important
}
.Login-in .lr-form-wrapper {
    padding: 0px !important;
    box-shadow: none !important;
    width: 100% !important;
}

.signup-form .lr-form-wrapper {
    padding: 0px !important;
    box-shadow: none !important;
    width: 100% !important;
}
.eael-register-form-wrapper.eael-lr-form-wrapper.style-2 {
    width: 100% !important;
    background-color: transparent;
    box-shadow: none !important;
}
.trusted-sec .elementor-container.elementor-column-gap-default {
    display: flex !important
;
    gap: 20px !important;
}
.icon-list b {
    color: black !important;
    font-weight: 500 !important;
	font-size:18px ;
}


.E-book .elementor-container.elementor-column-gap-default {
    display: flex
;
    gap: 30px;
}

.new-tab ul.nav.nav-tabs.elementkit-tab-nav {
    background-color: #F2F2F2 !important;
    border-radius: 5px !important;
	margin:8px;
padding-top:4px !important;
padding-bottom:4px !important;
}



.new-tab li.elementkit-nav-item:hover {
    background-color: white !important;
    border-radius: 5px;
    color: white;
    
}
.new-tab li.elementkit-nav-item:active {
    background-color: white !important;
    border-radius: 5px !important;
    color: white;
    /* font-size: 22px !important; */
}
.new-tab a#content-400720168303b97206cd-tab:hover {
    color: white !important;
}


{
	
	overflow:hidden !important;
}

#column-blue-bg:hover h3 {
    color: white !important;
}
#column-blue-bg:hover p {
    color: white !important;
}

#column-blue-bg:hover path {
    fill: white;
}



#column-blue-bg:hover {
    border-radius: 10px !important;
}

#column-blue-bg{
    overflow: hidden !important;
    position: relative;
/*     border-radius: 20px */
}
#column-blue-bg::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #FF452F;
    width: 0%;
    height: 0%;
    z-index: 1;
    opacity: 0;
    border-radius: 100%;
    transition: all 1.9s;

}
#column-blue-bg:hover::before{
    width: 200%;
    height: 200%;
    left: -50%;
    bottom: -50%;
    opacity: 1;
    border-radius: 100%;
}

.Login-in a {
    color: #FF452F !important;
        font-family: Poppins, sans-serif !important;
}

label.eael-checkbox-label.rememberme
 {
    font-family: Poppins, sans-serif !important;
}

.registration-form-styling .eael-lr-form-wrapper .eael-lr-form-group label:not(.rememberme) {
    display: none;
    margin-bottom: .5rem;
}

.contact-left-col {
    margin-left: -75px !important;
}

.contact-form-sty textarea#form-field-message {
    border-color: #F9F9FB;
    background-color: #F9F9FB;
    border-radius: 10px;
    line-height: 40px
}

.contact-form-sty input {
    line-height: 40px;
}

.card-sec-sty strong {
    font-weight: 500;
}

.fourth-sec-sty strong {
    font-weight: 500;
}

.fifth-sec-sty strong {
    font-weight: 500;
}

span.gray-color {
    color: #00000070 !important;
}

.post-template-inner-sec
 {
    position: absolute;
    bottom: 40px;
    z-index: 2;
}


@media (max-width: 767px) {
 .E-book .elementor-container.elementor-column-gap-default {
    

    gap: 0px;
}
.signup-inner
 {
    margin-left: 0px !important;
}

.elementor-743 .elementor-element.elementor-element-bb7cdad img {
    width: 100% !important;
}

.registration-form-styling img.attachment-full.size-full.wp-image-727 {
    position: unset !important;
    left: unset !important;
    max-width:100% !important;
}

.registration-form-styling img.attachment-full.size-full.wp-image-1251 {
    position: unset !important;
    left: unset !important;
    max-width:100% !important;
max-height: 580px !important;
}
.already-member-sty h2.elementor-heading-title.elementor-size-default {
    position: absolute;
    top: 15px;
}
.registration-form-styling .eael-lr-form-wrapper .eael-lr-form-group label:not(.rememberme) {
    display: none;
    margin-bottom: .5rem;
}
.contact-left-col {
    margin-left: 0px !important;
}

.elementor-element.elementor-element-27b6634.elementor-widget.elementor-widget-text-editor {
    width: 100% !important;
}
.elementor-element.elementor-element-3730e1d.elementor-widget.elementor-widget-heading {
    width: 100% !important;
}
.human-sxpertise-txt h2.elementor-heading-title.elementor-size-default {
    font-size: 25px !important;
    line-height: 1.5em !important;
}
.animate {
    font-size: 16px;
}
	.remove-br br{
display:none !important;
}
	}