@charset "UTF-8";
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * General - https://wordpress.org/documentation/article/css/
 */
.swiper-banner-slider .swiper-pagination {
  bottom: 10px !important;
}

.swiper-banner-slider .elementor-swiper-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #488343;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-banner-slider:hover .elementor-swiper-button {
  opacity: 1;
  visibility: visible;
}

.swiper-banner-slider .elementor-swiper-button:hover {
  cursor: pointer;
  background-color: #161E2D;
}

#crumbs {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
#crumbs .current {
    color: #A3ABB0;
}

article.post .featured {
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
}

article.post .featured a>img {
  width: 100%;
  border-radius: 15px;
  /* height: 260px;
  object-fit: cover; */
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.wp-caption {
  margin-block-end: 1.25rem;
  max-width: 100%;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}


.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.hide {
  display: none !important;
}

.post-password-form p {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.post-password-form [type=submit] {
  margin-inline-start: 3px;
}

/**
 * Utility styles
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
 * Post item in archive pages
 */
.post .entry-title a {
  text-decoration: none;
}


/**
 * Comments
 */
#comments label {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #161E2D;
  font-family: 'Roboto';
  margin-bottom: 8px;
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}

#comments .comment,
#comments .pingback {
  position: relative;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding-inline-end: 0;
}

#comments .comment-list li article {
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #E4E4E4;
}
#comments .comment-list > li:last-child article:last-child {
  border-bottom: none;
}

.comment-list li>.children>li {
  padding-top: 20px;
  padding-bottom: 20px;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  border-radius: 50%;
  margin-inline-end: 20px;
}

html[dir=rtl] #comments .comment .avatar,
body.rtl #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
}


#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-block-end: 20px;
}

#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}

#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-inline-start: 30px;
}

#comments .children li:last-child {
  padding-block-end: 0;
}

#comments .comment-author {
  flex-shrink: 0;
  margin-right: 15px;
}

#comments .comment-meta:not(.reply) {
  max-width: calc(100%);
}

@media (min-width: 768px) {

  .elementor-widget .elementor-icon-list-item,
  .elementor-widget .elementor-icon-list-item a {
    align-items: flex-start !important;
  }

  /* .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    margin-top: 10px;
  }

  #comments .comment-author,
  #comments .comment-metadata {} */
}

@media (max-width: 767px) {
  article.post {
    flex-direction: column;
  }

  article.post .featured {
    max-width: 100%;
  }

  article.post .featured a>img {
    height: auto;
  }

  #comments .comment .comment-body {
    padding: 30px 0;
  }

  #comments .children {
    padding-inline-start: 20px;
  }

  #comments .comment .avatar {
    position: inherit;
    float: left;
  }

  html[dir=rtl] #comments .comment .avatar,
  body.rtl #comments .comment .avatar {
    float: right;
  }
}

/**
 * Responsive layouts
 */
.site-header .header-inner,
.site-header:not(.dynamic-header),
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
body:not([class*=elementor-page-]) .site-main,
.page-header .entry-title {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%;
}

body.single-post .site-main {
  margin-inline-start: auto !important;
  margin-inline-end: auto !important;
  width: 100% !important;
  padding-top: 60px;
  padding-bottom: 60px;
}

body.single-post header .site-main {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}


@media (max-width: 575px) {

  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }

  body.single-post .site-main {
    padding-inline-start: 15px !important;
    padding-inline-end: 15px !important;
  }
}

@media (min-width: 576px) {

  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 100%;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }

  body.single-post .site-main {
    padding-inline-start: 15px !important;
    padding-inline-end: 15px !important;
    max-width: 100% !important;
  }

  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }

  .site-footer.footer-full-width .footer-inner {
    max-width: 100%;
  }
}

@media (min-width: 768px) {

  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 100%;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }

  body.single-post .site-main {
    padding-inline-start: 15px !important;
    padding-inline-end: 15px !important;
    max-width: 100% !important;
  }

  .site-header.header-full-width {
    max-width: 100%;
  }

  .site-footer.footer-full-width {
    max-width: 100%;
  }
}

