html {
  font-size: 100%;
}

a,
.page-title {
  color: #595959;
}
.entry-title a:hover,
.entry-title a:focus,
a:hover,
a:focus {
  color: #028845;
}
.entry-title, .entry-title a{
  font-weight:bold;
}
body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

blockquote {
  color: #000000;
}

h1,
.entry-content h1,
.entry-content h1 a,
h2,
.entry-content h2,
.entry-content h2 a,
h3,
.entry-content h3,
.entry-content h3 a,
h4,
.entry-content h4,
.entry-content h4 a,
h5,
.entry-content h5,
.entry-content h5 a,
h6,
.entry-content h6,
.entry-content h6 a,
.site-title,
.site-title a {
  font-family: "Sarala", sans-serif;
  font-weight: 400;
}

.site-title {
  font-size: 35px;
  font-size: 2.1875rem;
}

header .site-logo-img .custom-logo-link img {
  max-width: 96px;
}

.astra-logo-svg {
  width: 96px;
}

.ast-archive-description .ast-archive-title {
  font-size: 40px;
  font-size: 2.5rem;
}

.site-header .site-description {
  font-size: 15px;
  font-size: 0.9375rem;
}

.entry-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.comment-reply-title {
  font-size: 26px;
  font-size: 1.625rem;
}

.ast-comment-list #cancel-comment-reply-link {
  font-size: 16px;
  font-size: 1rem;
}

h1,
.entry-content h1,
.entry-content h1 a {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 600;
  font-family: "Sarala", sans-serif;
}

h2,
.entry-content h2,
.entry-content h2 a {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Sarala", sans-serif;
}

h3,
.entry-content h3,
.entry-content h3 a {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Sarala", sans-serif;
}

h4,
.entry-content h4,
.entry-content h4 a {
  font-size: 23px;
  font-size: 1.4375rem;
}

h5,
.entry-content h5,
.entry-content h5 a {
  font-size: 18px;
  font-size: 1.125rem;
}

h6,
.entry-content h6,
.entry-content h6 a {
  font-size: 15px;
  font-size: 0.9375rem;
}

.ast-single-post .entry-title,
.page-title {
  font-size: 30px;
  font-size: 1.875rem;
}

#secondary,
#secondary button,
#secondary input,
#secondary select,
#secondary textarea {
  font-size: 16px;
  font-size: 1rem;
}

::selection {
  background-color: #00350b;
  color: #ffffff;
}

body,
h1,
.entry-title a,
.entry-content h1,
.entry-content h1 a,
h2,
.entry-content h2,
.entry-content h2 a,
h3,
.entry-content h3,
.entry-content h3 a,
h4,
.entry-content h4,
.entry-content h4 a,
h5,
.entry-content h5,
.entry-content h5 a,
h6,
.entry-content h6,
.entry-content h6 a {
  color: #3a3a3a;
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.current-item {
  color: #ffffff;
  border-color: #028845;
  background-color: #028845;
}

.main-header-menu a,
.ast-header-custom-item a {
  color: #3a3a3a;
  font-weight: bold;
}

.main-header-menu li:hover > a,
.main-header-menu li:hover > .ast-menu-toggle,
.main-header-menu .ast-masthead-custom-menu-items a:hover,
.main-header-menu li.focus > a,
.main-header-menu li.focus > .ast-menu-toggle,
.main-header-menu .current-menu-item > a,
.main-header-menu .current-menu-ancestor > a,
.main-header-menu .current_page_item > a,
.main-header-menu .current-menu-item > .ast-menu-toggle,
.main-header-menu .current-menu-ancestor > .ast-menu-toggle,
.main-header-menu .current_page_item > .ast-menu-toggle {
  color: #028845;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #028845;
}

input[type="radio"]:checked,
input[type="reset"],
input[type="checkbox"]:checked,
input[type="checkbox"]:hover:checked,
input[type="checkbox"]:focus:checked,
input[type="range"]::-webkit-slider-thumb {
  border-color: #028845;
  background-color: #028845;
  box-shadow: none;
}

.site-footer a:hover + .post-count,
.site-footer a:focus + .post-count {
  background: #028845;
  border-color: #028845;
}

.ast-small-footer {
  color: #f7f7f7;
}

.ast-small-footer > .ast-footer-overlay {
  background-color: rgba(25, 26, 31, 0);
}

.footer-adv .footer-adv-overlay {
  border-top-style: solid;
  border-top-color: #7a7a7a;
}

.ast-comment-meta {
  line-height: 1.666666667;
  font-size: 13px;
  font-size: 0.8125rem;
}

.single .nav-links .nav-previous,
.single .nav-links .nav-next,
.single .ast-author-details .author-title,
.ast-comment-meta {
  color: #028845;
}

.entry-meta,
.entry-meta * {
  line-height: 1.45;
  color: #028845;
}

.entry-meta a:hover,
.entry-meta a:hover *,
.entry-meta a:focus,
.entry-meta a:focus * {
  color: #595959;
}

.ast-404-layout-1 .ast-404-text {
  font-size: 200px;
  font-size: 12.5rem;
}

.widget-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #3a3a3a;
  font-weight: bold;
}

