@media (max-width: 767px) {
    .header-sec {
        height: 100%;
        padding: 5px 0px 5px;
    }
	.header-sec .navbar-nav li a {
		font-size: 18px;
		display: inline-block;
		margin: 11px 0px;
	}
	.header-sec  button.navbar-toggler {
		padding: 0px;
	}
    .header-right-icons {
        display: none;
    }
    .header-sec .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        padding: 5px 0px 5px 5px;
    }
    .navbar-toggler {
        font-size: 1.6rem;
    }
    .slide-inner {
        flex-direction: column;
        text-align: center;
    }

    .slide-text, .slide-image {
       flex: 1 1 100%;
    }
    .hero-sec .slide-text h2 {
        font-size: 33px;
        line-height: 43px;
    }
    .hero-sec .slide-text p {
        font-size: 18px;
    }
    .footer-links {
        margin-top: 30px;
        padding: 0px !important;
    }
    .copyright-text {
        display: flex;
        justify-content: center !important;
    }
    .slide-text a.btn-primary {
        margin: auto;
    }
    .hero-sec .slide-inner {
		flex-wrap: unset;
    }
	.hero-sec .slide-image {
		height: 100%;
	}
	.hero-sec .slide-image img {
		min-width: 100%;
	}
    .explore-sec {
        background-position: right;
        min-height: 100%;
        padding: 70px 0px 61px;
    }
    .explore-content h2 {
        font-size: 33px;
        line-height: 50px;
    }
    .explore-sec .row.mt-5 {
        flex-wrap: unset;
        justify-content: center;
    }
    .media .media-body h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .explore-right-image {
        height: 100%;
        margin-top: 40px;
    }
    section.about-sec {
        padding: 70px 0px;
    }
    section.about-sec .about-contents h2, .past-title h2 {
        font-size: 33px;
    }
    section.about-sec .about-contents p {
        font-size: 18px;
        margin: 35px 0px 40px;
    }
    .about-img {
        margin-top: 40px;
    }
    .past-sec {
        padding: 20px 5px 70px;
    }
	.past-sec .row.past-inner {
		grid-row-gap: 30px;
	}
    .past-sec .past-inner .card {
        padding: 0px 0px;
    }
    .past-title {
        margin-bottom: 0px;
    }
    .past-button {
        margin-top: 25px;
        justify-content: left;
    }
    .past-publication-sec {
        padding: 0px 0px 70px;
    }
    .past-publication-sec .filter-outer h2 {
        font-size: 38px;
        line-height: 46px;
    }
    .past-publication-sec .filter-controls {
        margin-top: 30px;
    }
    .past-publication-sec .filter-outer {
        margin-bottom: 50px;
    }
    section.about-makouart-sec {
        padding: 70px 0px;
    }
    .about-makouart-contents h1 {
        font-size: 38px;
        margin-bottom: 35px;
    }
    .about-makouart-contents p {
        font-size: 18px;
    }
    .about-culture-contents p {
        font-size: 18px;
        margin: 50px 0px 50px 0px;
    }
    .about-culture-img {
        margin-top: 50px;
    }
    section.about-culture-sec {
        padding: 20px 0px 80px;
    }
    .contact-us-contents h1 {
        font-size: 38px;
    }
    .contact-us-contents p {
        font-size: 18px;
        line-height: 30px;
    }
    .contact-form-outer label {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .contact-form-outer .form-group input {
        font-size: 16px;
    }
    .interactive-view-title h2 {
        font-size: 38px;
    }
    section.single-magazine-sec {
        padding: 60px 0px;
    }
    .single-magazine-title h2 {
        font-size: 38px;
    }
    .single-magazine-contents {
        padding-left: 5px;
    }
    .single-magazine-contents p {
        font-size: 18px;
    }
    section.table-of-content-sec {
        padding: 10px 0px 80px;
    }
    .toc-table td:nth-child(1) {
        width: 60px;
    }
    .toc-table td:nth-child(3) {
        width: 130px;
    }
    .table-content-title h2 {
        font-size: 38px;
    }
    .single-magazine-contents ul li {
        font-size: 18px;
    }
    .footer-sec .col-md-2 {
		display: block !important;
	}
	.copyright-text p {
		font-size: 14px;
		line-height: 24px;
	}
	.single-magaizine-img {
		margin-bottom: 25px;
		height:auto;
	}
	.single-magazine-contents h3 {
		font-size: 28px;
	}
 .mobile-menu-overlay  {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  max-width: 100%;
	  height: 100vh;
	  background: #F8C423;
	  z-index: 999;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  transform: translateX(-100%);
	  transition: transform 0.3s ease-in-out;
	  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
	  padding-top: 70px;
  }
	.header-sec .navbar-nav {
		margin-right: 0;
	}
	 .mobile-menu-overlay.show {
	  transform: translateX(0);
	}

	.menu-close-btn {
	  position: absolute;
	  top: 30px;
	  left: 20px;
	  background: transparent;
	  border: none;
	  font-size: 32px;
	  cursor: pointer;
	  z-index: 10000;
	}

  body.nav-open {
    overflow: hidden;
  }
	button.menu-close-btn {
		display: block;
	}
	
.mobile-menu-overlay .wpml-ls a {
    background-color: transparent !important;
    border: none;
    font-weight: 600;
    padding: 5px 21px 5px 5px;
}	
	.mobile-menu-overlay .wpml-ls {
		width: 20%;
		margin: 25px auto 0px;
		text-align: center;
	}	
	.toc-section , .table-content-title {
		max-width: 100%;
	}
	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
		border-top: 0px;
	}
	form#ajax-search-form {
		flex-wrap: wrap;
		justify-content: center;
	}
	.Past-Publication-inner select.form-select {
		min-width: 100%;
	}
	
}




