@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;700&family=Roboto+Slab:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round:wght@300;400;500;700;800&display=swap");
.hero {
  background-color: #ccc;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.hero .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.hero .owl-nav {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 100%;
  padding: 0 25px;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .hero .owl-nav {
    display: none;
  }
}
.hero .owl-nav button.owl-prev, .hero .owl-nav button.owl-next {
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #a2c343;
  font-size: 25px;
  display: inline-block;
  padding: 15px;
  color: #a2c343;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hero .owl-nav button.owl-prev:hover, .hero .owl-nav button.owl-next:hover {
  background-color: #a2c343;
  color: #fff;
}
@media (max-width: 991.98px) {
  .hero .owl-nav button.owl-prev, .hero .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}
.hero .owl-nav button.owl-next {
  float: right;
}
.hero .item {
  z-index: 20;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .hero .item {
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 25px;
    min-height: initial;
  }
}
@media (max-width: 575.98px) {
  .hero .item {
    padding: 10px 0;
  }
}
.hero .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero .item:after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  z-index: 1;
}
.hero .item .container {
  z-index: 10;
}
.hero .item .inner {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 35px;
  border-radius: 5px;
  padding-right: 10%;
}
@media (max-width: 991.98px) {
  .hero .item .inner {
    padding: 15px;
  }
}
.hero .item .title {
  color: #2b2b2b;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .hero .item .title {
    font-size: 46px;
  }
}
.hero .item .title a:hover {
  -webkit-text-decoration: underline 0.15em black;
          text-decoration: underline 0.15em black;
}
.hero .item p {
  color: #2b2b2b;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .hero .item p {
    font-size: 20px;
  }
}
.hero .item .btn {
  color: #fff !important;
  padding: 15px 30px;
}
.hero .item .date, .hero .item .category {
  color: #2b2b2b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1;
}
.hero .item .category {
  cursor: pointer;
  background-color: #039ce0;
  padding: 10px 15px;
}
.hero .item .category a {
  color: #fff;
}

.taxonomy-description {
  background-color: #fff;
  border: 1px solid #fbfbfb;
  padding: 25px;
  margin-bottom: 25px;
}

#sidebar {
  will-change: min-height;
}
#sidebar .inner-wrapper-sticky {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.wrapper-sticky {
  position: relative;
}

