/*
Theme Name: Tmp
Text Domain: tmp
Version: 1.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Jauna Reklama
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
*/
/*   font-family: "Montserrat", sans-serif; */

:root {
  --main-color: #37462c;
  --second-grenn: #748762;
}

/* Hovers | Pointers | Slick dots*/
.container a,
.single_po_content a {
  color: var(--main-color);
}
.wp-block-spacer {
  width: 100%;
}
h2.wp-block-heading {
  width: 100%;
}
div#open-search-bar1,
div#open-search-bar {
  cursor: pointer;
}
#sidebar_nav .sub-menu.level-0 {
  display: none;
}
#sidebar_nav .sub-menu.level-1 {
  display: none;
}
#sidebar_nav .sub-menu.level-2 {
  display: none;
}
.has-childrens span.arrows:before {
  font-family: "FontAwesome";
  content: "\2b";
  float: right;
  margin-top: 1px;
  cursor: pointer;
  background-color: transparent;
  padding: 0px 12px;
}
.has-childrens.open > a:not(.sub-menu) > .arrows:before {
  content: "\f068";
}
.has-childrens > a {
  display: flex;
  justify-content: space-between;
}
.sidebar_nav > li {
  margin-bottom: 20px;
}
.sidebar_nav > li > a {
  background-color: #fff;
  font-size: 18px;
  color: #37462c;
  text-transform: uppercase;
  position: relative;
  padding: 10px 18px 10px 30px;
  width: 100%;
  display: block;
  text-decoration: unset;
}
.sidebar_nav ul.sub-menu {
  background-color: #fff;
  list-style: none;
}
.category-posts {
  padding: 0px 45px 20px 45px;
  background-color: #fff;
  line-height: 2;
}
.sidebar_nav ul.sub-menu a {
  text-decoration: unset;
  color: #37462c;
  font-size: 14px;
}

ul#sidebar_nav {
  list-style: none;
  padding: 0px;
}
ul.slick-dots button:before {
  display: none;
}
.sidebar_nav > li > a:before {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  background-color: #c9c9c8;
  position: absolute;
  left: 0px;
  margin: auto;
  top: 0;
  bottom: 0px;
}
a.acf_link:hover {
  background-color: #fff;
  color: var(--second-grenn);
}
.single-slider a:hover .heading_slider {
  color: var(--main-color);
}
.slick-arrow {
  cursor: pointer;
}
.news_top_section a:hover {
  color: var(--main-color);
}
.post-container a:hover h3,
.post-container-small a:hover h3,
.category-item1 a:hover .category-title1,
.sidebar .category a:hover {
  color: var(--second-grenn);
}
ul#top-nav li a:hover,
.current-menu-item > a,
.current-menu-parent > a {
  color: #6e825c !important;
}

/* Elements */
body {
  font-family: "Montserrat", sans-serif !important;
}
.container {
  max-width: 1400px !important;
}

