@media (max-width: 1200px) {
  .menuWrapper .menu ul {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
@media (max-width: 991px) {
  .top-head{
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #ffffff;
  } 
  .menuWrapper{
    top: 67px;
  }
  .imgMenu{
    display: none;
  }
	.menu{
    justify-content: left;}
  .menu button:focus {
    outline: none;
    box-shadow: none;
  }
  .menu button {
    display: block;
    color: #0043a7;
    font-size: 20px;
  }
  .menu ul {
    display: none !important;
  }
  .offcanvas ul {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: space-around;
    padding: 20px;
  }
  .offcanvas ul li {
    padding: 5px 0px;
    border-bottom: 1px solid #d5d5d5;
  }
  .offcanvas ul a {
        font-size: 14px;
        color: #0043a7;
        font-weight: 500;
  }
  footer .logo img {
    width: 50%;
  }
  footer .footerContent h3 {
    font-size: 16px;
  }
  footer .footerContent .latest a {
    display: block;
    font-size: 13px;
    padding: 5px 0px;
  }
  footer .footerContent .usefulLinks {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .menuWrapper{
    top:60px
  }
  .logo {
    text-align: center;
  }
  .logo img {
    width: 50% !important;
  }
  .header-ad {
    display: none;
  }
  header .social {
  justify-content:flex-end;
}
	.main-news-img img{
        height: auto;
        padding: 0px;
        margin-top: 20px;}
	.left-news{ padding:0;}
	.left-news img{height:auto;}
	.right-news-top { margin-top:20px;}
	.right-news-top img{height:auto;}
	.right-news-top h3{font-size: 15px;}
	.right-news-top p{color: #535353; font-size: 13px;}
	.opinion{ width:100%; margin-bottom: 20px;}
	.articles{padding:0px;}
	.latest-article img{width:100%; height:auto; margin-bottom:15px;}
	.archive-article img{width:100%; height:auto; margin-bottom:15px;}
	.trends{width:100%;}
	.initiatives-block{width:100%; border-bottom: solid thin #ddd; margin-bottom: 15px;}
	#mixedSlider .MS-content .item{ width:100%; padding: 0px;}
	.event-img, .event-content, .event-old{ width:100%;}
	.event-old img{ width:100%; height:auto;}
	.statics-top img{ height:auto; margin-bottom:15px;}
	.statics-top h3{ font-size:20px;}
	.statics-top p{text-align:justify;}
	h3.single-title{font-size:24px;}
	.single-content p{font-size:14px;}
	.related-thumbnail img{height:auto; margin-bottom:15px;}
	
.swiper-slide{
  width: 100% !important;
}
  .social {
   display: none;
  }
  .social svg {
    font-size: 14px !important;
  }
  .mainWrapper p {
    padding: 0px;
    line-height: 1;
  }
  .mainWrapper .meta {
    margin-bottom: 10px;
  }
  .post button {
    width: -moz-fit-content;
    width: fit-content;
  }
  
  footer img {
    margin: 10px 0px;
    width: 80%;
  }
  .smallPost img {
    height: 250px;
  }

  .pstImg{
    margin: 10px 0px;
  }

}
@media (max-width: 491px) {
  .offcanvas {
    width: 70% !important;
  }
	.menuWrapper{
    top: 72px;
  }
}/*# sourceMappingURL=responsive.css.map */

@media (max-width: 360px) {
	.menuWrapper{
    top: 73px;
  }
}