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 h4 {
  text-decoration: none;
  color: #4d4d4d;
  background: linear-gradient(to right, #4d4d4d 50%, #192f59 50%);
  background-size: 200% 100% !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;
  opacity: 1 !important;
  display: inline-block !important;
}

.title-hover:hover h4 {
  background-position: -100% 0 !important;
  color: #192f59;
}

.title-hover:hover img {
  transform: scale(1.1) !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;
}

.news-meta ul li a {
  display: block;
}

.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 {
  border-radius: 100%;
  overflow: hidden;
  font-size: 22px;
}

.news-meta ul li img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

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

.section-title {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #dce4e8;
  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;
}

.section-title a span {
  text-decoration: none !important;
  color: #4d4d4d;
  transition: background-position 0.5s ease !important;
  font-family: "Poppins", sans-serif;
}

.section-title a:hover span {
  color: #192f59;
}

.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: #192f59;
}

.section-title-second {
  margin-bottom: 20px;
}

.section-title-second a {
  display: flex;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  background-color: #192f59;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-title-second a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: #ddd #fff;
  transition: all ease 0.5s;
}

.section-title-second a:hover::before {
  border-width: 0 50px 50px 0;
  border-color: #eee #fff;
}

.section-title-second a span {
  text-decoration: none;
  color: #4d4d4d;
  background: linear-gradient(to right, #FFF 50%, #4d4d4d 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;
}

.section-title-second a:hover span {
  background-position: -100% 0;
  color: #192f59;
}

.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: 100%;
  position: relative;
}

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

.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%, #c5c6ca 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: #192f59;
}

.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;
}

.site-header .mobile-header {
  background-color: #FFF;
}

.site-header .mobile-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.site-header .mobile-header .mobile-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.site-header .mobile-header .mobile-header-wrapper .left {
  display: flex;
  align-items: center;
}

.site-header .mobile-header .mobile-header-wrapper .left button {
  border: none;
  margin: 0 !important;
  padding: 0;
}

.site-header .mobile-header .mobile-header-wrapper .left .hamburger-icon {
  color: #192f59;
  font-size: 22px;
}

.site-header .mobile-header .mobile-header-wrapper .center {
  width: 250px;
}

