.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Istok Web', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.body {
  font-family: 'Istok Web', sans-serif;
}

.nav-menu {
  text-transform: capitalize;
}

.menu_item {
  margin-right: 25px;
  padding: 10px 0px 5px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: border 200ms cubic-bezier(.95, .05, .795, .035);
  transition: border 200ms cubic-bezier(.95, .05, .795, .035);
  color: #fff;
  text-transform: capitalize;
}

.menu_item:hover {
  border-bottom-color: #fff;
}

.menu_item.w--current {
  border-bottom-color: #fff;
  color: #fff;
  text-decoration: none;
}

.menu_item.w--open:hover {
  border-style: none;
}

.dd_link {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8091a4;
  font-weight: 400;
}

.dd_link:hover {
  color: #f23232;
}

.dropdown_bg {
  box-shadow: 0 0 2px 0 rgba(7, 29, 73, 0.25);
}

.dropdown_bg.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.06);
}

.dropdown_icon {
  top: 6px;
  margin-right: -15px;
  background-image: url('../images/popupDD_white.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  color: transparent;
}

.navigation_header {
  position: absolute;
  z-index: 5;
  width: 100%;
  padding-top: 5px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
  color: #fff;
}

.dropdown_men {
  margin-right: 20px;
}

.intro_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gradiant-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/right-bottom-corner.png'), -webkit-gradient(linear, left top, left bottom, from(#07397f), to(hsla(0, 0%, 100%, 0)));
  background-image: url('../images/right-bottom-corner.png'), linear-gradient(180deg, #07397f, hsla(0, 0%, 100%, 0));
  background-position: 100% 100%, 0px 0px;
  background-size: 100% 40px, auto;
  background-repeat: no-repeat, repeat;
}

.hero_center_box {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 600px;
  min-height: 50px;
  min-width: 300px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero_title {
  display: inline-block;
  margin-bottom: 30px;
  font-family: 'Istok Web', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.michael_button {
  max-width: 180px;
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px;
  background-color: #07397f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 400;
  text-align: center;
}

.michael_button:hover {
  background-color: #2772da;
  color: #fff;
}

.chevron_golden {
  display: none;
  width: 28px;
  margin-right: auto;
  margin-left: auto;
}

.line {
  height: 3px;
  max-height: 15vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f23232;
}

.methoid_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
}

.half {
  width: 50%;
  height: 100%;
}

.half.image-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/pexels-photo-1120344.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/pexels-photo-1120344.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.half.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.half.contact_half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.half.vid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half.vid_home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herolink {
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 60px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.about_title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 70px 5px 10px;
  background-color: #f23232;
  background-image: url('../images/right-bottom-corner.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
}

.sub_about {
  display: inline-block;
  margin-top: 10px;
  font-size: 21px;
}

.about_p {
  display: inline-block;
  max-width: 600px;
  font-size: 16px;
  line-height: 23px;
}

.menu_item_scrolled {
  margin-right: 20px;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(7, 29, 73, 0);
  -webkit-transition: all 200ms cubic-bezier(.95, .05, .795, .035);
  transition: all 200ms cubic-bezier(.95, .05, .795, .035);
  color: #071d49;
}

.menu_item_scrolled:hover {
  border-bottom-color: #071d49;
}

.menu_item_scrolled.w--current {
  border-bottom-style: solid;
  border-bottom-color: #071d49;
  color: #071d49;
}

.logo_img_scrolled {
  width: 200px;
  margin-top: -3px;
}

.dd_link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8091a4;
  font-weight: 400;
}

.dd_link-2:hover {
  color: #af771d;
}

.navigation_header_scroll {
  position: fixed;
  top: -100px;
  z-index: 950;
  width: 100%;
  height: 51px;
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: top 200ms ease;
  transition: top 200ms ease;
  color: #fff;
}

.dropdown_icon_scrolled {
  top: 0px;
  margin-top: 7.5px;
  margin-right: -15px;
  margin-bottom: 7.5px;
  background-image: url('../images/popupDD_blue.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  color: transparent;
}

.blue_line {
  height: 411px;
  margin-right: 54px;
  -webkit-transform: translate(0px, -220px);
  -ms-transform: translate(0px, -220px);
  transform: translate(0px, -220px);
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6cc00;
  background-image: url('../images/right-bottom-corner.png');
  background-position: 100% 100%;
  background-size: 100% 40px;
  background-repeat: no-repeat;
}

.test_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test_arow {
  height: 280px;
  margin-right: 30px;
}

.test_arow.blue_line {
  height: 200px;
  -webkit-transform: translate(0px, -20px) translate(15px, 0px);
  -ms-transform: translate(0px, -20px) translate(15px, 0px);
  transform: translate(0px, -20px) translate(15px, 0px);
}

.user-pi {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 50%;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.5);
}

.text_holder_test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 410px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #2f2c2d;
  font-size: 18px;
  line-height: 21px;
  font-style: italic;
}

.test_name {
  margin-bottom: 10px;
  color: #2772da;
  font-size: 24px;
  font-weight: 700;
}

.quotemark {
  font-family: 'Secular One', sans-serif;
  color: #2772da;
  font-size: 200px;
  line-height: 100px;
}

.slider_none {
  background-color: transparent;
}

.slider_none.prog_slide {
  margin-top: 20px;
}

.hide {
  display: none;
}

.programs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f2c2d;
  background-image: url('../images/left-top_corner.png');
  background-position: 0px 0px;
  background-size: 100% 40px;
  background-repeat: no-repeat;
  color: #fff;
}

