body {
  font-family: "Ubuntu", serif;
  color: #000;
  font-size: 16px;
  margin: 0px;
  background-color: #ebebeb;
  line-height: 1.3em; }

.container {
  max-width: 1170px; }

a:hover {
  color: #c1272c; }

h1, h2, h3, h4 {
  font-weight: 700; }

h1 {
  font-size: 65.2px; }

h2 {
  font-size: 45px; }

.pr-0 {
  padding-right: 0px; }

.shadow_wrap {
  text-align: center; }
  .shadow_wrap img {
    max-width: 100%; }

.breadcrumb a {
  color: #c1272c;
  text-decoration: none;
  font-size: 24px;
  display: flex;
  align-items: center; }
.breadcrumb img {
  margin-right: 8px; }

.img_content img {
  max-width: 100%; }

.icon_list {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px; }
  .icon_list li {
    font-family: "Ubuntu Condensed", serif;
    font-size: 23px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 32px;
    color: #464646; }
    .icon_list li img {
      height: 21px;
      position: absolute;
      left: 0px;
      margin-right: 5px; }

.list {
  padding-left: 0px; }
  .list li {
    font-family: "Ubuntu Condensed", serif;
    font-size: 23px;
    margin-bottom: 18px;
    position: relative;
    list-style: none;
    padding-left: 20px;
    padding-left: 32px;
    color: #464646; }
    .list li:before {
      content: '';
      width: 8px;
      height: 8px;
      background-color: #464646;
      position: absolute;
      left: 8px;
      top: 6px; }

.custom_popup .modal-header {
  background-color: #c1272c; }
  .custom_popup .modal-header .modal-title {
    font-size: 16px;
    color: white;
    font-weight: normal; }
.custom_popup .modal-dialog {
  margin-top: 15%;
  max-width: 850px; }
.custom_popup .error_pop .entry_text .error-message {
  display: block !important; }
.custom_popup .error_pop .entry_text .form-message {
  display: none; }
.custom_popup .modal-body {
  text-align: center;
  padding: 30px 15px;
  font-size: 21px; }
  .custom_popup .modal-body .entry_text .error-message {
    display: none;
    color: #c1272c; }
  .custom_popup .modal-body form input {
    background-color: white;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    min-height: 48px;
    color: #8d8d8d;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
    display: block;
    max-width: 400px;
    margin: 20px auto 15px; }
  .custom_popup .modal-body form button[type="submit"] {
    border: none;
    background: #dddddd;
    width: 190px;
    height: 43px;
    font-size: 20px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 2px 2px #b1b1b1; }
.custom_popup .success_wrap p {
  font-size: 21px;
  margin-top: 20px; }

.btn {
  padding: 12px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700; }
  .btn.btn_red {
    background-color: #c1272c;
    color: white;
    border: 2px solid #c1272c; }
    .btn.btn_red:hover {
      opacity: 0.8; }
  .btn.btn_transparent {
    background-color: transparent;
    color: white;
    border: 2px solid white; }
    .btn.btn_transparent:hover {
      background: white;
      color: #c1272c; }

.header_wrapper .navbar {
  background-color: white;
  padding: 8px;
  min-height: 90px;
  box-shadow: 0px 0px 2px #000000; }
  .header_wrapper .navbar .navbar-brand {
    padding: 0px; }
    .header_wrapper .navbar .navbar-brand img {
      height: 70px; }
  .header_wrapper .navbar .navbar-nav li a {
    font-size: 16px;
    padding: 0px 17px;
    color: #000; }
    .header_wrapper .navbar .navbar-nav li a.active, .header_wrapper .navbar .navbar-nav li a:hover {
      color: #c1272c; }
  .header_wrapper .navbar .navbar-nav li:last-child a {
    padding-right: 0px; }

.home_banner {
  background: url(../img/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px 190px; }
  .home_banner .entry_content {
    color: white;
    font-size: 24.5px;
    text-align: center; }
    .home_banner .entry_content .title {
      margin-bottom: 15px; }
    .home_banner .entry_content .entry_btn {
      margin-top: 30px; }
      .home_banner .entry_content .entry_btn .btn {
        margin: 0px 5px; }
  .home_banner .entry_btn {
    margin-top: 30px; }

.featured_wrapper {
  margin-top: -100px; }
  .featured_wrapper .container {
    max-width: 1030px; }
  .featured_wrapper .entry_content {
    background-color: #000;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 1px 5px #000; }
    .featured_wrapper .entry_content .item {
      color: #535453;
      font-size: 22px;
      padding: 15px;
      border-right: 1px solid #2a2a2a;
      width: 25%;
      text-align: center;
      line-height: 1.2em; }
      .featured_wrapper .entry_content .item:last-child {
        border: none; }
      .featured_wrapper .entry_content .item .entry_title {
        font-size: 59.77px;
        font-weight: 300;
        color: white;
        line-height: 70px; }
        .featured_wrapper .entry_content .item .entry_title img {
          margin-top: -16px;
          margin-left: -12px; }
  .featured_wrapper .note {
    font-size: 12px;
    text-align: center;
    margin-top: 10px; }

.online_course {
  padding-top: 30px;
  padding-bottom: 80px; }
  .online_course .entry_header {
    margin-bottom: 60px; }
  .online_course .entry_wrap .entry_single {
    background-color: white;
    padding: 0px 20px 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 1px 8px #ccc; }
    .online_course .entry_wrap .entry_single .entry_head {
      text-align: center; }
      .online_course .entry_wrap .entry_single .entry_head img {
        height: 65px;
        margin-top: -20px;
        margin-bottom: 10px; }
      .online_course .entry_wrap .entry_single .entry_head .entry_title {
        font-size: 20px;
        font-weight: 700; }
      .online_course .entry_wrap .entry_single .entry_head p {
        color: #9f9f9f;
        font-family: "Ubuntu Condensed", serif;
        font-size: 20px;
        text-transform: uppercase; }
    .online_course .entry_wrap .entry_single .content .price {
      font-size: 62.95px;
      font-weight: bold;
      line-height: 70px; }
      .online_course .entry_wrap .entry_single .content .price sup {
        font-size: 36px;
        font-weight: normal; }
    .online_course .entry_wrap .entry_single .content ul {
      list-style: none;
      padding-left: 0px; }
      .online_course .entry_wrap .entry_single .content ul li {
        font-family: "Ubuntu Condensed", serif;
        font-size: 20px;
        /*letter-spacing: -0.5px;*/
        padding: 10px 0px;
        border-bottom: 1px solid #d3d3d3; }
        .online_course .entry_wrap .entry_single .content ul li:last-child {
          border-bottom: none; }
    .online_course .entry_wrap .entry_single .btn_wrap {
      justify-content: space-between; }
      .online_course .entry_wrap .entry_single .btn_wrap a {
        font-size: 18px;
        border-radius: 4px;
        padding: 12px 15px;
        text-decoration: none;
        font-weight: bold; }
        .online_course .entry_wrap .entry_single .btn_wrap a.btn_red {
          background-color: #c1272c;
          color: white;
          border-radius: 4px;
          border: 2px solid #c1272c; }
          .online_course .entry_wrap .entry_single .btn_wrap a.btn_red:hover {
            opacity: 0.8; }
        .online_course .entry_wrap .entry_single .btn_wrap a.btn_secondary {
          border: 2px solid #000;
          color: #000;
          padding: 12px 25px; }
          .online_course .entry_wrap .entry_single .btn_wrap a.btn_secondary:hover {
            background: #000;
            color: #fff; }

.cpr_wrapper {
  background: url(../img/cpr.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0px 100px; }
  .cpr_wrapper .col-md-6 {
    align-items: center;
    display: inline-flex; }
  .cpr_wrapper .entry_content {
    max-width: 520px; }
    .cpr_wrapper .entry_content .entry_title {
      font-size: 49.87px;
      font-weight: bold;
      color: white;
      line-height: 54px;
      margin-bottom: 20px; }
      .cpr_wrapper .entry_content .entry_title span {
        text-decoration: underline; }
    .cpr_wrapper .entry_content p {
      color: #a19896; }
    .cpr_wrapper .entry_content .btn_red {
      display: inline-block;
      font-size: 18px;
      border-radius: 4px;
      padding: 12px 15px;
      text-decoration: none;
      font-weight: bold;
      background-color: #c1272c;
      color: white;
      border-radius: 4px;
      border: 2px solid #c1272c; }
      .cpr_wrapper .entry_content .btn_red:hover {
        opacity: 0.8; }
  .cpr_wrapper .entry_right {
    padding-left: 40px; }
    .cpr_wrapper .entry_right .entry_single {
      background-color: white;
      border-radius: 12px;
      font-size: 16px;
      position: relative;
      display: flex;
      padding: 25px 40px 25px 65px;
      align-items: center;
      margin: 20px 0px;
      justify-content: space-between;
      max-width: 530px; }
      .cpr_wrapper .entry_right .entry_single .number {
        background-color: #c1272c;
        border-radius: 8px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 54px;
        position: absolute;
        top: 50%;
        left: -27px;
        margin-top: -27px;
        height: 54px;
        font-size: 32px;
        color: white;
        font-weight: bold; }
      .cpr_wrapper .entry_right .entry_single img {
        width: 75px;
        margin-right: 30px; }
      .cpr_wrapper .entry_right .entry_single p {
        margin: 0px; }

.advantage_wrapper {
  background-color: #272727;
  padding: 70px 0px; }
  .advantage_wrapper .entry_head {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px; }
    .advantage_wrapper .entry_head .entry_title {
      color: white;
      font-size: 45px; }
    .advantage_wrapper .entry_head p {
      color: #545454; }
  .advantage_wrapper .grid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%; }
    .advantage_wrapper .grid .single_item {
      text-align: center;
      border-left: 1px solid #676767;
      padding: 25px 5px; }
      .advantage_wrapper .grid .single_item:nth-child(4n) {
        border-right: 1px solid #676767; }
      .advantage_wrapper .grid .single_item.border-t-1 {
        border-top: 1px solid #676767; }
      .advantage_wrapper .grid .single_item img {
        height: 70px;
        margin-bottom: 15px; }
      .advantage_wrapper .grid .single_item .title {
        font-family: "Ubuntu Condensed", serif;
        font-size: 18px;
        color: white; }
      .advantage_wrapper .grid .single_item p {
        color: #545454;
        font-size: 14px; }

.certification_wrapper {
  background-color: #3a3a3a;
  padding: 70px 0px; }
  .certification_wrapper .entry_head {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px; }
    .certification_wrapper .entry_head .entry_title {
      color: white;
      font-size: 45px; }
    .certification_wrapper .entry_head p {
      color: white; }
    .certification_wrapper .entry_head.text_left {
      text-align: left; }
  .certification_wrapper .entry_content {
    margin-top: 50px; }
    .certification_wrapper .entry_content .visible_tablet {
      color: white;
      text-align: center; }
    .certification_wrapper .entry_content .table thead th {
      color: #c1272c;
      font-size: 16px;
      background-color: transparent;
      text-align: center;
      border: none; }
    .certification_wrapper .entry_content .table tbody tr th {
      background-color: transparent;
      font-size: 15px;
      color: white;
      border: none;
      width: 300px;
      vertical-align: middle; }
      .certification_wrapper .entry_content .table tbody tr th span {
        font-family: "Ubuntu Condensed", serif;
        display: block; }
    .certification_wrapper .entry_content .table tbody tr td {
      background-color: white;
      text-align: center;
      border: 1px solid #ccc;
      width: 112px;
      height: 85px;
      vertical-align: middle; }
      .certification_wrapper .entry_content .table tbody tr td span {
        font-family: "Ubuntu Condensed", serif;
        color: #c1272c;
        font-size: 14px; }
      .certification_wrapper .entry_content .table tbody tr td img {
        max-width: 100%;
        height: 40px; }
      .certification_wrapper .entry_content .table tbody tr td:last-child {
        background: transparent;
        border: none;
        color: white; }
  .certification_wrapper .bottom_row {
    margin-top: 50px;
    padding-left: 50px; }
    .certification_wrapper .bottom_row .entry_wrap {
      display: flex;
      color: white;
      align-items: center; }
      .certification_wrapper .bottom_row .entry_wrap .single_entry {
        font-size: 24px;
        font-weight: bold;
        display: flex;
        line-height: 1.2em;
        color: white;
        align-items: center; }
        .certification_wrapper .bottom_row .entry_wrap .single_entry img {
          width: 72px;
          margin-right: 15px; }
        .certification_wrapper .bottom_row .entry_wrap .single_entry a {
          color: white;
          text-decoration: none; }
          .certification_wrapper .bottom_row .entry_wrap .single_entry a:hover {
            text-decoration: underline; }
      .certification_wrapper .bottom_row .entry_wrap .btn_gray {
        width: 200px;
        font-size: 18px;
        border-radius: 4px;
        display: inline-block;
        padding: 12px 15px;
        text-decoration: none;
        text-align: center;
        background-color: #dcdcdc;
        color: #000;
        border-radius: 4px;
        border: 2px solid #dcdcdc;
        margin-left: 80px; }
        .certification_wrapper .bottom_row .entry_wrap .btn_gray:hover {
          opacity: 0.8; }

.info_wrapper {
  padding: 70px 0px; }
  .info_wrapper .col-md-4 {
    padding: 0px; }
  .info_wrapper .entry_single {
    text-align: center;
    position: relative;
    padding: 0px 30px; }
    .info_wrapper .entry_single:not(.no-border):after {
      background: url(../img/divider.png) no-repeat;
      content: '';
      position: absolute;
      right: -10px;
      height: 100%;
      background-size: contain;
      top: 0px;
      width: 20px; }
    .info_wrapper .entry_single img {
      max-height: 70px; }
    .info_wrapper .entry_single .title {
      font-family: "Ubuntu Condensed", serif;
      font-size: 40px;
      margin-top: 10px; }
    .info_wrapper .entry_single .btn_red {
      display: block;
      font-size: 18px;
      border-radius: 4px;
      padding: 12px 15px;
      text-decoration: none;
      font-weight: bold;
      background-color: #c1272c;
      color: white;
      border-radius: 4px;
      border: 2px solid #c1272c;
      max-width: 250px;
      margin: 25px auto 0px; }
      .info_wrapper .entry_single .btn_red:hover {
        opacity: 0.8; }

.safety_wrapper {
  background-color: #333333;
  padding: 50px 0px 0px; }
  .safety_wrapper .content .title {
    font-size: 40px;
    color: white; }
  .safety_wrapper .content p {
    color: #9b9b9b;
    font-size: 18px;
    line-height: 28px; }
  .safety_wrapper .entry_img {
    display: flex; }
    .safety_wrapper .entry_img .img_1 {
      height: 215px; }
    .safety_wrapper .entry_img .img_2 {
      margin-top: -150px;
      max-width: 280px; }
  .safety_wrapper .btn_red {
    display: block;
    font-size: 18px;
    border-radius: 4px;
    padding: 12px 15px;
    text-decoration: none;
    font-weight: bold;
    background-color: #c1272c;
    color: white;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #c1272c;
    max-width: 350px;
    margin: 0px auto 0px; }
    .safety_wrapper .btn_red:hover {
      opacity: 0.8; }
  .safety_wrapper.call_action {
    padding-bottom: 50px; }

.img_wrapper {
  padding: 50px 0px 120px; }
  .img_wrapper .entry_single {
    background-color: white;
    box-shadow: 0px 1px 8px #ccc;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    align-items: center; }
    .img_wrapper .entry_single .entry_content {
      width: 60%;
      padding: 30px; }
    .img_wrapper .entry_single .title {
      font-size: 32px; }
    .img_wrapper .entry_single .text_wrap {
      text-align: center;
      margin-top: 20px;
      font-weight: bold; }
    .img_wrapper .entry_single .entry_img {
      width: 40%;
      position: relative; }
      .img_wrapper .entry_single .entry_img img {
        width: 100%;
        height: 100%;
        min-height: 380px;
        object-fit: cover;
        object-position: center; }
      .img_wrapper .entry_single .entry_img:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 380px solid white;
        border-right: 135px solid transparent; }
    .img_wrapper .entry_single.row_reverse {
      flex-direction: row-reverse; }
      .img_wrapper .entry_single.row_reverse .entry_img:before {
        border-top: 0px solid white;
        border-bottom: 380px solid white;
        border-left: 135px solid transparent;
        right: 0px;
        border-right: 0px solid transparent;
        transform: rotate(-360deg); }

.page_banner {
  padding: 60px 15px 100px;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page_banner .container {
    position: relative; }
  .page_banner .entry_content {
    max-width: 880px; }
  .page_banner p {
    color: #a1a1a1;
    font-size: 18px;
    line-height: 1.3em;
    /*opacity: 0.8;*/ }
  .page_banner .description {
    font-size: 20px;
    margin-bottom: 5px;
    color: #a1a1a1;
    font-weight: normal; }
  .page_banner .entry_table .title {
    font-size: 24px; }
    .page_banner .entry_table .title span {
      color: #c1272c; }
  .page_banner .entry_table table {
    width: 100%;
    margin-top: 30px; }
    .page_banner .entry_table table thead th {
      background-color: #e4e4e4;
      font-size: 14px;
      color: #494949;
      font-weight: bold;
      text-align: center;
      border: 1px solid #cecece;
      height: 50px; }
    .page_banner .entry_table table tbody tr td {
      color: #494949;
      text-align: center;
      border: 1px solid #cecece;
      height: 50px;
      font-size: 20px;
      background: white; }
  .page_banner .online_course {
    padding: 0px; }
    .page_banner .online_course .entry_single {
      right: 0px;
      box-shadow: 0px 2px 3px #000;
      max-width: 380px;
      background: url(../img/courses/course_overlay.png); }
      @media (min-width: 980px) {
        .page_banner .online_course .entry_single {
          min-width: 360px; } }
  .page_banner.inner_course {
    padding: 60px 15px 60px;
    min-height: 400px; }
    .page_banner.inner_course .title {
      font-size: 50px; }
    .page_banner.inner_course .entry_single {
      margin-bottom: -100px;
      float: right;
      width: 100%;
      max-width: 370px; }
      @media (min-width: 980px) {
        .page_banner.inner_course .entry_single {
          position: absolute;
          bottom: 15px; } }
      .page_banner.inner_course .entry_single .btn_wrap a.btn_red {
        width: 100%; }
      .page_banner.inner_course .entry_single .content ul li {
        border-color: #252222; }

.faq_wrapper {
  padding-bottom: 100px; }
  .faq_wrapper .entry_content {
    background-color: white;
    padding: 80px 70px;
    border-radius: 8px;
    margin-top: -60px;
    box-shadow: 0px 1px 5px #62626270;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; }
    .faq_wrapper .entry_content .entry_single {
      margin-bottom: 30px; }
    .faq_wrapper .entry_content .title {
      font-size: 20px; }
      .faq_wrapper .entry_content .title.text-center {
        font-size: 19px; }
  .faq_wrapper .entry_title {
    text-align: center;
    margin-bottom: 70px;
    font-size: 32px;
    color: #c1272c; }

.about_wrapper .entry_content {
  padding-right: 50px; }
  .about_wrapper .entry_content .title {
    font-size: 32px; }
  .about_wrapper .entry_content p {
    font-size: 20px;
    line-height: 1.2em; }
.about_wrapper .entry_img img {
  max-width: 100%; }

.about_featured {
  margin-top: -40px; }
  .about_featured .inner_content {
    background-color: #000;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 1px 10px #000;
    position: relative;
    color: white; }
    .about_featured .inner_content .entry_head {
      margin-bottom: 30px;
      padding: 0px 20px; }
    .about_featured .inner_content .title {
      font-size: 29.88px; }
    .about_featured .inner_content p {
      font-size: 22px;
      font-weight: 300;
      color: #b5b5b5; }
    .about_featured .inner_content .entry_content .item {
      color: #787878;
      font-size: 16px;
      text-align: left;
      padding: 0px 20px;
      position: relative; }
      .about_featured .inner_content .entry_content .item:after {
        background: #c1272c;
        height: 20px;
        left: 5px;
        top: 4px;
        width: 2px;
        content: '';
        position: absolute; }
    .about_featured .inner_content .entry_ribbon {
      background: #c1272b;
      padding: 5px 20px;
      font-weight: 300;
      max-width: 650px;
      display: flex;
      align-items: center;
      position: absolute;
      right: -20px;
      top: 35px; }
      .about_featured .inner_content .entry_ribbon img {
        height: 30px;
        margin-left: 5px; }
      .about_featured .inner_content .entry_ribbon:after {
        content: '';
        position: absolute;
        bottom: -16px;
        right: 0px;
        width: 0;
        height: 0;
        border-top: 16px solid #8c0d11;
        border-right: 20px solid transparent; }
  .about_featured.group_featured .inner_content {
    padding-bottom: 80px; }
    .about_featured.group_featured .inner_content .item {
      text-align: center !important;
      max-width: 335px;
      margin: 0 auto; }
      .about_featured.group_featured .inner_content .item img {
        max-height: 80px; }
      .about_featured.group_featured .inner_content .item .entry_title {
        font-size: 24px;
        color: white;
        margin-top: 10px;
        font-family: "Ubuntu Condensed", serif; }
      .about_featured.group_featured .inner_content .item:after {
        content: none !important; }

.content_box {
  margin: 30px 0px; }
  .content_box .title {
    font-size: 32px; }

.footer_wrapper {
  background-color: #252525;
  padding: 30px 0px; }
  .footer_wrapper img {
    height: 180px; }
  .footer_wrapper .entry_widget .title {
    color: #c1272c;
    font-size: 24px;
    border-bottom: 1px solid #676767;
    font-family: "Ubuntu Condensed", serif;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  .footer_wrapper .entry_widget .entry_list {
    padding-left: 0px; }
    .footer_wrapper .entry_widget .entry_list li {
      list-style: none;
      margin-bottom: 7px; }
      .footer_wrapper .entry_widget .entry_list li a {
        color: white;
        text-decoration: none;
        font-size: 16px; }
  .footer_wrapper .entry_widget .content p {
    color: #959595;
    line-height: 1.6em; }
    .footer_wrapper .entry_widget .content p a {
      color: white;
      text-decoration: none; }
    .footer_wrapper .entry_widget .content p.copyright {
      color: #676767; }

@media (min-width: 768px) {
  .contact_wrapper .col-md-5 {
    width: 38%; }
  .contact_wrapper .col-md-7 {
    width: 62%; } }
.contact_wrapper .entry_img {
  height: 100%; }
  .contact_wrapper .entry_img img {
    max-width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }
.contact_wrapper .form_wrapper {
  padding: 60px 15px 100px; }
  @media (min-width: 768px) {
    .contact_wrapper .form_wrapper {
      padding-left: 50px; } }
  .contact_wrapper .form_wrapper .inner_container {
    max-width: 690px; }
  .contact_wrapper .form_wrapper .entry_head {
    margin-bottom: 30px; }
    .contact_wrapper .form_wrapper .entry_head .title {
      font-size: 45px;
      color: #000;
      margin-bottom: 30px; }
    .contact_wrapper .form_wrapper .entry_head p {
      color: #555555; }
  .contact_wrapper .form_wrapper form .row {
    margin-bottom: 12px; }
  .contact_wrapper .form_wrapper label {
    font-size: 16px;
    color: #000; }
    .contact_wrapper .form_wrapper label span {
      color: #c1272c; }
  .contact_wrapper .form_wrapper input[type="text"], .contact_wrapper .form_wrapper input[type="email"], .contact_wrapper .form_wrapper input[type="password"], .contact_wrapper .form_wrapper textarea, .contact_wrapper .form_wrapper select {
    background-color: white;
    border: 1px solid #dbdbdb;
    border-radius: 25px;
    min-height: 48px;
    color: #8d8d8d;
    font-size: 16px; }
  .contact_wrapper .form_wrapper .select_wrap {
    position: relative; }
    .contact_wrapper .form_wrapper .select_wrap select {
      padding-left: 20px; }
    .contact_wrapper .form_wrapper .select_wrap:after {
      background: url(../img/arrow_down.png) no-repeat;
      content: '';
      position: absolute;
      right: 20px;
      height: 20px;
      background-size: contain;
      top: 50%;
      margin-top: -5px;
      width: 20px; }
  .contact_wrapper .form_wrapper .divider {
    background-color: #dbdbdb;
    width: 100%;
    height: 1px;
    margin: 40px auto; }
  .contact_wrapper .form_wrapper textarea {
    min-height: 190px;
    border-radius: 20px; }
  .contact_wrapper .form_wrapper .captcha-img {
    height: 75px;
    width: auto; }
  .contact_wrapper .form_wrapper .check_btn {
    color: #c1272c;
    font-size: 16px;
    border: none;
    display: flex;
    align-items: center;
    background: transparent;
    margin-top: 25px; }
    .contact_wrapper .form_wrapper .check_btn img {
      height: 20px;
      margin-left: 10px; }
  .contact_wrapper .form_wrapper .btn, .contact_wrapper .form_wrapper .btn_gray {
    font-size: 18px;
    border-radius: 4px;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: bold;
    background-color: #c1272c;
    color: white;
    border-radius: 3px;
    border: 2px solid #c1272c;
    /*max-width: 250px;*/
    display: inline-flex;
    float: right;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 48px; }
    .contact_wrapper .form_wrapper .btn:hover, .contact_wrapper .form_wrapper .btn_gray:hover {
      opacity: 0.8; }
    .contact_wrapper .form_wrapper .btn img, .contact_wrapper .form_wrapper .btn_gray img {
      height: 13px;
      margin-left: 10px; }
    .contact_wrapper .form_wrapper .btn.full-width, .contact_wrapper .form_wrapper .btn_gray.full-width {
      width: 100%; }
  .contact_wrapper .form_wrapper .btn_gray {
    background-color: #545554;
    border-color: #545554;
    float: left;
    margin-top: 26px;
    height: 45px; }
.contact_wrapper.login_form .form_wrapper {
  max-width: 340px;
  margin: 0 auto;
  padding: 0px; }
  .contact_wrapper.login_form .form_wrapper .forget_link {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    display: block;
    color: #000;
    text-decoration: none;
    margin-top: 10px; }
  .contact_wrapper.login_form .form_wrapper .d-flex {
    flex-direction: column;
    margin-top: 30px; }

.content_wrapper {
  padding: 80px 0px; }
  .content_wrapper .title {
    font-size: 45px; }
  .content_wrapper p {
    font-size: 16px; }
  .content_wrapper .img_content {
    margin-top: 50px; }
    .content_wrapper .img_content .entry_img img {
      box-shadow: 1px 2px 12px #555555;
      border-radius: 8px; }
  .content_wrapper .entry_boxes {
    margin-top: 50px; }
    .content_wrapper .entry_boxes .title {
      font-weight: bold;
      font-size: 28px; }
    .content_wrapper .entry_boxes p {
      font-size: 16px; }
    .content_wrapper .entry_boxes .entry_single {
      position: relative;
      padding-left: 20px; }
      .content_wrapper .entry_boxes .entry_single:before {
        position: absolute;
        width: 3px;
        background-color: #c1272c;
        height: 30px;
        top: 5px;
        left: 0px;
        content: ''; }
      @media (max-width: 767px) {
        .content_wrapper .entry_boxes .entry_single {
          margin-bottom: 30px; } }

.img_content img {
  max-width: 100%; }

.redbox_wrapper .inner_wrap {
  background-color: #c1272c;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 2px 10px #434343;
  margin-bottom: 50px; }
  .redbox_wrapper .inner_wrap .entry_head .title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin: 0px; }
  .redbox_wrapper .inner_wrap .list_wrap {
    display: grid;
    grid-auto-flow: column; }
    .redbox_wrapper .inner_wrap .list_wrap .icon_list {
      margin-bottom: 0px; }
      .redbox_wrapper .inner_wrap .list_wrap .icon_list li {
        color: #000;
        font-family: "Ubuntu Condensed", serif;
        font-size: 24px; }
        @media (min-width: 768px) {
          .redbox_wrapper .inner_wrap .list_wrap .icon_list li:last-child {
            margin-bottom: 0px; } }

.policy_wrapper .entry_content {
  background-color: white;
  padding: 60px;
  border-radius: 8px;
  box-shadow: 0px 1px 5px #62626270;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 15.8px;
  margin: 50px 0px; }
  .policy_wrapper .entry_content h4 {
    font-size: 15.8px;
    font-weight: bold;
    margin-top: 30px; }
  .policy_wrapper .entry_content .title {
    font-size: 24px; }

@media (min-width: 992px) {
  .visible_tablet {
    display: none; } }
@media (max-width: 991px) {
  .navbar-collapse {
    padding: 30px 0px; }

  .header_wrapper .navbar .navbar-nav li a {
    padding: 8px 0px; }

  .certification_wrapper .entry_content {
    overflow-x: auto; } }
@media (max-width: 767px) {
  .table thead {
    display: none; }
  .table tbody tr th {
    font-size: 18px; }
  .table tbody tr td, .table tbody tr th {
    display: block;
    width: 100% !important;
    text-align: center;
    height: auto !important; }
    .table tbody tr td img, .table tbody tr th img {
      height: 36px; }
  .table tbody tr td:before {
    display: block;
    color: #c1272c;
    margin-bottom: 10px;
    font-size: 18px; }
  .table tbody tr td:nth-child(2):before {
    content: 'Adult CPR'; }
  .table tbody tr td:nth-child(3):before {
    content: 'Child CPR'; }
  .table tbody tr td:nth-child(4):before {
    content: 'Infant CPR'; }
  .table tbody tr td:nth-child(5):before {
    content: 'AED'; }
  .table tbody tr td:nth-child(6):before {
    content: 'First CPR'; }
  .table tbody tr td:nth-child(7):before {
    content: 'Bloodborne Pathogens'; }
  .table tbody tr td:nth-child(8):before {
    content: 'Emergency Oxygen'; }
  .table tbody tr td:last-child {
    font-size: 21px;
    margin-bottom: 20px; } }
@media (max-width: 680px) {
  .home_banner .entry_content {
    font-size: 20.5px; }
    .home_banner .entry_content .title {
      font-size: 42px; }
    .home_banner .entry_content .entry_btn .btn {
      width: 100%;
      margin: 5px 0px; }

  .featured_wrapper .entry_content {
    flex-direction: column; }
    .featured_wrapper .entry_content .item {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #2a2a2a; }
      .featured_wrapper .entry_content .item .entry_title {
        font-size: 42px; }
      .featured_wrapper .entry_content .item:last-child {
        border: none; }

  .online_course .entry_wrap .entry_single {
    margin-bottom: 40px; }
    .online_course .entry_wrap .entry_single .btn_wrap {
      flex-direction: column; }
      .online_course .entry_wrap .entry_single .btn_wrap .btn_red {
        margin-bottom: 10px; }

  .cpr_wrapper .entry_content .entry_title {
    font-size: 36px;
    line-height: 42px; }

  .cpr_wrapper .entry_right {
    padding-left: 0px;
    padding-top: 50px; }
    .cpr_wrapper .entry_right .entry_single {
      padding: 50px 25px 25px;
      margin-bottom: 50px; }
      .cpr_wrapper .entry_right .entry_single .number {
        top: 0px;
        left: 50%;
        margin-left: -27px; }

  .safety_wrapper .content .title {
    font-size: 36px; }

  .safety_wrapper .entry_img {
    display: block;
    text-align: center; }
    .safety_wrapper .entry_img .img_2 {
      margin-top: 20px; }

  .footer_wrapper .logo {
    text-align: center;
    padding-bottom: 50px; }

  .img_wrapper .entry_single {
    flex-direction: column !important; }
    .img_wrapper .entry_single .entry_content {
      width: 100%; }
    .img_wrapper .entry_single .entry_img {
      width: 100%; }
      .img_wrapper .entry_single .entry_img:before {
        content: none; }
      .img_wrapper .entry_single .entry_img img {
        min-height: 250px; }

  .online_course .entry_wrap .entry_single .content .price {
    font-size: 45px; }
    .online_course .entry_wrap .entry_single .content .price sup {
      font-size: 24px; }

  .advantage_wrapper .grid {
    grid-template-columns: 50% 50%; }
    .advantage_wrapper .grid .single_item:nth-child(1), .advantage_wrapper .grid .single_item:nth-child(2) {
      border-bottom: 1px solid #676767; }
    .advantage_wrapper .grid .single_item:nth-child(even) {
      border-right: 1px solid #676767; }

  .info_wrapper .entry_single {
    margin-bottom: 50px; }

  section .container > .entry_head h3.entry_title {
    font-size: 32px !important; }

  .certification_wrapper .bottom_row {
    padding-left: 0px; }
    .certification_wrapper .bottom_row .entry_wrap {
      flex-direction: column; }
      .certification_wrapper .bottom_row .entry_wrap .btn_gray {
        margin-left: 0px;
        margin-top: 20px; }

  .certification_wrapper .entry_content .table tbody tr td span {
    display: block; }

  h1 {
    font-size: 45px; }

  h2 {
    font-size: 36px; }

  body, html {
    overflow-x: hidden; }

  .faq_wrapper .entry_content {
    padding: 50px 30px; }

  .about_featured {
    margin-bottom: 30px;
    padding: 0px 10px; }
    .about_featured .entry_content {
      flex-direction: column; }
      .about_featured .entry_content .item {
        margin-bottom: 20px; }
    .about_featured .inner_content {
      padding-top: 110px; }

  .contact_wrapper .entry_img img {
    height: 240px;
    width: 100%; }
  .contact_wrapper form .btn {
    float: left !important;
    margin-top: 20px; }
  .contact_wrapper form .col-md-6 {
    margin: 10px 0px; }
  .contact_wrapper.login_form .row {
    flex-direction: column-reverse;
    padding: 50px 0px; }
    .contact_wrapper.login_form .row .entry_img img {
      height: 100%;
      width: 100%;
      margin-top: 30px; }

  .contact_wrapper .entry_img.signup_wrap img {
    object-position: center -50px; }

  .content_wrapper .img_content {
    margin-bottom: 15px; }
    .content_wrapper .img_content img {
      margin-bottom: 15px; }

  ul.icon_list li {
    font-size: 20px; }

  .page_banner.inner_course .title {
    font-size: 40px; }

  .page_banner.inner_course .entry_single {
    margin: 30px 0px 0px !important; }

  .redbox_wrapper .inner_wrap .list_wrap {
    margin-top: 20px;
    display: block; }

  .policy_wrapper .entry_content {
    padding: 30px;
    margin: 30px 0px; }

  .content_wrapper .title {
    font-size: 32px; } }

/*# sourceMappingURL=main.css.map */
