@media (min-width: 1200px) {

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

@media (min-width: 992px) {
  .py-md-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

  .site-header .iconbar {
    padding-top: 20px;
    display: flex !important;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    width: 100%;
  }

  .site-header .iconbar ul {
    display: flex;
    gap: 15px;
  }

  .site-header .iconbar ul li a {
    display: block;
    color: #4d4d4d;
  }

  .site-header .iconbar ul li a i {
    font-size: 16px;
  }

  .site-header .iconbar ul.left li a {
    border-radius: 100%;
    border: 1px solid #fff;
    border: 1px solid #4d4d4d;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
  }

  .site-header .iconbar ul.left li a:hover {
    border: 1px solid #192f59;
  }

  .site-header .iconbar ul.right li a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
  }

  .site-header .midbar {
    display: flex !important;
    justify-content: space-between;
    padding: 10px 0;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
  }

  .site-header .midbar .logo {
    width: auto;
  }

  .site-header .midbar .logo a {
    display: block;
  }

  .site-header .midbar .logo a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 500px;
  }

  .site-header .main-nav {
    background: #fff;
    position: relative;
    padding: 0px;
    display: flex !important;
  }

  .site-header .main-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1029;
    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 .main-nav.fixed .nav-logo {
    display: block;
  }

  .site-header .main-nav.fixed ul.navbar-nav {
    width: auto;
    border-bottom: none;
    margin-bottom: 0px !important;
  }

  .site-header .main-nav .nav-logo {
    width: 200px;
    display: none;
  }

  .site-header .main-nav .nav-logo img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .site-header .main-nav ul.navbar-nav {
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #dce4e8;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px !important;
  }

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

  .site-header .main-nav ul.navbar-nav li a {
    position: relative;
    font-weight: 600;
    padding: 15px;
    font-size: 16px;
    height: auto;
    color: #4d4d4d;
    line-height: 24px;
    text-decoration: none;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
  }

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

  .site-header .main-nav ul.navbar-nav li:last-child a {
    margin-right: 0px;
  }

  .site-header .main-nav ul.navbar-nav li:hover>a {
    color: #192f59;
  }


  .site-header .main-nav ul.navbar-nav li a.active::before {
    color: #192f59;
  }

  .site-header .main-nav ul.navbar-nav li a.active,
  .site-header .main-nav ul.navbar-nav li a.active {
    color: #192f59;
  }

  .site-header .main-nav.fixed+.navbar-spacer {
    height: 56px;
  }

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

  .site-header .mobile-header {
    display: none;
  }


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

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

  header .main-nav ul.navbar-nav li.dropdown .dropdown-menu li a:hover {
    background-color: #192f59;
    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);
  }

  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #192f59;
    color: #FFF !important;
  }

  .banner-news .banner-news-wrapper {
    display: grid;
    grid-template-columns: calc(70% - 15px) calc(30% - 15px);
    grid-template-rows: repeat(3, 1fr);
    /* 3 equal rows */
    gap: 30px;
    /* optional spacing */
    height: 100%;
    /* ensure consistent height */
  }

  .banner-news .banner-news-wrapper .image-overlay-news a {
    min-height: 150px;
    /* stretch children properly */
    display: block;
  }

  /* Left big item */
  .banner-news .banner-news-wrapper .image-overlay-news:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 3;
    /* spans all 3 rows */
    height: 100%;
  }

  /* Right column items */
  .banner-news .banner-news-wrapper .image-overlay-news:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .banner-news .banner-news-wrapper .image-overlay-news:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .banner-news .banner-news-wrapper .image-overlay-news:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }

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

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


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

  .main-news .reserved .list-news-left-image a {
    flex-direction: row-reverse;
  }

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

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

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

  .section-three .news-wrapper .news-box-bottom-title {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

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

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

  .news-box-left-title-content a {
    flex-direction: row;
  }

  .news-box-left-title-content a .image {
    height: 400px;
    width: 300px;
  }

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

  .news-box-left-title-content a .content::before {
    top: 50%;
    left: -20px;
  }

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

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

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

  .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 {
    background-color: #dce4e8;
  }

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

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

  .footer .footer-bottom .footer-copyright {
    flex-direction: row;
    justify-content: space-between;
  }

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

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

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

  .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-bottom-news-meta .comment {
    margin-bottom: 0px;
  }

  .single-page .related-news .news-box-bottom-title {
    grid-template-columns: repeat(3, 1fr);
  }

  .archive-page .archive-loop-box .news-box-bottom-title {
    box-shadow: none;
  }

  .archive-page .archive-loop-box .news-box-bottom-title .news-item a {
    display: grid;
    grid-template-columns: 30% auto;
  }

  .archive-page .archive-loop-box .news-box-bottom-title .news-item a .image {
    border-radius: 0px;
  }

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

  .archive-page .archive-loop-box .news-box-bottom-title .news-item a .title h4 {
    margin-bottom: 15px;
  }

  .archive-page .archive-loop-box .news-box-bottom-title .news-item a .title p {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    text-align: justify;
    color: #000;
  }

  #trendingModalToggle .modal-content .modal-body .news-wrapper,
  #latestModalToggle .modal-content .modal-body .news-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

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

  #trendingModalToggle .modal-content .modal-body .news-wrapper .list-news-left-image a .image,
  #latestModalToggle .modal-content .modal-body .news-wrapper .list-news-left-image a .image {
    width: 100px;
    min-width: 100px;
  }

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

  .interview-bichar-section .interview-news .news-box-left-title-content a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(100px, auto);
  }

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

  .interview-bichar-section .interview-news .news-box-left-title-content a .content {
    min-height: 100%;
  }

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

  .section-three .news-box-bottom-title .news-item a .image {
    height: 275px !important
  }
}