@charset "UTF-8";
body {
  font-family: "mukta";
  color: #2b2b2b;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  padding: 0;
  background: #fafafa;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

figure {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.news-list {
  padding-top: 20px;
}

.time {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  color: gray;
}
.time i {
  margin-right: 5px;
  color: #DB8D0F;
}

.time-small {
  font-size: 14px;
  text-align: left;
}

.time-featured {
  color: white;
  text-align: left;
  margin-bottom: 0;
}
.time-featured i {
  color: white;
}

.side-list ul {
  padding-left: 20px;
}

@font-face {
  font-family: "mukta";
  src: url("./assets/fonts/mukta/Mukta-ExtraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "mukta";
  src: url("./assets/fonts/mukta/Mukta-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "mukta";
  src: url("./assets/fonts/mukta/Mukta-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mukta";
  src: url("./assets/fonts/mukta/Mukta-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "mukta";
  src: url("./assets/fonts/mukta/Mukta-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "mukta";
  src: url("./assets/fonts/mukta/Mukta-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.section-heading {
  font-size: 16px;
  margin-top: 0;
  border-bottom: 3px solid #DB8D0F;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .section-heading {
    font-size: 24px;
  }
}
.section-heading span {
  background-color: #DB8D0F;
  color: white;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 8px 8px 0 0;
}
.section-heading a {
  display: flex;
  align-items: center;
  color: #DB8D0F;
}
.section-heading a:hover {
  color: #DB8D0F;
}
.section-heading a i {
  margin-left: 10px;
}

h2 {
  font-size: 35px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 768px) {
  h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 55px;
  }
}

h3 {
  font-size: 25px;
  margin: 10px 0;
}

a {
  color: #2b2b2b;
  text-decoration: none;
}

p {
  color: #575757;
  font-size: 26px;
  line-height: 1.5;
}

.see-more-link {
  color: #DB8D0F;
  display: inline-block;
  margin-left: 10px;
}
.see-more-link:hover {
  color: #32AFE2;
}

header .logo {
  margin: 1rem 1rem;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  header .logo {
    /*margin-top: 20px;*/
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
    .logo-wrapper {
        display: flex;
        align-items: center;
    }
}

header .logo .logo-link {
  width: 100%;
  height: 90px;
}
@media (min-width: 576px) {
  header .logo .logo-link {
    /*margin-right: 20px;*/
    height: 90px;
  }
}
@media (min-width: 992px) {
  header .logo .logo-link {
    height: auto;
    max-width: 480px;
  }
}
.logo-ad {
    flex: 1;
}
header .logo .logo-link img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  header .logo .logo-link img {
    margin-right: auto;
    margin-left: 0;
  }
}
header .logo .showcase {
  order: -1;
}
header .logo .showcase .container {
  padding: 0;
}
@media (min-width: 992px) {
  header .logo .showcase {
    order: 0;
  }
}
header .logo .ad-image {
  width: 100%;
  height: auto;
}
header .header-date {
  display: flex;
  color: #DB8D0F;
  padding: 10px 0;
  margin-top: 5px;
  justify-content: center;
}
@media (min-width: 768px) {
  header .header-date {
    justify-content: space-between;
  }
}
header .header-date .date-time {
  display: flex;
  font-size: 16px;
}
header .header-date .date-time .date {
  font-size: 16px;
}
@media (min-width: 768px) {
  header .header-date .date-time {
    font-size: 20px;
  }
}
header .header-date .date-time i {
  margin-right: 10px;
}
header .header-date .date-time .header-time {
  margin-left: 50px;
}
header .header-date .social-links {
  display: none;
}
@media (min-width: 576px) {
  header .header-date .social-links {
    display: block;
  }
}
header .header-date .social-links a {
  color: #DB8D0F;
  margin-left: 10px;
  font-size: 16px;
}

.hamburger-menu {
  cursor: pointer;
  color: white;
  margin-right: 20px;
}
@media (min-width: 1100px) {
  .hamburger-menu {
    display: none;
  }
}

.navigation-menu {
  background: #DB8D0F;
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  z-index: 11;
  top: 0;
}
.navigation-menu .menu {
  display: flex;
  align-items: center;
}
.navigation-menu .main-menu {
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .navigation-menu .main-menu {
    justify-content: flex-start;
    width: auto;
  }
}
.navigation-menu ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.navigation-menu ul li:first-child {
  margin-right: 5px;
}
.navigation-menu ul li a {
  padding: 15px 8px;
  display: block;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.navigation-menu ul li a:hover {
  background: #D18400;
}
@media (min-width: 400px) {
  .navigation-menu ul li a {
    padding: 15px;
  }
}
.navigation-menu ul li a i {
  font-size: 12px;
  margin-left: 8px;
}
.navigation-menu ul li.home a i {
  font-size: 22px;
  margin-left: 0;
}
.navigation-menu ul .active a {
  background: #D18400;
}
.navigation-menu .menu-collapse {
  background: #DB8D0F;
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 22;
  width: 100vw;
  display: none;
}
@media (min-width: 1100px) {
  .navigation-menu .menu-collapse {
    position: initial;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
}
.navigation-menu .menu-collapse.toggle-menu {
  display: block;
}
@media (min-width: 1100px) {
  .navigation-menu .menu-collapse.toggle-menu {
    display: flex;
  }
}
.navigation-menu .menu-collapse ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .navigation-menu .menu-collapse ul {
    flex-direction: row;
  }
}
.navigation-menu .menu-collapse ul ul {
  display: none;
}
.navigation-menu .menu-collapse ul ul li a {
  padding-left: 40px;
}
.navigation-menu .menu-collapse ul li {
  position: relative;
}
.navigation-menu .menu-collapse ul li:hover ul {
  display: flex;
}
@media (min-width: 1100px) {
  .navigation-menu .menu-collapse ul li:hover ul {
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 222;
    flex-direction: column;
  }
}
.navigation-menu .menu-collapse ul li:hover ul li {
  border-bottom: 1px solid #135c91;
}
.navigation-menu .menu-collapse ul li:hover ul li:last-child {
  border: none;
}
@media (min-width: 1100px) {
  .navigation-menu .menu-collapse ul li:hover ul li {
    background: #DB8D0F;
    width: 200px;
  }
}
@media (min-width: 1100px) {
  .navigation-menu .menu-collapse ul li:hover ul li a {
    padding-left: 20px;
  }
}
.navigation-menu .menu-collapse .search {
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.navigation-menu .menu-collapse .search i {
  cursor: pointer;
}
.navigation-menu .menu-collapse .search i.fa-times {
  display: none;
}
.navigation-menu .menu-collapse .search .search-input {
  margin-left: 20px;
}
@media (min-width: 1100px) {
  .navigation-menu .menu-collapse .search .search-input {
    position: absolute;
    top: 52px;
    right: 0;
    background: #D18400;
    padding: 20px;
    display: none;
  }
  .navigation-menu .menu-collapse .search .search-input.toggle-search {
    display: block;
  }
}
.navigation-menu .menu-collapse .search .search-input input {
  width: 280px;
  padding: 10px;
  outline: 0;
  border: none;
}

.news-highlight .container > a {
  display: block;
}
.news-highlight .container > a:hover h2 {
  color: #DB8D0F;
}
.news-highlight h2 {
  margin: 0;
}
.news-highlight img {
  display: block;
  margin: 0 auto;
  max-height: 80vh;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news-highlight img {
    margin-top: 40px;
  }
}
.news-highlight p {
  text-align: center;
  margin-bottom: 0;
}

.author {
  text-align: center;
  color: gray;
  font-weight: bold;
}

.highlight-decor {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 20px;
}
@media (min-width: 768px) {
  .highlight-decor {
    padding: 40px 20px;
  }
}
.highlight-decor:first-child {
  border-top: none;
}

.showcase {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .showcase {
    padding: 40px 0;
  }
}
.showcase img {
  margin: 0 auto;
  display: block;
}
.showcase.showcase-top {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .main-news .main-news-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .main-news .main-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .main-news .main-news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .main-news .main-news-grid .grid-left {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 992px) {
  .main-news .main-news-grid .grid-left {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.main-news .main-news-grid .grid-left a:hover h3 {
  color: #DB8D0F;
}
.main-news .main-news-grid .grid-left img {
  width: 100%;
  max-height: 230px;
  object-fit: cover;
}
.main-news .main-news-grid .grid-left p {
  font-size: 20px;
}
@media (min-width: 992px) {
  .main-news.with-showcase .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
}
.main-news.with-showcase .container .news-content {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .main-news.with-showcase .container .news-content .main-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.showcase-display-right {
  margin-top: 0;
}
.showcase-display-right a {
  display: block;
  margin-bottom: 10px;
}
.showcase-display-right img {
  width: 100%;
}
@media (min-width: 992px) {
  .showcase-display-right img {
    max-height: initial;
  }
}

.cards-thumbnail {
  display: flex;
  flex-direction: column;
}
.cards-thumbnail a:hover p {
  color: #DB8D0F;
}
.cards-thumbnail .card-thumbnail {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .cards-thumbnail .card-thumbnail {
    flex-direction: row;
  }
}
.cards-thumbnail .card-thumbnail figure {
  min-width: 145px;
  height: 250px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cards-thumbnail .card-thumbnail figure {
    margin-right: 15px;
    height: 150px;
    width: 145px;
  }
}
@media (min-width: 768px) {
  .cards-thumbnail .card-thumbnail figure {
    margin-right: 30px;
  }
}
.cards-thumbnail .card-thumbnail figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-thumbnail .card-thumbnail p {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  padding-right: 30px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .col-2-thumbnail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.col-4-thumbnail .cards-thumbnail .card-thumbnail {
  flex-direction: column;
}
@media (min-width: 768px) {
  .col-4-thumbnail .cards-thumbnail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.col-4-thumbnail .cards-thumbnail figure {
  width: auto;
}
.col-4-thumbnail .cards-thumbnail p {
  margin-top: 10px;
}

.col-four-news .news-grid .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .col-four-news .news-grid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .col-four-news .news-grid .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.col-four-news .news-grid .grid a figure {
  display: block;
}
.col-four-news .news-grid .grid a img {
  min-height: 240px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
@media (min-width: 992px) {
  .col-four-news .news-grid .grid a img {
    min-height: 150px;
  }
}
.col-four-news .news-grid .grid a h3 {
  font-size: 22px;
}
.col-four-news .news-grid .grid a p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
.col-four-news .news-grid .grid a:hover h3 {
  color: #DB8D0F;
}

.side-list h1 {
  background-color: #DB8D0F;
  border-radius: 6px 6px 0 0;
}
.side-list ul li {
  padding-bottom: 20px;
}
.side-list ul li a:hover {
  color: #DB8D0F;
}

.featured-section {
  background-color: #332F2F;
  padding: 80px 0;
}
.featured-section .featured-contents {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .featured-section .featured-contents {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .featured-section .featured-contents {
    grid-template-columns: repeat(4, 1fr);
  }
}
.featured-section .featured-contents h2 {
  color: white;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .featured-section .featured-contents h2 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media (min-width: 992px) {
  .featured-section .featured-contents h2 {
    grid-column-start: 1;
    grid-column-end: initial;
  }
}
.featured-section .featured-contents a,
.featured-section .featured-contents p {
  color: white;
}
@media (min-width: 768px) {
  .featured-section .featured-contents a {
    width: auto;
  }
}
.featured-section .featured-contents a h3 {
  font-size: 22px;
}
.featured-section .featured-contents a figure {
  height: 180px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .featured-section .featured-contents a figure {
    width: 100%;
  }
}
.featured-section .featured-contents a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-section .featured-contents a p {
  font-size: 18px;
}

.featured-section-categories h1 {
  color: white;
}
.featured-section-categories .featured-contents a:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.featured-section-categories .featured-contents a:first-child figure {
  height: 390px;
}
.featured-section-categories .featured-contents a:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
}
.featured-section-categories .featured-contents a:nth-child(2) figure {
  height: 390px;
}
.featured-section-categories .featured-contents a figure {
  height: 135px;
}

.card-with-overlay {
  box-sizing: border-box;
  overflow: hidden;
  transition: 1s;
}
.card-with-overlay a {
  color: white;
}
.card-with-overlay a:hover figure img {
  transform: scale(1.02);
  transition: 0.3s;
}
.card-with-overlay a:hover p {
  color: #dfdfdf;
}
.card-with-overlay a:hover h3 {
  color: #dfdfdf;
}
.card-with-overlay a h3 {
  font-size: 28px;
}
.card-with-overlay a p {
  color: white;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: bold;
}
.card-with-overlay a figure {
  position: relative;
  height: 80vh;
}
.card-with-overlay a figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-with-overlay a figure .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.special-section {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .special-section {
    padding: 40px 0;
  }
}
.special-section h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.special-section .special-section-inner {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: auto;
}
@media (min-width: 768px) {
  .special-section .special-section-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.special-section .special-section-right {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .special-section .special-section-right {
    grid-template-columns: repeat(2, 1fr);
  }
}
.special-section .special-section-right .card-with-overlay a figure {
  max-height: 240px;
}
@media (min-width: 768px) {
  .special-section .special-section-right .card-with-overlay a figure {
    height: 100%;
    max-height: initial;
  }
}

@media (min-width: 992px) {
  .page-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 60px;
  }
}
.page-grid .calendar {
  margin-bottom: 20px;
}
.page-grid .news-details {
  grid-column-start: 1;
  grid-column-end: 5;
}
.page-grid .news-details p {
  font-size: 22px;
}
.page-grid .news-details img {
  max-width: 100%;
  width: 100%;
}
.page-grid .news-details .start-word,
.page-grid .news-details .start-divider {
  margin-right: 20px;
}
.page-grid .news-details .news-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-grid .news-details .news-stats {
    flex-direction: row;
  }
}
.page-grid .news-details .news-details-showcase {
  margin: 20px 0;
  display: block;
}
.page-grid .news-details .full-news-date {
  color: gray;
  font-size: 18px;
}
.page-grid .news-details .news-author-time {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .page-grid .news-details .news-author-time {
    flex-direction: row;
  }
}
.page-grid .news-details .news-author-time .author-details {
  order: 1;
}
@media (min-width: 576px) {
  .page-grid .news-details .news-author-time .author-details {
    order: 0;
  }
}
.page-grid .news-details .news-author-time .author-details .name {
  margin-right: 0;
}
.page-grid .news-details .news-author-time .full-news-date {
  order: 0;
  margin-bottom: 10px;
  margin-left: 40px;
}
@media (min-width: 576px) {
  .page-grid .news-details .news-author-time .full-news-date {
    order: 1;
    margin-bottom: 0;
  }
}
.page-grid .news-details .stats-right {
  display: flex;
  align-items: center;
  color: #DB8D0F;
}
.page-grid .news-details .stats-right .share-stats {
  display: flex;
  line-height: 1.5;
  align-items: flex-end;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.page-grid .news-details .stats-right .total-shares {
  font-size: 34px;
  margin-right: 8px;
}
.page-grid .news-details h1 {
  margin-top: 0;
}
.page-grid .sidebar {
  grid-column-start: 5;
  grid-column-end: 7;
}
.page-grid .sidebar .sidebar-thumbnail-news .cards-thumbnail .card-thumbnail figure {
  min-width: 90px;
  height: 250px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .page-grid .sidebar .sidebar-thumbnail-news .cards-thumbnail .card-thumbnail figure {
    height: 75px;
  }
}
.page-grid .social-links {
  display: flex;
  align-items: center;
}
.page-grid .social-links a {
  margin-left: 15px;
}
.page-grid .social-links .facebook {
  color: #4267B2;
}
.page-grid .social-links .instagram {
  color: #fbad50;
}
.page-grid .social-links .twitter {
  color: #1DA1F2;
}

.full-news .page-grid {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .full-news .page-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.categories .page-grid {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .categories .page-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.categories .page-grid .news-details img {
  margin-left: 0;
  margin-right: 0;
}

.author-details {
  display: flex;
  align-items: center;
}
.author-details .avatar {
  min-width: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.author-details .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.author-details .name {
  margin-right: 40px;
}

.video-news {
  background: #332F2F;
  padding: 40px 0;
}
.video-news h1 {
  color: white;
}
.video-news h3,
.video-news p {
  color: white;
  font-weight: bold;
}
.video-news a:hover h3,
.video-news a:hover p {
  color: #eeeeee;
}
.video-news figure {
  position: relative;
}
.video-news figure .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  color: white;
}
.video-news .grid-middle figure .video-overlay {
  font-size: 40px;
}
.video-news .main-news-grid .grid-left a:hover h3 {
  color: #eeeeee;
}
@media (min-width: 768px) {
  .video-news .main-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .video-news .main-news-grid .grid-left figure {
    height: 365px;
  }
  .video-news .main-news-grid .grid-left figure img {
    height: 100%;
    max-height: initial;
  }
  .video-news .main-news-grid .grid-left a:hover h3 {
    color: #eeeeee;
  }
}

.next-prev-news {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.next-prev-news h4 {
  margin-top: 10px;
  margin-bottom: 8px;
}
.next-prev-news a {
  color: #DB8D0F;
}
.next-prev-news a:hover {
  color: #D18400;
}
.next-prev-news .next {
  text-align: right;
}
.next-prev-news .next,
.next-prev-news .prev {
  max-width: 400px;
}

.categories-wrapper .next-prev-news {
  margin-top: 40px;
}
.categories-wrapper .next-prev-news a {
  display: flex;
  align-items: center;
}
.categories-wrapper .next-prev-news a .fa-chevron-left {
  margin-right: 20px;
}
.categories-wrapper .next-prev-news a .fa-chevron-right {
  margin-left: 20px;
}
.categories-wrapper .next-prev-news a:hover h4 {
  color: #D18400;
}

.col-three-thumbnail .cards-thumbnail {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .col-three-thumbnail .cards-thumbnail {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .col-three-thumbnail .cards-thumbnail {
    grid-template-columns: repeat(3, 1fr);
  }
}

.categories-wrapper .col-2-thumbnail {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .categories-wrapper .col-2-thumbnail {
    grid-template-columns: repeat(2, 1fr);
  }
}
.categories-wrapper .col-2-thumbnail h4 {
  margin: 0;
  margin-top: 8px;
}
.categories-wrapper a:hover h4 {
  color: #DB8D0F;
}

blockquote {
  font-style: italic;
  position: relative;
  border: 1px solid #d8d8d8;
  padding: 20px;
  font-size: 26px;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 30px;
  }
}
blockquote:before {
  content: "“";
  font-size: 120px;
  color: #7a7a7a;
  display: block;
  line-height: 1.5;
  height: 86px;
}

.news-details img {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 576px) {
  .news-details img {
    margin-left: 0;
    margin-right: 0;
    width: initial;
  }
}
.news-details img.note-float-left {
  margin-right: 20px;
}
.news-details img.note-float-right {
  margin-left: 20px;
}
.news-details iframe {
  width: 100%;
}
.news-details table {
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media (min-width: 576px) {
  .news-details table {
    display: table;
  }
}
.news-details table td {
  border: 1px solid #a8a8a8;
  padding: 10px;
}

.popup-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-contents {
  max-width: 90vw;
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  background: white;
  overflow: auto;
  max-height: 90vw;
}

.skip-now {
  background: #DB8D0F;
  padding: 10px;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #DB8D0F;
}
.skip-now:hover {
  background: #D18400;
  border: 1px solid #DB8D0F;
}

.logo-popup {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.popup-text {
  text-align: center;
  margin-bottom: 10px;
  color: gray;
  font-size: 11px;
}

.showcase-image {
  max-height: 60vh;
}

footer {
  background: #332F2F;
}
footer p {
  color: #eeeeee;
  font-size: 18px;
}
footer a {
  color: #e7e7e7;
  font-size: 18px;
}
footer a:hover {
  color: white;
}
footer .social-links {
    font-size: 18px;
  margin-bottom: 20px;
}
footer .social-links a {
  font-size: 24px;
  margin-right: 10px;
}
footer .quick-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  position: relative;
  padding: 40px 20px;
}
@media (min-width: 576px) {
  footer .quick-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  footer .quick-links {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 992px) {
  footer .quick-links {
    text-align: center;
  }
}
footer .quick-links:before {
  content: "";
  position: absolute;
  top: 0;
  width: 40% px;
  height: 1px;
  min-width: 220px;
  background: #81cbdc;
  left: 50%;
  transform: translateX(-50%);
}
footer .quick-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .quick-links ul li {
  margin-bottom: 10px;
}
footer .quick-links ul li:first-child {
    
}
footer .quick-links ul li a {
  font-size: 18px;
}
footer .footer-inner {
    color: #FFF;
  padding: 40px 0;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: auto;
}
footer .footer-inner h1,
footer .footer-inner h2,
footer .footer-inner h3,
footer .footer-inner h4,
footer .footer-inner h5,
footer .footer-inner h6{
    padding: 5px 0;
    margin:  0;
}
@media (min-width: 992px) {
  footer .footer-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
footer .footer-inner .org-details {
  color: white;
}
@media (min-width: 576px) {
  footer .footer-inner .org-details {
    display: flex;
  }
}
@media (min-width: 992px) {
  footer .footer-inner .org-details {
    justify-content: space-between;
  }
}
footer .footer-inner .committee {
  margin-right: 40px;
}
footer .footer-inner p {
  margin-bottom: 8px;
  margin-top: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
footer .footer-inner .contact i {
  margin-right: 8px;
}
footer .footer-inner .footer-brand .footer-logo {
  background: white;
  padding: 40px 20px;
  max-width: 340px;
}
footer .footer-inner .footer-brand img {
  width: 100%;
}
footer .footer-inner .footer-contact {
  color: white;
}
footer .footer-inner .footer-contact h4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  footer .footer-inner .footer-contact h4 {
    text-align: right;
  }
}
footer .footer-inner .footer-contact .contact-information {
  font-size: 16px;
  text-align: right;
}
footer .footer-inner .footer-contact .contact-information .info {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
}
footer .footer-inner .footer-contact .contact-information iframe{
    border:none;
    overflow:hidden
}
@media (min-width: 992px) {
  footer .footer-inner .footer-contact .contact-information .info {
    justify-content: flex-end;
  }
}
footer .footer-inner .footer-contact .contact-information .info .text {
  display: flex;
  align-items: center;
}
footer .footer-inner .footer-contact .contact-information i {
  display: block;
  font-size: 24px;
  display: flex;
  align-items: center;
  order: -1;
  margin-right: 20px;
}
@media (min-width: 992px) {
  footer .footer-inner .footer-contact .contact-information i {
    margin-left: 20px;
    order: 0;
    margin-right: 0;
  }
}
footer .brand-description {
  text-align: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .brand-description:before {
  content: "";
  position: absolute;
  top: 0;
  width: 40% px;
  height: 1px;
  min-width: 220px;
  background: #81cbdc;
  left: 50%;
  transform: translateX(-50%);
}
footer .brand-description .description {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
footer .copyright {
  background: #1c1a1a;
}
footer .copyright .copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .copyright .copyright-inner {
    flex-direction: row;
  }
}
footer .copyright .copyright-text {
  color: white;
  font-size: 16px;
}
footer .copyright .about-links ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
@media (min-width: 768px) {
  footer .copyright .about-links ul {
    margin-top: 0;
  }
}
footer .copyright .about-links ul li {
  margin-left: 20px;
}
footer .copyright .about-links ul li:first-child {
  margin-left: 0;
}
footer .copyright .about-links ul li a {
  font-size: 16px;
}
/*# sourceMappingURL=style.css.map */
