/* Scss Document */
img {
  width: auto; }

h2 {
  font-size: 38px;
  color: #143357;
  text-transform: uppercase; }

h3 {
  font-size: 27px;
  color: #143357; }

h4 {
  font-size: 21px;
  color: #fff; }

.list-inline-xxs li {
  margin: 0 12px; }

.main-title {
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 40px; }
  .main-title::before {
    position: absolute;
    bottom: 0;
    left: 60px;
    height: 4px;
    width: 10px;
    background-color: #cccccc;
    content: "";
    z-index: 1; }
  .main-title::after {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #143357;
    content: ""; }

.banner-wrapper {
  position: relative; }
  .banner-wrapper .gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9); }

.sub-banner {
  position: relative; }
  .sub-banner .banner-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    .sub-banner .banner-text h2 {
      color: white;
      font-size: 3.5em;
      line-height: 45px;
      font-weight: 700; }
    .sub-banner .banner-text .breadcrumb li {
      color: white;
      text-transform: capitalize;
      font-size: .8em; }
  .sub-banner .banner-image img {
    height: 100%;
    width: 100%;
    margin: 0; }

.empty .banner-image {
  height: 320px;
  background: #11253d; }

#welcome {
  background: #fbfbfb; }
  #welcome .welcome-msg {
    padding: 100px 0; }
    #welcome .welcome-msg a {
      background: #143357;
      padding: 12px 24px;
      margin-top: 24px;
      color: #fff;
      font-size: 15px;
      -webkit-border-radius: 100px;
      border-radius: 100px; }
    #welcome .welcome-msg .welcome-title {
      position: relative;
      margin-bottom: 50px; }
  #welcome .about-img {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    transform-origin: 100% 0;
    overflow: hidden;
    width: 49.5vw; }
    #welcome .about-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      min-width: 100%;
      max-width: none;
      height: auto;
      min-height: 100%; }

#core-business {
  padding: 100px 0; }
  #core-business .business-cont {
    text-align: center; }

#featureds-news {
  padding: 100px 0; }
  #featureds-news .post-cont .post-img img {
    border: 1px solid #999; }
  #featureds-news .post-cont .post-date {
    font-size: 15px;
    color: #999; }
  #featureds-news .post-cont .post-title {
    font-weight: bold;
    color: #143357;
    padding: 24px 0;
    font-size: 21px; }
  #featureds-news .post-cont .post-teas p {
    line-height: 25px;
    padding-bottom: 12px; }
  #featureds-news .post-cont .post-more {
    color: #143357;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px; }
  #featureds-news .welcome-title {
    position: relative;
    margin-bottom: 50px; }
    #featureds-news .welcome-title h2 {
      padding-bottom: 40px; }
      #featureds-news .welcome-title h2::before {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 60px;
        height: 4px;
        width: 10px;
        background-color: #cccccc;
        content: "";
        z-index: 1;
        margin: 0 auto;
        transform: translateX(5px); }
      #featureds-news .welcome-title h2::after {
        position: absolute;
        right: 0;
        left: 0px;
        bottom: 0;
        width: 50px;
        height: 4px;
        background-color: #143357;
        content: "";
        margin: 0 auto;
        transform: translateX(-5px); }

footer {
  background: #153357;
  padding: 100px 0;
  color: #fff;
  font-size: 15px; }
  footer .footer-cont {
    padding-top: 12px; }
    footer .footer-cont p {
      color: #fff; }
    footer .footer-cont .socials a {
      margin: 0 12px; }
    footer .footer-cont .socials i {
      font-size: 16px; }
    footer .footer-cont .footer-nav li {
      margin-bottom: 6px;
      padding-bottom: 6px;
      position: relative; }
      footer .footer-cont .footer-nav li::before {
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: bold;
        text-decoration: inherit;
        color: #fff;
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: -1px;
        left: 0; }
      footer .footer-cont .footer-nav li a {
        margin-left: 13px; }
      footer .footer-cont .footer-nav li a:hover {
        margin-left: 18px; }
    footer .footer-cont .footer-cont li {
      padding-bottom: 24px; }
    footer .footer-cont .footer-cont i {
      font-size: 40px;
      font-weight: bold;
      float: left;
      margin-right: 24px; }
    footer .footer-cont a:hover {
      color: rgba(0, 0, 0, 0.7); }

#copyright {
  background: #192638;
  font-size: 15px;
  padding: 24px; }
  #copyright p {
    color: #224372; }

#subpages {
  background: no-repeat center url("../images/misc/sub-banner.jpg");
  color: #fff;
  padding: 120px 0; }
  #subpages h2 {
    color: #fff;
    font-size: 3.5em;
    line-height: 45px; }
  #subpages h3 {
    color: #fff; }
  #subpages .breadcrumbs {
    font-size: .8em; }
    #subpages .breadcrumbs a {
      text-decoration: underline; }

.quick-nav {
  margin-bottom: 48px; }
  .quick-nav li {
    padding: 6px 0;
    border-bottom: 1px solid #ccc; }

.quick-nav a {display:block;padding:12px;border-radius:7px;}
.quick-nav a:hover {background-color:#143357;color:White;}

#subpage-wrapper {
  padding: 100px 0; }
  #subpage-wrapper .subpage-title {
    position: relative;
    margin-bottom: 50px; }

