body, html {
  background-color: #f6f6f6; }

#go-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  background-color: #244964;
  width: 30px;
  height: 30px;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px 1px #fff; }
  #go-to-top.show {
    display: flex; }

ul {
  padding: 0;
  list-style: none; }

@media (max-width: 767px) {
  .menu-meta {
    display: none; } }
.menu-meta {
  margin: 0;
  padding: 0;
  position: relative; }
  .menu-meta::before {
    content: "";
    position: absolute;
    left: 5px;
    top: -4px;
    height: 100%;
    width: 50%;
    background-image: url("../img/before-cycle-arrow.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80px auto;
    opacity: 0.5; }
  .menu-meta .cycle-text {
    display: block;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px; }
  .menu-meta li a {
    display: flex;
    text-align: center !important;
    flex-direction: column;
    max-width: 140px;
    padding: .5em;
    line-height: 15px;
    text-decoration: none;
    align-items: center;
    position: relative;
    transition-delay: .5s;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .menu-meta li a [class*="meta-"] {
      display: block; }
    .menu-meta li a .meta-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 5px;
      padding: 1em;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      border: 3px solid #72B8E2;
      position: relative; }
      .menu-meta li a .meta-icon img {
        max-width: 100%; }
    .menu-meta li a .meta-animate {
      position: absolute;
      top: 8px;
      left: 0;
      border: 0;
      right: 0;
      margin: auto;
      overflow: hidden;
      height: 0;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .menu-meta li a .meta-animate i {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 70px;
        border: 3px solid #C8070C;
        border-radius: 50%; }
    .menu-meta li a:hover {
      color: #C8070C; }
      .menu-meta li a:hover .meta-animate {
        height: 70px; }
  .menu-meta::after {
    content: "";
    position: absolute;
    right: 5px;
    height: 100%;
    width: 50%;
    background-image: url("../img/after-cycle-arrow.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 80px auto;
    z-index: -1;
    opacity: 0.5; }

.section {
  padding: 25px 0; }
  .section .sec-title {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    text-align: center; }
    .section .sec-title:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: auto;
      width: 80px;
      height: 3px;
      /*background: $redColor;*/
      background-image: url(../img/line.jpg);
      background-repeat: no-repeat;
      background-position: center; }

.section-0 .person-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  padding: .5em 1rem;
  border: 2px solid #72B8E2;
  background: #72B8E2;
  color: #fff;
  border-radius: .25rem .25rem 0 0; }
.section-0 .person {
  max-height: 400px;
  overflow: hidden;
  height: 100%; }
  .section-0 .person:hover {
    overflow-y: auto; }
  .section-0 .person .person-item h5 {
    font-size: 14px;
    font-weight: 700; }
  .section-0 .person .person-item p {
    font-size: 12px; }
.section-0 .tabs .nav-tabs {
  border-bottom: 1px solid #72B8E2; }
  .section-0 .tabs .nav-tabs .nav-item .nav-link {
    color: #C8070C;
    border: none; }
    .section-0 .tabs .nav-tabs .nav-item .nav-link.active {
      background-color: #72B8E2;
      color: #fff; }
    .section-0 .tabs .nav-tabs .nav-item .nav-link:hover {
      border: none; }
.section-0 .tabs .tab-content .tab-pane {
  max-height: 400px;
  overflow: hidden;
  height: 100%; }
  .section-0 .tabs .tab-content .tab-pane:hover {
    overflow-y: auto; }
  .section-0 .tabs .tab-content .tab-pane table td {
    padding: .5em .75rem; }
  .section-0 .tabs .tab-content .tab-pane table th {
    padding: .5em .75rem; }

.section-2 {
  background-color: #fff; }

.justify-content-space-between {
  justify-content: space-between; }

#masthead {
  position: relative;
  z-index: 999; }
  #masthead .site-branding {
    padding: .5em 0; }
    #masthead .site-branding .navbar-brand-link {
      display: flex;
      align-items: center;
      max-width: 500px; }
    #masthead .site-branding .navbar-brand {
      max-width: 100%;
      height: auto; }
    #masthead .site-branding .flag {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      #masthead .site-branding .flag img {
        width: 35px;
        height: auto; }