@media screen and (min-width:768px) and (max-width:1199px) {
    .header-sec {
        height: 100%;
    }
    nav.navbar.navbar-expand-lg.p-0 {
        margin-right: 45px;
    }
    .hero-sec .slide-text h2 {
        font-size: 40px;
        line-height: 52px;
    }
    .hero-sec .slide-text p {
        font-size: 20px;
    }
	.hero-sec .slide-image img {
		min-width: 100%;
	}
	.header-sec .col-md-9 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.hero-sec .slide-image {
		margin: auto;
		height: 100%;
	}
    .slide-text a.btn-primary {
        margin: auto;
    }
    .hero-sec .slide-inner {
        grid-gap: 60px;
        max-width: 100%;
        justify-content: center;
        text-align: center;
    }
    .explore-content h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .explore-right-image {
        height: 350px;
    }
    .explore-sec {
        min-height: 100%;
    }
    .media .media-body h2 {
        font-size: 40px;
        line-height: 60px;
    }
    section.about-sec {
        padding: 80px 0px;
    }
    section.about-sec .about-contents h2, .past-title h2 {
        font-size: 40px;
    }
    section.about-sec .about-contents p {
        font-size: 20px;
        margin: 30px 0px 35px;
    }
    .past-sec {
        padding: 20px 10px 85px;
    }
	section.past-sec .row.past-inner {
		row-gap: 35px;
	}
    .past-sec .past-inner .card {
        padding: 0px 0px;
    }
    .past-sec .card .card-body .card-title {
        font-size: 22px;
    }
    .past-sec .card .card-body .card-link {
        font-size: 15px;
    }
    .past-sec .card .card-body .date {
        font-size: 13px;
    }
    .footer-links {
        padding: 0px !important;
    }
    .past-publication-sec .filter-outer h2 {
        font-size: 38px;
    }
    .about-culture-contents p {
        font-size: 20px;
        margin: 30px 25px 30px 0px;
    }
    .about-makouart-contents p {
        font-size: 20px;
    }
    .about-makouart-contents h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .contact-form-outer {
        margin-left: 40px;
    }
    .interactive-view-title h2 {
        font-size: 40px;
    }
    section.single-magazine-sec {
        padding: 60px 10px;
    }
    .single-magazine-contents {
        padding-left: 10px;
    }
    .single-magazine-contents p {
        font-size: 18px;
        line-height: 28px;
    }
    .single-magazine-title h2  , .table-content-title h2 {
        font-size: 40px;
    }
    .toc-table td:nth-child(3) {
        width: 275px;
    }
	.header-sec .navbar-nav {
		margin-right: 0px;
	}
	.header-sec .navbar-nav li a {
		font-size: 17px;
		margin: 0px 15px;
	}
	.header-sec .row {
		justify-content: space-between;
	}
	img.user_icon {
		margin: 0px 20px;
	}
	.header-right-icons .wpml-ls-legacy-dropdown-click {
		width: 54%;
		margin-right: 15px;
	}
	.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
		right: -20px;
	}
	section.table-of-content-sec {
		padding: 10px 0px 100px 0px;
	}
	
}













