.comments-area a{
  text-decoration: underline;
}
.alignright {
  float: right;
  margin-left: 1rem;
}
.alignleft {
  float: left;
  margin-right: 1rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin-inline: auto;
}
.alignwide {
  margin-inline: -80px;
}
.alignfull {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
}
.alignfull,
.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-inline: auto;
}
.wp-caption-text {
  margin: 0;
}
.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}
.pagination {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.sticky {
  display: block;
  position: relative;
}
.bypostauthor {
  font-size: inherit;
}
.hide {
  display: none !important;
}
.post-password-form {
  margin: 50px auto;
  max-width: 500px;
}
.post-password-form p {
  align-items: flex-end;
  display: flex;
  width: 100%;
}
.post-password-form [type="submit"] {
  margin-inline-start: 3px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.post .entry-title a {
  text-decoration: none;
}
.post .wp-post-image {
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .post .wp-post-image {
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
}
#comments .comment-list {
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 0;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  border-block-end: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  padding-block-end: 30px;
  padding-block-start: 30px;
  padding-inline-end: 0;
  padding-inline-start: 60px;
}
#comments .comment .avatar,
#comments .pingback .avatar {
  border-radius: 50%;
  left: 0;
  margin-inline-end: 10px;
  position: absolute;
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar,
html[dir="rtl"] #comments .comment .avatar,
html[dir="rtl"] #comments .pingback .avatar {
  left: auto;
  right: 0;
}
#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-block-end: 0.9rem;
}
#comments .comment-metadata,
#comments .reply {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  list-style: none;
  margin: 0;
  padding-inline-start: 30px;
  position: relative;
}
#comments .children li:last-child {
  padding-block-end: 0;
}
#comments ol.comment-list .children:before {
  content: "↪";
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  left: 0;
  line-height: 100%;
  position: absolute;
  top: 45px;
  width: auto;
}
.comment-form-comment label {
    margin-bottom: 15px;
}
.comment-form input#submit {
    font-size: 18px;
    border-radius: 50px;
    width: 100%;
    max-width: 190px;
}
body.rtl #comments ol.comment-list .children:before,
html[dir="rtl"] #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}
.page-content {
    display: block;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-inline-start: 20px;
  }
  #comments .comment .avatar {
    float: left;
    position: inherit;
  }
  body.rtl #comments .comment .avatar,
  html[dir="rtl"] #comments .comment .avatar {
    float: right;
  }
}
.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
@media (max-width: 575px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
}
@media (min-width: 576px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer.footer-full-width .footer-inner,
  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%;
  }
}
.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}
.elementor-social-icon svg {
    width: 18px;
    height: 18px;
}
.footer-main ul.menu {
    padding: 0;
    list-style: none;
}
.footer-main ul.menu li a {
    position: relative;
    display: block;
    color: #FFFFFF;
    font-size: 16px;
}
.footer-main ul.menu li a:before {
    content: "璉";
    font-family: 'jkiticon';
    font-size: 12px;
    transform: rotate(-90deg);
    display: inline-flex;
    margin-right: 10px;
    color: var(--e-global-color-cfcc81f);
}
.footer-main ul.menu li {
    list-style: none;
    margin-bottom: 15px;
}
.footer-main ul.menu li:last-child {
    margin-bottom: 0;
}
.footer-main ul.menu li a:hover {
    color: var(--e-global-color-cfcc81f);
}
.footer-contact h2 {
    margin: 0;
    font-size: 25px;
    color: #fff;
    padding-bottom: 15px;
}
.footer-contact p {
    margin: 0;
}
.jkit-contact-form-7 form .footer-contact .item-field input {
    font-size: 16px;
    outline: none;
    height: 42px !important;
    margin-bottom: 10px !important;
}
.jkit-contact-form-7 form .footer-contact .item-field .wpcf7-not-valid-tip {
    font-size: 14px;
}
.jkit-contact-form-7 form .footer-contact .item-field {
    margin-bottom: 10px;
}
.jkit-contact-form-7 form .footer-contact .item-field textarea {
    font-size: 16px;
    height: 108px !important;
    margin-bottom: 10px;
}
.jkit-contact-form-7 form .footer-contact .item-submit .wpcf7-spinner {
    display: none;
}
.jeg-elementor-kit.jkit-contact-form-7 form input[type=submit]:hover,
.jkit-contact-form-7 form .footer-contact .item-submit .wpcf7-submit:hover{
	background-color: #FF6400;
}
.jeg-elementor-kit.jkit-contact-form-7 form input[type=submit],
.jkit-contact-form-7 form .footer-contact .item-submit .wpcf7-submit {
    margin: 0;
    width: 100%;
    border-radius: 50px;
    background-color: #FFA51F;
    font-weight: 700;
    font-size: 18px;
}
.form-contact span.wpcf7-spinner {
    display: none;
}
.jkit-contact-form-7 form .footer-contact .item-field .wpcf7-form-control-wrap {
    display: flex;
}
.elementor-widget-polylang-language-switcher .cpel-switcher__icon {
    font-size: 14px;
}
.page-header {
    background-color: #141025;
    text-align: center;
    display: block;
    padding-top: 100px;
    padding-bottom: 90px;
}
.page-header .entry-title {
    margin: 0;
    font-size: 38px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.3em;
    color: #fff;
    padding-bottom: 16px;
}
.breadcrumbs {
    display: block;
    position: relative;
}
.breadcrumbs a {
    color: #fff;
}
.breadcrumbs a:hover {
    color: var(--e-global-color-cfcc81f);
}
.breadcrumbs svg.delimiter {
    display: inline-flex;
    fill: var(--e-global-color-cfcc81f);
    align-items: center;
    margin: 0 5px;
    position: relative;
    top: 3px;
}
.breadcrumbs .current {
    color: #fff;
}
.post-meta {
    display: flex;
    justify-content: center;
    color: #fff;
    gap: 5px 15px;
    flex-wrap: wrap;
}
.post-meta .item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.post-meta a {
    color: #fff;
}
.post-meta .item svg{
	fill: var(--e-global-color-cfcc81f);
}
.page-content .item-row {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.page-content .right-sidebar {
    width: 300px;
    position: sticky;
    top: 110px;
}
.page-content .left-content {
    position: relative;
    display: block;
    width: calc(100% - 300px);
    padding-right: 50px;
}
.widget_recent_entries ul {
    padding: 0;
    list-style: none;
}
.widget_recent_entries ul li a {
    color: #000;
}
.widget_recent_entries ul li a:hover {
    color: var(--e-global-color-cfcc81f);
}
.right-sidebar .widget-title {
    margin-top: 0;
}
.right-sidebar .widget {
    margin-bottom: 20px;
}
.right-sidebar .widget:last-child {
    margin-bottom: 0;
}
.widget_categories ul {
    list-style: none;
    padding: 0;
}
.widget_categories ul li a:before {
    content: "璉";
    font-family: 'jkiticon';
    font-size: 12px;
    transform: rotate(-90deg);
    display: inline-flex;
    margin-right: 10px;
    color: var(--e-global-color-cfcc81f);
}
.widget_categories ul li a {
    position: relative;
    display: block;
    color: #000;
    font-size: 16px;
}
.widget_categories ul li a:hover {
    color: var(--e-global-color-cfcc81f);
}
form.search-form {
    position: relative;
    display: block;
}
form.search-form button.search-submit {
    position: absolute;
    right: 0;
    color: #fff;
}
form.search-form button.search-submit svg {
    fill: #fff;
}
form.search-form label {
    width: 100%;
}
form.search-form label input {
    padding-right: 65px;
}
blockquote {
    border-left: 5px solid var(--e-global-color-cfcc81f);
    padding-left: 15px;
}
.lists-post {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.lists-post .item-post {
    width: calc(50% - 10px);
    margin-bottom: 10px;
}
.lists-post .item-post .btn-link {
    font-weight: bold;
}
.lists-post .item-post .entry-title {
    font-size: 20px;
}
.lists-post .item-post .entry-title a {
    color: #3D3568;
}
.lists-post .item-post .entry-title a:hover {
    color: var(--e-global-color-cfcc81f);
}
nav.navigation.pagination {
    justify-content: center;
}
nav.navigation.pagination .nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
}
nav.navigation.pagination .nav-links .page-numbers {
    font-weight: 700;
    font-size: 18px;
    display: inline-flex;
}
.jeg-elementor-kit.jkit-contact-form-7 form .form-contact input, .jeg-elementor-kit.jkit-contact-form-7 form .form-contact textarea {
    margin-bottom: 0 !important;
}
.form-contact h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.form-contact .logo img {
    max-height: 55px;
    max-width: 300px;
}
.form-contact .logo {
    text-align: center;
}
header#masthead {
    position: relative;
    z-index: 9999;
}
.page-template-page-heder-transparent header#masthead {
    position: fixed;
    width: 100%;
}
.page-template-page-heder-transparent header .wrapper-sticky-fixed .elementor-element:not(.sticky-pinned) {
    background: transparent;
}
.page-template-page-heder-transparent header .wrapper-sticky-fixed .elementor-element {
    transition: all .3s ease-in-out !important;
}
.page-template-page-heder-transparent header .wrapper-sticky-fixed .elementor-element:not(.sticky-pinned) .header-contact.elementor-widget-icon-box .elementor-icon-box-title,
.page-template-page-heder-transparent header .wrapper-sticky-fixed .elementor-element:not(.sticky-pinned) .header-contact.elementor-widget-icon-box .elementor-icon-box-title a,
.page-template-page-heder-transparent header .wrapper-sticky-fixed .elementor-element:not(.sticky-pinned) .jkit-menu > li > a {
    color: #110D1F !important;
}
.page-template-page-heder-transparent header .wrapper-sticky-fixed .elementor-element.sticky-pinned .header-contact.elementor-widget-icon-box .elementor-icon-box-title,
.page-template-page-heder-transparent header .wrapper-sticky-fixed .elementor-element.sticky-pinned .header-contact.elementor-widget-icon-box .elementor-icon-box-title a,
.page-template-page-heder-transparent header .wrapper-sticky-fixed .elementor-element.sticky-pinned .jkit-menu > li > a {
    color: #FFFFFF !important;
}
.page-template-page-heder-transparent header .wrapper-sticky-fixed .elementor-element .jkit-menu > li > a:hover {
    color: var(--e-global-color-cfcc81f) !important;
}
.header-contact.elementor-widget-icon-box .elementor-icon {
    font-size: 24px;
    padding: 5px;
    border-width: 0px 0px 0px 0px;
}
.header-contact.elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
	align-items: center;
	gap: 15px;
}
.header-contact.elementor-widget-icon-box .elementor-icon-box-title {
    white-space: nowrap;
}
@media (max-width: 1199px) {
	.page-header {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.page-header .entry-title {
		font-size: 30px;
	}
}
@media (max-width: 1023px) {

}
@media (max-width: 991px) {
	.page-content .left-content {
		width: 100%;
		padding-right: 0;
	}
	.page-content .right-sidebar {
		width: 100%;
		position: relative;
		top: 0;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.page-header {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page-header .entry-title {
		font-size: 24px;
	}
	.post-meta .item {
		font-size: 14px;
	}
	.page-content {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.form-contact h2 {
		font-size: 26px;
	}
}