html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

figure {
  max-width: 100% !important;
}

body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2%;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: unset;
  transition: all 300ms ease-in-out;
}

a:focus {
  color: unset;
}

a:hover {
  color: unset;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

button {
  background-color: transparent;
  cursor: pointer;
}

textarea {
  resize: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

ul {
  margin: 0 !important;
  padding: 0;
}

.form-control:focus {
  box-shadow: none;
}

body {
  font-family: "Mukta", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.text-primary {
  color: #81c905 !important;
}

.text-secondary {
  color: #4d4d4d !important;
}

.py-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.title-hover {
  text-decoration: none;
}



.title-hover:hover>* {
  background-position: 0% 0% !important;
  color: #1d56aa;
}

.title-hover:hover .image img {
  transform: scale(1.1) !important;
  transition: transform 0.5s ease !important;
}

.news-meta ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.news-meta ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #181818;
}

.news-meta ul li a {
  display: block;
  color: #1d56aa;
}

.news-meta ul li .author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.news-meta ul li .author .image {
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #FFF;
}

.news-meta ul li .icon-image {
  overflow: hidden;
}

.news-meta ul li i {
  font-size: 18px;
}

.news-meta ul li span {
  line-height: 1;
  color: #1d56aa;
}

.section-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #b5c8d1;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.section-title a {
  display: flex;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.section-title a span {
  color: #181818;
  text-decoration: none !important;
  color: #1d56aa;
  background: linear-gradient(to bottom, #1d56aa 50%, #006605 50%);
  background-size: 100% 200% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
  transition: background-position 0.5s ease !important;
  background-position: 0% 0% !important;
}

.section-title a:hover span {
  background-position: 0% -100% !important;
  color: #1d56aa;
}

.section-title a i {
  color: #1d56aa;
  transition: fill 0.3s ease, transform 0.3s ease;
  transform-origin: center;
  font-size: 20px;
}

.section-title a:hover i {
  color: #006605;
  transform: scale(1.1);
}

.section-title .section-extra ul {
  display: flex;
  gap: 20px;
}

.section-title .section-extra ul li {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 10px;
}

.section-title .section-extra ul li a {
  height: 100%;
  width: 100%;
}

.section-title .section-extra ul li a img {
  width: 20px;
}

.section-title .section-extra ul li:hover {
  background-color: #1d56aa;
}

.image {
  position: relative;
  overflow: hidden;
}

.image:hover img {
  transform: scale(1.1);
  opacity: 1;
}

.image a {
  display: block;
}

.image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
  opacity: 0.95;
}

.image-overlay-news {
  height: 100%;
  width: 100%;
}

.image-overlay-news a {
  display: block;
  height: 350px;
  position: relative;
}

.image-overlay-news a .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-overlay-news a .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.image-overlay-news a .title {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  z-index: 10;
}

.image-overlay-news a .title h3 {
  font-size: 25px;
  color: #FFF;
  text-decoration: none;
  background: linear-gradient(to right, #FFF 50%, #1d56aa 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transition: background-position 0.5s ease;
  display: inline-block;
  font-weight: 700;
}

.image-overlay-news a .title .meta {
  display: flex;
  justify-content: start;
}

.image-overlay-news a .title .meta ul li span {
  color: #FFF;
}

.image-overlay-news a:hover img {
  transform: scale(1.1);
  opacity: 1;
}

.image-overlay-news a:hover h3 {
  background-position: -100% 0;
  color: #1d56aa;
}

.image-overlay-news a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 30%, #000 100%);
  z-index: 4;
}

.list-news-left-image a {
  display: flex;
  gap: 20px;
  align-items: center;
}

.list-news-left-image a .image {
  width: 130px;
  min-width: 130px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.list-news-left-image a .title {
  flex-grow: 1;
}

.list-news-left-image a .title h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

header {
  /* --- Mobile Header Styles --- */
  /* --- Mobile Menu Overlay (Off-canvas) Styles --- */
  /* --- Search Overlay Styles --- */
  position: relative;
}


header .topbar {
  background-color: #f6fbec;
  color: #FFF;
  font-size: 14px;
}

/* The main container for the news ticker */
.news-ticker {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Style for the "Breaking News" label */
.label {
  background-color: #dc3545;
  /* A more "breaking news" color */
  color: white;
  padding: 7px 10px;
  font-weight: bold;
}

/* The ticker wrapper which acts as the viewport */
.ticker {
  position: relative;
  flex-grow: 1;
  /* Allows the ticker to fill the remaining space */
  height: 24px;
  overflow: hidden;
}

/* The scrolling list */
.ticker ul {
  position: absolute;
  white-space: nowrap;
  /* Prevents text from wrapping */
  line-height: 24px;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Individual news items */
.ticker li {
  display: inline-block;
  margin: 0 35px;
  /* Space between news items */
}

.ticker a {
  color: #181818;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 16px;
  font-weight: 600;
}

.ticker a:hover {
  color: #1d56aa;
  text-decoration: underline;
}

header .infobar {
  display: flex;
  justify-content: center;
  background-color: transparent;
  margin-bottom: 15px;
}

header .infobar .container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

header .infobar .letf ul {
  display: flex;
  gap: 10px;
}

header .infobar .letf ul li {
  position: relative;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 700;
  font-size: 15px;
  color: #1d56aa;
}

header .infobar .letf ul li::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 2px;
  height: 15px;
  background-color: #b5c8d1;
  transform: translateY(-50%);
}

header .infobar .letf ul li a:hover {
  color: #1d56aa;
}


header .infobar .container .right{
  display: none;
}


header .infobar .letf ul li:last-child::after {
  display: none;
}



header .infobar .right ul {
  display: flex;
  height: 100%;
  gap: 10px;
}

header .infobar .right ul li {
  background-color: #f6fbec;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
  height: 30px;
  width: 30px;
}

header .infobar .right ul li:hover {
  background-color: #1d56aa;
}

header .infobar .right ul li:hover a i {
  transform: scale(1.2);
  color: #FFF;
}

header .infobar .right ul li a {
  display: block;
  text-align: center;
  line-height: 0;
  font-size: 16px;
}

header .infobar .right ul li a i {
  color: #1d56aa;
  transition: transform 0.2s;
}

header .middlebar {
  padding: 0px 0;
}

header .middlebar .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}

header .middlebar .logo img {
  max-width: 300px;
  height: auto;
}

header .mobile-header {
  background: #1d56aa;
  padding: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  z-index: 1020;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

header .mobile-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  flex-direction: row-reverse;
}

header .mobile-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1027;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

header .mobile-header .mobile-menu-toggle {
  font-size: 24px;
  color: #FFF;
  cursor: pointer;
  padding: 5px 10px;
}

header .navbar-nav.navbar-right {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  flex-direction: row !important;
}

header .navbar-nav.navbar-right li a {
  background-color: #FFF !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 100%;
  border: 1px solid #1d56aa !important;
  color: #1d56aa !important;
  height: 30px !important;
  width: 30px !important;
  text-align: center !important;
  padding: 3px !important;
  font-size: 16px !important;
  transition: background-color 0.3s ease, border-color 0.3s ease !important;
}

header .mobile-header .navbar-nav.navbar-right li.logo{
  padding: 0 !important;
  display: none;
}

header .mobile-header.fixed .navbar-nav.navbar-right li{
  display: none;
}

header .mobile-header.fixed .navbar-nav.navbar-right li.logo{
  display: block !important;
}



header .mobile-header .navbar-nav.navbar-right li.logo a {
  height: auto !important;
    width: 200px !important;
    border-radius: inherit;
    background-color: transparent !important;
}

header .mobile-header .navbar-nav.navbar-right li.logo a img{
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

header .navbar-nav.navbar-right li a::before,
header .navbar-nav.navbar-right li a span {
  display: none !important;
}

header .navbar-nav.navbar-right li a:hover {
  background-color: #1d56aa !important;
  border: 1px solid #1d56aa !important;
  color: #fff !important;
}

header .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background-color: #1d398c;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1030;
  transition: left 0.4s ease-in-out;
}

header .mobile-menu-overlay.show {
  left: 0;
}

header .mobile-menu-overlay .mobile-menu-close {
  font-size: 30px;
  color: #FFF;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

header .mobile-menu-overlay .mobile-navbar-nav {
  list-style: none;
  padding: 60px 0px 20px 0;
  margin: 0;
}

header .mobile-menu-overlay .mobile-navbar-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .mobile-menu-overlay .mobile-navbar-nav li:last-child {
  border-bottom: none;
}

header .mobile-menu-overlay .mobile-navbar-nav li a {
  position: relative;
  font-weight: 700;
  padding: 15px;
  font-size: 18px;
  height: 100%;
  color: #FFF;
  line-height: 24px;
  text-decoration: none;
  overflow: hidden;
}

header .mobile-menu-overlay .mobile-navbar-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

header .mobile-menu-overlay .mobile-navbar-nav li a.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .mobile-menu-overlay .mobile-navbar-nav li a.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\f0d7";
  /* FontAwesome caret-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: none;
  transition: transform 0.3s ease-in-out;
}

header .mobile-menu-overlay .mobile-navbar-nav li .dropdown-menu {
  background-color: #1d56aa;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 5px;
  width: 100%;
  position: relative;
}

header .mobile-menu-overlay .mobile-navbar-nav li .dropdown-menu li {
  border-bottom: none;
}

header .mobile-menu-overlay .mobile-navbar-nav li .dropdown-menu li.current-menu-item a {
  background-color: #1d398c;
}

header .mobile-menu-overlay .mobile-navbar-nav li .dropdown-menu li a {
  padding: 10px 15px;
  font-size: 1rem;
}

header .mobile-menu-overlay .mobile-navbar-nav li .dropdown-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

header .search-overlay {
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1028;
  opacity: 0;
  visibility: hidden;
  transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0s linear 0.4s;
}

header .search-overlay.show {
  bottom: -24px;
  opacity: 1;
  visibility: visible;
  transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0s linear 0s;
}

header .search-overlay .search-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin: 10px auto;
  padding: 0 20px;
  position: relative;
}

header .search-overlay .search-input-wrapper .search-input {
  flex-grow: 1;
  padding: 10px 40px 10px 15px;
  height: 50px;
  font-size: 1.1rem;
  border-radius: 5px;
  border: 1px solid #ddd;
}

header .search-overlay .search-input-wrapper .search-input:focus {
  border-color: #1d56aa;
  box-shadow: 0 0 0 0.2rem rgba(2, 100, 147, 0.25);
}

header .search-overlay .search-input-wrapper .close-search {
  background: none;
  border: none;
  font-size: 30px;
  color: #555;
  cursor: pointer;
  position: absolute;
  right: 25px;
  line-height: 1;
  padding: 0;
}

header .search-overlay .search-input-wrapper .close-search:hover {
  color: #000;
}



header .tagsbar {
  background-color: #f6fbec;
}

header .tagsbar ul {
  display: flex;
  padding: 10px 0;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

header .tagsbar ul::-webkit-scrollbar {
  display: none;
}

header .tagsbar ul li {
  padding: 0 10px;
}

header .tagsbar ul li a {
  border: 1px solid #2f4858;
  border-radius: 10px;
  padding: 5px;
  color: #2f4858;
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

header .tagsbar ul li a:hover {
  color: #1d56aa;
  background-color: #fff;
}

.banner-news .banner-news-wrapper {
  border-bottom: 1px solid #b5c8d1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}

.banner-news .banner-news-wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.banner-news .banner-news-wrapper .ribbon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.banner-news .banner-news-wrapper .ribbon span {
  color: #fff;
    padding: 5px 15px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    background-color: #ee1c25;
}

.banner-news .banner-news-wrapper .title {
  margin-bottom: 10px;
}

.banner-news .banner-news-wrapper .title h2 {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}

.banner-news .banner-news-wrapper .meta {
  margin-bottom: 20px;
}

.banner-news .banner-news-wrapper .embed-video {
  width: 100%;
}

.banner-news .banner-news-wrapper:hover h2 {
  background-position: -100% 0;
  color: #1d56aa;
}

.banner-news .banner-news-wrapper:hover img {
  transform: scale(1.1);
}

.banner-news .news-wrapper .news-box-bottom-title {
  display: grid;
}

.banner-news .news-wrapper .news-box-bottom-title .news-item a .image {
  height: auto;
}


.main-news .image-overlay-news {
  margin-bottom: 30px;
}

.main-news .news-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}

.main-news .news-wrapper .list-news-left-image {
  border-bottom: 1px solid #b5c8d1;
  padding-bottom: 15px;
}

.main-news .news-wrapper .list-news-left-image:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.section-one .recent-news {}


.section-one .recent-news .news-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-one .recent-news .news-items .list-news-left-image a {
  flex-direction: row-reverse;
}

.section-one .recent-news .news-items .list-news-left-image a .image {
  width: 100px;
  min-width: 100px;
}

.news-box-bottom-title {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.news-box-bottom-title .news-item a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-box-bottom-title .news-item a .image {
  border-radius: 5px;
}

.news-box-bottom-title .news-item a .title h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}

.news-box-bottom-title-content {
  height: 100%;
}

.news-box-bottom-title-content .news-item {
  background-color: #f6fbec;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.news-box-bottom-title-content .news-item a {
  height: 100%;
  display: block;
}

.news-box-bottom-title-content .news-item a .image {
  height: auto;
}

.news-box-bottom-title-content .news-item a .content {
  padding: 20px;
}

.news-box-bottom-title-content .news-item a .content .title {
  margin-bottom: 20px;
}

.news-box-bottom-title-content .news-item a .content .title h4 {
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 700;
}

.news-box-bottom-title-content .news-item a .content .excerpt {
  margin-bottom: 10px;
}

.news-box-bottom-title-content .news-item a .content .excerpt p {
  margin-bottom: 0px;
  font-size: 15px;
}

.news-box-bottom-title-content .news-item a .content .meta ul li .author .image {
  margin: 0px;
}

.section-three .news-wrapper .news-box-bottom-title {
  margin-bottom: 30px;
}

.section-three .news-wrapper .news-box-bottom-title-content {
  margin-bottom: 30px;
}

.section-three .news-wrapper .news-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}





.section-four .news-wrapper .news-box-bottom-title {
  padding-bottom: 10px;
  display: grid;
}

.section-four .news-wrapper .news-box-bottom-title .title h4 {
  font-size: 20px;
}

.section-four .news-wrapper .news-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-five .news-wrapper .image-overlay-news {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.section-five .news-wrapper .image-overlay-news a {
  display: block;
  position: relative;
  min-height: 300px;
}

.section-five .news-wrapper .image-overlay-news .image img {
  height: 100%;
}

.section-five .news-wrapper .news-items {
  display: flex;
  flex-direction: column;
}

.section-five .news-wrapper .news-items .list-news-left-image {
  border-bottom: 1px solid #b5c8d1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


.section-five .news-wrapper .news-items .list-news-left-image:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.section-six .news-wrapper .list-news-title-content {
  margin-bottom: 30px;
}

.list-news-title-content ul li {
  margin-bottom: 30px;
}

.list-news-title-content ul li a {
  background-color: #f6fbec;
  padding: 15px;
  display: block;
}

.list-news-title-content ul li a .title {
  margin-bottom: 10px;
}

.list-news-title-content ul li a .title h4 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 700;
}

.list-news-title-content ul li a .meta {
  margin-bottom: 15px;
}

.list-news-title-content ul li a .excerpt p {
  margin-bottom: 0px;
  font-size: 15px;
}

.list-news-title-content ul li:last-child {
  margin-bottom: 0px;
}

.news-box-left-title-content a {
  display: grid;
}

.news-box-left-title-content a .image {
  height: auto;
  width: 100%;
}

.news-box-left-title-content a .content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

.news-box-left-title-content a .content .title h4 {
  font-size: 20px;
  font-weight: 700;
}

.news-box-left-title-content a .content .excerpt {
  margin-bottom: 10px;
}

.news-box-left-title-content a .content .excerpt p {
  margin-bottom: 0px;
  font-size: 16px;
}

.section-one .news-box-left-title-content {
  margin-bottom: 30px;
}

.section-one .news-items {
  display: grid;
  gap: 30px;
  margin-bottom: 30px;
}

.section-six .news-wrapper {
  display: grid;
  gap: 30px;
  margin-bottom: 30px;
}

.section-six .image-overlay-news {
  overflow: hidden;
  margin-bottom: 30px;
  height: auto;
}

.section-six .news-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.news-list-title-icon ul li {
  margin-bottom: 15px;
}

.news-list-title-icon ul li a {
  display: block;
}

.news-list-title-icon ul li a .title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-list-title-icon ul li a .title h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.news-list-title-icon ul li a .title i {
  color: #181818;
  font-size: 15px;
}






.video-section .image-overlay-news {
  margin-bottom: 30px;
}

.video-section .image-overlay-news a {
  position: relative;
}

.video-section .image-overlay-news a .title h3 {
  font-size: 20px;
}

.video-section .news-items .list-news-left-image {
  margin-bottom: 30px;
}

.video-section .news-items .list-news-left-image:last-child {
  margin-bottom: 0px;
}

.video-section .news-items .list-news-left-image a {
  position: relative;
}






.photo-section .news-wrapper .photo-carousel {
  position: relative;
}

.photo-section .news-wrapper .photo-carousel .image-overlay-news {
  height: auto;
}

.photo-section .news-wrapper .photo-carousel .image-overlay-news a {
  position: relative;
}

.photo-section .news-wrapper .photo-carousel .image-overlay-news a .title h4 {
  font-size: 20px;
  color: #FFF;
}

.photo-section .news-wrapper .photo-carousel .owl-nav {
  margin-top: 0px;
}

.photo-section .news-wrapper .photo-carousel .owl-nav button {
  background-color: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo-section .news-wrapper .photo-carousel .owl-nav button span {
  line-height: 25px;
  color: #1d56aa;
}

.photo-section .news-wrapper .photo-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(-50%);
}

.photo-section .news-wrapper .photo-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(-50%);
}


.interview-bichar-section .interview-news .news-box-left-title-content a .content {
  background-color: #2f4858;
}

.interview-bichar-section .interview-news .news-box-left-title-content a .content::before {
  border-color: #2f4858;
  background-color: #2f4858;
}

.interview-bichar-section .interview-news .news-items {
  display: grid;
  gap: 30px;
  margin-bottom: 30px;
}

.bichar-news .news-items ul {
  display: grid;
  gap: 30px;
}

.bichar-news .news-items ul li a {
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
}

.bichar-news .news-items ul li a .content {
  display: flex;
  gap: 20px;
  align-items: center;
}

.bichar-news .news-items ul li a .content .image {
  height: 80px;
  max-width: 80px;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
}

.bichar-news .news-items ul li a .content .image img {
  height: 100%;
  width: 100%;
}

.bichar-news .news-items ul li a .content .title {
  flex-grow: 1;
}

.bichar-news .news-items ul li a .content .title h4 {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 700;
}

.bichar-news .news-items ul li a .content .title p {
  color: #ee1c25;
  font-size: 16px;
  margin-bottom: 0px;
}

.footer {
  background-color: #1d56aa;
}

.footer .footer-top {
  padding: 20px 0;
  color: #FFF;
}

.footer .footer-top a {
  color: #FFF;
}

.footer .footer-top a:hover {
  color: #006605;
}

.footer .footer-top .special-link {
  margin-bottom: 10px;
}

.footer .footer-top .special-link #menu-special-link {
  display: flex;
  justify-content: space-between;
}

.footer .footer-top .footer-info {
  margin-bottom: 20px;
}

.footer .footer-top .footer-info h5 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}

.footer .footer-top .footer-info p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer .footer-top .special-link .title {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.footer .footer-top .special-link .title span {
  flex-grow: 1;
  margin-left: 10px;
}

.footer .footer-top .special-link .title h5 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0px;
  position: relative;
  white-space: nowrap;
}

.footer .footer-top .special-link ul li a {
  padding: 5px 0px;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.footer .footer-top .more-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.footer .footer-top .more-info .author {
  display: flex;
  justify-content: space-around;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;

}

.footer .footer-top .more-info .sampadak h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0px;
  position: relative;
  white-space: nowrap;
}

.footer .footer-top .more-info .sampadak p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.footer .footer-top .more-info .social ul {
  display: flex;
  gap: 20px;
}

.footer .footer-top .more-info .social ul li a {
  background-color: #FFF;
  color: #1d56aa;
  line-height: 0px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.footer .footer-top .more-info .social ul li a:hover i {
  transform: scale(1.2);
}

.footer .footer-top .more-info .social ul li a i {
  line-height: 0px;
  transition: transform 0.2s;
}

.footer .footer-bottom {
  background-color: #1d56aa;
  padding-bottom: 10px;
}

.footer .footer-bottom .footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
}

.footer .footer-bottom .footer-copyright p {
  color: #FFF;
  text-align: center;
  margin-bottom: 0px;
  font-size: 12px;
}

.footer .footer-bottom .footer-copyright p a {
  color: #c48c02;
}

.single-page .single-title h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.single-page .single-excert {
  margin-bottom: 10px;
}

.single-page .single-excert p {
  margin-bottom: 0px;
  font-size: 18px;
}

.single-page .single-top-news-meta {
  border-top: 1px solid #b5c8d1;
  border-bottom: 1px solid #b5c8d1;
  margin-bottom: 20px;
  padding: 10px 0px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.single-page .single-top-news-meta .sharethis-inline-share-buttons {
  z-index: 100;
}

.single-page .single-feature-image {
  margin-bottom: 20px;
}

.single-page .single-feature-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-page .single-content-area {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.single-page .single-content-area .single-content-left-meta {
  display: none;
}

.single-page .single-content-area .single-content-left-meta .news-meta ul li .author {
  flex-direction: column;
}

.single-page .single-content-area .single-content-left-meta .news-meta ul li .author span {
  text-align: center;
}

.single-page .single-content-area .single-content-description {
  width: 100%;
}

.single-page .single-content-area .single-content-description p {
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single-page .single-content-area .single-content-description figure {
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

.single-page .single-content-area .single-content-description img {
  height: auto;
  max-width: 100%;
}

.single-page .single-content-area .single-content-description figcaption {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #908e8e;
  margin-top: 10px;
}

.single-page .single-content-area .single-content-description iframe {
  max-width: 100%;
}

.single-page .single-content-area .single-content-description blockquote {
  background-color: #f6fbec;
  color: #FFF;
  padding: 20px;
  display: inline-block;
  font-weight: 500;
}

.single-page .single-content-area .single-content-description blockquote p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.single-page .single-content-area .single-content-description .blockquote {
  position: relative;
  clear: both;
  padding: 20px 0px 40px 40px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.75;
}

.single-page .single-content-area .single-content-description .blockquote::before {
  width: 40px;
  height: 40px;
  content: " ";
  background-image: url(../images/icons/blockquote.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 20px;
}

.single-page .single-bottom-news-meta .tags {
  margin: 10px;
}

.single-page .single-bottom-news-meta .tags ul {
  display: flex;
  gap: 10px;
  justify-content: right;
}

.single-page .single-bottom-news-meta .tags ul li a {
  border: 1px solid #2f4858;
  border-radius: 10px;
  padding: 5px;
  color: #2f4858;
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.single-page .single-bottom-news-meta .comment {
  margin-bottom: 30px;
}

.single-page .single-bottom-news-meta .comment .section-title a {
  font-size: 18px;
}

.single-sidebar .section-title a {
  font-size: 20px;
}

.single-sidebar .latest-news {
  margin-bottom: 30px;
}

.single-sidebar .latest-news .news-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.single-sidebar .latest-news .news-wrapper .list-news-left-image {
  border-bottom: 1px solid #f1f0f0;
  padding-bottom: 15px;
}

.single-sidebar .latest-news .news-wrapper .list-news-left-image:last-child {
  border-bottom: none;
}

.archive-page .archive-box-news {
  margin-bottom: 30px;
}

.archive-page .archive-box-news .news-box-left-title-content a .content {
  background-color: #2f4858;
}

.archive-page .archive-box-news .news-box-left-title-content a .content::before {
  border-color: #2f4858;
  background-color: #2f4858;
}

.archive-page .archive-loop-box {
  margin-bottom: 30px;
  display: grid;
  gap: 30px;
}

.archive-page .archive-loop-box .news-box-bottom-title {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.archive-page .archive-loop-box .news-box-bottom-title .title {
  padding: 0 20px 10px;
}

.archive-page .navigation.pagination {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.archive-page .navigation.pagination .nav-links {
  display: flex;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
}

.archive-page .navigation.pagination .nav-links a {
  border: 1px solid #1d56aa;
  padding: 5px 15px;
}

.archive-page .navigation.pagination .nav-links span {
  border: 1px solid #1d56aa;
  padding: 5px 15px;
}

.archive-page .navigation.pagination .nav-links span.current {
  background-color: #1d56aa;
  color: #FFF;
}

.niti-ads .niti-ads-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.niti-ads .niti-ads-items .niti-ads-item a {
  display: block;
}

.niti-ads.border {
  border: none !important;
}

.niti-ads.border .niti-ads-items {
  border-bottom: 1px solid #b5c8d1;
  border-top: 1px solid #b5c8d1;
  padding: 10px 0px;
}

.sharethis-inline-share-buttons{
  z-index: 1;
}

/*# sourceMappingURL=style.css.map */