@media (min-width: 992px) {

  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 100%;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }

  body.single-post .site-main {
    padding-inline-start: 15px !important;
    padding-inline-end: 15px !important;
    max-width: 100% !important;
  }

  .site-header.header-full-width {
    max-width: 100%;
  }

  .site-footer.footer-full-width {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .site-header:not(.dynamic-header) {
    padding-left: 92px;
    padding-right: 92px;
  }

  .site-header .header-inner,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title {
    max-width: 1320px;
  }

  body.single-post .site-main {
    max-width: 1320px !important;
  }

  .site-header.header-full-width {
    max-width: 100%;
  }

  .site-footer.footer-full-width {
    max-width: 100%;
  }
}

.site-header+.elementor {
  min-height: calc(100vh - 320px);
}

main {
  padding: 120px 0;
}

@media (max-width: 992px) {
  main {
    padding: 70px 0;
  }
}

/* Archiver Post */
.archive-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.archive-post .page-content {
  width: 68%;
  padding-right: 40px;
}

.archive-post .sidebar {
  width: 32%;
  padding-left: 4px;
}

.sidebar .content-sidebar,
.archive-post .sidebar .content-sidebar {
  position: sticky;
  top: 120px;
}


@media only screen and (max-width: 1200px) {

  .archive-post .sidebar,
  .archive-post .page-content {
    width: 100%;
  }

  .archive-post .page-content {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

article.post {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 30px;
}

article.post:not(:last-child) {
  padding-bottom: 36px;
  border-bottom: 1px solid #E4E4E4;
}

article.post .content {}



article.post .content .meta {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

article.post .content .meta>*:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #A3ABB0;
}

article.post .content .meta a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--theme-primary-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
}

article.post .content .meta svg,
article.post .content .meta a:hover {
  color: var(--theme-primary-color);
}

article.post .content .entry-title a,
article.post .content .entry-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #161E2D;
  margin: 0;
  margin-bottom: 5px;
  text-transform: capitalize;
}

article.post .content .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #5C6368;
  margin-bottom: 14px;
}

article.post .content .tf-btn {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto';
  line-height: 26px;
  text-transform: capitalize;
  color: var(--theme-primary-color);
  display: inline-block;
  position: relative;
}

article.post .content .tf-btn::after {
  content: '';
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

article.post .content .tf-btn:hover::after {
  width: 0%;
}

article.post .content .entry-title a:hover,
article.post .content .tf-btn:hover {
  color: var(--theme-primary-color);
}


.archive-post .meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.archive-post.archive-single-post .meta {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
}

.archive-post .meta>*:not(:last-child) {
  margin-right: 16px;
}

.archive-post .meta .meta-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #488343;
  font-family: 'Roboto';
  display: -webkit-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0px 10px;
  flex-wrap: wrap;
}

.archive-post .meta .post-comments .meta-text a,
.archive-post .meta .post-date .meta-text,
.archive-post .meta .post-comments .meta-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5C6368;
}

.archive-post .meta svg,
.archive-post .meta a:hover {
  color: var(--theme-primary-color);
}

.archive-single-post .post-title {
  color: #374151;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  margin: 0;
  margin-bottom: 16px;
}


.archive-single-post .content-inner p {
  margin-bottom: 0px;
}

.archive-single-post .content-inner .logged-in-as {
  margin-bottom: 10px;
}

.archive-single-post .content-inner blockquote {
  padding: 40px 60px;
  background: #F2F0EC;
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  font-style: italic;
}

.archive-single-post .content-inner blockquote cite {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #374151;
  position: relative;
  padding-left: 60px;
  display: inline-block;
  font-family: 'Roboto';
  font-style: normal;
}

.archive-single-post .content-inner blockquote cite::after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #374151;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.archive-single-post .content-inner>figure {
  margin-bottom: 40px;
  margin-top: 0px;
}

.archive-single-post .content-inner h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  color: #161E2D;
  margin: 0;
  margin-bottom: 30px;
}

