/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
:root {
  --accent-color: #c2f800;
  --brand-black: #1a252a;
  --brand-blue: #3740f2;
}
body {
    color: #1a252a; 
}
.white {
  color: #fff;
}
/* TYPOGRAPHY */

/* -------------------- 
 * HEADER
 * -------------------- */
@media (max-width: 767px) {}
@media (min-width: 768px) {
  .menu__item--depth-1:nth-last-child(-n+2) .menu__submenu .menu-item-container {
    padding-left: 0 !important;
  }
  .menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-2 a {
    text-align: left !important;
  }
}
/* -------------------- 
 * FOOTER
 * -------------------- */
footer .mwf_el_menu .menu-item-container a {
  margin-bottom: 10px;
  line-height: 1.5em;
  transition: all 0.5s ease-in-out;    
}
footer .mwf_el_menu .menu-item-container:hover a,
footer .mwf_el_menu .menu-item-container:focus a, 
footer .mwf_el_menu .menu__link--active-link {
    color: var(--accent-color);
}
@media (max-width: 767px) {
  footer #hs_cos_wrapper_footer-dnd_area_101-module-1 .mwf_row {
    flex-direction: row;
    gap: 25%;
    align-content: flex-start;
  }
}
@media (max-width:400px) {
    footer #hs_cos_wrapper_footer-dnd_area_101-module-1 .mwf_row {
        flex-direction: column;
        align-items: flex-start;
        gap: 60px;)
    }
}
/* -------------------- 
 * BLOG Listing
 * -------------------- */
.focus_grid-inner {
    align-items: self-end;
}
/* Blog item */

.focus_grid-blog_item,
.focus_grid-blog_item_inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.focus_grid-blog_item {
  margin-bottom: 50px;
  padding: 1.5rem 1rem;
  transition: background 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
}
.focus_grid-blog_item:before {
  content: '';
  transition: all 1s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 0;
  height: 0;
  background: #f6fcde;
  opacity: 1;
  z-index: -10;
}
.focus_grid-blog_item:hover:before {
  border-radius: 50%;
  height: 600px;
  width: 600px;
  left: calc(-300px + 50%);
  top: calc(-300px + 50%);
}
.focus_grid-blog_item .focus_grid-title {
  margin-bottom: 0;
  order: 4;
  text-align: left;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.focus_grid-blog_item .focus_grid-date_bar {
  order: 1;
  font-size: 1em;
  font-weight: 700;
  line-height: 145%;
  position: relative;
  margin: 0;
}
.focus_grid-date_bar .focus_grid-author{
  position: relative;
}
.focus_grid-blog_item .focus_grid-date_bar {
  justify-content: start !important;
  margin: 0 !important;
}
.focus_grid-author:before {
  content: '';
  background: #1A252A;
  width: 2px;
  position: absolute;
  height: 100%;
  left: -11px;
}
.focus_grid-date_bar {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: left;
    margin-bottom: 0;
    margin-top: 0;
    order: 0;
}
.blog-post__related-posts h2 {
}
.focus_blog_post-header_container .focus_grid-author {
    order: 2 !important;
}
/* BLOG SINGLE */
.focus_blog_post-header_inner {
    padding: 5em 0 !important; 
}
.focus_blog_post-title {
  font-size: 54px !important;
}
.focus_blog_post-header_container {
    margin: 0 -20px 5em !important;
}
@media (max-width: 1240px) and (min-width: 768px) {
  .blog-post__related-posts h2 {
      margin-bottom: 1em !important;
  }
}
@media (max-width: 767px) {
    .focus_blog_post-title {
        font-size: 48px !important;
    }
  .focus_blog_post-header_container {
    margin: 0 -20px 2em !important;
  }
  .focus_grid-blog_item {
    margin-bottom: 0 !important;
  }
  .focus_grid-inner {
    gap: 20px 0 !important;
  }
}
@media (max-width: 500px) {
    .focus_blog_post-title {
        font-size: 35px !important;
    }
}

/* -------------------- 
 * TESTIMONIAL CAROUSEL
 * -------------------- */
.focus_module_testimonial ul.splide__pagination {
    margin-top: 40px;
}
.splide__arrows button.splide__arrow svg {
  fill: #505050;
  padding: 10px;
}
.splide__arrow--next {
    right: 0;
}
.splide__arrow--prev {
    left: 0;
}

@media (max-width: 1138px) {
  .focus_module_testimonial_container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .focus_module_testimonial_review {
    font-size: 1.2rem;
  }
}

.no-fluid-wrapper.row-fluid,
.no-fluid-wrapper.banner-dnd_area-row-0-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.no-fluid-wrapper.banner-dnd_area-row-0-padding > .dnd-column {
  padding: 0 !important;
  margin: 0 !important;
}

.no-fluid-wrapper.row-fluid > .dnd-column {
  padding: 0 !important;
  margin: 0 !important;
}

.site-banner-wrapper{
  background-color:#3d34f9;
}