html * {
  font-family: Roboto, sans-serif;
  /* font-family: Poppins, Helvetica, sans-serif; */
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffffff !important;
}

.card {
  border-radius: 24px;
  overflow: hidden;
}

.text-primary {
  color: #4957c8 !important;
}

.text-accent {
  color: #ffe500 !important;
}

.bg-primary {
  background-color: #4957c8 !important;
}

.bg-accent {
  background-color: #ffe500 !important;
}

.bg-light {
  background-color: #f8f9fb !important;
}

.rounded {
  border-radius: 24px !important;
  overflow: hidden;
}

.list-group-item a:hover {
  color: #4957c8 !important;
}

.table th {
  background-color: #4957c8;
  color: white;
}

.title-section {
  color: #4957C8;
  font-family: "Inter", "Roboto";
  font-weight: 600;
}

.section-title h4:after,
.section-title h3:after,
.section-title h2:after {
  content: '';
  display: block;
  margin: 16px auto 16px -32px;
  width: 106px;
  border-bottom: 4px solid #ffe500;
}

.section-title.dark-accent h4:after,
.section-title.dark-accent h3:after,
.section-title.dark-accent h2:after {
  border-bottom: 4px solid black;
}

.section-title h4,
.section-title h3,
.section-title h2 {
  position: relative;
  font-weight: 800;
  margin: 0;
  color: #4957c8;
}

/* Gallery & Portfolio*/
/* -------------------------------------*/
/* Gallery Placeholder*/
.instafeed>a:before,
.instafeed>a:after,
.gallery-item .gallery-img a:before,
.gallery-item .gallery-img a:after,
a.post-item:before,
a.post-item:after,
.portfolio-item .portfolio-img a:before,
.portfolio-item .portfolio-img a:after,
.slider-nav .gallery-item {
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}

/* Gallery Style*/
.gallery-item {
  margin-bottom: 30px;
}

.gallery-item .gallery-img a {
  position: relative;
  display: block;
  height: 180px;
  background-color: #a6a6a6;
  overflow: hidden;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px;
}

.gallery-item .gallery-img a:before,
a.post-item:before {
  content: '';
  background-color: rgba(7, 60, 100, 0.6);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.gallery-item .gallery-img a:after,
a.post-item:after {
  content: '\f06e';
  font-size: 24px;
  font-family: 'Font Awesome 6 Free';
  color: #fff;
  /* width: 28px; */
  /* height: 28px; */
  text-align: center;
  line-height: 28px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -14px;
  opacity: 0;
}

.gallery-item .gallery-img a img {
  width: auto;
  height: 180px;
  max-width: none;
  margin-bottom: 0;
  position: relative;
  top: auto;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .gallery-item .gallery-img a img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
}

a.post-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-item .gallery-img a:hover:after,
a.post-item:hover:after {
  opacity: 1;
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  transform: scale(2, 2);
}

.gallery-item .gallery-img a:hover:before,
a.post-item:hover:before {
  opacity: 1;
}

.gallery-item .gallery-caption {
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 15px;
  line-height: 1.4;
  font-size: 13px;
  position: relative;
}

@media (min-width: 768px) {
  .gallery-item .gallery-caption {
    height: 85px;
    overflow-y: hidden;
  }

  .gallery-item .gallery-caption:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .gallery-item:last-child {
    margin-bottom: 0;
  }
}

/* Section Studies*/
/* -------------------------------------*/
.section-studies .gallery {
  margin-top: 50px;
}

.section-studies .gallery>.row {
  margin-left: -5px;
  margin-right: -5px;
}

.section-studies .gallery>.row>.gallery-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.section-studies .gallery-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-studies .gallery-caption {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #073c64;
  border: 0;
  border-left: 4px solid #fdcb2c;
  border-top: 4px solid #fdcb2c;
  border-top-left-radius: 32px;
  border-bottom-right-radius: 32px;
  height: 64px;
  margin-top: -30px;
  padding: 10px 15px;
  z-index: 1;
  text-align: center;
}

.section-studies .gallery-caption:after {
  display: none;
}

.section-studies .gallery-caption>a {
  font-size: 15px;
  line-height: 22px;
  max-height: 66px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  overflow: hidden;
  width: calc(100% - 30px);
}

.section-studies .gallery-caption:hover {
  background-color: #063356;
}

@media (min-width: 768px) {
  .section-studies .gallery-item--big .gallery-img a {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .section-studies .gallery {
    margin-top: 30px;
  }

  .section-studies .gallery-img a {
    height: 150px;
  }

  .section-studies .gallery-img a:hover:after {
    font-size: 14px;
  }

  .section-studies .gallery-caption {
    margin-left: 0;
    margin-right: 0;
    border-left-width: 3px;
  }

  .section-studies .gallery-caption>a {
    font-size: 12px;
    line-height: 16px;
    width: 90%;
  }
}

@media (max-width: 767px) {
  .section-studies+.section-studies {
    padding-top: 0;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

.container-overlay {
  position: relative;
}

.container-overlay .card-overlay {
  display: none;
}

.container-overlay:hover .card-overlay {
  display: block;
  position: absolute;
  z-index: 999;
}

.table th {
  font-weight: 500;
}

.table td,
.page-link {
  font-size: .885rem;
  font-weight: 400;
}

.table>:not(caption)>*>* {
  padding: .38rem .38rem;
}

#toast-container>div {
  opacity: 1 !important;
}