#cat option,
.secondary .calendar_wrap thead a,
.secondary .calendar_wrap thead a:visited {
  color: #028845;
}

.secondary .calendar_wrap #today,
.ast-progress-val span {
  background: #028845;
}

.secondary a:hover + .post-count,
.secondary a:focus + .post-count {
  background: #028845;
  border-color: #028845;
}

.calendar_wrap #today > a {
  color: #ffffff;
}

.ast-pagination a,
.page-links .page-link,
.single .post-navigation a {
  color: #028845;
}

.ast-pagination a:hover,
.ast-pagination a:focus,
.ast-pagination > span:hover:not(.dots),
.ast-pagination > span.current,
.page-links > .page-link,
.page-links .page-link:hover,
.post-navigation a:hover {
  color: #595959;
}

.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle {
  background: transparent;
  color: #028845;
}

.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle {
  background: transparent;
  border: 1px solid #028845;
  color: #028845;
}

.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle {
  background: #028845;
  color: #ffffff;
}

.elementor-button-wrapper .elementor-button,
.elementor-button-wrapper .elementor-button:visited,
.wp-block-button .wp-block-button__link {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  color: #ffffff;
  border-color: #028845;
  background-color: #028845;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

body .elementor-button.elementor-size-sm,
body .elementor-button.elementor-size-xs,
body .elementor-button.elementor-size-md,
body .elementor-button.elementor-size-lg,
body .elementor-button.elementor-size-xl,
body .elementor-button,
.wp-block-button .wp-block-button__link {
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 5px;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper .elementor-button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  color: #ffffff;
  background-color: #61ce70;
  border-color: #61ce70;
}

.menu-toggle,
button,
.ast-button,
.ast-custom-button,
.button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  color: #ffffff;
  border-color: #028845;
  background-color: #028845;
  border-radius: 5px;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  text-transform: capitalize;
}

button:focus,
.menu-toggle:hover,
button:hover,
.ast-button:hover,
.button:hover,
input[type="reset"]:hover,
input[type="reset"]:focus,
input#submit:hover,
input#submit:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #ffffff;
  background-color: #61ce70;
  border-color: #61ce70;
}

.main-header-bar
  .button-custom-menu-item
  .ast-custom-button-link
  .ast-custom-button {
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
}

.ast-theme-transparent-header
  .main-header-bar
  .button-custom-menu-item
  .ast-custom-button-link
  .ast-custom-button {
  border-style: solid;
}

@media (min-width: 545px) {
  .ast-page-builder-template .comments-area,
  .single.ast-page-builder-template .entry-header,
  .single.ast-page-builder-template .post-navigation {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .ast-archive-description .ast-archive-title {
    font-size: 40px;
  }

  .entry-title {
    font-size: 30px;
  }

  h1,
  .entry-content h1,
  .entry-content h1 a {
    font-size: 40px;
  }

  h2,
  .entry-content h2,
  .entry-content h2 a {
    font-size: 30px;
  }

  h3,
  .entry-content h3,
  .entry-content h3 a {
    font-size: 25px;
  }

  h4,
  .entry-content h4,
  .entry-content h4 a {
    font-size: 20px;
    font-size: 1.25rem;
  }

  h5,
  .entry-content h5,
  .entry-content h5 a {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h6,
  .entry-content h6,
  .entry-content h6 a {
    font-size: 16px;
    font-size: 1rem;
  }

  .ast-single-post .entry-title,
  .page-title {
    font-size: 30px;
  }

  #masthead .site-logo-img .custom-logo-link img {
    max-width: 99px;
  }

  .astra-logo-svg {
    width: 99px;
  }

  .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
    max-width: 99px;
  }
}

