html,
body {
  height: 100%;
  font-size: 14px;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

/* .grid-view td {
  white-space: nowrap;
} */

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}
.sidebar-box {
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
}
.sidebar-box:last-child {
  margin-bottom: 0;
}
.sidebar-box .sidebar-box-inner {
  padding: 30px 25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-box .sidebar-box-inner {
    padding: 30px 15px;
  }
}

h3.sidebar-title {
  font-size: 22px;
  color: #002147;
  text-transform: capitalize;
  margin-bottom: 35px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 480px) and (max-width: 1199px) {
  h3.sidebar-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 479px) {
  h3.sidebar-title {
    font-size: 18px;
  }
}
h3.sidebar-title a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3.sidebar-title a:hover {
  color: #fdc800;
}
h3.sidebar-title:before {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  background: #fdc800;
}
h2.sidebar-title {
  font-size: 30px;
  color: #002147;
  text-transform: capitalize;
  margin-bottom: 35px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 480px) and (max-width: 1199px) {
  h2.sidebar-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 479px) {
  h2.sidebar-title {
    font-size: 18px;
  }
}
h2.sidebar-title a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h2.sidebar-title a:hover {
  color: #fdc800;
}
h2.sidebar-title:before {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  background: #fdc800;
}
.sidebar-categories li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar-categories li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-categories li a {
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-categories li a:hover,
.sidebar-categories li.active a {
  color: #fdc800;
}
ul.sidebar-categories,
ul.last-news,
ul.news-date2,
ul.news-comments,
ul.news-date1,
ul.product-tags,
ul.attachments,
ul.event-info-block {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sidebar-latest-research-area ul li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-latest-research-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-latest-research-area ul li .latest-research-img {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  margin-right: 10px;
  margin-bottom: 5px;
}
.sidebar-latest-research-area ul li .latest-research-img a img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-latest-research-area ul li .latest-research-img a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-latest-research-area ul li .latest-research-content {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
  font-size: 14px;
  color: #002147;
}
.sidebar-latest-research-area ul li .latest-research-content h4 {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 0.9;
  font-weight: 500;
  background: #002147;
  color: #ffffff;
  padding: 7px 10px 5px;
  display: inline-block;
}
.sidebar-latest-research-area ul li .latest-research-content p {
  line-height: 1.2;
  margin-bottom: 0;
}
/* news */
.news-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .news-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .news-page-area {
    padding: 50px 0;
  }
}
.news-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.news-box h2 {
  margin-bottom: 12px;
}
.news-box img.img-news {
  width: 100%;
  min-width: 100px;
  max-width: 100px;
  max-height: 100px;
  border-radius: 0.42rem;
}
/* .news-box p {
  margin-bottom: 30px;
} */
.news-box .news-img-holder {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  /* flex-basis: 100%;
  flex: 0; */
  margin-right: 15px;
}
.news-box .news-img-holder img {
  border-radius: 0.42rem;
  border-radius: 0.42rem;
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
  /* border: 1px solid #e0e4f5; */
  height: 90px;
  width: 120px;
}
.news-content {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.news-date1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.news-date1 li {
  width: 112px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  line-height: 2.5;
}
@media (min-width: 480px) and (max-width: 991px) {
  .news-date1 li {
    height: 40px;
    font-size: 20px;
    width: 90px;
    line-height: 2;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-date1 li {
    font-size: 18px;
    line-height: 2.3;
  }
}
@media only screen and (max-width: 479px) {
  .news-date1 li {
    height: 35px;
    font-size: 16px;
    width: 80px;
  }
}
.news-date1 li:nth-child(odd) {
  background: #002147;
  color: #ffffff;
  font-weight: 700;
}
.news-date1 li:nth-child(even) {
  background: #fdc800;
  color: #212121;
  font-weight: 500;
}
.news-date2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.news-date2 li {
  width: 80px;
  height: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
}
@media (min-width: 480px) and (max-width: 991px) {
  .news-date2 li {
    height: 20px;
    font-size: 20px;
    width: 90px;
    line-height: 2;
    font-size: 13px;
  }
}
/* @media (min-width: 480px) and (max-width: 767px) {
  .news-date2 li {
    font-size: 18px;
    line-height: 2.3;
  }
} */
.btn-readmore {
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .news-date2 li {
    height: 35px;
    font-size: 16px;
    width: 80px;
    line-height: 2.2;
  }
}
.news-date2 li:nth-child(odd) {
  background: #002147;
  color: #ffffff;
  font-weight: 700;
}
.news-date2 li:nth-child(even) {
  background: #fdc800;
  color: #212121;
  font-weight: 500;
  border-bottom-left-radius: 0.42rem;
}
.news-comments {
  /* margin-bottom: 35px; */
  padding-bottom: 10px;
}
.news-comments li {
  display: inline-block;
  margin-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-comments li {
    margin-right: 8px;
  }
}
.news-comments li a {
  color: #b1b1b1;
  font-size: 13px;
}
.news-comments li a:hover {
  color: #002147;
}
.news-comments li a i {
  color: #fdc800;
  margin-right: 8px;
}
.news-comments li a span {
  color: #444444;
}
.new-short {
  font-size: 13px;
}
.news-details-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-details-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-details-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-details-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .news-details-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .news-details-page-area {
    padding: 50px 0;
  }
}
.news-details-page-inner .news-img-holder {
  margin-bottom: 25px;
  position: relative;
}
.news-details-page-inner .title-default-left-bold {
  margin-bottom: 20px;
}
/* .news-details-page-inner p span {
  font-style: italic;
  padding: 40px 50px 50px;
  background: #f5f5f5;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.news-details-page-inner p span:before {
  color: #fdc800;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 20px;
  left: 30px;
  position: absolute;
  top: 30px;
  z-index: 1;
} */
.news-details-page-inner .news-social {
  margin-top: 10px;
  margin-bottom: 80px;
  display: inline-block;
}
.news-details-page-inner .news-social li {
  display: inline-block;
  margin-right: 5px;
}
.news-details-page-inner .news-social li a {
  background: #002147;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 27px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-page-inner .news-social li a i {
  color: #fdc800;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-page-inner .news-social li a:hover {
  background: #fdc800;
}
.news-details-page-inner .news-social li a:hover i {
  color: #002147;
}
.news-details-page-inner .news-social li:last-child {
  margin-right: 0;
}
.no-margin {
  margin: 0 !important;
}
.title-news-left-bold a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 600;
}
.separator.separator-dashed {
  border-bottom: 1px dashed #ecf0f3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.separator {
  height: 2px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.news-details-content {
  font-size: 14px;
}
.news-details-content h1 {
  font-size: 34px;
  line-height: 1.4em;
  margin: 25px 0 15px;
}
.news-details-content h2 {
  font-size: 30px;
  line-height: 1.4em;
  margin: 25px 0 15px;
}
.news-details-content h3 {
  font-size: 26px;
  line-height: 1.4em;
  margin: 25px 0 15px;
}
.news-details-content h4 {
  font-size: 22px;
  line-height: 1.4em;
  margin: 25px 0 15px;
}
.news-details-content h5 {
  font-size: 18px;
  line-height: 1.4em;
  margin: 25px 0 15px;
}
.news-details-content h6 {
  font-size: 14px;
  line-height: 1.4em;
  margin: 25px 0 15px;
}
.news-details-content p {
  /* margin: 25px 0; */
  font-size: 14px;
}
.news-details-content pre {
  font-family: monospace;
}
.news-details-content ol,
.news-details-content ul {
  margin-left: 15px;
  list-style-position: outside;
  margin-bottom: 20px;
}
.news-details-content ol li,
.news-details-content ul li {
  margin-left: 10px;
  margin-bottom: 10px;
  color: #626262;
}
.news-details-content ul {
  list-style-type: disc;
}
.news-details-content ol {
  list-style-type: decimal;
}
.news-details-content a[href] {
  text-decoration: underline;
}
.news-details-content table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #aaa;
}
.news-details-content table tr:nth-child(even) {
  background: #fafafa;
}
.news-details-content table caption,
.news-details-content table td,
.news-details-content table th {
  padding: 5px 7px;
}
.news-details-content table td,
.news-details-content table th {
  border: 1px solid #aaa;
  border-collapse: collapse;
}
.news-details-content table th {
  font-weight: 400;
  color: #6e6e6e;
  background-position: 100% 100%;
  background-size: 2px 10px;
  background-repeat: no-repeat;
}
.news-details-content table tr:first-child td {
  font-weight: 600;
  color: #b5b5c3 !important;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.news-details-content table th:last-child {
  background: 0 0;
}
.news-details-content hr {
  border-top: 2px solid #bbb;
}
.title-default-left-bold-lowhight a {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  color: #002147;
  font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-tags {
    display: none;
  }
}
.product-tags li {
  display: inline-block;
  margin-bottom: 7px;
  background: #e1e1e1;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-tags li a {
  color: #002147;
  text-transform: capitalize;
  display: block;
  padding: 10px 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 13px;
}
.product-tags li:hover,
.product-tags li.active {
  background: #002147;
}
.product-tags li:hover a,
.product-tags li.active a {
  color: #ffffff;
}
.small-muted {
  font-size: 12px;
  color: #aaa;
}
.nav-tabs .nav-link {
  color: #495057;
}
/* box */
.courses-box1 .single-item-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper {
  position: relative;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper img {
  width: 100%;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(253, 200, 0, 0.8);
  z-index: 1;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #ffffff;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper {
  padding: 20px 15px;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
  color: #fdc800;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 7px;
  margin-right: 2px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.event-inner-wrapper .single-item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .event-inner-wrapper .single-item {
    display: block;
  }
}
.event-inner-wrapper .single-item .item-img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.event-inner-wrapper .single-item .item-content {
  padding: 0 30px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .event-inner-wrapper .single-item .item-content {
    padding: 30px 0;
  }
}
.event-inner-wrapper .single-item .item-content p {
  margin-bottom: 30px;
}
.event-inner-wrapper .single-item .item-img img {
  max-height: 150px;
}
.single-item .item-img img {
  height: 150px;
  border-radius: 0.42rem;
  width: 250px;
}
.item-content .event-info-block .event-date {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 0.9;
  font-weight: 500;
  background: #002147;
  color: #ffffff;
  padding: 7px 10px 5px;
  display: inline-block;
}
.no-padding {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  #header .logo a{
    font-size: 20px !important;
    padding-left: 0 !important;
  }
  #header .logo h1 a{
    font-size: 10px !important;
  }
  div#heroCarousel .carousel-item img,
  #hero, #hero .carousel-item,
  #hero .carousel-item {
    height: auto !important;
 }
}