@media (max-width: 767px) {
  #masthead .site-branding .flag {
    display: none; } }
.navbar {
  padding: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  .navbar.bg-dark {
    background-color: #72B8E2 !important; }
  .navbar .container {
    position: relative; }
  .navbar .navbar-toggler {
    margin: .2em 0; }
  .navbar #site-menu .navbar-nav .nav-item.current-menu-item > .nav-link {
    color: #19567a;
    background-color: #fff; }
  .navbar #site-menu .navbar-nav .nav-item .nav-link {
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    padding: .5em 1em;
    /*font-weight: lighter;*/
    font-size: 14px;
    text-transform: uppercase; }
    .navbar #site-menu .navbar-nav .nav-item .nav-link:hover {
      color: #19567a; }
  .navbar #site-menu .navbar-nav .nav-item .dropdown-menu {
    background-color: #54A8DA; }
    .navbar #site-menu .navbar-nav .nav-item .dropdown-menu li {
      position: relative; }
      .navbar #site-menu .navbar-nav .nav-item .dropdown-menu li:hoverc {
        color: #C8070C !important; }
      .navbar #site-menu .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
        color: #fff; }
        .navbar #site-menu .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
          color: #C8070C; }
      .navbar #site-menu .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        left: 100%;
        top: 0; }
      .navbar #site-menu .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
        display: block; }
      .navbar #site-menu .navbar-nav .nav-item .dropdown-menu li.menu-item-has-children > .dropdown-item:after {
        content: "";
        border-top: .3em solid transparent;
        border-bottom: .3em solid transparent;
        border-left: .3em solid #fff;
        position: absolute;
        top: 50%;
        right: .3em;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .navbar #site-menu .navbar-nav .nav-item .dropdown-menu .current-menu-item > .dropdown-item {
      color: #C8070C; }

@media (max-width: 992px) {
  /*.dropdown-menu{
  	text-align: center;
  }*/ }
.form-inline.search {
  flex-wrap: nowrap; }
  .form-inline.search input {
    height: 30px;
    font-size: 14px;
    font-weight: lighter;
    border-radius: 0;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    background: none;
    border-bottom: 1px solid #5ca3ce;
    box-shadow: none;
    color: #fff; }
  .form-inline.search .btn {
    padding: .5em 1em;
    font-size: 12px;
    background: none;
    border: 0; }

@media (max-width: 992px) {
  .form-inline.search {
    position: absolute;
    top: .5em;
    right: 0;
    /*-webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);*/ } }
#banner-section .row [class*="col-"] {
  padding: 0; }

#recent-alert {
  background-color: rgba(255, 255, 255, 0.9);
  /*position: absolute;*/
  left: 0;
  top: 100%;
  width: 100%; }

.ticker {
  background: none;
  padding: 0;
  /*max-width: 1140px;*/
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  height: 30px !important;
  display: flex;
  align-items: center;
  border: none; }
  .ticker .news-label {
    background-color: #C8070C;
    width: 100px;
    height: 30px;
    padding: 0px 10px;
    white-space: nowrap;
    position: relative; }
    .ticker .news-label:after {
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid #C8070C; }
  .ticker ul {
    height: 100%;
    margin: 0; }
    .ticker ul li {
      left: 20px !important;
      color: #C8070C;
      font-size: 14px;
      white-space: nowrap; }
      .ticker ul li a {
        color: #C8070C; }
      .ticker ul li.tickerHook {
        position: absolute !important;
        top: 50% !important;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }

/*@media(max-width: 1200px){
	#ticker-roll{
		max-width: 960px;
	}
}*/
@media (max-width: 992px) {
  #recent-alert .container {
    padding: 0; } }
@media (max-width: 767px) {
  #recent-alert {
    display: none; } }