/* Header */
.hidden-search-form {
  margin-top: 25px;
  position: absolute;
  width: fit-content;
  z-index: 200;
}
button#searchsubmit {
  border: unset;
  background-color: unset;
  position: absolute;
  margin-left: -32px;
  margin-top: 8px;
}
.menu-searchform input[type="submit"] {
  display: none;
  width: 70px;
  height: 36px;
  right: 0px;
  top: 0;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  border-radius: 0;
}
.menu-searchform input[type="text"] {
  border: 1px solid #b9b9b9;
  padding: 10px 34px 10px 12px;
  font-size: 14px;
  font-weight: 300;
  color: #626262;
  border-radius: 5px;
  width: 320px;
}
.hidden-search-form {
  display: none;
}
.show-search-form {
  display: block;
}
.nav_menu_side {
  display: flex;
}
#top-nav .menu-item-has-children > a::after {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  font-size: 10px;
  position: absolute;
  margin: 3px 5px;
}
ul.sub-menu li {
  padding: 10px 0px;
}
#top-nav > li:hover > ul.sub-menu {
  display: block;
  filter: drop-shadow(0 0px 3px rgba(0, 0, 0, 0.7));
}
ul.sub-menu li {
  margin-right: 0px !important;
}
#top-nav ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  padding: 15px;
  list-style: none;
  margin: 0;
  border: none;
  min-width: 150px;
}
.nav_menu_side ul {
  display: flex;
  list-style: none;
  margin: 0px;
}
ul#top-nav > li {
  margin-right: 40px;
}
ul#top-nav {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  text-transform: uppercase;
}
.nav_pos {
  padding: 0px;
  display: flex;
  justify-content: flex-end;
}
.header-row-pos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}
ul#top-nav li a {
  color: #000;
  text-decoration: unset;
  font-weight: 500;
}
div#open-search-bar {
  margin-top: -2px;
}
.hero-bg-home .container {
  height: 100%;
}
.hero-bg-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
h1.heading-hero {
  margin-bottom: 35px;
  display: block;
  font-size: 30px;
  color: var(--main-color);
  font-weight: 600;
  text-transform: uppercase;
}
.h-text-content p {
  font-size: 16px;
  font-weight: 500;
  width: 95%;
  margin: 0px;
}
a.acf_link {
  display: block;
  width: fit-content;
  color: #fff;
  text-decoration: unset;
  background-color: var(--second-grenn);
  font-weight: 600;
  font-size: 13px;
  padding: 10px 62px;
}
.h-text-content {
  margin-bottom: 25px;
}
.hero-content {
  width: 570px;
  background-color: rgba(256, 256, 256, 0.8);
  padding: 48px 38px;
  margin-bottom: 85px;
  clip-path: polygon(
    0 0,
    86% 0,
    100% 24%,
    100% 80%,
    100% 100%,
    0 100%,
    0% 80%,
    0% 20%
  );
}

/* Home page content */
.single-slider a {
  text-decoration: unset;
  width: 97%;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(
    0 0,
    86% 0,
    100% 24%,
    100% 80%,
    100% 100%,
    0 100%,
    0% 80%,
    0% 20%
  );
}
.heading_slider {
  background-color: #fff;
}
.slider-bg {
  background: #f6f6f6;
  padding: 0px 3%;
}
.heading_news1 {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px;
  padding: 45px 0px;
}
ul.slick-dots li.slick-active {
  background-color: var(--second-grenn);
}
ul.slick-dots li:first-child {
  margin-left: 0px;
}
ul.slick-dots li {
  text-indent: -999999px;
  width: 44px;
  margin-left: 10px;
  height: 4px;
  background-color: #c9c9c8;
  list-style: none;
}
div#arrowscontrol {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px 30px 0px;
}
ul.slick-dots {
  padding: 0px;
  margin: 0px;
  display: flex;
}
div#arrowscontrol .slick-arrow {
  font-size: 25px;
  color: #7c7c7c;
  padding: 0px 30px;
}
.heading_slider {
  background-color: rgba(256, 256, 256, 0.8);
  min-width: 284px;
  text-align: center;
  padding: 15px 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
.all_news {
  display: flex;
  flex-direction: row;
}
.post-container {
  width: 49%;
}
.posts-all-container {
  width: 49%;
}
.all_news img {
  width: 100%;
}
.all_news {
  display: flex;
  flex-direction: row;
  gap: 2%;
  flex-wrap: wrap;
}
.post-container-small {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
.posts-all-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0% 4%;
}
.post-container .post-thumbnail img {
  max-height: 415px;
  object-fit: cover;
}
.post-container-small img {
  max-height: 200px;
  object-fit: cover;
}
.post-container a,
.post-container-small a {
  text-decoration: unset;
}
.post-container a h3 {
  width: 95%;
  font-size: 24px;
  color: #000;
  margin: 30px 0px;
  font-weight: 600;
}
.post-container-small a h3 {
  width: 95%;
  font-size: 18px;
  color: #000;
  margin: 20px 0px 30px 0px;
  font-weight: 600;
}
.post-meta a {
  color: var(--main-color);
  font-weight: bold;
}
.post-content {
  width: 95%;
}
.post-container .post-meta {
  margin-top: 35px;
}
.news_top_section {
  display: flex;
  justify-content: space-between;
  margin: 46px 0px;
}
.news_top_section .heading_news {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.news_top_section a {
  color: var(--second-grenn);
  font-size: 18px;
  font-weight: 500;
  text-decoration: unset;
}
.news_block {
  padding-bottom: 60px;
}
.about_company_home {
  display: flex;
  justify-content: space-between;
}
.img_about_h {
  width: 58%;
}
.img_about_h img {
  width: 100%;
}
.text_about_h {
  width: 40%;
  height: inherit;
  display: flex;
  align-items: center;
  background-color: #748762;
}
.text_about_h_pos {
  width: 380px;
  text-align: justify;
  margin-left: 60px;
}
.text_about_h .acf_link {
  border: 1px solid #fff;
}
.about_h_desc {
  color: #fff;
}
span.about_h_heading {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: block;
  width: 75%;
  text-align: left;
  line-height: 1;
  margin-bottom: 40px;
}

/* Footer */
.top_men_info {
  display: flex;
}
.footer_menu {
  width: 33%;
}
.footer {
  padding: 58px 0px 60px 0px;
}
p.nav_menu_title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
span.divide {
  display: block;
  width: 44px;
  height: 4px;
  background: var(--main-color);
  margin-bottom: 25px;
}
.footer_menu li a {
  font-size: 14px;
  color: #000;
  text-decoration: unset;
}
.footer_menu li {
  font-size: 14px;
  color: #000;
  text-decoration: unset;
}
.footer_menu li {
  margin: 4px 0px;
}
.second_footer {
  border-top: 1px solid #b8b8b8;
}
.second_footer .container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px;
}
.copyright {
  font-size: 14px;
}
.soc_ft {
  display: flex;
  gap: 25px;
  font-size: 17px;
}
.soc_ft .fa-brands {
  color: #000;
}

/* Breadcrumbs */
div#breadcrumbs {
  font-size: 13px;
  padding: 14px 0px;
}
div#breadcrumbs a {
  color: #595959;
  text-decoration: unset;
}
span.breadcrumb_last {
  color: #6e825c;
}