.archive-single-post .content-inner ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.archive-single-post .social-share-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid #EDEDED;
  padding-top: 16px;
  margin-top: 30px;
  gap: 10px;
}

.archive-single-post .social-share-article span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #161E2D;
}


.archive-single-post .social-share-article .themesflat-socials {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}

.archive-single-post .social-share-article .themesflat-socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #161E2D;
}

.archive-single-post .social-share-article .themesflat-socials a:hover {
  background: #488343;
  border-color: #488343;
  color: #fff;
}

.archive-single-post .content-inner .post-tags {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #374151;
}

.archive-single-post .content-inner .post-tags a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 3px 20px;
  border: 1px solid #CCCCCC;
  color: #374151;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.archive-single-post .content-inner .post-tags a:last-child {
  margin-right: 0;
}

.archive-single-post .content-inner .post-tags a:hover {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}

.related-wrap {
  margin-bottom: 120px;
}

.related-wrap .row {
  row-gap: 30px;
}

.related-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #374151;
  margin: 0;
  text-align: center;
}

.related-wrap .item .featured-img {
  overflow: hidden;
  display: block;
  position: relative;
}

.related-wrap .item .featured-img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.related-wrap .item .featured-img img {
  min-height: 253px !important;
  height: 100%;
  object-fit: cover;
}

.related-wrap .item .featured-img::before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.6;
  position: absolute;
  z-index: 5;
}

.related-wrap .item:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.related-wrap .item .content {
  padding-top: 24px;
}

.related-wrap .item .content .post-title a,
.related-wrap .item .content .post-title {
  color: #212B36;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 12px;
  margin-top: 0;
}

.related-wrap .item .content .post-title a:hover {
  color: var(--theme-primary-color);
}

.related-wrap .item .content .description {
  color: #6B7280;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

/* Comment */
.comments-area .title-comments {
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  color: #24272C;
  margin: 40px 0 30px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}

.comments-area .comment-notes {
  display: none;
}

.comments-area .comment-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.comments-area .comment-form .comment_wrap_input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -30px;
  order: -1;
}

.comments-area .comment-form .comment_wrap_input fieldset {
  width: calc(50% - 30px);
  margin-left: 30px;
  padding: 0;
}

.comments-area .comment-form .comment_wrap_input input,
.comments-area .comment-form textarea {
  margin-bottom: 20px;
  padding: 16px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #5C6368;
  font-family: 'Roboto';
  border-radius: 5px;
}

.comments-area .form-submit {
  margin-top: 20px;
}

.comment-form-cookies-consent label {
  font-family: 'Inter' !important;
  line-height: 19.6px !important;
  color: #5C6368 !important;
  margin-bottom: 0px !important;
}

.comments-area .comment-form textarea {
  height: 130px;
}

.comments-area .comment-form .comment_wrap_input input::placeholder,
.comments-area .comment-form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #5C6368;
  font-family: 'Roboto';
}

.comments-area .comment-form .comment-form-comment label {
  display: none;
}

.comments-area .comment-respond {
  margin-top: 40px;
}

.comments-area .comment-form .error {
  color: red;
  margin-top: -10px;
  margin-bottom: 20px;
}

.comments-area .comment-reply-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.comments-area .reply {
  position: absolute;
  top: 20px;
  right: 0;
}

#comments .comment-meta {
  max-width: calc(100% - 90px);
}

.comment-metadata .edit-link,
.comment-metadata time {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #637381;
  display: none;
}

.comment-metadata .edit-link {
  display: none;
}

.comment-author,
.comment-author a {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #161E2D;

}

.comment-content p {
  font-size: 14px;
  font-weight: 400;
  color: #5C6368;
  line-height: 22px;
  font-family: 'Roboto';
}

.comment-author .says {
  display: none;
}

.comments-area .comment-reply-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #488343;
  text-transform: capitalize;
}

.comment-form-cookies-consent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}

.comment-form-cookies-consent label {
  margin-bottom: 0;
  font-size: 14px;
}