#site_banner .carousel-inner .carousel-item {
  width: 100%;
  height: 100%; }
  #site_banner .carousel-inner .carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.31); }
  #site_banner .carousel-inner .carousel-item .carousel-caption {
    top: 0 !important;
    max-width: 530px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    right: 0;
    margin: auto;
    /*top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);*/ }
    #site_banner .carousel-inner .carousel-item .carousel-caption .slide-title {
      -webkit-animation-delay: .5s;
      -moz-animation-delay: .5s;
      -ms-animation-delay: .5s;
      -o-animation-delay: .5s;
      animation-delay: .5s;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 22px; }
    #site_banner .carousel-inner .carousel-item .carousel-caption .slide-content {
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      -ms-animation-delay: 1s;
      -o-animation-delay: 1s;
      animation-delay: 1s;
      font-weight: lighter; }

.home #latest-news {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .home #latest-news .nav-tabs .nav-item .nav-link {
    color: #72B8E2;
    border: 0;
    border-radius: 0; }
    .home #latest-news .nav-tabs .nav-item .nav-link.active {
      background: rgba(28, 144, 208, 0.9);
      color: #fff !important; }
  .home #latest-news .tab-content {
    flex: 1; }
    .home #latest-news .tab-content .tab-pane {
      padding: 0;
      height: 100%;
      background: rgba(28, 144, 208, 0.9); }
  .home #latest-news a {
    color: #eee;
    text-decoration: none; }
    .home #latest-news a:hover {
      color: #C8070C !important; }
  .home #latest-news .news {
    /*background-color: $navBgColor;*/
    /*background: rgba(28, 144, 208, 0.9);*/
    border-bottom: 1px dotted #ccc;
    padding: 7px 15px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .home #latest-news .news .news-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .home #latest-news .news .news-title a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px; }
    .home #latest-news .news .inline {
      color: #fff;
      font-size: 14px; }
    .home #latest-news .news .post-categories {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block; }
    .home #latest-news .news .news-content {
      display: flex;
      margin-top: .5em; }
      .home #latest-news .news .news-content figure {
        width: 120px;
        margin-right: 10px;
        padding-top: 8px; }
        .home #latest-news .news .news-content figure img {
          width: 100%;
          height: auto; }
      .home #latest-news .news .news-content figcaption {
        flex: 1;
        color: #d7d7d7;
        font-weight: lighter; }
        .home #latest-news .news .news-content figcaption a {
          color: #244964; }
    .home #latest-news .news:last-child {
      border: none; }

.single-post #latest-news .news .news-content {
  display: block;
  margin-top: 1em; }
  .single-post #latest-news .news .news-content figure {
    width: 100% !important;
    margin-right: 10px;
    padding-top: 8px; }
    .single-post #latest-news .news .news-content figure img {
      width: 100%;
      height: auto; }
  .single-post #latest-news .news .news-content figcaption {
    flex: 1;
    color: #444;
    font-weight: lighter; }
.single-post #latest-news .news:last-child {
  border: none; }

#latest-news {
  height: 100%; }
  #latest-news a {
    color: #72B8E2;
    text-decoration: none; }
    #latest-news a:hover {
      color: #C8070C !important; }
  #latest-news .news {
    /*background-color: $navBgColor;*/
    /*background: rgba(28, 144, 208, 0.9);*/
    border-bottom: 1px dotted #ccc;
    padding: 20px 0px; }
    #latest-news .news .news-title a {
      color: #72B8E2;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px; }
    #latest-news .news .inline {
      color: #444;
      font-size: 14px; }
    #latest-news .news .post-categories {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block; }
    #latest-news .news .news-content {
      display: flex;
      margin-top: 15px; }
      #latest-news .news .news-content figure {
        width: 200px;
        margin-right: 10px;
        padding-top: 8px; }
        #latest-news .news .news-content figure img {
          width: 100%;
          height: auto; }
      #latest-news .news .news-content figcaption {
        flex: 1;
        color: #444;
        font-weight: lighter; }
    #latest-news .news:last-child {
      border: none; }

@media (max-width: 430px) {
  .home #latest-news .tab-content article .news-content {
    flex-direction: column; } }
#services .sec-title {
  margin-bottom: .5em !important; }
  #services .sec-title:after {
    margin: auto; }
