.block-ml-1 .banner div,
.vertical-al {
  align-self: center;
}
.single fieldset,
.single p,
p {
  text-align: justify;
}
.creative-left-nav li,
.menu-humber-right,
.sub-menu li {
  list-style-type: none;
}
.summary-block {
  margin: 10px 0;
}
.summary-block h2,
.summary-block p {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 18px;
  line-height: 32px;
  color: #333;
}
.summary-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.summary-block li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  font-size: 1rem;
  color: #555;
}
.summary-block li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1rem;
}
.summary-block a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: 0.25s;
}
.summary-block a:focus,
.summary-block a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
  transform: translateX(4px);
}
.archive .cat-description {
  margin-bottom: 3rem;
}
.archive h2,
.archive h3 {
  color: #1e1e1e;
  text-transform: initial;
}
.archive h3 {
  font-size: 21px;
}
.single .the-post img,
.single figure,
.single iframe {
  margin: 20px 0;
}
.single figure img {
  margin: 0 !important;
}
.single figure br,.single ul br{
  display: none;
}
.author-block .avatar {
  background-size: cover !important;
  background-position: center !important;
  width: 65px;
  height: 65px;
}
.author-page-container .author-info {
  background-color: #fff;
  padding: 25px 0;
}
.sidebar #contactForm {
  margin-bottom: 20px;
}
.sidebar .widget_sidebar {
  margin-bottom: 40px;
}
#contact .first,
.contact-right .first,
.logo-sticky,
.main-navigation li ul,
.scrolled .logo-main,
.sh-top,
.sidebar #contactForm .first {
  display: none;
}
.home button#btm-form {
  position: absolute;
  z-index: 9;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 180px;
  margin: 0 auto;
  border: transparent;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
}
.vertical-al {
  display: flex;
  justify-content: center;
}
.contact-right {
  position: fixed;
  width: 25%;
  right: -25%;
  top: 20%;
  background: #fff;
  padding: 15px;
  transition: 0.4s;
  z-index: 99;
}
.block-ml-1,
.block-ml-2 div {
  background-size: cover;
  background-position: center;
}
.right-btn {
  cursor: pointer;
  position: absolute;
  left: -128px;
  transform: rotate(90deg);
  top: 94px;
  border: transparent;
  padding: 5px 15px;
  width: 220px;
}
.next-post,
.prev-post {
  font-weight: 700;
  margin-top: 25px;
  width: 46%;
}
.next-post {
  text-align: right;
}
.img-fullscreen,
.logo-center,
footer .copyright {
  text-align: center;
}
.next-post a,
.prev-post a {
  font-size: 14px;
}
.block-ml-1 {
  position: relative;
  height: 300px;
}
.block-ml-1 .banner {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  left: 0;
  padding: 17px;
  height: 40%;
}
.block-ml-2 img,
.single .all-post-content img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.block-ml-2 div {
  height: 150px;
}
.single pre {
  margin: 20px 10px;
  background-color: rgb(19 19 19);
  border-radius: 4px;
  color: #fff;
  padding: 16px;
  white-space: pre;
  text-shadow: 0 1px 0 #000;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) inset,
    0 0 20px rgba(0, 0, 0, 0.2) inset;
  font: 16px/24px "Courier New", Courier, "Lucida Sans Typewriter",
    "Lucida Typewriter", monospace;
}
.single fieldset {
  font-size: 1.3em;
  border-radius: 10px;
  padding: 15px;
  border: none;
  background: #efefef;
  margin: 20px 40px;
  clear: both;
}
#back_to_top,
#progress-value,
.img-fullscreen img {
  background-color: #fff;
}
.single fieldset > legend {
  padding: 10px 12px;
  border-radius: 25px;
  line-height: 30px;
  font-weight: 700;
  background: #e1e1e1;
}
.single fieldset > legend > span {
  font-size: 1.8em;
  line-height: 1em;
  margin-right: 5px;
  vertical-align: middle;
}
.block-spc,
blockquote {
  background: #eee;
  padding: 5px;
  border-left: 5px solid #ddd;
  display: block;
  margin: 25px 0;
}
.img-fullscreen {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #000000c7;
  display: none;
}
.img-fullscreen div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.the-post img {
  cursor: pointer;
}
a {
  text-decoration: none !important;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
  padding-bottom: 0 !important;
}
.archive .thumb-cover img,
.sidebar img,
footer img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#progress-value,
#progress.cirle,
.circle#progress,
.cirle #back_to_top {
  border-radius: 50%;
}
.full-height {
  height: 100vh;
}
.navbar-toggler-icon {
  width: inherit;
  height: inherit;
  vertical-align: inherit;
  background-image: inherit;
}
.main-navigation.scrolled {
  top: -200px;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1);
}
.main-navigation {
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 999;
  transition: top 0.4s;
}
.col-menu,
.menu-right-blank {
  height: 100%;
  position: fixed;
  z-index: 9999;
}
.creative-left-nav {
  margin-top: 25px;
  padding-left: 0;
}
.creative-left-nav li {
  margin-bottom: 10px;
}
.main-navigation.humburger-menu-left {
  width: 95%;
  left: 5%;
}
.main-navigation.left-left #logo,
.main-navigation.left-left .classic-menu,
body:not(.home) .main-navigation.humburger-menu-left {
  width: 100%;
}
.main-navigation .menu-humber-right {
  position: fixed;
  height: 100%;
  top: 0;
  width: 20%;
  padding: 60px;
  right: -50%;
  transition: right 0.6s;
}
.main-navigation.left-left {
  width: 20%;
  margin-left: 0;
  height: 100%;
  position: fixed;
}
.body-content.left-center {
  width: 95%;
  margin-left: 5%;
}
body:not(.home) .body-content.left-center {
  padding: 0 25px;
}
.menu-right-blank {
  left: 0;
  width: 80%;
  top: 0;
  display: none;
}
.menu-right-blank.left {
  right: 0;
  width: 75%;
  left: inherit;
}
.menu-bottom {
  position: absolute;
  bottom: 0;
}
.menu-bottom.position-fixed {
  bottom: inherit;
  top: 0;
}
.main-navigation.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.main-navigation .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.main-navigation .menu-item-has-children:after {
  content: "\F229";
  font-size: 12px;
  font-family: bootstrap-icons;
  position: absolute;
  top: 5px;
  right: 0;
}
.main-navigation.left-left .menu-item-has-children:after {
  right: 0;
}
.main-navigation .sub-menu .sub-menu {
  right: calc(100%);
}
.wp-site-blocks .wp-block-group {
  margin-top: 0;
}
.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.archive .pag-post ul,
.menu-humber-right {
  padding-left: 0;
}
.menu-humber-right .sub-menu {
  padding-left: 15px;
}
.col-menu {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creative-left,
.menu-hamb-left {
  width: 20%;
  left: -50%;
  z-index: 999;
  transition: 0.4s;
  height: 100%;
  position: fixed;
}
.col-menu i {
  font-size: 32px;
  cursor: pointer;
}
.menu-hamb-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.creative-left {
  padding: 80px 20px;
}
.main-navigation ul li {
  display: block;
  position: relative;
  float: left;
}
.main-navigation .menu-humber-right li,
.main-navigation li:hover li,
.main-navigation.left-left ul li {
  float: none;
}
.main-navigation.left-left .navbar-expand-lg {
  flex-wrap: wrap;
}
.logo-center.main-navigation ul.to-left li {
  float: right;
}
.main-navigation ul li a {
  display: block;
  text-decoration: none;
}
.main-navigation li:hover > ul {
  display: block;
  position: absolute;
}
.main-navigation ul ul ul {
  top: 0;
}
.main-navigation .sub-menu {
  display: none;
  position: absolute;
  transition: 0.5s;
  background-color: #fff;
  padding: 5px 20px;
  max-width: 190px;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.2);
}
.main-navigation.left-left .sub-menu {
  max-width: inherit;
  width: 100%;
}
.main-navigation .menu-btn {
  font-size: 24px;
  cursor: pointer;
}
.archive .readmore,
.scrolled .logo-sticky {
  display: inline-block;
}
#inactive,
#progress,
.to-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  place-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.always-top {
  position: fixed;
}
.classic-menu li a,
.left-left .classic-menu li:last-child a {
  padding: 10px;
}
.classic-menu li:last-child a {
  padding-right: 0;
}
.classic-menu li ul li a {
  padding: 0;
}
.body-content.left-content {
  margin-left: 20%;
  padding: 0 25px;
}
.home .body-content.left-content {
  margin-left: 20%;
  padding: 0;
  width: 80%;
}
.archive .subheader,
.single .subheader {
  padding: 120px 0;
  position: relative;
  background-size: cover;
}
.archive .pag-post .navigation li.active a,
.archive .pag-post .navigation li:hover a,
.single .faq {
  background: #ddd;
}
.archive .thumb-cover {
  overflow: hidden;
}
.archive .thumb-cover img {
  transition: 0.4s;
}
.archive .thumb-cover:hover img {
  scale: 1.25;
  rotate: 5deg;
}
.archive .loop-post {
  margin-top: 100px;
  margin-bottom: 35px;
}
.archive #mask,
.single #mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.archive .post,
.single .post-content h1 {
  margin-bottom: 25px;
}
.archive .readmore {
  border-style: solid;
}
.archive .pag-post ul li {
  display: inline-block;
  list-style-type: none;
}
.archive .pag-post .navigation a {
  color: #fff;
  width: 20px;
  display: block;
}
.single .post-content {
  padding-top: 100px;
  margin-bottom: 60px;
}
.single table {
  margin: 25px 0;
  width: 99%;
}
.single .faq {
  padding: 10px 8px;
}
.single td,
.single th,
.single tr {
  border: 1px solid;
  padding: 5px;
}
.archive h1,
.single h1 {
  position: relative;
}
.single h1 {
  font-size: 26px;
}
.single h2 {
  font-size: 22px;
}
.single h3 {
  font-size: 18px;
}
.single h4,
.single h5,
.single h6 {
  font-size: 15px;
}
.single .float-left-30-img {
  float: left !important;
  width: 30% !important;
  margin-right: 24px !important;
}
.single .float-right-30-img {
  float: right !important;
  margin-left: 24px !important;
  width: 30% !important;
}
.single .float-left-40-img {
  float: left !important;
  width: 40% !important;
  margin-right: 24px !important;
}
.single .float-right-40-img {
  float: right !important;
  width: 40% !important;
  margin-left: 24px !important;
}
.single .full-img {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
footer {
  background-size: cover;
  padding: 50px 0;
}
footer .container-fluid.copyright,
footer.container-fluid {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
footer.footer-menu-left {
  width: 80%;
  left: 20%;
  position: relative;
}
footer.footer-menu-left-5 {
  width: 95%;
  left: 5%;
  position: relative;
}
.widget_sidebar .sidebar-widget {
  font-size: 22px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.widget_footer .footer-widget {
  font-size: 20px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
#back_to_top {
  padding: 8px;
  width: 95%;
  height: 95%;
}
#back_to_top i,
#back_to_top svg {
  font-size: 30px;
  cursor: pointer;
}
#back_to_top svg {
  width: 30px;
  height: 30px;
}
#inactive,
.to-top {
  display: grid;
}
.slide-nav {
  position: fixed;
  top: 50%;
}
.slide-nav .element {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #444;
  border-radius: 50%;
  display: block;
  margin: 15px;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  position: initial;
  z-index: 2;
}
@media (max-width: 990px) {
  .sidebar {
    margin-top: 65px;
  }
  .contact-right {
    width: 90%;
    right: -90%;
  }
  .main-navigation.left-left {
    position: inherit;
    width: 100%;
    margin-left: inherit;
    height: inherit;
  }
  .col-menu {
    width: 15%;
  }
  .main-navigation.left-left #logo {
    width: inherit;
  }
  .home .body-content.left-content {
    margin-left: 0;
    width: 100%;
  }
  .main-navigation.left-left.over-mobile {
    position: absolute;
  }
  footer .footer-menu-left {
    left: 0;
    width: 100%;
  }
  .single .float-left-30-img,
  .single .float-left-40-img,
  .single .float-right-30-img,
  .single .float-right-40-img,
  .single .full-img {
    display: block;
    width: 100%;
    margin: 15px 0;
  }
  .ps-m-0 {
    padding-left: 0;
  }
}
@media (max-width: 788px) {
  .main-navigation.none-mobile {
    position: relative !important;
  }
  .body-content.left-content {
    margin-left: 0;
  }
  .main-navigation .sub-menu,
  .main-navigation li ul {
    display: block;
    position: relative;
    max-width: inherit;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .main-navigation li:hover > ul {
    position: relative;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .logo-center.main-navigation ul.to-left li,
  .main-navigation ul li {
    float: none;
  }
  .main-navigation .menu-item-has-children::after {
    right: 15px;
  }
  .menu-bottom {
    position: inherit;
    bottom: inherit;
  }
  .logo-center.main-navigation .col-2 {
    display: none;
  }
  .archive .subheader,
  .single .subheader {
    padding: 30px 0;
    margin-bottom: 25px;
  }
  .single .post-content {
    padding-top: 0;
    margin-bottom: 0;
  }
  footer {
    padding: 25px 0;
  }
  .archive .loop-post {
    margin-top: 0;
    margin-bottom: 0;
  }
  .archive .post {
    margin: 0 auto 25px;
  }
  .archive h2 {
    margin-top: 20px;
  }
  .table-scroll table {
    width: max-content;
    border-collapse: collapse;
  }
  td,
  th {
    white-space: nowrap;
    padding: 10px 12px;
  }
}