/* Sidebar */
.sidebar .content-sidebar>.widget {
  margin-bottom: 40px;
}

.sidebar .content-sidebar>.widget:last-child {
  margin-bottom: 0;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget .widget-title,
.widget h2,
.wp-block-search .wp-block-search__label {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  font-family: 'Roboto';
  margin-bottom: 20px;
  margin-top: 0px;
  color: #161E2D;
  text-transform: capitalize;
}


/*Widget Tag */
.widget-title-tag {
  margin-bottom: 32px;
}

.wp-block-tag-cloud {
  margin-bottom: -15px;
}

.wp-block-tag-cloud a {
  padding: 5px 19px;
  background: #fff;
  color: #000000;
  margin-bottom: 15px;
  font-size: 14px !important;
  margin-right: 15px;
  color: #374151;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid #CCCCCC;
}

.wp-block-tag-cloud a:hover {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}

/* widget recent post */

.widget.widget-recent-news .widgettitle,
.widget.widget_latest_news .widgettitle {
  margin-bottom: 26px;
}

.widget-recent-porfolio .thumb,
.widget.widget-recent-news .thumb,
.widget.widget_latest_news .thumb {
  margin-right: 10px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 3px;
  min-width: 112px;
  height: auto;
  width: 112px;
}

.widget.widget-recent-news .thumb {
  margin-top: 0px;
}

.widget.widget-recent-news .recent-news {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: -4px;
}

.widget-recent-porfolio .text,
.widget.widget-recent-news .text,
.widget.widget_latest_news .text {
  overflow: hidden;
}

.widget.widget-recent-news .text {
  margin-top: -2px;
}


.widget.widget-recent-news .widget-title {
  margin-bottom: 40px;
}

.widget.widget-recent-news .text h6,
.widget.widget_latest_news .text h6 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: #161E2D;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  font-family: 'Roboto';
  margin: 0;
  margin-bottom: 10px;
}

.widget.widget-recent-news .text h6 a,
.widget.widget_latest_news .text h6 a {
  font-weight: 500;
}

.widget-recent-porfolio .thumb a img,
.widget.widget-recent-news .thumb a img,
.widget.widget_latest_news .thumb a img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  max-width: 100%;
  width: 100%;
  /* height: 78px; */
  border-radius: 0px;
  object-fit: cover;
}

.widget-recent-porfolio li,
.widget.widget-recent-news li,
.widget.widget_latest_news li {
  display: flex;
  margin-bottom: 17px;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}

.widget-recent-porfolio li,
.widget.widget-recent-news li {
  overflow: unset;
  align-items: center;
  margin: 0;
  margin-bottom: 30px;
}

.widget.widget-recent-news li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E4E4E4;
  margin-bottom: 0px;
}

.widget-recent-porfolio li:last-child,
.widget.widget-recent-news li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: unset;
}

.widget.widget-recent-news li:last-child,
.widget.widget_latest_news li:last-child {
  margin-bottom: 0;
}