.container.blog {
  margin-bottom: 55px;
}
.container.blog .item {
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .container.blog .item {
    margin-bottom: 25px;
  }
}
.container.blog .item:last-child {
  margin-bottom: 0;
}
.container.blog .item .thumbnail {
  min-height: 350px;
  background-color: #efefef;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .container.blog .item .thumbnail {
    min-height: 300px;
  }
}
@media (max-width: 575.98px) {
  .container.blog .item .thumbnail {
    min-height: 250px;
  }
}
.container.blog .item .inner {
  padding: 35px 25px;
}
@media (max-width: 767.98px) {
  .container.blog .item .inner {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .container.blog .item .inner {
    padding: 25px 15px;
  }
}
.container.blog .item .inner .title {
  position: relative;
  margin: 0;
  font-weight: 700;
}
.container.blog .item .inner .post-info {
  margin: 10px 0;
  color: #414141;
  font-size: 14px;
}
.container.blog .item .inner .post-info ul {
  margin: 0;
  padding: 0;
}
.container.blog .item .inner .post-info ul li {
  list-style: none;
  display: inline-block;
}
.container.blog .item .inner .post-info ul li a:first-child:before {
  display: none;
}
.container.blog .item .inner .post-info ul li a:before {
  content: "/";
}
.container.blog .item .inner .post-info ul li a:last-child:after {
  content: "-";
}
.container.blog .item .inner .post-info ul li a {
  color: #2b2b2b;
}
.container.blog.small .excerpt {
  display: none;
}

.section-title {
  padding: 10px 15px;
  text-transform: uppercase;
  background: rgba(3, 156, 224, 0.1);
  position: relative;
  margin: 0 0 40px;
}
.section-title:before {
  content: "";
  display: block;
  height: 4px;
  background: #039ce0;
  width: 33.333%;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.section-title h3 {
  color: #393939;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

.featured-post {
  padding-bottom: 35px;
}
.featured-post .item {
  background-color: #fafafa;
  position: relative;
  margin-bottom: 35px;
  min-height: 500px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991.98px) {
  .featured-post .item.feature {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767.98px) {
  .featured-post .item {
    min-height: 300px;
    margin-bottom: 15px;
  }
}
.featured-post .item:hover .thumbnail {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.featured-post .item:hover {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.featured-post .item .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.featured-post .item .featured-post-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #039ce0;
  font-weight: 700;
  z-index: 1;
  color: #fff;
}
.featured-post .item .wrapper {
  color: #2b2b2b;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  padding: 25px 15px;
  width: 100%;
}
.featured-post .item .wrapper .title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}
.featured-post .item .wrapper .title a {
  color: #2b2b2b;
}
.featured-post .item .wrapper .info-post {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  color: #414141;
  display: block;
  margin-top: 10px;
}
.featured-post .item .wrapper .info-post span:after {
  content: "/";
  padding: 0 2px;
  display: inline-block;
}
.featured-post .item .wrapper .info-post span:last-child:after {
  display: none;
}
.featured-post .item .wrapper .info-post a {
  color: #2b2b2b;
}
.featured-post .item:hover .info-post {
  max-height: 500px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-card .item-card {
  background-color: #ffffff;
  margin-bottom: 25px;
  border: solid 1px #d2d2d2;
}
.blog-card .item-card h3 {
  margin: 0 15px 0 0;
}
.blog-card .item-card a {
  color: #000;
}
.blog-card .item-card a:hover {
  -webkit-box-shadow: inset 0 -2px 0 0 #039ce0;
          box-shadow: inset 0 -2px 0 0 #039ce0;
}
.blog-card .item-card .thumbnail {
  position: relative;
}
.blog-card .item-card .thumbnail:before {
  content: "";
  display: block;
  width: 95%;
  height: 95%;
  border: 2px solid #fff;
  position: absolute;
  left: 2.5%;
  top: 2.5%;
}
.blog-card .item-card .thumbnail .category {
  background-color: #039ce0;
  color: #fff;
  padding: 5px;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  bottom: calc(2.5% + 2px);
  left: calc(2.5% + 2px);
}
.blog-card .item-card .wrapper {
  padding: 15px;
}
.blog-card .item-card.small h3 {
  font-size: 18px;
}

.navigation.pagination {
  margin: 0 0 50px 0;
  width: 100%;
}
.navigation.pagination ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.navigation.pagination ul li {
  display: inline-block;
}
.navigation.pagination ul li.active a {
  border-color: #039ce0;
}
.navigation.pagination ul li a {
  display: block;
  background-color: #fff;
  border: 1px solid #ebebeb;
  min-width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  padding: 0 10px;
  color: #2b2b2b;
}
.navigation.pagination ul li a:hover {
  background-color: #039ce0;
  color: #fff;
}

.author-wrapper {
  background-color: #fafafa;
  border: 1px solid #fbfbfb;
  padding: 25px;
}
.author-wrapper .title {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #ebebeb !important;
}
.author-wrapper .title a {
  color: #2b2b2b;
}
.author-wrapper .author_avatar {
  margin-bottom: 15px;
  text-align: center;
}
.author-wrapper .author_avatar img {
  max-width: 100px;
  margin: 0 auto;
}
.author-wrapper .author-website {
  font-style: italic;
  margin-bottom: 5px;
  display: block;
}
.author-wrapper .author-description {
  font-size: 14px;
  margin-bottom: 15px !important;
}
.author-wrapper .author-social a {
  margin-right: 15px;
  font-size: 18px;
  color: #039ce0;
}

.social-box {
  margin: 15px 0;
}
.social-box .sbtn {
  display: inline-block;
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  -webkit-box-shadow: 0 3px 0 0 #ebebeb;
          box-shadow: 0 3px 0 0 #ebebeb;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px;
  color: #fff;
}
.social-box .sbtn:hover {
  opacity: 0.9;
}
.social-box .sbtn.s-twitter {
  background: #69b6f0;
  border-color: #69b6f0;
}
.social-box .sbtn.s-facebook {
  background: #4f69a2;
  border-color: #4f69a2;
}
.social-box .sbtn.s-whatsapp {
  background-color: #25d366;
  border-color: #25d366;
}
.social-box .sbtn.s-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.social-box .sbtn.s-email {
  background-color: #a2c343;
}

.featured-post {
  margin-top: 35px;
}
.featured-post.masonry {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(25% - 11.25px) 15px calc(25% - 11.25px) 15px calc(25% - 11.25px) 15px calc(25% - 11.25px);
  grid-template-columns: repeat(4, calc(25% - 11.25px));
  grid-gap: 15px;
}
.featured-post.masonry .item {
  border: 1px solid #ebebeb;
  margin: 0;
  min-height: 350px;
}
@media (max-width: 991.98px) {
  .featured-post.masonry .item {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}
@media (max-width: 575.98px) {
  .featured-post.masonry .item {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    min-height: 250px;
  }
}
.featured-post.masonry .item:first-child, .featured-post.masonry .item:nth-child(6n) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media (max-width: 991.98px) {
  .featured-post.masonry .item:first-child, .featured-post.masonry .item:nth-child(6n) {
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
}
.featured-post.masonry .item:nth-child(2) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (max-width: 575.98px) {
  .featured-post.masonry .item:nth-child(2) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
.featured-post.masonry .item:nth-child(5), .featured-post.masonry .item:nth-child(5n) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (max-width: 575.98px) {
  .featured-post.masonry .item:nth-child(5), .featured-post.masonry .item:nth-child(5n) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}

.breadcrumb {
  padding: 25px 0;
  margin: 0;
}
.breadcrumb p {
  margin: 0;
}
.breadcrumb a {
  color: #2b2b2b;
}
.breadcrumb a:hover {
  color: #039ce0;
}

.container.single-post .wrapper {
  background-color: #fff;
  padding: 25px;
}
.container.single-post .wrapper.content .title-line {
  font-size: 2.1rem;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  border-bottom: none;
}
.container.single-post .wrapper.content .post-meta {
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  padding: 15px 0;
  margin-bottom: 15px;
}
.container.single-post .wrapper.content p {
  margin-bottom: 35px;
}
.container.single-post .wrapper.content h1, .container.single-post .wrapper.content h2, .container.single-post .wrapper.content h3, .container.single-post .wrapper.content h4, .container.single-post .wrapper.content h5, .container.single-post .wrapper.content h6 {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 25px 0;
  margin-bottom: 25px;
}
.container.single-post .wrapper.content h1 p, .container.single-post .wrapper.content h2 p, .container.single-post .wrapper.content h3 p, .container.single-post .wrapper.content h4 p, .container.single-post .wrapper.content h5 p, .container.single-post .wrapper.content h6 p {
  margin: 0;
}
.container.single-post .wrapper.content ul {
  padding: 0;
}
.container.single-post .wrapper.content ul li {
  padding-left: 15px;
  position: relative;
  list-style: none;
}
.container.single-post .wrapper.content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 5px;
  height: 11px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #039ce0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.container.single-post .post-categories {
  list-style: none;
  margin: 15px 0;
}
.container.single-post .post-categories li {
  display: inline-block;
  list-style: none;
  padding: 0 !important;
}
.container.single-post .post-categories li:before {
  display: none !important;
}
.container.single-post .post-categories li a {
  background-color: #039ce0;
  padding: 5px 10px;
  color: #fff;
}
.container.single-post .post-categories li a:hover {
  background-color: #a2c343;
}
.container.single-post .comments {
  margin-top: 50px;
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-form label {
  width: 100%;
}
.comment-form input, .comment-form textarea {
  width: 100%;
  padding: 15px 20px;
}
.comment-form .comment-form-comment {
  width: 100%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.comment-form .form-submit {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.comment-form .form-submit .submit {
  background-color: #a2c343;
  color: #fff;
}
.comment-form .comment-form-author {
  margin-right: 20px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email {
  width: calc(50% - 10px);
}
@media (max-width: 767.98px) {
  .comment-form .comment-form-author, .comment-form .comment-form-email {
    width: 100%;
    margin: 0;
  }
}
.comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-form .comment-form-cookies-consent input {
  width: 30px;
}

footer {
  margin-top: 75px;
  background-color: #043b85;
  padding-top: 50px;
  color: #fff;
}
footer .pre-footer, footer .copyright {
  padding: 20px 0;
  background-color: #043b85;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .social a {
  color: #fff;
}
footer .widget h1, footer .widget h2, footer .widget h3, footer .widget h4 {
  color: #fff;
}
footer .widget h1:before, footer .widget h2:before, footer .widget h3:before, footer .widget h4:before {
  display: none;
}
footer .widget_nav_menu ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
footer .widget_nav_menu ul li a {
  color: #ffffff;
  font-weight: 400;
  line-height: 2;
}
footer .widget_nav_menu ul li a:hover {
  color: #039ce0;
}

#top-bar {
  padding: 10px 0;
}
#top-bar .menu {
  padding: 0;
  margin: 0;
}
#top-bar .menu li {
  list-style: none;
  display: inline-block;
}
#top-bar .menu li:first-child {
  padding-left: 0;
}
#top-bar .menu li:after {
  content: " | ";
  padding: 0 15px;
}
#top-bar .menu li:last-child:after {
  display: none;
}
#top-bar .menu li a {
  font-size: 14px;
  color: #2b2b2b;
}
#top-bar .menu li a:hover {
  color: #039ce0;
}
#top-bar .social li {
  margin: 0 5px 0 0;
}
#top-bar .social li:last-child {
  margin-right: 0;
}
#top-bar .social li:first-child {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  #top-bar .social li {
    margin: 10px 5px;
  }
}
#top-bar .social a {
  color: #fff;
  background-color: rgba(3, 156, 224, 0.8);
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#top-bar .social a:hover {
  background-color: #039ce0;
}

