/* varibales colors */
/*Accent Colors*/
/*Primary Colors*/
/*Neutral Colors*/
@font-face {
  font-family: 'helvetica_neue_regular';
  src: url("../../fonts/helvetica_neue_regular/helvetica_neue_regular.woff") format("woff"), url("../../fonts/helvetica_neue_regular/helvetica_neue_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'playfair_displaybold';
  src: url("../../fonts/playfairdisplay_bold/playfairdisplay-bold-webfont.woff") format("woff"), url("../../fonts/playfairdisplay_bold/playfairdisplay-bold-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'playfair_displayregular';
  src: url("../../fonts/playfairdisplay_regular/playfairdisplay-regular-webfont.woff") format("woff"), url("../../fonts/playfairdisplay_regular/playfairdisplay-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'playfair_displayblack';
  src: url("../../fonts/playfairdiplay_black/playfairdisplay-black-webfont.woff") format("woff"), url("../../fonts/playfairdiplay_black/playfairdisplay-black-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_medium";
  src: url("../../fonts/proxima_nova_a_w07_medium/proxima_nova_a_w07_medium.woff") format("woff"), url("../../fonts/proxima_nova_a_w07_medium/proxima_nova_a_w07_medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_black";
  src: url("../../fonts/proxima_nova_black/proxima_nova_black.woff") format("woff"), url("../../fonts/proxima_nova_black/proxima_nova_black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_bold";
  src: url("../../fonts/proxima_nova_bold/proxima_nova_bold.woff") format("woff"), url("../../fonts/proxima_nova_bold/proxima_nova_bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_extrabold";
  src: url("../../fonts/proxima_nova_extrabold/proxima_nova_extrabold.woff") format("woff"), url("../../fonts/proxima_nova_extrabold/proxima_nova_extrabold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_light";
  src: url("../../fonts/proxima_nova_light/proxima_nova_light.woff") format("woff"), url("../../fonts/proxima_nova_light/proxima_nova_light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_regular";
  src: url("../../fonts/proxima_nova_regular/proxima_nova_regular.woff") format("woff"), url("../../fonts/proxima_nova_regular/proxima_nova_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_semibold";
  src: url("../../fonts/proxima_nova_semibold/proxima_nova_semibold.woff") format("woff"), url("../../fonts/proxima_nova_semibold/proxima_nova_semibold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_thin";
  src: url("../../fonts/proxima_nova_thin/proxima_nova_thin.woff") format("woff"), url("../../fonts/proxima_nova_thin/proxima_nova_thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
/*# sourceMappingURL=fontface.css.map */
* {
  list-style: none;
  padding: 0px;
  margin: 0px; }

body {
  width: 100%; }
  body.bodyfixed {
    overflow: hidden;
    width: 100%;
    padding-right: 17px; }
    body.bodyfixed header.stickyheader {
      width: calc(100% - 17px); }
    body.bodyfixed:not(.bodyfixed) .navigation_menu {
      margin-right: -17px; }
    @media screen and (max-width: 767px) {
      body.bodyfixed {
        padding-right: 0px; }
        body.bodyfixed header {
          width: 100% !important; } }

a {
  text-decoration: none;
  font-family: "proxima_nova_medium"; }

.container {
  max-width: 1140px; }

header {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 99; }
  header .header_cnt {
    display: flex;
    height: 96px;
    align-items: center;
    justify-content: space-between;
    transition: ease-in-out all 0.35s; }
  header #logo a img {
    transition: ease-in-out all 0.35s;
    height: 50px; }
  header.stickyheader {
    position: fixed;
    top: 0px;
    box-shadow: 0px 10px 20px #00000066;
    z-index: 99;
    width: 100%;
    left: 0px;
    background: #ffffff; }
    header.stickyheader .secondary_btn {
      border: 1px solid #E50019;
      color: #E50019; }
      header.stickyheader .secondary_btn svg path {
        fill: #E50019; }
      header.stickyheader .secondary_btn:hover {
        background: #E50019;
        color: #ffffff; }
        header.stickyheader .secondary_btn:hover svg path {
          fill: #ffffff; }
  @media screen and (max-width: 767px) {
    header {
      height: 70px; }
      header .header_cnt {
        height: 70px; }
      header #logo a img {
        height: 40px; }
      header .secondary_btn {
        height: 40px;
        padding: 0 20px;
        font-size: 14px; }
        header .secondary_btn svg {
          margin-left: 10px;
          width: 10px; } }

.primary-btn {
  position: relative;
  z-index: 1;
  /* matters! */
  overflow: hidden;
  height: 60px;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 0 25px;
  line-height: 24px;
  text-decoration: none;
  box-shadow: 0px 10px 20px #E5001933;
  font-family: "proxima_nova_bold";
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .primary-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(98deg, #E50019 0%, #273F76 100%) 0% 0% no-repeat padding-box;
    transition: transform 0.25s;
    z-index: -1; }
  .primary-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(258deg, #ED1C25 0%, #ED1C25 100%) 0% 0% no-repeat padding-box;
    transition: transform 0.25s;
    z-index: -1;
    transform: translateX(-100%); }
  .primary-btn:hover {
    color: #ffffff; }
    .primary-btn:hover::before {
      transform: translateX(100%); }
    .primary-btn:hover::after {
      transform: translateX(0%); }
  @media screen and (max-width: 767px) {
    .primary-btn {
      height: 45px;
      font-size: 18px; } }

.secondary_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #ffffff;
  padding: 0 30px;
  font-family: "proxima_nova_semibold";
  color: #0E1D48;
  font-size: 16px;
  border-radius: 24px;
  text-decoration: none; }
  .secondary_btn svg {
    margin-left: 15px; }
    .secondary_btn svg path {
      fill: #0E1D48; }
  .secondary_btn:hover {
    color: #ffffff;
    background: #0E1D48; }
    .secondary_btn:hover svg path {
      fill: #ffffff; }

.landing_banner {
  background: transparent url("../../images/banner.png") 0% 0% no-repeat padding-box;
  padding: 160px 0 0 0; }
  .landing_banner .banner_cnt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .landing_banner .banner_cnt .left {
      width: 50%;
      padding: 40px 50px 0 0;
      position: sticky;
      top: 70px; }
      .landing_banner .banner_cnt .left h2 {
        font-family: "playfair_displayregular";
        font-size: 50px;
        line-height: 60px;
        color: #0E1D48;
        margin-bottom: 40px;
        padding: 0px; }
        .landing_banner .banner_cnt .left h2 strong {
          font-family: "playfair_displaybold";
          display: block; }
      .landing_banner .banner_cnt .left h6 {
        font-family: "proxima_nova_medium";
        font-size: 14px;
        line-height: 18px;
        color: #E50019;
        padding: 0px;
        margin: 0 0 20px 0; }
      .landing_banner .banner_cnt .left ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 0 40px 0;
        margin: 0px; }
        .landing_banner .banner_cnt .left ul li {
          height: 40px;
          padding: 0 30px;
          display: flex;
          align-items: center;
          font-family: "proxima_nova_semibold";
          font-size: 16px;
          color: #313236;
          background: #FAEFE0;
          border-radius: 24px;
          margin: 0 10px 10px 0; }
          .landing_banner .banner_cnt .left ul li a {
            font-family: "proxima_nova_semibold";
            font-size: 16px;
            color: #313236;
            text-decoration: none; }
          .landing_banner .banner_cnt .left ul li:nth-child(1) {
            background: #FAEFE0; }
          .landing_banner .banner_cnt .left ul li:nth-child(2) {
            background: #FEEAEC; }
          .landing_banner .banner_cnt .left ul li:nth-child(3) {
            background: #F2E6F8; }
          .landing_banner .banner_cnt .left ul li:nth-child(4) {
            background: #E2F1FD; }
          .landing_banner .banner_cnt .left ul li:nth-child(5) {
            background: #E9FCE3; }
          .landing_banner .banner_cnt .left ul li:nth-child(6) {
            background: #E3E6FC; }
      .landing_banner .banner_cnt .left p {
        font-family: "proxima_nova_medium";
        font-size: 22px;
        line-height: 26px;
        color: #0E1D48;
        padding: 0px;
        margin: 0px; }
    .landing_banner .banner_cnt .right {
      width: 50%; }
      .landing_banner .banner_cnt .right .schedule_cnt {
        width: 100%;
        background: #ffffff;
        box-shadow: 0px 10px 40px #FF00001A;
        border-radius: 20px 20px 0 0;
        padding: 50px 60px; }
        .landing_banner .banner_cnt .right .schedule_cnt h3 {
          font-family: "playfair_displaybold";
          font-size: 32px;
          color: #D80017;
          padding: 0px 0 10px 0;
          margin: 0px 0 30px 0;
          position: relative; }
          .landing_banner .banner_cnt .right .schedule_cnt h3::after {
            content: '';
            width: 50px;
            height: 2px;
            background: #000000;
            position: absolute;
            left: 0px;
            top: 100%;
            display: block; }
        .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .form-group {
          display: block;
          margin-bottom: 30px; }
          .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .form-group label {
            font-family: "proxima_nova_medium";
            font-size: 16px;
            line-height: 20px;
            color: #313236;
            padding: 0px;
            margin: 0 0 5px 0;
            display: block; }
          .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .form-group input {
            background: #F5F8FF;
            border: 1px solid #31323634;
            border-radius: 6px;
            height: 50px;
            padding: 0 15px;
            font-family: "proxima_nova_semibold";
            color: #000000;
            font-size: 20px;
            width: 100%;
            box-shadow: 1px 1px 1px #31323634; }
          .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .form-group ul.form-list {
            padding: 0;
            margin: 0px;
            display: flex;
            align-items: center;
            margin: 0 -5px; }
            .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .form-group ul.form-list li {
              background: #F5F8FF;
              border: 1px solid #31323634;
              border-radius: 6px;
              height: 50px;
              padding: 0 5px;
              font-family: "proxima_nova_semibold";
              color: #000000;
              font-size: 20px;
              width: 100%;
              box-shadow: 1px 1px 1px #31323634;
              display: flex;
              align-items: center;
              justify-content: center;
              margin: 0 5px;
              cursor: pointer; }
              .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .form-group ul.form-list li.active {
                background: #0E1D48;
                color: #ffffff;
                cursor: default; }
        .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .primary-btn {
          width: 100%; }
        .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support {
          display: block;
          margin-bottom: 30px;
          position: relative; }
          .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support .form-label {
            font-family: "proxima_nova_medium";
            font-size: 16px;
            line-height: 20px;
            color: #313236;
            padding: 0px;
            margin: 0 0 5px 0;
            display: block; }
          .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support .wpcf7-form-control-wrap {
            position: relative; }
            .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text {
              background: #F5F8FF;
              border: 1px solid #31323634;
              border-radius: 6px;
              height: 50px;
              padding: 0 15px;
              font-family: "proxima_nova_semibold";
              color: #000000;
              font-size: 20px;
              width: 100%;
              box-shadow: 1px 1px 1px #31323634; }
            .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
              padding: 0;
              margin: 0px;
              display: flex;
              align-items: center;
              margin: 0 -5px; }
              .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
                margin: 0 5px;
                width: 100%; }
                .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
                  width: 100%; }
                  .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label > input[type="radio"] {
                    display: none; }
                  .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
                    background: #F5F8FF;
                    border: 1px solid #31323634;
                    border-radius: 6px;
                    height: 50px;
                    padding: 0 5px;
                    font-family: "proxima_nova_semibold";
                    color: #000000;
                    font-size: 20px;
                    width: 100%;
                    box-shadow: 1px 1px 1px #31323634;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin: 0 5px;
                    cursor: pointer; }
                  .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
                    background: #0E1D48;
                    color: #ffffff;
                    cursor: default; }
            .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
              position: absolute;
              left: 0px;
              top: 100%;
              font-family: "proxima_nova_regular";
              font-size: 14px;
              line-height: 14px;
              margin-top: 5px; }
          .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .wpcf7-form .form-inputs .errormsg-support .cf7sr-recaptcha {
            position: absolute;
            top: 100%;
            left: 0px;
            font-family: "proxima_nova_regular";
            font-size: 14px;
            line-height: 14px;
            margin-top: 5px;
            white-space: nowrap; }
  @media screen and (max-width: 991px) {
    .landing_banner .banner_cnt {
      flex-direction: column; }
      .landing_banner .banner_cnt .left {
        width: 100%;
        padding-bottom: 20px; }
      .landing_banner .banner_cnt .right {
        width: 100%; } }
  @media screen and (max-width: 1400px) {
    .landing_banner {
      padding: 110px 0 0 0; }
      .landing_banner .banner_cnt .left h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px; }
      .landing_banner .banner_cnt .left p {
        font-size: 18px;
        max-width: 400px; }
      .landing_banner .banner_cnt .right .schedule_cnt h3 {
        font-size: 25px;
        margin: 0px 0 20px 0;
        padding: 0px 0 6px 0; }
      .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .form-group {
        margin-bottom: 25px; }
        .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .form-group input {
          height: 45px; } }
  @media screen and (max-width: 767px) {
    .landing_banner .banner_cnt {
      flex-direction: column; }
      .landing_banner .banner_cnt .left {
        width: 100%;
        padding: 20px 0; }
        .landing_banner .banner_cnt .left h2 {
          font-size: 30px;
          line-height: 40px; }
        .landing_banner .banner_cnt .left h6 {
          margin: 0 0 10px 0; }
        .landing_banner .banner_cnt .left ul {
          padding: 0px 0 20px 0; }
          .landing_banner .banner_cnt .left ul li {
            font-size: 12px;
            padding: 0 20px;
            height: 32px; }
      .landing_banner .banner_cnt .right {
        width: 100%; }
        .landing_banner .banner_cnt .right .schedule_cnt {
          padding: 25px; }
          .landing_banner .banner_cnt .right .schedule_cnt h3 {
            font-size: 18px; }
          .landing_banner .banner_cnt .right .schedule_cnt .schedule_form .form-group ul.form-list li {
            font-size: 14px;
            height: 40px; } }

.ln_main_body {
  background: transparent linear-gradient(127deg, #E50019 0%, #132B6F 100%) 0% 0% no-repeat padding-box;
  padding: 100px 0 0 0;
  position: relative;
  overflow-x: hidden; }
  .ln_main_body .ln_main_cnt {
    display: block;
    position: relative;
    z-index: 9;
    max-width: 1200px;
    margin: 0 auto; }
    .ln_main_body .ln_main_cnt p {
      font-family: "proxima_nova_medium";
      font-size: 22px;
      line-height: 36px;
      color: #ffffff;
      padding: 0px;
      margin: 0px; }
    .ln_main_body .ln_main_cnt .text {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding-bottom: 80px;
      position: relative; }
      .ln_main_body .ln_main_cnt .text:before {
        content: '';
        width: 355px;
        height: 326px;
        background: url("../../images/shade1.png") no-repeat 0 0;
        display: block;
        position: absolute;
        top: -100px;
        right: 100%; }
      .ln_main_body .ln_main_cnt .text p {
        width: calc(50% - 40px); }
    .ln_main_body .ln_main_cnt .list_items {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin-bottom: 100px; }
      .ln_main_body .ln_main_cnt .list_items ul {
        width: 350px;
        padding: 0px;
        margin: 0px; }
        .ln_main_body .ln_main_cnt .list_items ul li {
          padding-bottom: 50px;
          position: relative;
          padding: 0 0 50px 20px; }
          .ln_main_body .ln_main_cnt .list_items ul li:before {
            content: '';
            width: 2px;
            height: 80px;
            background: #ffffff;
            position: absolute;
            left: 0px;
            top: 5px; }
          .ln_main_body .ln_main_cnt .list_items ul li h6 {
            font-family: "proxima_nova_bold";
            font-size: 22px;
            line-height: 30px;
            color: #ffffff;
            padding: 0px 0 10px 0;
            margin: 0px; }
          .ln_main_body .ln_main_cnt .list_items ul li p {
            font-size: 18px;
            line-height: 30px;
            font-family: "proxima_nova_regular"; }
          .ln_main_body .ln_main_cnt .list_items ul li:nth-last-child(1) {
            padding-bottom: 0px; }
      .ln_main_body .ln_main_cnt .list_items .list_logo {
        width: 300px;
        height: 300px;
        display: flex;
        align-items: center;
        position: absolute;
        justify-content: center;
        z-index: 9;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        .ln_main_body .ln_main_cnt .list_items .list_logo:after {
          width: 100%;
          height: 100%;
          opacity: 0.1;
          background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #FFE8E8 100%) 0% 0% no-repeat padding-box;
          border-radius: 50%;
          content: '';
          position: absolute;
          left: 0px;
          top: 0px; }
        .ln_main_body .ln_main_cnt .list_items .list_logo span {
          width: calc(100% - 80px);
          height: calc(100% - 80px);
          background: #ffffff;
          border-radius: 50%;
          position: relative;
          z-index: 9;
          display: flex;
          align-items: center;
          justify-content: center; }
        @media screen and (max-width: 991px) {
          .ln_main_body .ln_main_cnt .list_items .list_logo {
            display: none; } }
      .ln_main_body .ln_main_cnt .list_items:after {
        content: '';
        width: 355px;
        height: 326px;
        background: url("../../images/shade2.png") no-repeat 0 0;
        display: block;
        position: absolute;
        top: 100%;
        left: 100%; }
    .ln_main_body .ln_main_cnt figure {
      width: 100%;
      padding-top: 100px;
      padding: 0px;
      margin: 0px; }
      .ln_main_body .ln_main_cnt figure img {
        display: block;
        width: 100%; }
  .ln_main_body::before {
    content: '';
    width: 100%;
    height: 90px;
    display: block;
    background: url("../../images/shape.png") no-repeat 0 0;
    position: absolute;
    left: 0px;
    bottom: 190px; }
  .ln_main_body::after {
    content: '';
    width: 100%;
    height: 200px;
    background: #0E1D48;
    position: absolute;
    left: 0px;
    bottom: 0px; }
  @media screen and (max-width: 1400px) {
    .ln_main_body .ln_main_cnt p {
      font-size: 20px;
      line-height: 30px; } }
  @media screen and (max-width: 767px) {
    .ln_main_body {
      padding: 50px 0 0 0; }
      .ln_main_body .ln_main_cnt p {
        font-size: 16px;
        line-height: 26px; }
      .ln_main_body .ln_main_cnt .text {
        flex-direction: column;
        padding-bottom: 30px; }
        .ln_main_body .ln_main_cnt .text p {
          width: 100%;
          margin-bottom: 20px; }
      .ln_main_body .ln_main_cnt .list_items {
        flex-direction: column; }
        .ln_main_body .ln_main_cnt .list_items ul {
          width: 100%; }
          .ln_main_body .ln_main_cnt .list_items ul li {
            padding: 0 0 30px 15px !important; }
            .ln_main_body .ln_main_cnt .list_items ul li:before {
              height: 50px; }
            .ln_main_body .ln_main_cnt .list_items ul li h6 {
              font-size: 20px;
              line-height: 20px; }
            .ln_main_body .ln_main_cnt .list_items ul li p {
              font-size: 16px;
              line-height: 22px; }
            .ln_main_body .ln_main_cnt .list_items ul li:before {
              top: 0px; }
      .ln_main_body:after {
        height: 90px; }
      .ln_main_body:before {
        bottom: 70px;
        height: 60px; } }

.landing_bottom {
  background: #0E1D48;
  position: relative;
  padding: 100px 0 0 0; }
  .landing_bottom .landing_bottom_cnt {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .landing_bottom .landing_bottom_cnt h5 {
      font-family: "playfair_displayregular";
      font-size: 48px;
      color: #ffffff;
      line-height: 75px;
      padding: 0px;
      margin: 0 0 20px 0; }
    .landing_bottom .landing_bottom_cnt p {
      font-family: "proxima_nova_regular";
      font-size: 24px;
      color: #ffffff;
      line-height: 30px;
      padding: 0px;
      margin: 0 0 40px 0; }
    .landing_bottom .landing_bottom_cnt .primary-btn {
      width: 300px;
      height: 70px;
      font-size: 21px; }
      .landing_bottom .landing_bottom_cnt .primary-btn svg {
        margin-left: 30px; }
  .landing_bottom footer {
    display: block;
    text-align: center;
    padding: 75px 0; }
    .landing_bottom footer .footer_logo {
      margin-bottom: 50px;
      display: inline-block; }
    .landing_bottom footer ul {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px;
      margin: 0px; }
      .landing_bottom footer ul li {
        padding: 0 15px; }
  .landing_bottom:before {
    content: '';
    width: 242px;
    height: 530px;
    background: url("../../images/footer-icon.png") no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block; }
  .landing_bottom:after {
    content: '';
    width: 242px;
    height: 530px;
    background: url("../../images/footer-icon2.png") no-repeat 0 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block; }
  @media screen and (max-width: 1400px) {
    .landing_bottom .landing_bottom_cnt {
      max-width: 660px; }
      .landing_bottom .landing_bottom_cnt h5 {
        font-size: 38px;
        line-height: 50px; }
      .landing_bottom .landing_bottom_cnt p {
        font-size: 20px;
        line-height: 26px; }
      .landing_bottom .landing_bottom_cnt .primary-btn {
        width: 200px;
        height: 50px;
        font-size: 18px; }
        .landing_bottom .landing_bottom_cnt .primary-btn svg {
          margin-left: 20px; }
    .landing_bottom footer {
      padding: 45px 0; }
      .landing_bottom footer .footer_logo {
        margin-bottom: 30px; }
        .landing_bottom footer .footer_logo img {
          height: 50px; }
      .landing_bottom footer ul li a img {
        width: 40px; } }
  @media screen and (max-width: 767px) {
    .landing_bottom {
      padding: 50px 15px 0 15px; }
      .landing_bottom:before {
        background-size: 70px auto;
        width: 80px;
        height: 150px; }
      .landing_bottom:after {
        background-size: 70px auto;
        width: 80px;
        height: 150px; }
      .landing_bottom .landing_bottom_cnt h5 {
        font-size: 24px;
        line-height: 36px; }
      .landing_bottom .landing_bottom_cnt p {
        font-size: 16px;
        line-height: 24px; } }

/*# sourceMappingURL=style.css.map */
