html {
  scroll-behavior: smooth;
}

body {
  color: #636161;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0;
  overflow-y: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  scroll-behavior: smooth;
}

.main_body {
  overflow-x: hidden;
}

.transparent_list .list-group-item {
  background-color: transparent;
  border: unset;
}

.transparent_list .list-group-item:first-child {
  padding-top: 0px !important;
}

.card {
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 42px;
  color: #003749;
  font-weight: 700;
  margin-bottom: 40px;
}

h6 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #003749;
  font-weight: 700;
  margin-bottom: 30px;
}

p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #003749;
  margin-bottom: 30px;
}

a {
  font-family: "Open Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}

.btn:focus,
button:focus {
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

a:not([href]):not():focus,
a:not([href]):not():hover,
a:not([href]):not([tabindex]) {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0;
}

textarea {
  resize: none;
  width: 100% !important;
}

img {
  max-width: 100%;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.h1_white {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 40px;
}

.h6_white {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
}

.p_white {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 30px;
}

.form-control {
  border-radius: 0px;
  font-size: 18px;
  line-height: 36px;
  color: #636161;
  font-weight: 300;
  text-transform: capitalize;
}

.form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn_primary:hover {
  color: #ffff;
}

#header_nav .navbar {
  background-color: #00b4ff;
  max-width: 100%;
  padding: 17px 15px;
}

#header_nav .navbar .navbar__inner {
  max-width: 1368px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

#header_nav .nav-item {
  margin-top: auto;
  margin-bottom: auto;
}

#header_nav .nav-link {
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  padding: 0px 42px;
}

#header_nav .nav-link.active_link span,
#header_nav .nav-link:hover span {
  border-bottom: 4px solid #fff;
  padding-bottom: 21px;
}

.container {
  max-width: 1368px;
}

.thankyou {
  min-height: 100vh;
}

.heroSection {
  position: relative;
  margin-top: 74px;
  background-image: url(../images/mpf-bg-home-blur-enhanced.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: calc(100vh - 74px);
}

.heroSection .container {
  min-height: calc(100vh - 74px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heroSection .activateBox {
  max-width: 709px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 100px;
}

.heroSection .activateBox__title {
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 700;
}

.heroSection .activateBox__button {
  margin-top: 20px;
  text-align: center;
}

.heroSection .activateBox__button .btn_primary {
  background-color: #fa9746;
  width: 157px;
  height: 50px;
  border-radius: 25px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.heroSection .activateBox__button .btn_primary:hover {
  background-color: #ffff;
  color: #fa9746;
}

.heroSection .featuresWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.heroSection .featuresWrapper__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.heroSection .featuresWrapper__box img {
  margin-right: 20px;
}

.heroSection .featuresWrapper__box .feature_title {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0px;
}

.heroSection .practices_info {
  width: 176px;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  background-color: #fff;
  padding: 20px 15px 20px 24px;
  position: absolute;
  bottom: 98px;
  right: 0;
}

.heroSection .practices_info img {
  margin-bottom: 15px;
}

.heroSection .practices_info h6 {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 23px;
  color: #003749;
  font-weight: 700;
  margin-bottom: 10px;
}

#intro_section {
}

#intro_section .intro {
  background-color: #003749;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}

#intro_section .intro__inner {
  max-width: 880px;
  margin: auto;
  width: 100%;
}

#intro_section .intro--example {
  position: relative;
  height: 100%;
  padding: 10px;
}

#intro_section .intro--example .eye_logo {
  margin-bottom: 60px;
}

#intro_section .intro--example .examples_tag {
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  background-color: #fe9843;
  padding: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 80px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  border-top-left-radius: 10px;
  top: 52px;
  z-index: 100;
}

#intro_section .intro--example .graphic_element {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 9;
}

#intro_section .intro--example .intro__inner {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

#intro_section .intro--example .intro__inner p {
  margin-bottom: 40px;
}

#intro_section .intro--example .intro__inner .work_history .list-group-item {
  padding: 0px 0px 13px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #003749;
}

#intro_section .intro--example .intro__inner .work_history .list-group-item i {
  margin-right: 13px;
  color: #00b4ff;
}

#program_section {
  min-height: calc(100vh - 74px);
}

#program_section .sample_program {
  background-color: #e7f8f9;
  min-height: calc(100vh - 74px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}

#program_section .sample_program__inner {
  max-width: 580px;
  margin: auto;
  width: 100%;
}

#program_section .sample_program__inner .btn_primary {
  background-color: #40a482;
  width: 157px;
  height: 50px;
  border-radius: 25px;
  font-size: 12px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

#program_section .sample_program__inner .btn_primary:hover {
  background-color: #ffff;
  color: #40a482;
}

#program_section .sample_program--example {
  position: relative;
  min-height: calc(100vh - 74px);
  height: 100%;
  padding: 30px;
}

#program_section .sample_program--example .eye_logo {
  margin-bottom: 60px;
}

#program_section .sample_program--example .examples_tag {
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  background-color: #fe9843;
  padding: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 80px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  border-top-left-radius: 10px;
  top: 52px;
  z-index: 100;
}