.navbar {
  background-color: #fff;
  font-family: "Lato", sans-serif;
  padding: 15px 0;
}
.navbar .navbar-nav {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar .container {
  position: relative;
}
.navbar.smart-scroll {
  z-index: 1030;
}
.navbar.scrolled-down {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: slide-down 0.3s ease-out;
          animation: slide-down 0.3s ease-out;
}
.navbar.scrolled-down .logo-header img {
  max-height: 50px;
  width: auto;
}
.navbar.scrolled-up {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .current-menu-item a {
  -webkit-text-decoration: underline 0.15em #039ce0;
          text-decoration: underline 0.15em #039ce0;
}
.navbar .nav-link {
  font-weight: 700;
  color: #2b2b2b !important;
  font-size: 16px;
  margin-right: 25px;
  position: static;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991.98px) {
  .navbar .nav-link {
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .navbar .nav-link.show {
    background-color: #039ce0;
    color: #fff !important;
  }
}
.navbar .logo-header img {
  max-height: 90px;
  width: auto;
}
.navbar .dropdown-menu {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(22, 35, 58, 0.15);
          box-shadow: 0px 4px 16px 0px rgba(22, 35, 58, 0.15);
}
.navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus {
  background-color: #039ce0;
  color: #fff;
}
@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #efefef;
    border: none;
    text-align: center;
    margin: 0;
    border-radius: 0;
  }
}
.navbar .navbar-toggler {
  background-color: #039ce0;
  margin-left: auto;
}

.search-navbar {
  position: relative;
  cursor: pointer;
}
.search-navbar a {
  padding-right: 0 !important;
  margin: 0 !important;
}
.search-navbar a:hover {
  color: #039ce0;
}
.search-navbar .search-wrapper {
  background-color: #fff;
  bottom: -18px;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.search-navbar .search-wrapper form {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f0f0f0;
}
.search-navbar .search-wrapper form input {
  width: calc(100% - 52px);
  border: none;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}
.search-navbar .search-wrapper form input:hover, .search-navbar .search-wrapper form input:focus {
  border-color: #039ce0;
}
.search-navbar .search-wrapper form button[type=submit] {
  background-color: transparent;
  color: #039ce0;
  font-weight: 700;
  border-color: #039ce0;
  width: 50px;
  border: none;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.widget_block a:hover {
  color: #a2c343;
}
.widget_block ul {
  background-color: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 25px 15px !important;
  margin-bottom: 25px;
}
.widget_block ul li {
  list-style-position: inside !important;
  list-style: disc;
}
.widget_block ul li::marker {
  color: #a1a1a1;
}
.widget_block ul li:hover::marker {
  color: #a2c343;
}
.widget_block ul a {
  color: #a1a1a1;
}

.widget {
  margin-bottom: 25px;
}
.widget input, .widget select {
  background-color: #fff;
  max-width: 100%;
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #f0f0f0;
}
.widget h2, .widget h3, .widget h4, .widget h5, .widget .wp-block-search__label {
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
  padding: 15px 0;
  color: #494949;
  font-size: 20px;
}
.widget h2:before, .widget h3:before, .widget h4:before, .widget h5:before, .widget .wp-block-search__label:before {
  content: "";
  width: 35px;
  height: 3px;
  background-color: #039ce0;
  position: absolute;
  top: 0;
  left: 0;
}
.widget .wp-block-search__inside-wrapper {
  margin-bottom: 25px;
}
.widget .wp-block-search__inside-wrapper input {
  border-radius: 5px;
  border-color: #ebebeb;
}

.widget_search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 15px;
}
.widget_search .search-form:hover {
  border-color: #039ce0;
}
.widget_search .search-form input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.widget_search .search-form input:focus {
  outline: 0;
}
.widget_search .search-form button {
  background-color: transparent;
  color: #039ce0;
  border: none;
}

.popular-posts {
  min-height: 450px;
}

.wpp-list {
  margin: 0;
  padding: 0;
}
.wpp-list li {
  background-color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wpp-list li img {
  width: 100px;
}
.wpp-list li > span {
  position: absolute;
  color: #ffffff;
  background-color: #039ce0;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  width: 100px;
  text-align: center;
}

#toc {
  background-color: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 25px 15px !important;
  margin-bottom: 25px;
  list-style: none;
  padding: 15px;
}
#toc > li > a {
  color: #2b2b2b;
  font-weight: 700;
}
#toc > li ul {
  padding: 0;
}
#toc > li ul li {
  list-style: none;
  margin: 0;
  padding: 10px;
  border-bottom: solid 1px #f4f4f4;
}
#toc > li ul li:last-child {
  border-bottom: none;
}
#toc > li ul li a {
  color: #a1a1a1;
}
#toc > li ul li a:hover {
  color: #039ce0;
}

