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

.container {
  max-width: 1270px; }

a:hover {
  color: #c2272d; }

strong {
  font-weight: bold; }

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

h1 {
  font-size: 56px;
  line-height: 1.1em; }

h2 {
  font-size: 45px; }

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

.bg_purple {
  background-color: #864299 !important; }

.font_purple {
  color: #864299 !important; }

.bg_blue {
  background-color: #355c82 !important; }

.font_blue {
  color: #355c82 !important; }

.bg_green {
  background-color: #1daa79 !important; }

.text_white {
  color: white !important; }

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

.number_list li {
  position: relative;
  padding-left: 45px; }
  .number_list li .number {
    position: absolute;
    left: 0px;
    background-color: #5f5f5f;
    color: white;
    font-size: 17px;
    color: white;
    width: 28px;
    display: inline-flex;
    height: 28px;
    font-weight: 700;
    align-items: center;
    text-align: center;
    justify-content: center; }
  .number_list li .title {
    font-size: 21px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px !important; }
  .number_list li p {
    color: #969696; }

.img_content {
  padding-top: 50px; }
  .img_content.bg_blue {
    background-color: #00adef !important; }
  .img_content.bg_gray {
    background-color: #7d7d7d; }
  .img_content img {
    max-width: 260px;
    margin-right: 30px; }
  .img_content .title {
    position: relative;
    font-size: 50px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 40px; }
  .img_content p {
    color: #707070; }
  .img_content.style-2 .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 15px; }
    .img_content.style-2 .title:before {
      content: '';
      position: absolute;
      height: 24px;
      width: 3px;
      background-color: #c2272d;
      left: -20px;
      top: 3px; }
    .img_content.style-2 .title.no-style:before {
      content: none; }
  .img_content.style-2 img {
    margin-bottom: -130px; }
  .img_content.style-2 p {
    text-align: justify; }
  .img_content.style-2 .fluid-row .title:before {
    height: 18px; }
  .img_content.course_style {
    padding: 50px 0px; }
    .img_content.course_style .entry_img img {
      max-width: 185px; }
  .img_content .content_list {
    margin-top: 30px; }
    .img_content .content_list .title {
      font-size: 32px !important;
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px; }
    .img_content .content_list .icon_list li {
      color: #000;
      font-style: normal; }
  .img_content .featured_box {
    max-width: 1100px;
    margin: 50px auto; }
    .img_content .featured_box .entry_left .title {
      font-size: 32px !important; }
    .img_content .featured_box .entry_left .description {
      color: white;
      font-weight: 700; }

.featured_box {
  background-color: #000;
  border-radius: 12px;
  box-shadow: 0px 1px 5px #000;
  padding: 30px 30px;
  max-width: 1255px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 992px) {
    .featured_box {
      margin-bottom: -130px; } }
  .featured_box .entry_left {
    padding-left: 30px; }
    .featured_box .entry_left img {
      max-width: 90px;
      position: absolute;
      left: -50px;
      top: -20px; }
    .featured_box .entry_left .title {
      font-size: 36px;
      font-weight: bold;
      color: white;
      line-height: 1em; }
    .featured_box .entry_left p {
      color: #b4b4b4;
      font-size: 14px;
      font-style: italic;
      margin-bottom: 0px; }
  .featured_box .icon_list {
    margin-bottom: 0px; }
    .featured_box .icon_list li {
      color: white;
      font-style: normal;
      font-size: 16px; }
      .featured_box .icon_list li:last-child {
        margin-bottom: 0px; }
  .featured_box.style-2 {
    text-align: left;
    padding: 40px; }
    .featured_box.style-2 .entry_left {
      padding-left: 0px; }
      .featured_box.style-2 .entry_left p {
        font-style: normal;
        color: #747474; }
    .featured_box.style-2 .btn_wrap {
      text-align: center; }
      .featured_box.style-2 .btn_wrap .btn {
        font-size: 13px;
        text-transform: none;
        padding: 5px 20px;
        letter-spacing: 0px;
        margin: 20px auto 0px;
        display: inline-block;
        margin-top: 30px; }
    .featured_box.style-2 .icon_list li {
      font-size: 13px;
      margin-bottom: 5px;
      padding-left: 0px; }
      .featured_box.style-2 .icon_list li span {
        color: #c2272d; }

.text_wrapper {
  background-color: #cacaca;
  padding: 80px 0px; }
  .text_wrapper .container {
    max-width: 800px; }
  .text_wrapper .title {
    font-weight: 300; }
  .text_wrapper p {
    color: #707070;
    font-size: 18px;
    font-style: italic;
    line-height: 1.4em; }
  @media (min-width: 1024px) {
    .text_wrapper {
      padding-top: 200px; } }

.call_action {
  padding: 40px 0px;
  background-color: #c2272d; }
  .call_action .content {
    display: flex;
    align-items: center; }
    .call_action .content img {
      width: 65px;
      margin-right: 15px; }
    .call_action .content .title {
      font-weight: 300;
      font-size: 40px;
      color: white;
      margin: 0px; }

.action_box {
  background-color: #000;
  padding: 45px 30px;
  border-radius: 8px;
  box-shadow: 0px 3px 4px #000;
  max-width: 900px;
  margin: 30px auto; }
  .action_box .title {
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px; }

.icon_list {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px; }
  .icon_list li {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 32px;
    color: white;
    font-style: italic;
    font-weight: 500; }
    .icon_list li img {
      height: 21px;
      position: absolute;
      left: 0px;
      margin-right: 5px; }

.list {
  padding-left: 0px; }
  .list li {
    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: #c2272d; }
  .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: #c2272d; }
  .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 {
  font-weight: 700;
  border-radius: 3px;
  text-transform: uppercase;
  min-width: 200px;
  padding: 6px;
  letter-spacing: 2px;
  margin: 0 auto;
  font-size: 16px; }
  .btn:hover {
    opacity: 0.8; }
  .btn.btn_purple {
    background-color: #864299;
    color: white;
    border: 2px solid #864299; }
  .btn.btn_green {
    background-color: #1daa79;
    color: white;
    border: 2px solid #1daa79; }
  .btn.btn_blue {
    background-color: #355c82;
    color: white;
    border: 2px solid #355c82; }
    .btn.btn_blue:hover {
      opacity: 0.8; }
  .btn.btn_red {
    background-color: #c2272d;
    color: white;
    border: 2px solid #c2272d; }
    .btn.btn_red:hover {
      opacity: 0.8; }
  .btn.btn_white {
    background-color: white;
    color: #000;
    border: 2px solid white; }
    .btn.btn_white:hover {
      opacity: 0.8; }
  .btn.btn_transparent {
    background-color: transparent;
    color: white;
    border: 2px solid white; }
    .btn.btn_transparent:hover {
      background: white;
      color: #c2272d; }

section .entry_header .entry_title {
  font-size: 50px;
  font-weight: 300;
  line-height: 54px;
  margin-bottom: 10px; }
section .entry_header > p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  font-style: italic; }

.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: 60px; }
  .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: #c2272d; }
  .header_wrapper .navbar .navbar-nav li:last-child a {
    padding-right: 0px; }

.home_banner {
  background: url(../images/home_banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0px 100px; }
  .home_banner .entry_content {
    color: white;
    font-size: 24.5px;
    text-align: left; }
    .home_banner .entry_content .title {
      margin-bottom: 15px;
      font-weight: normal;
      font-size: 50px; }
      .home_banner .entry_content .title strong {
        display: block; }
    .home_banner .entry_content p {
      font-size: 26px;
      font-style: italic;
      opacity: 0.8;
      line-height: 1.3em;
      text-align: left; }
  .home_banner .entry_list {
    list-style: none;
    padding-left: 0px; }
    .home_banner .entry_list li {
      color: white;
      font-family: "Oswald", serif;
      font-size: 24px;
      margin-bottom: 15px;
      padding-left: 70px;
      height: 60px;
      position: relative;
      display: flex;
      align-items: center; }
      .home_banner .entry_list li img {
        height: 52px;
        margin-right: 10px;
        position: absolute;
        left: 0px;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }

.featured_wrapper {
  margin-top: -100px; }
  .featured_wrapper .container {
    max-width: 1030px; }
  .featured_wrapper .inner_wrap {
    background-color: #c2272d;
    border-radius: 12px;
    box-shadow: 0px 1px 5px #000;
    padding: 15px 30px; }
    .featured_wrapper .inner_wrap + .note {
      font-size: 14px;
      text-align: center;
      margin-top: 10px;
      font-style: italic; }
  .featured_wrapper .entry_content {
    max-width: 575px; }
    .featured_wrapper .entry_content .title {
      color: white;
      font-size: 38px;
      font-weight: normal; }
    .featured_wrapper .entry_content p {
      font-size: 20px;
      font-style: italic; }
  .featured_wrapper .entry_review {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px; }
    .featured_wrapper .entry_review .number {
      font-size: 52px;
      color: white; }
    .featured_wrapper .entry_review img {
      height: 48px;
      margin-top: 15px; }
    .featured_wrapper .entry_review .note {
      font-size: 13px;
      font-style: italic;
      display: block;
      color: #000; }

.online_course {
  padding-top: 30px;
  padding-bottom: 80px; }
  .online_course .container {
    max-width: 1210px; }
  .online_course .entry_header {
    margin-bottom: 30px; }
    .online_course .entry_header .title {
      text-align: center;
      font-weight: 300; }
  .online_course .entry_wrap {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin: 0px -5px; }
    .online_course .entry_wrap .col {
      padding: 0px 5px; }
    .online_course .entry_wrap .entry_single {
      background-color: white;
      padding: 0px;
      text-align: center;
      box-shadow: 0px 5px 8px #ccc; }
      .online_course .entry_wrap .entry_single .entry_head {
        text-align: center;
        background-color: #7d7d7d;
        padding: 30px 2px;
        color: white;
        position: relative; }
        .online_course .entry_wrap .entry_single .entry_head img {
          height: 52px;
          margin-bottom: 30px; }
        .online_course .entry_wrap .entry_single .entry_head .entry_title {
          font-size: 23px;
          font-family: "Oswald", serif;
          margin-bottom: 5px;
          font-weight: 400; }
        .online_course .entry_wrap .entry_single .entry_head p {
          font-family: "Oswald", serif;
          color: #cccccc;
          font-size: 16px;
          text-transform: uppercase; }
        .online_course .entry_wrap .entry_single .entry_head .price {
          font-size: 90px;
          font-weight: 300;
          line-height: 90px;
          letter-spacing: -5px; }
          .online_course .entry_wrap .entry_single .entry_head .price sup {
            font-size: 38px;
            font-weight: normal;
            font-weight: 300;
            top: -1em;
            letter-spacing: -2px; }
        .online_course .entry_wrap .entry_single .entry_head:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 30px solid transparent;
          border-right: 30px solid transparent;
          border-top: 15px solid #7d7d7d;
          position: absolute;
          bottom: -15px;
          left: 50%;
          margin-left: -30px; }
      .online_course .entry_wrap .entry_single .content {
        padding: 35px 10px 20px; }
        .online_course .entry_wrap .entry_single .content ul {
          list-style: none;
          padding-left: 0px;
          margin-bottom: 0px; }
          .online_course .entry_wrap .entry_single .content ul li {
            font-size: 14px;
            font-weight: 600;
            padding: 10px 0px;
            font-style: italic;
            border-bottom: 1px solid #d3d3d3;
            color: #000; }
            .online_course .entry_wrap .entry_single .content ul li:last-child {
              border-bottom: none; }
      .online_course .entry_wrap .entry_single .btn_wrap {
        flex-direction: column;
        padding: 0px 20px 20px; }
        .online_course .entry_wrap .entry_single .btn_wrap a {
          font-size: 17px;
          text-decoration: none;
          font-weight: bold; }
          .online_course .entry_wrap .entry_single .btn_wrap a.btn {
            background-color: #7d7d7d;
            color: white;
            border-radius: 4px;
            border: 2px solid #7d7d7d;
            text-transform: uppercase;
            width: 200px;
            padding: 6px;
            margin: 0 auto;
            font-size: 16px;
            display: block;
            letter-spacing: 3px; }
            .online_course .entry_wrap .entry_single .btn_wrap a.btn:hover {
              opacity: 0.8; }
          .online_course .entry_wrap .entry_single .btn_wrap a.link {
            color: #000;
            margin-top: 10px;
            font-weight: 600;
            font-style: italic;
            margin-top: 20px; }
            .online_course .entry_wrap .entry_single .btn_wrap a.link:hover {
              text-decoration: underline; }
      .online_course .entry_wrap .entry_single.blue .entry_head {
        background-color: #355c82; }
        .online_course .entry_wrap .entry_single.blue .entry_head:after {
          border-top: 15px solid #355c82; }
      .online_course .entry_wrap .entry_single.blue .btn_wrap .btn {
        background-color: #355c82;
        border-color: #355c82; }
      .online_course .entry_wrap .entry_single.green .entry_head {
        background-color: #1daa79; }
        .online_course .entry_wrap .entry_single.green .entry_head:after {
          border-top: 15px solid #1daa79; }
      .online_course .entry_wrap .entry_single.green .btn_wrap .btn {
        background-color: #1daa79;
        border-color: #1daa79; }
      .online_course .entry_wrap .entry_single.purple .entry_head {
        background-color: #864299; }
        .online_course .entry_wrap .entry_single.purple .entry_head:after {
          border-top: 15px solid #864299; }
      .online_course .entry_wrap .entry_single.purple .btn_wrap .btn {
        background-color: #864299;
        border-color: #864299; }
  .online_course.style-2 .entry_header .title {
    text-align: left; }
  .online_course.style-2 .inner_wrap {
    margin-bottom: 20px; }
    .online_course.style-2 .inner_wrap .entry_content {
      max-width: 370px; }
      .online_course.style-2 .inner_wrap .entry_content .title {
        color: #c2272d;
        font-weight: bold;
        font-size: 21px; }
      .online_course.style-2 .inner_wrap .entry_content p {
        color: #707070;
        font-size: 14px; }

.cpr_wrapper {
  background: url(../images/banner_2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 55px 0px; }
  .cpr_wrapper .entry_header {
    text-align: center;
    margin-bottom: 30px; }
    .cpr_wrapper .entry_header .entry_title {
      color: white; }
    .cpr_wrapper .entry_header p {
      color: #fff; }
  .cpr_wrapper .content_wrap {
    display: flex;
    flex-direction: row; }
  .cpr_wrapper .entry_single {
    width: 20%;
    display: inline-flex;
    flex-direction: column;
    align-items: center; }
    .cpr_wrapper .entry_single .number {
      border-radius: 50%;
      border: 3px solid #ccc;
      text-align: center;
      width: 45px;
      height: 45px;
      font-size: 28px;
      color: #ccc;
      justify-content: center;
      font-style: italic;
      align-items: center;
      display: flex;
      font-weight: bold; }
    .cpr_wrapper .entry_single .entry_icon {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px; }
      .cpr_wrapper .entry_single .entry_icon img {
        width: 100px;
        height: auto;
        max-height: 70px; }
    .cpr_wrapper .entry_single .title {
      margin: 0px;
      font-family: "Oswald", serif;
      font-size: 28px;
      color: white;
      font-weight: 400;
      text-align: center; }

.info_wrapper {
  background-color: white; }
  .info_wrapper .col-md-4 {
    padding: 0px; }
    .info_wrapper .col-md-4 .entry_single {
      text-align: center;
      position: relative;
      padding: 0px 30px;
      border-right: 1px solid #bdbdbd;
      padding: 60px 20px; }
      .info_wrapper .col-md-4 .entry_single img {
        max-height: 75px;
        margin-bottom: 20px; }
      .info_wrapper .col-md-4 .entry_single .title, .info_wrapper .col-md-4 .entry_single a {
        font-family: "Oswald", serif;
        font-size: 28px;
        font-weight: 400;
        text-align: center;
        color: #c2272d;
        text-decoration: none; }
        .info_wrapper .col-md-4 .entry_single .title:hover, .info_wrapper .col-md-4 .entry_single a:hover {
          opacity: 0.8; }
    .info_wrapper .col-md-4:last-child .entry_single {
      border: none; }
      .info_wrapper .col-md-4:last-child .entry_single img {
        max-height: 85px;
        margin-top: -5px;
        margin-bottom: 15px; }

.trust_wrapper {
  padding: 60px 0px 20px; }
  .trust_wrapper .container {
    max-width: 1024px; }
  .trust_wrapper .entry_header .entry_title {
    text-align: center;
    margin-bottom: 40px; }
  .trust_wrapper .entry-single {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px; }
    .trust_wrapper .entry-single .entry_img img {
      width: 70px;
      margin-right: 35px; }
    .trust_wrapper .entry-single .entry_content .title {
      font-size: 24px;
      font-style: italic;
      color: #1daa79; }
    .trust_wrapper .entry-single .entry_content p {
      font-size: 16px;
      font-weight: 600; }
    .trust_wrapper .entry-single:nth-child(2) .entry_img img {
      width: 100px;
      margin-left: -15px;
      margin-right: 20px; }
    .trust_wrapper .entry-single:nth-child(2) .entry_content .title {
      color: #c2272d; }
    .trust_wrapper .entry-single:last-child .entry_content .title {
      color: #00adef; }

.review_wrapper {
  background: url(../images/review_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0px; }
  .review_wrapper .entry_header .entry_title {
    color: white;
    margin-bottom: 30px; }
  .review_wrapper .review_slider .entry_single {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    .review_wrapper .review_slider .entry_single img {
      height: 35px;
      margin-bottom: 15px; }
    .review_wrapper .review_slider .entry_single .entry_content {
      font-style: italic;
      font-size: 18px;
      text-align: center; }
      .review_wrapper .review_slider .entry_single .entry_content .entry_name {
        font-family: "Oswald", serif;
        font-size: 24px;
        font-style: normal;
        margin-top: 20px;
        display: block; }
  .review_wrapper .review_slider .slick-arrow {
    position: absolute;
    top: 50%;
    background-color: transparent;
    width: 36px;
    height: 100%;
    transform: translateY(-50%);
    box-shadow: none;
    border: none;
    background-repeat: no-repeat;
    text-indent: -999px;
    background-size: contain;
    background-position: center; }
    .review_wrapper .review_slider .slick-arrow.slick-prev {
      background-image: url(../images/arrow_left.png);
      left: -40px; }
    .review_wrapper .review_slider .slick-arrow.slick-next {
      background-image: url(../images/arrow_next.png);
      right: -40px; }

.faq_section {
  padding: 60px 0px;
  background-color: #00adef; }
  .faq_section .entry_header .entry_title {
    color: white;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .faq_section .entry_header .entry_title img {
      height: 70px;
      margin-right: 10px; }
  .faq_section .entry_content {
    margin: 0px -15px; }
    .faq_section .entry_content .entry_single {
      padding: 0px 15px;
      color: white;
      font-style: italic;
      font-size: 17px; }
      .faq_section .entry_content .entry_single .title {
        color: #000;
        font-size: 21px;
        font-family: "Oswald", serif;
        font-style: normal;
        margin-bottom: 20px; }
    .faq_section .entry_content .entry_btn {
      padding-top: 70px; }

.home_content {
  padding: 40px 0px; }
  .home_content .container {
    max-width: 1080px; }
  .home_content .entry_head {
    margin-bottom: 40px; }
    .home_content .entry_head .title {
      color: #c2272d;
      font-size: 28px;
      font-weight: 300; }
    .home_content .entry_head p {
      font-size: 18px; }
  .home_content .entry_single {
    display: flex;
    margin-bottom: 20px; }
    .home_content .entry_single .entry_img {
      padding-right: 15px;
      width: 90px;
      display: inline-flex;
      align-items: flex-start;
      justify-content: center; }
      .home_content .entry_single .entry_img img {
        filter: grayscale(1);
        height: 50px; }
    .home_content .entry_single .entry_content {
      font-style: italic;
      font-size: 24px;
      width: calc(100% - 90px); }
      .home_content .entry_single .entry_content .title {
        font-weight: bold; }
      .home_content .entry_single .entry_content p {
        font-size: 17px; }

.page_banner {
  padding: 60px 15px 200px;
  color: white;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 9;
  position: relative; }
  .page_banner.style-2 {
    padding: 64px 15px 0px;
    background-color: #dadada; }
    .page_banner.style-2 .entry_img {
      padding-left: 50px; }
      .page_banner.style-2 .entry_img img {
        max-width: 380px;
        margin-bottom: -40px; }
    .page_banner.style-2 .entry_content p {
      font-size: 20px; }
  .page_banner .container {
    position: relative; }
  .page_banner .entry_content {
    max-width: 880px; }
    .page_banner .entry_content .title {
      font-weight: 700; }
  .page_banner p {
    color: #b4b4b4;
    font-size: 18px;
    line-height: 1.3em;
    font-style: italic;
    /*opacity: 0.8;*/ }
  .page_banner .description {
    font-size: 20px;
    margin-bottom: 5px;
    color: #a1a1a1;
    font-weight: normal; }
  .page_banner .featured_wrapper {
    margin-top: 0px;
    max-width: 430px; }
    .page_banner .featured_wrapper .title {
      text-align: center;
      font-weight: normal;
      line-height: 1em; }
    .page_banner .featured_wrapper .inner_wrap {
      padding: 15px 20px; }
    .page_banner .featured_wrapper .entry_content p {
      font-size: 18px;
      color: #000;
      text-align: center;
      line-height: 1.4em; }
    .page_banner .featured_wrapper .entry_review .note {
      font-size: 16px;
      font-weight: 600; }
    .page_banner .featured_wrapper .note {
      font-size: 12px;
      color: #000;
      line-height: 1.3em;
      text-align: center;
      margin-top: 5px;
      font-style: italic; }
  @media (min-width: 1024px) {
    .page_banner .inner_wrap {
      margin-bottom: -100px; } }
  @media (min-width: 1024px) {
    .page_banner .entry_table {
      margin-top: 60px; } }
  .page_banner .entry_table .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    .page_banner .entry_table .title span {
      color: #c2272d; }
  .page_banner .entry_table table {
    width: 100%;
    margin-top: 30px;
    box-shadow: 0px 0px 15px #aeaeae; }
    .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;
      letter-spacing: 1px; }
    .page_banner .entry_table table tbody tr td {
      color: #494949;
      text-align: center;
      border: 1px solid #cecece;
      height: 50px;
      font-size: 18px;
      background: white; }
  .page_banner .online_course {
    padding: 0px; }
    .page_banner .online_course .entry_single {
      right: 0px;
      box-shadow: 0px 3px 3px #aeaeae;
      position: relative;
      max-width: 380px;
      float: right;
      /*background: url(../img/courses/course_overlay.png);*/ }
      @media (min-width: 980px) {
        .page_banner .online_course .entry_single {
          min-width: 315px;
          border-bottom-left-radius: 12px;
          border-bottom-right-radius: 12px;
          margin-bottom: -65px; } }
      .page_banner .online_course .entry_single .entry_head img {
        left: -30px;
        position: absolute; }
      .page_banner .online_course .entry_single .btn_wrap {
        padding-bottom: 30px; }
    .page_banner .online_course .entry_wrap {
      display: flex;
      justify-content: flex-end; }
  .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; }

.about_sections {
  margin-top: -200px;
  z-index: 9;
  position: relative;
  padding-bottom: 100px; }
  .about_sections .container {
    max-width: 1000px; }
  .about_sections .entry_single {
    background-color: white;
    border-radius: 12px;
    margin: 30px 0px;
    box-shadow: 0px 5px 15px #7f7e7e;
    -moz-box-shadow: 0px 5px 15px #7f7e7e;
    -webkit-box-shadow: 0px 5px 15px #7f7e7e; }
    .about_sections .entry_single .content {
      padding: 30px 0px 30px 50px; }
      .about_sections .entry_single .content .title {
        font-weight: 700;
        font-size: 24px; }
      .about_sections .entry_single .content p {
        color: #707070;
        font-size: 14px;
        line-height: 1.4em; }
    .about_sections .entry_single .entry_img img {
      /*max-width: 100%;*/
      height: 340px; }
    .about_sections .entry_single.row_reverse {
      flex-direction: row-reverse; }
      .about_sections .entry_single.row_reverse .content {
        padding: 30px 50px 30px 0px; }
  @media (max-width: 767px) {
    .about_sections .container {
      padding: 0px 20px; }
    .about_sections .entry_single {
      flex-direction: column !Important;
      overflow: hidden; }
      .about_sections .entry_single .entry_img img {
        width: 200%;
        object-fit: cover;
        object-position: center;
        height: 370px;
        left: -70%;
        position: relative; }
      .about_sections .entry_single .content {
        padding: 30px !important; }
      .about_sections .entry_single.row_reverse .entry_img img {
        right: 0%;
        left: initial; } }

.faq_wrapper {
  background: #dadada;
  border-bottom: 100px solid #ebebeb; }
  .faq_wrapper .container {
    max-width: 1040px; }
  .faq_wrapper .entry_content {
    background-color: white;
    padding: 50px 70px;
    border-radius: 8px;
    margin-top: -150px;
    box-shadow: 0px 5px 5px #62626270;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    z-index: 10;
    position: relative;
    margin-bottom: -80px; }
    .faq_wrapper .entry_content .entry_single {
      margin-bottom: 30px; }
    .faq_wrapper .entry_content .title {
      font-size: 20px;
      font-weight: bold; }
      .faq_wrapper .entry_content .title.text-center {
        font-size: 19px; }
  .faq_wrapper .entry_title {
    text-align: center;
    margin-bottom: 70px;
    font-size: 32px;
    color: #c2272d; }
  .faq_wrapper.style-2 {
    background: #ebebeb;
    padding-bottom: 50px;
    border-bottom: 0px;
    border-top: 200px solid #dadada; }
    .faq_wrapper.style-2 .container {
      max-width: 930px;
      padding: 0px 15px; }
    .faq_wrapper.style-2 .entry_content {
      margin-top: -100px;
      margin-bottom: 50px; }

.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: #c2272d;
        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; }

.course_content {
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    .course_content {
      margin-top: -50px; } }
  .course_content .entry_content .title {
    font-size: 24px;
    font-weight: 700; }
  .course_content .entry_content p {
    font-size: 16px;
    color: #707070; }
  .course_content .featured_box {
    margin: 30px 0px; }
    .course_content .featured_box .btn {
      color: white;
      margin-top: 30px;
      padding: 6px 30px; }
      @media (min-width: 1100px) {
        .course_content .featured_box .btn {
          position: absolute;
          bottom: 50px; } }
      .course_content .featured_box .btn.btn_gray {
        border: 2px solid #7d7d7d;
        background-color: #7d7d7d; }

.footer_wrapper {
  background-color: #c2272d;
  padding: 30px 0px 0px; }
  .footer_wrapper .logo {
    max-width: 400px; }
    .footer_wrapper .logo img {
      height: 52px;
      margin-bottom: 15px; }
    .footer_wrapper .logo p {
      font-style: italic;
      font-size: 15px;
      line-height: 1.2em; }
  .footer_wrapper .entry_widget .title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px; }
  .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 .guideline_logo img {
    width: 75px; }
  .footer_wrapper .copyright {
    background-color: #000;
    padding: 15px 0px;
    color: white;
    text-align: right;
    font-size: 14px;
    margin-top: 30px; }

@media (min-width: 768px) {
  .contact_wrapper .col-md-5 {
    width: 45%; }
  .contact_wrapper .col-md-7 {
    width: 55%; } }
.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 55px 100px 35px; }
  @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;
      font-weight: 700; }
    .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: #c2272d; }
  .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: #c2272d;
    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 {
    padding: 12px 20px;
    text-decoration: none;
    font-weight: bold;
    background-color: #c2272d;
    color: white;
    border-radius: 3px;
    border: 2px solid #c2272d;
    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 .container-fluid {
  padding: 0px; }
.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: #c2272d;
        height: 30px;
        top: 5px;
        left: 0px;
        content: ''; }
      @media (max-width: 767px) {
        .content_wrapper .entry_boxes .entry_single {
          margin-bottom: 30px; } }

.redbox_wrapper .inner_wrap {
  background-color: #c2272d;
  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; }

/* custom page fixes */
.course_single .online_course .entry_wrap {
  display: flex; }

.money_guarantee .action_box .title {
  font-size: 24px; }

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

.money_guarantee .page_banner {
  padding: 80px 0px 150px;
  background-color: #dadada; }

.money_guarantee .page_banner .entry_content {
  max-width: 650px; }

.money_guarantee .page_banner .entry_img img {
  max-width: 100%;
  margin-top: -50px; }

.money_guarantee .page_banner .entry_content p {
  font-size: 16px;
  line-height: 1.5em; }

.money_guarantee .page_banner .description {
  font-style: italic; }

.money_guarantee .img_content.style-2 .title {
  font-size: 21px; }

.money_guarantee .img_content p {
  font-size: 14px; }

@media (min-width: 1200px) {
  .money_guarantee .page_banner .entry_content .title {
    font-size: 54px; }

  .money_guarantee .mt-50 {
    margin-top: -50px;
    z-index: 9;
    position: relative; } }
@media (max-width: 768px) {
  .money_guarantee .page_banner .entry_img img {
    margin-top: 0px; }

  .money_guarantee .img_content.style-2 {
    padding: 0px 40px; } }
@media (min-width: 992px) {
  .visible_tablet {
    display: none; }

  .img_content .fluid-row .col-md-4 {
    padding: 0px 30px; }

  .img_content .fluid-row {
    margin-left: -30px;
    margin-right: -30px; } }
@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; }

  .featured_box .entry_left img {
    position: relative;
    margin-bottom: 20px;
    left: initial;
    top: initial; }

  .page_banner .entry_content .title {
    font-size: 45px; } }
@media (max-width: 767px) {
  .online_course .entry_wrap {
    grid-template-columns: 50% 50%; }

  .featured_box .entry_left {
    padding-left: 0px;
    text-align: center; }

  .featured_box .ps-0 {
    padding-left: 12px !Important; }

  .featured_box .icon_list {
    margin-top: 30px; }

  .featured_box .entry_left img {
    position: relative;
    max-width: 90px;
    margin: 0 auto 20px;
    display: block;
    top: initial;
    left: initial; }

  .featured_box {
    max-width: 90%;
    margin: 0 auto 30px; }

  .container {
    padding: 0px 15px; }

  .course_single .online_course .entry_wrap {
    justify-content: center; }

  .img_content.course_style {
    padding: 50px 20px; } }
@media (max-width: 680px) {
  .home_banner .entry_list {
    padding-left: 50px; }
    .home_banner .entry_list li {
      font-size: 21px;
      padding-left: 60px; }
      .home_banner .entry_list li img {
        height: 45px; }
  .home_banner .entry_content .title {
    font-size: 31px; }
  .home_banner .entry_content p {
    font-size: 17px; }

  .slick-slider {
    padding: 0px 20px; }

  .review_wrapper .review_slider .slick-arrow.slick-next {
    right: -5px; }

  .review_wrapper .review_slider .slick-arrow {
    width: 25px; }

  .review_wrapper .review_slider .slick-arrow.slick-prev {
    left: -5px; }

  .featured_wrapper .entry_content .title {
    font-size: 32px;
    line-height: 1.1em; }

  .online_course .entry_wrap {
    grid-template-columns: 100%; }
    .online_course .entry_wrap .entry_single {
      max-width: 320px;
      margin: 10px auto; }

  .img_content .entry_img img {
    max-width: 160px;
    margin-right: 0px;
    margin-top: 30px; }
  .img_content .title {
    font-size: 36px; }
  .img_content .d-flex {
    flex-direction: column-reverse; }

  .course_single .img_content.course_style .entry_img img {
    max-width: 180px !important; }

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

  section .entry_header .entry_title {
    font-size: 36px;
    line-height: 1.1em; }

  .trust_wrapper .entry-single {
    text-align: center;
    justify-content: center;
    flex-direction: column; }
    .trust_wrapper .entry-single .entry_img img {
      margin-right: 0px !important;
      margin-bottom: 10px;
      margin-left: 0px !important; }

  .call_action {
    text-align: center; }
    .call_action .content {
      flex-direction: column;
      text-align: center; }
      .call_action .content .title {
        font-size: 28px; }
    .call_action .btn {
      margin-top: 20px; }

  .cpr_wrapper .entry_header .entry_title {
    font-size: 36px;
    line-height: 1.1em; }
  .cpr_wrapper .content_wrap {
    flex-direction: column; }
    .cpr_wrapper .content_wrap .entry_single {
      align-items: center;
      justify-content: start;
      width: 100%;
      flex-direction: column;
      margin-bottom: 30px; }
      .cpr_wrapper .content_wrap .entry_single .entry_icon {
        margin: 0px 20px;
        height: 80px; }
        .cpr_wrapper .content_wrap .entry_single .entry_icon img {
          width: 75px; }

  .info_wrapper .col-md-4 .entry_single {
    padding: 30px 20px; }

  h1 {
    font-size: 45px; }

  h2 {
    font-size: 36px; }

  body, html {
    overflow-x: hidden; }

  .page_banner.style-2 .entry_img img {
    max-width: 300px; }

  .img_content.style-2 img {
    margin-bottom: 0px; }

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

  .faq_section .entry_content {
    flex-direction: column; }
    .faq_section .entry_content .entry_single {
      margin-bottom: 30px; }
    .faq_section .entry_content .entry_btn {
      padding: 20px;
      text-align: center; }

  .action_box .inner_wrap {
    flex-direction: column; }
  .action_box .title {
    font-size: 20px !important;
    line-height: 1.3em;
    margin-bottom: 20px; }

  .home_content .action_box .inner_wrap {
    justify-content: center;
    flex-direction: column;
    text-align: center; }
    .home_content .action_box .inner_wrap .btn {
      margin: 20px 0px 0px; }

  .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; }

  .page_banner .container {
    padding: 0px 30px; }

  .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; }

  .course_content {
    padding-top: 30px; }
    .course_content .featured_box .entry_left .title {
      font-size: 32px; }

  .featured_box.style-2 {
    margin-bottom: -150px; }

  .entry_table {
    margin-top: 30px; }

  .img_content .featured_box .entry_left .title {
    font-size: 26px !important;
    margin-top: 20px; }

  .featured_box .number_list {
    margin-top: 30px;
    padding-left: 0px; }

  .img_content .container {
    padding: 0px; } }

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