#services .service-cat-item {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 1em;
  position: relative;
  overflow: hidden; }
  #services .service-cat-item .post-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #C8070C;
    color: #fff;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  #services .service-cat-item:hover .post-count {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #services .service-cat-item:hover .service-cat-icon .lnr {
    background-color: #C8070C; }
    #services .service-cat-item:hover .service-cat-icon .lnr:after {
      opacity: 1;
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }
  #services .service-cat-item .service-cat-icon {
    font-size: 20px; }
    #services .service-cat-item .service-cat-icon .lnr {
      position: relative;
      text-align: center;
      background-color: #244964;
      height: 50px;
      width: 50px;
      line-height: 50px;
      border-radius: 50%;
      color: #fff;
      display: block;
      margin: 0 auto;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -ms-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
      #services .service-cat-item .service-cat-icon .lnr:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid #C8070C;
        opacity: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        /*z-index: -1;*/ }
  #services .service-cat-item a {
    color: #444;
    text-decoration: none; }
    #services .service-cat-item a:hover {
      color: #C8070C; }
  #services .service-cat-item .service-cat-title {
    margin: .5em 0; }
  #services .service-cat-item .service-cat-desc p {
    margin: 0;
    font-weight: lighter;
    font-size: 16px;
    color: #444 !important; }

/*Single Service*/
.service-cat .entry .item-title a {
  color: #72B8E2;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold; }
  .service-cat .entry .item-title a:hover {
    color: #C8070C; }
.service-cat .entry a {
  color: #72B8E2;
  text-decoration: underline; }
  .service-cat .entry a:hover {
    color: #C8070C; }
.service-cat .entry .entry-item {
  padding: 1em 0; }
  .service-cat .entry .entry-item .short-desc {
    display: flex; }
  .service-cat .entry .entry-item figure {
    width: 200px;
    margin-right: 1em;
    margin-bottom: 0; }
    .service-cat .entry .entry-item figure img {
      width: 100%; }
  .service-cat .entry .entry-item figcaption {
    flex: 1; }
  .service-cat .entry .entry-item.publication .file-link {
    text-decoration: none; }
    .service-cat .entry .entry-item.publication .file-link:hover .est-date {
      background-color: #72B8E2 !important;
      color: #fff; }
    .service-cat .entry .entry-item.publication .file-link .file-bg {
      width: 100%;
      height: 200px;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      background-size: cover;
      text-align: center;
      background-position: center;
      position: relative; }
      .service-cat .entry .entry-item.publication .file-link .file-bg .file-title {
        font-weight: bold;
        color: green; }
      .service-cat .entry .entry-item.publication .file-link .file-bg > .fas {
        opacity: .3;
        font-size: 50px; }
      .service-cat .entry .entry-item.publication .file-link .file-bg .fas {
        color: #C8070C; }
      .service-cat .entry .entry-item.publication .file-link .file-bg .est-date {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: .5em 1em;
        border-top: 1px solid grey;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out; }

@media (max-width: 767px) {
  #services .service-cat-item .post-count {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

  .service-cat .entry .entry-item .short-desc {
    display: block; } }
.home-map {
  min-height: 200px;
  /*height: 100%;*/
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .home-map .btn {
    border-radius: 0;
    border: 0;
    background-color: #72B8E2;
    padding: 1em; }
    .home-map .btn:hover {
      background-color: #C8070C; }

#quick-links {
  height: 100%;
  display: flex;
  flex-direction: column; }
  #quick-links .owl-carousel {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1px solid #ccc; }
  #quick-links .item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 1em; }
  #quick-links .owl-nav .owl-prev, #quick-links .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /*line-height: 30px;*/
    text-align: center;
    color: #C8070C;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #quick-links .owl-nav .owl-prev {
    left: 0; }
  #quick-links .owl-nav .owl-next {
    right: 0; }

#collage {
  /*background-image: url("../img/collage-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
  position: relative;
  /*&:before{
  	content: "";
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	width: 100%;
  	height: 100%;
  	background-color: rgb(36, 73, 100);
  }*/ }
  #collage .collage-items {
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #collage .collage-items .item {
      display: inline-block;
      flex: auto; }
      #collage .collage-items .item a {
        font-size: 24px;
        font-weight: lighter;
        color: #72B8E2;
        text-decoration: none;
        display: block;
        /*background-color: $navBgColor;*/
        padding: 1em 2em;
        margin: .5em;
        border: 1px solid #72B8E2;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        position: relative; }
        #collage .collage-items .item a:hover {
          background: #72B8E2;
          color: #fff; }
        #collage .collage-items .item a .lnr {
          position: absolute;
          top: 50%;
          transform: translate(0, -50%);
          left: -15px;
          width: 50px;
          height: 50px;
          line-height: 50px;
          border-radius: 50%;
          background-color: #079cc8;
          color: #fff; }
    #collage .collage-items .item:nth-child(1) .lnr {
      background-color: #8f5656; }
    #collage .collage-items .item:nth-child(2) .lnr {
      background-color: #5a9b5c; }
    #collage .collage-items .item:nth-child(3) .lnr {
      background-color: #7570c0; }
    #collage .collage-items .item:nth-child(4) .lnr {
      background-color: #a14157; }
    #collage .collage-items .item:nth-child(5) .lnr {
      background-color: #a19541; }

#page .content-area .site-main .entry {
  padding: 30px 0; }
  #page .content-area .site-main .entry .sort-by {
    display: flex;
    justify-content: flex-end; }
    #page .content-area .site-main .entry .sort-by .form-control {
      width: 200px; }
  #page .content-area .site-main .entry img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em; }

