@import url("https://fonts.googleapis.com/css?family=Cabin:400,700");
@import url("https://fonts.googleapis.com/css?family=Cabin+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,700");
html, input, select {
  font-family: 'Source Sans Pro', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  color: #1b3b6e; }

h1 {
  font-size: 22px;
  line-height: 26.4px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 30px;
      line-height: 36px; } }
  @media screen and (min-width: 1500px) {
    h1 {
      font-size: 48px;
      line-height: 57.6px; } }

h2, h3 {
  font-size: 22px;
  line-height: 26.4px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    h2, h3 {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1024px) {
    h2, h3 {
      font-size: 30px;
      line-height: 36px; } }

h4 {
  font-size: 18px;
  line-height: 21.6px;
  margin-bottom: 15px;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 22px;
      line-height: 26.4px; } }

h5, h6 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px; }

p {
  line-height: 22.652px;
  font-size: 14px;
  color: #373737; }

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none; }
  a:hover {
    color: #a2a2a2; }

/* Grid System */
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0;
  margin: 0px; }

.wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: .5% 0 .5% 1.6%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 49.2%; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; } }
@media only screen and (max-width: 480px) {
  .span_2_of_2, .span_1_of_2 {
    width: 100%; } }
/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66.13%; }

.span_1_of_3 {
  width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 771px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_3_of_3, .span_2_of_3, .span_1_of_3 {
    width: 100%; } }
/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%; }

.span_3_of_4 {
  width: 74.6%; }

.span_2_of_4 {
  width: 49.2%; }

.span_1_of_4 {
  width: 23.8%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%; } }
/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%; }

.span_4_of_5 {
  width: 79.68%; }

.span_3_of_5 {
  width: 59.36%; }

.span_2_of_5 {
  width: 39.04%; }

.span_1_of_5 {
  width: 18.72%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
    width: 100%; } }
/*  GRID OF SIX  */
.span_6_of_6 {
  width: 100%; }

.span_5_of_6 {
  width: 83.06%; }

.span_4_of_6 {
  width: 66.13%; }

.span_3_of_6 {
  width: 49.2%; }

.span_2_of_6 {
  width: 32.26%; }

.span_1_of_6 {
  width: 15.33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 1200px) {
  .tab-scroll .col {
    margin: 1% 0 1% 0%; }

  .tab-scroll .span_1_of_6, .tab-scroll .span_2_of_6, .tab-scroll .span_3_of_6, .tab-scroll .span_4_of_6, .tab-scroll .span_5_of_6, .tab-scroll .span_6_of_6 {
    width: 33.3333%; } }
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 745px) {
  .tab-scroll .col {
    margin: 1% 0 1% 0%; }

  .tab-scroll .span_1_of_6, .tab-scroll .span_2_of_6, .tab-scroll .span_3_of_6, .tab-scroll .span_4_of_6, .tab-scroll .span_5_of_6, .tab-scroll .span_6_of_6 {
    width: 50%; } }
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
    width: 100%; } }
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.clearfix {
  overflow: auto; }

body {
  overflow-x: hidden; }

.First {
  margin-left: 0;
  clear: left; }

.sitRight {
  float: right;
  clear: right; }

img {
  width: 100%; }

section {
  padding: 15px 0; }
  section:nth-of-type(2) {
    padding: 0; }
  section:nth-of-type(1) {
    padding: 0; }