.search {
  padding-bottom: 2em; }
  .search input[type="text"] {
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
    border-color: #a6a6a6;
    border-radius: 5px !important;
    padding-left: 50px;
    position: relative;
    z-index: 1;
    color: #333;
    margin-right: 15px;
    background: 0 0; }
  .search .primary-btn {
    padding-left: 25px;
    padding-right: 25px; }

.news-post {
  display: grid;
  grid-template-columns: 35% auto;
  width: 100%;
  padding: 1em;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 1.5em; }
  .news-post .news-post-img {
    height: 205px;
    border-radius: 5px;
    background-position: center center;
    background-size: cover; }
  .news-post .news-post-info {
    position: relative;
    margin-left: 30px; }
    .news-post .news-post-info h3 {
      font-size: 1.35em;
      color: #06a0e4;
      font-weight: 500;
      line-height: 1.4; }
    .news-post .news-post-info a:hover {
      text-decoration: underline; }
  .news-post .news-post-info-excerpt {
    font-size: .85em !important;
    margin-bottom: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
    line-height: 1.8;
    color: #333;
    margin-top: 1.65rem !important; }
  .news-post .news-post-info-meta {
    position: absolute;
    bottom: 0;
    font-size: .7em !important;
    padding-top: 10px;
    margin-bottom: 0;
    line-height: 1.8;
    color: #333;
    margin-top: 1.65rem !important; }
    .news-post .news-post-info-meta a {
      color: #06a0e4;
      text-decoration: underline; }

.article-opt {
  margin-bottom: 1.5em; }
  .article-opt p {
    font-family: "Open Sans",sans-serif;
    font-size: 1em !important;
    line-height: 1.8;
    color: #333;
    margin-top: 1.65rem !important; }
  .article-opt span {
    margin-right: .7em; }
  .article-opt a {
    color: #06a0e4; }

.article-widget {
  padding-right: 50px;
  margin-bottom: 2em; }
  .article-widget .article-widget-title {
    font-size: 1.3em !important; }
  .article-widget .article-widget-badge {
    margin-top: .7em; }
  .article-widget .article-widget-news {
    padding: .85em 0; }
    .article-widget .article-widget-news .news-date {
      font-size: .7em !important;
      line-height: 1.2;
      margin-bottom: 0 !important;
      color: #333;
      margin-top: 1.65rem !important; }
    .article-widget .article-widget-news .news-title {
      font-size: .9em !important;
      line-height: 1.5;
      margin: 0 !important;
      margin-top: 15px !important; }
      .article-widget .article-widget-news .news-title a {
        color: #06a0e4;
        text-decoration: none; }
        .article-widget .article-widget-news .news-title a:hover {
          color: #df0024; }

.article-meta-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 2em; }
  .article-meta-share .article-share-text {
    margin-right: 15px; }
  .article-meta-share .article-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .article-meta-share .jssocials-shares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .article-meta-share .jssocials-shares .jssocials-share {
      margin-right: 5px; }
      .article-meta-share .jssocials-shares .jssocials-share a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        padding: .3em .6em; }

.button-form {
  margin-top: 3rem !important;
  margin-bottom: 1rem; }
  .button-form .primary-btn {
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
    font-weight: 600;
    background: #143357;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 30px;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer; }
    .button-form .primary-btn:hover {
      color: #fff;
      text-decoration: none;
      background: #192638; }
  .button-form .default-btn {
    font-size: 1em;
    font-weight: 600;
    background: #ddd;
    text-transform: uppercase;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 100px; }
    .button-form .default-btn:hover {
      color: #fff;
      text-decoration: none;
      background: #192638; }

@media only screen and (max-width: 778px) {
  .rd-navbar-fixed .rd-navbar-brand img {
    height: 60px; } }
@media (max-width: 560px) {
  .rd-navbar-fixed .rd-navbar-brand img {height: 53px;} 
}
@media screen and (max-width:480px) {
	.rd-navbar-fixed .rd-navbar-brand img {height: 38px; }
	.sub-banner .banner-text h2 {font-size: 2.5em;}
}
@media (max-width: 412px) {
  .rd-navbar-fixed .rd-navbar-brand img {
    height: 33px; }

  .news-post {
    grid-template-columns: 100%; }

  .news-post-info {
    margin-left: 0 !important;
    margin-top: 12px; }

  .article-meta-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    .article-meta-share .article-meta {
      margin-bottom: 12px; } }
.article-content a, #subpage-wrapper p a {
  color: blue;
  text-decoration: none; /* no underline */
}

.article-content a, #subpage-wrapper p a {
  color: blue;
  text-decoration: none; /* no underline */
}
@media screen and (max-width:320px) {
	.rd-navbar-fixed .rd-navbar-slogan {font-size:11px !important;}
	.sub-banner .banner-text h2 {font-size:1.5em;margin-bottom: -0.5rem !important;}
	.rd-navbar-fixed .rd-navbar-brand img {height: 27px !important;}
}