@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Roboto:400,400i,700");
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0; }

body, html {
  height: 100%; }

body {
  background: #fff;
  color: #A4A4A4;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  -webkit-overflow-scrolling: touch; }

ul.floated-list {
  margin-bottom: 0; }
  ul.floated-list li {
    float: left;
    display: block; }
    ul.floated-list li a {
      display: block; }

a {
  color: inherit;
  -webkit-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out; }

img {
  border: 0;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: inherit; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit; }

h1 {
  font-size: 48px;
  font-family: 'Fjalla One', sans-serif;
  font-weight: bold; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }

@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 36px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; } }
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  span, p {
    font-size: 15px !important; } }
.clear {
  clear: both; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.div-center {
  display: table;
  margin: 0 auto; }

.mytable {
  display: table;
  width: 100%;
  height: 100%; }

.fixed-table-layout {
  table-layout: fixed; }

.table-cell {
  display: table-cell; }

.va-middle {
  vertical-align: middle; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fill {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.full-wrapper {
  display: block;
  width: 100%; }

.header {
  z-index: 9;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15); }
  .header .logo {
    float: left;
    position: relative;
    z-index: 100;
    padding: 25px 0; }
    .header .logo img {
      max-width: 280px; }
    @media all and (max-width: 767px) {
      .header .logo {
        padding: 15px 0; }
        .header .logo img {
          max-width: 160px; } }
  .header .my-menu > ul {
    float: right;
    margin: 0 -20px; }
    @media all and (max-width: 1199px) {
      .header .my-menu > ul {
        margin: 0; } }
  .header .my-menu ul li {
    position: relative; }
    @media all and (max-width: 1199px) {
      .header .my-menu ul li {
        padding: 0; } }
    .header .my-menu ul li a {
      display: block;
      padding: 7px 20px;
      color: #2E2E2E;
      border-radius: 15px;
      background: transparent;
      text-transform: capitalize; }
    .header .my-menu ul li:hover > a, .header .my-menu ul li:focus > a, .header .my-menu ul li.active > a {
      background: #991314;
      color: #fff; }
    .header .my-menu ul li ul {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      min-width: 200px;
      background: #ffffff;
      padding: 35px 15px 15px; }
      .header .my-menu ul li ul h5 {
        color: #2E2E2E;
        margin: 20px 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #F0F0F0; }
      .header .my-menu ul li ul .item-box {
        width: 100%;
        display: block;
        padding: 0;
        position: relative; }
        .header .my-menu ul li ul .item-box li {
          display: block;
          float: none;
          margin: 0;}
          .header .my-menu ul li ul .item-box li a {
            padding: 6px 10px;
            color: #991314;
            border-radius: 0; }
            .header .my-menu ul li ul .item-box li a .fa {
              display: inline-block;
              margin-right: 5px;
              font-size: 18px; }
            .header .my-menu ul li ul .item-box li a:hover, .header .my-menu ul li ul .item-box li a:focus {
              background: #991314;
              color: #ffffff; }
        .header .my-menu ul li ul .item-box li:nth-child(odd) {
          background: #F0F0F0; }
      .header .my-menu ul li ul .sub-dropbox {
        width: 600px; }
        .header .my-menu ul li ul .sub-dropbox .sub-link,
        .header .my-menu ul li ul .sub-dropbox .social-links {
          display: block;
          width: 50%;
          float: left; }
        .header .my-menu ul li ul .sub-dropbox .sub-link {
          border-right: 1px solid #F0F0F0;
          padding-right: 10px; }
        .header .my-menu ul li ul .sub-dropbox .social-links {
          padding-left: 30px; }
          .header .my-menu ul li ul .sub-dropbox .social-links h6 {
            display: inline-block;
            margin-top: 0;
            color: #2E2E2E; }
          .header .my-menu ul li ul .sub-dropbox .social-links li {
            width: auto;
            float: left;
            margin-right: 10px; }
            .header .my-menu ul li ul .sub-dropbox .social-links li a {
              width: 35px;
              height: 35px;
              padding: 6px 0;
              text-align: center;
              border-radius: 50%;
              color: #ffffff; }
              .header .my-menu ul li ul .sub-dropbox .social-links li a .fa {
                margin: 0; }
            .header .my-menu ul li ul .sub-dropbox .social-links li .linkedin {
              background: #017BBB; }
            .header .my-menu ul li ul .sub-dropbox .social-links li .twitter {
              background: #40CDD7; }
            .header .my-menu ul li ul .sub-dropbox .social-links li .facebook {
              background: #436CBF; }
          .header .my-menu ul li ul .sub-dropbox .social-links li:nth-child(odd) {
            background: transparent; }
      .header .my-menu ul li ul .sm-dropbox {
        width: 315px; }
    .header .my-menu ul li .rt-dropdown {
      left: auto;
      right: 0; }
    .header .my-menu ul li .help-dropdown {
      left: -500px; }
      .header .my-menu ul li .help-dropdown .help-sub-dropbox {
        width: 1060px; }
        .header .my-menu ul li .help-dropdown .help-sub-dropbox .sub-link,
        .header .my-menu ul li .help-dropdown .help-sub-dropbox .img-box {
          width: 33.33%;
          float: left;
          display: block; }
        .header .my-menu ul li .help-dropdown .help-sub-dropbox .sub-link {
          padding-right: 10px; }
        .header .my-menu ul li .help-dropdown .help-sub-dropbox .img-box .img, .header .my-menu ul li .help-dropdown .help-sub-dropbox .img-box .img-text {
          display: block;
          float: left;
          width: 30%; }
        .header .my-menu ul li .help-dropdown .help-sub-dropbox .img-box .img-text {
          width: 63%;
          color: #2E2E2E;
          padding-left: 10px; }
          .header .my-menu ul li .help-dropdown .help-sub-dropbox .img-box .img-text h6 {
            margin: 0 0 5px;
            line-height: 1.3; }
          .header .my-menu ul li .help-dropdown .help-sub-dropbox .img-box .img-text p {
            font-size: 14px;
            line-height: 1.2;
            margin-bottom: 18px; }
          .header .my-menu ul li .help-dropdown .help-sub-dropbox .img-box .img-text .more {
            display: inline-block;
            padding: 4px 15px;
            color: #991314;
            border: 1px solid #991314;
            border-radius: 5px;
            text-transform: uppercase; }
            .header .my-menu ul li .help-dropdown .help-sub-dropbox .img-box .img-text .more:hover, .header .my-menu ul li .help-dropdown .help-sub-dropbox .img-box .img-text .more:focus {
              background: #991314;
              color: #ffffff; }
          .header .my-menu ul li .help-dropdown .help-sub-dropbox .img-box .img-text .go {
            margin-top: 24px; }
        .header .my-menu ul li .help-dropdown .help-sub-dropbox .mid-box:before,
        .header .my-menu ul li .help-dropdown .help-sub-dropbox .mid-box:after {
          display: inline-block;
          width: 1px;
          background: #F0F0F0;
          height: 85px;
          content: "";
          float: left;
          margin-right: 10px;
          margin-top: 20px; }
        .header .my-menu ul li .help-dropdown .help-sub-dropbox .mid-box:after {
          margin-right: 0;
          margin-left: 10px; }
  .header .my-menu ul li:hover > ul {
    display: block; }
  .header .toggle {
    display: none; }

.main {
  padding-top: 105px; }
  @media all and (max-width: 767px) {
    .main {
      padding-top: 61px; } }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  background: #991314;
  width: 320px;
  z-index: 99;
  padding: 50px 0 0; }
  .offcanvas ul {
    margin: 0 0 15px;
    display: block; }
    .offcanvas ul li {
      float: none; }
      .offcanvas ul li a {
        color: #ffffff;
        font-size: 16px;
        display: block;
        padding: 10px 15px; }
      .offcanvas ul li ul.dropdown {
        display: none;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 10px;
        background-color: #b95656;
        margin-bottom: 0; }
        .offcanvas ul li ul.dropdown h5.capitalize {
          display: none; }
    .offcanvas ul.mynav > li {
      border-bottom: 1px solid #b95656; }
  .offcanvas .coff {
    top: 0;
    left: 0; }
    .offcanvas .coff a {
      padding: 9px;
      display: block; }
  .offcanvas .social-links {
    padding-left: 15px; }
    .offcanvas .social-links h6 {
      color: #ececec; }
    .offcanvas .social-links li {
      width: auto;
      float: left;
      margin-right: 10px; }
      .offcanvas .social-links li a {
        width: 35px;
        height: 35px;
        padding: 6px 0;
        text-align: center;
        border-radius: 50%;
        color: #ffffff; }
        .offcanvas .social-links li a .fa {
          margin: 0; }
      .offcanvas .social-links li .linkedin {
        background: #017BBB; }
      .offcanvas .social-links li .twitter {
        background: #40CDD7; }
      .offcanvas .social-links li .facebook {
        background: #436CBF; }
  .offcanvas .img-box {
    margin-bottom: 20px; }
    .offcanvas .img-box:before, .offcanvas .img-box:after {
      content: "";
      display: table; }
    .offcanvas .img-box:after {
      clear: both; }
    .offcanvas .img-box .img, .offcanvas .img-box .img-text {
      display: block;
      float: left;
      width: 30%; }
    .offcanvas .img-box .img-text {
      width: 63%;
      color: #2E2E2E;
      padding-left: 10px; }
      .offcanvas .img-box .img-text h6 {
        margin: 0 0 5px;
        line-height: 1.3; }
      .offcanvas .img-box .img-text p {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 18px; }
      .offcanvas .img-box .img-text .more {
        display: inline-block;
        padding: 4px 15px;
        color: #991314;
        border: 1px solid #991314;
        border-radius: 5px;
        text-transform: uppercase; }
        .offcanvas .img-box .img-text .more:hover, .offcanvas .img-box .img-text .more:focus {
          background: #991314;
          color: #ffffff; }
      .offcanvas .img-box .img-text .go {
        margin-top: 24px; }

.offcanvas.show-offcanvas {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.body-inactive {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.54);
  display: none; }

@media only screen and (min-width: 993px) {
  .offcanvas,
  .body-inactive {
    display: none !important; } }
@media only screen and (max-width: 992px) {
  .header .my-menu {
    display: none; }

  .header .toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); } }
@media only screen and (max-width: 767px) {
  .offcanvas {
    width: 100%; } }
.dark-grey-bg {
  background-color: #4E545A; }

.light-grey-bg {
  background-color: #F8F8F8; }

.default-btn {
  background: #991314;
  display: inline-block;
  color: #ffffff;
  padding: 9px 5px;
  border-radius: 5px;
  height: 42px;
  width: 155px;
  text-align: center;
  transition: all 0.75s ease-out; }
  .default-btn:hover, .default-btn:focus {
    background: #581516; }
  @media only screen and (max-width: 767px) {
    .default-btn {
      height: 42px;
      width: 145px;
      font-size: 15px; } }

.default-btn-fix {
  background: #991314;
  display: inline-block;
  color: #ffffff;
  padding: 9px 5px;
  border-radius: 5px;
  height: 62px;
  width: 155px;
  text-align: center;
  transition: all 0.75s ease-out; }
  .default-btn-fix:hover, .default-btn-fix:focus {
    background: #581516; }
  @media only screen and (max-width: 767px) {
    .defaul-fixt-btn {
      height: 62px;
      width: 145px;
      font-size: 15px; } }

.btn-sm {
  background: transparent;
  display: inline-block;
  color: #ffffff;
  padding: 7px 5px;
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  width: 133px;
  text-align: center;
  border: 2px solid #ffffff; }
  .btn-sm:hover, .btn-sm:focus {
    background: #ffffff;
    color: #991314; }

.slider .carousel .carousel-inner .item {
  height: 495px; }
  @media all and (max-width: 767px) {
    .slider .carousel .carousel-inner .item {
      height: 280px; } }
  .slider .carousel .carousel-inner .item .banner-caption {
    color: #ffffff;
    display: table;
    float: right;
    margin: 100px 95px 0 0; }
    @media all and (max-width: 767px) {
      .slider .carousel .carousel-inner .item .banner-caption {
        margin: 25px 0 0 0;
        float: none;
        display: block;
        text-align: center; } }
    .slider .carousel .carousel-inner .item .banner-caption h1, .slider .carousel .carousel-inner .item .banner-caption h6 {
      display: table;
      margin: 0; }
      @media all and (max-width: 767px) {
        .slider .carousel .carousel-inner .item .banner-caption h1, .slider .carousel .carousel-inner .item .banner-caption h6 {
          display: block; } }
    .slider .carousel .carousel-inner .item .banner-caption h1 {
      border-bottom: 1px solid #ffffff;
      padding-bottom: 10px; }
    .slider .carousel .carousel-inner .item .banner-caption h6 {
      color: #FFE478;
      margin-bottom: 2px; }
    .slider .carousel .carousel-inner .item .banner-caption .c-text {
      font-size: 18px;
      padding-top: 15px; }
      .slider .carousel .carousel-inner .item .banner-caption .c-text ul {
        list-style: none;
        padding-left: 25px; }
        @media all and (max-width: 767px) {
          .slider .carousel .carousel-inner .item .banner-caption .c-text ul {
            padding-left: 0; } }
        .slider .carousel .carousel-inner .item .banner-caption .c-text ul li {
          color: #FFE478; }
          .slider .carousel .carousel-inner .item .banner-caption .c-text ul li span img {
            width: 25px;
            margin: -5px 5px 0 0; }
      .slider .carousel .carousel-inner .item .banner-caption .c-text .more-btn {
        color: #522E20;
        font-size: 18px;
        background: #FFE478;
        height: 48px;
        width: 200px;
        text-align: center;
        display: inline-block;
        border-radius: 25px;
        padding: 10px 5px;
        margin: 17px 0 0 60px; }
        @media all and (max-width: 767px) {
          .slider .carousel .carousel-inner .item .banner-caption .c-text .more-btn {
            margin-left: 0;
            font-size: 16px;
            height: 32px;
            width: 180px;
            height: auto;
            padding: 10px; } }
        .slider .carousel .carousel-inner .item .banner-caption .c-text .more-btn img {
          margin: -2px 5px 0 0; }
        .slider .carousel .carousel-inner .item .banner-caption .c-text .more-btn:hover, .slider .carousel .carousel-inner .item .banner-caption .c-text .more-btn:focus {
          background: #D8B835; }
		  
  .slider .carousel .carousel-inner .item .banner-caption2 {
    color: #ffffff;
    display: table;
    float: right;
    margin: 100px 95px 0 0; }
    @media all and (max-width: 767px) {
      .slider .carousel .carousel-inner .item .banner-caption2 {
        margin: 25px 0 0 0;
        float: none;
        display: block;
        text-align: center; } }
    .slider .carousel .carousel-inner .item .banner-caption2 h1, .slider .carousel .carousel-inner .item .banner-caption2 h6 {
      display: table;
      margin: 0; }
      @media all and (max-width: 767px) {
        .slider .carousel .carousel-inner .item .banner-caption2 h1, .slider .carousel .carousel-inner .item .banner-caption2 h6 {
          display: block; } }
    .slider .carousel .carousel-inner .item .banner-caption2 h1 {
      border-bottom: 1px solid #ffffff;
      padding-bottom: 10px; }
    .slider .carousel .carousel-inner .item .banner-caption2 h6 {
      color: #509BAE;
      margin-bottom: 2px; }
    .slider .carousel .carousel-inner .item .banner-caption2 .c-text {
      font-size: 18px;
      padding-top: 15px; }
      .slider .carousel .carousel-inner .item .banner-caption2 .c-text ul {
        list-style: none;
        padding-left: 25px; }
        @media all and (max-width: 767px) {
          .slider .carousel .carousel-inner .item .banner-caption2 .c-text ul {
            padding-left: 0; } }
        .slider .carousel .carousel-inner .item .banner-caption2 .c-text ul li {
          color: #509BAE; }
          .slider .carousel .carousel-inner .item .banner-caption2 .c-text ul li span img {
            width: 25px;
            margin: -5px 5px 0 0; }
      .slider .carousel .carousel-inner .item .banner-caption2 .c-text .more-btn {
        color: #fff;
        font-size: 18px;
        background: #509BAE;
        height: 48px;
        width: 200px;
        text-align: center;
        display: inline-block;
        border-radius: 25px;
        padding: 10px 5px;
        margin: 17px 0 0 60px; }
        @media all and (max-width: 767px) {
          .slider .carousel .carousel-inner .item .banner-caption2 .c-text .more-btn {
            margin-left: 0;
            font-size: 16px;
            height: 32px;
            width: 180px;
            height: auto;
            padding: 10px; } }
        .slider .carousel .carousel-inner .item .banner-caption2 .c-text .more-btn img {
          margin: -2px 5px 0 0; }
        .slider .carousel .carousel-inner .item .banner-caption2 .c-text .more-btn:hover, .slider .carousel .carousel-inner .item .banner-caption2 .c-text .more-btn:focus {
          background: #2F7A8D; }
		  
.slider .carousel .carousel-inner .item .banner-caption3 {
    color: #ffffff;
    display: table;
    float: right;
    margin: 100px 95px 0 0; }
    @media all and (max-width: 767px) {
      .slider .carousel .carousel-inner .item .banner-caption3 {
        margin: 25px 0 0 0;
        float: none;
        display: block;
        text-align: center; } }
    .slider .carousel .carousel-inner .item .banner-caption3 h1, .slider .carousel .carousel-inner .item .banner-caption3 h6 {
      display: table;
      margin: 0; }
      @media all and (max-width: 767px) {
        .slider .carousel .carousel-inner .item .banner-caption3 h1, .slider .carousel .carousel-inner .item .banner-caption3 h6 {
          display: block; } }
    .slider .carousel .carousel-inner .item .banner-caption3 h1 {
      border-bottom: 1px solid #ffffff;
      padding-bottom: 10px; }
    .slider .carousel .carousel-inner .item .banner-caption3 h6 {
      color: #991314;
      margin-bottom: 2px; }
    .slider .carousel .carousel-inner .item .banner-caption3 .c-text {
      font-size: 18px;
      padding-top: 15px; }
      .slider .carousel .carousel-inner .item .banner-caption3 .c-text ul {
        list-style: none;
        padding-left: 25px; }
        @media all and (max-width: 767px) {
          .slider .carousel .carousel-inner .item .banner-caption3 .c-text ul {
            padding-left: 0; } }
        .slider .carousel .carousel-inner .item .banner-caption3 .c-text ul li {
          color: #ea1d1f; }
          .slider .carousel .carousel-inner .item .banner-caption3 .c-text ul li span img {
            width: 25px;
            margin: -5px 5px 0 0; }
      .slider .carousel .carousel-inner .item .banner-caption3 .c-text .more-btn {
        color: #fff;
        font-size: 18px;
        background: #991314;
        height: 48px;
        width: 200px;
        text-align: center;
        display: inline-block;
        border-radius: 25px;
        padding: 10px 5px;
        margin: 17px 0 0 60px; }
        @media all and (max-width: 767px) {
          .slider .carousel .carousel-inner .item .banner-caption3 .c-text .more-btn {
            margin-left: 0;
            font-size: 16px;
            height: 32px;
            width: 180px;
            height: auto;
            padding: 10px; } }
        .slider .carousel .carousel-inner .item .banner-caption3 .c-text .more-btn img {
          margin: -2px 5px 0 0; }
        .slider .carousel .carousel-inner .item .banner-caption3 .c-text .more-btn:hover, .slider .carousel .carousel-inner .item .banner-caption2 .c-text .more-btn:focus {
          background: #581516; } 
		  
.slider .carousel .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35px; }
  .slider .carousel .carousel-control .icon {
    display: table;
    height: 100%;
    width: 100%; }
    .slider .carousel .carousel-control .icon span {
      display: table-cell;
      vertical-align: middle; }
      .slider .carousel .carousel-control .icon span .fa {
        width: 35px;
        background: #56585A;
        font-size: 51px;
        color: #8D8F91;
        text-shadow: none;
        line-height: 1;
        padding: 5px 4px 10px 12px;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .slider .carousel .carousel-control .icon span .fa:hover {
          color: #cecece;
          background-color: #444; }
  .slider .carousel .carousel-control .left-arrow span .fa {
    padding: 5px 12px 10px 4px; }
.slider .carousel .carousel-control.right {
  left: auto;
  right: 0;
  text-align: left; }

.learn-wrapper {
  padding: 80px 0 125px; }
  .learn-wrapper .learn-content .learn-text h1 {
    color: #2E2E2E;
    margin: 0; }
  .learn-wrapper .learn-content .learn-text h6 {
    color: #5C5C5C;
    font-weight: bold;
    margin: 0; }
    .learn-wrapper .learn-content .learn-text h6 span {
      color: #991314; }
  .learn-wrapper .learn-content .learn-text .desc {
    margin: 30px 90px 40px 0; }
    .learn-wrapper .learn-content .learn-text .desc span {
      color: #2E2E2E; }
  @media only screen and (max-width: 1200px) {
    .learn-wrapper .learn-content .learn-text {
      padding-right: 15px; } }
  @media only screen and (max-width: 1023px) {
    .learn-wrapper .learn-content .learn-text {
      padding: 0;
      text-align: center; }
      .learn-wrapper .learn-content .learn-text .desc {
        margin: 20px 15px; } }
  .learn-wrapper .learn-content .l-courses {
    margin-top: 10px;
    float: right; }
    .learn-wrapper .learn-content .l-courses .course-box {
      background: url(../images/background-breakout-yellow.jpg) no-repeat;
      width: 250px;
      height: 250px;
      color: #ffffff;
      padding: 10px;
      display: block;
      float: left;
      margin-right: 30px; }
      .learn-wrapper .learn-content .l-courses .course-box span {
        font-size: 14px; }
      .learn-wrapper .learn-content .l-courses .course-box .title {
        min-height: 58px; }
      .learn-wrapper .learn-content .l-courses .course-box h4 {
        font-family: 'Fjalla One', sans-serif;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 15px; }
      .learn-wrapper .learn-content .l-courses .course-box .line {
        display: table;
        width: 196px;
        height: 1px;
        background: #fff;
        margin: 8px auto 0; }
      .learn-wrapper .learn-content .l-courses .course-box h6 {
        margin: 10px 0;
        font-weight: 700; }
      .learn-wrapper .learn-content .l-courses .course-box .btn-sm:hover, .learn-wrapper .learn-content .l-courses .course-box .btn-sm:focus {
        color: #C68D19; }
    .learn-wrapper .learn-content .l-courses .course-box-blue {
      background: url(../images/background-breakout-blue.jpg) no-repeat;
      margin-right: 0; }
      .learn-wrapper .learn-content .l-courses .course-box-blue .btn-sm:hover, .learn-wrapper .learn-content .l-courses .course-box-blue .btn-sm:focus {
        color: #4691A4; }
    @media only screen and (max-width: 1200px) {
      .learn-wrapper .learn-content .l-courses {
        margin: 10px -35px 0; }
        .learn-wrapper .learn-content .l-courses .course-box {
          margin-right: 10px; } }
    @media only screen and (max-width: 1023px) {
      .learn-wrapper .learn-content .l-courses {
        margin: 20px auto 0;
        float: none;
        display: table; }
        .learn-wrapper .learn-content .l-courses .course-box {
          margin-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .learn-wrapper .learn-content .l-courses {
        margin: 0;
        display: block; }
        .learn-wrapper .learn-content .l-courses .course-box {
          margin: 20px auto 0;
          float: none;
          display: table; } }
  @media only screen and (max-width: 1023px) {
    .learn-wrapper {
      padding: 50px 0 70px; } }
  @media only screen and (max-width: 1023px) {
    .learn-wrapper {
      padding: 40px 0; } }

.cta-wrapper {
  background: #991314;
  color: #ffffff;
  border-bottom: 40px solid #581516; }
  .cta-wrapper .cta-content .cta-left .mob-img, .cta-wrapper .cta-content .cta-left .cta-text {
    display: inline-block; }
  .cta-wrapper .cta-content .cta-left .mob-img img {
    margin-top: -160px; }
    @media only screen and (max-width: 1023px) {
      .cta-wrapper .cta-content .cta-left .mob-img img {
        margin-top: -50px; } }
  @media only screen and (max-width: 767px) {
    .cta-wrapper .cta-content .cta-left .mob-img {
      display: none; } }
  .cta-wrapper .cta-content .cta-left .cta-text {
    margin: 30px 0 15px 45px; }
    .cta-wrapper .cta-content .cta-left .cta-text h1, .cta-wrapper .cta-content .cta-left .cta-text h6 {
      margin: 0; }
    .cta-wrapper .cta-content .cta-left .cta-text h6 {
      font-weight: 700;
      line-height: 1.3; }
    @media only screen and (max-width: 767px) {
      .cta-wrapper .cta-content .cta-left .cta-text {
        margin: 0 0 20px;
        text-align: center;
        display: block; } }
  .cta-wrapper .cta-content .cta-right {
    margin: 45px 15px 0 0; }
  @media only screen and (max-width: 1023px) {
    .cta-wrapper .pull-right {
      float: none !important;
      text-align: center;
      margin: -62px 0 20px 76px !important; }
    .cta-wrapper .pull-left {
      float: none !important;
      margin: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .cta-wrapper {
      padding: 25px 10px; }
      .cta-wrapper .pull-right {
        float: none !important;
        text-align: center;
        margin: 0 !important; }
      .cta-wrapper .pull-left {
        float: none !important;
        margin: 0; } }

.cta-btn {
  background: #991314;
  display: inline-block;
  color: #ffffff;
  padding: 9px 5px;
  border-radius: 5px;
  height: 42px;
  width: 225px;
  text-align: center;
  border: 2px solid #ffffff; }
  .cta-btn:hover, .cta-btn:focus {
    background: #ffffff;
    color: #991314; }

.clients-wrapper {
  padding: 55px 0 105px;
  background: #F8F8F8;
  border-bottom: 1px solid #F0F0F0; }
  .clients-wrapper h6 {
    margin: 0 0 60px;
    color: #5C5C5C; }
  .clients-wrapper .client-slider {
    margin: 0 -37px; }
    @media only screen and (max-width: 1023px) {
      .clients-wrapper .client-slider {
        margin: 0; } }
    .clients-wrapper .client-slider .slick-track {
      margin: 0; }
      .clients-wrapper .client-slider .slick-track .p-img {
        margin: 0 37px;
        text-align: center; }
        .clients-wrapper .client-slider .slick-track .p-img img {
          max-width: 100%;
          display: inline-block; }
        @media only screen and (max-width: 767px) {
          .clients-wrapper .client-slider .slick-track .p-img {
            margin: 20px; } }
    .clients-wrapper .client-slider button {
      display: none !important; }
  @media only screen and (max-width: 1023px) {
    .clients-wrapper {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .clients-wrapper {
      padding: 40px 0; }
      .clients-wrapper h6 {
        margin-bottom: 30px; } }

.about-image-wrapper .about-content .about-text {
  margin: 90px 20px 45px 0;
  width: 615px;
  float: right; }
  .about-image-wrapper .about-content .about-text h6, .about-image-wrapper .about-content .about-text h1 {
    margin: 0; }
  .about-image-wrapper .about-content .about-text h6 {
    color: #5C5C5C;
    font-weight: 700; }
  .about-image-wrapper .about-content .about-text h1 {
    color: #2E2E2E;
    margin: 5px 0; }
  .about-image-wrapper .about-content .about-text span {
    font-size: 18px;
    color: #000000;
    margin: 20px 0 35px;
    display: block; }
  .about-image-wrapper .about-content .about-text .desc p {
    line-height: 1.6; }
  .about-image-wrapper .about-content .about-text .desc ul {
    list-style: none;
    margin: 30px 0 40px 30px; }
    .about-image-wrapper .about-content .about-text .desc ul li {
      margin-bottom: 5px; }
      .about-image-wrapper .about-content .about-text .desc ul li .tick {
        width: 25px;
        margin: 0 15px 0 0;
        display: inline-block;
        float: left; }
        .about-image-wrapper .about-content .about-text .desc ul li .tick img {
          width: 100%; }
        @media only screen and (max-width: 1200px) {
          .about-image-wrapper .about-content .about-text .desc ul li .tick {
            margin-bottom: 30px; } }
        @media only screen and (max-width: 1023px) {
          .about-image-wrapper .about-content .about-text .desc ul li .tick {
            margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .about-image-wrapper .about-content .about-text .desc ul {
        margin: 25px 0 25px 20px; } }
  .about-image-wrapper .about-content .about-text .desc .default-btn {
    margin-left: 70px; }
    @media only screen and (max-width: 767px) {
      .about-image-wrapper .about-content .about-text .desc .default-btn {
        margin: 0 auto;
        display: table; } }
  @media only screen and (max-width: 1200px) {
    .about-image-wrapper .about-content .about-text {
      width: 530px;
      margin-right: 0; } }
  @media only screen and (max-width: 1023px) {
    .about-image-wrapper .about-content .about-text {
      width: 100%;
      padding: 0 20px;
      margin: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .about-image-wrapper .about-content .about-text {
      padding: 0 10px;
      margin: 40px 0; } }
.about-image-wrapper .about-content .jeff-img {
  display: inline-block;
  position: absolute;
  bottom: 0;
  top: auto;
  left: -145px; }
  @media only screen and (max-width: 1023px) {
    .about-image-wrapper .about-content .jeff-img {
      display: none; } }

.parallex-wrapper {
  background-size: cover;
  height: 740px;
  border-top: 2px solid #ffffff;
  border-bottom: 1px solid #ffffff; }
  .parallex-wrapper .parallex-content {
    color: #ffffff; }
    .parallex-wrapper .parallex-content .title {
      margin: 100px 0 115px; }
      .parallex-wrapper .parallex-content .title h1, .parallex-wrapper .parallex-content .title h6 {
        margin: 0; }
      .parallex-wrapper .parallex-content .title h6 {
        margin-bottom: 10px; }
      @media only screen and (max-width: 1023px) {
        .parallex-wrapper .parallex-content .title {
          margin: 50px 0; } }
      @media only screen and (max-width: 767px) {
        .parallex-wrapper .parallex-content .title {
          margin: 40px 0; } }
    .parallex-wrapper .parallex-content .content-left h5 {
      margin: 10px 0 0;
      color: #FFE478;
      font-weight: 700;
      line-height: 1.2; }
      .parallex-wrapper .parallex-content .content-left h5 span {
        color: #ffffff; }
    .parallex-wrapper .parallex-content .content-left ul {
      list-style: none;
      padding-left: 30px;
	  padding-right: 60px;
      padding-top: 45px; }
      .parallex-wrapper .parallex-content .content-left ul li {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 700; }
        .parallex-wrapper .parallex-content .content-left ul li span img {
          width: 25px;
          margin: -5px 5px 0 0; }
      @media only screen and (max-width: 1023px) {
        .parallex-wrapper .parallex-content .content-left ul {
          padding: 30px 0 0 25px; } }
      @media only screen and (max-width: 1023px) {
        .parallex-wrapper .parallex-content .content-left ul {
          padding: 20px 0; }
          .parallex-wrapper .parallex-content .content-left ul li {
            font-size: 15px; } }
    .parallex-wrapper .parallex-content .content-right .link-box {
      background: #ffffff;
      padding: 20px;
      width: 310px;
      display: table;
      margin: 0 auto; }
      .parallex-wrapper .parallex-content .content-right .link-box h6 {
        color: #000000;
        font-weight: 700;
        margin: 0;
        border-bottom: 1px solid #000000;
        padding: 0 0 10px 0; }
      .parallex-wrapper .parallex-content .content-right .link-box span {
        font-size: 18px;
        font-weight: 700;
        color: #5C5C5C;
        margin: 15px 0 20px;
        display: table; }
      .parallex-wrapper .parallex-content .content-right .link-box .more {
        background: #991314;
        height: 42px;
        border-radius: 22px;
        color: #ffffff;
        width: 200px;
        padding: 9px 5px;
        display: inline-block; }
        .parallex-wrapper .parallex-content .content-right .link-box .more img {
          margin: -4px 5px 0 0; }
        .parallex-wrapper .parallex-content .content-right .link-box .more:hover, .parallex-wrapper .parallex-content .content-right .link-box .more:focus {
          background: #581516; }
      @media only screen and (max-width: 767px) {
        .parallex-wrapper .parallex-content .content-right .link-box {
          width: auto; } }
  @media only screen and (max-width: 1023px) {
    .parallex-wrapper {
      height: 540px; } }
  @media only screen and (max-width: 767px) {
    .parallex-wrapper {
      height: auto;
      padding-bottom: 80px; }
      .parallex-wrapper .parallex-content {
        padding: 0 10px; } }

.option {
  width: 100%;
  display: block; }
  .option .option-box {
    width: 50%;
    float: left;
    display: block;
    height: 630px;
    background-size: cover; }
    .option .option-box .option-content {
      color: #ffffff;
      margin: 0 auto;
      display: table; }
      .option .option-box .option-content h3 {
        margin: 0; }
      .option .option-box .option-content h1 {
        font-family: 'Roboto', sans-serif;
        margin: 10px 0 0; }
      .option .option-box .option-content .desc {
        width: 405px;
        margin: 70px auto 40px;
        display: table; }
        @media only screen and (max-width: 1023px) {
          .option .option-box .option-content .desc {
            margin: 25px auto; } }
        @media only screen and (max-width: 767px) {
          .option .option-box .option-content .desc {
            margin: 20px 0;
            width: 100%;
            display: block; } }
      .option .option-box .option-content p {
        font-size: 18px;
        font-weight: bold; }
      .option .option-box .option-content .default-btn {
        background: transparent;
        border: 2px solid #ffffff; }
        .option .option-box .option-content .default-btn:hover, .option .option-box .option-content .default-btn:focus {
          background: #ffffff;
          color: #5C5C5C; }
    @media only screen and (max-width: 1023px) {
      .option .option-box {
        width: 100%;
        float: none;
        height: 400px; } }
    @media only screen and (max-width: 1023px) {
      .option .option-box {
        height: auto;
        padding: 40px 10px; } }

.quote-wrapper {
  height: 570px;
  background: url(../images/background-quote.jpg) no-repeat;
  background-size: cover;
  position: relative; }
  .quote-wrapper .quote-text {
    float: right;
    width: 970px;
    display: block;
    margin-right: 5%; }
    .quote-wrapper .quote-text h2 {
      font-style: italic;
      margin: 0;
      color: #ffffff; }
    @media only screen and (max-width: 1200px) {
      .quote-wrapper .quote-text {
        float: none;
        display: table;
        margin: 0 auto; } }
    @media only screen and (max-width: 1023px) {
      .quote-wrapper .quote-text {
        float: none;
        display: block;
        margin: 0;
        padding: 0 20px;
        width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .quote-wrapper {
      height: 350px; } }
  @media only screen and (max-width: 1023px) {
    .quote-wrapper {
      height: auto;
      padding: 50px 0; } }

.testimonial-wrapper {
  padding: 45px 0 80px;
  margin-top: 10px;
  border-top: 1px solid #F0F0F0;
  background: #F8F8F8; }
  .testimonial-wrapper .title {
    margin: 0 0 30px;
    margin-bottom: 20px; }
    .testimonial-wrapper .title h1, .testimonial-wrapper .title h6 {
      margin: 0; }
    .testimonial-wrapper .title h1 {
      color: #2E2E2E; }
    .testimonial-wrapper .title h6 {
      color: #5C5C5C;
      font-weight: 700;
      margin-bottom: 10px; }
  .testimonial-wrapper .testimonial-slider {
    background: #4E545A; }
    .testimonial-wrapper .testimonial-slider .carousel .carousel-indicators {
      position: static;
      width: 100%;
      margin: 0;
      text-align: left; }
      .testimonial-wrapper .testimonial-slider .carousel .carousel-indicators li {
        width: 8.33333333%;
        float: left;
        text-indent: 0;
        border-radius: 0;
        border: 0;
        margin: 0;
        height: auto; }
        .testimonial-wrapper .testimonial-slider .carousel .carousel-indicators li .thumb {
          position: relative; }
          .testimonial-wrapper .testimonial-slider .carousel .carousel-indicators li .thumb .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(153, 19, 20, 0.8);
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out; }
            .testimonial-wrapper .testimonial-slider .carousel .carousel-indicators li .thumb .overlay:hover, .testimonial-wrapper .testimonial-slider .carousel .carousel-indicators li .thumb .overlay:focus {
              background: transparent; }
      .testimonial-wrapper .testimonial-slider .carousel .carousel-indicators .active .thumb .overlay {
        background: rgba(153, 19, 20, 0.3); }
    .testimonial-wrapper .testimonial-slider .carousel .carousel-inner {
      width: 100%;
      background: #F8F8F8; }
      .testimonial-wrapper .testimonial-slider .carousel .carousel-inner .item .testimonial-text {
        width: 395px;
        display: table;
        font-style: italic;
        margin: 70px auto 0; }
        .testimonial-wrapper .testimonial-slider .carousel .carousel-inner .item .testimonial-text span {
          color: #5c5c5c;
          display: inline-block;
          margin: 15px 0 0 50px; }
        @media only screen and (max-width: 767px) {
          .testimonial-wrapper .testimonial-slider .carousel .carousel-inner .item .testimonial-text {
            width: 100%;
            padding: 25px 25px 0;
            text-align: center;
            margin: 0; }
            .testimonial-wrapper .testimonial-slider .carousel .carousel-inner .item .testimonial-text span {
              margin: 15px 0 0; } }
  @media only screen and (max-width: 767px) {
    .testimonial-wrapper {
      padding: 40px 0; } }

.sub-banner {
  height: 300px;
  backgrouund-size: cover;
  position: relative; }
  .sub-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(153, 19, 20, 0.75); }
    .sub-banner .overlay .container {
      height: 100%; }
  .sub-banner .banner-text {
    color: #ffffff; }
    .sub-banner .banner-text h1, .sub-banner .banner-text h6 {
      margin: 0; }
  @media only screen and (max-width: 1200px) {
    .sub-banner {
      height: 200px; } }
  @media only screen and (max-width: 767px) {
    .sub-banner {
      height: auto;
      padding: 60px 10px; } }

.breadcumb-wrapper {
  background: #F8F8F8;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  margin: 8px 0 90px; }
  .breadcumb-wrapper .mybreadcumb {
    padding: 10px 0; }
    .breadcumb-wrapper .mybreadcumb ul {
      padding: 0;
      margin: 0; }
      .breadcumb-wrapper .mybreadcumb ul li a:hover, .breadcumb-wrapper .mybreadcumb ul li a:focus {
        color: #991314; }
      .breadcumb-wrapper .mybreadcumb ul li .fa {
        color: #A4A4A4 !important;
        padding: 0 5px; }
      .breadcumb-wrapper .mybreadcumb ul .active {
        color: #991314; }
  @media only screen and (max-width: 1023px) {
    .breadcumb-wrapper {
      margin-bottom: 45px; } }
  @media only screen and (max-width: 1023px) {
    .breadcumb-wrapper {
      padding: 0 15px; } }

.jeff-msg {
  padding-right: 25px; }
  .jeff-msg h6 {
    color: #2E2E2E;
    margin: 0 0 50px;
    line-height: 1;
    font-weight: 700; }
  .jeff-msg p {
    line-height: 1.6; }
  .jeff-msg .quote {
    color: #991314;
    margin: 35px 0 25px; }
  .jeff-msg .read-more {
    margin-top: 25px; }
    .jeff-msg .read-more .sign {
      display: inline-block;
      padding-left: 40px; }
  @media only screen and (max-width: 1023px) {
    .jeff-msg {
      padding: 0; }
      .jeff-msg h6 {
        margin: 0 0 15px; }
      .jeff-msg .quote {
        margin: 20px 0; }
      .jeff-msg .read-more {
        margin: 20px 0 0; }
        .jeff-msg .read-more .sign {
          display: table;
          margin: 15px auto 0;
          padding: 0; } }

@media only screen and (max-width: 1023px) {
  .intro-content {
    text-align: center;
    padding: 0 20px; }
    .intro-content .team-img {
      margin-bottom: 20px; } }

.features-wrapper .features {
  margin: 60px 0; }
  .features-wrapper .features .features-box {
    border: 1px solid #F0F0F0;
    padding: 20px 20px 15px; }
  .features-wrapper .features .features-box:hover {
	background-color:  #F0F0F0;
	border: 1px solid #CCC;
  }
    .features-wrapper .features .features-box h3 {
      color: #2E2E2E;
      margin: 0; }
      .features-wrapper .features .features-box h3 span img {
        margin-right: 20px; }
    .features-wrapper .features .features-box .features-text {
      margin-top: 15px; }
      .features-wrapper .features .features-box .features-text p {
        line-height: 1.6; }
  @media only screen and (max-width: 1023px) {
    .features-wrapper .features {
      margin: 40px 0; }
      .features-wrapper .features .features-box {
        padding: 15px; } }
  @media only screen and (max-width: 767px) {
    .features-wrapper .features .features-box {
      margin: 0 10px 10px; } }

.video-wrapper {
  padding: 75px 0;
  background: #F8F8F8;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0; }
  .video-wrapper .video-content .video-text {
    padding: 0 20px; }
    .video-wrapper .video-content .video-text h1 {
      color: #2E2E2E;
      margin: 10px 0 5px; }
    .video-wrapper .video-content .video-text h6 {
      color: #5C5C5C;
      font-weight: 700;
      margin: 0; }
    .video-wrapper .video-content .video-text .subtitle {
      display: block;
      margin: 20px 0 25px;
      color: #000000;
      font-size: 18px; }
      @media only screen and (max-width: 1023px) {
        .video-wrapper .video-content .video-text .subtitle {
          margin: 15px 0; } }
    .video-wrapper .video-content .video-text p {
      line-height: 1.6; }
    .video-wrapper .video-content .video-text .default-btn {
      margin-top: 25px; }
      @media only screen and (max-width: 1023px) {
        .video-wrapper .video-content .video-text .default-btn {
          margin: 15px 0 0; } }
    @media only screen and (max-width: 767px) {
      .video-wrapper .video-content .video-text {
        padding: 0 10px;
        text-align: center; } }
  @media only screen and (max-width: 767px) {
    .video-wrapper .video-content .video-section {
      margin: 0 10px 15px;
      text-align: center; }
      .video-wrapper .video-content .video-section .modal-body {
        padding: 5px; } }
  .video-wrapper .model {
    background: rgba(0, 0, 0, 0.7); }
  .video-wrapper .modal-content {
    background: transparent !important;
    box-shadow: none;
    border: 0; }
    .video-wrapper .modal-content .modal-header {
      border: 0; }
      .video-wrapper .modal-content .modal-header .close {
        margin-right: 9px;
        color: #fff;
        font-size: 35px;
        text-shadow: none; }
    @media only screen and (max-width: 767px) {
      .video-wrapper .modal-content iframe {
        width: 280px !important;
        height: 200px;
        display: table;
        margin: 0 auto; } }
  @media only screen and (max-width: 1023px) {
    .video-wrapper {
      padding: 45px 0; } }

.glass-icon {
  display: block; }
  .glass-icon span {
    display: inline-block; }
    .glass-icon span img {
      margin: 0 15px; }
  .glass-icon span:before,
  .glass-icon span:after {
    content: "";
    height: 3px;
    background: #d3d5d7;
    width: 136px;
    display: inline-block; }
    @media only screen and (max-width: 1023px) {
      .glass-icon span:before,
      .glass-icon span:after {
        width: 90px; } }
    @media only screen and (max-width: 767px) {
      .glass-icon span:before,
      .glass-icon span:after {
        width: 70px; } }

.bio-wrapper {
  padding: 110px 0 190px;
  margin-top: 3px; }
  .bio-wrapper .bio-content .title {
    text-align: center; }
    .bio-wrapper .bio-content .title h1 {
      margin: 0 0 5px;
      color: #2E2E2E; }
    .bio-wrapper .bio-content .title .glass-icon span:before,
    .bio-wrapper .bio-content .title .glass-icon span:after {
      width: 200px; }
      @media only screen and (max-width: 767px) {
        .bio-wrapper .bio-content .title .glass-icon span:before,
        .bio-wrapper .bio-content .title .glass-icon span:after {
          width: 100px; } }
    .bio-wrapper .bio-content .title p {
      margin: 40px 0 0; }
  .bio-wrapper .bio-content .bio-text {
    margin-top: 60px; }
    .bio-wrapper .bio-content .bio-text .text-box {
      padding: 0 50px; }
      .bio-wrapper .bio-content .bio-text .text-box p {
        line-height: 1.6;
        margin-bottom: 20px; }
    .bio-wrapper .bio-content .bio-text .b-r {
      border-right: 1px solid #F0F0F0; }
    @media only screen and (max-width: 1023px) {
      .bio-wrapper .bio-content .bio-text {
        margin-top: 30px; }
        .bio-wrapper .bio-content .bio-text .text-box {
          padding: 0 25px; } }
    @media only screen and (max-width: 767px) {
      .bio-wrapper .bio-content .bio-text {
        margin-top: 20px; }
        .bio-wrapper .bio-content .bio-text .text-box {
          padding: 0;
          text-align: center; }
        .bio-wrapper .bio-content .bio-text .b-r {
          border: 0; } }
  @media only screen and (max-width: 1023px) {
    .bio-wrapper {
      padding: 45px 0; } }
  @media only screen and (max-width: 767px) {
    .bio-wrapper {
      padding: 40px 10px 20px; } }

.more-wrapper {
  padding: 100px 0 75px; }
  .more-wrapper .title h1 {
    margin: 0 0 5px;
    color: #2E2E2E; }
  .more-wrapper .title .glass-icon span:before,
  .more-wrapper .title .glass-icon span:after {
    width: 120px; }
    @media only screen and (max-width: 1023px) {
      .more-wrapper .title .glass-icon span:before,
      .more-wrapper .title .glass-icon span:after {
        width: 80px; } }
    @media only screen and (max-width: 1023px) {
      .more-wrapper .title .glass-icon span:before,
      .more-wrapper .title .glass-icon span:after {
        width: 60px; } }
  .more-wrapper .sub-title {
    margin: 20px 0 0; }
    .more-wrapper .sub-title span {
      color: #000000;
      font-size: 18px; }
  .more-wrapper .desc {
    margin: 20px 0 25px; }
    .more-wrapper .desc p {
      line-height: 1.6; }
  .more-wrapper .more-points .point-box {
    width: 50%;
    float: left;
    display: block;
    padding: 25px 30px; }
    .more-wrapper .more-points .point-box .icon {
      display: block;
      height: 32px; }
    .more-wrapper .more-points .point-box h6 {
      margin: 15px 0;
      color: #2E2E2E;
      font-weight: 700; }
    .more-wrapper .more-points .point-box p {
      font-size: 14px;
      color: #5C5C5C;
      line-height: 1.6; }
    @media only screen and (max-width: 1200px) {
      .more-wrapper .more-points .point-box {
        padding: 20px 10px; } }
    @media only screen and (max-width: 767px) {
      .more-wrapper .more-points .point-box {
        padding: 30px 10px 0;
        width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .more-wrapper {
      padding: 45px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .more-wrapper {
      padding: 40px 10px 30px;
      text-align: center; } }

footer {
  margin-top: 2px;
  height: auto;
  background: #4E545A;
  padding: 50px; }
  footer h2 {
    color: #2E2E2E; }

/*# sourceMappingURL=style.css.map */

.white-wrapper {
  padding: 75px 0;
}  
@media only screen and (max-width: 1023px) {
    .white-wrapper {
      padding: 45px 0; } }

.white-wrapper-testimonial-top {
  padding-bottom: 45px;
}  
@media only screen and (max-width: 1023px) {
    .white-wrapper-testimonial-top {
      padding-bottom: 45px; } }
	  
.gray-wrapper {
  padding: 75px 0;
  background: #F8F8F8;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0; }  
@media only screen and (max-width: 1023px) {
    .gray-wrapper {
      padding: 45px 0; } }
	  
	  	  
/*  FOOTER */
.lfooter {
  background: #181818;
  border-top: 65px solid #101010;
  padding: 100px 0 0;
  color: #ffffff; }
  .lfooter a {
    color: #991314;
    -webkit-transition: 0.32s all linear;
    -moz-transition: 0.32s all linear;
    transition: 0.32s all linear; }
    .lfooter a:hover, .lfooter a:focus {
      color: #fff; }
  .lfooter .main-footer .f-box .f-head {
    padding-bottom: 15px;
    margin-bottom: 20px;
    height: 94px;
    border-bottom: 1px solid #5c5c5c; }
    .lfooter .main-footer .f-box .f-head h2 {
      padding-top: 35px;
      font-size: 22px;
      font-weight: bold;
      font-family: "Fjalla One", sans-serif;
	  color: #fff;
      text-transform: uppercase;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .lfooter .main-footer .f-box .f-head h2 {
          padding-top: 10px; } }
    @media only screen and (max-width: 767px) {
      .lfooter .main-footer .f-box .f-head {
        height: auto;
        padding-bottom: 10px;
        margin-bottom: 10px; } }
  .lfooter .main-footer .f-box .f-link .floated-list li {
    width: 50%; }
    .lfooter .main-footer .f-box .f-link .floated-list li a {
      padding-bottom: 5px;
      text-transform: capitalize; }
    @media only screen and (max-width: 767px) {
      .lfooter .main-footer .f-box .f-link .floated-list li {
        width: 100%; } }
  .lfooter .main-footer .f-section:first-child {
    padding-right: 6%; }
  .lfooter .main-footer .f-section:nth-child(2) {
    padding-right: 3%; }
  .lfooter .main-footer .contacts-info span {
    display: block;
    margin-bottom: 15px;
    clear: both; }
    .lfooter .main-footer .contacts-info span .icon {
      width: 10%;
      float: left; }
      @media only screen and (max-width: 767px) {
        .lfooter .main-footer .contacts-info span .icon {
          width: auto;
          float: none;
          margin-bottom: 10px; } }
    .lfooter .main-footer .contacts-info span i {
      font-size: 20px;
      color: #47A3DB; }
  .lfooter .main-footer .contacts-info .location-icon {
    height: 0; }
    @media only screen and (max-width: 1023px) {
      .lfooter .main-footer .contacts-info .location-icon {
        height: auto; } }
  @media only screen and (max-width: 1023px) {
    .lfooter .main-footer .f-section:first-child,
    .lfooter .main-footer .f-section:nth-child(2) {
      padding-right: 15px; } }
  .lfooter .secondary-footer {
    margin-top: 5px;
	background-color: #181818 }
    .lfooter .secondary-footer .f-section {
      padding: 20px 0;
      border-top: 1px solid #5c5c5c;
      margin-right: 17%; }
      @media only screen and (max-width: 1023px) {
        .lfooter .secondary-footer .f-section {
          margin-right: 0; } }
    .lfooter .secondary-footer .social-info a {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #47A3DB;
      color: #181818;
      text-align: center;
      padding-top: 1px;
      margin-right: 5px;
      font-size: 18px !important;
      display: inline-block;
      border: 1px solid transparent; }
    .lfooter .secondary-footer .social-info .linked {
      background: #1a85bc; }
      .lfooter .secondary-footer .social-info .linked:hover, .lfooter .secondary-footer .social-info .linked:focus {
        background: transparent;
        border: 1px solid #47A3DB;
        color: #47A3DB; }
    .lfooter .secondary-footer .social-info .fb {
      background: #405081; }
      .lfooter .secondary-footer .social-info .fb:hover, .lfooter .secondary-footer .social-info .fb:focus {
        background: transparent;
        border: 1px solid #47A3DB;
        color: #47A3DB; }
    .lfooter .secondary-footer .social-info .twt {
      background: #1da1f2; }
      .lfooter .secondary-footer .social-info .twt:hover, .lfooter .secondary-footer .social-info .twt:focus {
        background: transparent;
        border: 1px solid #47A3DB;
        color: #47A3DB; }
    .lfooter .secondary-footer .terms {
      padding-top: 5px; }
      .lfooter .secondary-footer .terms a {
        color: rgba(255, 255, 255, 0.8); }
    @media only screen and (max-width: 767px) {
      .lfooter .secondary-footer {
        margin-top: 0; }
        .lfooter .secondary-footer .pull-left, .lfooter .secondary-footer .pull-right {
          width: 100%;
          float: none; } }
  .lfooter .copyright {
    border-top: 1px solid #5c5c5c;
    padding-top: 40px;
    text-align: center; }
    .lfooter .copyright span {
      text-transform: uppercase;
      color: #5d5d5d; }
    @media only screen and (max-width: 1023px) {
      .lfooter .copyright {
        padding-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .lfooter .copyright {
        padding-top: 15px; }
        .lfooter .copyright span {
          font-size: 14px; } }
  .lfooter .last-footer {
    margin-top: 50px;
    background: #101010;
    height: 65px; }
    .lfooter .last-footer span {
      color: #5d5d5d;
      padding-top: 24px;
      display: inline-block; }
      .lfooter .last-footer span a {
        color: #5d5d5d; }
        .lfooter .last-footer span a:hover, .lfooter .last-footer span a:focus {
          color: #991314; }
        @media only screen and (max-width: 767px) {
          .lfooter .last-footer span a {
            display: block; } }
  @media only screen and (max-width: 1200px) {
    .lfooter {
      border-top: 45px solid #101010;
      padding: 45px 0 0; }
      .lfooter .last-footer {
        height: 45px;
        margin-top: 30px; }
        .lfooter .last-footer span {
          padding-top: 12px; } }
  @media only screen and (max-width: 767px) {
    .lfooter {
      text-align: center;
      padding-top: 25px; }
      .lfooter .f-logo img {
        width: 155px; }
      .lfooter .last-footer {
        height: auto;
        margin-top: 10px; }
        .lfooter .last-footer span {
          padding: 10px; } }
		  
		  /* MAP */
#map {
  width:100%;
  height:300px;
  /* margin-top: 100px; */
}

/* CAPTCHA */
.marginbelow {
	margin-bottom: 20px;
}

/* CONTACT */
.contact-head {
	margin-bottom: 30px;
}

.contact-head p {	
	color: #a4a4a4;
}

.contact-head h4 {
	font-size: 16px;
	font-weight: 700;
	color: #2E2E2E;
	text-transform: uppercase;
}

.response-head {
	margin-bottom: 10px;;
	font-size: 16px;
	font-weight: 700;
	color: #a4a4a4;
}

.form-control:focus {
  border-color: #991314;
  box-shadow: inset 0 1px 1px rgba(153, 19, 20, 0.075), 0 0 8px rgba(153, 19, 20, 0.6);
}

.contact-wrapper {
	margin-bottom: 90px;
}

.feature-list-blocks {
	min-height:325px;
	margin:40px 0 40px 40px;
}
.feature-list-blocks p {
	line-height:1.7;
}
.feature-list-blocks h3 {
	color:#333;
	font-size:1.3;
	margin-bottom:30px;
}
.feature-list-blocks h3 span {
	display:block;
	color:#991314;
	font-size:.6em;
}

/* ------- Modal Styles ------- */

.modal-body { 
    padding-bottom: 20px; 
}
 
.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
}

.modal-style h2 {
	font-size: 48px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}


.modal-style h3 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.modal-style h4 {
	font-size: 16px;
}

.modal-style p {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.modal-style-form-head p {
	font-size: 18px;
	font-weight: 600;
	color: #2E2E2E;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}

.form-label-title {
	color: #2E2E2E;
}

.modal-header {
    border: none;
}

.modal-footer {
    border-radius: 0;
}

.modal-header .close {
    float: right !important;
    background-color: #991314 !important;
    border-radius: 5px !important;
	color: #fff !important;
    width: 25px !important;
    height: 25px !important;
    opacity: 1 !important;
	margin-bottom: 5px;
	font-size: 15px;
}
.modal-header .close:hover {
    background-color: #581516 !important;
}

.modal-img img {
	margin-top: -40px;
}

.center-item {
	margin: 0 auto;
	text-align: center;
}

.red-band {
	background: #991314;
	border-bottom: 40px solid #581516;
}

.modal-bg-white {
	background: #fff;
}

/* ------- End Modal Styles ------- */

.course-box-yellow-large {
	background:#C68D19;
	padding:15px;
}
	.course-box-yellow-large span,h4,h6 {
		color:#fff;
	}
	.course-box-yellow-large h4 {
		font-size: 24px;
  		font-family: 'Fjalla One', sans-serif;
	}


.course-box-blue-large {
	background:#3D889B;
	padding:15px;
}
.course-box-blue-large span,h4,h6 {
	color:#fff;
}
.course-box-blue-large h4 {
		font-size: 24px;
  		font-family: 'Fjalla One', sans-serif;
	}

.red-check-mark-list ul li {
	list-style-type: none;
    background-image: url(../images/tick-red.png);
    background-repeat: no-repeat;
    padding-left: 45px;
    line-height: 1.35em;
    padding-bottom: 20px;
}
parallex-wrapper
.blue-check-mark-list ul li {
	list-style-type: none;
    background-image: url(../images/tick-blue.png);
    background-repeat: no-repeat;
    padding-left: 45px;
    line-height: 1.35em;
    padding-bottom: 20px;
}

.yellow-check-mark-list ul {
	padding-left: -25px !important;
}

.yellow-check-mark-list ul li {
	list-style-type: none;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 1.35em;
    padding-bottom: 20px;
}

.red-check-mark-list ul {
	padding-left: -25px !important;
}

.red-check-mark-list ul li {
	list-style-type: none;
    background-image: url(../images/tick-red.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 1.35em;
    padding-bottom: 20px;
}

/* TESTIMONIAL */
.testimonial-quote::before {
	content: url(../images/testimonials-quotes.png);
	padding-right: 10px;
}

.testimonial-quote p {
	margin-top: -30px;
 	margin-left: 45px;
}
.testimonial-title,.testimonial-name
{
	margin-left: 45px;
}
.testimonial-name {
	color:#666;
}
.testimonial-title {
	font-size:.8em;
	font-style:italic;
	margin-bottom:60px;
}
.featured-testimonial {
	margin-top: 20px;
	margin-left: 45px;
}

.featured-testimonial img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.featured-testimonial-name {

}

.featured-testimonial-title {
	font-size: 13px;
}
.yellow-button, 
.blue-button,
.red-button {
	margin-top:15px;
	padding:10px 16px;
	color:#fff;
	font-weight:bold;
	font-size:.9em;
	display:inline-block;
	border-radius:8px;
}
.yellow-button {
	background:#C68D19;
}
.blue-button {
	background:#3D889B;
}
.red-button {
	background:#991314;
}
.text-dark {
	color:#2E2E2E;
}
.subtitle{
      display: block;
      margin: 20px 0 25px;
      color: #000000;
      font-size: 18px; }
.regular-text {
	line-height:1.5;
}
.regular-link {
	color: #069;
}
.regular-link:hover {
	color: #991314;
}

.list-regular {
	margin-left:25px;
}
.list-regular li {
	
}
.list-special {
	margin-left:10px;
	margin-right:10px;
	background:#f3f3f3;
	border:1px solid #d4d4d4;
	border-radius:3px;
	padding:20px 20px;
	list-style-type:none;
}
.list-special li {
	color: #2E2E2E;
	margin-bottom:8px;
}
.hr-title {
	margin-top:10px;
	margin-bottom:25px;
	border-bottom:1px solid #dddddd;
}
.gray-wrapper p,
.white-wrapper p
 {
	line-height:1.5;
}
.gray-wrapper h2,
.white-wrapper h2 {
	color:#2E2E2E;
	margin-bottom:40px;
}
.banner-text h6{
	color:#fff;
}
.more-button {
	display: inline-block;
	padding: 6px 15px;
	color: #991314;
	border: 1px solid #991314;
	border-radius: 5px;
	text-transform: uppercase;
	font-size:.8em;
	margin-top:10px;
}
.more-button-white {
	display: inline-block;
	padding: 6px 15px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	text-transform: uppercase;
	font-size:.8em;
	margin-top:10px;
}
.more-button:hover, .more-button-white:hover {
	background:#991314;
	color:#fff;
}
.red-wrapper {
	background:#991314;
	padding:20px 0;
}
.red-wrapper h1,
.red-wrapper h2,
.red-wrapper h3,
.red-wrapper h4,
.red-wrapper h5,
.red-wrapper h6,
.red-wrapper p
 {
	color:#fff;
}
.blue-wrapper {
	background:#3D889B;
	padding:20px 0;
}
.blue-wrapper h1,
.blue-wrapper h2,
.blue-wrapper h3,
.blue-wrapper h4,
.blue-wrapper h5,
.blue-wrapper h6,
.blue-wrapper p
 {
	color:#fff;
}
.yellow-wrapper {
	background:#C68D19;
	padding:20px 0;
}
.yellow-wrapper h1,
.yellow-wrapper h2,
.yellow-wrapper h3,
.yellow-wrapper h4,
.yellow-wrapper h5,
.yellow-wrapper h6,
.yellow-wrapper p
 {
	color:#fff;
}
.block-hover {
	border:1px solid #f3f3f3;
}
.block-hover:hover {
	border:1px solid #991314;
}
.price-gold {
	font-size:2em;
	font-weight:bold;
	color: #C68D19;
	text-align:center;
}
.price-description {
	font-size:1em;
	color: #999;
	text-align:center;
}
.price-blue {
	font-size:2em;
	font-weight:bold;
	color: #3D889B;
	text-align:center;
}
.price-red {
	font-size:2em;
	font-weight:bold;
	color: #991314;
	text-align:center;
}
.cta-block1 {
			display:block;
			background:#141414;
			color:#fff;
}
.cta-block-content {
	padding-top:40px;
	padding-left:80px;
	padding-right:80px;
	padding-bottom:40px;
	color:#fff;
}
.textfield1 {
	max-width:300px;
	height:48px;
	margin-top:25px;
	margin-bottom:25px;
	border:2px solid rgba(255,255,255,.2);
	background:rgba(255,255,255,.1);
	font-size:1.0em;
	color:rgba(255,255,255,.1)
}
.submit1 {
	margin-bottom:25px;
	font-size:1.0em;
	color:rgba(255,255,255,.7);
	background:#991314;
	padding:10px 24px;
	border-radius:8px;
	font-weight:bold;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.well-white {
  min-height: 20px;
  padding: 19px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}	
	
.video-section-title-01 {
	position:absolute;
	width:100%;
	top:80px;
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
	font-size:1.3em;
}
.video-section-title-01 span {
	display:block;
	text-align:center;
	margin-top:-10px;
	font-size:6em;
}	

.video-section-title-01 p {
	display:block;
	width:100%;
	text-align:center;
	color:rgba(255,255,255,.7);
	margin-top:30px;
	padding-top:10px;
	margin-bottom:30px;
	padding-bottom:10px;
	border-top:3px solid rgba(255,255,255,.2);
	border-bottom:3px solid rgba(255,255,255,.2);
	font-size:1em;
	text-shadow:none;
}	
.default-btn-sm {
  background: #991314;
  display: inline-block;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 5px;
  text-align: center;
  font-size:.9em;
  transition: all 0.75s ease-out; }
  .default-btn-sm:hover, .default-btn-sm:focus {
    background: #581516; }
.offer-block {
	padding:12px;
	background:rgba(100,100,100,.1);
	border:1px solid rgba(100,100,100,.2);
}
.module-list h3 span {
	display:inline-block;
	background:#991314;
	border-radius:3px;
	padding:3px 8px;
	color:#f3f3f3;
	font-size:.5em;
	margin-bottom:4px;
}
.module-list {
	color:#666;
}
.yellow-secondary-title {
	margin-top:5px;
	margin-bottom:20px;
	background:rgba(255,255,255,.4);
	text-align:center;
	font-size:1em;
	color:#C68D19;
	padding:5px;
	font-weight:bold;
}
.blue-secondary-title {
	margin-top:5px;
	margin-bottom:20px;
	background:rgba(255,255,255,.4);
	text-align:center;
	font-size:1em;
	color:#3D889B;
	padding:5px;
	font-weight:bold;
}

/* TERMS OF USE */
.terms {
	padding: 0 0 60px 0;
}

.terms h2 {
	font-size: 30px;
}

.terms h3 {
	font-size: 24px;
}

.terms ol {
	padding-left: 30px;
}

.terms ul {
	padding-left: 30px;
}

.books-tab {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.list-fix {
	padding-left: 15px;
}

.bibliographies-wrapper {
    padding: 75px 0;
    background: #991314;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}
.menu-sub-title-head {
	color: #2e2e2e;
}

/* ------- Modal PD Styles ------- */

.modal-body { 
    padding-bottom: 20px; 
}
 
.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
}

.modal-style-pd h2 {
	font-size: 44px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px; !important;
}


.modal-style-pd h3 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.modal-style-pd h4 {
	font-size: 16px;
}

.modal-style-pd p {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.modal-style-pd span {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.modal-style-form-head-pd p {
	font-size: 18px;
	font-weight: 600;
	color: #cc9933;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}

.modal-style-form-head-pd-payment p {
	font-size: 18px;
	font-weight: 600;
	color: #cc9933;
	text-transform: capitalize;
	text-align: center;
}

.form-label-title {
	color: #2E2E2E;
}

.modal-header {
    border: none;
}

.modal-footer {
    border-radius: 0;
}

.modal-header-pd {
    min-height: 16.42857143px;
    padding: 15px;
}

.modal-header-pd .close {
    float: right !important;
    background-color: #cc9933 !important;
    border-radius: 5px !important;
	color: #fff !important;
    width: 25px !important;
    height: 25px !important;
    opacity: 1 !important;
	margin-bottom: 5px;
	font-size: 15px;
}
.modal-header-pd .close:hover {
    background-color: #9c721c !important;
}

.modal-img-pd img {
	margin-top: -40px;
}

.center-item {
	margin: 0 auto;
	text-align: center;
}

.yellow-band {
	background: #cc9933;
	border-bottom: 40px solid #9c721c;
}

.modal-bg-white {
	background: #fff;
}

.default-btn-modal-pd {
  background: #cc9933;
  display: inline-block;
  color: #ffffff;
  padding: 9px 5px;
  border-radius: 5px;
  height: 42px;
  width: 135px;
  text-align: center;
  transition: all 0.75s ease-out; }
  .default-btn-modal-pd:hover, .default-btn-modal-pd:focus {
    background: #9c721c; }
  @media only screen and (max-width: 767px) {
    .defaul-modal-pd-btn {
      height: 62px;
      width: 145px;
      font-size: 15px; } }
	  
.discount-code {
	padding-top: 10px;
	font-size: 50px;
	text-align: center;
	color: #cc9933;
}

/* ------- End  PD Modal Styles ------- */


/* ------- Modal SM Styles ------- */

.modal-body { 
    padding-bottom: 20px; 
}
 
.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
}

.modal-style-sm h2 {
	font-size: 44px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px; !important;
}


.modal-style-sm h3 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.modal-style-sm h4 {
	font-size: 16px;
}

.modal-style-sm p {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.modal-style-sm span {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.modal-style-form-head-sm p {
	font-size: 18px;
	font-weight: 600;
	color: #3d889b;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}

.modal-style-form-head-sm-payment p {
	font-size: 18px;
	font-weight: 600;
	color: #3d889b;
	text-transform: capitalize;
	text-align: center;
}

.form-label-title {
	color: #2E2E2E;
}

.modal-header {
    border: none;
}

.modal-footer {
    border-radius: 0;
}

.modal-header-sm {
    min-height: 16.42857143px;
    padding: 15px;
}

.modal-header-sm .close {
    float: right !important;
    background-color: #3d889b !important;
    border-radius: 5px !important;
	color: #fff !important;
    width: 25px !important;
    height: 25px !important;
    opacity: 1 !important;
	margin-bottom: 5px;
	font-size: 15px;
}
.modal-header-sm .close:hover {
    background-color: #1b5c6c !important;
}

.modal-img-sm img {
	margin-top: -40px;
}

.center-item {
	margin: 0 auto;
	text-align: center;
}

.blue-band {
	background: #3d889b;
	border-bottom: 40px solid #1b5c6c;
}

.modal-bg-white {
	background: #fff;
}

.default-btn-modal-sm {
  background: #3d889b;
  display: inline-block;
  color: #ffffff;
  padding: 9px 5px;
  border-radius: 5px;
  height: 42px;
  width: 135px;
  text-align: center;
  transition: all 0.75s ease-out; }
  .default-btn-modal-sm:hover, .default-btn-modal-sm:focus {
    background: #1b5c6c; }
  @media only screen and (max-width: 767px) {
    .defaul-modal-sm-btn {
      height: 62px;
      width: 145px;
      font-size: 15px; } }
	  
.discount-code-sm {
	padding-top: 10px;
	font-size: 50px;
	text-align: center;
	color: #3d889b;
}

/* ------- End  SM Modal Styles ------- */

.well-red {
    min-height: 20px;
    padding: 30px 19px;
    margin-bottom: 20px;
    background-color: #991314;
    border: 1px solid #581516;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-red h2 {
	margin: 0;
	color: #fff;
}

.well-red p {
	color: #fff;
}

.cta-btn-well {
  margin-top: 10px;
  background: #991314;
  display: inline-block;
  color: #ffffff;
  padding: 9px 5px;
  border-radius: 5px;
  height: 42px;
  width: 125px;
  text-align: center;
  border: 2px solid #ffffff; }
  .cta-btn-well:hover, .cta-btn-well:focus {
    background: #ffffff;
    color: #991314; }
.btn-small {
  background: #991314;
  display: inline-block;
  color: #ffffff;
  padding: 4px 5px;
  border-radius: 3px;
  text-align: center;
  transition: all 0.75s ease-out; }
  .reverse {
    padding:1px 2px;
    background:#fff;
    font-size: .8em;
    color:#991314;
  }