/* Catalog page */
.background_product_page {
  background-color: #f6f6f6;
}
.category-image {
  position: relative;
}
.category-image img {
  display: block;
  width: 100%;
  height: auto;
}
.category-title1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  min-width: 250px;
  height: fit-content;
  text-align: center;
  background-color: rgba(256, 256, 256, 0.8);
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.category-header a {
  color: #37462c;
  text-decoration: unset;
}
.category-item1 {
  position: relative;
  margin-bottom: 40px;
  width: 47%;
  height: 275px;
}
.category-item1 a {
  color: #000;
}
.category-item1 a img {
  object-fit: cover;
  width: 100%;
  height: 275px;
  clip-path: polygon(
    0 0,
    86% 0,
    100% 24%,
    100% 80%,
    100% 100%,
    0 100%,
    0% 80%,
    0% 20%
  );
}
.category-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: fit-content;
}
.sidebar {
  width: 30%;
}
.category-block {
  width: 67%;
}
.background_product_page .container {
  display: flex;
  justify-content: space-between;
}
.background_product_page {
  padding: 40px 0px 65px 0px;
}
.category-header {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  font-size: 18px;
  color: #37462c;
  text-transform: uppercase;
  padding: 10px 18px 10px 30px;
  align-items: center;
  position: relative;
}
.sidebar .category {
  margin-bottom: 20px;
}
.category-posts {
  padding: 0px 45px 20px 45px;
  background-color: #fff;
  line-height: 2;
}
.category-posts a {
  text-decoration: unset;
  color: #37462c;
  font-size: 14px;
}
button.expand-btn {
  border: unset;
  background-color: unset;
  font-size: 22px;
  font-weight: 700;
  color: #748762;
}
.category-title:before {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  background-color: #c9c9c8;
  position: absolute;
  left: 0px;
  margin: auto;
  top: 0;
  bottom: 0px;
}

/* Single Product Page */
.acfb_slider_block {
  width: 100%;
}

/* Navigation */
.burger-content {
  display: none;
}