#program_section .sample_program--example .graphic_element {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 9;
}

#program_section .sample_program--example .sample_program__inner {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

#program_section .sample_program--example .sample_program__inner p {
  margin-bottom: 40px;
}

#program_section .sample_program--example .sample_program__inner .work_history .list-group-item {
  padding: 0px 0px 13px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #003749;
}

#program_section .sample_program--example .sample_program__inner .work_history .list-group-item i {
  margin-right: 13px;
  color: #00b4ff;
}

#about_section {
  min-height: calc(100vh - 74px);
}

#about_section .about_carousel_wrapper {
  background-color: #40a482;
  min-height: calc(100vh - 74px);
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about_section .about_carousel_wrapper .graphic_right {
  position: absolute;
  top: 0;
  right: 0;
}

#about_section .about_carousel_wrapper .graphic_left {
  position: absolute;
  bottom: 0;
  left: 0;
}

#about_section .about_carousel_wrapper #carosel_about {
  max-width: 350px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about_section .about_carousel_wrapper #carosel_about .carousel-control-prev {
  left: -75px;
}

#about_section .about_carousel_wrapper #carosel_about .carousel-control-next {
  right: -60px;
}

#about_section .about_carousel_wrapper #carosel_about .carousel-control-prev i, #about_section .about_carousel_wrapper #carosel_about .carousel-control-next i {
  font-size: 50px;
  opacity: 1;
}

#about_section .about_carousel_wrapper #carosel_about .carousel-control-prev:hover i, #about_section .about_carousel_wrapper #carosel_about .carousel-control-next:hover i {
  color: #fe9843;
}

#about_section .about_content {
  background-color: #fcecdc;
  min-height: calc(100vh - 74px);
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about_section .about_content__inner {
  max-width: 580px;
  margin: auto;
}

#about_section .about_content__inner h1 {
  position: relative;
  z-index: 10;
}

#contact_section {
  min-height: calc(100vh - 74px);
}

#contact_section .contact_wrapper {
  background-color: #e7f8f9;
  min-height: calc(100vh - 74px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}

#contact_section .contact_wrapper__inner {
  max-width: 621px;
  width: 100%;
  margin: auto;
}

#contact_section .contact_wrapper__inner p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #003749;
  margin-bottom: 25px;
}

#contact_section .contact_wrapper__inner p span {
  padding: 0px 10px;
}

#contact_section .contact_wrapper__inner p span a {
  color: #14b7c4;
}

#contact_section .contact_wrapper__inner p i {
  margin-right: 10px;
  color: #31e57d;
  font-size: 6px;
}

#contact_section .contact_wrapper__inner p i.fa-map-pin {
  font-size: 18px;
}

#contact_section .contact_wrapper__inner p i.fa-square-full {
  position: relative;
  bottom: 2px;
}

#contact_section .contact_wrapper__inner .form_wrapper input.form-control {
  height: calc(2em + .75rem + 2px);
}

#contact_section .contact_wrapper__inner .form_wrapper .form-group {
  margin-bottom: 20px;
}

#contact_section .contact_wrapper__inner .form_wrapper .form-control {
  border-radius: 25px;
  background-color: transparent;
  border: 2px solid #00374926;
  padding-left: 23px;
  padding-right: 23px;
  color: #003749;
  font-size: 18px;
  letter-spacing: 1px;
}

#contact_section .contact_wrapper__inner .form_wrapper ::-webkit-input-placeholder {
  color: #003749;
  opacity: 1;
  /* Firefox */
}

#contact_section .contact_wrapper__inner .form_wrapper :-ms-input-placeholder {
  color: #003749;
  opacity: 1;
  /* Firefox */
}

#contact_section .contact_wrapper__inner .form_wrapper ::-ms-input-placeholder {
  color: #003749;
  opacity: 1;
  /* Firefox */
}

#contact_section .contact_wrapper__inner .form_wrapper ::placeholder {
  color: #003749;
  opacity: 1;
  /* Firefox */
}

#contact_section .contact_wrapper__inner .form_wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #003749;
}

#contact_section .contact_wrapper__inner .form_wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #003749;
}

#contact_section .contact_wrapper__inner .btn_send {
  width: 103px;
  height: 50px;
  border-radius: 25px;
  background-color: #40a482;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  border: 0px;
}

#contact_section .contact_right {
  min-height: calc(100vh - 74px);
  height: 100%;
  position: relative;
}

#contact_section .contact_right .form_title {
  background-color: #fe9843;
  width: 156px;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  border-top-left-radius: 10px;
  position: absolute;
  left: 90px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  top: 54px;
}

#contact_section .contact_right .contact_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

#contact_section .contact_right .question_img {
  margin-right: 40px;
  margin-top: 60px;
}