.page-id-271 .entry ul li:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #C8070C;
  margin-right: .5em; }

.gallery-album .thumbnail {
  box-shadow: 0 0 10px 1px #888; }
  .gallery-album .thumbnail a {
    text-decoration: none;
    color: #72B8E2; }
    .gallery-album .thumbnail a img {
      margin: 0 !important; }
    .gallery-album .thumbnail a .album-name {
      background-color: #fff;
      padding: 1em;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -ms-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
    .gallery-album .thumbnail a:hover {
      color: #fff; }
      .gallery-album .thumbnail a:hover .album-name {
        background-color: #72B8E2; }

.gallery-images #lightgallery li a {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  text-decoration: none;
  color: #fff; }
  .gallery-images #lightgallery li a .image-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    .gallery-images #lightgallery li a .image-overlay .lnr {
      opacity: 0;
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      -ms-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s;
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -ms-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      margin-top: 3em;
      width: 50px;
      height: 50px;
      background-color: #72B8E2;
      border-radius: 50%;
      line-height: 50px;
      text-align: center; }
  .gallery-images #lightgallery li a:hover .image-overlay {
    opacity: 1; }
    .gallery-images #lightgallery li a:hover .image-overlay .lnr {
      opacity: 1;
      margin: 0; }

#breadcrumb {
  padding: .5em 0;
  background-color: #d3d3d380; }
  #breadcrumb #crumbs a {
    color: #244964;
    text-decoration: none; }
    #breadcrumb #crumbs a:hover {
      color: #C8070C; }
  #breadcrumb #crumbs .current {
    font-weight: bold; }

#latest-news .pagination {
  margin-bottom: 30px; }
  #latest-news .pagination .page-numbers:hover {
    background-color: #C8070C !important;
    color: #fff !important; }