.sc-side-navbar {
  z-index: 1029;
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: #dce4e8;
  transform: translateX(-100%);
  transition: all 300ms ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sc-side-navbar .side-nav-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sc-side-navbar .side-nav-wrapper::-webkit-scrollbar {
  width: 8px;
  border-radius: 0;
}

.sc-side-navbar .side-nav-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sc-side-navbar .side-nav-wrapper::-webkit-scrollbar-thumb {
  background: #343a40;
  border-radius: 8px;
}

.sc-side-navbar .side-nav-wrapper::-webkit-scrollbar-thumb:hover {
  background: #343a40;
}

.sc-side-navbar .side-nav-wrapper .search {
  width: 100%;
  flex-shrink: 0;
}

.sc-side-navbar .side-nav-wrapper .search form {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sc-side-navbar .side-nav-wrapper .search form input {
  flex-grow: 1;
  height: 40px;
  border: none;
  padding: 5px;
  font-size: 15px;
  line-height: 24px;
}

.sc-side-navbar .side-nav-wrapper .search form button {
  width: 30px;
  height: 40px;
  border: none;
  background-color: #FFF;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sc-side-navbar .side-nav-wrapper .social {
  padding: 10px 20px;
  position: absolute;
  bottom: 0px;
  z-index: 99;
  background-color: #dce4e8;
  border-top: 1px solid #bfbfbf;
  flex-shrink: 0;
}

.sc-side-navbar .side-nav-wrapper .social ul {
  display: flex;
  gap: 15px;
  margin-bottom: 10px !important;
}

.sc-side-navbar .side-nav-wrapper .social ul li a {
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  padding: 3px;
  background-color: #FFF;
  border: 1px solid #fff;
}

.sc-side-navbar .side-nav-wrapper .social ul li a:hover {
  border: 1px solid #192f59;
}

.sc-side-navbar .side-nav-wrapper .social ul li a img {
  width: 25px;
}

.sc-side-navbar .side-nav-wrapper .social .followus {
  text-align: left;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 24px;
}

.sc-side-navbar .side-nav-wrapper .social .copy-right {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0px;
}

.sc-side-navbar ul.side-nav-list {
  overflow-y: auto;
  max-height: calc(100% - 170px);
}

.sc-side-navbar ul.side-nav-list li {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.sc-side-navbar ul.side-nav-list li a {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  height: 100%;
  color: #343a40;
  line-height: 24px;
  padding: 10px 40px;
  transition: all 0.3s ease;
  border-top: 1px solid #CCC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.sc-side-navbar ul.side-nav-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #343a40;
  transition: width 0.4s ease-in-out;
  z-index: 0;
}

.sc-side-navbar ul.side-nav-list li a span {
  position: relative;
  z-index: 1;
  color: #343a40;
  transition: color 0.4s ease-in-out;
  background: linear-gradient(to right, #343a40 50%, #FFF 50%);
  background-size: 200% 100%;
  background-position: 0% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.4s ease-in-out;
}

.sc-side-navbar ul.side-nav-list li a .dropdown-icon {
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
  color: #343a40;
  font-size: 13px;
}

.sc-side-navbar ul.side-nav-list li .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #ebf0f2;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.sc-side-navbar ul.side-nav-list li .submenu li {
  border-top: 1px solid #bfbfbf;
}

.sc-side-navbar ul.side-nav-list li .submenu li a {
  padding: 10px 40px 10px 50px;
  font-weight: 600;
  font-size: 15px;
  color: #121416;
  background: none;
}

.sc-side-navbar ul.side-nav-list li .submenu li a::before {
  display: none;
}

.sc-side-navbar ul.side-nav-list li .submenu li a span {
  background: none;
  -webkit-text-fill-color: inherit;
  color: #121416;
  transition: none;
}

.sc-side-navbar ul.side-nav-list li .submenu li a:hover {
  background-color: #dce4e8;
  color: #192f59;
}

.sc-side-navbar ul.side-nav-list li .submenu li a:hover span {
  color: black;
}

.sc-side-navbar ul.side-nav-list li.submenu-open>a {
  background-color: #cdd8de;
}

.sc-side-navbar ul.side-nav-list li.submenu-open>a::before {
  width: 100%;
}

.sc-side-navbar ul.side-nav-list li.submenu-open>a span {
  color: #ffffff;
  background-position: -100% center;
}

.sc-side-navbar ul.side-nav-list li.submenu-open>a .dropdown-icon {
  transform: rotate(180deg);
  color: #ffffff;
}

.sc-side-navbar ul.side-nav-list li.submenu-open .submenu {
  max-height: 500px;
}

.sc-side-navbar ul.side-nav-list li:not(.has-submenu):hover>a::before {
  width: 100%;
}

.sc-side-navbar ul.side-nav-list li:not(.has-submenu):hover>a span {
  background-position: -100% center;
}

.sc-side-navbar ul.side-nav-list li:not(.has-submenu):hover>a .dropdown-icon {
  color: #FFF;
}

.sc-side-navbar ul.side-nav-list li.has-submenu:hover>a::before {
  width: 100%;
}

.sc-side-navbar ul.side-nav-list li.has-submenu:hover>a span {
  background-position: -100% center;
}

.sc-side-navbar ul.side-nav-list li.has-submenu:hover>a .dropdown-icon {
  color: #FFF;
}

.sc-side-navbar .icon-btn {
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-side-navbar.js-show-navbar {
  transform: translateX(0);
}

.js-show-navbar-modal {
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-overlay-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner-news .banner-news-wrapper {
  display: grid;
  grid-template-rows: auto auto;
  background-color: #fff;
  gap: 30px;
  color: #444;
}

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

.main-news .reserved {
  margin-bottom: 10px;
}

.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 #dce4e8;
  padding-bottom: 15px;
}

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

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

.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: #dce4e8;
  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 {
  display: grid;
  gap: 30px;
}

.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: 250px;
}

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

.section-five .news-wrapper .news-items {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

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

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

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

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

.list-news-title-content ul li a {
  background-color: #dce4e8;
  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: flex;
  align-items: center;
  flex-direction: column;
}

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

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

.news-box-left-title-content a .content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  z-index: 9;
  background-color: #192f59;
  width: 40px;
  height: 40px;
  border-right: 40px solid #192f59;
  border-top: 40px solid #192f59;
  transform: rotate(45deg);
}

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

.news-box-left-title-content a .content .title h4 {
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(to right, #FFF 50%, #192f59 50%);
}

.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;
  color: #FFF;
}

.news-box-left-title-content a .content .meta ul li span {
  color: #FFF;
}

.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 .counter {
  color: #192f59;
  font-size: 50px;
  opacity: 0.5;
  line-height: 1;
  font-weight: bolder;
}

.photo-section .section-title a span {
  color: #FFF;
}

.photo-section .news-wrapper {
  background-color: #192f59;
  padding: 10px 10px;
}

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

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

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

.photo-section .news-wrapper .photo-carousel .owl-nav {
  margin-top: 0px;
  display: flex;
  position: absolute;
  right: 0px;
  top: -66px;
}

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

.photo-section .news-wrapper .photo-carousel .owl-nav button span {
  line-height: 20px;
  color: #192f59;
}

.footer {
  background-color: #dce4e8;
  font-family: "Poppins", sans-serif;
}

.footer .footer-top {
  padding: 50px 0;
}

.footer .footer-top a {
  text-decoration: none;
  color: #343a40;
  background: linear-gradient(to right, #343a40 50%, #192f59 50%);
  background-size: 200% 100% !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;
  opacity: 1 !important;
  display: inline-block !important;
}

.footer .footer-top a:hover {
  background-position: -100% 0 !important;
  color: #192f59;
}

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

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

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

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

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

.footer .footer-top .quick-link .title span {
  flex-grow: 1;
  border-top: 1px solid #dce4e8;
  margin-left: 10px;
}

.footer .footer-top .quick-link .title h5 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0px;
  color: #343a40;
  position: relative;
  white-space: nowrap;
}

.footer .footer-top .quick-link ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .footer-top .quick-link ul li {
  flex: 50%;
}

.footer .footer-top .quick-link ul li a {
  padding: 5px 0px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #343a40;
}

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

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

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

.footer .footer-top .special-link .social {
  height: 100%;
}

.footer .footer-top .special-link .social ul {
  display: flex;
  gap: 15px;
  margin-bottom: 10px !important;
  height: 100%;
  align-items: center;
}

.footer .footer-top .special-link .social ul li a {
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  padding: 3px;
  background-color: #FFF;
  border: 1px solid #fff;
}

.footer .footer-top .special-link .social ul li a:hover {
  border: 1px solid #192f59;
}

.footer .footer-top .special-link .social ul li a img {
  width: 25px;
}

.footer .footer-top .special-link .logo {
  display: flex;
  justify-content: start;
}

.footer .footer-top .special-link .logo a {
  width: 150px;
  max-width: 100%;
  display: block;
}

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

.footer .footer-bottom {
  background-color: #192f59;
}

.footer .footer-bottom .footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
}

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

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

.single-page {
  margin-top: 10px;
}

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

.single-page .single-top-news-meta {
  border-top: 1px solid #dce4e8;
  border-bottom: 1px solid #dce4e8;
  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.75;
  text-align: justify;
  color: #000;
}

.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: #dce4e8;
  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-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 #192f59;
  border-radius: 10px;
  padding: 5px;
  color: #192f59;
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.single-page .single-bottom-news-meta .reactions {
  margin-bottom: 20px;
}

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

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

.single-page .related-news .news-box-bottom-title {
  margin-bottom: 30px;
  display: grid;
  gap: 30px;
}

.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 .archive-loop-box .news-box-bottom-title .title p {
  display: none;
}

.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 #343a40;
  padding: 5px 15px;
}

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

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

#searchModalToggle .modal-content .modal-body .search {
  width: 100%;
  flex-shrink: 0;
}

