/*HOME Page*/
* {
  font-family: "Montserrat", Sans-serif;
}

#header-menu {
  position: fixed;
  width: 100%;
  padding: 12px 200px 12px 200px;
}

.elementor-20807 .elementor-element.elementor-element-8e3a119 .neuron-logo img {
  width: 200px !important;
}

.program--number {
  font-size: 34px;
  color: #8155E2;
}

/*ABOUT Page*/
.about__stat-num {
  font-size: 57px;
  font-weight: bold;
  color: black;
}
 

/* Footer */

#menu-footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: .5rem;
  margin-bottom: 0;
}

#nav_menu-2 {
  margin-bottom: 0;
}

#custom_html-2 {
  float: none;
  margin-bottom: 0;
}

#custom_html-2 .textwidget img {
  width: 100px;
}

.l-primary-footer__widgets__space {
  padding: 2rem 0 !important;
}

.l-primary-footer__copyright {
  display: none;
}

.l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space .widget ul li {
  margin-bottom: 0;
}

.elementor-social-icon {
  font-size: 20px;
  padding: .2em;
}

/*Mobile styles*/

@media (min-width: 45rem) {

}

@media (min-width: 65rem) {
  #menu-footer-menu {
    flex-direction: row;
  }
  
  #custom_html-2 {
    float: left;
  }
}

/*Contact page*/

.one-half {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.full-width { width: 100%; }

.last {
    margin-right: 0 !important;
    clear: right;
}
#contact-form__textarea textarea {
    height: 2.5rem !important;
}

.contact-form__submit-btn {
    display: flex;
    flex-direction: column;
}
.contact-form__submit-btn input {
  flex-grow: 1;
}

/*.box {*/
/*  width: 30%;*/
/*  padding: 15px;*/
/*  border: none;*/
/*  text-align: center;*/
/*  background-color: #000000;*/
/*}*/

.button-box:hover {
  border: 1px solid #000000;
  color: #000000 !important;
  background-color: transparent !important;
}

.button-box {
    padding: 15px;
    border: none;
    text-align: center;
    background-color: #000000;
    font-size: 1em;
    color: #fff !important;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    padding: 16px 38px 16px 38px;
    box-shadow: none !important;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 550px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.elementor-container.elementor-column-gap-extended {
  max-width: 73%!important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 73%!important;
}

.l-primary-footer.l-primary-footer--wide-container .l-primary-footer__widgets .l-primary-footer__widgets__space {
    margin-right: 8.25rem;
    margin-left: 18.25rem;
}

@media (max-width: 1366px) {
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 73%!important;
}

}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
 
@media only screen and (max-width: 767px) {
    .one-half, label {
        width: 100%;
        margin-right: 0;
    }
    
    .elementor-20807 .elementor-element.elementor-element-3bf913a {
      top: -50px !important;
    }
}
@media only screen and (max-width: 900px) {
#header-menu {
  padding: 12px 12px 12px 12px !important;
}

}