.container.page {
  margin-bottom: 55px;
}
.container.page .wrapper {
  padding: 15px;
  background-color: #fff;
}

.comments-title {
  font-size: 22px;
}

.comment-reply-title {
  font-size: 24px;
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comment-list .comment {
  margin-bottom: 25px;
  background-color: #fafafa;
  padding: 15px;
}
.comment-list .comment .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-list .comment .comment-body .vcard {
  max-width: 100px;
}
.comment-list .comment .comment-body .comment-wrapper {
  width: calc(100% - 110px);
  margin-left: auto;
}
.comment-list .comment .comment-body .author {
  display: block;
  font-weight: 700;
  border-bottom: 1px solid #efefef;
  padding: 0 0 5px 0;
}
.comment-list .comment .comment-body .commentmetadata {
  font-style: italic;
  margin: 0;
}
.comment-list .comment .comment-body .commentmetadata a {
  color: #2b2b2b;
}
.comment-list .comment .comment-body .comment-content p {
  font-size: 14px;
  color: rgba(43, 43, 43, 0.7);
}
.comment-list .comment .comment-body .comment-footer {
  text-align: right;
}
.comment-list .comment .comment-body .comment-footer .comment-reply-link {
  background-color: #039ce0;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px;
}
.comment-list .comment .comment-body .comment-footer .comment-reply-link:hover {
  opacity: 0.9;
}

body {
  background-color: #f9f9f9;
  min-height: 110vh;
  font-family: "Varela Round", sans-serif;
}

a {
  color: #039ce0;
  text-decoration: none;
}
a.underline {
  color: inherit;
  -webkit-text-decoration: underline 0.15em rgba(255, 255, 255, 0);
          text-decoration: underline 0.15em rgba(255, 255, 255, 0);
  -webkit-transition: -webkit-text-decoration-color 300ms;
  transition: -webkit-text-decoration-color 300ms;
  transition: text-decoration-color 300ms;
  transition: text-decoration-color 300ms, -webkit-text-decoration-color 300ms;
}
a.underline.dark:hover {
  -webkit-text-decoration: underline 0.15em #2b2b2b;
          text-decoration: underline 0.15em #2b2b2b;
}
a.underline.blue:hover {
  -webkit-text-decoration: underline 0.15em #039ce0;
          text-decoration: underline 0.15em #039ce0;
}
a:hover {
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}

img {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-family: "Varela Round", sans-serif;
}

blockquote {
  background-color: #f3f7fc;
  padding: 35px;
  font-size: 18px;
  text-style: italic;
}
blockquote cite {
  font-weight: 800;
}
blockquote p {
  margin-bottom: 0 !important;
}

input, textarea, select {
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
  border-color: #039ce0;
}

.title-line, .comment-reply-title {
  position: relative;
  padding: 15px 0;
}
.title-line:before, .comment-reply-title:before {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #039ce0;
  position: absolute;
  top: 0;
  left: 0;
}

.btn {
  position: relative;
  border-radius: 0;
  color: var(--inv);
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.from-center:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  border: 1px solid #039ce0;
  border-left: 0;
  border-right: 0;
}
.from-center:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #039ce0;
  z-index: -1;
}
.from-center:hover:before {
  left: 0;
  width: 100%;
}
.from-center:hover:after {
  top: 0;
  height: 100%;
}