.pagination {
  margin-top: 1em;
  justify-content: flex-end; }
  .pagination .page-numbers {
    padding: .5em 1em; }
    .pagination .page-numbers:hover {
      background-color: #C8070C !important;
      color: #fff !important; }
    .pagination .page-numbers.current {
      background-color: #C8070C;
      color: #fff; }
    .pagination .page-numbers.next {
      border-left: 1px solid #C8070C; }
    .pagination .page-numbers.prev {
      border-right: 1px solid #C8070C; }

.team-wrapper .team-cover {
  background-color: #72B8E2;
  height: 100px;
  width: 100%;
  object-fit: cover; }
.team-wrapper .team-detail {
  text-align: center; }
  .team-wrapper .team-detail .team-rounded-img {
    position: relative;
    z-index: 11;
    margin-top: -50px !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 3px 10px 0 #ccc;
    text-align: center;
    object-fit: cover;
    margin: 0 auto;
    overflow: hidden; }
  .team-wrapper .team-detail .team-info {
    margin-top: -50px;
    background-color: #fff;
    padding: 60px 15px 15px 15px; }
    .team-wrapper .team-detail .team-info .team-name {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px; }

#message .big .msg-img {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1; }
  #message .big .msg-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 !important; }
#message .big .msg-body {
  flex: 1;
  width: 100%;
  margin-left: -70px;
  padding-left: 100px !important;
  background-color: #72B8E2;
  padding: 2em;
  color: #fff; }
  #message .big .msg-body .msg-title {
    font-weight: bold; }
  #message .big .msg-body .msg-content {
    font-weight: lighter; }
#message > .small {
  margin-top: 4em !important; }
  #message > .small p {
    font-size: 14px !important;
    font-weight: 500 !important; }
#message .small {
  margin: 2em 0; }
  #message .small .msg-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 !important; }
  #message .small .msg-body {
    background-color: #eee;
    padding: 2em;
    position: relative;
    box-shadow: -2px 0 10px 0 #ccc; }
    #message .small .msg-body:before {
      content: "\f0d9";
      font-size: 40px;
      color: #eee;
      position: absolute;
      right: 100%;
      top: 10%;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      text-shadow: -2px 2px 5px #ccc; }
    #message .small .msg-body .msg-title {
      font-weight: bold; }
    #message .small .msg-body .msg-content {
      font-weight: lighter; }

@media (max-width: 992px) {
  #message .big .msg-body {
    margin-left: 0px;
    padding-left: 2em !important; }
  #message .small .msg-body {
    background-color: #eee;
    padding: 2em;
    position: relative;
    box-shadow: -2px 0 10px 0 #ccc; }
    #message .small .msg-body:before {
      content: "\f0de";
      font-size: 40px;
      color: #eee;
      position: absolute;
      /*bottom: 100%;*/
      left: 10%;
      right: auto;
      top: -29px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      text-shadow: 0px -2px 5px #ccc;
      z-index: 1; } }
.modal .modal-dialog .modal-content .modal-body {
  padding: 0; }
  .modal .modal-dialog .modal-content .modal-body #latest-news .news {
    padding: 1em !important; }
    .modal .modal-dialog .modal-content .modal-body #latest-news .news a {
      color: #72B8E2; }
    .modal .modal-dialog .modal-content .modal-body #latest-news .news .inline {
      color: #444; }
    .modal .modal-dialog .modal-content .modal-body #latest-news .news .news-content figcaption {
      color: #333; }