.widget-recent-porfolio li .text h6 a,
.widget.widget-recent-news li .text h6 a,
.widget.widget_latest_news li .text h6 a {
  color: #161E2D;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}


.widget-recent-porfolio li .text h6 a:hover,
.widget.widget-recent-news li .text h6 a:hover,
.widget.widget_latest_news li .text h6 a:hover {
  color: var(--theme-primary-color);
}

.widget-recent-porfolio li .text p.desc,
.widget.widget-recent-news li .text p.desc,
.widget.widget_latest_news li .text p.desc {
  margin-bottom: 0;
  margin-top: 10px;
}

.widget-recent-porfolio li .text .post-date,
.widget.widget-recent-news li .text .post-date,
.widget.widget_latest_news li .text .post-date {
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 4px;
  color: #637381;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}

.widget.widget-recent-news li .text .post-date {
  display: flex;
  gap: 4px;
  position: relative;
  margin-top: 0;
  margin-bottom: 4px;
  color: #5C6368;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}

.widget-recent-porfolio li .text .post-date svg,
.widget.widget-recent-news li .text .post-date svg,
.widget.widget_latest_news li .text .post-date svg {
  vertical-align: middle;
  color: var(--theme-primary-color);
  font-size: 13px;
}

.widget-recent-porfolio li .text .post-date i,
.widget.widget-recent-news li .text .post-date i {
  margin-right: 8px;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  color: #4F545A;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.wp-block-latest-posts__post-excerpt {
  font-size: 14px;
}

.widget-recent-porfolio li .text .post-comment,
.widget.widget-recent-news li .text .post-comment {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 5px;
}

.widget-recent-porfolio li .text .post-comment i,
.widget.widget-recent-news li .text .post-comment i {
  margin-right: 3px;
}

.sidebar .widget-recent-porfolio {
  margin-bottom: 38px;
}


/* Widget category */

.widget.widget_categories ul li>a,
.sidebar .widget.widget_block .wp-block-categories li a {
  color: #161E2D;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  font-family: 'Roboto';
}

.widget.widget_categories ul li>a:hover,
.widget.widget_block .wp-block-categories li a:hover,
.sidebar .widget.widget_categories ul li>a:hover,
.sidebar .widget.widget_block .wp-block-categories li a:hover {
  color: var(--theme-primary-color);
}

.widget.widget_categories ul li>a span {
  float: right;
}

.widget.widget_categories ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  padding: 10px 0px 16px 0px;
  margin: 6px 0px 6px 0px;

}

.sidebar .content-sidebar .widget_categories {
  margin-bottom: 50px;
}

.widget.tf_widget_categories ul li,
.sidebar .widget.widget_categories ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #E4E4E4;
}
.widget.tf_widget_categories ul li:not(:last-child),
.sidebar .widget.widget_categories ul li:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}


.widget.widget_categories ul li:last-child,
.sidebar .widget.widget_categories ul li:last-child {
  padding-bottom: 0;
}

.widget.widget_categories .children li:first-child {
  margin-top: 20px;
}

/* sidebar newsletter */
.sidebar-newsletter {
  padding: 20px 15px;
  background-color: var(--theme-primary-color);
  border-radius: 15px;
}

.sidebar-newsletter .widget-title {
  color: #fff;
}

/* widget search */
.sidebar .content-sidebar>.widget.widget_search {
  padding: 0;
  border: none;
}

.widget_search form {
  width: 100%;
  position: relative;
  margin: 0;
}

.widget_search form label {
  display: block;
  margin-bottom: 10px;
}

.widget_search form button,
.wp-block-search .wp-block-search__button {
  width: 60px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  box-shadow: none;
  border: 0;
  outline: none !important;
  padding: 0;
  border-radius: 0rem;
  text-align: center;
  color: #374151;
  font-size: 20px;
  background: transparent;
}

.wp-block-search .wp-block-search__button:hover::after {
  color: var(--theme-primary-color);
}

.widget_search form button svg,
.wp-block-search .wp-block-search__button svg {
  fill: #fff;
  transform: rotate(-90deg);
}

.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search .wp-block-search__button {
  text-indent: -99999px;
  margin: 0;
  z-index: 1;
}

.wp-block-search .wp-block-search__button::placeholder {
  color: #374151;
}

.widget_search form button:hover {
  color: var(--theme-primary-color);
}

.wp-block-search .wp-block-search__inside-wrapper button:after {
  all: unset;
  content: "";
  color: #374151;
  text-indent: 0;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(./assets/images/svg/search.svg);
  width: 25px;
  height: 24px;
}

.wp-block-search .wp-block-search__inside-wrapper button::before {
  display: none;
}

.wp-block-search .wp-block-search__inside-wrapper button:hover {
  background-color: transparent;
}

#header .widget_search form button:hover {
  color: var(--theme-primary-color);
}

.widget_search form input[type="search"],
.wp-block-search .wp-block-search__input {
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #5C6368;
  padding: 16px 15px;
  margin-top: 5px;
  border-radius: 5px;
}