.equal_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equal_row > div[class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sectiongap {
  margin-top: 11rem;
}

@media (max-width: 1719.98px) {
  #program_section .sample_program--example .examples_tag {
    left: 10px;
    font-size: 20px;
    padding: 10px;
    top: 44px;
  }
  #program_section .sample_program--example .eye_logo {
    margin-bottom: 40px;
  }
  #program_section .sample_program--example .sample_program__inner .work_history .list-group-item {
    padding: 0px 0px 10px;
    font-size: 20px;
    color: #003749;
  }
  #about_section .about_carousel_wrapper #carosel_about {
    max-width: 300px;
  }
  #about_section .about_carousel_wrapper #carosel_about .carousel-control-prev {
    left: -65px;
  }
  #about_section .about_carousel_wrapper #carosel_about .carousel-control-next {
    right: -60px;
  }
  #about_section .about_carousel_wrapper .graphic_left {
    width: 300px;
  }
  #about_section .about_carousel_wrapper .graphic_right {
    width: 320px;
  }
  #contact_section .contact_right .form_title {
    left: 10px;
    font-size: 20px;
    padding: 10px;
    top: 44px;
    width: 130px;
    height: 44px;
  }
  .graphic_element {
    max-width: 200px;
  }
}

.footerWrapper {
  height: 60px;
  background-color: #003749;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footerWrapper p {
  font-size: 12px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 35px;
}

.footerWrapper a {
  margin-right: 16px;
}

@media (max-width: 1199.98px) {
  #header_nav .nav-link {
    font-size: 16px;
    padding: 0px 15px;
  }
  .heroSection, .heroSection .container {
    min-height: calc(60vh - 74px);
  }
  .heroSection .practices_info {
    bottom: 140px;
  }
  .heroSection .featuresWrapper__box .feature_title {
    padding: 0px 10px;
  }
  .heroSection .featuresWrapper__box .feature_title {
    font-size: 16px;
  }
  .heroSection .featuresWrapper__box .feature_title br {
    display: none;
  }
  #program_section {
    min-height: unset;
    height: auto;
  }
  #program_section .sample_program {
    min-height: unset;
    height: 100%;
  }
  #program_section .sample_program--example {
    position: relative;
    min-height: unset;
  }
  #about_section {
    min-height: unset;
    height: auto;
  }
  #about_section .about_carousel_wrapper {
    min-height: unset;
    padding: 30px;
  }
  #about_section .about_content {
    min-height: unset;
    padding: 30px;
  }
  #about_section .about_content .about_content__inner img {
    width: 250px;
  }
  #contact_section {
    min-height: unset;
    height: auto;
  }
  #contact_section .contact_wrapper {
    min-height: unset;
    padding: 30px;
  }
  #contact_section .contact_right {
    min-height: unset;
  }
}

@media (max-width: 992.98px) {
  .heroSection .featuresWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .heroSection .featuresWrapper__box {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1rem;
  }
  .heroSection .practices_info {
    width: 150px;
    padding: 10px 10px 10px 10px;
  }
  .heroSection .practices_info h6 {
    font-size: 16px;
  }
  .heroSection, .heroSection .container {
    min-height: calc(100vh - 74px);
  }
  .heroSection .activateBox {
    margin-bottom: 122px;
  }
  #contact_section .contact_right {
    min-height: 80vh;
  }
  #header_nav .navbar .navbar__inner {
    display: unset;
  }
  #header_nav .navbar .navbar__inner .navbar-toggler {
    float: right;
  }
  #header_nav .navbar .navbar__inner .navbar-toggler-icon i {
    color: #ffff;
  }
  .navbar-collapse {
    padding: 20px 0px 10px;
  }
  #header_nav .nav-link.active_link span, #header_nav .nav-link:hover span {
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
  }
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  #header_nav .navbar .navbar__inner .navbar-brand {
    width: 230px;
  }
  .heroSection .activateBox__title {
    font-size: 22px;
    line-height: 30px;
    color: #003749;
  }
  .heroSection .practices_info img {
    margin-bottom: 10px;
    width: 40px;
  }
  .heroSection .practices_info h6 {
    font-size: 12px;
    line-height: 16px;
  }
  .heroSection .practices_info {
    width: 120px;
  }
  .heroSection .activateBox {
    margin-bottom: 50px;
  }
  .heroSection .featuresWrapper__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .heroSection .practices_info {
    bottom: unset;
    top: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
  }
  .sample_program__inner p br {
    display: none;
  }
  #program_section .sample_program--example .sample_program__inner .work_history .list-group-item {
    font-size: 18px;
  }
  #contact_section .contact_wrapper__inner p {
    font-size: 16px;
  }
  .footerWrapper {
    height: auto;
    padding: 10px;
  }
  .footerWrapper p {
    margin-right: 0px;
    margin-bottom: 15px;
    text-align: center;
  }
  #about_section .about_carousel_wrapper #carosel_about {
    max-width: 270px;
  }
  #about_section .about_carousel_wrapper #carosel_about .carousel-control-prev i, #about_section .about_carousel_wrapper #carosel_about .carousel-control-next i {
    font-size: 36px;
  }
  #about_section .about_carousel_wrapper #carosel_about .carousel-control-prev {
    left: -50px;
  }
  #about_section .about_carousel_wrapper #carosel_about .carousel-control-next {
    right: -45px;
  }
  .heroSection .featuresWrapper__box .feature_title {
    padding: 0px 0px;
  }
  h1 {
    font-size: 36px;
  }
}
/*# sourceMappingURL=style.css.map */