*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Poppins, sans-serif;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

button {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.wp-block-table table td {
  text-align: center;
  padding: 10px;
}

.wp-block-table table tr:nth-child(2n) {
  background: #1245ff;
}

.wp-block-table table tr:nth-child(2n) td {
  color: #fff;
}

a {
  color: #4fbe6e;
}

a:hover,
a:focus {
  text-decoration: none;
}

.read-more-active-header-sidebar .logo-title-tagline-wrap {
  position: static;
  transform: translateY(0);
}

.read-more-main-header .read-more-header-sidebar .widget {
  margin: 0;
}

.read-more-main-header .read-more-header-sidebar .container {
  width: 100%;
  padding: 0;
}

.left-logo-right-ads .read-more-main-header .read-more-header-sidebar {
  margin-left: auto;
}

.left-logo-right-ads .read-more-main-header,
.right-logo-left-ainfo .read-more-main-header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.left-logo-right-ads .read-more-main-header .logo-title-tagline-wrap {
  text-align: left;
}

.right-logo-left-ainfo .read-more-main-header .logo-title-tagline-wrap {
  text-align: right;
}

.right-logo-left-ainfo .read-more-main-header {
  flex-direction: row-reverse;
}

.right-logo-left-ainfo .read-more-main-header .read-more-header-sidebar {
  margin-right: auto;
}

.center-logo-below-ainfo .read-more-main-header .read-more-header-sidebar {
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .left-logo-right-ads .read-more-main-header .read-more-header-sidebar,
  .right-logo-left-ainfo .read-more-main-header .read-more-header-sidebar {
    margin-bottom: 20px;
  }
  .left-logo-right-ads .read-more-main-header,
  .right-logo-left-ainfo .read-more-main-header {
    flex-direction: column;
  }
  .left-logo-right-ads .read-more-main-header .read-more-header-sidebar {
    margin-left: 0;
  }
  .right-logo-left-ainfo .read-more-main-header .read-more-header-sidebar {
    margin-right: 0;
  }
}
.single .entry-meta-after-title {
  margin-top: 10px;
}

.single .entry-meta-after-title span {
  display: inline-block;
}

.single .entry-meta-after-title span:not(:last-child) {
  margin-right: 8px;
}

.btn-icon-box {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #4fbe6e;
}

a:hover,
a:active,
a:focus,
.btn-primary:hover,
.wpcf7-form input.wpcf7-submit:hover,
.widget li a:hover,
.posted-on a:hover,
.cat-links a:hover,
.comments-link a:hover,
article.post .entry-header .entry-title a:hover,
article.page .entry-header .entry-title a:hover,
.edit-link a:hover,
.tags-links a:hover,
.byline a:hover,
.nav-links a:hover,
.primary-color,
.page-numbers.current,
#read-more-breadcrumbs .breadcrumb-container a:hover {
  color: #4fbe6e;
}

.navbar .navbar-toggle:hover,
.comment-form .form-submit input,
.read-more,
.posts-navigation a,
.post-navigation a .btn-primary,
.wpcf7-form input.wpcf7-submit,
.breadcrumb,
.top-header,
.sm-up-container,
.primary-bg-color,
.show-more {
  background-color: #4fbe6e;
  color: #fff;
}

.comment-form .form-submit input,
.read-more,
.btn-primary,
.btn-primary:hover,
.posts-navigation a,
.post-navigation a .at-btn-wrap .btn-primary,
.wpcf7-form input.wpcf7-submit,
.btn-icon-box {
  border: 1px solid #4fbe6e;
}

.blog article.sticky {
  border-top: 2px solid #4fbe6e;
}

.main-navigation .current_page_item,
.main-navigation .current-menu-item,
.main-navigation .active,
.main-navigation .navbar-nav > li:hover {
  border-bottom: 2px solid #4fbe6e;
}

.breadcrumb::after {
  border-left: 5px solid #4fbe6e;
}

.rtl .breadcrumb::after {
  border-right: 5px solid #4fbe6e;
  border-left: medium none;
}

.btn-icon-box .btn-data {
  background-color: #4fbe6e;
}

.btn-icon-box .btn-data::before {
  border-color: #4fbe6e transparent #4fbe6e #4fbe6e;
}

.btn-icon-box .btn-data::after {
  border-color: #4fbe6e #4fbe6e #4fbe6e transparent;
}

.slider-content .btn-icon-box {
  border: 1px solid #4fbe6e;
}

.navbar-collapse.collapse.show {
  display: block !important;
}/*# sourceMappingURL=style.css.map */