@media (min-width: 992px) {

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

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



  .section-title a {
    font-size: 26px;
  }

  header {
    /* Spacer for fixed navbar */
    /* Base styles for the main navigation (desktop) */
  }



  header .infobar .right {
    display: block !important;
  }

  header .middlebar .logo {

    padding: 30px 0px;
  }

  header .middlebar .logo img {
    max-width: 500px;
  }

  header .navbar-spacer {
    height: 0;
    transition: height 0.3s ease-in-out;
  }

  header .main-nav {
    background-color: #1d56aa;
    position: relative;
    box-shadow: 0 2px 4px rgba(6, 17, 118, 0.08), 0 4px 12px rgba(6, 17, 118, 0.08);
    padding: 0px;
    display: flex !important;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 999;
  }

  header .main-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999 !important;
    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;
    background: #1d398c !important;
  }

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

  header .main-nav ul.navbar-nav {
    display: flex;
    flex-direction: row;
  }

  header .main-nav ul.navbar-nav li {
    position: relative;
  }

  header .main-nav ul.navbar-nav li a {
    position: relative;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 18px;
    height: 100%;
    color: #fff !important;
    line-height: 24px;
    text-decoration: none;
    overflow: hidden;
  }

  header .main-nav.fixed ul.navbar-nav li a {
    color: #FFF !important;
  }


  header .main-nav.fixed ul.navbar-right li a {
    color: #181818 !important;
  }

  header .main-nav ul.navbar-nav li a:hover {
    opacity: 0.8;
  }

  header .main-nav ul.navbar-nav li .nav-link.active i.fa-home {
    position: relative;
    z-index: 1;
    color: #FFF;
  }



  header .main-nav ul.navbar-nav li a.active {
    opacity: 0.8;
    color: #FFF;
  }

  header .main-nav ul.navbar-nav li.dropdown>.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transition: transform 0.3s ease-in-out;
  }

  header .main-nav ul.navbar-nav li.dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-top: 0;
    border-top: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    border: none;
    border-radius: 0px;
    padding: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-width: 160px;
    background-color: #1d56aa;
  }

  header .main-nav ul.navbar-nav li.dropdown .dropdown-menu li a {
    color: #181818;
    padding: 10px;
  }

  header .main-nav ul.navbar-nav li.dropdown .dropdown-menu li a:hover {
    background-color: #1d398c;
    color: #FFF;
  }

  header .main-nav ul.navbar-nav li.dropdown:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }

  header .main-nav ul.navbar-nav li.dropdown:hover>.dropdown-toggle::after {
    transform: rotate(180deg);
  }

  header .main-nav ul.navbar-right li a {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 14px 20px !important;
    color: #1d56aa !important;
  }

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

  header .main-nav ul.navbar-right li a:hover {
    background-color: #1d56aa !important;
    color: #fff !important;
    opacity: 1;
    border: none !important;
  }


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

  header .tagsbar ul {
    justify-content: center;
  }

  .banner-news .banner-news-wrapper .title h2 {
    font-size: 55px;
  }

  .banner-news .news-wrapper .news-box-bottom-title {
    height: 100%;
    grid-template-columns: repeat(3, 1fr);
  }

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

  .main-news .news-wrapper {
    margin-bottom: 0px;
  }

  .main-news .news-wrapper .news-wrapper {
    margin-bottom: 0px;
  }

  .image-overlay-news a {
    min-height: 300px;
    height: 100%;
  }

  .image-overlay-news a .title h3 {
    font-size: 30px;
  }

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

  .news-box-bottom-title .news-item a .title h4 {
    font-size: 22px;
  }

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

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

  .news-box-bottom-title-content .news-item a .content .title h4 {
    font-size: 30px;
  }

  .list-news-title-content ul li a .title h4 {
    font-size: 22px;
  }


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

  .section-three .news-wrapper .news-items {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .section-three .news-wrapper .news-box-bottom-title .image {
    height: 200px;
  }

  .section-three .news-wrapper .list-news-left-image a .image {
    width: 100px;
    min-width: 100px;
    height: 70px;
  }

  .section-four .news-wrapper .news-box-bottom-title {
    margin-bottom: 0px;
    height: 100%;
    grid-template-columns: repeat(3, 1fr);
  }

  .section-four .news-wrapper .news-box-bottom-title .image {
    height: 300px;
  }

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

  .section-four .news-wrapper .news-items {
    margin-top: 30px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .section-one .news-items {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0px;
  }




  .section-five .news-wrapper .image-overlay-news {
    margin-bottom: 0px;
  }

  .section-five .news-wrapper .image-overlay-news a {
    height: calc(50% - 15px);
  }

  .section-five .news-wrapper .image-overlay-news a:last-child {
    margin-bottom: 0px;
  }

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

  .section-six .news-wrapper {
    margin-bottom: 0px;
  }

  .section-six .image-overlay-news {
    max-height: 350px;
    height: 350px;
  }

  .news-box-left-title-content a {
    grid-template-columns: repeat(2, 1fr);
    background-color: rgb(29 86 170 / 26%);
  }

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

  .news-box-left-title-content a .content {
    padding: 30px;
    position: relative;
  }

  .news-box-left-title-content a .content .title h4 {
    font-size: 22px;
    overflow: hidden;
  }




  .interview-bichar-section .interview-news .news-items {
    margin-bottom: 0px;
  }

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

  .video-section .image-overlay-news a .image {
    min-height: 500px;
  }

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

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

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

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

  .photo-section .news-wrapper .photo-carousel .owl-nav button.owl-prev {
    left: -10px;
  }

  .photo-section .news-wrapper .photo-carousel .owl-nav button.owl-next {
    right: -50px;
  }

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

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

  .footer .footer-top .special-link #menu-special-link {
    flex-direction: column;
  }

  .footer .footer-top .special-link .title {
    margin-bottom: 10px;
  }
    .footer .footer-top .special-link .title h5{
      font-size: 20px;
    }

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

  .footer .footer-top .more-info {
    align-items: start;
  }

  .footer .footer-top .more-info .author {
    flex-direction: column;
  }

  .footer .footer-top .more-info .sampadak h4{
    font-size: 20px;
  }

  .footer .footer-bottom .footer-copyright p {
    font-size: 16px;
  }

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

  .single-page .single-title h1 {
    font-size: 55px;
    margin-bottom: 0px;
  }

  .single-page .single-excert p {
    font-size: 22px;
  }

  .single-page .single-top-news-meta {
    justify-content: space-between;
    flex-direction: row;
  }

  .single-page .single-content-area {
    display: flex;
    position: relative;
  }

  .single-page .single-content-area .single-content-left-meta {
    min-width: 80px;
    position: relative;
  }

  .single-page .single-content-area .single-content-left-meta .sticky {
    position: sticky;
    top: 0px;
  }

  .single-page .single-content-area .single-content-left-meta .news-meta {
    margin-bottom: 20px;
  }

  .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-left-meta .sharethis-inline-share-buttons {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .single-page .single-content-area .single-content-left-meta .sharethis-inline-share-buttons .st-btn {
    display: block !important;
    width: 50px;
    margin: 0px !important;
  }

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

  .single-page .single-content-area .single-content-description figure.alignnone {
    margin: 0 auto;
  }

  .single-page .single-content-area .single-content-description figure.alignright {
    padding: 0;
    box-shadow: none;
    width: 50% !important;
    height: auto;
    float: right;
    margin: 0 0 24px 28px;
  }

  .single-page .single-content-area .single-content-description figure.alignleft {
    float: left;
    margin: 0 28px 24px 0;
    border-radius: 8px;
  }

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

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

  .single-page .single-content-area .single-content-description img.alignnone {
    margin: 0 auto;
  }

  .single-page .single-content-area .single-content-description img.alignright {
    padding: 0;
    box-shadow: none;
    width: 50% !important;
    height: auto;
    float: right;
    margin: 0 0 24px 28px;
  }

  .single-page .single-content-area .single-content-description img.alignleft {
    float: left;
    margin: 0 28px 24px 0;
    border-radius: 8px;
  }

  .single-page .single-content-area .single-content-description .blockquote.left {
    float: left;
    max-width: 300px;
    padding: 50px 20px 20px 0;
    margin: 0 40px 24px 0;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    border-top: none;
    border-bottom: none;
  }

  .single-page .single-content-area .single-content-description .blockquote.left::before {
    top: 0px;
  }

  .single-page .single-content-area .single-content-description .blockquote.right {
    float: right;
    max-width: 300px;
    padding: 50px 0 20px 20px;
    margin: 0 0 24px 40px;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    border-top: none;
    border-bottom: none;
  }

  .single-page .single-content-area .single-content-description .blockquote.right::before {
    left: 20px;
    top: 0px;
  }

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

  .archive-page .archive-box-news .news-box-left-title-content a {
    display: grid;
    grid-template-columns: 60% 40%;
  }

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

  .archive-page .archive-box-news .news-box-left-title-content a .content {
    min-height: 100%;
  }

  .archive-page .archive-loop-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  header .topbar {
    margin-left: -12px;
    margin-right: -12px;
  }
}

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