.widget_search form input[type="search"]::placeholder,
.wp-block-search .wp-block-search__input::placeholder {
  color: #5C6368;
  font-size: 14px;
  font-weight: 500;
}

.widget_search form input::placeholder,
.widget_search form input:-moz-placeholder,
.widget_search form input::-moz-placeholder,
.widget_search form input:-ms-input-placeholder,
.widget_search form input::-webkit-input-placeholder {
  color: #374151;
}

/* Contact-form */
.contact-form p {
  margin-bottom: 19px;
}

.contact-form p label {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #24272C;
  margin-bottom: 8px;
}

.contact-form.row {
  margin: 0 -7.5px;
}

.contact-form.row>* {
  padding: 0 7.5px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid #EDEDED;
  padding: 17px 18px;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #5C6368;
  background: transparent;
  border-radius: 5px;
  width: 100%;
}

.contact-form textarea {
  height: 130px;
}

.contact-form input[type="submit"] {
  width: auto;
  background-color: #488343;
  color: #fff;
  padding: 12px 17.5px;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  border: unset;
  border-radius: 5px;
  margin-top: 10px;
}

.contact-form input[type="submit"]:hover {
  background-color: #F4D118;
}

.map {
  margin-bottom: -10px;
}

/* Pagination */

/* Pagination
-------------------------------------------------------------- */
.navigation.paging-navigation .pagination,
.navigation.paging-navigation.pager {
  text-align: left;
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.navigation.paging-navigation .current {
  border-color: transparent;
}

.navigation.paging-navigation.pager .pagination {
  width: 100%;
  display: block;
}

.navigation.paging-navigation.pager a:last-child {
  float: right;
}

.navigation.paging-navigation a.next,
.navigation.paging-navigation a.prev {
  font-size: 10px;
}

.navigation.paging-navigation a,
.pagination>span,
.navigation.paging-navigation span,
.page-links a,
.page-links>span,
.navigation.paging-navigation a.next,
.navigation.paging-navigation a.prev {
  position: relative;
  color: #161E2D;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
  margin-right: 17px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.page-links {
  margin-top: 15px;
  clear: both;
}

.navigation.paging-navigation.pager a {
  display: inline-block;
  color: #071C34;
  padding: 0;
  min-width: 0;
  min-height: 0;
  border-radius: 8px;
  border: 1px solid #EDEDED;
  background: #fff;
  padding: 7px 15px;
}

.navigation.paging-navigation a:hover {
  border-color: var(--theme-primary-color);
}

.navigation.paging-navigation.pager a:hover {
  background-color: var(--theme-primary-color);
  color: #fff;
}

.page-links>span,
.page-links a:hover,
.navigation.paging-navigation .current,
.navigation.paging-navigation a:hover,
.navigation.paging-navigation a.next:hover {
  color: #fff !important;
  background: var(--theme-primary-color) !important;
  border-color: var(--theme-primary-color) !important;
}

/* Navigation page */
.navigation.pager a,
.navigation.loadmore a {
  width: auto;
  height: auto;
  padding: 0 20px;
  border-radius: 5px;
}

.navigation.loadmore .pagination {
  display: inline-flex;
}

.search .nav-links .nav-previous {
  float: left;
}

.search .nav-links .nav-next {
  float: right;
}

.home .page-header {
  display: none;
}

.home main {
  padding-top: 0;
}

.inner-team .post-title {
  font-size: 40px;
  color: #374151;
  margin: 20px 0;
}

.show-search .top-search .search-field {
  padding: 13px 100px 13px 30px;
}

.show-search .top-search.show {
  margin-top: 36px;
}

.elementor-button .elementor-button-icon {
  transition: all 0.2s ease-in-out;
}

/* .elementor-button:hover .elementor-button-icon {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
} */

.page-search-wrap {
  display: flex;
  flex-wrap: wrap;
}

.page-search-wrap .page-content {
  width: 70%;
  padding-right: 60px;
}

.page-search-wrap .page-content .post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(20, 28, 33, 0.1);
  margin: 0;
}

.page-search-wrap .page-content .post:first-child {
  padding-top: 0px;
}

.page-search-wrap .page-content .post img {
  max-width: 220px;
}

.page-search-wrap .page-content .post a {
  flex-shrink: 0;
}

.page-search-wrap .page-content .post img,
.page-search-wrap .page-content .post a img {
  width: 220px;
  height: 180px;
  object-fit: cover;
}

.page-search-wrap .page-content .post .content {
  box-shadow: unset;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0px;
  margin: 0px;
}

.page-search-wrap .page-content .post .content .entry-title a,
.page-search-wrap .page-content .post .content .entry-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}