/* Search page */
h2.search-result-for {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}
.page-content.search-bg {
  background-color: #f6f6f6;
  padding-top: 40px;
}
.search .category-item1 {
  position: relative;
  margin-bottom: 40px;
  width: 32%;
  height: 275px;
}
.search .search_pr {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
a.prev.page-numbers {
  display: none;
}
a.next.page-numbers {
  display: none;
}
a.page-numbers {
  border: 1px solid var(--main-color);
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0px 5px;
  text-decoration: unset;
}
span.page-numbers.current {
  width: 35px;
  height: 35px;
  background-color: var(--second-grenn);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 1px solid var(--second-grenn);
  margin: 0px 5px;
}
.pagination {
  width: 100%;
  justify-content: center;
  margin-bottom: 25px;
}
.news-posts .news-post {
  width: 49%;
}
.news-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.news-posts img {
  height: 400px;
  width: 100%;
}
.single_po_content {
  display: flex;
  gap: 5%;
}
.post_info_single {
  width: 69%;
}
.sidebar_extra {
  width: 30%;
}
.sidebar_extra .post-container {
  width: 100%;
}
.sidebar_extra img {
  width: 100%;
  height: 260px;
}
.sidebar_extra .post-container a h3 {
  width: 100%;
  font-size: 18px;
  color: #000;
  margin: 10px 0px 40px 0px;
  font-weight: 600;
}
.post_info_single .extra_sing_imge img {
  width: 100%;
  margin: 20px 0px;
  height: auto;
}

/* Responsive */
@media only screen and (min-width: 1900px) {
  .slider-bg {
    padding: 0px 5%;
  }
}
@media only screen and (max-width: 1440px) {
  .second_footer .container {
    padding: 40px 10px;
  }
  span.about_h_heading {
    font-size: 28px;
  }
  .text_about_h_pos {
    width: 87%;
    text-align: justify;
    margin-left: 6%;
  }
  .img_about_h img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 1024px) {
  .sidebar_extra {
    width: 50%;
  }
  .post_info_single {
    width: 100%;
  }
  .single_po_content {
    display: flex;
    gap: 2%;
    flex-direction: column;
  }
  .search .category-item1 {
    width: 49%;
  }
  .category-block {
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .background_product_page .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .has-children.open .sub-menu.level-0 {
    display: block !important;
  }
  .sub-menu .has-children.open .sub-menu.level-1 {
    display: block !important;
  }
  .desktop-menu {
    display: none;
  }
  .burger-content {
    display: block;
  }
  .menu-toggle {
    background: transparent;
    cursor: pointer;
    outline: none;
    z-index: 100;
    border: 1px solid;
    border-radius: 5px;
    padding: 0px;
    height: 35px;
    margin-right: 10px;
  }
  button.menu-toggle.menu svg {
    padding: 0px 2px;
  }
  .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .extra_nav_mobile {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .burger-nav-content {
    font-size: 18px;
    right: 0;
    margin: 3px auto;
    position: absolute;
    text-align: left;
    top: 72px;
    z-index: 999;
    display: none;
    border: 1px solid #d0e0e8;
    width: 280px;
    margin-right: 18px;
    background-color: #fff;
    border-radius: 5px;
  }
  ul#top-nav {
    display: flex;
    list-style: none;
    margin: 0px;
    align-items: center;
    padding: 0px;
    flex-direction: column;
    padding: 0px;
  }
  #top-nav > li {
    margin: 0px 20px;
    position: relative;
    display: block;
    padding: 0px 25px;
    width: 100%;
  }
  ul#top-nav > li > a {
    padding: 15px 5px !important;
    display: block;
    text-decoration: unset;
    color: #000;
    font-size: 14px;
  }
  ul#top-nav > li {
    margin-right: 20px;
  }
  ul#top-nav > li > a {
    border-bottom: 2px solid var(--second-grenn) !important;
  }
  ul#top-nav > li:last-child > a {
    border-bottom: unset !important;
  }
  .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
  }
  .has-children span.arrow:before {
    font-family: "FontAwesome";
    content: "\f054";
    float: right;
    margin-top: 1px;
    cursor: pointer;
    background-color: transparent;
    padding: 0px 12px;
  }
  #top-nav ul.sub-menu {
    position: unset;
    min-width: auto;
    border-bottom: 2px solid var(--second-grenn);
  }
  button.menu-toggle.menu.opened.op svg {
    background-color: var(--second-grenn);
    border-radius: 4px;
  }
  .op .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .op .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .op .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  button.menu-toggle.menu.opened.op svg .line {
    stroke: #fff;
  }
  ul.sub-menu.level-0 li a {
    font-size: 13px;
    font-weight: 400 !important;
  }
  #top-nav ul.sub-menu {
    list-style: unset;
    padding: 0px;
    font-size: 14px;
  }
  #top-nav .menu-item-has-children > a::after {
    display: none;
  }
  .has-children.open .arrow:before {
    transform: rotate(90deg);
  }
  .nav_ext {
    display: flex;
    align-items: center;
  }
  div#open-search-bar1 {
    margin-right: 25px;
  }

  .hidden-search-form1 {
    display: none;
  }
  .hidden-search-form1 {
    margin-top: 80px;
    position: absolute;
    width: fit-content;
    z-index: 200;
    right: 70px;
  }
  .slider-bg {
    padding: 0px 10px;
  }
  .all_news {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .post-container {
    width: 100%;
  }
  .post-container a h3 {
    width: 100%;
    font-size: 22px;
    margin: 15px 0px;
  }
  .post-content {
    width: 100%;
  }
  .post-container .post-meta {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .posts-all-container {
    width: 100%;
  }
  .post-container-small a h3 {
    width: 100%;
    font-size: 16px;
    color: #000;
    margin: 15px 0px 15px 0px;
    font-weight: 600;
  }
  .post-container-small img {
    height: 250px;
    object-fit: cover;
    max-height: fit-content;
  }
  .post-meta {
    font-size: 14px;
  }
  .img_about_h {
    width: 49%;
  }
  .text_about_h {
    width: 49%;
    height: inherit;
    display: flex;
    align-items: center;
    background-color: #748762;
  }
  span.about_h_heading {
    width: 100%;
  }
  .top_men_info {
    display: flex;
    flex-wrap: wrap;
  }
  .second_footer .container {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar_extra {
    width: 75%;
  }
  .copyright {
    font-size: 12px;
  }
  .footer {
    padding: 28px 0px 20px 0px;
  }
  p.nav_menu_title {
    font-size: 16px;
  }
  span.divide {
    margin-bottom: 10px;
  }
  h1.heading-hero {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .h-text-content p {
    font-size: 14px;
  }
  .hero-bg-home {
    height: 450px !important;
  }
  .hero-content {
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 85px;
  }
  .footer_menu {
    width: 50%;
    margin-bottom: 15px;
  }
  .img_about_h img {
    min-height: 350px;
    height: 350px;
  }
  .text_about_h {
    width: 100%;
    padding: 25px 0px;
  }
  .img_about_h {
    width: 100%;
  }
  .about_company_home {
    display: flex;
    flex-direction: column;
  }
  .news_block {
    padding-bottom: 40px;
  }
  .post_info_single h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .post_info_single h1 {
    font-size: 28px;
  }
  .sidebar_extra {
    width: 100%;
  }
  .search .category-item1 {
    width: 100%;
  }
  .category-item1 {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    height: 275px;
  }
  .category-item1 a img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 500px) {
  .sidebar {
    display: none;
  }
  .post_info_single h1 {
    font-size: 26px;
  }
  .menu-searchform input[type="text"] {
    width: 100%;
  }
  .hidden-search-form1 {
    margin-top: 125px;
    right: 4%;
    width: 95%;
  }
  .about_h_desc {
    font-size: 14px;
  }
  span.about_h_heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .single-slider a {
    width: 100%;
  }
  .heading_news1 {
    font-size: 22px;
    padding: 20px 0px;
  }
  ul.slick-dots li {
    width: 30px;
  }
  .post-container-small img {
    height: 200px;
  }
  .text_about_h_pos {
    width: 94%;
    margin: 0px 3%;
  }
  .footer_menu {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 425px) {
  .news_top_section {
    margin: 20px 0px;
  }
  .news_top_section .heading_news {
    font-size: 24px;
    font-weight: 500;
  }
  .post-container .post-thumbnail img {
    max-height: 300px;
    object-fit: cover;
  }
  .post-container a h3 {
    width: 100%;
    font-size: 20px;
    margin: 15px 0px;
  }
  .post-content {
    width: 100%;
    font-size: 14px;
  }
  .post-container-small img {
    height: 150px;
  }
  .post-container-small a h3 {
    width: 100%;
    font-size: 14px;
    color: #000;
    margin: 15px 0px 15px 0px;
    font-weight: 600;
  }
  .post-meta {
    font-size: 12px;
  }
  .second_footer .container {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .copyright {
    margin-bottom: 10px;
  }
  .hero-content {
    clip-path: unset;
  }
  .h-text-content p {
    font-size: 16px;
    width: 100%;
  }
  .hero-content {
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 85px;
  }
  h1.heading-hero {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