.site-footer {
  background-color: #254053; }
  .site-footer .footer-columns {
    padding: 25px 0; }
    .site-footer .footer-columns .widget .widget-title {
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase; }
    .site-footer .footer-columns .widget .textwidget ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .site-footer .footer-columns .widget .textwidget ul li {
        color: #fff;
        padding: .3em 0;
        font-weight: lighter; }
        .site-footer .footer-columns .widget .textwidget ul li strong {
          font-weight: bold; }
        .site-footer .footer-columns .widget .textwidget ul li a {
          color: #fff; }
          .site-footer .footer-columns .widget .textwidget ul li a:hover {
            color: #C8070C; }
    .site-footer .footer-columns .widget .textwidget iframe {
      max-width: 100%; }
    .site-footer .footer-columns .widget .wp-video {
      padding: .3em 0; }
    .site-footer .footer-columns .widget .twitter-post {
      max-height: 200px;
      overflow-x: hidden; }
  .site-footer .site-info {
    padding: 1em;
    background-color: #244964;
    color: #fff;
    font-weight: lighter; }
    .site-footer .site-info p {
      margin: 0; }

@media (max-width: 767px) {
  .site-footer .footer-columns .widget {
    margin-bottom: 30px; } }

/*# sourceMappingURL=custom.css.map */


/* Emergency */
@keyframes buttonBlink{
  0%{
    color: #fff;
  }
  50%{
    color: red;
  }
  100%{
    color: #fff;
  }
}
.emergency-box .emergency-title{
  font-size: 24px;
  background: linear-gradient(to bottom, #d82a41, #d82138);
  color: #fff;
  padding: .5rem 1rem;
  margin: 0;
}

.emergency-box .row{
  padding-left: 15px;
  padding-right: 15px;
}

.emergency-box .nepal-update h3{
  background-color: #c6d9f1;
  padding: .5rem 1rem;
  text-align: center;
  font-size: 26px;
  margin: 0;
}
.emergency-box .global-update h3{
  background-color: #dbeef4;
  padding: .5rem 1rem;
  text-align: center;
  font-size: 26px;
  margin: 0;
}
.emergency-box .updates .update-box{
  padding: .5rem;
  border-right: 1px solid #ccc;
  padding-bottom: 0;
}

.emergency-box .updates ul{
  margin: 0;
}

.emergency-box .updates ul li{
  font-size: 15px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  height: 58px;
  overflow: hidden;
}
.emergency-box .updates ul li.item-2{
    display: flex !important;
    flex-direction: row !important;
}
.emergency-box .updates ul li.item-2 > div{
    flex: 1;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    line-height: 10px;
    padding: .25rem;
}
.emergency-box .updates ul li .positive{
    background-color: red;
    color: #fff;
}
.emergency-box .updates ul li .isolation{
    background-color: #f29c63;
}
.emergency-box .updates ul li .death{
    background-color: #505050;
    color: #fff;
}
.emergency-box .updates ul li.update-date{
    font-size: 12px;
    height: 30px;
    font-style: italic;
}
.emergency-box .updates ul li p{
  margin: 0;
}

.emergency-box .updates ul li .meta-value{
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.emergency-box .contact-info{
    background-color: #ededed;
    text-align: center;
    padding: .25rem;
}

.emergency-box .contact-info p{
    margin: 0;
}

.emergency-box .global-update ul li{
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.contact-footer{
    display: flex;
}

.contact-footer >div{
    flex: 1;
    padding: .25rem;
    display: flex;
    align-items: center;
    padding: .5em;
    justify-content: center;
}

.contact-footer >div ul{
    margin: 0;
}

.contact-footer .btn{
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
}

.contact-footer .btn.btn-primary .fas{
  transition: all .5s ease;
  animation-name: buttonBlink;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.contact-footer .btn.btn-primary:hover .fas{
  transform: translateX(15px);
}

.contact-footer .btn.btn-primary{
  background-color: #5ca3ce;
  font-weight: bold;
  animation-name: buttonBlink;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.emergency-box .nepal-update ul li:first-child{
  background-color: #95b3d7;
}
.emergency-box .nepal-update ul li:nth-child(2){
  background-color: #fcd5b5;
}
.emergency-box .nepal-update ul li:nth-child(3){
  background-color: #f57925;
  color: #fff;
}
.emergency-box .nepal-update ul li:nth-child(4){
  background-color: #fff;
}
.emergency-box .nepal-update ul li:nth-child(5){
  background-color: #eee;
}

.entry table{
  border-collapse: collapse;
}
.entry table th, .entry table td{
  border: 1px solid #c9c9c91a;
  padding: .5rem;
}
.entry table th a:not(:first-child), .entry table td a:not(:first-child){
  margin-left: 15px;
}
.entry table tr:nth-child(even){
  background-color: #f9f9f9;
}

.entry dl, .entry ol, .entry ul {
  padding-left: 15px;
}

.section-0 .tabs .tab-content .tab-pane, .section-0 .person{
  overflow-y: scroll;
}

.section-0 .tabs .tab-content .tab-pane::-webkit-scrollbar, .section-0 .person::-webkit-scrollbar{
  width: .5em;
}
.section-0 .tabs .tab-content .tab-pane::-webkit-scrollbar-track, .section-0 .person::-webkit-scrollbar-track{
  background-color: #eee;
}
.section-0 .tabs .tab-content .tab-pane::-webkit-scrollbar-thumb, .section-0 .person::-webkit-scrollbar-thumb{
  background-color: #72B8E2;
}