.btn {
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 35px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0.9;
}
.btn.btn-secondary {
  background-color: #a2c343;
}
.btn.btn-secondary:hover {
  -webkit-box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #a2c343;
          box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #a2c343;
  color: #fff;
}
.btn:hover {
  -webkit-box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #039ce0;
          box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #039ce0;
  opacity: 1;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social li {
  display: inline-block;
  margin: 0 10px;
}
.social li a {
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}
.social li a:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.social li a:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}
.social li a:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
          animation: sonarEffect 1.3s ease-out 75ms;
}

.front-page {
  margin-bottom: 75px;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.c {
  text-align: center;
  display: block;
  position: relative;
  padding: 200px;
}

._404 {
  font-size: 220px;
  position: relative;
  display: inline-block;
  z-index: 2;
  height: 250px;
  letter-spacing: 15px;
}

._1 {
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 12px;
  font-size: 4em;
  line-height: 80%;
}

._2 {
  text-align: center;
  display: block;
  position: relative;
  font-size: 20px;
}

hr {
  padding: 0;
  border: none;
  border-top: 5px solid #fff;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  width: 420px;
  height: 10px;
  z-index: -10;
}
hr:after {
  content: "•";
  display: inline-block;
  position: relative;
  top: -0.75em;
  font-size: 2em;
  padding: 0 0.2em;
  background: #33cc99;
}
hr .cloud {
  width: 350px;
  height: 120px;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, to(#FFF));
  background: linear-gradient(top, #FFF 100%);
  background: -o-linear-gradient(top, #FFF 100%);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: absolute;
  margin: 120px auto 20px;
  z-index: -1;
  -webkit-transition: ease 1s;
  transition: ease 1s;
}
hr:after, hr:before {
  content: "";
  position: absolute;
  background: #FFF;
  z-index: -1;
}
hr:after {
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
hr:before {
  width: 180px;
  height: 180px;
  top: -90px;
  right: 50px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
}

.x1 {
  top: -50px;
  left: 100px;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0.9;
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

.x1_5 {
  top: -80px;
  left: 250px;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-animation: moveclouds 17s linear infinite;
  -moz-animation: moveclouds 17s linear infinite;
  -o-animation: moveclouds 17s linear infinite;
}

.x2 {
  left: 250px;
  top: 30px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6;
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}

.x3 {
  left: 250px;
  bottom: -70px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.8;
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}

.x4 {
  left: 470px;
  botttom: 20px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.75;
  -webkit-animation: moveclouds 18s linear infinite;
  -moz-animation: moveclouds 18s linear infinite;
  -o-animation: moveclouds 18s linear infinite;
}

.x5 {
  left: 200px;
  top: 300px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.8;
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}