.page-search-wrap .page-content .post .content p {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.page-search-wrap .navigation {
  margin-top: 30px;
}

.page-search-wrap .sidebar {
  width: 30%;
}

.show-search.active .icon-close {
  display: block;
}

.show-search a .icon-close {
  width: 25px;
  height: 25px;
  position: relative;
  display: none;
}

.show-search a .icon-close::before {
  width: 20px;
  height: 2px;
  rotate: 45deg;
  content: '';
  background-color: #9CA3AF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
}

.show-search a .icon-close::after {
  width: 20px;
  height: 2px;
  rotate: -45deg;
  content: '';
  background-color: #9CA3AF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0px;
}

/* Responsive */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {

  .tfre_register .wrap-button a,
  .tfre_register .btn-submit {
    font-size: 16px !important;
  }

  .elementor-40 .elementor-element.elementor-element-ef21127 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .mainnav_canvas ul>li .sub-menu li {
    border-top: solid 1px #cccccc !important;
  }
}

@media only screen and (max-width: 991px) {
  .mainnav_canvas ul>li .sub-menu li {
    border-top: solid 1px #cccccc !important;
  }

  .archive-post .meta {
    row-gap: 15px;
  }

  .archive-post .meta>*:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }

  .page-search-wrap {
    flex-direction: column;
    gap: 50px;
  }

  .page-search-wrap .sidebar,
  .page-search-wrap .page-content {
    width: 100%;
    padding: 0;
  }

}

@media only screen and (max-width: 768px) {
  .page-header .entry-title {
    font-size: 2.5rem !important;
    margin: 0 !important;
  }

  .show-search .top-search.show {
    margin-top: 25px;
  }


  .widget-recent-porfolio .thumb,
  .widget.widget-recent-news .thumb,
  .widget.widget_latest_news .thumb {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .tfre_register .wrap-button {
    gap: 0px !important;
  }

  .archive-single-post .content-inner blockquote {
    padding: 30px;
  }

  .comments-area .comment-form .comment_wrap_input {
    flex-wrap: wrap;
  }

  .comments-area .comment-form .comment_wrap_input fieldset {
    width: calc(100% - 30px);
  }

  .sidebar>.widget {
    padding: 40px 20px;
  }

  .page-search-wrap .page-content .post {
    gap: 15px;
  }
}







@media only screen and (max-width: 600px) {
  #wpadminbar {
      position: fixed !important;
  }

  .related-inner {
    overflow: hidden;
  }

  .related-inner .related-swiper {
    overflow: visible;
    margin: 0 15px;
  }

  article.post .content .entry-title a,
  article.post .content .entry-title {
    font-size: 20px;
  }

  .page-search-wrap .page-content .post .content p {
    display: none;
  }
}

@media only screen and (max-width: 500px) {

  article.post .content .desc {
    font-size: 14px;
  }

  .archive-post .meta .post-comments {
    display: none;
  }

  .archive-post .meta .post-date {
    padding-right: 0px;
    margin-right: 0px;
    border: none;
  }

  .page-search-wrap .page-content .post .content .entry-title a,
  .page-search-wrap .page-content .post .content .entry-title {
    font-size: 16px;
  }

  .page-search-wrap .page-content .post img,
  .page-search-wrap .page-content .post a img {
    width: 150px;
    height: 100px;
    object-fit: cover;
  }

  article.post .content .entry-title a,
  article.post .content .entry-title {
    font-size: 15px;
  }

  article.post .content .entry-title a,
  article.post .content .entry-title {
    font-size: 20px;
    line-height: normal;
  }
}

