@charset "UTF-8";
/*fontello.css*/
@font-face {
  font-family: 'fontello';
  src: url("/fonts/fontello.eot?4737443");
  src: url("/fonts/fontello.eot?4737443#iefix") format("embedded-opentype"), 
  url("/fonts/fontello.woff2?4737443") format("woff2"), 
  url("/fonts/fontello.woff?4737443") format("woff"), 
  url("/fonts/fontello.ttf?4737443") format("truetype"), 
  url("/fonts/fontello.svg?4737443#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/font/fontello.svg?4737443#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-bbm:before {
  content: '\e800'; }

/* '' */
.icon-line:before {
  content: '\e80e'; }

/* '' */
.icon-woffi:before {
  content: '\e812'; }

/* '' */
/*end fontello.css*/
@font-face {
  font-family: 'Circular';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.keystonebankng.com/wp-content/themes/keystone/assets/css/fonts/Circular-Std-Font/Circular-Std-Book.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Circular';
  font-style: normal;
  font-weight: 500;
  src: url("https://www.keystonebankng.com/wp-content/themes/keystone/assets/css/fonts/Circular-Std-Font/Circular-Std-Medium.ttf")format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Circular';
  font-style: normal;
  font-weight: 700;
  src: url("https://www.keystonebankng.com/wp-content/themes/keystone/assets/css/fonts/Circular-Std-Font/Circular-Std-Bold.ttf")format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Circular';
  font-style: normal;
  font-weight: 800;
  src: url("https://www.keystonebankng.com/wp-content/themes/keystone/assets/css/fonts/Circular-Std-Font/Circular-Std-Black.ttf")format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Gelion';
  font-style: normal;
  font-weight: 300;
  src: url("https://www.keystonebankng.com/wp-content/themes/keystone/assets/css/fonts/Gelion/Gelion-Light.ttf")format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Gelion';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.keystonebankng.com/wp-content/themes/keystone/assets/css/fonts/Gelion/Gelion-Regular.ttf")format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Gelion';
  font-style: normal;
  font-weight: 500;
  src: url("https://www.keystonebankng.com/wp-content/themes/keystone/assets/css/fonts/Gelion/Gelion-Medium.ttf")format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Gelion';
  font-style: normal;
  font-weight: 600;
  src: url("https://www.keystonebankng.com/wp-content/themes/keystone/assets/css/fonts/Gelion/Gelion-SemiBold.ttf")format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Gelion';
  font-style: normal;
  font-weight: 700;
  src: url("https://www.keystonebankng.com/wp-content/themes/keystone/assets/css/fonts/Gelion/Gelion-Bold.ttf")format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Gelion';
  font-style: normal;
  font-weight: 800;
  src: url("https://www.keystonebankng.com/wp-content/themes/keystone/assets/css/fonts/Gelion/Gelion-Black.ttf")format("truetype");
  font-display: swap; }

html {
  scroll-behavior: smooth; }

body {
  padding-right: 0rem !important;
  font-family: 'Gelion';
  color: #01012f;
  background: #ffffff; }

.container {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

.container-fluid {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

@media (max-width: 991.98px) {
  .row-responsive {
    display: -webkit-box;
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap; } }

img {
  width: 100%; }

a {
  transition: all 0.5s ease; }
  a i {
    transition: all 0.25s ease; }
  a:hover a:focus, a:active {
    transition: all 0.5s ease; }
    a:hover a:focus i, a:active i {
      transition: all 0.25s ease; }

.autoplay{
	display: none;
}

.slick-responsive-auto.single.slick-primary .slick-next, .slick-responsive-auto.single.slick-primary .slick-prev {
  display: none !important; }

.slick-responsive-auto.single.slick-primary .slick-slide {
  height: auto !important;
  outline: none; }

.slick-responsive-auto.single.slick-primary .slick-dots {
  display: inline-block;
  width: auto !important;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .slick-responsive-auto.single.slick-primary .slick-dots li {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    width: 1.25em;
    height: 1.25rem; }
    .slick-responsive-auto.single.slick-primary .slick-dots li button {
      position: relative;
      width: 1.25rem;
      height: 1.25rem; }
      .slick-responsive-auto.single.slick-primary .slick-dots li button:after {
        position: absolute;
        display: inline-block;
        content: '';
        top: 0;
        left: 0;
        width: 1.25rem;
        height: 1.25rem;
        background-color: #349bda;
        border: 0.25rem solid #ffffff;
        border-radius: 100%;
        transform: scale(0.9);
        transition: 0.5s ease; }
      .slick-responsive-auto.single.slick-primary .slick-dots li button:before {
        display: none; }
    .slick-responsive-auto.single.slick-primary .slick-dots li.slick-active button:after {
      transform: scale(1.25);
      transition: 0.5s ease; }

@media (max-width: 991.98px) {
  .slick-responsive-auto.single.slick-primary .slick-dots li {
    margin-left: 0.50rem !important;
    margin-right: 0.50rem !important; }
    .slick-responsive-auto.single.slick-primary .slick-dots li button:after {
      transform: scale(0.8); }
    .slick-responsive-auto.single.slick-primary .slick-dots li.slick-active button:after {
      transform: scale(1.15); } }

@media (max-width: 767.98px) {
  .slick-responsive-auto.single.slick-primary .slick-dots li button:after {
    transform: scale(0.7); }
  .slick-responsive-auto.single.slick-primary .slick-dots li.slick-active button:after {
    transform: scale(1); } }

.slick-responsive-auto.quadruple.slick-primary .slick-next, .slick-responsive-auto.quadruple.slick-primary .slick-prev {
  display: none !important; }

.slick-responsive-auto.quadruple.slick-primary .slick-slide {
  height: auto !important;
  outline: none; }

.slick-responsive-auto.quadruple.slick-primary .slick-dots {
  display: inline-block;
  width: auto !important;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .slick-responsive-auto.quadruple.slick-primary .slick-dots li {
    margin-left: 0.50rem !important;
    margin-right: 0.50rem !important;
    width: 1.25em;
    height: 1.25rem; }
    .slick-responsive-auto.quadruple.slick-primary .slick-dots li button {
      position: relative;
      width: 1.25rem;
      height: 1.25rem; }
      .slick-responsive-auto.quadruple.slick-primary .slick-dots li button:after {
        position: absolute;
        display: inline-block;
        content: '';
        top: 0;
        left: 0;
        width: 1.25rem;
        height: 1.25rem;
        opacity: 0.5;
        background-color: #0f3677;
        border-radius: 100%;
        transform: scale(0.5);
        transition: 0.5s ease; }
      .slick-responsive-auto.quadruple.slick-primary .slick-dots li button:before {
        display: none; }
    .slick-responsive-auto.quadruple.slick-primary .slick-dots li.slick-active button:after {
      opacity: 1;
      transform: scale(0.65);
      transition: 0.5s ease; }

@media (max-width: 767.98px) {
  .slick-responsive-auto.quadruple.slick-primary .slick-dots {
    bottom: -50%; }
    .slick-responsive-auto.quadruple.slick-primary .slick-dots li {
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important; } }

.banner-card.card-primary {
  position: relative; }
  .banner-card.card-primary .banner-icon {
    position: absolute;
    bottom: 5%;
    left: 5%; }
    .banner-card.card-primary .banner-icon .icon-wrapper {
      position: relative; }
      .banner-card.card-primary .banner-icon .icon-wrapper .btn-share-toggle {
        display: flex;
        align-items: center;
        margin-top: 0.50rem !important;
        margin-bottom: 0.50rem !important;
        justify-content: center;
        width: 3rem;
        height: 3rem;
        outline: none;
        color: #ffffff;
        background-color: #2e5c98;
        border-radius: 100%;
        box-shadow: none; }
        .banner-card.card-primary .banner-icon .icon-wrapper .btn-share-toggle i {
          font-size: 20px;
          line-height: 30px; }
      .banner-card.card-primary .banner-icon .icon-wrapper .card-body {
        padding: 0rem !important;
        background-color: transparent;
        border: none; }
        .banner-card.card-primary .banner-icon .icon-wrapper .card-body .btn-share {
          display: flex;
          align-items: center;
          margin-top: 0.50rem !important;
          margin-bottom: 0.50rem !important;
          justify-content: center;
          width: 3rem;
          height: 3rem;
          color: #ffffff;
          border-radius: 100%; }
          .banner-card.card-primary .banner-icon .icon-wrapper .card-body .btn-share i {
            font-size: 20px;
            line-height: 30px; }
          .banner-card.card-primary .banner-icon .icon-wrapper .card-body .btn-share.facebook {
            background-color: #3c5998; }
          .banner-card.card-primary .banner-icon .icon-wrapper .card-body .btn-share.twitter {
            background-color: #1daced; }
          .banner-card.card-primary .banner-icon .icon-wrapper .card-body .btn-share.instagram {
            background-color: #df346d; }
          .banner-card.card-primary .banner-icon .icon-wrapper .card-body .btn-share.youtube {
            background-color: #c23231; }
          .banner-card.card-primary .banner-icon .icon-wrapper .card-body .btn-share.linkedin {
            background-color: #1c7cb4; }
  .banner-card.card-primary .banner-wrapper {
    position: absolute;
    width: 100% !important;
    padding: 2.5rem !important;
    max-width: 50%;
    top: 50%;
    left: 55%;
    transform: translate(-100%, -50%); }
    .banner-card.card-primary .banner-wrapper .banner-text {
      margin-bottom: 1.5rem !important; }
      .banner-card.card-primary .banner-wrapper .banner-text .title h3 {
        font-family: "Circular";
        font-style: normal;
        font-weight: 800;
        font-size: 3.5rem;
        line-height: 3rem;
        color: #0f3677; }

        .banner-card.card-primary .banner-wrapper .banner-text .title h3 span{
          font-size: 2.5rem;
          font-weight: 200;
         }

      .banner-card.card-primary .banner-wrapper .banner-text .subtitle {
        margin-bottom: 1rem !important; }
        .banner-card.card-primary .banner-wrapper .banner-text .subtitle h4 {
          font-family: "Circular";
          font-style: normal;
          font-weight: 800;
          font-size: 11.5rem;
          line-height: 0.80;
          color: #0f3677; }
      .banner-card.card-primary .banner-wrapper .banner-text .desc {
        max-width: 80%; }
        .banner-card.card-primary .banner-wrapper .banner-text .desc p {
          font-family: "Gelion";
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          color: #0f3677; }
    .banner-card.card-primary .banner-wrapper .banner-button .btn-banner {
      display: inline-block;
      width: auto !important;
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
      font-family: "Circular";
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 30px;
      text-transform: uppercase;
      color: #ffffff;
      background-color: #0f3677;
      border-radius: 0.35em; 
      transition: all .2s ease-in-out;
      box-shadow: 3px 3px 6px 0 rgba(0,0,0,.3);
    }

      .banner-card.card-primary .banner-wrapper .banner-button .btn-banner:hover, .banner-card.card-primary .banner-wrapper .banner-button .btn-banner:focus, .banner-card.card-primary .banner-wrapper .banner-button .btn-banner:active {
        background-color: #154ba4; 
      }
  @media (max-width: 991.98px) {
    .banner-card.card-primary .banner-icon .icon-wrapper .btn-share-toggle {
      width: 2.5rem;
      height: 2.5rem; }
      .banner-card.card-primary .banner-icon .icon-wrapper .btn-share-toggle i {
        font-size: 14px;
        line-height: 28px; }
    .banner-card.card-primary .banner-icon .icon-wrapper .card-body .btn-share {
      width: 2.5rem;
      height: 2.5rem; }
      .banner-card.card-primary .banner-icon .icon-wrapper .card-body .btn-share i {
        font-size: 14px;
        line-height: 28px; }
    .banner-card.card-primary .banner-wrapper .banner-text {
      margin-bottom: 1.5rem !important; }
      .banner-card.card-primary .banner-wrapper .banner-text .title h3 {
        font-size: 32px;
        line-height: 48px; }
      .banner-card.card-primary .banner-wrapper .banner-text .subtitle h4 {
        font-size: 6.5rem;
        line-height: 0.80; }
      .banner-card.card-primary .banner-wrapper .banner-text .desc {
        max-width: 100%; }
        .banner-card.card-primary .banner-wrapper .banner-text .desc p {
          font-size: 14px;
          line-height: 28px;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          white-space: normal;
          -webkit-line-clamp: 2; }
    .banner-card.card-primary .banner-wrapper .banner-button .btn-banner {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 767.98px) {
    .banner-card.card-primary .banner-icon .icon-wrapper .btn-share-toggle {
      width: 2rem;
      height: 2rem; }
      .banner-card.card-primary .banner-icon .icon-wrapper .btn-share-toggle i {
        font-size: 12px;
        line-height: 24px; }
    .banner-card.card-primary .banner-icon .icon-wrapper .card-body .btn-share {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
      width: 2rem;
      height: 2rem; }
      .banner-card.card-primary .banner-icon .icon-wrapper .card-body .btn-share i {
        font-size: 12px;
        line-height: 24px; }
    .banner-card.card-primary .banner-wrapper {
      padding: 1.5rem !important;
      max-width: 60%; }
      .banner-card.card-primary .banner-wrapper .banner-text {
        margin-bottom: 1rem !important; }
        .banner-card.card-primary .banner-wrapper .banner-text .title h3 {
          font-size: 16px;
          line-height: 24px; }
        .banner-card.card-primary .banner-wrapper .banner-text .subtitle h4 {
          font-size: 48px;
          line-height: 72px;
          line-height: 0.80; }
        .banner-card.card-primary .banner-wrapper .banner-text .desc {
          display: none; }
      .banner-card.card-primary .banner-wrapper .banner-button .btn-banner {
        font-size: 14px;
        line-height: 28px; }
    .banner-card.card-primary .banner-image .image img {
      height: 17.5rem;
      object-fit: cover; } }

.trivia-card.card-primary .trivia-text .title h3 {
  font-family: "Circular";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff; }

.trivia-card.card-primary .trivia-text .desc p {
  margin-bottom: 0rem !important;
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  color: #ffffff; }

.trivia-card.card-secondary .trivia-image {
  margin-bottom: 1.5rem !important; }
  .trivia-card.card-secondary .trivia-image .image img {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 4.5rem;
    height: 4.5rem; }

.trivia-card.card-secondary .trivia-text {
  text-align: center; }
  .trivia-card.card-secondary .trivia-text .title h3 {
    font-family: "Gelion";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    line-height: 1.35;
    color: #0f3677; }

@media (max-width: 767.98px) {
  .trivia-card.card-secondary .trivia-image {
    margin-bottom: 1rem !important; }
    .trivia-card.card-secondary .trivia-image .image img {
      width: 3.5rem;
      height: 3.5rem; }
  .trivia-card.card-secondary .trivia-text .title h3 {
    font-size: 16px;
    line-height: 24px;
    line-height: 1.35; } }

.description-card.card-primary {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
  .description-card.card-primary .col-for-image {
    padding-right: 0rem !important; }
  .description-card.card-primary .col-for-text {
    padding-left: 0rem !important; }
  .description-card.card-primary .description-image .image img {
    height: 100% !important;
    object-fit: cover; }
  .description-card.card-primary .description-wrapper {
    padding: 2rem;
    background-color: #ffffff; }
    .description-card.card-primary .description-wrapper:before {
      position: absolute;
      content: '';
      top: 50%;
      right: 100%;
      width: 2.5rem;
      height: 2.5rem;
      clip-path: polygon(100% 0, 30% 50%, 100% 100%);
      background-color: #ffffff;
      transform: translate(2.5%, -50%); }
    .description-card.card-primary .description-wrapper .description-text {
      margin-bottom: 2.5rem !important; }
      .description-card.card-primary .description-wrapper .description-text .title {
        margin-bottom: 1rem !important; }
        .description-card.card-primary .description-wrapper .description-text .title a {
          font-family: "Circular";
          font-style: normal;
          font-weight: 700;
          font-size: 24px;
          line-height: 36px;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          white-space: normal;
          -webkit-line-clamp: 3;
          text-decoration: none;
          color: #01012f; }
      .description-card.card-primary .description-wrapper .description-text .desc p {
        font-family: "Gelion";
        font-style: normal;
        font-weight: 400;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        white-space: normal;
        -webkit-line-clamp: 7;
        line-height: 1.5;
        color: #01012f; }
    .description-card.card-primary .description-wrapper .description-button .btn-description {
      display: inline-block;
      width: auto !important;
      padding: 0rem !important;
      font-family: "Circular";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      color: #349bda; }
      .description-card.card-primary .description-wrapper .description-button .btn-description:hover, .description-card.card-primary .description-wrapper .description-button .btn-description:focus, .description-card.card-primary .description-wrapper .description-button .btn-description:active {
        text-decoration: underline; }
  @media (max-width: 767.98px) {
    .description-card.card-primary .description-image .image img {
      height: auto !important; }
    .description-card.card-primary .description-wrapper:before {
      top: -5%;
      left: 50%;
      right: 0%;
      clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
      transform: translate(-50%, -50%); } }

.description-card.card-secondary {
  box-shadow: 0px 5px 20px 0px rgba(52, 155, 218, 0.3); }
  .description-card.card-secondary .description-wrapper {
    padding: 2rem;
    background: linear-gradient(90deg, #339bda 0%, #33c4f9 100%); }
    .description-card.card-secondary .description-wrapper .description-text {
      margin-bottom: 2.5rem !important; }
      .description-card.card-secondary .description-wrapper .description-text .title {
        margin-bottom: 1rem !important; }
        .description-card.card-secondary .description-wrapper .description-text .title a {
          font-family: "Circular";
          font-style: normal;
          font-weight: 700;
          font-size: 24px;
          line-height: 36px;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          white-space: normal;
          -webkit-line-clamp: 3;
          text-decoration: none;
          color: #ffffff; }
      .description-card.card-secondary .description-wrapper .description-text .desc p {
        font-family: "Gelion";
        font-style: normal;
        font-weight: 400;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        white-space: normal;
        -webkit-line-clamp: 7;
        line-height: 1.5;
        color: #ffffff; }
    .description-card.card-secondary .description-wrapper .description-button .btn-description {
      display: inline-block;
      width: auto !important;
      padding: 0rem !important;
      font-family: "Circular";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      color: #ffffff; }
      .description-card.card-secondary .description-wrapper .description-button .btn-description:hover, .description-card.card-secondary .description-wrapper .description-button .btn-description:focus, .description-card.card-secondary .description-wrapper .description-button .btn-description:active {
        text-decoration: underline; }

.description-card.card-tertiary {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
  .description-card.card-tertiary .col-for-image {
    padding-right: 0rem !important; }
  .description-card.card-tertiary .col-for-text {
    padding-left: 0rem !important; }
  .description-card.card-tertiary .description-image .image img {
    height: 100% !important;
    object-fit: cover; }
  .description-card.card-tertiary .description-wrapper {
    padding: 2rem;
    background-color: #ffffff; }
    .description-card.card-tertiary .description-wrapper:before {
      position: absolute;
      content: '';
      top: 50%;
      right: 100%;
      width: 2.5rem;
      height: 2.5rem;
      clip-path: polygon(100% 0, 30% 50%, 100% 100%);
      background-color: #ffffff;
      transform: translate(2.5%, -50%); }
    .description-card.card-tertiary .description-wrapper .description-text {
      margin-bottom: 2.5rem !important; }
      .description-card.card-tertiary .description-wrapper .description-text .title {
        margin-bottom: 1rem !important; }
        .description-card.card-tertiary .description-wrapper .description-text .title a {
          font-family: "Circular";
          font-style: normal;
          font-weight: 700;
          font-size: 24px;
          line-height: 36px;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          white-space: normal;
          -webkit-line-clamp: 3;
          text-decoration: none;
          color: #01012f; }
      .description-card.card-tertiary .description-wrapper .description-text .desc p {
        font-family: "Gelion";
        font-style: normal;
        font-weight: 400;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        white-space: normal;
        -webkit-line-clamp: 10;
        line-height: 1.5;
        color: #01012f; }
    .description-card.card-tertiary .description-wrapper .description-button .btn-description {
      display: inline-block;
      width: auto !important;
      padding: 0rem !important;
      font-family: "Circular";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      color: #349bda; }
      .description-card.card-tertiary .description-wrapper .description-button .btn-description:hover, .description-card.card-tertiary .description-wrapper .description-button .btn-description:focus, .description-card.card-tertiary .description-wrapper .description-button .btn-description:active {
        text-decoration: underline; }
  @media (max-width: 991.98px) {
    .description-card.card-tertiary .description-wrapper .description-text .desc p {
      -webkit-line-clamp: 5; } }
  @media (max-width: 767.98px) {
    .description-card.card-tertiary .description-image .image img {
      height: auto !important; }
    .description-card.card-tertiary .description-wrapper:before {
      top: -5%;
      left: 50%;
      right: 0%;
      clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
      transform: translate(-50%, -50%); } }

.smallest {
  font-size: 10px;
  line-height: 20px; }

small {
  font-size: 12px;
  line-height: 24px; }

.small {
  font-size: 12px;
  line-height: 24px; }

p {
  font-size: 18px;
  line-height: 1.4; }

.p {
  font-size: 14px;
  line-height: 28px; }

@media (max-width: 991.98px) {
  .h1-sm {
    font-size: 2.5rem; }
  .h2-sm {
    font-size: 2rem; }
  .h3-sm {
    font-size: 1.75rem; }
  .h4-sm {
    font-size: 1.5rem; }
  .h5-sm {
    font-size: 1.25rem; }
  .h6-sm {
    font-size: 1rem; }
  .display-4-sm {
    font-size: 3.5rem; }
  .display-3-sm {
    font-size: 4.5rem; }
  .display-2-sm {
    font-size: 5.5rem; }
  .display-1-sm {
    font-size: 6.5rem; } }

@media (min-width: 768px) {
  .h1-md {
    font-size: 2.5rem; }
  .h2-md {
    font-size: 2rem; }
  .h3-md {
    font-size: 1.75rem; }
  .h4-md {
    font-size: 1.5rem; }
  .h5-md {
    font-size: 1.25rem; }
  .h6-md {
    font-size: 1rem; }
  .display-4-md {
    font-size: 3.5rem; }
  .display-3-md {
    font-size: 4.5rem; }
  .display-2-md {
    font-size: 5.5rem; }
  .display-1-md {
    font-size: 6.5rem; } }

@media (min-width: 992px) {
  .h1-lg {
    font-size: 2.5rem; }
  .h2-lg {
    font-size: 2rem; }
  .h3-lg {
    font-size: 1.75rem; }
  .h4-lg {
    font-size: 1.5rem; }
  .h5-lg {
    font-size: 1.25rem; }
  .h6-lg {
    font-size: 1rem; }
  .display-4-lg {
    font-size: 3.5rem; }
  .display-3-lg {
    font-size: 4.5rem; }
  .display-2-lg {
    font-size: 5.5rem; }
  .display-1-lg {
    font-size: 6.5rem; } }

.navbar {
  position: fixed;
  padding: 0rem !important;
  z-index: 1030;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s ease; }
  .navbar .brand-wrapper {
    width: 23.5%;
    transition: 0.5s ease; }
    .navbar .brand-wrapper .navbar-brand {
      width: 100% !important;
      padding: 1rem !important;
      padding-top: 1.5rem !important;
      clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
      background-color: #0f3677; }
      .navbar .brand-wrapper .navbar-brand img {
        max-width: 14.5rem;
        transition: 0.5s ease; }
  .navbar .navbar-nav {
    align-items: center;
    margin-left: auto !important; }
    .navbar .navbar-nav .nav-item {
      margin-left: 1rem !important;
      margin-right: 1rem !important; }
      .navbar .navbar-nav .nav-item .dropdown-internet-banking {
        width: 100% !important;
        padding: 0.50rem !important;
        background-color: #5fb0e2; }
  .navbar.scroll {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 6px -1px;
    transition: 0.5s ease; }
    .navbar.scroll .brand-wrapper {
      width: 23%;
      transition: 0.5s ease; }
      .navbar.scroll .brand-wrapper .navbar-brand img {
        max-width: 10rem;
        transition: 0.5s ease; }

@media (max-width: 1200px) {
	
	.navbar .brand-wrapper .navbar-brand {      
      clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
       }
}

  @media (max-width: 991.98px) {
    .navbar {
      position: sticky;
      background-color: #ffffff; }
      .navbar .navbar-toggler {
        margin: 1rem !important; }
      .navbar .brand-wrapper {
        width: 35%; }
        .navbar .brand-wrapper .navbar-brand img {
          max-width: 8.5rem; }
      .navbar .navbar-nav {
        padding: 1.5rem !important; }
        .navbar .navbar-nav .nav-item {
          width: 100% !important;
          margin-bottom: 0.50rem !important; }
      .navbar.scroll .brand-wrapper .navbar-brand img {
        max-width: 5rem; } }
  @media (max-width: 767.98px) {
    .navbar .brand-wrapper {
      width: 75%; }
    .navbar.scroll .brand-wrapper {
      width: 60%; }
      .navbar.scroll .brand-wrapper .navbar-brand img {
        max-width: 7rem; } }

.navbar .navbar-toggler i {
  color: #0f3677; }

.navbar .nav-link.link-primary {
  font-family: "Circular";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0f3677; }

.navbar .nav-link.link-secondary {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-family: "Circular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0f3677; }

.navbar .dropdown-item {
  /*padding: 0.50rem !important;
  margin-bottom: 0.50rem !important;*/
  text-align: center;
  font-family: "Gelion";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0F3677;
  border: 1px solid #0F3677; }
  .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item:active {
    color: #ffffff;
    background-color: #0F3677; }

.btn-float-chat {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 1020;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  bottom: 5%;
  right: 2.5%;
  background-color: #349bda;
  border-radius: 100%; }
  .btn-float-chat i {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px; }
  .btn-float-chat:hover, .btn-float-chat:focus, .btn-float-chat:active {
    background-color: #2280b9; }
  @media (max-width: 991.98px) {
    .btn-float-chat {
      width: 3rem;
      height: 3rem; }
      .btn-float-chat i {
        font-size: 20px;
        line-height: 30px; } }
  @media (max-width: 767.98px) {
    .btn-float-chat {
      right: 5%; } }

.footbar {
display:none;
  background: linear-gradient(0deg, white 0%, #def1fa 100%); }
  .footbar > .container {
    max-width: 1230px;
    padding-top: 5rem; }
  .footbar .col-for-information {
    margin-right: auto !important; }
    .footbar .col-for-information .footbar-information .information-text {
      margin-bottom: 1rem !important; }
    .footbar .col-for-information .footbar-information .information-icon {
      display: flex;
      margin-bottom: 1rem !important; }
      .footbar .col-for-information .footbar-information .information-icon .icon {
        margin-right: 1rem !important; }
    .footbar .col-for-information .footbar-information .information-contact .contact-link .link {
      margin-bottom: 0.50rem !important; }
  .footbar .col-for-navigation .footbar-navigation > .row > div {
    margin-left: auto !important;
    margin-right: auto !important; }
  .footbar .col-for-navigation .footbar-navigation .navigation-text {
    margin-bottom: 1rem !important; }
  .footbar .col-for-navigation .footbar-navigation .navigation-link .link {
    margin-bottom: 0.25rem !important; }
  @media (max-width: 991.98px) {
    .footbar > .container {
      padding-top: 3.5rem; }
    .footbar .col-for-information {
      margin-bottom: 2.5rem !important;
      margin-right: 0rem !important; }
      .footbar .col-for-information .footbar-information {
        text-align: center; }
        .footbar .col-for-information .footbar-information .information-text {
          margin-bottom: 1rem !important; }
        .footbar .col-for-information .footbar-information .information-icon {
          justify-content: center; }
    .footbar .col-for-navigation {
      margin-left: auto !important;
      margin-right: auto !important; }
      .footbar .col-for-navigation .footbar-navigation > .row > div {
        margin-bottom: 2.5rem !important;
        margin-left: 0rem !important;
        margin-right: 0rem !important; } }

.footbar .footbar-information .information-text .title h3 {
  font-family: "Circular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0f3677; }

.footbar .footbar-information .information-contact .contact-text .desc p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  color: #0f3677; }

.footbar .footbar-navigation .navigation-text .title h3 {
  font-family: "Circular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #0f3677; }

.footbar .footbar-information .information-contact .contact-link .link-contact {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  color: #0f3677; }
  .footbar .footbar-information .information-contact .contact-link .link-contact:hover, .footbar .footbar-information .information-contact .contact-link .link-contact:focus, .footbar .footbar-information .information-contact .contact-link .link-contact:active {
    text-decoration: underline; }

.footbar .footbar-navigation .navigation-link .link-navigation {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 400;
  color: #0f3677; }
  .footbar .footbar-navigation .navigation-link .link-navigation:hover, .footbar .footbar-navigation .navigation-link .link-navigation:focus, .footbar .footbar-navigation .navigation-link .link-navigation:active {
    text-decoration: underline; }

.footbar .footbar-information .information-icon .btn-socmed {
  display: flex;
  align-items: center;
  margin-top: 0.50rem !important;
  margin-bottom: 0.50rem !important;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  outline: none;
  color: #ffffff;
  background-color: #0f3677;
  border-radius: 100%;
  box-shadow: none; }
  .footbar .footbar-information .information-icon .btn-socmed i {
    font-size: 12px;
    line-height: 24px; }
  .footbar .footbar-information .information-icon .btn-socmed:hover, .footbar .footbar-information .information-icon .btn-socmed:focus, .footbar .footbar-information .information-icon .btn-socmed:active {
    background-color: #154ba4; }

.home .section.section-banner-slider > .container-fluid {
	display:none;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.home .section.section-product-trivia.product-trivia-primary {
  background: linear-gradient(90deg, #339bda 0%, #33c4f9 100%);
display:none;
}
  .home .section.section-product-trivia.product-trivia-primary > .container {
    max-width: 1230px; }
    .home .section.section-product-trivia.product-trivia-primary > .container > .row > div {
      padding: 0rem 2rem;
      border-left: 1px solid #ffffff; }
      .home .section.section-product-trivia.product-trivia-primary > .container > .row > div:first-child {
        border-left: none; }
  @media (max-width: 991.98px) {
    .home .section.section-product-trivia.product-trivia-primary > .container > .row > div {
      margin-bottom: 2.5rem !important; }
      .home .section.section-product-trivia.product-trivia-primary > .container > .row > div:nth-child(3) {
        border-left: none; } }
  @media (max-width: 767.98px) {
    .home .section.section-product-trivia.product-trivia-primary > .container > .row > div {
      margin-bottom: 1rem !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding: 1.5rem;
      border-left: none;
      border-bottom: 1px solid #ffffff; }
      .home .section.section-product-trivia.product-trivia-primary > .container > .row > div:last-child {
        border-bottom: none; } }

.home .section.section-product-trivia.product-trivia-secondary {
  display:none;
  background: linear-gradient(0deg, white 0%, #def1fa 100%); }
  .home .section.section-product-trivia.product-trivia-secondary > .container {
	padding-top: 5rem;
    padding-bottom: 5rem; }
  @media (max-width: 767.98px) {
    .home .section.section-product-trivia.product-trivia-secondary > .container {
      padding-top: 2.5rem !important; } }

.home .section.section-cta.cta-primary > .container-fluid {
	display:none;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }
  .home .section.section-cta.cta-primary > .container-fluid > .row > div {
    padding-left: 0rem !important;
    padding-right: 0rem !important; }

.home .section.section-cta.cta-primary .col-for-text {
  display: flex;
  align-items: center;
  background-color: #e8f8ff; }
  .home .section.section-cta.cta-primary .col-for-text .cta-wrapper {
    padding: 0rem 4.5rem; }
    .home .section.section-cta.cta-primary .col-for-text .cta-wrapper .cta-text {
      margin-bottom: 1.5rem !important; }
      .home .section.section-cta.cta-primary .col-for-text .cta-wrapper .cta-text .title {
        margin-bottom: 1rem !important; }
    .home .section.section-cta.cta-primary .col-for-text .cta-wrapper .cta-button {
      display: flex; }
      .home .section.section-cta.cta-primary .col-for-text .cta-wrapper .cta-button .button:first-child {
        padding-right: 1rem !important; }

@media (max-width: 991.98px) {
  .home .section.section-cta.cta-primary .col-for-text {
    order: 2; }
    .home .section.section-cta.cta-primary .col-for-text .cta-wrapper {
      padding: 4.5rem; }
  .home .section.section-cta.cta-primary .col-for-image {
    order: 1; } }

@media (max-width: 767.98px) {
  .home .section.section-cta.cta-primary .col-for-text .cta-wrapper {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
    .home .section.section-cta.cta-primary .col-for-text .cta-wrapper .cta-button {
      flex-direction: column; }
      .home .section.section-cta.cta-primary .col-for-text .cta-wrapper .cta-button .button:first-child {
        padding-right: 0rem !important;
        margin-bottom: 1rem !important; } }

.home .section.section-cta.cta-secondary > .container-fluid {
	display:none;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }
  .home .section.section-cta.cta-secondary > .container-fluid > .row > div {
    padding-left: 0rem !important;
    padding-right: 0rem !important; }

.home .section.section-cta.cta-secondary .col-for-text {
  display: flex;
  align-items: center;
  background-color: #f4f8fc; }
  .home .section.section-cta.cta-secondary .col-for-text .cta-wrapper {
	padding: 0rem 4.5rem; }
    .home .section.section-cta.cta-secondary .col-for-text .cta-wrapper .cta-text {
      margin-bottom: 2.5rem !important; }
      .home .section.section-cta.cta-secondary .col-for-text .cta-wrapper .cta-text .title {
        margin-bottom: 1rem !important; }
    .home .section.section-cta.cta-secondary .col-for-text .cta-wrapper .cta-icon {
      display: flex; }
      .home .section.section-cta.cta-secondary .col-for-text .cta-wrapper .cta-icon .icon:first-child {
        padding-right: 1rem !important; }

@media (max-width: 991.98px) {
  .home .section.section-cta.cta-secondary .col-for-text .cta-wrapper {
    padding: 4.5rem; } }

@media (max-width: 767.98px) {
  .home .section.section-cta.cta-secondary .col-for-text .cta-wrapper {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }

.home .section.section-description {
  background-color: #f4f8fc; }
  .home .section.section-description > .container {
    max-width: 1230px; }
    .home .section.section-description > .container > .row > div {
      margin-bottom: 4rem; }
  @media (max-width: 991.98px) {
    .home .section.section-description {
      overflow-x: hidden; }
      .home .section.section-description > .container > .row > div {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        margin-bottom: 2.5rem !important; } }

.home .section.section-subscription {
	display:none;
  background: linear-gradient(90deg, #339bda 0%, #33c4f9 100%); }
  .home .section.section-subscription > .container > .row > div {
    margin-left: auto !important;
    margin-right: auto !important; }
  .home .section.section-subscription .subscription-text {
    text-align: center;
    margin-bottom: 2.5rem !important; }
    .home .section.section-subscription .subscription-text .title {
      margin-bottom: 1rem !important; }
    .home .section.section-subscription .subscription-text .desc {
      width: 100% !important;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 75%; }
  @media (max-width: 767.98px) {
    .home .section.section-subscription .subscription-text {
      margin-bottom: 1.5rem !important; }
      .home .section.section-subscription .subscription-text .desc {
        max-width: 100%; } }

.home .section.section-cta.cta-primary .cta-text .title h3 {
  font-family: "Circular";
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  color: #01012f; }

.home .section.section-cta.cta-primary .cta-text .desc p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #01012f; }

@media (max-width: 767.98px) {
  .home .section.section-cta.cta-primary .cta-text .title h3 {
    font-size: 28px;
    line-height: 42px; } }

.home .section.section-cta.cta-secondary .cta-text .title h3 {
  font-family: "Circular";
  font-style: normal;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 6.75rem;
  color: #01012f; }

.home .section.section-cta.cta-secondary .cta-text .desc p {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #01012f; }

@media (max-width: 767.98px) {
  .home .section.section-cta.cta-secondary .cta-text .title h3 {
    font-size: 32px;
    line-height: 48px; } }

.home .section.section-subscription .subscription-text .title h3 {
  font-family: "Gelion";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #ffffff; }

.home .section.section-subscription .subscription-text .desc p {
  font-family: "Circular";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff; }

@media (max-width: 767.98px) {
  .home .section.section-subscription .subscription-text .title h3 {
    font-size: 32px;
    line-height: 48px; } }

.home .section.section-cta.cta-primary .cta-button .btn-cta {
  font-family: "Circular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0.65rem 1.5rem;
  color: #ffffff;
  background-color: #349bda;
  box-shadow: 0px 5px 20px 0px rgba(52, 155, 218, 0.3); }
  .home .section.section-cta.cta-primary .cta-button .btn-cta:hover, .home .section.section-cta.cta-primary .cta-button .btn-cta:focus, .home .section.section-cta.cta-primary .cta-button .btn-cta:active {
    background-color: #2280b9; }

.home .section.section-subscription .form .form-group {
  position: relative;
  z-index: 20;
  width: 75%; }
  .home .section.section-subscription .form .form-group .form-control {
    width: 100% !important;
    height: auto !important;
    font-family: "Circular";
    font-style: normal;
    font-weight: 400;
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 0em; }

.home .section.section-subscription .form .btn-subscription {
  position: relative;
  display: inline-block;
  width: auto !important;
  font-family: "Circular";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  z-index: 10;
  padding: 0.5rem 1.75rem;
  color: #ffffff;
  background-color: #0f3677;
  border: 1px solid #0f3677;
  border-radius: 0em;
  box-shadow: 0px 5px 20px 0px rgba(15, 54, 119, 0.3); }
  .home .section.section-subscription .form .btn-subscription:hover, .home .section.section-subscription .form .btn-subscription:focus, .home .section.section-subscription .form .btn-subscription:active {
    background-color: #154ba4;
    border: 1px solid #154ba4; }

@media (max-width: 991.98px) {
  .home .section.section-subscription .form .form-group {
    width: 70%; } }

@media (max-width: 767.98px) {
  .home .section.section-subscription .form .form-group {
    width: 100% !important; }
  .home .section.section-subscription .form .btn-subscription {
    display: block;
    width: 100% !important;
    font-size: 16px;
    line-height: 24px;
    padding: 0.75rem; } }



/* carousel */

.item {
  margin: 5px;
}

.service-border-style {
  position: relative;
  overflow: hidden;
}

.service-border-style img {
  position: relative;
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}



.service-border-style .services-content {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #ededed;
  background-color: #fff;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
}

.service-border-style .services-content .bottom-left{
	position: absolute;
	display:block;
	padding: 10px 20px;
	background-color: #1a438a;
	bottom: 0;
	left:0;
	font-size:1.2rem;
	color: #ffffff;
	width: 100%;
	text-align: center;
}

.service-border-style .services-content p {
 line-height:1.5;
}

.p-a25 {
  padding: 20px;
}

.icon-md {
  width: 60px;
}

.m-t20 {
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.bg-primary {
  background-color: #00a2e3 !important;
}

/*.show {
  opacity: 1;
  height: 150px;
  width: 500px;
}*/

.dez-separator {
 /* display: inline-block;*/
  height: 3px;
  width: 50px;
 margin-bottom: 20px;
  position: relative;
}



.icon-bx-wraper{
	position: relative;
	border: none;
    background-color: #00A5E4;
	padding:30px;
	margin-left:40px;
	}


	.icon-bx-sm{
		position: absolute;
    	top: 25%;
    	left: 0;
    	width: 80px;
    	height: 80px;
    	line-height: 80px;
    	display: inline-block;
    	text-align: center;
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	transform: translateX(-50%);
		float: left;
    	border-radius: 100%;
		background-color: #009fe4;;
		
	}

.icon-bx-sm img {
    height: 30px;
	vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.icon-content{
	padding-left: 40px;
}

.icon-bx-wraper.bx-style-1,{
    border: none;
    background-color: #00A5E4;
}



.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}


.icon-xl {
    width: 100px;
}

.icon-xl i {
    font-size: 80px;
	color: white;
}

.icon-xl i:hover{
	color: #0f3677;
}



.icon-lg, .icon-md, .icon-sm, .icon-xl, .icon-xs {
    display: inline-block;
    text-align: center;
}

.team .member .member-img img{
	border-radius: 0 !important;
}

.icon-content {
    overflow: hidden;
}

.icon-content a:hover {
    color: white;
}


.icon-bx-wraper.center {
    text-align: center;
}


.dez-post-title .post-title, .icon-content .dez-tilte {
    margin-bottom: 10px;
}

.more {display: none;}
.myBtn {
	color: #444444;
	cursor: pointer;
}


.hideString{
    display: none;
}



.moreLink {
    color: #0f3677;
    border: none;
    background: transparent;
}

/*
.menu-large:hover .mega-menu {
	position:absolute;
	background-color:white;
    display: flex !important;
    justify-content: center;
    left: 30%;
	border: none !important;
	border-radius: 0 !important;
	margin: 0  !important;
}*/



/* nav item has dropdown */
nav.th-nav-st1 li.th-nav-item.menu-large > a::after {
  position: relative;
  content: "\f107";
  display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
	border: none;
}

nav.th-nav-st1 li.th-nav-item.menu-large ul.th-dropdown-list {
  display: none;
  right: 0;
  background: #fff;
  padding: 30px 30px 30px 0;
  margin-right: 20px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .04);
  z-index: 9;
}

nav.th-nav-st1 li.th-nav-item.menu-large ul.th-dropdown-list {
	position: absolute;
    }

	nav.th-nav-st1 li.th-nav-item.menu-large ul.th-dropdown-list .th-dropdown-item ul li.drop {
 border-bottom: 2px solid gray;
   } 

.menu-large {
  position: static !important;
}
/*.mega-menu {
	display:none;
  padding: 20px 0px;
  /*width: 100%;*/
}*/
.mega-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-menu > li > ul > li {
  list-style: none;
}
.mega-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.mega-menu > li ul > li > a:hover,
.mega-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.mega-menu.disabled > a,
.mega-menu.disabled > a:hover,
.mega-menu.disabled > a:focus {
  color: #999999;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #00a7e8;
}
.mega-menu.disabled > a:hover,
.mega-menu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}




@media (max-width: 991.98px) {
  nav.th-nav-st1 li.th-nav-item.menu-large ul.th-dropdown-list {
    position: relative;
    justify-content: center;
    left: 0;
	width: 100%;
    background: var(--thWhite2);
   } 

nav.th-nav-st1 li.th-nav-item.menu-large ul.th-dropdown-list li.mobile-hide {
    display: none;
   } 
	
	nav.th-nav-st1 li.th-nav-item.menu-large ul.th-dropdown-list .th-dropdown-item ul {
 padding: 0;
   } 
	
		nav.th-nav-st1 li.th-nav-item.menu-large ul.th-dropdown-list .th-dropdown-item ul li.drop {
 border-bottom: 0;
   } 

}