#searchModalToggle .modal-content .modal-body .search form {
  display: flex;
  justify-content: center;
  width: 100%;
}

#searchModalToggle .modal-content .modal-body .search form input {
  flex-grow: 1;
  height: 40px;
  border: 1px solid #343a40;
  padding: 5px;
  font-size: 15px;
  line-height: 24px;
}

#searchModalToggle .modal-content .modal-body .search form button {
  width: 40px;
  height: 40px;
  border: 1px solid #192f59;
  background-color: #192f59;
  font-size: 16px;
  margin-left: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

#trendingModalToggle .modal-xl,
#latestModalToggle .modal-xl {
  width: 100%;
}

#trendingModalToggle .modal-content .modal-header,
#latestModalToggle .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

#trendingModalToggle .modal-content .modal-header .section-title,
#latestModalToggle .modal-content .modal-header .section-title {
  width: 100%;
}

#trendingModalToggle .modal-content .modal-header .section-title a,
#latestModalToggle .modal-content .modal-header .section-title a {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

#trendingModalToggle .modal-content .modal-header .section-title a button,
#latestModalToggle .modal-content .modal-header .section-title a button {
  font-size: 18px;
}

#trendingModalToggle .modal-content .modal-body .news-wrapper,
#latestModalToggle .modal-content .modal-body .news-wrapper {
  display: grid;
  gap: 15px;
}

#trendingModalToggle .modal-content .modal-body .news-wrapper .list-news-left-image,
#latestModalToggle .modal-content .modal-body .news-wrapper .list-news-left-image {
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f0f0;
}

#trendingModalToggle .modal-content .modal-body .news-wrapper .list-news-left-image:last-child,
#latestModalToggle .modal-content .modal-body .news-wrapper .list-news-left-image:last-child {
  border-bottom: none;
}

.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 #dce4e8;
  border-top: 1px solid #dce4e8;
  padding: 10px 0px;
}


.video-section {
  background-color: #192f59;
}

.video-section .section-title a span {
  color: #FFF;
}

.video-section .section-title a i {
  color: #FFF;
}

.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;
}

.video-section .news-items .list-news-left-image a .title h4 {
  background: linear-gradient(to right, #fff 50%, #c5c6ca 50%);
}



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

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

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

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

.interview-bichar-section .interview-news .news-box-left-title-content a .title h4 {
  background: linear-gradient(to right, #fff 50%, #c5c6ca 50%);
}

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

.bichar-news .news-items ul li a {
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 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: 100px;
  max-width: 100px;
  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: #192f59;
  font-size: 16px;
  margin-bottom: 0px;
}