@media only screen and (max-width: 480px) {

  .archive-single-post .content-inner .post-tags .tag-links {
    display: block;
    margin-top: 10px;
  }

  .tfre_register .wrap-button a svg {
    margin-right: 10px !important;
  }




  article.post .content .meta {
    display: none !important;
  }


  article.post .content .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
}


@media only screen and (max-width: 400px) {

  .page-search-wrap .page-content .post img,
  .page-search-wrap .page-content .post a img {
    width: 130px;
    height: 100px;
    object-fit: cover;
  }

  .page-search-wrap .page-content .post .content .entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .comment-author>b {
    display: block;
    margin-top: 15px;
  }

  #comments .comment .avatar {
    float: none;
  }
}

.error404 .wrap-button-404 {
  text-align: center;
}

.error404 .wrap-button-404 .button {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #488343;
  color: #ffff;
}

.error404 .wrap-button-404 .button:hover {
  background-color: #F4D118;
}

.error404 .wrap-button-404 p {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}

.form-search-home1 .search-form label {
  margin-bottom: 0px;

}

.form-search-home1 .search-form .search-submit {
  padding: 1.1rem 1rem !important;
}

.form-search-home1 .search-form .search-field {
  padding: 14px 30px !important;

}

.wpcf7-validates-as-required.wpcf7-not-valid {
  border: 1px solid red !important;
}

.btn-khoahoc .elementor-button-icon .e-fas-arrow-right {
  margin-top: -5px;
}

/*style-1*/
.tf-imagebox.style-1 .image img {
  width: 100%;
}

.tf-imagebox.style-1 .content {
  position: absolute;
  left: 0;
  right: 0;
}

.style1 .tf-imagebox.style-1 .content {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 6% 50%, 0% 0%);
  position: relative;
}

.tf-team .team-image {
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.05);
}

.tf-testimonial-box-service .item{
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.tf-testimonial-box-service .item .wrap-avatar img{
  width: 100%;
}
.tf-testimonial-box-service .item:hover .infor{
  opacity: 1;
  visibility: visible;
}
.tf-testimonial-box-service .item .infor{
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.tf-testimonial-box-service .item .infor::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(72, 131, 67, 0.8);
}
.tf-testimonial-box-service .item .infor .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 1;
  z-index: 2;
  font-size: 26px;
  font-weight: 400;
  line-height: 42px;
  font-family: 'Roboto';
  text-align: center;
}


.moveleftright {
	animation: moveleftright 3s linear infinite;
	-webkit-animation: moveleftright 3s linear infinite;
}

@keyframes moveleftright {
	0%,
	100% {
		transform: translateX(0);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	50% {
		transform: translateX(-10px);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

.moverightleft {
	animation: moverightleft 3s linear infinite;
	-webkit-animation: moverightleft 3s linear infinite;
}

@keyframes moverightleft {
	0%,
	100% {
		transform: translateX(0);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	50% {
		transform: translateX(10px);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

.animation-delay-2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.moveupdown {
	animation: moveupdown 5s linear infinite;
	-webkit-animation: moveupdown 5s linear infinite;
}

@keyframes moveupdown {
	0% {
		@include transform(translateY(0));
	}
	50% {
		@include transform(translateY(30px));
	}
	100% {
		@include transform(translateY(0));
	}
}

.routate-animation {
	animation: routate 15s linear infinite;
	-webkit-animation: routate 15s linear infinite;
}

@keyframes routate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.tf-anim-rotate {
	-webkit-animation: anim-rotate 8s infinite;
	animation: anim-rotate 8s infinite;
}

/* Keyframe animations */
@keyframes anim-rotate {
	0% {
		@include transform(rotate(-30deg));
	}
	50% {
		@include transform(rotate(-45deg));
	}
	100% {
		@include transform(rotate(-30deg));
	}
}