@media (max-width: 544px) {
  .ast-archive-description .ast-archive-title {
    font-size: 40px;
  }

  .entry-title {
    font-size: 30px;
  }

  h1,
  .entry-content h1,
  .entry-content h1 a {
    font-size: 40px;
  }

  h2,
  .entry-content h2,
  .entry-content h2 a {
    font-size: 30px;
  }

  h3,
  .entry-content h3,
  .entry-content h3 a {
    font-size: 25px;
  }

  h4,
  .entry-content h4,
  .entry-content h4 a {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h5,
  .entry-content h5,
  .entry-content h5 a {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h6,
  .entry-content h6,
  .entry-content h6 a {
    font-size: 16px;
    font-size: 1rem;
  }

  .ast-single-post .entry-title,
  .page-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 91.2%;
  }
}

@media (max-width: 544px) {
  html {
    font-size: 91.2%;
  }
}

@media (min-width: 769px) {
  .ast-container {
    max-width: 1240px;
  }
}

@font-face {
  font-family: "Astra";
  src: url(astra.woff) format("woff"), url(astra.ttf) format("truetype"),
    url(astra.svg#astra) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@media (max-width: 921px) {
  .main-header-bar .main-header-bar-navigation {
    display: none;
  }
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu,
.ast-desktop .main-header-menu.submenu-with-border .children,
.ast-desktop
  .main-header-menu.submenu-with-border
  .astra-full-megamenu-wrapper {
  border-color: #eaeaea;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu,
.ast-desktop .main-header-menu.submenu-with-border .children {
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu .sub-menu,
.ast-desktop .main-header-menu.submenu-with-border .children .children {
  top: -1px;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu a,
.ast-desktop .main-header-menu.submenu-with-border .children a {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
}

@media (min-width: 769px) {
  .main-header-menu .sub-menu li.ast-left-align-sub-menu:hover > ul,
  .main-header-menu .sub-menu li.ast-left-align-sub-menu.focus > ul {
    margin-left: -2px;
  }
}

.ast-small-footer {
  border-top-style: solid;
  border-top-width: 0px;
  border-top-color: #ffffff;
}

@media (max-width: 920px) {
  .ast-404-layout-1 .ast-404-text {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

.ast-breadcrumbs .trail-browse,
.ast-breadcrumbs .trail-items,
.ast-breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: inherit;
  text-indent: 0;
}

.ast-breadcrumbs .trail-browse {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}

.ast-breadcrumbs .trail-items {
  list-style: none;
}

.trail-items li::after {
  padding: 0 0.3em;
  content: "»";
}

.trail-items li:last-of-type::after {
  display: none;
}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
  color: #8E7419;
}

.ast-header-break-point .site-header {
  border-bottom-width: 0px;
}

@media (min-width: 769px) {
  .main-header-bar {
    border-bottom-width: 0px;
  }
}

@media (min-width: 769px) {
  #primary {
    width: 70%;
  }

  #secondary {
    width: 30%;
  }
}

.ast-flex {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-bar {
  padding: 1em 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 4px 4px -4px rgb(175 240 208);
}

.ast-site-identity {
  padding: 0;
}

.header-main-layout-1 .ast-flex.main-header-container,
.header-main-layout-3 .ast-flex.main-header-container {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-main-layout-1 .ast-flex.main-header-container,
.header-main-layout-3 .ast-flex.main-header-container {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*  */
.crumb {
  margin-top: 20px;
}
.crumb a {
  margin-right: 5px;
  color:#1db167;
}
.crumb a:hover,
.crumb a:focus{
  color:#8E7419;
}
.crumb span {
  margin-left: 5px;
}
.ast-single-post-order .time {
  font-size: 13px;
  color: #777;
}
.copri_div {
  color: #fff;
  padding-top: 60px;
  width: 100%;
  text-align: center;
}
.widget_text .div_hr {
  width: 60px;
  border-bottom: 2px solid;
}
.textwidget_ul li {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.textwidget_ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.textwidget_ul li .time {
  font-size: 12px;
  color: #888;
  text-align: right;
}
.ast-pagination .page_nums {
  border: 1px solid #028845;
  color: #028845;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  transition: all 0.2s;
  display: inline-block;
}
.ast-pagination a:hover,
.ast-pagination a:focus,
.ast-pagination span.page_nums.active {
  background-color: #028845;
  color: #fff;
}
.ast-page-builder-template .site-content #primary.primary_about {
  width: 100%;
}
h1.elementor-heading-title {
  font-size: 1.875rem;
}
.blog-layout-1 .post-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 500px) {
  .blog-layout-1 .post-thumb img {
    height: 200px;
  }
}
.entry-content .time {
  font-size: 13px;
  color: #777;
}
#back_top {
  border-radius: 3px;
  display: block;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 100;
}
#back_top img {
  padding: 10px;
  background-color: #5ccb93;
  border-radius: 6px;
  width: 40px;
  transition: all 0.2slinear;
}
#back_top img:hover,
#back_top img:focus{
  background-color: #028845;
}
.ast_h1{
  font-size:30px;
  margin-top:20px;
}
h1.ast-site-identity{
  font-size:0;
}
.entry_cats a{
  color:#8E7419;
}
.ast-single-post-order h1.entry-title,
.entry_cats a:hover,
.entry_cats a:focus{
  color:#028845;
}
.elementor-widget-wrap h2,.elementor-widget-wrap h3,.elementor-widget-wrap h4{
  width:100%;
}