select {
  cursor: pointer;
  background-image: url(/themes/nts-training/images/icons/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position-y: 50%;
  background-position-x: 95%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.featherlight-content {
  padding: 5px 5px 0 !important; }
  .featherlight-content .featherlight-next, .featherlight-content .featherlight-previous {
    top: auto;
    bottom: 0;
    height: 70px;
    width: 70px;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden; }
    .featherlight-content .featherlight-next span, .featherlight-content .featherlight-previous span {
      position: relative;
      top: 60px;
      text-shadow: none;
      font-size: 20px;
      line-height: 25px;
      display: block; }
  .featherlight-content .featherlight-next {
    right: 0;
    left: auto; }
    .featherlight-content .featherlight-next span {
      right: -5%; }
  .featherlight-content .featherlight-previous {
    left: 0; }
  .featherlight-content .featherlight-close-icon {
    font-size: 40px;
    color: #fff;
    width: auto;
    padding: 20px; }

.owl-nav {
  width: 100%;
  position: absolute;
  top: 45%; }
  .owl-nav div {
    position: absolute; }
    .owl-nav div i {
      color: #1b3b6e;
      font-weight: 700;
      font-size: 30px; }
  .owl-nav .owl-prev {
    left: 0; }
  .owl-nav .owl-next {
    right: 0; }

.btn {
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 20px 13px 20px;
  color: #fff;
  border: none; }
  .btn:before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    margin-right: 18px;
    position: relative;
    top: 4px;
    left: 0; }
  .btn:hover {
    background: #ededed;
    color: #fff; }
    .btn:hover:before {
      left: 10px; }

.btn.small {
  padding: 10px 15px; }
  .btn.small:before {
    content: "";
    margin: 0;
    top: 0;
    font-size: 0; }

.btn.large {
  font-size: 18px;
  line-height: 21.6px;
  padding: 5px 20px 13px 20px; }
  @media screen and (min-width: 768px) {
    .btn.large {
      font-size: 22px;
      line-height: 26.4px; } }
  @media screen and (min-width: 768px) {
    .btn.large {
      padding: 15px 25px 20px 25px; } }
  .btn.large:before {
    top: 2px; }

.btn.white {
  color: #373737;
  background: #fff; }

.btn.red {
  background: #ff544b; }
  .btn.red:hover {
    background: #ff8680; }

.btn.blue {
  background: #3361a9; }
  .btn.blue:hover {
    background: #5788d5; }

.btn.trans {
  background: none;
  color: #fff; }
  .btn.trans:before {
    color: #ff544b; }

.btn-el {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Cabin Condensed', sans-serif;
  color: #00a6ed;
  width: auto;
  margin: 20px 0;
  padding: 6px 0;
  border-bottom: 4px solid #00a6ed;
  text-transform: uppercase; }
  .btn-el:before {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 6px; }
  .btn-el:hover {
    color: #a2a2a2;
    border-bottom: 4px solid #a2a2a2; }

input[type="submit"] {
  font-size: 14px;
  width: auto;
  border: none;
  margin: 15px 0;
  padding: 10px 20px;
  float: left; }
  input[type="submit"]:before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    margin-right: 18px;
    position: relative;
    top: 4px;
    left: 0; }

.sub {
  font-size: 18px;
  line-height: 29.124px;
  color: #fff;
  margin-bottom: 20px; }

#breadcrumbs ul {
  font-size: 14px;
  color: #a2a2a2; }
  #breadcrumbs ul a {
    color: #a2a2a2;
    font-weight: 700; }

.text-block ul, .split ul {
  margin: 10px 0;
  width: 100%;
  float: left; }
  .text-block ul li, .split ul li {
    font-size: 14px;
    font-weight: 700;
    color: #373737;
    margin: 0;
    width: 100%;
    float: left; }
    @media screen and (min-width: 1024px) {
      .text-block ul li, .split ul li {
        font-size: 18px; } }
    .text-block ul li:before, .split ul li:before {
      content: "\f30b";
      font-family: 'Font Awesome 5 Free';
      font-size: 18px;
      line-height: 21.6px;
      color: #619eff;
      position: relative;
      margin-right: 20px;
      display: block;
      float: left;
      height: 35px; }
      @media screen and (min-width: 768px) {
        .text-block ul li:before, .split ul li:before {
          font-size: 22px;
          line-height: 26.4px; } }
.text-block ul, .split ul {
  float: left;
  margin: 10px 0; }
  .text-block ul li:before, .split ul li:before {
    content: "\f101"; }
.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6, .split h1, .split h2, .split h3, .split h4, .split h5, .split h6 {
  margin-top: 0; }
.text-block p.large-body, .split p.large-body {
  font-size: 18px; }
.text-block ul.tick-list li, .split ul.tick-list li {
  margin: 8px 0;
  color: #373737; }
  .text-block ul.tick-list li:before, .split ul.tick-list li:before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #619eff; }
    @media screen and (min-width: 768px) {
      .text-block ul.tick-list li:before, .split ul.tick-list li:before {
        top: -5px;
        background-size: 35px;
        height: 35px;
        padding-left: 50px; } }
    @media screen and (min-width: 1024px) {
      .text-block ul.tick-list li:before, .split ul.tick-list li:before {
        top: -10px;
        background-size: 50px;
        height: 50px;
        padding-left: 70px; } }

.text-block ul.bullet-width li, .split ul.bullet-width li {
  width: 50%; }
.text-block img, .split img {
  width: 90%; }

.split.colour {
  padding: 30px 0; }

.pagination {
  position: relative;
  display: block; }
  .pagination .next-button, .pagination .previous-button {
    background-color: #1D95E1;
    color: #ffffff;
    float: left;
    padding: 5px 17px;
    text-decoration: none;
    margin-right: 4px;
    font-size: 25px;
    margin-top: 4px;
    line-height: 34px; }
  .pagination .number-button {
    float: left;
    padding: 3px 15px;
    line-height: 36px;
    font-size: 18px;
    text-decoration: none;
    margin: 4px;
    border: 1px solid #b3aeae;
    color: #b3aeae; }
    .pagination .number-button:hover {
      background-color: #1D95E1;
      color: #ffffff;
      border: 1px solid #1D95E1; }
  .pagination a.active {
    background-color: #1D95E1;
    color: #ffffff;
    border: 1px solid #1D95E1; }

.blog-pager ul a {
  background: #ededed;
  text-transform: uppercase;
  padding: 15px 25px;
  font-weight: 700;
  color: #1b3b6e; }
  .blog-pager ul a span {
    display: none; }
.blog-pager ul .prev-p {
  float: left; }
.blog-pager ul .next-p {
  float: right; }

.twitter-carousel li img {
  height: auto;
  width: 100%;
  margin-top: 10px;
  -webkit-mask-image: linear-gradient(black 10%, rgba(0, 0, 0, 0) 40%);
  mask-image: linear-gradient(black 10%, rgba(0, 0, 0, 0) 40%); }
.twitter-carousel li.twitter-img {
  height: 200px;
  overflow: hidden; }

form .filter-button {
  margin-right: 0; }

.filter-button {
  float: right;
  margin-right: 10px; }
  .filter-button:before {
    content: ""; }
  .filter-button input {
    margin: 0; }

select option {
  color: #1B3B6E; }

.breadcrumbs-container {
  margin: -20px 0; }

.alert {
  padding: 5px;
  background: #d1d2d4;
  text-align: center; }
  .alert img {
    width: 20px;
    display: inline-block;
    margin-right: 10px; }
  .alert p {
    font-weight: 600;
    color: #1b3b6e;
    display: inline-block;
    position: relative;
    top: -5px;
    font-size: 12px;
    line-height: 19.416px; }
    @media screen and (min-width: 768px) {
      .alert p {
        font-size: 14px; } }
    .alert p span {
      color: #ff544b; }

header {
  position: relative;
  padding: 20px;
  height: 155px; }
  @media screen and (min-width: 768px) {
    header {
      padding: 15px 320px 15px 15px; } }
  @media screen and (min-width: 1500px) {
    header {
      padding: 20px 320px 20px 20px; } }
  header .menu-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      header .menu-btn {
        top: auto;
        bottom: 20px;
        right: 320px; } }
    @media screen and (min-width: 1024px) {
      header .menu-btn {
        display: none; } }
  header a.logo {
    width: 60%;
    display: block;
    float: left; }
    @media screen and (min-width: 560px) {
      header a.logo {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      header a.logo {
        width: 400px; } }
    @media screen and (min-width: 1500px) {
      header a.logo {
        width: 400px; } }
    @media (min-width: 1750px) {
      header a.logo {
        width: 540px; } }
  header .header-details {
    float: right;
    clear: right;
    margin-top: 25px;
    display: none; }
    @media screen and (min-width: 1024px) {
      header .header-details {
        display: block; } }
    @media screen and (min-width: 1200px) {
      header .header-details {
        margin-top: 20px; } }
    @media screen and (min-width: 1500px) {
      header .header-details {
        clear: none;
        margin-top: 0;
        margin-right: 40px; } }
    header .header-details .contact-info {
      width: 100%;
      display: none; }
      @media screen and (min-width: 768px) {
        header .header-details .contact-info {
          display: block; } }
      @media screen and (min-width: 1500px) {
        header .header-details .contact-info .item {
          float: left; }
          header .header-details .contact-info .item:first-of-type {
            margin-right: 20px; } }
      header .header-details .contact-info .item img {
        width: 30px;
        display: none;
        margin-right: 10px; }
        @media screen and (min-width: 1200px) {
          header .header-details .contact-info .item img {
            width: 50px;
            display: inline-block; } }
      header .header-details .contact-info .item .text-area {
        display: inline-block; }
        @media screen and (min-width: 768px) {
          header .header-details .contact-info .item .text-area {
            position: relative;
            top: -8px; } }
        header .header-details .contact-info .item .text-area p {
          color: #373737;
          display: none;
          font-size: 14px;
          font-weight: 700;
          font-family: 'Cabin', sans-serif;
          margin-bottom: 3px; }
          @media screen and (min-width: 768px) {
            header .header-details .contact-info .item .text-area p {
              display: block; } }
        header .header-details .contact-info .item .text-area p.contact {
          color: #1b3b6e;
          font-size: 18px; }
          @media screen and (min-width: 768px) {
            header .header-details .contact-info .item .text-area p.contact {
              font-size: 18px;
              line-height: 21.6px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    header .header-details .contact-info .item .text-area p.contact {
      font-size: 22px;
      line-height: 26.4px; } }

    header .header-details .underline {
      border-bottom: 1px solid #a2a2a2;
      width: 140px;
      display: none;
      float: right;
      margin-bottom: 10px; }
      @media screen and (min-width: 1500px) {
        header .header-details .underline {
          display: block; } }
    header .header-details .times {
      position: absolute;
      left: 20px;
      bottom: 10px; }
      @media screen and (min-width: 1500px) {
        header .header-details .times {
          position: relative;
          left: auto;
          bottom: auto;
          float: right;
          clear: right; } }
      header .header-details .times img {
        display: inline-block;
        width: 18px;
        margin-right: 5px; }
        @media screen and (min-width: 1500px) {
          header .header-details .times img {
            width: 25px; } }
      header .header-details .times p {
        position: relative;
        top: -4px;
        display: inline-block;
        font-size: 14px; }
        @media screen and (min-width: 1500px) {
          header .header-details .times p {
            top: -7px;
            font-size: 18px; } }
        header .header-details .times p span {
          color: #1b3b6e;
          font-weight: 700;
          margin-right: 10px;
          font-family: 'Cabin', sans-serif; }
  header .cg-logo {
    width: 50px;
    float: right;
    margin: 0;
    position: absolute;
    display: none; }
    @media screen and (min-width: 768px) {
      header .cg-logo {
        display: block;
        right: 400px;
        bottom: 20px; } }
    @media screen and (min-width: 1024px) {
      header .cg-logo {
        right: 320px;
        top: 10px;
        bottom: auto; } }
    @media screen and (min-width: 1500px) {
      header .cg-logo {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        width: 100px;
        margin: 20px 0; } }
  header .header-btns {
    position: absolute;
    z-index: 3;
    right: 0;
    top: auto;
    bottom: 0;
    height: 60px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      header .header-btns {
        top: 0;
        bottom: auto;
        height: 100%;
        width: 290px; } }
    header .header-btns a {
      text-align: center;
      display: block;
      height: 100%;
      width: 33.33%;
      padding: 5px 2px; }
      @media screen and (min-width: 768px) {
        header .header-btns a {
          width: 50%;
          height: 50%;
          padding: 15px 2px; } }
      header .header-btns a img {
        display: inline-block;
        width: 30px;
        position: relative;
        top: 10px;
        margin-right: 5px; }
      header .header-btns a p {
        display: none;
        color: #fff;
        font-size: 18px;
        font-weight: 700; }
        @media screen and (min-width: 560px) {
          header .header-btns a p {
            display: inline-block; } }
    header .header-btns .search {
      background: #619eff;
      height: 100%;
      padding: 5px 2px;
      cursor: pointer;
      float: left; }
      header .header-btns .search:hover {
        background: #95beff; }
      @media screen and (min-width: 768px) {
        header .header-btns .search {
          padding: 35px 2px;
          float: left; } }
      header .header-btns .search img {
        width: 30px;
        top: 10px;
        margin: 0; }
        @media screen and (min-width: 768px) {
          header .header-btns .search img {
            width: 45px;
            top: 0; } }
      header .header-btns .search p {
        width: auto; }
        @media screen and (min-width: 768px) {
          header .header-btns .search p {
            width: 100%; } }
    header .header-btns .book {
      background: #ff544b;
      float: left; }
      header .header-btns .book:hover {
        background: #ff8680; }
      @media screen and (min-width: 768px) {
        header .header-btns .book {
          float: left; } }
    header .header-btns .login {
      background: #3361a9;
      float: left; }
      header .header-btns .login:hover {
        background: #5788d5; }
      @media screen and (min-width: 768px) {
        header .header-btns .login {
          float: left;
          clear: right; } }

.search-bar {
  display: none;
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  padding: 20px;
  background: #1b3b6e;
  border-bottom: 1px solid #fff; }
  @media screen and (min-width: 1024px) {
    .search-bar {
      border-bottom: 0; } }
  .search-bar input::-webkit-input-placeholder {
    color: #fff !important; }
  .search-bar input:-moz-placeholder {
    color: #fff !important; }
  .search-bar input::-moz-placeholder {
    color: #fff !important; }
  .search-bar input:-ms-input-placeholder {
    color: #fff !important; }
  .search-bar textarea::-webkit-input-placeholder {
    color: #fff !important; }
  .search-bar textarea:-moz-placeholder {
    color: #fff !important; }
  .search-bar textarea::-moz-placeholder {
    color: #fff !important; }
  .search-bar textarea:-ms-input-placeholder {
    color: #fff !important; }
  .search-bar form {
    padding: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .search-bar input {
    padding: 0;
    margin: 0;
    width: 100%;
    color: #fff;
    background: none;
    border: none;
    font-size: 22px;
    line-height: 26.4px;
    font-family: 'Cabin', sans-serif; }
    @media screen and (min-width: 768px) {
      .search-bar input {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .search-bar input {
        font-size: 30px;
        line-height: 36px; } }
    .search-bar input:focus {
      outline: none; }

#header-small {
  display: none;
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%; }
  #header-small header {
    background: #fff;
    height: 90px; }
    #header-small header .logo {
      width: 40%;
      display: block;
      float: left; }
      @media screen and (min-width: 768px) {
        #header-small header .logo {
          width: 250px; } }
      @media screen and (min-width: 1024px) {
        #header-small header .logo {
          width: 250px; } }
    #header-small header .main-navigation {
      top: 90px; }
    #header-small header .header-details {
      margin: 0; }
      #header-small header .header-details .contact-info .item {
        float: left;
        margin-right: 20px; }
        #header-small header .header-details .contact-info .item img {
          width: 40px;
          position: relative;
          top: -5px; }
        #header-small header .header-details .contact-info .item .text-area {
          display: inline-block;
          top: 0; }
          #header-small header .header-details .contact-info .item .text-area p {
            color: #373737;
            display: none;
            font-size: 14px;
            font-weight: 700;
            font-family: 'Cabin', sans-serif;
            margin-bottom: 3px; }
            @media screen and (min-width: 768px) {
              #header-small header .header-details .contact-info .item .text-area p {
                display: block; } }
          #header-small header .header-details .contact-info .item .text-area p.contact {
            color: #1b3b6e;
            font-size: 18px;
            position: relative;
            top: -10px; }
    #header-small header .header-btns {
      display: none; }
      @media screen and (min-width: 768px) {
        #header-small header .header-btns {
          display: block; } }
    #header-small header .search-bar {
      padding: 25px; }
      #header-small header .search-bar input {
        font-size: 18px;
        line-height: 21.6px; }
        @media screen and (min-width: 768px) {
          #header-small header .search-bar input {
            font-size: 22px;
            line-height: 26.4px; } }
    #header-small header .header-btns img {
      display: none; }
    #header-small header .header-btns a {
      padding: 10px 2px; }
      #header-small header .header-btns a p {
        font-size: 14px; }
    #header-small header .header-btns a.search {
      padding: 25px 2px; }

header.e-learning {
  padding: 20px; }
  header.e-learning .logo {
    float: unset;
    margin: 0 auto; }

@media (max-width: 1023px) {
  nav ul.main-navigation {
    display: none;
    background: #3a5682;
    padding: 30px 40px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    top: 95px;
    left: 0;
    overflow-y: scroll;
    max-height: 87vh; } }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    nav ul.main-navigation {
      top: 155px; } }
@media (max-width: 1023px) {
    nav ul.main-navigation li {
      padding: 15px 0;
      border-bottom: 1px solid #fff; }
      nav ul.main-navigation li:last-of-type {
        border-bottom: none; }
      nav ul.main-navigation li a {
        font-weight: 700;
        color: #fff; }
    nav ul.main-navigation li.customer-portal {
      padding: 15px 10px; }
    nav ul.main-navigation li.dropdown i {
      margin-left: 10px;
      font-size: 12px;
      cursor: pointer;
      color: #fff; }
    nav ul.main-navigation li.dropdown ul.dropdown {
      display: none;
      background: #5876a5;
      margin: 10px 0;
      padding: 10px 20px; }
      nav ul.main-navigation li.dropdown ul.dropdown .nav-col {
        padding: 10px 0; }
        nav ul.main-navigation li.dropdown ul.dropdown .nav-col .col-title {
          color: #ededed;
          font-weight: 700; }
        nav ul.main-navigation li.dropdown ul.dropdown .nav-col ul li a.primary-link {
          color: #1b3b6e; }
        nav ul.main-navigation li.dropdown ul.dropdown .nav-col a.primary-link {
          font-weight: 400;
          font-size: 15px; }
        nav ul.main-navigation li.dropdown ul.dropdown .nav-col li {
          border-bottom: none;
          padding: 5px 0; }
          nav ul.main-navigation li.dropdown ul.dropdown .nav-col li a {
            font-size: 14px; } }
@media screen and (min-width: 1024px) {
  nav {
    float: left;
    width: 100%;
    background: #ededed;
    text-align: center; }
    nav .main-navigation {
      display: block !important; }
    nav ul {
      margin: 0;
      padding: 30px 0 0 0;
      position: relative; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      nav ul {
        margin: 40px 0 10px;
        padding: 0; } }
@media screen and (min-width: 1024px) {
      nav ul li {
        display: inline-block;
        margin-right: 15px;
        position: static;
        padding: 15px 5px; }
        nav ul li:last-of-type {
          margin-right: 0; } }
      @media screen and (min-width: 1024px) and (min-width: 1024px) {
        nav ul li {
          margin-right: 20px; } }
      @media screen and (min-width: 1024px) and (min-width: 1500px) {
        nav ul li {
          margin-right: 40px; } }
@media screen and (min-width: 1024px) {
        nav ul li a {
          color: #373737;
          font-weight: 600;
          font-size: 12px;
          padding-bottom: 15px; }
          nav ul li a:hover {
            color: #619eff; } }
        @media screen and (min-width: 1024px) and (min-width: 1024px) {
          nav ul li a {
            font-size: 15px; } }
        @media screen and (min-width: 1024px) and (min-width: 1500px) {
          nav ul li a {
            font-size: 18px; } }
@media screen and (min-width: 1024px) {
        nav ul li i {
          color: #1b3b6e;
          font-size: 12px !important;
          margin-left: 7px; }
      nav ul li.dropdown {
        position: relative; }
        nav ul li.dropdown:hover ul.dropdown {
          display: block; }
        nav ul li.dropdown ul.dropdown {
          display: none;
          padding: 20px;
          background: #3361a9;
          text-align: left;
          position: absolute;
          z-index: 999999;
          top: 5px;
          left: 0;
          width: 400px; } }
        @media screen and (min-width: 1024px) and (min-width: 1024px) {
          nav ul li.dropdown ul.dropdown {
            padding: 30px 40px; } }
@media screen and (min-width: 1024px) {
          nav ul li.dropdown ul.dropdown .nav-col {
            float: left;
            margin-right: 3%;
            width: auto; }
            nav ul li.dropdown ul.dropdown .nav-col .col-title {
              color: #d1d2d4;
              font-weight: 700;
              font-family: 'Cabin', sans-serif;
              font-size: 18px;
              line-height: 21.6px;
              margin: 0 0 10px; } }
            @media screen and (min-width: 1024px) and (min-width: 768px) {
              nav ul li.dropdown ul.dropdown .nav-col .col-title {
                font-size: 22px;
                line-height: 26.4px; } }
@media screen and (min-width: 1024px) {
              nav ul li.dropdown ul.dropdown .nav-col .col-title:before {
                content: "\f101";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                margin-right: 10px;
                font-size: 18px;
                color: #fff; }
            nav ul li.dropdown ul.dropdown .nav-col ul {
              margin: 0 0 20px; }
              nav ul li.dropdown ul.dropdown .nav-col ul li {
                float: none;
                padding: 3px 0;
                display: block; }
                nav ul li.dropdown ul.dropdown .nav-col ul li a {
                  color: #fff;
                  font-weight: 400;
                  font-size: 14px; }
      nav ul li.dropdown.two-cols ul.dropdown {
        width: 620px;
        left: -50px; }
      nav ul li.dropdown.three-cols ul.dropdown {
        width: 760px;
        left: -100px; }
      nav ul li.dropdown.nav-cta ul.dropdown {
        width: 600px;
        left: -100px; }
        nav ul li.dropdown.nav-cta ul.dropdown .cta-img {
          width: 35%;
          float: right; } }
        @media screen and (min-width: 1024px) and (min-width: 1200px) {
          nav ul li.dropdown.nav-cta ul.dropdown .cta-img {
            width: 40%; } }
@media screen and (min-width: 1024px) {
      nav ul li.dropdown.nav-cta.two-cols ul.dropdown {
        width: 800px;
        left: -200px; }
        nav ul li.dropdown.nav-cta.two-cols ul.dropdown .cta-img {
          width: 30%; } }
        @media screen and (min-width: 1024px) and (min-width: 1200px) {
          nav ul li.dropdown.nav-cta.two-cols ul.dropdown .cta-img {
            width: 35%; } }
@media screen and (min-width: 1024px) {
      nav ul li.dropdown.nav-cta.three-cols {
        position: unset; }
        nav ul li.dropdown.nav-cta.three-cols ul.dropdown {
          max-width: 1500px;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: 53px; }
          nav ul li.dropdown.nav-cta.three-cols ul.dropdown .cta-img {
            width: 20%; } }
          @media screen and (min-width: 1024px) and (min-width: 1200px) {
            nav ul li.dropdown.nav-cta.three-cols ul.dropdown .cta-img {
              width: 25%; } }

.customer-portal {
  padding: 15px;
  background-color: #3361a9; }
  .customer-portal a {
    color: #fff; }
  .customer-portal a:hover {
    color: #fff; }

.customer-portal:hover {
  opacity: 0.8; }

footer {
  background: #233043;
  padding: 30px 0;
  float: left;
  width: 100%; }
  footer .times {
    width: 100%;
    text-align: left;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      footer .times {
        text-align: right; } }
    footer .times img {
      display: inline-block;
      width: 25px;
      margin-right: 5px; }
    footer .times p {
      color: #fff;
      position: relative;
      top: -7px;
      display: inline-block;
      font-size: 14px; }
      @media screen and (min-width: 768px) {
        footer .times p {
          font-size: 18px; } }
      footer .times p span {
        font-weight: 700;
        margin-right: 10px;
        font-family: 'Cabin', sans-serif; }
  footer .cols {
    float: left;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      footer .cols {
        width: 49%;
        margin-right: 2%; }
        footer .cols:last-of-type {
          margin-right: 0; } }
    @media screen and (min-width: 1500px) {
      footer .cols {
        width: 38%; }
        footer .cols:last-of-type {
          margin-right: 2%; } }
  footer .menus ul {
    width: 49%;
    margin-right: 2%;
    float: left; }
    footer .menus ul:last-of-type {
      margin-right: 0; }
    footer .menus ul .menu-title {
      color: #fff;
      font-size: 22px;
      line-height: 26.4px; }
      @media screen and (min-width: 768px) {
        footer .menus ul .menu-title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        footer .menus ul .menu-title {
          font-size: 30px;
          line-height: 36px; } }
    footer .menus ul li {
      margin: 4px 0; }
      footer .menus ul li a {
        color: #fff; }
      footer .menus ul li p {
        color: #fff; }
        footer .menus ul li p span {
          font-weight: 700; }
  footer .twitter {
    background: #324158;
    padding: 25px; }
    footer .twitter img {
      display: block;
      width: 35px;
      margin-right: 20px;
      margin-bottom: 10px;
      position: relative;
      top: 10px; }
      @media screen and (min-width: 768px) {
        footer .twitter img {
          width: 10%;
          float: left; } }
    footer .twitter ul {
      float: right;
      width: 100%; }
      @media screen and (min-width: 768px) {
        footer .twitter ul {
          width: 85%; } }
      footer .twitter ul li {
        color: #fff;
        font-size: 14px;
        margin: 15px 0; }
        @media screen and (min-width: 768px) {
          footer .twitter ul li {
            font-size: 18px; } }
        footer .twitter ul li img {
          width: 100%;
          display: none; }
        footer .twitter ul li span, footer .twitter ul li a {
          font-weight: 600;
          color: #fff; }
  footer .cg-logo {
    width: 90px;
    float: left; }
    @media screen and (min-width: 768px) {
      footer .cg-logo {
        width: 185px; } }
    @media screen and (min-width: 1500px) {
      footer .cg-logo {
        float: right; } }
  footer .social {
    float: right;
    clear: right;
    margin-top: 30px; }
    footer .social li {
      width: 35px;
      float: left;
      margin-right: 10px; }
      footer .social li:last-of-type {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        footer .social li {
          width: 55px; } }

.site-credit {
  background: #232323;
  padding: 10px 0;
  float: left;
  width: 100%; }
  .site-credit .wrap {
    padding: 0; }
  .site-credit p {
    color: #fff;
    margin: 0; }
    .site-credit p span {
      font-weight: 700; }
  .site-credit .by {
    float: left; }
  .site-credit .copyright {
    float: left; }
    @media screen and (min-width: 560px) {
      .site-credit .copyright {
        float: right; } }

footer.e-learning {
  background: #6b9b1e; }
  footer.e-learning .cols:nth-of-type(2n) {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    footer.e-learning .cols {
      width: 49%; } }
  footer.e-learning .social {
    margin-top: 0; }
    footer.e-learning .social li {
      margin-right: 10px; }
      footer.e-learning .social li:last-of-type {
        margin-right: 0; }
  footer.e-learning .twitter {
    background: #5b841a; }

.member-login {
  background: #ededed;
  padding: 40px 30px;
  border-radius: 0 25px;
  max-width: 600px;
  margin: 40px auto;
  overflow: auto;
  margin-bottom: 20px; }
  .member-login .cms {
    margin-left: 10px; }
  .member-login #MemberLoginFormExtension_LoginForm #ForgotPassword, .member-login #MemberLoginFormExtension_LostPasswordForm #ForgotPassword {
    display: none; }
  .member-login #MemberLoginFormExtension_LoginForm input[type="input"], .member-login #MemberLoginFormExtension_LoginForm input[type="text"], .member-login #MemberLoginFormExtension_LoginForm input[type="password"], .member-login #MemberLoginFormExtension_LoginForm input[type="email"], .member-login #MemberLoginFormExtension_LostPasswordForm input[type="input"], .member-login #MemberLoginFormExtension_LostPasswordForm input[type="text"], .member-login #MemberLoginFormExtension_LostPasswordForm input[type="password"], .member-login #MemberLoginFormExtension_LostPasswordForm input[type="email"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #a2a2a2;
    margin: 5px 0 10px; }
  .member-login #MemberLoginFormExtension_LoginForm .remember-me, .member-login #MemberLoginFormExtension_LostPasswordForm .remember-me {
    width: 100%;
    margin-bottom: 20px; }
    .member-login #MemberLoginFormExtension_LoginForm .remember-me input, .member-login #MemberLoginFormExtension_LostPasswordForm .remember-me input {
      margin-top: 5px;
      margin-right: 10px;
      float: left; }
  .member-login #MemberLoginFormExtension_LoginForm input[type="submit"], .member-login #MemberLoginFormExtension_LostPasswordForm input[type="submit"] {
    background: #ff544b;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
    border: none;
    margin: 15px 0 15px 0px; }
    .member-login #MemberLoginFormExtension_LoginForm input[type="submit"]:hover, .member-login #MemberLoginFormExtension_LostPasswordForm input[type="submit"]:hover {
      opacity: 0.8;
      color: #fff; }
  .member-login #MemberLoginFormExtension_LoginForm label, .member-login #MemberLoginFormExtension_LostPasswordForm label {
    color: #373737;
    font-size: 14px;
    margin-bottom: 10px; }

.search-results .search-banner {
  width: 100%; }
.search-results #single-blog {
  margin-bottom: 50px; }
.search-results #SearchResults li {
  padding: 20px 0;
  border-bottom: 1px solid #a2a2a2; }
  .search-results #SearchResults li:last-of-type {
    border-bottom: none; }
.search-results .searchQuery.post-title {
  margin-top: 30px;
  margin-bottom: 30px !important;
  font-size: 30px !important; }
.search-results #SearchResults li {
  font-size: 17px;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #616161; }
.search-results a.searchResultHeader {
  font-size: 18px !important;
  font-weight: bold;
  color: #616161 !important; }
.search-results a.readMoreLink {
  font-size: 18px !important;
  font-weight: bold;
  color: #1b3b6e !important; }
.search-results a.readMoreLink:hover {
  text-decoration: underline; }

.main-banner .owl-item {
  height: 300px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .main-banner .owl-item {
      height: 440px; } }
  .main-banner .owl-item li {
    height: 100%;
    width: 100%; }
  .main-banner .owl-item .text-area h1 {
    color: #fff;
    margin-bottom: 10px; }
.main-banner .owl-nav div i {
  color: #fff;
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .main-banner .owl-nav div i {
      font-size: 36px; } }
.main-banner .owl-nav .owl-prev {
  left: 5px; }
  @media screen and (min-width: 768px) {
    .main-banner .owl-nav .owl-prev {
      left: 15px; } }
.main-banner .owl-nav .owl-next {
  right: 5px; }
  @media screen and (min-width: 768px) {
    .main-banner .owl-nav .owl-next {
      right: 15px; } }
.main-banner .owl-dots {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 100; }
  .main-banner .owl-dots .owl-dot {
    float: left;
    height: 12px;
    width: 12px;
    opacity: .4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin-right: 7px; }
    .main-banner .owl-dots .owl-dot:last-of-type {
      margin-right: 0; }
  .main-banner .owl-dots .owl-dot.active {
    opacity: 1; }

.internal-banner {
  position: relative;
  margin-bottom: 20px; }

.full-width-tabs {
  overflow: auto;
  margin-bottom: 30px; }
  .full-width-tabs .tabs {
    float: left;
    width: 100%; }
    .full-width-tabs .tabs li {
      cursor: pointer;
      float: left; }
      .full-width-tabs .tabs li:last-of-type {
        margin-right: 0; }
  .full-width-tabs .content {
    display: none; }
    .full-width-tabs .content .img-area {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .full-width-tabs .content .img-area {
          width: 35%;
          margin-bottom: 0; } }
    .full-width-tabs .content .text-area {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .full-width-tabs .content .text-area {
          width: 63%;
          float: left; } }
      .full-width-tabs .content .text-area p {
        margin-bottom: 20px; }
  .full-width-tabs .content.current {
    display: inherit; }
    .full-width-tabs .content.current * {
      display: inherit; }

.generic-tabs {
  float: left;
  width: 100%; }
  .generic-tabs ul.tabs {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 15px 0 0 0;
    list-style: none; }
    @media screen and (min-width: 768px) {
      .generic-tabs ul.tabs {
        margin-bottom: 0;
        width: 25%; } }
    .generic-tabs ul.tabs li {
      position: relative;
      cursor: pointer;
      display: inline-block;
      margin-bottom: 5px;
      margin-right: 20px;
      opacity: 0.3;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .generic-tabs ul.tabs li:hover {
        opacity: 1; }
      @media screen and (min-width: 768px) {
        .generic-tabs ul.tabs li {
          display: block;
          margin-right: 0;
          margin-bottom: 15px; } }
    .generic-tabs ul.tabs li.current {
      opacity: 1; }
  .generic-tabs .content {
    display: none;
    background: #ededed;
    padding: 30px;
    float: left;
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .generic-tabs .content {
        width: 75%; } }
  .generic-tabs .content.current {
    display: inherit; }

.testimonials {
  margin-top: 20px; }
  .testimonials li {
    text-align: center;
    padding: 0 60px; }
    .testimonials li .title {
      margin-bottom: 10px;
      font-size: 22px;
      line-height: 26.4px; }
      @media screen and (min-width: 768px) {
        .testimonials li .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .testimonials li .title {
          font-size: 30px;
          line-height: 36px; } }
    .testimonials li .rating {
      margin-bottom: 10px; }
      .testimonials li .rating i {
        display: inline-block; }
    .testimonials li p.quote {
      margin-bottom: 10px;
      font-size: 14px;
      font-style: italic; }
      @media screen and (min-width: 768px) {
        .testimonials li p.quote {
          @include-body-text-l;
          line-height: 29.124px; } }
    .testimonials li p.byline {
      margin-bottom: 20px;
      font-weight: 700; }
  .testimonials .owl-nav {
    top: 35%; }

.image-carousel {
  margin: 30px 0;
  float: left;
  width: 100%; }
  .image-carousel .owl-item {
    overflow: hidden; }
    .image-carousel .owl-item img {
      overflow: hidden; }
  .image-carousel .owl-nav {
    bottom: -10px;
    top: auto; }
    @media screen and (min-width: 1500px) {
      .image-carousel .owl-nav {
        top: 45%;
        bottom: auto; } }
    .image-carousel .owl-nav div i {
      font-size: 40px; }
    .image-carousel .owl-nav .owl-prev {
      left: 10px; }
      @media screen and (min-width: 1500px) {
        .image-carousel .owl-nav .owl-prev {
          left: -40px; } }
    .image-carousel .owl-nav .owl-next {
      right: 10px; }
      @media screen and (min-width: 1500px) {
        .image-carousel .owl-nav .owl-next {
          right: -40px; } }

.cta {
  float: left;
  width: 100%;
  height: 300px; }
  .cta .overlay {
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative; }
    .cta .overlay .block-title {
      color: #fff; }
    .cta .overlay .btn {
      position: absolute;
      bottom: 20px;
      left: 20px; }

.testimonial-list .list-item {
  margin-bottom: 60px;
  text-align: center; }
  .testimonial-list .list-item .rating {
    margin-bottom: 20px; }
    .testimonial-list .list-item .rating i {
      display: inline-block;
      color: #f9c816;
      font-size: 18px; }
  .testimonial-list .list-item .title {
    font-size: 22px;
    line-height: 26.4px;
    line-height: 51.776px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .testimonial-list .list-item .title {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1500px) {
      .testimonial-list .list-item .title {
        font-size: 48px;
        line-height: 57.6px; } }
  .testimonial-list .list-item p.quote {
    font-size: 18px;
    line-height: 29.124px;
    font-style: italic;
    margin-bottom: 20px; }
  .testimonial-list .list-item .byline {
    font-weight: 700; }

.member-holder .details {
  max-width: 730px;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  background: #ededed;
  padding: 30px;
  border-radius: 0 25px; }
  .member-holder .details img.member {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
    float: left;
    width: 40%;
    margin-right: 3%; }
    @media screen and (min-width: 768px) {
      .member-holder .details img.member {
        width: 30%; } }
  .member-holder .details .name {
    font-size: 22px;
    line-height: 26.4px;
    margin: 10px 0; }
    @media screen and (min-width: 768px) {
      .member-holder .details .name {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1500px) {
      .member-holder .details .name {
        font-size: 48px;
        line-height: 57.6px; } }
  .member-holder .details .position {
    font-weight: 700; }
  .member-holder .details .logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px; }
    @media screen and (min-width: 768px) {
      .member-holder .details .logo {
        bottom: 20px;
        right: 20px;
        width: 90px; } }
    @media screen and (min-width: 1024px) {
      .member-holder .details .logo {
        width: 125px;
        bottom: 20px;
        right: 30px; } }
.member-holder .listing {
  margin: 40px 0;
  float: left;
  width: 100%; }
  .member-holder .listing ul li {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .member-holder .listing ul li {
        width: 49%;
        margin-right: 2%; }
        .member-holder .listing ul li:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 1500px) {
      .member-holder .listing ul li {
        border-bottom: none; } }
    .member-holder .listing ul li .image {
      float: left;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .member-holder .listing ul li .image {
          margin-right: 5%;
          width: 45%; } }
    .member-holder .listing ul li .text {
      width: 100%;
      float: left;
      position: relative; }
      @media screen and (min-width: 1024px) {
        .member-holder .listing ul li .text {
          width: 50%; } }
      .member-holder .listing ul li .text .title {
        font-size: 22px;
        line-height: 26.4px; }
        @media screen and (min-width: 768px) {
          .member-holder .listing ul li .text .title {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1024px) {
          .member-holder .listing ul li .text .title {
            font-size: 30px;
            line-height: 36px; } }
      .member-holder .listing ul li .text p {
        margin-bottom: 20px; }
      .member-holder .listing ul li .text .btn {
        margin-right: 10px;
        margin-bottom: 10px;
        float: left; }

@media screen and (min-width: 768px) {
  .listing .image {
    float: left;
    width: 28%;
    margin-right: 2%; }
    .listing .image img {
      width: 100%; }
  .listing .text {
    float: left;
    width: 70%; } }

/*========================
Accordion
========================*/
.accordion {
  float: left;
  width: 100%; }
  .accordion .title-bar {
    margin-top: 2%;
    cursor: pointer;
    display: block;
    padding: 20px;
    background: #629FFF;
    position: relative;
    float: left;
    width: 100%; }
    .accordion .title-bar .click-question {
      color: #fff;
      font-size: 18px;
      line-height: 21.6px;
      font-weight: 700;
      font-family: 'Cabin', sans-serif; }
      @media screen and (min-width: 768px) {
        .accordion .title-bar .click-question {
          font-size: 22px;
          line-height: 26.4px; } }
    .accordion .title-bar .up, .accordion .title-bar .down {
      background: #3361A9;
      width: 90px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
      .accordion .title-bar .up i, .accordion .title-bar .down i {
        font-size: 32px;
        color: #fff;
        position: relative;
        top: 15px;
        left: 35px; }
  .accordion .acc-list {
    display: none;
    float: left;
    width: 100%;
    background: #e4e4e4;
    padding: 20px; }
    .accordion .acc-list .img {
      position: relative;
      background: #fff;
      float: left;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%;
      height: 200px;
      padding: 20px; }
      .accordion .acc-list .img:nth-of-type(2n) {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        .accordion .acc-list .img {
          width: 32%; }
          .accordion .acc-list .img:nth-of-type(2n) {
            margin-right: 2%; }
          .accordion .acc-list .img:nth-of-type(3n) {
            margin-right: 0; } }
      @media screen and (min-width: 1200px) {
        .accordion .acc-list .img {
          width: 23.5%; }
          .accordion .acc-list .img:nth-of-type(3n) {
            margin-right: 2%; }
          .accordion .acc-list .img:nth-of-type(4n) {
            margin-right: 0; } }
      .accordion .acc-list .img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: auto;
        width: 45%; }

.main-banner-container {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .main-banner-container .main-banner.overlay {
    background: rgba(51, 97, 169, 0.8); }
  .main-banner-container .main-banner {
    background-color: #1b3b6e;
    height: 100%;
    width: 100%; }
    .main-banner-container .main-banner .owl-item {
      height: 280px;
      position: relative; }
      @media screen and (min-width: 1024px) {
        .main-banner-container .main-banner .owl-item {
          height: 530px; } }
      .main-banner-container .main-banner .owl-item li {
        height: 100%;
        width: 100%; }
        .main-banner-container .main-banner .owl-item li .text-area {
          width: 100%;
          padding: 15px; }
          @media screen and (min-width: 768px) {
            .main-banner-container .main-banner .owl-item li .text-area {
              padding: 30px 15px; } }
          @media screen and (min-width: 1024px) {
            .main-banner-container .main-banner .owl-item li .text-area {
              width: 60%;
              padding: 110px 0; } }
          @media screen and (min-width: 1500px) {
            .main-banner-container .main-banner .owl-item li .text-area {
              width: 45%; } }
          .main-banner-container .main-banner .owl-item li .text-area .title {
            font-family: 'Cabin', sans-serif;
            font-size: 30px;
            line-height: 36px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 0; }
            @media screen and (min-width: 768px) {
              .main-banner-container .main-banner .owl-item li .text-area .title {
                font-size: 48px;
                line-height: 57.6px; } }
            @media screen and (min-width: 1500px) {
              .main-banner-container .main-banner .owl-item li .text-area .title {
                font-size: 60px;
                line-height: 72px; } }
          .main-banner-container .main-banner .owl-item li .text-area .sub {
            font-size: 18px;
            line-height: 21.6px;
            font-weight: 600; }
            @media screen and (min-width: 768px) {
              .main-banner-container .main-banner .owl-item li .text-area .sub {
                font-size: 22px;
                line-height: 26.4px; } }
            @media screen and (min-width: 1024px) {
              .main-banner-container .main-banner .owl-item li .text-area .sub {
                margin: 25px 0; } }
          .main-banner-container .main-banner .owl-item li .text-area .btn {
            font-size: 14px; }
    .main-banner-container .main-banner .owl-nav {
      top: auto;
      bottom: 56px;
      z-index: 100; }
      @media screen and (min-width: 1500px) {
        .main-banner-container .main-banner .owl-nav {
          bottom: auto;
          top: 45%; } }
      .main-banner-container .main-banner .owl-nav div {
        background: #fff;
        padding: 10px 20px; }
        .main-banner-container .main-banner .owl-nav div i {
          color: #3361a9;
          font-size: 20px; }
          @media screen and (min-width: 768px) {
            .main-banner-container .main-banner .owl-nav div i {
              font-size: 36px; } }
      .main-banner-container .main-banner .owl-nav .owl-prev {
        left: 0; }
      .main-banner-container .main-banner .owl-nav .owl-next {
        right: 0; }
        @media screen and (min-width: 1024px) {
          .main-banner-container .main-banner .owl-nav .owl-next {
            right: 40%; } }
        @media screen and (min-width: 1500px) {
          .main-banner-container .main-banner .owl-nav .owl-next {
            right: 0; } }
  .main-banner-container .search {
    position: relative;
    top: 0;
    right: 0;
    z-index: 999;
    height: 220px;
    background: #3361a9;
    width: 100%;
    padding: 20px; }
    @media screen and (min-width: 1024px) {
      .main-banner-container .search {
        height: 100%;
        position: absolute;
        width: 40%;
        padding: 150px 3%;
        background: rgba(255, 255, 255, 0.1); } }
    @media screen and (min-width: 1500px) {
      .main-banner-container .search {
        right: 11%;
        width: 30%; } }
    .main-banner-container .search .block-title {
      font-size: 22px;
      line-height: 26.4px;
      color: #fff;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .main-banner-container .search .block-title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .main-banner-container .search .block-title {
          font-size: 30px;
          line-height: 36px; } }
    .main-banner-container .search img {
      width: 57px;
      position: absolute;
      top: 86px; }
      @media screen and (min-width: 768px) {
        .main-banner-container .search img {
          width: 61px;
          top: 88px; } }
      @media screen and (min-width: 1024px) {
        .main-banner-container .search img {
          top: 227px; } }
    .main-banner-container .search select {
      width: 87%;
      float: right;
      background-color: #1b3b6e;
      padding: 16px;
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 21.6px;
      font-weight: 600;
      color: #fff;
      border: none;
      height: 58px; }
      @media screen and (min-width: 768px) {
        .main-banner-container .search select {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 768px) {
        .main-banner-container .search select {
          height: 62px; } }
      @media screen and (min-width: 560px) {
        .main-banner-container .search select {
          width: 90%; } }
      @media screen and (min-width: 768px) {
        .main-banner-container .search select {
          width: 92%; } }
      @media screen and (min-width: 1024px) {
        .main-banner-container .search select {
          width: 87%; } }
      .main-banner-container .search select option {
        color: #fff;
        font-size: 14px; }
    .main-banner-container .search .btn {
      margin-top: 0; }

.internal-banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .internal-banner {
      height: 350px;
      padding: 40px 0; } }
  @media screen and (min-width: 1024px) {
    .internal-banner {
      height: 375px;
      padding: 60px 0; } }
  .internal-banner .text-area {
    -webkit-border-radius: 0 25px;
    -moz-border-radius: 0 25px;
    -ms-border-radius: 0 25px;
    border-radius: 0 25px;
    background: #1b3b6e;
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    height: 250px; }
    @media screen and (min-width: 768px) {
      .internal-banner .text-area {
        width: 70%;
        float: left;
        padding: 40px 50px; } }
    @media screen and (min-width: 1024px) {
      .internal-banner .text-area {
        width: 50%; } }
    .internal-banner .text-area .block-title {
      color: #fff;
      font-size: 30px;
      line-height: 36px; }
      @media screen and (min-width: 768px) {
        .internal-banner .text-area .block-title {
          font-size: 48px;
          line-height: 57.6px; } }
      @media screen and (min-width: 1500px) {
        .internal-banner .text-area .block-title {
          font-size: 60px;
          line-height: 72px; } }
    .internal-banner .text-area .sub {
      font-weight: 600;
      color: #fff;
      font-size: 18px;
      line-height: 21.6px; }
      @media screen and (min-width: 768px) {
        .internal-banner .text-area .sub {
          font-size: 22px;
          line-height: 26.4px; } }

.blog.internal-banner .text-area {
  padding: 20px 50px; }
  .blog.internal-banner .text-area .block-title {
    font-size: 22px;
    line-height: 26.4px; }
    @media screen and (min-width: 768px) {
      .blog.internal-banner .text-area .block-title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .blog.internal-banner .text-area .block-title {
        font-size: 30px;
        line-height: 36px; } }

.service.internal-banner .text-area {
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .service.internal-banner .text-area {
      padding: 30px; } }
  @media screen and (min-width: 1024px) {
    .service.internal-banner .text-area {
      padding: 40px 50px; } }
  .service.internal-banner .text-area .title {
    color: #fff;
    font-size: 18px;
    width: 75%;
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .service.internal-banner .text-area .title {
        font-size: 22px;
        line-height: 26.4px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .service.internal-banner .text-area .title {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .service.internal-banner .text-area .title {
      font-size: 30px;
      line-height: 36px; } }

    @media screen and (min-width: 1024px) {
      .service.internal-banner .text-area .title {
        margin-top: 20px; } }
    @media screen and (min-width: 1200px) {
      .service.internal-banner .text-area .title {
        width: 100%; } }
  .service.internal-banner .text-area .price-area {
    position: absolute;
    bottom: 30px;
    left: 40px; }
    .service.internal-banner .text-area .price-area .price {
      font-family: 'Cabin', sans-serif;
      font-size: 22px;
      line-height: 26.4px;
      font-weight: 700;
      color: #619eff; }
      @media screen and (min-width: 768px) {
        .service.internal-banner .text-area .price-area .price {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .service.internal-banner .text-area .price-area .price {
          font-size: 30px;
          line-height: 36px; } }
      .service.internal-banner .text-area .price-area .price span {
        color: #fff;
        font-size: 18px;
        margin-left: 10px; }
    .service.internal-banner .text-area .price-area .small-print {
      color: #fff;
      font-weight: 600; }
  .service.internal-banner .text-area .cg {
    position: absolute;
    right: 30px;
    bottom: auto;
    top: 20px;
    width: 60px; }
    @media screen and (min-width: 1200px) {
      .service.internal-banner .text-area .cg {
        width: 90px;
        bottom: 20px;
        top: auto; } }

.case-study.internal-banner .text-area .sub {
  color: #619eff; }

.search-results-banner {
  float: left;
  width: 100%; }
  .search-results-banner .internal-banner .text-area .block-title {
    font-size: 22px;
    line-height: 26.4px; }
    @media screen and (min-width: 768px) {
      .search-results-banner .internal-banner .text-area .block-title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .search-results-banner .internal-banner .text-area .block-title {
        font-size: 30px;
        line-height: 36px; } }

.full-width-tabs {
  overflow: auto;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat; }
  .full-width-tabs .overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding: 40px 0; }
    @media screen and (min-width: 1024px) {
      .full-width-tabs .overlay {
        padding: 60px 0; } }
  .full-width-tabs .tabs {
    float: left;
    width: 100%; }
    .full-width-tabs .tabs li {
      font-family: 'Cabin', sans-serif;
      font-weight: 700;
      font-size: 18px;
      background: rgba(255, 255, 255, 0.5);
      color: #fff;
      cursor: pointer;
      float: left;
      padding: 20px 25px 19px;
      margin-right: 10px;
      width: 100%;
      margin-bottom: 5px; }
      .full-width-tabs .tabs li:last-of-type {
        margin-right: 0; }
      .full-width-tabs .tabs li:hover {
        background: #fff;
        color: #1b3b6e; }
      @media screen and (min-width: 768px) {
        .full-width-tabs .tabs li {
          width: auto;
          margin-bottom: 0; } }
    .full-width-tabs .tabs li.current {
      color: #1b3b6e;
      background: #fff;
      padding: 12px 25px 19px; }
      .full-width-tabs .tabs li.current:before {
        content: "\f0a9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #1b3b6e;
        font-size: 28px;
        margin-right: 18px;
        position: relative;
        top: 4px;
        left: 0; }
  .full-width-tabs .content {
    display: none;
    background: #fff;
    padding: 20px;
    overflow: auto; }
    @media screen and (min-width: 1024px) {
      .full-width-tabs .content {
        padding: 40px; } }
    .full-width-tabs .content .img-area {
      width: 100%;
      float: right;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .full-width-tabs .content .img-area {
          width: 35%;
          margin-bottom: 0; } }
    .full-width-tabs .content .text-area {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .full-width-tabs .content .text-area {
          width: 60%;
          float: left; } }
      .full-width-tabs .content .text-area ul {
        margin: 0; }
        .full-width-tabs .content .text-area ul li {
          float: left;
          width: 50%;
          margin: 5px 0;
          padding: 0 5px; }
          @media screen and (min-width: 768px) {
            .full-width-tabs .content .text-area ul li {
              width: 33%;
              padding: 0; } }
      .full-width-tabs .content .text-area p {
        margin-bottom: 20px; }
      .full-width-tabs .content .text-area .btn {
        margin-bottom: 15px; }
  .full-width-tabs .content.current {
    display: inherit; }
    .full-width-tabs .content.current * {
      display: inherit; }

.generic-tabs ul.tabs {
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding: 15px 0 0 0;
  list-style: none; }
  .generic-tabs ul.tabs li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: transparent;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    color: #1b3b6e;
    padding: 20px 20px 10px;
    width: 100%;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .generic-tabs ul.tabs li {
        font-size: 22px;
        line-height: 26.4px; } }
    .generic-tabs ul.tabs li:hover {
      opacity: 1; }
    @media screen and (min-width: 768px) {
      .generic-tabs ul.tabs li {
        width: auto;
        margin-bottom: 0;
        display: inline-block; } }
    .generic-tabs ul.tabs li img {
      float: left;
      width: 30px;
      margin-right: 10px;
      position: relative;
      top: -5px; }
      @media screen and (min-width: 768px) {
        .generic-tabs ul.tabs li img {
          margin-right: 15px;
          width: 40px; } }
  .generic-tabs ul.tabs li.current {
    background: #ededed; }
.generic-tabs .content {
  display: none;
  background: #ededed;
  padding: 35px;
  float: left;
  width: 100%;
  height: 100%; }
  .generic-tabs .content ul {
    margin: 10px 0;
    width: 100%;
    float: left; }
    .generic-tabs .content ul li {
      font-size: 14px;
      font-weight: 700;
      color: #373737;
      margin: 0;
      width: 100%;
      float: left; }
      @media screen and (min-width: 1024px) {
        .generic-tabs .content ul li {
          font-size: 18px; } }
      .generic-tabs .content ul li:before {
        content: "\f30b";
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        line-height: 21.6px;
        color: #619eff;
        position: relative;
        margin-right: 20px;
        display: block;
        float: left;
        height: 35px; }
        @media screen and (min-width: 768px) {
          .generic-tabs .content ul li:before {
            font-size: 22px;
            line-height: 26.4px; } }
.generic-tabs .content.current {
  display: inherit; }

.testimonials li .title {
  color: #373737; }
.testimonials li .rating {
  width: 35px;
  margin: 10px auto; }
.testimonials li p.quote {
  font-size: 18px; }
.testimonials li p.byline {
  font-family: 'Cabin', sans-serif; }

.dates-container .item {
  width: 100%;
  float: left;
  margin-bottom: 2%; }
  @media screen and (min-width: 768px) {
    .dates-container .item {
      width: 48%;
      margin-right: 4%; }
      .dates-container .item:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .dates-container .item {
      width: 32%;
      margin-right: 2%; }
      .dates-container .item:nth-of-type(2n) {
        margin-right: 2%; }
      .dates-container .item:nth-of-type(3n) {
        margin-right: 0; } }
  .dates-container .item .details {
    -webkit-border-radius: 0 25px 0 0;
    -moz-border-radius: 0 25px 0 0;
    -ms-border-radius: 0 25px 0 0;
    border-radius: 0 25px 0 0;
    background-size: cover;
    background-repeat: no-repeat; }
    .dates-container .item .details .overlay {
      -webkit-border-radius: 0 25px 0 0;
      -moz-border-radius: 0 25px 0 0;
      -ms-border-radius: 0 25px 0 0;
      border-radius: 0 25px 0 0;
      background: rgba(51, 97, 169, 0.8);
      width: 100%;
      height: 100%;
      padding: 30px; }
      .dates-container .item .details .overlay h3 {
        color: #fff;
        font-size: 18px;
        line-height: 21.6px;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          .dates-container .item .details .overlay h3 {
            font-size: 22px;
            line-height: 26.4px; } }
      .dates-container .item .details .overlay .price {
        color: #ededed;
        font-size: 18px;
        line-height: 21.6px;
        font-family: 'Cabin', sans-serif;
        font-weight: 700; }
        @media screen and (min-width: 768px) {
          .dates-container .item .details .overlay .price {
            font-size: 22px;
            line-height: 26.4px; } }
        .dates-container .item .details .overlay .price span {
          font-size: 14px; }
  .dates-container .item .dates {
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
    -ms-border-radius: 0 0 0 25px;
    border-radius: 0 0 0 25px;
    position: relative;
    background: #3361a9;
    padding: 35px 50px; }
    .dates-container .item .dates img {
      width: 50px;
      position: absolute;
      top: -25px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .dates-container .item .dates .dates-list li {
      background: rgba(255, 255, 255, 0.2);
      text-align: center;
      padding: 15px;
      position: relative; }
      .dates-container .item .dates .dates-list li p {
        color: #fff;
        font-weight: 600; }
      .dates-container .item .dates .dates-list li .full {
        position: absolute;
        top: 30%;
        left: 0;
        width: 100%;
        background: #ff544b;
        text-transform: uppercase;
        padding: 10px 2px;
        font-size: 18px;
        font-family: 'Cabin', sans-serif;
        font-weight: 700; }
    .dates-container .item .dates .dates-list .owl-nav {
      top: 35%; }
      .dates-container .item .dates .dates-list .owl-nav i {
        color: #fff; }
      .dates-container .item .dates .dates-list .owl-nav .owl-prev {
        left: -30px; }
      .dates-container .item .dates .dates-list .owl-nav .owl-next {
        right: -30px; }

.image-carousel {
  margin: 0;
  float: left;
  width: 100%; }
  .image-carousel .owl-item {
    overflow: hidden; }
    .image-carousel .owl-item img {
      overflow: hidden; }
  .image-carousel .owl-nav {
    bottom: auto;
    top: 45%; }
    .image-carousel .owl-nav div i {
      font-size: 22px;
      background: #fff;
      padding: 5px 10px; }
    .image-carousel .owl-nav .owl-prev {
      left: 0;
      right: auto; }
    .image-carousel .owl-nav .owl-next {
      right: 0; }

.dates-small-container img.title-img {
  float: left;
  width: 30px;
  margin-right: 10px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .dates-small-container img.title-img {
      margin-right: 15px;
      width: 40px;
      top: -5px; } }
.dates-small-container .title {
  font-size: 18px;
  line-height: 21.6px; }
  @media screen and (min-width: 768px) {
    .dates-small-container .title {
      font-size: 22px;
      line-height: 26.4px; } }
.dates-small-container .dates {
  position: relative;
  padding: 10px 55px; }
  .dates-small-container .dates .dates-list li {
    background: #d1d2d4;
    text-align: center;
    padding: 15px;
    position: relative; }
    .dates-small-container .dates .dates-list li p {
      color: #1b3b6e;
      font-weight: 600; }
    .dates-small-container .dates .dates-list li .full {
      position: absolute;
      color: #fff;
      top: 30%;
      left: 0;
      width: 100%;
      background: #ff544b;
      text-transform: uppercase;
      padding: 10px 2px;
      font-size: 18px;
      font-family: 'Cabin', sans-serif;
      font-weight: 700; }
  .dates-small-container .dates .dates-list .owl-nav {
    top: 35%; }
    .dates-small-container .dates .dates-list .owl-nav .owl-prev {
      left: -50px; }
    .dates-small-container .dates .dates-list .owl-nav .owl-next {
      right: -50px; }

.cta {
  height: 355px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 0 25px;
  -moz-border-radius: 0 25px;
  -ms-border-radius: 0 25px;
  border-radius: 0 25px; }
  .cta .overlay {
    padding: 60px 40px;
    position: relative;
    -webkit-border-radius: 0 25px;
    -moz-border-radius: 0 25px;
    -ms-border-radius: 0 25px;
    border-radius: 0 25px; }
    .cta .overlay .block-title {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .cta .overlay .block-title {
          font-size: 48px;
          line-height: 57.6px; } }
      @media screen and (min-width: 1500px) {
        .cta .overlay .block-title {
          font-size: 60px;
          line-height: 72px; } }
      @media screen and (min-width: 768px) {
        .cta .overlay .block-title {
          font-size: 22px;
          line-height: 26.4px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .cta .overlay .block-title {
      font-size: 30px;
      line-height: 36px; } }
  @media screen and (min-width: 768px) and (min-width: 1500px) {
    .cta .overlay .block-title {
      font-size: 48px;
      line-height: 57.6px; } }

    .cta .overlay p {
      color: #fff; }
    .cta .overlay .btn {
      position: absolute;
      bottom: 40px;
      left: 40px; }

.form-title {
  font-size: 34px;
  font-weight: 600;
  color: #274876;
  margin-bottom: 10px; }

.testimonial-form form input[type="submit"] {
  border: none; }

.testimonial-list .list-item {
  margin-bottom: 60px;
  text-align: center; }
  .testimonial-list .list-item .rating {
    width: 35px;
    margin: 10px auto; }
  .testimonial-list .list-item .title {
    font-size: 22px;
    line-height: 26.4px;
    color: #373737;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .testimonial-list .list-item .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .testimonial-list .list-item .title {
        font-size: 30px;
        line-height: 36px; } }
  .testimonial-list .list-item p.quote {
    font-size: 18px;
    line-height: 29.124px;
    font-style: italic;
    margin-bottom: 20px; }
  .testimonial-list .list-item .byline {
    font-weight: 700; }

.generic-tabs ul.tabs {
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding: 15px 0 0 0;
  list-style: none; }
  .generic-tabs ul.tabs li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background: transparent;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    color: #1b3b6e;
    padding: 20px 20px 10px;
    width: 100%;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .generic-tabs ul.tabs li {
        font-size: 22px;
        line-height: 26.4px; } }
    .generic-tabs ul.tabs li:hover {
      opacity: 1; }
    @media screen and (min-width: 768px) {
      .generic-tabs ul.tabs li {
        width: auto;
        margin-bottom: 0;
        display: inline-block; } }
    .generic-tabs ul.tabs li img {
      float: left;
      width: 30px;
      margin-right: 10px;
      position: relative;
      top: -5px; }
      @media screen and (min-width: 768px) {
        .generic-tabs ul.tabs li img {
          margin-right: 15px;
          width: 40px; } }
  .generic-tabs ul.tabs li.current {
    background: #ededed; }
.generic-tabs .content {
  display: none;
  background: #ededed;
  padding: 35px;
  float: left;
  width: 100%;
  height: 100%; }
  .generic-tabs .content ul {
    margin: 10px 0;
    width: 100%;
    float: left; }
    .generic-tabs .content ul li {
      font-size: 14px;
      font-weight: 700;
      color: #373737;
      margin: 0;
      width: 100%;
      float: left; }
      @media screen and (min-width: 1024px) {
        .generic-tabs .content ul li {
          font-size: 18px; } }
      .generic-tabs .content ul li:before {
        content: "\f30b";
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        line-height: 21.6px;
        color: #619eff;
        position: relative;
        margin-right: 20px;
        display: block;
        float: left;
        height: 35px; }
        @media screen and (min-width: 768px) {
          .generic-tabs .content ul li:before {
            font-size: 22px;
            line-height: 26.4px; } }
.generic-tabs .content.current {
  display: inherit; }

.cta-service-list {
  float: left;
  width: 100%; }
  .cta-service-list li {
    -webkit-border-radius: 0 25px;
    -moz-border-radius: 0 25px;
    -ms-border-radius: 0 25px;
    border-radius: 0 25px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 1%;
    width: 49%;
    padding-top: 49%;
    margin-bottom: 1%; }
    @media screen and (min-width: 768px) {
      .cta-service-list li {
        width: 32.6%;
        padding-top: 32.6%; }
        .cta-service-list li:nth-of-type(3n) {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .cta-service-list li {
        width: 24.2%;
        padding-top: 24.2%; }
        .cta-service-list li:nth-of-type(3n) {
          margin-right: 1%; }
        .cta-service-list li:nth-of-type(4n) {
          margin-right: 0; } }
    @media screen and (min-width: 1200px) {
      .cta-service-list li {
        width: 19.2%;
        padding-top: 19.2%; }
        .cta-service-list li:nth-of-type(3n) {
          margin-right: 1%; }
        .cta-service-list li:nth-of-type(4n) {
          margin-right: 1%; }
        .cta-service-list li:nth-of-type(5n) {
          margin-right: 0; } }
    @media screen and (min-width: 1500px) {
      .cta-service-list li {
        margin-right: 2.5%;
        width: 14.55%;
        padding-top: 14.55%;
        margin-bottom: 2%; }
        .cta-service-list li:nth-of-type(2n) {
          margin-right: 2.5%; }
        .cta-service-list li:nth-of-type(3n) {
          margin-right: 2.5%; }
        .cta-service-list li:nth-of-type(4n) {
          margin-right: 2.5%; }
        .cta-service-list li:nth-of-type(5n) {
          margin-right: 2.5%; }
        .cta-service-list li:nth-of-type(6n) {
          margin-right: 0; } }
    .cta-service-list li:hover {
      cursor: pointer; }
    .cta-service-list li .cg {
      width: 75px;
      position: absolute;
      top: 10px;
      left: 10px; }
    .cta-service-list li .text-area {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 65%;
      background-color: #1b3b6e;
      padding: 10px 17px; }
      .cta-service-list li .text-area .cg {
        width: 80%;
        top: 15%;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0; }
      .cta-service-list li .text-area .title {
        font-size: 10px;
        line-height: 12px;
        color: #fff;
        margin-bottom: 10px;
        width: 88%;
        margin-top: 0; }
        @media screen and (min-width: 768px) {
          .cta-service-list li .text-area .title {
            line-height: 18px;
            font-size: 14px; } }
      .cta-service-list li .text-area p {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
        opacity: 0; }
      .cta-service-list li .text-area .btn {
        position: absolute;
        bottom: 20px;
        left: 15px;
        padding: 0; }
    .cta-service-list li .plus, .cta-service-list li .minus {
      color: #fff;
      font-size: 14px;
      border: 1px solid #fff;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      position: absolute;
      bottom: 12px;
      right: 12px;
      width: 23px; }
    .cta-service-list li .hide {
      display: none; }

.latest-news .title {
  font-size: 22px;
  line-height: 26.4px; }
  @media screen and (min-width: 768px) {
    .latest-news .title {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1024px) {
    .latest-news .title {
      font-size: 30px;
      line-height: 36px; } }
.latest-news ul {
  background: #ededed;
  padding: 15px 20px;
  float: left;
  width: 100%; }
  .latest-news ul li {
    float: left;
    width: 100%;
    margin: 10px 0; }
    .latest-news ul li .img-area {
      width: 100%;
      float: left; }
      @media screen and (min-width: 560px) {
        .latest-news ul li .img-area {
          width: 30%;
          margin-right: 2%; } }
    .latest-news ul li .text-area {
      width: 100%;
      float: left; }
      @media screen and (min-width: 560px) {
        .latest-news ul li .text-area {
          width: 68%; } }
      .latest-news ul li .text-area h4 {
        font-size: 18px;
        line-height: 21.6px;
        color: #373737; }
        @media screen and (min-width: 768px) {
          .latest-news ul li .text-area h4 {
            font-size: 22px;
            line-height: 26.4px; } }

.service-list-container .filter-container .filter {
  overflow: auto;
  background: #d1d2d4;
  padding: 15px 30px;
  position: relative; }
  .service-list-container .filter-container .filter p, .service-list-container .filter-container .filter select {
    float: left; }
    @media screen and (min-width: 560px) {
      .service-list-container .filter-container .filter p, .service-list-container .filter-container .filter select {
        margin-right: 15px; } }
  .service-list-container .filter-container .filter p {
    color: #1b3b6e;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    top: 7px;
    margin-bottom: 20px; }
    .service-list-container .filter-container .filter p:before {
      content: "\f0a9";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 10px; }
    @media screen and (min-width: 1024px) {
      .service-list-container .filter-container .filter p {
        margin-bottom: 0; } }
  .service-list-container .filter-container .filter select {
    background-image: url(/themes/nts-training/images/icons/arrow-down-blue.svg);
    background-size: 12px;
    background-position-x: 95%;
    padding: 7px 50px 7px 10px;
    width: 100%;
    color: #1b3b6e;
    font-weight: 600;
    font-size: 18px;
    border: none;
    margin-bottom: 5px; }
    @media screen and (min-width: 1024px) {
      .service-list-container .filter-container .filter select {
        width: auto;
        margin-bottom: 0; } }
  .service-list-container .filter-container .filter form {
    margin-bottom: 40px; }
    @media screen and (min-width: 1024px) {
      .service-list-container .filter-container .filter form {
        margin-bottom: 0; } }
    .service-list-container .filter-container .filter form .filter-button {
      position: absolute;
      top: 15px;
      right: 130px; }
      .service-list-container .filter-container .filter form .filter-button .btn {
        background: #619eff; }
  .service-list-container .filter-container .filter .filter-button.small {
    position: absolute;
    top: 15px;
    right: 15px; }
    .service-list-container .filter-container .filter .filter-button.small:before {
      content: ""; }
    .service-list-container .filter-container .filter .filter-button.small input {
      margin: 0; }
.service-list-container .filter-container .secondary-filter {
  width: 100%;
  float: left;
  padding: 10px;
  text-align: center;
  background: #619eff; }
  .service-list-container .filter-container .secondary-filter:last-of-type {
    background: #3361a9; }
  @media screen and (min-width: 560px) {
    .service-list-container .filter-container .secondary-filter {
      width: 50%; } }
  .service-list-container .filter-container .secondary-filter input::-webkit-input-placeholder {
    color: #fff !important; }
  .service-list-container .filter-container .secondary-filter input:-moz-placeholder {
    color: #fff !important; }
  .service-list-container .filter-container .secondary-filter input::-moz-placeholder {
    color: #fff !important; }
  .service-list-container .filter-container .secondary-filter input:-ms-input-placeholder {
    color: #fff !important; }
  .service-list-container .filter-container .secondary-filter textarea::-webkit-input-placeholder {
    color: #fff !important; }
  .service-list-container .filter-container .secondary-filter textarea:-moz-placeholder {
    color: #fff !important; }
  .service-list-container .filter-container .secondary-filter textarea::-moz-placeholder {
    color: #fff !important; }
  .service-list-container .filter-container .secondary-filter textarea:-ms-input-placeholder {
    color: #fff !important; }
  .service-list-container .filter-container .secondary-filter input {
    color: #fff;
    font-weight: 600;
    background: transparent;
    padding: 0;
    width: 100%;
    margin: 0;
    line-height: 22.652px; }
    .service-list-container .filter-container .secondary-filter input:before {
      content: "\f30b";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 10px; }
  .service-list-container .filter-container .secondary-filter p {
    color: #fff;
    font-weight: 600; }
    .service-list-container .filter-container .secondary-filter p:before {
      content: "\f30b";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 10px; }
    .service-list-container .filter-container .secondary-filter p a {
      text-decoration: underline;
      color: #fff; }
.service-list-container .service-list {
  margin: 25px 0;
  float: left;
  width: 100%; }
  .service-list-container .service-list .item {
    width: 100%;
    float: left;
    margin-bottom: 2%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    -webkit-border-radius: 0 25px;
    -moz-border-radius: 0 25px;
    -ms-border-radius: 0 25px;
    border-radius: 0 25px;
    height: 360px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .service-list-container .service-list .item {
        width: 48%;
        margin-right: 4%; }
        .service-list-container .service-list .item:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .service-list-container .service-list .item {
        width: 32%;
        margin-right: 2%; }
        .service-list-container .service-list .item:nth-of-type(2n) {
          margin-right: 2%; }
        .service-list-container .service-list .item:nth-of-type(3n) {
          margin-right: 0; } }
    .service-list-container .service-list .item .cg {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 105px; }
      @media screen and (min-width: 1024px) {
        .service-list-container .service-list .item .cg {
          width: 90px; } }
      @media screen and (min-width: 1200px) {
        .service-list-container .service-list .item .cg {
          width: 105px; } }
    .service-list-container .service-list .item .text-area {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 73%;
      background: rgba(43, 57, 109, 0.8);
      padding: 15px; }
      @media screen and (min-width: 1024px) {
        .service-list-container .service-list .item .text-area {
          padding: 25px; } }
      .service-list-container .service-list .item .text-area .title {
        color: #fff;
        width: 90%;
        font-size: 18px;
        margin-top: 0; }
      .service-list-container .service-list .item .text-area p {
        width: 90%;
        color: #fff;
        opacity: 0; }
      .service-list-container .service-list .item .text-area .btn {
        position: absolute;
        bottom: 25px;
        left: 25px; }
    .service-list-container .service-list .item .plus, .service-list-container .service-list .item .minus {
      color: #fff;
      font-size: 14px;
      border: 1px solid #fff;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      position: absolute;
      bottom: 30px;
      right: 20px;
      width: 35px; }
    .service-list-container .service-list .item .hide {
      display: none; }

.book-bar-container .book-bar {
  background: #619eff;
  padding: 30px 0;
  float: left;
  width: 100%; }
  .book-bar-container .book-bar p {
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 700;
    position: relative;
    top: 5px;
    float: left;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .book-bar-container .book-bar p {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .book-bar-container .book-bar p {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1024px) {
      .book-bar-container .book-bar p {
        margin-bottom: 0; } }
  .book-bar-container .book-bar .btn {
    float: right;
    margin-right: 15px;
    width: 95%;
    margin-bottom: 5px;
    font-size: 18px; }
    @media screen and (min-width: 768px) {
      .book-bar-container .book-bar .btn {
        width: 47%;
        margin-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      .book-bar-container .book-bar .btn {
        width: auto; } }
    @media screen and (min-width: 1200px) {
      .book-bar-container .book-bar .btn {
        font-size: 18px;
        line-height: 21.6px; } }
  @media screen and (min-width: 1200px) and (min-width: 768px) {
    .book-bar-container .book-bar .btn {
      font-size: 22px;
      line-height: 26.4px; } }

  .book-bar-container .book-bar .btn.slide {
    font-size: 18px;
    position: relative;
    top: 0;
    padding: 10px 25px 15px 25px; }
    @media screen and (min-width: 768px) {
      .book-bar-container .book-bar .btn.slide {
        padding: 15px 25px 18px 25px; } }
    @media screen and (min-width: 1024px) {
      .book-bar-container .book-bar .btn.slide {
        padding: 10px 25px 15px 25px; } }
    @media screen and (min-width: 1200px) {
      .book-bar-container .book-bar .btn.slide {
        font-size: 18px;
        line-height: 21.6px;
        padding: 15px 25px 20px 25px; } }
  @media screen and (min-width: 1200px) and (min-width: 768px) {
    .book-bar-container .book-bar .btn.slide {
      font-size: 22px;
      line-height: 26.4px; } }

  .book-bar-container .book-bar .btn.slide.rotate:before {
    display: inline-block;
    transform: rotate(90deg); }
.book-bar-container form.primary {
  margin: 20px 0;
  display: none;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .book-bar-container form.primary {
      padding: 40px; } }
  .book-bar-container form.primary input[type="submit"] {
    margin-left: 4%;
    width: auto; }

.related-services-container {
  margin: 20px 0;
  padding: 0 25px; }
  @media screen and (min-width: 1024px) {
    .related-services-container {
      padding: 0 50px; } }
  .related-services-container .block-title {
    font-size: 22px;
    line-height: 26.4px;
    position: relative;
    left: -25px; }
    @media screen and (min-width: 768px) {
      .related-services-container .block-title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .related-services-container .block-title {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1024px) {
      .related-services-container .block-title {
        left: -50px; } }
  .related-services-container .related-services .item {
    width: 100%;
    float: left;
    margin-bottom: 2%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    -webkit-border-radius: 0 25px;
    -moz-border-radius: 0 25px;
    -ms-border-radius: 0 25px;
    border-radius: 0 25px;
    height: 360px;
    overflow: hidden; }
    .related-services-container .related-services .item .cg {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 105px; }
      @media screen and (min-width: 1024px) {
        .related-services-container .related-services .item .cg {
          width: 90px; } }
      @media screen and (min-width: 1200px) {
        .related-services-container .related-services .item .cg {
          width: 105px; } }
    .related-services-container .related-services .item .text-area {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 73%;
      background: #1b3b6e;
      padding: 25px; }
      .related-services-container .related-services .item .text-area .title {
        color: #fff;
        width: 90%;
        font-size: 18px; }
      .related-services-container .related-services .item .text-area p {
        width: 90%;
        color: #fff;
        opacity: 0; }
      .related-services-container .related-services .item .text-area .btn {
        position: absolute;
        bottom: 25px;
        left: 25px; }
    .related-services-container .related-services .item .plus, .related-services-container .related-services .item .minus {
      color: #fff;
      font-size: 14px;
      border: 1px solid #fff;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      position: absolute;
      bottom: 30px;
      right: 20px;
      width: 35px; }
    .related-services-container .related-services .item .hide {
      display: none; }
  .related-services-container .related-services .owl-nav .owl-prev {
    left: -50px; }
  .related-services-container .related-services .owl-nav .owl-next {
    right: -50px; }

.team-list .item {
  width: 100%;
  float: left; }
  @media screen and (min-width: 768px) {
    .team-list .item {
      width: 49%;
      margin-right: 2%; }
      .team-list .item:nth-of-type(2n) {
        margin-right: 0; } }
  .team-list .item img {
    float: left;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0 25px 0 0;
    -moz-border-radius: 0 25px 0 0;
    -ms-border-radius: 0 25px 0 0;
    border-radius: 0 25px 0 0; }
    @media screen and (min-width: 1200px) {
      .team-list .item img {
        width: 40%;
        -webkit-border-radius: 0 0 0 25px;
        -moz-border-radius: 0 0 0 25px;
        -ms-border-radius: 0 0 0 25px;
        border-radius: 0 0 0 25px; } }
  .team-list .item .text-area {
    float: left;
    background: #d1d2d4;
    padding: 40px 30px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
    -ms-border-radius: 0 0 0 25px;
    border-radius: 0 0 0 25px; }
    @media screen and (min-width: 1200px) {
      .team-list .item .text-area {
        width: 60%;
        -webkit-border-radius: 0 25px 0 0;
        -moz-border-radius: 0 25px 0 0;
        -ms-border-radius: 0 25px 0 0;
        border-radius: 0 25px 0 0; } }
    .team-list .item .text-area .title {
      font-size: 22px;
      line-height: 26.4px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .team-list .item .text-area .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .team-list .item .text-area .title {
          font-size: 30px;
          line-height: 36px; } }
    .team-list .item .text-area .role {
      font-size: 18px;
      line-height: 21.6px;
      color: #373737; }
      @media screen and (min-width: 768px) {
        .team-list .item .text-area .role {
          font-size: 22px;
          line-height: 26.4px; } }
    .team-list .item .text-area ul {
      margin: 10px 0;
      width: 100%;
      float: left; }
      .team-list .item .text-area ul li {
        font-size: 14px;
        font-weight: 700;
        color: #373737;
        margin: 0;
        width: 100%;
        float: left; }
        @media screen and (min-width: 1024px) {
          .team-list .item .text-area ul li {
            font-size: 18px; } }
        .team-list .item .text-area ul li:before {
          content: "\f30b";
          font-family: 'Font Awesome 5 Free';
          font-size: 18px;
          line-height: 21.6px;
          color: #619eff;
          position: relative;
          margin-right: 20px;
          display: block;
          float: left;
          height: 35px; }
          @media screen and (min-width: 768px) {
            .team-list .item .text-area ul li:before {
              font-size: 22px;
              line-height: 26.4px; } }

.faqs .item {
  border-bottom: 1px solid #373737;
  padding: 20px 0;
  position: relative; }
  .faqs .item:last-of-type {
    border-bottom: 0; }
  .faqs .item img {
    width: 40px;
    position: absolute;
    right: 0;
    top: 25px;
    cursor: pointer; }
  .faqs .item .title {
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 0;
    cursor: pointer;
    width: 85%; }
    @media screen and (min-width: 768px) {
      .faqs .item .title {
        font-size: 22px;
        line-height: 26.4px; } }
  .faqs .item p {
    display: none;
    margin-top: 15px; }
  .faqs .item .hide {
    display: none; }

.cta-carousel-container {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  float: left; }
  .cta-carousel-container .overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    float: left; }
    .cta-carousel-container .overlay .cta-carousel {
      padding: 30px 0; }
      @media screen and (min-width: 1024px) {
        .cta-carousel-container .overlay .cta-carousel {
          padding: 50px 0; } }
      .cta-carousel-container .overlay .cta-carousel .item {
        background: rgba(255, 255, 255, 0.2);
        text-align: center;
        padding: 40px 25px; }
        .cta-carousel-container .overlay .cta-carousel .item .title {
          color: #fff;
          font-size: 18px;
          line-height: 21.6px; }
          @media screen and (min-width: 768px) {
            .cta-carousel-container .overlay .cta-carousel .item .title {
              font-size: 22px;
              line-height: 26.4px; } }
        .cta-carousel-container .overlay .cta-carousel .item p {
          color: #fff; }
      .cta-carousel-container .overlay .cta-carousel .owl-nav {
        top: auto;
        bottom: 56px; }
        @media screen and (min-width: 1500px) {
          .cta-carousel-container .overlay .cta-carousel .owl-nav {
            bottom: auto;
            top: 45%; } }
        .cta-carousel-container .overlay .cta-carousel .owl-nav div {
          background: #fff;
          padding: 10px 20px; }
          .cta-carousel-container .overlay .cta-carousel .owl-nav div i {
            color: #3361a9;
            font-size: 20px; }
            @media screen and (min-width: 768px) {
              .cta-carousel-container .overlay .cta-carousel .owl-nav div i {
                font-size: 36px; } }
        .cta-carousel-container .overlay .cta-carousel .owl-nav .owl-prev {
          left: -15px; }
          @media screen and (min-width: 1500px) {
            .cta-carousel-container .overlay .cta-carousel .owl-nav .owl-prev {
              left: -7%; } }
        .cta-carousel-container .overlay .cta-carousel .owl-nav .owl-next {
          right: -15px; }
          @media screen and (min-width: 1500px) {
            .cta-carousel-container .overlay .cta-carousel .owl-nav .owl-next {
              right: -7%; } }

.details-map-container {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  float: left; }
  .details-map-container .overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    float: left; }
    .details-map-container .overlay .wrap {
      padding-top: 30px;
      padding-bottom: 30px;
      overflow: auto;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .details-map-container .overlay .wrap {
          padding-top: 60px;
          padding-bottom: 60px; } }
      .details-map-container .overlay .wrap .details, .details-map-container .overlay .wrap .map {
        width: 100%;
        float: left;
        height: 380px; }
        @media screen and (min-width: 768px) {
          .details-map-container .overlay .wrap .details, .details-map-container .overlay .wrap .map {
            width: 50%; } }
      .details-map-container .overlay .wrap .details {
        background: #fff;
        padding: 30px; }
        .details-map-container .overlay .wrap .details .title {
          font-size: 18px;
          line-height: 21.6px; }
          @media screen and (min-width: 768px) {
            .details-map-container .overlay .wrap .details .title {
              font-size: 22px;
              line-height: 26.4px; } }
        .details-map-container .overlay .wrap .details ul li {
          margin: 7px 0;
          float: left;
          width: 100%; }
          .details-map-container .overlay .wrap .details ul li img {
            width: 35px;
            margin-right: 15px;
            float: left; }
          .details-map-container .overlay .wrap .details ul li p {
            display: inline-block;
            font-weight: 600;
            font-size: 18px;
            position: relative;
            top: 3px; }
      .details-map-container .overlay .wrap .map iframe {
        height: 100%;
        width: 100%; }

.booking-confirm {
  margin: 20px 0; }
  .booking-confirm .tick {
    width: 45px;
    float: left;
    margin-right: 20px; }
  .booking-confirm .title {
    font-size: 22px;
    line-height: 26.4px;
    position: relative;
    top: 4px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .booking-confirm .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .booking-confirm .title {
        font-size: 30px;
        line-height: 36px; } }
  .booking-confirm .info {
    float: left;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .booking-confirm .info {
        padding: 30px; } }
  .booking-confirm .main.info {
    background: #3361a9;
    -webkit-border-radius: 0 25px 0 0;
    -moz-border-radius: 0 25px 0 0;
    -ms-border-radius: 0 25px 0 0;
    border-radius: 0 25px 0 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .booking-confirm .main.info {
        -webkit-border-radius: 0 0 0 25px;
        -moz-border-radius: 0 0 0 25px;
        -ms-border-radius: 0 0 0 25px;
        border-radius: 0 0 0 25px;
        width: 35%; } }
    .booking-confirm .main.info ul li {
      border-bottom: 1px solid #fff;
      padding: 17px 0; }
      .booking-confirm .main.info ul li:first-of-type {
        padding-top: 0; }
      .booking-confirm .main.info ul li:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
      .booking-confirm .main.info ul li h4 {
        color: #619eff;
        font-size: 18px;
        line-height: 21.6px;
        margin-bottom: 5px; }
        @media screen and (min-width: 768px) {
          .booking-confirm .main.info ul li h4 {
            font-size: 22px;
            line-height: 26.4px; } }
      .booking-confirm .main.info ul li p {
        font-weight: 600;
        color: #fff; }
  .booking-confirm .extra.info {
    background: #ededed;
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
    -ms-border-radius: 0 0 0 25px;
    border-radius: 0 0 0 25px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .booking-confirm .extra.info {
        -webkit-border-radius: 0 25px 0 0;
        -moz-border-radius: 0 25px 0 0;
        -ms-border-radius: 0 25px 0 0;
        border-radius: 0 25px 0 0;
        width: 65%; } }
    .booking-confirm .extra.info span {
      color: #619eff; }
    .booking-confirm .extra.info ul {
      margin-top: 20px; }
      .booking-confirm .extra.info ul li {
        margin: 12px 0; }
        .booking-confirm .extra.info ul li h4 {
          font-size: 18px;
          margin-bottom: 0; }
        .booking-confirm .extra.info ul li p {
          font-weight: 600; }

.search-results .filter-container .filter {
  overflow: auto;
  background: #d1d2d4;
  padding: 15px 30px; }
  .search-results .filter-container .filter p, .search-results .filter-container .filter select {
    float: left; }
    @media screen and (min-width: 560px) {
      .search-results .filter-container .filter p, .search-results .filter-container .filter select {
        margin-right: 15px; } }
  .search-results .filter-container .filter p {
    color: #1b3b6e;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    top: 7px; }
    .search-results .filter-container .filter p:before {
      content: "\f0a9";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 10px; }
  .search-results .filter-container .filter select {
    background-image: url(/themes/nts-training/images/icons/arrow-down-blue.svg);
    background-size: 12px;
    background-position-x: 85%;
    padding: 7px 50px 7px 10px;
    width: 100%;
    color: #1b3b6e;
    font-weight: 600;
    font-size: 18px;
    border: none; }
    @media screen and (min-width: 560px) {
      .search-results .filter-container .filter select {
        width: auto; } }
.search-results ul .item {
  width: 100%;
  float: left;
  margin: 1% 0; }
  @media screen and (min-width: 768px) {
    .search-results ul .item {
      width: 48%;
      margin-right: 4%; }
      .search-results ul .item:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .search-results ul .item {
      width: 32%;
      margin-right: 2%; }
      .search-results ul .item:nth-of-type(2n) {
        margin-right: 2%; }
      .search-results ul .item:nth-of-type(3n) {
        margin-right: 0; } }
  .search-results ul .item .img-area {
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    -webkit-border-radius: 0 25px 0;
    -moz-border-radius: 0 25px 0;
    -ms-border-radius: 0 25px 0;
    border-radius: 0 25px 0; }
  .search-results ul .item .text-area {
    padding: 40px 25px;
    background: #619eff;
    position: relative;
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
    -ms-border-radius: 0 0 0 25px;
    border-radius: 0 0 0 25px; }
    .search-results ul .item .text-area img {
      width: 50px;
      position: absolute;
      top: -25px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .search-results ul .item .text-area .title {
      font-size: 18px;
      color: #fff; }
    .search-results ul .item .text-area p {
      color: #fff;
      margin-bottom: 60px; }
    .search-results ul .item .text-area .btn {
      position: absolute;
      bottom: 25px;
      left: 25px; }

.blog-list .listing .blog-item {
  width: 100%;
  margin-bottom: 2%;
  overflow: auto; }
  @media screen and (min-width: 768px) {
    .blog-list .listing .blog-item {
      width: 49%;
      margin-right: 2%;
      float: left; }
      .blog-list .listing .blog-item:nth-of-type(2n) {
        margin-right: 0; } }
  .blog-list .listing .blog-item .text-area .title {
    font-size: 22px;
    line-height: 26.4px; }
    @media screen and (min-width: 768px) {
      .blog-list .listing .blog-item .text-area .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .blog-list .listing .blog-item .text-area .title {
        font-size: 30px;
        line-height: 36px; } }

.blog-pager {
  float: left;
  width: 100%; }
  .blog-pager a {
    padding: 5px 20px;
    background: #D2D2D4;
    color: #19386E;
    font-weight: 700; }
    .blog-pager a:hover {
      background: #19386E;
      color: #ffffff; }
  .blog-pager .prev-p {
    float: left; }
  .blog-pager .next-p {
    float: right; }

.pagination {
  position: relative;
  display: block;
  float: left;
  width: 100%; }
  .pagination .next-button {
    background-color: #D2D2D4;
    color: #19386E;
    float: left;
    padding: 5px 17px;
    text-decoration: none;
    margin-right: 4px;
    /* border: 1px solid #696969; */
    font-size: 23px;
    margin-top: 4px;
    line-height: 34px; }
  .pagination .previous-button {
    background-color: #D2D2D4;
    color: #19386E;
    float: left;
    padding: 5px 17px;
    text-decoration: none;
    margin-right: 4px;
    /* border: 1px solid #696969; */
    font-size: 23px;
    margin-top: 4px;
    line-height: 34px; }
  .pagination .number-button:nth-of-type(1) {
    margin-left: 0px; }
  .pagination .number-button {
    float: left;
    padding: 3px 15px;
    line-height: 36px;
    font-size: 18px;
    text-decoration: none;
    margin: 4px;
    border: 1px solid #D2D2D4;
    background-color: #D2D2D4;
    color: #19386E; }
  .pagination .number-button:hover {
    background-color: #D2D2D4;
    color: #19386E;
    border: 1px solid #D2D2D4;
    color: #ffffff; }
  .pagination a.active {
    background-color: #19386E;
    color: #ffffff;
    border: 1px solid #19386E; }

.blog-categories {
  -webkit-border-radius: 0 25px;
  -moz-border-radius: 0 25px;
  -ms-border-radius: 0 25px;
  border-radius: 0 25px; }
  .blog-categories .title {
    color: #fff;
    font-size: 22px;
    line-height: 26.4px;
    width: 100%;
    margin: 0;
    background: #1b3b6e;
    padding: 15px 25px;
    -webkit-border-radius: 0 25px 0 0;
    -moz-border-radius: 0 25px 0 0;
    -ms-border-radius: 0 25px 0 0;
    border-radius: 0 25px 0 0; }
    @media screen and (min-width: 768px) {
      .blog-categories .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1024px) {
      .blog-categories .title {
        font-size: 30px;
        line-height: 36px; } }
    .blog-categories .title:before {
      content: "\f0a9";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 18px;
      margin-right: 10px;
      position: relative;
      top: -3px; }
  .blog-categories .categories {
    -webkit-border-radius: 0 0 0 25px;
    -moz-border-radius: 0 0 0 25px;
    -ms-border-radius: 0 0 0 25px;
    border-radius: 0 0 0 25px;
    background: #ededed;
    padding: 20px; }
    .blog-categories .categories li {
      padding: 7px 0; }
      .blog-categories .categories li a {
        color: #1b3b6e;
        font-weight: 600; }

.course-history .listing ul li {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .course-history .listing ul li {
      width: 49%;
      margin-right: 2%; }
      .course-history .listing ul li:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 1200px) {
    .course-history .listing ul li {
      width: 32%;
      margin-right: 2%; }
      .course-history .listing ul li:nth-of-type(2n) {
        margin-right: 2%; }
      .course-history .listing ul li:nth-of-type(3n) {
        margin-right: 0; } }
  .course-history .listing ul li .image {
    width: 100%;
    margin: 0; }
  .course-history .listing ul li .text {
    background: #ededed;
    padding: 25px;
    width: 100%;
    margin: 0;
    position: relative;
    top: -4px; }
    .course-history .listing ul li .text p {
      font-size: 18px;
      margin: 10px 0; }
      .course-history .listing ul li .text p span {
        color: #1b3b6e;
        font-family: 'Cabin', sans-serif;
        font-weight: 700;
        display: block; }
        .course-history .listing ul li .text p span:before {
          content: "\f30b";
          font-family: 'Font Awesome 5 Free';
          font-size: 18px;
          line-height: 21.6px;
          color: #619eff;
          position: relative;
          margin-right: 20px;
          display: block;
          float: left;
          height: 54px; }
          @media screen and (min-width: 768px) {
            .course-history .listing ul li .text p span:before {
              font-size: 22px;
              line-height: 26.4px; } }

.course-material .listing ul li {
  width: 100%;
  float: left; }
  @media screen and (min-width: 1024px) {
    .course-material .listing ul li {
      width: 49%;
      margin-right: 2%; }
      .course-material .listing ul li:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 1200px) {
    .course-material .listing ul li {
      width: 32%;
      margin-right: 2%; }
      .course-material .listing ul li:nth-of-type(2n) {
        margin-right: 2%; }
      .course-material .listing ul li:nth-of-type(3n) {
        margin-right: 0; } }
  .course-material .listing ul li .image {
    width: 100%;
    margin: 0; }
  .course-material .listing ul li .text {
    background: #ededed;
    padding: 25px;
    width: 100%;
    margin: 0;
    position: relative;
    top: -6px; }
    .course-material .listing ul li .text p {
      font-size: 18px;
      margin: 10px 0; }
      .course-material .listing ul li .text p span {
        color: #1b3b6e;
        font-family: 'Cabin', sans-serif;
        font-weight: 700;
        display: block; }
        .course-material .listing ul li .text p span:before {
          content: "\f30b";
          font-family: 'Font Awesome 5 Free';
          font-size: 18px;
          line-height: 21.6px;
          color: #619eff;
          position: relative;
          margin-right: 20px;
          display: block;
          float: left;
          height: 35px; }
          @media screen and (min-width: 768px) {
            .course-material .listing ul li .text p span:before {
              font-size: 22px;
              line-height: 26.4px; } }
    .course-material .listing ul li .text .btn {
      margin-right: 10px;
      margin-bottom: 10px;
      float: left; }

.booking-form .notice {
  font-weight: 700;
  color: #619eff;
  padding-left: 4%;
  margin-top: 20px;
  float: left;
  width: 50%; }
  .booking-form .notice a {
    text-decoration: underline;
    color: #619eff; }
.booking-form .sendFormButton {
  margin-left: 4%;
  clear: right; }

.video-block iframe {
  width: 100% !important;
  height: 50.5vw; }
  @media screen and (min-width: 768px) {
    .video-block iframe {
      height: 35vw; } }
  @media screen and (min-width: 1024px) {
    .video-block iframe {
      height: 28.5vw; } }

@media (min-width: 500px) and (max-width: 1024px) {
  .home .video-block-container {
    width: 100%;
    margin-left: 0; } }

.primary {
  float: left;
  width: 100%;
  -webkit-border-radius: 0 25px;
  -moz-border-radius: 0 25px;
  -ms-border-radius: 0 25px;
  border-radius: 0 25px;
  background: #3361a9;
  padding: 40px; }
  .primary input::-webkit-input-placeholder {
    color: #fff !important; }
  .primary input:-moz-placeholder {
    color: #fff !important; }
  .primary input::-moz-placeholder {
    color: #fff !important; }
  .primary input:-ms-input-placeholder {
    color: #fff !important; }
  .primary textarea::-webkit-input-placeholder {
    color: #fff !important; }
  .primary textarea:-moz-placeholder {
    color: #fff !important; }
  .primary textarea::-moz-placeholder {
    color: #fff !important; }
  .primary textarea:-ms-input-placeholder {
    color: #fff !important; }
  .primary .col {
    padding-right: 30px; }
    .primary .col:nth-of-type(2) {
      padding-right: 0;
      padding-left: 30px; }
  .primary input, .primary select, .primary textarea {
    color: #fff;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    padding: 15px 0;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    float: left; }
  .primary textarea {
    height: 150px;
    min-width: 100%;
    max-width: 100%;
    font-family: 'Source Sans Pro', sans-serif; }
  .primary .sendFormButton {
    width: auto; }

@media (max-width: 767px) {
  form.primary .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%; } }

.html-text {
  float: left;
  width: 100%;
  margin: 10px 0; }
  .html-text p {
    font-size: 14px;
    color: #fff; }

.checkbox {
  float: left;
  width: 100%;
  margin: 10px 0; }
  .checkbox label {
    font-weight: 700;
    font-size: 14px;
    color: #fff; }

.e-learning-main-banner {
  position: relative;
  float: left;
  width: 100%;
  height: 320px; }
  @media screen and (min-width: 768px) {
    .e-learning-main-banner {
      height: 420px; } }
  @media screen and (min-width: 1200px) {
    .e-learning-main-banner {
      height: 550px; } }
  .e-learning-main-banner .area {
    position: relative;
    height: 100%;
    width: 100%;
    float: left; }
    @media screen and (min-width: 1024px) {
      .e-learning-main-banner .area {
        width: 50%; } }
    .e-learning-main-banner .area.content {
      text-align: center;
      padding: 40px; }
      @media screen and (min-width: 768px) {
        .e-learning-main-banner .area.content {
          padding: 40px 50px; } }
      @media screen and (min-width: 1200px) {
        .e-learning-main-banner .area.content {
          padding: 60px 80px; } }
      @media screen and (min-width: 1500px) {
        .e-learning-main-banner .area.content {
          padding: 100px 120px; } }
      .e-learning-main-banner .area.content > * {
        position: relative;
        z-index: 2; }
      .e-learning-main-banner .area.content .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: #69af29;
        background: -moz-linear-gradient(left, #69af29 0%, #60e241 100%);
        background: -webkit-linear-gradient(left, #69af29 0%, #60e241 100%);
        background: linear-gradient(to right, #69af29 0%, #60e241 100%);
        opacity: .8; }
        @media screen and (min-width: 1024px) {
          .e-learning-main-banner .area.content .overlay {
            opacity: 1; } }
      .e-learning-main-banner .area.content i {
        color: #fff;
        font-size: 30px;
        line-height: 36px; }
        @media screen and (min-width: 768px) {
          .e-learning-main-banner .area.content i {
            font-size: 48px;
            line-height: 57.6px; } }
        @media screen and (min-width: 1500px) {
          .e-learning-main-banner .area.content i {
            font-size: 60px;
            line-height: 72px; } }
        @media screen and (min-width: 1200px) {
          .e-learning-main-banner .area.content i {
            font-size: 72px;
            line-height: 86.4px; } }
      .e-learning-main-banner .area.content .title {
        color: #fff;
        font-size: 30px;
        line-height: 36px; }
        @media screen and (min-width: 768px) {
          .e-learning-main-banner .area.content .title {
            font-size: 48px;
            line-height: 57.6px; } }
        @media screen and (min-width: 1500px) {
          .e-learning-main-banner .area.content .title {
            font-size: 60px;
            line-height: 72px; } }
        @media screen and (min-width: 1200px) {
          .e-learning-main-banner .area.content .title {
            font-size: 72px;
            line-height: 86.4px; } }
      .e-learning-main-banner .area.content p {
        font-size: 18px;
        line-height: 21.6px;
        font-weight: 600;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .e-learning-main-banner .area.content p {
            font-size: 22px;
            line-height: 26.4px; } }
    .e-learning-main-banner .area.img {
      background-color: #3361a9;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (min-width: 1024px) {
        .e-learning-main-banner .area.img {
          position: relative; } }

.e-learning-tabs {
  float: left;
  width: 100%;
  margin: 30px 0; }
  .e-learning-tabs ul.tabs {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 15px 0 0 0;
    list-style: none; }
    .e-learning-tabs ul.tabs li {
      position: relative;
      cursor: pointer;
      display: inline-block;
      margin-bottom: 5px;
      margin-right: 25px;
      opacity: 0.3;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
      color: #6b9b1e;
      font-size: 22px;
      line-height: 26.4px;
      font-weight: 700;
      font-family: 'Cabin', sans-serif; }
      @media screen and (min-width: 768px) {
        .e-learning-tabs ul.tabs li {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .e-learning-tabs ul.tabs li {
          font-size: 30px;
          line-height: 36px; } }
      .e-learning-tabs ul.tabs li:hover {
        opacity: 1; }
      .e-learning-tabs ul.tabs li i {
        margin-right: 10px; }
      @media screen and (min-width: 1200px) {
        .e-learning-tabs ul.tabs li {
          margin-right: 3%; } }
    .e-learning-tabs ul.tabs li.current {
      opacity: 1; }
  .e-learning-tabs .content {
    display: none;
    background: #ededed;
    padding: 30px;
    float: left;
    width: 100%;
    height: 100%; }
    .e-learning-tabs .content p {
      background: #fff;
      padding: 20px 30px;
      font-size: 18px; }
    .e-learning-tabs .content ul {
      margin: 0; }
      .e-learning-tabs .content ul li {
        float: left;
        width: 100%;
        background: #fff;
        padding: 20px 30px;
        font-size: 18px;
        position: relative;
        padding-left: 60px; }
        .e-learning-tabs .content ul li:before {
          content: "\f30b";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          color: #373737;
          position: absolute;
          top: 20px;
          left: 30px;
          margin-bottom: 1%; }
        @media screen and (min-width: 1024px) {
          .e-learning-tabs .content ul li {
            width: 49.5%;
            margin-right: 1%; }
            .e-learning-tabs .content ul li:nth-of-type(2n) {
              margin-right: 0; } }
  .e-learning-tabs .content.current {
    display: inherit; }

.e-learning-course-list {
  float: left;
  width: 100%;
  margin: 40px 0; }
  .e-learning-course-list .item {
    float: left;
    min-height: 140px;
    width: 49.5%;
    margin-bottom: 1%;
    margin-right: 1%; }
    .e-learning-course-list .item:nth-of-type(2n) {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .e-learning-course-list .item {
        width: 32.6%; }
        .e-learning-course-list .item:nth-of-type(2n) {
          margin-right: 1%; }
        .e-learning-course-list .item:nth-of-type(3n) {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .e-learning-course-list .item {
        width: 24.2%; }
        .e-learning-course-list .item:nth-of-type(2n) {
          margin-right: 1%; }
        .e-learning-course-list .item:nth-of-type(3n) {
          margin-right: 1%; }
        .e-learning-course-list .item:nth-of-type(4n) {
          margin-right: 0; } }
    @media screen and (min-width: 1500px) {
      .e-learning-course-list .item {
        width: 19.2%; }
        .e-learning-course-list .item:nth-of-type(2n) {
          margin-right: 1%; }
        .e-learning-course-list .item:nth-of-type(3n) {
          margin-right: 1%; }
        .e-learning-course-list .item:nth-of-type(4n) {
          margin-right: 1%; }
        .e-learning-course-list .item:nth-of-type(5n) {
          margin-right: 0; } }
    .e-learning-course-list .item .area {
      position: relative;
      float: left;
      width: 100%;
      height: 100%;
      padding: 10px; }
      @media screen and (min-width: 768px) {
        .e-learning-course-list .item .area {
          padding: 15px; } }
      .e-learning-course-list .item .area.icon {
        text-align: center;
        width: 25%;
        background: #3361a9;
        font-size: 18px; }
        @media screen and (min-width: 768px) {
          .e-learning-course-list .item .area.icon {
            font-size: 24px; } }
        .e-learning-course-list .item .area.icon i {
          color: #fff; }
      .e-learning-course-list .item .area.content {
        width: 75%;
        background: #ededed; }
        .e-learning-course-list .item .area.content .title {
          font-family: 'Cabin Condensed', sans-serif;
          font-weight: 700;
          color: #373737;
          margin: 0;
          margin-bottom: 35px;
          font-size: 16px;
          line-height: 19.2px; }
          @media screen and (min-width: 1200px) {
            .e-learning-course-list .item .area.content .title {
              font-size: 18px;
              line-height: 21.6px; } }
          @media screen and (min-width: 1500px) {
            .e-learning-course-list .item .area.content .title {
              font-size: 20px;
              line-height: 24px; } }
        .e-learning-course-list .item .area.content .btn-el {
          margin: 0;
          position: absolute;
          bottom: 15px;
          left: 15px; }

.e-learning-course-banner {
  position: relative;
  float: left;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .e-learning-course-banner {
      height: 460px; } }
  @media screen and (min-width: 1200px) {
    .e-learning-course-banner {
      height: 550px; } }
  .e-learning-course-banner .area {
    position: relative;
    height: 100%;
    width: 100%;
    float: left; }
    .e-learning-course-banner .area.content {
      z-index: 3;
      padding: 25px 30px;
      width: 100%;
      padding-left: 80px; }
      @media screen and (min-width: 768px) {
        .e-learning-course-banner .area.content {
          padding: 30px;
          padding-left: 110px; } }
      @media screen and (min-width: 1024px) {
        .e-learning-course-banner .area.content {
          width: 70%; } }
      @media screen and (min-width: 1200px) {
        .e-learning-course-banner .area.content {
          padding: 70px;
          padding-left: 190px;
          width: 70%; } }
      @media screen and (min-width: 1500px) {
        .e-learning-course-banner .area.content {
          width: 50%; } }
      .e-learning-course-banner .area.content > ul {
        margin: 10px 0;
        width: 100%;
        float: left; }
        .e-learning-course-banner .area.content > ul li {
          display: inline-block;
          font-size: 14px;
          font-weight: 700;
          color: #373737;
          margin-bottom: 10px;
          width: 100%; }
          .e-learning-course-banner .area.content > ul li:before {
            display: inline-block;
            content: "\f30b";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #a2a2a2;
            margin-right: 15px; }
      .e-learning-course-banner .area.content > ul li {
        color: #fff;
        font-size: 18px;
        line-height: 21.6px; }
        @media screen and (min-width: 768px) {
          .e-learning-course-banner .area.content > ul li {
            font-size: 22px;
            line-height: 26.4px; } }
        .e-learning-course-banner .area.content > ul li:before {
          color: #fff; }
      .e-learning-course-banner .area.content i {
        color: #fff;
        font-size: 30px;
        line-height: 36px;
        position: absolute;
        top: 30px;
        left: 30px; }
        @media screen and (min-width: 768px) {
          .e-learning-course-banner .area.content i {
            font-size: 48px;
            line-height: 57.6px; } }
        @media screen and (min-width: 1500px) {
          .e-learning-course-banner .area.content i {
            font-size: 60px;
            line-height: 72px; } }
        @media screen and (min-width: 1200px) {
          .e-learning-course-banner .area.content i {
            font-size: 72px;
            line-height: 86.4px; } }
        @media screen and (min-width: 1200px) {
          .e-learning-course-banner .area.content i {
            top: 70px;
            left: 70px; } }
      .e-learning-course-banner .area.content .title {
        color: #fff;
        font-size: 30px;
        line-height: 36px;
        margin-top: 0; }
        @media screen and (min-width: 768px) {
          .e-learning-course-banner .area.content .title {
            font-size: 48px;
            line-height: 57.6px; } }
        @media screen and (min-width: 1500px) {
          .e-learning-course-banner .area.content .title {
            font-size: 60px;
            line-height: 72px; } }
      .e-learning-course-banner .area.content p {
        font-size: 18px;
        line-height: 21.6px;
        font-weight: 600;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .e-learning-course-banner .area.content p {
            font-size: 22px;
            line-height: 26.4px; } }
    .e-learning-course-banner .area.img {
      z-index: 1;
      background-color: #3361a9;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
    .e-learning-course-banner .area.price {
      z-index: 3;
      float: right;
      height: auto;
      bottom: 30px;
      right: 30px; }
      @media screen and (min-width: 1024px) {
        .e-learning-course-banner .area.price {
          width: auto;
          position: absolute; } }
      @media screen and (min-width: 1200px) {
        .e-learning-course-banner .area.price {
          bottom: 70px;
          right: 70px; } }
      .e-learning-course-banner .area.price p, .e-learning-course-banner .area.price .btn {
        float: right;
        clear: right; }
      .e-learning-course-banner .area.price p {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;
        font-family: 'Cabin', sans-serif;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .e-learning-course-banner .area.price p {
            font-size: 48px;
            line-height: 57.6px; } }
        @media screen and (min-width: 1500px) {
          .e-learning-course-banner .area.price p {
            font-size: 60px;
            line-height: 72px; } }
      .e-learning-course-banner .area.price .btn {
        background-color: #00a6ed;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 18px;
        line-height: 21.6px;
        padding: 25px 35px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          .e-learning-course-banner .area.price .btn {
            font-size: 22px;
            line-height: 26.4px; } }
        .e-learning-course-banner .area.price .btn:before {
          content: "\f30b";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          top: 0; }
  .e-learning-course-banner .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #69af29;
    background: -moz-linear-gradient(left, #69af29 0%, #60e241 100%);
    background: -webkit-linear-gradient(left, #69af29 0%, #60e241 100%);
    background: linear-gradient(to right, #69af29 0%, #60e241 100%);
    opacity: .8; }

.e-learning-course-points {
  float: left;
  width: 100%;
  margin: 30px 0; }
  .e-learning-course-points .item {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .e-learning-course-points .item .title {
      width: 100%;
      float: left;
      margin-bottom: 20px;
      padding: 15px 0 0 0;
      color: #6b9b1e;
      font-size: 22px;
      line-height: 26.4px;
      font-weight: 700;
      font-family: 'Cabin', sans-serif; }
      @media screen and (min-width: 768px) {
        .e-learning-course-points .item .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1024px) {
        .e-learning-course-points .item .title {
          font-size: 30px;
          line-height: 36px; } }
      .e-learning-course-points .item .title i {
        margin-right: 10px; }
    .e-learning-course-points .item .content {
      background: #ededed;
      padding: 30px;
      float: left;
      width: 100%;
      height: 100%; }
      .e-learning-course-points .item .content p {
        background: #fff;
        padding: 20px 30px;
        font-size: 18px; }
      .e-learning-course-points .item .content ul {
        margin: 0; }
        .e-learning-course-points .item .content ul li {
          float: left;
          width: 100%;
          background: #fff;
          padding: 20px 30px;
          font-size: 18px;
          position: relative;
          margin-bottom: 1%;
          padding-left: 60px; }
          .e-learning-course-points .item .content ul li:before {
            content: "\f30b";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #373737;
            position: absolute;
            top: 20px;
            left: 30px; }
          @media screen and (min-width: 1024px) {
            .e-learning-course-points .item .content ul li {
              width: 49.5%;
              margin-right: 1%; }
              .e-learning-course-points .item .content ul li:nth-of-type(2n) {
                margin-right: 0; } }

.e-learning-cta-full {
  background: #ff7f33;
  float: left;
  width: 100%;
  padding: 60px 0; }
  .e-learning-cta-full .text-area {
    width: 100%;
    float: left;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .e-learning-cta-full .text-area {
        width: 100%; } }
    @media screen and (min-width: 1200px) {
      .e-learning-cta-full .text-area {
        width: 60%;
        margin-bottom: 0; } }
    @media screen and (min-width: 1500px) {
      .e-learning-cta-full .text-area {
        width: 50%; } }
    .e-learning-cta-full .text-area .title {
      color: #fff;
      font-size: 22px;
      line-height: 26.4px;
      margin-top: 0; }
      @media screen and (min-width: 768px) {
        .e-learning-cta-full .text-area .title {
          font-size: 30px;
          line-height: 36px; } }
      @media screen and (min-width: 1500px) {
        .e-learning-cta-full .text-area .title {
          font-size: 48px;
          line-height: 57.6px; } }
    .e-learning-cta-full .text-area p {
      color: #fff;
      font-size: 18px;
      font-weight: 700; }
  .e-learning-cta-full .btn {
    float: right;
    background-color: #fff;
    color: #373737;
    font-family: 'Cabin Condensed', sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    padding: 25px 35px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .e-learning-cta-full .btn {
        font-size: 22px;
        line-height: 26.4px; } }
    .e-learning-cta-full .btn:before {
      content: "\f30b";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      top: 0; }

.e-learning-icon-text-carousel-container {
  float: left;
  width: 100%;
  margin: 40px 0; }
  .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel {
    float: left;
    width: 100%;
    padding-bottom: 60px; }
    .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .item {
      float: left;
      width: 100%;
      text-align: center;
      border: 1px solid #a2a2a2;
      padding: 40px;
      padding-top: 0; }
      .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .item > ul {
        margin: 10px 0;
        width: 100%;
        float: left; }
        .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .item > ul li {
          display: inline-block;
          font-size: 14px;
          font-weight: 700;
          color: #373737;
          margin-bottom: 10px;
          width: 100%; }
          .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .item > ul li:before {
            display: inline-block;
            content: "\f30b";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #a2a2a2;
            margin-right: 15px; }
      .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .item ul {
        margin-bottom: 0; }
      .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .item i {
        background: #6b9b1e;
        color: #fff;
        font-size: 30px;
        width: 90px;
        height: 90px;
        text-align: center;
        padding: 30px 0;
        margin-bottom: 20px; }
      .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .item .title {
        font-size: 22px;
        line-height: 26.4px;
        margin-bottom: 20px;
        color: #373737; }
        @media screen and (min-width: 768px) {
          .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .item .title {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1024px) {
          .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .item .title {
            font-size: 30px;
            line-height: 36px; } }
    .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .owl-nav {
      top: auto;
      bottom: -10px;
      text-align: center; }
      .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .owl-nav div {
        position: relative;
        display: inline-block;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        background: #a2a2a2;
        width: 45px;
        height: 45px;
        padding: 12px 0;
        margin: 0 5px; }
        .e-learning-icon-text-carousel-container .e-learning-icon-text-carousel .owl-nav div i {
          color: #fff;
          font-size: 14px; }

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