.programs_title {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 53px;
  color: #f6cc00;
  font-size: 35px;
}

.arrow_sliide {
  background-image: url('../images/chevron-up.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: transparent;
}

.arrow_sliide.left_arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.prog_unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pic_prog {
  margin-right: 15px;
  border-bottom: 10px solid #2772da;
}

.pgrog_txt_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vid_dev {
  margin-left: 35px;
}

.vvide {
  width: 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #07397f;
}

.contact_us-form {
  width: 300px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact_input {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #071d49;
  font-weight: 400;
}

.contact_input_multi {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #071d49;
  font-weight: 400;
}

.form_btn {
  display: block;
  width: 100%;
  background-color: #f23232;
}

.contact_title {
  color: #fff;
}

.contact_line {
  height: 220px;
  margin-right: 20px;
  -webkit-transform: translate(0px, -193px);
  -ms-transform: translate(0px, -193px);
  transform: translate(0px, -193px);
}

.map {
  display: none;
  height: 400px;
}

.footer_title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #f6cc00;
  font-size: 14px;
  font-weight: 600;
}

.widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-bottom: 10px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_copy {
  display: block;
  max-width: 550px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #f6cc00;
  font-size: 14px;
}

.footer_text {
  max-width: 168px;
  margin-bottom: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.footer {
  padding: 16px 5px 30px;
  background-color: #07397f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 57, 127, 0.5)), to(rgba(0, 0, 0, 0.83))), url('../images/net.svg');
  background-image: linear-gradient(180deg, rgba(7, 57, 127, 0.5), rgba(0, 0, 0, 0.83)), url('../images/net.svg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.footer_link {
  max-width: 155px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.footer_link:hover {
  color: #edf1f6;
}

.footer_widgets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

.footer_contact_title {
  margin-top: 0px;
  color: #fff;
  font-weight: 600;
}

.footer_link_terms {
  display: inline-block;
  max-width: 155px;
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.5;
  color: #8291a5;
  text-decoration: none;
}

.footer_link_terms.padder {
  padding-right: 5px;
  padding-left: 5px;
  opacity: 1;
  color: #fff;
}

.footer_logo {
  margin-bottom: 65px;
}

.contact_line-copy {
  height: 190px;
  margin-right: 20px;
  -webkit-transform: translate(0px, -53px);
  -ms-transform: translate(0px, -53px);
  transform: translate(0px, -53px);
}

.vid_icon {
  width: 296px;
}

.mini-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-hero.expt {
  background-image: url('../images/AI_Image.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.nue_head_icon {
  display: block;
  width: 110px;
}

.nue_mobile_slider {
  display: none;
}

.center_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 990px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}

.center_center.product_page {
  max-width: 1010px;
}

.nue_career_txt {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 17px;
  line-height: 21px;
}

.nue_block {
  max-width: 735px;
  margin-top: -60px;
  margin-bottom: 30px;
  padding-top: 60px;
  text-align: left;
}

.nue_block.nue_right_block {
  max-width: 735px;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

.nue_block.nue_left_block {
  max-width: 735px;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

.floating_menu_item {
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(130, 145, 165, 0);
  color: #f23232;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.floating_menu_item:hover {
  color: #07397f;
}

.floating_menu_item.w--current {
  padding-left: 5px;
  background-color: #07397f;
  color: #fff;
  font-weight: 700;
}

.new_section {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.floating_menu {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}

.nue_career_title {
  margin-top: 0px;
  font-size: 40px;
  font-weight: 300;
}

.left-sidebar {
  position: relative;
  width: 200px;
  min-height: 30px;
  margin-right: 50px;
  padding-right: 10px;
  text-align: left;
}

.nue_vid {
  display: inline-block;
  width: 350px;
  margin-bottom: 45px;
}

.nue_vid.nude_second_vid {
  -webkit-transform: translate(50px, 100px);
  -ms-transform: translate(50px, 100px);
  transform: translate(50px, 100px);
}

.nue_vid.nue_third_vid {
  -webkit-transform: translate(194px, 120px);
  -ms-transform: translate(194px, 120px);
  transform: translate(194px, 120px);
}

.bold {
  font-weight: 400;
}

.main_content_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.new_section-grey {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f6cc00;
  color: #fff;
  text-align: center;
}

.sidebar_contact {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #2f2c2d;
}

.intro_section_small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.herolink-dark {
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #f23232;
  border-radius: 60px;
  color: #f23232;
  font-weight: 600;
  text-decoration: none;
}

.prog_unit_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progs_pic_holder {
  overflow: hidden;
  width: 320px;
  height: 190px;
  margin-right: 20px;
}

.special-pic {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
}

.special-pic-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/net.svg'), url('../images/right-bottom-corner.png'), url('../images/left-top_corner.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(47, 128, 237, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: url('../images/net.svg'), url('../images/right-bottom-corner.png'), url('../images/left-top_corner.png'), linear-gradient(180deg, rgba(47, 128, 237, 0.3), rgba(0, 0, 0, 0.3));
  background-position: 50% -264%, 100% 100%, 0px 0px, 0px 0px;
  background-size: cover, 100% 20px, 100% 20px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

.mgm_unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
}

.mgm_pic {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100px;
  margin-right: 30px;
  border-radius: 50%;
  box-shadow: 3px 2px 15px -1px rgba(47, 44, 45, 0.6);
}

.mgm_unit_txt_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mgm_txt_title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
}

.mgm_txt_title.mi {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
  color: #07397f;
  font-size: 17px;
  font-weight: 600;
}

.mgm_unit_txt {
  max-width: 510px;
  line-height: 22px;
}

.faq_small {
  display: block;
}

.small_style {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #071d49;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.small_faq_icon {
  margin-right: 0px;
  color: transparent;
}

.gaq_small_area {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.small_style_answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #071d49;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.faq_txt {
  display: inline-block;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  background-color: transparent;
  color: #2772da;
  font-weight: 700;
}

.faq_txt:hover {
  background-color: #f23232;
  color: #fff;
}

.pic-frame {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.contact_sec_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #07397f;
}

.gradiant-overlay-home {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#07397f), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #07397f, hsla(0, 0%, 100%, 0));
}

.contact_line_progs {
  height: 190px;
  margin-right: 20px;
  -webkit-transform: translate(194px, -53px);
  -ms-transform: translate(194px, -53px);
  transform: translate(194px, -53px);
}

.full-strech {
  width: 100%;
}

.sidebar_contact-prog {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #2f2c2d;
}

.test_holder_copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 735px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test_p_face {
  display: block;
  overflow: hidden;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 6px;
  border-radius: 50%;
}

.test-p-name {
  margin-bottom: 11px;
  color: #f23232;
  font-size: 20px;
  font-weight: 700;
}

.hero_center_box_long {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  min-height: 50px;
  min-width: 300px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.herolink-progs {
  margin-top: 10px;
  margin-right: 15px;
  padding: 5px 10px;
  border: 1px none #f6cc00;
  border-radius: 60px;
  background-color: #f23232;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.phrase {
  margin-bottom: 25px;
  color: #07397f;
  font-style: italic;
}

.rich-text-block {
  font-size: 17px;
  line-height: 21px;
}

.rich-text-block-2 {
  font-size: 17px;
  line-height: 21px;
}

.mgm_pic_frameless {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100px;
  margin-right: 30px;
  border-radius: 50%;
}

.quote_par {
  display: block;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  color: #2772da;
  font-size: 19px;
  line-height: 30px;
  font-style: italic;
  font-weight: 600;
}

.big-pic {
  width: 300px;
  margin-bottom: 16px;
  border-bottom: 6px solid #f23232;
}

.graph_placeholder {
  margin-bottom: 30px;
  padding: 30px 20px 70px;
  background-color: #07397f;
  background-image: url('../images/left-top_corner.png'), url('../images/right-bottom-corner.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(7, 57, 127, 0.8)), to(rgba(7, 57, 127, 0.8))), url('../images/net.svg');
  background-image: url('../images/left-top_corner.png'), url('../images/right-bottom-corner.png'), linear-gradient(180deg, rgba(7, 57, 127, 0.8), rgba(7, 57, 127, 0.8)), url('../images/net.svg');
  background-position: 0px 0px, 100% 100%, 0px 0px, 50% 50%;
  background-size: 100% 40px, 100% 40px, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  color: #fff;
  text-align: center;
}

.graphtile {
  font-size: 23px;
  line-height: 31px;
}

.graphs_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  margin-bottom: 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.graph_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 16px;
  margin-bottom: 10px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/87.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.graph_holder.second {
  margin-right: 30px;
  margin-left: 30px;
  background-image: url('../images/62.svg');
}

.graph_holder._2 {
  background-image: url('../images/2.svg');
}

.graph_holder._3 {
  background-image: url('../images/3.svg');
}

.graph_holder._5 {
  background-image: url('../images/5.svg');
}

.graph_holder._6 {
  background-image: url('../images/6.svg');
}

.graph_holder._7 {
  background-image: url('../images/7.svg');
}

.graph_holder._8 {
  background-image: url('../images/8.svg');
}

.graph_holder._1 {
  background-image: url('../images/1.svg');
}

.graph_holder._4 {
  background-image: url('../images/4.svg');
}

.graph_pic {
  position: relative;
  z-index: 0;
  width: 200px;
  height: 200px;
}

.prec {
  position: absolute;
  font-size: 21px;
  font-weight: 700;
}

.bold-text {
  font-size: 22px;
}

.mng-title {
  line-height: 27px;
}

.q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qt {
  font-size: 18px;
  font-weight: 400;
}

.bar_abso {
  position: relative;
  overflow: hidden;
  height: 18px;
  margin-top: 7px;
  background-color: #2f2c2d;
}

.bar1 {
  width: 92%;
  height: 18px;
  background-color: #f6cc00;
}

.bar2 {
  width: 94%;
  height: 18px;
  background-color: #2772da;
}

.bar3 {
  width: 92%;
  height: 18px;
  background-color: #f23232;
}

.founders_block {
  width: 100%;
  min-height: 20px;
  margin-bottom: 35px;
}

.names_founders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test_name-desc {
  margin-bottom: 10px;
  color: #2f2c2d;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}

.testimonial_bottom-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 81px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6cc00;
}

.startupnation {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.nation-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-txt {
  margin-right: 18px;
  margin-left: 18px;
  font-family: 'Istok Web', sans-serif;
  color: #f23232;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.bottom-nation {
  margin-bottom: -10px;
  color: #07397f;
  font-size: 24px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.test-holder-div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.others_team {
  margin-top: 24px;
  text-align: center;
}

.brand {
  width: 240px;
}

.brand.w--current {
  margin-top: 10px;
}

.linehero {
  display: block;
  width: 50px;
  height: 20vh;
  max-height: 20vh;
}

.center_center-copy {
  display: block;
  max-width: 990px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}

.center_center-copy.product_page {
  max-width: 1010px;
}

.mobilefaq {
  display: none;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq_area_destop {
  display: block;
  max-width: 930px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.faq_txt_mob {
  display: inline-block;
  padding: 5px 6px;
  background-color: transparent;
  color: #2772da;
  font-size: 20px;
  font-weight: 700;
}

.faq_txt_mob:hover {
  background-color: #f23232;
  color: #fff;
}

.bottom-nation_white {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.red-txt-hime {
  margin-top: 0px;
  margin-right: 18px;
  margin-left: 18px;
  font-family: 'Istok Web', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.startupnation_white {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 12px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.heading_hiome {
  margin-bottom: 0px;
}

.popup {
  position: fixed;
  z-index: 300;
  width: 100vw;
  height: 100vh;
  background-color: rgba(47, 44, 45, 0.85);
}

.player-icon {
  width: 30px;
  margin-right: 6px;
  margin-left: 9px;
}

.light_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.herolink-copy {
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 60px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.link {
  color: #f6cc00;
}

.youtube_home {
  width: 400px;
  height: 225px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

html.w-mod-js *[data-ix="accordion-open-and-close"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="grow"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

@media (max-width: 991px) {
  .mobile_menu.w--open {
    background-color: transparent;
    background-image: url('../images/cross-out-mark.svg');
    background-position: 50% 50%;
    background-size: 30%;
    background-repeat: no-repeat;
    color: hsla(0, 0%, 100%, 0);
  }
  .nav-menu {
    z-index: 0;
    height: 100vh;
    background-color: #fff;
  }
  .menu_item {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    color: #0303b6;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }
  .menu_item.w--current {
    color: #f23232;
  }
  .dd_link {
    text-align: center;
  }
  .dropdown_bg {
    box-shadow: 0 0 6px 0 hsla(0, 0%, 100%, 0);
  }
  .dropdown_bg.w--open {
    box-shadow: none;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .dropdown_icon {
    margin-right: 0px;
    background-image: url('../images/chevron_blue.svg');
    background-size: 12px;
    background-repeat: no-repeat;
  }
  .navigation_header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown_men {
    margin-right: 0px;
  }
  .hero_title {
    font-size: 32px;
  }
  .chevron_golden {
    display: none;
  }
  .methoid_sec {
    height: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .half.image-slider {
    width: auto;
  }
  .half.about {
    width: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .half.contact_half {
    padding-right: 20px;
  }
  .half.vid_home {
    display: none;
  }
  .herolink {
    display: none;
  }
  .menu_item_scrolled {
    display: block;
    margin: 10px auto;
    color: #0303b6;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }
  .logo_img_scrolled {
    margin-top: 20px;
    margin-left: 20px;
  }
  .dd_link-2 {
    text-align: center;
  }
  .navigation_header_scroll {
    top: -100px;
    height: 60px;
    padding: 0px;
  }
  .mobile_menu_scrolled {
    color: #071d49;
  }
  .mobile_menu_scrolled.w--open {
    background-color: transparent;
    background-image: url('../images/cross-out-mark.svg');
    background-position: 50% 50%;
    background-size: 30%;
    background-repeat: no-repeat;
    color: hsla(0, 0%, 100%, 0);
  }
  .dropdown_icon_scrolled {
    background-image: url('../images/chevron_blue.svg');
    background-size: 12px;
    background-repeat: no-repeat;
  }
  .slider_none.prog_slide {
    height: 360px;
  }
  .programs_title {
    padding-left: 0px;
  }
  .prog_unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pic_prog {
    margin-bottom: 20px;
  }
  .pgrog_txt_holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact_input {
    max-width: 100%;
  }
  .contact_input_multi {
    max-width: 100%;
  }
  .footer_widgets {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .nue_video_block {
    display: none;
  }
  .nue_mobile_slider {
    display: block;
  }
  .center_center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .center_center.product_page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .nue_block.nue_right_block {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .nue_block.nue_left_block {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .new_section {
    padding: 50px 44px 30px;
  }
  .left-sidebar {
    display: none;
  }
  .main_content_area {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new_section-grey {
    padding: 50px 44px 30px;
  }
  .faq_small {
    width: 100vw;
    height: auto;
  }
  .small_style {
    display: block;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .faq_txt {
    display: block;
    height: auto;
  }
  .contact_line_progs {
    height: 100px;
  }
  .brand {
    margin-left: 9px;
  }
  .center_center-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .center_center-copy.product_page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mobilefaq {
    display: block;
  }
  .faq_area_destop {
    display: none;
  }
  .faq_txt_mob {
    display: block;
    height: auto;
  }
  .herolink-copy {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero_title {
    font-size: 28px;
    line-height: 42px;
  }
  .methoid_sec {
    height: auto;
  }
  .about_p {
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonial {
    padding-top: 20px;
  }
  .test_holder {
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .test_arow.blue_line {
    display: none;
  }
  .user-pi {
    margin-bottom: 15px;
  }
  .pgrog_txt_holder {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .widget {
    width: 20vw;
  }
  .mgm_unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mgm_pic {
    margin-bottom: 15px;
  }
  .small_style.w--open {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq_txt {
    font-size: 18px;
  }
  .mgm_pic_frameless {
    margin-bottom: 15px;
  }
  .faq_txt_mob {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .dd_link {
    overflow: hidden;
  }
  .hero_center_box {
    margin-top: 20px;
  }
  .hero_title {
    line-height: 32px;
  }
  .half.image-slider {
    display: none;
  }
  .half.about {
    height: 280%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .half.contact_half {
    width: 80%;
    padding-left: 0px;
  }
  .half.vid {
    width: 80%;
    margin-bottom: 20px;
  }
  .half.vid_home {
    width: 80%;
    margin-bottom: 20px;
  }
  .about_title {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    background-image: none;
    background-repeat: repeat;
    font-size: 24px;
    line-height: 28px;
  }
  .sub_about {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
  .about_p {
    width: 100%;
  }
  .logo_img_scrolled {
    width: 155px;
    margin-left: 10px;
  }
  .navigation_header_scroll {
    height: 60px;
  }
  .testimonial {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .test_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .test_arow.blue_line {
    height: 100px;
  }
  .user-pi {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text_holder_test {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .test {
    margin-bottom: 10px;
    font-size: 19px;
  }
  .test_name {
    font-size: 17px;
  }
  .quotemark {
    font-size: 90px;
  }
  .slider_none {
    height: auto;
  }
  .programs {
    display: block;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .programs_title {
    font-size: 25px;
    text-align: center;
  }
  .prog_unit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pic_prog {
    width: 80%;
  }
  .pgrog_txt_holder {
    padding-right: 0px;
    padding-left: 0px;
  }
  .vvide {
    width: 100%;
    height: 200px;
  }
  .contact_line {
    display: none;
  }
  .widget {
    width: 40vw;
  }
  .footer {
    padding-top: 40px;
  }
  .footer_widgets {
    padding-right: 13px;
    padding-left: 13px;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .footer_logo {
    margin-bottom: 40px;
  }
  .center_center {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nue_career_txt {
    padding-right: 27px;
    padding-left: 27px;
  }
  .new_section {
    padding: 10px 5px 20px;
  }
  .new_section-grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .prog_unit_list {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .special-pic {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .mgm_unit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mgm_unit_txt_holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mgm_txt_title.mi {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
  }
  .small_style_answer {
    font-size: 18px;
    line-height: 24px;
  }
  .contact_sec_home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .test_holder_copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .herolink-progs {
    display: none;
  }
  .rich-text-block-2 {
    width: 90%;
  }
  .graphs_holder {
    margin-bottom: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .test_name-desc {
    font-size: 17px;
  }
  .testimonial_bottom-slider {
    padding-bottom: 47px;
  }
  .red-txt {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 22px;
    letter-spacing: 0px;
  }
  .bottom-nation {
    margin-top: 5px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
  }
  .heading {
    font-size: 28px;
    line-height: 36px;
  }
  .brand {
    width: 180px;
    margin-top: 15px;
  }
  .brand.w--current {
    width: 70px;
    margin-top: -15px;
  }
  .center_center-copy {
    padding-right: 10px;
    padding-left: 10px;
  }
  .bottom-nation_white {
    margin-top: 5px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
  }
  .red-txt-hime {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 22px;
    letter-spacing: 0px;
  }
  .heading_hiome {
    font-size: 28px;
    line-height: 36px;
  }
}

