/*!
Theme Name: Josie
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://bslthemes.com/
Description: Josie - Personal Portfolio WordPress Theme
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.6
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: josie
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.mil-page-wrapper {
  position: relative;
  overflow: hidden;
}

/* -------------------------------------------

settings

------------------------------------------- */
.mil-relative {
  position: relative;
  z-index: 1;
}

.mil-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-aic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mil-aie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mil-ais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mil-jcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mil-jce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mil-jcs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mil-jcb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mil-tac {
  text-align: center;
}

.mil-tar {
  text-align: right;
}

@media (max-width: 992px) {
  .mil-992-jcs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mil-992-jcc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mil-992-tac {
    text-align: center;
  }
  .mil-992-tal {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .mil-768-jcc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mil-768-tac {
    text-align: center;
  }
  .mil-768-tal {
    text-align: left;
  }
}

/* -------------------------------------------

typography

------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.mil-h1 {
  font-family: "Unbounded", sans-serif;
  color: #1D1D1D;
  font-weight: 400;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mil-h1,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.mil-h1 a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
.single-post-text h1 {
  font-size: 28px;
}
@media (max-width: 768px) {
  h1,
  .single-post-text h1 {
    font-size: 24px;
  }
}
h2,
.single-post-text h2 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h2,
  .single-post-text h2 {
    font-size: 22px;
  }
}
h3,
.single-post-text h3 {
  font-size: 20px;
}
h4,
.single-post-text h4 {
  font-size: 18px;
}
h5,
.single-post-text h5 {
  font-size: 16px;
}
h6,
.single-post-text h6 {
  font-size: 14px;
}

.mil-fs14 {
  font-size: 14px;
}
@media (max-width: 768px) {
  .mil-fs14 {
    font-size: 12px;
  }
}

.mil-fs16 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .mil-fs16 {
    font-size: 14px;
  }
}

.mil-fs18 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .mil-fs18 {
    font-size: 16px;
  }
}

.mil-fs20 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .mil-fs20 {
    font-size: 18px;
  }
}

.mil-fs24 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .mil-fs24 {
    font-size: 22px;
  }
}

.mil-fs90 {
  font-size: calc(1rem + 3.5vw);
}

.mil-light {
  color: #FFFFFF;
}

.mil-dark {
  color: #1D1D1D;
}

.mil-soft {
  color: #737373;
}

.mil-accent {
  color: #FF4C33;
}

.mil-upper {
  text-transform: uppercase;
}

.mil-shortened {
  width: 80%;
}

.mil-text-bg {
  background-color: #F7F7F7;
  padding-right: 20px;
}

.mil-text-link {
  color: #FF4C33;
  position: relative;
}
.mil-text-link:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #FF4C33;
  position: absolute;
  bottom: 2px;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-text-link:hover:before {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.mil-suptitle {
  color: #1D1D1D;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

blockquote {
  padding: 30px 60px;
  font-size: 24px;
  border-left: solid 2px #FF4C33;
}

/* -------------------------------------------

social

------------------------------------------- */
.mil-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.mil-social li {
  list-style-type: none;
  margin-right: 30px;
}
.mil-social li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social li a:hover {
  color: #1D1D1D;
}
.mil-social li:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .mil-social {
    display: none;
  }
}
.mil-center {
  justify-content: center;
}

/* -------------------------------------------

slider

------------------------------------------- */
.mil-swiper-pagination,
.mil-swiper-pagination-2 {
  font-size: 16px;
  padding-top: 60px;
  color: #1D1D1D;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* -------------------------------------------

cursor

------------------------------------------- */
.mil-cursor-follower {
  margin-top: -1.4%;
  margin-left: -0.9%;
  -webkit-transform: scale(1);
          transform: scale(1);
  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;
  position: fixed;
  background-color: rgba(29, 29, 29, 0.1);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 9999999;
  transition: transform 0.4s cubic-bezier(0.75, -1, 0.3, 2.33), background-color 0.4s cubic-bezier(0, 0, 0.3642, 1), -webkit-transform 0.4s cubic-bezier(0.75, -1, 0.3, 2.33);
}
.mil-cursor-follower:after {
  content: "iiiiii";
  min-height: 7px;
  min-width: 50px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #1D1D1D;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mil-cursor-follower.mil-light-active, .mil-cursor-follower.mil-dark-active, .mil-cursor-follower.mil-gone-active, .mil-cursor-follower.mil-view-active, .mil-cursor-follower.mil-next-active, .mil-cursor-follower.mil-read-active, .mil-cursor-follower.mil-swipe-active {
  background-color: #FF4C33;
  -webkit-transform: scale(3);
          transform: scale(3);
  -webkit-filter: drop-shadow(0px 2px 4px rgba(29, 29, 29, 0.1));
          filter: drop-shadow(0px 2px 4px rgba(29, 29, 29, 0.1));
}
.mil-cursor-follower.mil-light-active:after, .mil-cursor-follower.mil-dark-active:after, .mil-cursor-follower.mil-gone-active:after, .mil-cursor-follower.mil-view-active:after, .mil-cursor-follower.mil-next-active:after, .mil-cursor-follower.mil-read-active:after, .mil-cursor-follower.mil-swipe-active:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.mil-cursor-follower.mil-light-active {
  background-color: #FFFFFF;
}
.mil-cursor-follower.mil-light-active:after {
  color: #1D1D1D;
}
.mil-cursor-follower.mil-dark-active {
  background-color: #1D1D1D;
}
.mil-cursor-follower.mil-dark-active:after {
  color: #FFFFFF;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.mil-cursor-follower.mil-gone-active {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.mil-cursor-follower.mil-gone-active:after {
  content: ".";
}
.mil-cursor-follower.mil-next-active:after {
  content: "next";
}
.mil-cursor-follower.mil-view-active:after {
  content: attr(data-view);
}
.mil-cursor-follower.mil-read-active:after {
  content: attr(data-read);
}
.mil-cursor-follower.mil-swipe-active:after {
  content: url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.4364 14.3667C29.4101 14.342 29.3824 14.3188 29.3535 14.2972L24.653 9.59663C24.5636 9.50467 24.4568 9.4314 24.3389 9.38106C24.2209 9.33073 24.0941 9.30434 23.9659 9.30344C23.8376 9.30253 23.7105 9.32712 23.5918 9.37578C23.4732 9.42444 23.3654 9.4962 23.2747 9.58689C23.184 9.67757 23.1122 9.78538 23.0636 9.90404C23.0149 10.0227 22.9903 10.1498 22.9912 10.2781C22.9921 10.4063 23.0185 10.5331 23.0688 10.6511C23.1192 10.7691 23.1925 10.8758 23.2844 10.9652L26.4226 14.1034L3.72315 14.1034L6.86129 10.9652C6.9541 10.8749 7.02784 10.7669 7.07815 10.6476C7.12846 10.5283 7.15432 10.4001 7.1542 10.2706C7.15408 10.1411 7.12797 10.013 7.07743 9.89378C7.02688 9.77456 6.95293 9.6667 6.85996 9.57659C6.67587 9.39817 6.42852 9.30007 6.17218 9.30383C5.91585 9.30759 5.67147 9.41289 5.4927 9.59663L0.806869 14.2825C0.68112 14.372 0.578597 14.4902 0.507853 14.6274C0.43711 14.7646 0.400197 14.9167 0.400197 15.071C0.400197 15.2253 0.437109 15.3775 0.507853 15.5146C0.578596 15.6518 0.68112 15.7701 0.806869 15.8596L5.4927 20.5454C5.58209 20.6373 5.68888 20.7106 5.80684 20.761C5.9248 20.8113 6.05158 20.8377 6.17983 20.8386C6.30808 20.8395 6.43522 20.8149 6.55389 20.7662C6.67255 20.7176 6.78035 20.6458 6.87104 20.5551C6.96173 20.4644 7.03348 20.3566 7.08214 20.238C7.1308 20.1193 7.15539 19.9922 7.15449 19.8639C7.15358 19.7357 7.12719 19.6089 7.07686 19.4909C7.02653 19.373 6.95325 19.2662 6.86129 19.1768L3.72315 16.0386L26.4226 16.0386L23.2844 19.1768C23.1925 19.2662 23.1192 19.373 23.0688 19.4909C23.0185 19.6089 22.9921 19.7357 22.9912 19.8639C22.9903 19.9922 23.0149 20.1193 23.0636 20.238C23.1122 20.3566 23.184 20.4644 23.2747 20.5551C23.3654 20.6458 23.4732 20.7176 23.5918 20.7662C23.7105 20.8149 23.8376 20.8395 23.9659 20.8386C24.0941 20.8377 24.2209 20.8113 24.3389 20.761C24.4568 20.7106 24.5636 20.6373 24.653 20.5454L29.3562 15.8422C29.4684 15.7573 29.5607 15.649 29.6267 15.5248C29.6927 15.4006 29.7309 15.2635 29.7385 15.123C29.7461 14.9826 29.7231 14.8421 29.6709 14.7115C29.6187 14.5809 29.5387 14.4632 29.4364 14.3667Z" fill="black"/></svg>');
  margin-top: 1px;
}
@media (max-width: 768px) {
  .mil-cursor-follower {
    display: none;
  }
}

.mil-c-swipe {
  cursor: -webkit-grab;
  cursor: grab;
}

/* -------------------------------------------

scrollbar

------------------------------------------- */
.mil-custom-scrollbar::-webkit-scrollbar {
  display: none;
}

.mil-progress-track {
  position: fixed;
  z-index: 999999999999;
  top: 0;
  right: 0;
  height: 100%;
  width: 5px;
  background-color: #F7F7F7;
}
.mil-progress-track .mil-progress {
  background-color: #FF4C33;
  height: 0;
  width: 5px;
  border-radius: 4px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 768px) {
  .mil-progress-track {
    display: none;
  }
}

/* -------------------------------------------

pagination

------------------------------------------- */
.mil-pagination {
  margin-top: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-pagination:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(115, 115, 115, 0.3);
  position: absolute;
  top: 50%;
}
.mil-pagination .page-numbers {
  position: relative;
  background-color: #F7F7F7;
  display: inline-block;
  border: solid 1px rgba(115, 115, 115, 0.3);
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: rgba(115, 115, 115, 0.3);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  margin-right: 10px;
}
.mil-pagination a.page-numbers:hover {
  border: solid 1px #1D1D1D;
  color: #1D1D1D;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.mil-pagination .page-numbers.current {
  border: solid 1px #FF4C33;
  color: #FFFFFF;
  background-color: #FF4C33;
  pointer-events: none;
}
.mil-pagination .page-numbers.prev,
.mil-pagination .page-numbers.next,
.mil-pagination .page-numbers.mil-prev,
.mil-pagination .page-numbers.mil-next {
  margin: 0;
  position: absolute;
  border: solid 1px #1D1D1D;
  color: #1D1D1D;
}
.mil-pagination .page-numbers.prev,
.mil-pagination .page-numbers.mil-prev {
  left: 0;
}
.mil-pagination .page-numbers.next,
.mil-pagination .page-numbers.mil-next {
  right: 0;
}
.mil-pagination .page-numbers.prev.mil-prev-disabled,
.mil-pagination .page-numbers.mil-prev.mil-prev-disabled {
  border: solid 1px #aaa;
  color: #aaa;
  pointer-events: none;
}
.mil-pagination .page-numbers.next.mil-next-disabled,
.mil-pagination .page-numbers.mil-next.mil-next-disabled {
  border: solid 1px #aaa;
  color: #aaa;
  pointer-events: none;
}
.mil-pagination a.mil-all {
  width: auto;
  border-radius: 60px;
  padding: 0 40px;
  border: solid 1px #1D1D1D;
  color: #1D1D1D;
}
@media (max-width: 550px) {
  .mil-pagination a.mil-all {
    display: none;
  }
  .mil-pagination .page-numbers {
    height: 40px;
    width: 40px;
    margin-right: 4px;
  }
}

/* -------------------------------------------

filter

------------------------------------------- */
.mil-filter {
  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;
  flex-wrap: wrap;
}
.mil-filter li {
  list-style-type: none;
}
.mil-filter li:after {
  content: "/";
  margin: 0 15px;
  color: rgba(115, 115, 115, 0.3);
}
.mil-filter li:last-child:after {
  display: none;
}
.mil-filter li a {
  color: #1D1D1D;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-filter li a:hover {
  color: #FF4C33;
}
.mil-filter li a.mil-active {
  color: #FF4C33;
}
@media (max-width: 550px) {
  .mil-filter li:after {
    margin: 0 10px;
  }
  .mil-filter li a {
    font-size: 12px;
  }
}

/* -------------------------------------------

form

------------------------------------------- */
form input, form textarea, .wp-block-search input[type=text], .wp-block-search input[type=search], .widget-area .widget_search input.search-field, .widget-area select, .single-post-text select {
  padding: 0 15px;
  width: 100%;
  background-color: transparent;
  height: 50px;
  border: none;
  border-bottom: solid 1px #1D1D1D;
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  color: #1D1D1D;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
  font-weight: 300;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #737373;
  opacity: 1;
  font-weight: 300;
  -moz-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #737373;
  opacity: 1;
  font-weight: 300;
  -ms-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #737373;
  opacity: 1;
  font-weight: 300;
  -ms-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
form input::placeholder, form textarea::placeholder {
  color: #737373;
  opacity: 1;
  font-weight: 300;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
form input:focus, form textarea:focus {
  outline: inherit;
  border-bottom: solid 1px #FF4C33;
}
form input:focus::-webkit-input-placeholder, form textarea:focus::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.3);
}
form input:focus::-moz-placeholder, form textarea:focus::-moz-placeholder {
  color: rgba(115, 115, 115, 0.3);
}
form input:focus:-ms-input-placeholder, form textarea:focus:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.3);
}
form input:focus::-ms-input-placeholder, form textarea:focus::-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.3);
}
form input:focus::placeholder, form textarea:focus::placeholder {
  color: rgba(115, 115, 115, 0.3);
}
form textarea {
  height: auto;
}

/* -------------------------------------------

buttons

------------------------------------------- */
body .mil-btn,
body .mil-button {
  border: none;
  cursor: pointer;
  border-radius: 60px;
  padding: 0 40px;
  height: 60px;
  font-family: "Kanit", sans-serif;
  background-color: #FF4C33;
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 3px;
  white-space: nowrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
body .mil-btn.mil-btn-lg {
  height: 90px;
  padding: 0 70px;
  font-size: 16px;
}
body .mil-btn.mil-btn-border {
  border: solid 2px #1D1D1D;
  background-color: transparent;
  color: #1D1D1D;
}
body .mil-btn.mil-arrow-place {
  padding: 0 23px;
}
body .mil-btn.mil-arrow-place i {
  margin-left: 0;
}
body .mil-btn.mil-btn-soft {
  background-color: #FF4C33;
  color: #1D1D1D;
}
body .mil-btn.mil-btn-link {
  background-color: transparent;
  padding: 0;
  color: #FFFFFF;
}
body .mil-btn.mil-btn-link.mil-accent {
  color: #FF4C33;
}
body .mil-btn i {
  margin-left: 10px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
body .mil-btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
body .mil-btn:hover i {
  margin-left: 15px;
}
form.post-password-form .mil-button {
  display: block;
  width: 100%;
  margin-top: 20px;
}

/* -------------------------------------------

spaces

------------------------------------------- */
.mil-divider {
  height: 1px;
  width: 100%;
  background-color: rgba(115, 115, 115, 0.3);
}

.mil-mt60 {
  margin-top: 60px;
}

.mil-mb10 {
  margin-bottom: 10px;
}

.mil-mb30 {
  margin-bottom: 30px;
}

.mil-mb40 {
  margin-bottom: 40px;
}

.mil-mb50 {
  margin-bottom: 50px;
}

.mil-mb60 {
  margin-bottom: 60px;
}

.mil-mb90 {
  margin-bottom: 90px;
}

.mil-p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mil-p-0-90 {
  padding-bottom: 90px;
}

.mil-p-90-0 {
  padding-top: 90px;
}

.mil-p-120-0 {
  padding-top: 120px;
}

.mil-p-90-60 {
  padding-top: 90px;
  padding-bottom: 60px;
}

.mil-p-120-90 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.mil-p-90-30 {
  padding-top: 90px;
  padding-bottom: 30px;
}

.mil-p-0-30 {
  padding-bottom: 30px;
}

@media (max-width: 1200px) {
  .mil-1200-p-90-30 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .mil-1200-p-30-90 {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}

@media (max-width: 992px) {
  .mil-p-120-0 {
    padding-top: 90px;
  }
  .mil-p-120-90 {
    padding-top: 90px;
  }
}

/***************************

swiper

***************************/
.mil-content .swiper, 
.mil-content .swiper-container {
  overflow: visible;
}

/* -------------------------------------------

preloader

------------------------------------------- */
.mil-preloader {
  width: 100vw;
  height: 100vh;
  background-color: #F7F7F7;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 10vw;
  padding-bottom: 90px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.admin-bar .mil-preloader {
  top: 32px;
}
.mil-preloader .mil-curtain {
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mil-preloader .mil-load {
  background-color: #FF4C33;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
@media screen and (max-width: 782px) {
  .admin-bar .mil-preloader {
    top: 46px;
  }
}

/* -------------------------------------------

top panel

------------------------------------------- */
.mil-top-panel {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          align-items: center;
}
.admin-bar .mil-top-panel {
  top: 32px;
}
.mil-top-panel > .elementor {
  width: 100%;
}
.mil-logo {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 90px;
  min-height: 90px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  background-color: #FF4C33;
  color: #FFFFFF;
  white-space: nowrap;
}
.mil-logo.mil-logo-default {
  font-size: 0;
}
.mil-logo.mil-logo-default span::first-letter {
  font-size: 40px;
}
@media (max-width: 992px) {
  .mil-top-panel {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .mil-top-panel {
    top: 46px;
  }
}

.mil-header-bts {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mil-menu-btn {
  margin-left: 20px;
  padding: 18px 10px 20px;
  height: 24px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-btn span, .mil-menu-btn span:after, .mil-menu-btn span:before {
  content: "";
  pointer-events: none;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #1D1D1D;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}
.mil-menu-btn span {
  position: relative;
}
.mil-menu-btn span:after, .mil-menu-btn span:before {
  position: absolute;
}
.mil-menu-btn span:before {
  top: -8px;
}
.mil-menu-btn span:after {
  top: 8px;
}
.mil-menu-btn.mil-active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mil-menu-btn.mil-active span:before {
  -webkit-transform: translate(0px, 8px) rotate(-90deg);
          transform: translate(0px, 8px) rotate(-90deg);
}
.mil-menu-btn.mil-active span:after {
  width: 24px;
  -webkit-transform: translate(0px, -8px) rotate(-90deg);
          transform: translate(0px, -8px) rotate(-90deg);
}
.mil-top-panel.mil-top-panel-default .mil-menu-btn {
  display: flex;
  width: 90px;
  height: 90px;
}
@media (max-width: 992px) {
  .mil-menu-btn {
    display: flex;
  }
}

.switcher-btn {
	margin-left: 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 30px;
	text-align: center;
}
.switcher-btn .sw-before, .switcher-btn .sw-after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.switcher-btn .sw-before svg, .switcher-btn .sw-after svg {
	width: 25px;
}
.switcher-btn .sw-before svg {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}
.switcher-btn .sw-after svg {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.switcher-btn.active .sw-before svg {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.switcher-btn.active .sw-after svg {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

/* -------------------------------------------

sidebar

------------------------------------------- */
.mil-sidebar {
  margin-top: 90px;
  width: 30%;
  height: calc(100vh - 90px);
  position: fixed;
  overflow: scroll;
  z-index: 9;
  top: 0;
  right: 0;
  padding-left: 5vw;
  padding-right: 10vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFFFF;
  -webkit-transition: transform 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.admin-bar .mil-sidebar {
  margin-top: 122px;
  height: calc(100vh - 122px);
}
.mil-sidebar.mil-sidebar-default {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mil-sidebar .mil-sidebar-frame-top {
  margin-bottom: auto;
}
.mil-sidebar .mil-sidebar-frame-middle {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mil-sidebar .mil-sidebar-frame-bottom {
  margin-top: auto;
}
.mil-sidebar .mil-sidebar-frame-bottom .mil-soft {
  padding-bottom: 60px;
}
.mil-sidebar.mil-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1200px) {
  .mil-sidebar {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .mil-sidebar {
    background-color: #FFFFFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    top: 90px;
    height: calc(100vh - 90px);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .mil-sidebar, .admin-bar .mil-sidebar {
    margin-top: 0 !important;
    padding-top: 90px;
    justify-content: flex-start;
  }
  .mil-sidebar.mil-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mil-sidebar .mil-sidebar-frame-top {
    display: none;
  }
  .mil-sidebar .mil-sidebar-frame-bottom .mil-soft {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .mil-sidebar {
    top: 136px;
    height: calc(100vh - 136px);
  }
}
@media (max-height: 642px) {
  .mil-sidebar, .admin-bar .mil-sidebar {
    justify-content: flex-start;
  }
  .mil-sidebar .mil-sidebar-frame-top {
    display: none;
  }
}

/* -------------------------------------------

content

------------------------------------------- */
.mil-content-frame {
  min-height: 100vh;
  position: relative;
  width: 70%;
  background-color: #FFFFFF;
}
.mil-content-frame.mil-content-frame-full {
  width: 100%;
}
.mil-content-frame.mil-content-frame-full:before {
  width: 100%;
}
.mil-content-frame:before {
  content: "";
  background-color: #F7F7F7;
  width: calc(100% - 5vw);
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.mil-content-frame > div > .elementor > .elementor-element + .elementor-element:last-child {
  padding-bottom: 90px;
}
.mil-content {
  display: flex;
}
@media (max-width: 1200px) {
  .mil-content-frame:before {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .mil-content {
    display: block;
  }
  .mil-content-frame {
    width: 100%;
    padding-top: 75px;
    min-height: calc(100vh - 150px);
  }
}

.mil-container {
  position: relative;
  padding-left: 10vw;
  padding-right: 15vw;
  pointer-events: all;
}
@media (max-width: 1200px) {
  .mil-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mil-container-out {
  position: relative;
}

.mil-container-out-right {
  position: relative;
  padding-left: 10vw;
  padding-right: 10vw;
}
@media (max-width: 1200px) {
  .mil-container-out-right {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* -------------------------------------------

menu

------------------------------------------- */
.mil-main-menu {
  position: relative;
}
.mil-main-menu li {
  list-style-type: none;
  margin-bottom: 15px;
}
.mil-main-menu li a {
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu li a:hover {
  color: #FF4C33;
  padding-left: 5px;
}
.mil-main-menu li.current_page_item > a,
.mil-main-menu li.mil-active > a,
.mil-main-menu li.mil-current > a {
  color: #FF4C33;
}
.mil-main-menu li.mil-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 12px;
  margin-left: 6px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transform: rotate(0deg);
}
.mil-main-menu li.mil-has-children:hover > a:after {
  transform: rotate(180deg);
}
.mil-main-menu li ul {
  padding-left: 15px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.8s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.8s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mil-main-menu li ul li {
  opacity: 0;
  margin-bottom: 10px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mil-main-menu li ul li:first-child {
  margin-top: 15px;
}
.mil-main-menu li ul li:last-child {
  margin-bottom: 0;
}
.mil-main-menu li ul li a {
  font-size: 16px;
  color: #1D1D1D;
  font-weight: 300;
  color: #737373;
}
.mil-main-menu li:hover {
  color: #FF4C33;
}
.mil-main-menu li:hover > ul {
  max-height: 500px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mil-main-menu li:hover > ul li {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 992px) {
  .mil-main-menu {
    text-align: center;
  }
  .mil-main-menu li a:hover {
    padding: 0;
  }
  .mil-main-menu li ul {
    padding: 0;
  }
}

/* -------------------------------------------

banner

------------------------------------------- */
.mil-banner {
  height: 100vh;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-banner .mil-banner-text {
  padding: 90px 0;
  position: relative;
  z-index: 2;
}
.mil-banner .mil-banner-text h1 {
  direction: inline;
  width: 200%;
}
.mil-banner .mil-banner-image {
  width: calc(100% + 10vw);
  height: calc(100vh - 290px);
  min-height: 640px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 0 0 0 150px;
}
.mil-banner .mil-banner-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .mil-banner {
    height: auto;
    padding-bottom: 90px;
  }
  .mil-banner .mil-banner-text {
    text-align: center;
  }
  .mil-banner .mil-banner-text h1 {
    direction: inline;
    width: 100%;
  }
  .mil-banner .mil-banner-text .mil-shortened {
    margin-left: auto;
    margin-right: auto;
  }
  .mil-banner .mil-banner-image {
    width: 100%;
    height: auto;
    padding-bottom: 130%;
    border-radius: 0 0 0 100px;
	  min-height: auto;
  }
}

/* -------------------------------------------

services

------------------------------------------- */
.mil-service-items .mil-divider:last-child {
  display: none;
}
.mil-service-items .mil-service-item:nth-last-child(2) {
  margin-bottom: 0;
}
.mil-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mil-service-item[data-perview="2"] {
  display: block;
}
.mil-service-item .mil-icon-part {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-service-item[data-perview="2"] .mil-icon-part {
  width: 100%;
}
.mil-service-item .mil-icon-part:last-child {
  width: 100%;
}
.mil-service-item .mil-icon-part img {
  width: 50px;
  margin-right: 30px;
}
.mil-service-item .mil-text-part {
  width: 60%;
}
.mil-service-item .mil-text-part:first-child {
  width: 100%;
}
.mil-service-item[data-perview="2"] .mil-text-part {
  width: 100%;
}
.mil-service-item .mil-text-part ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.mil-service-item .mil-text-part ul li:before {
  content: "--";
  color: #1D1D1D;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .mil-service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-service-item .mil-icon-part {
    width: 100%;
  }
  .mil-service-item .mil-text-part {
    width: 100%;
  }
}

/* -------------------------------------------

about

------------------------------------------- */
.mil-sign {
  font-family: "Sacramento", cursive;
  color: #FF4C33;
  font-size: 100px;
  position: absolute;
  top: -80px;
  right: 15vw;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .mil-sign {
    font-size: 60px;
    top: -40px;
  }
}

.mil-image-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 35%;
}
.mil-image-frame img,
.elementor .mil-image-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .mil-image-frame {
    padding-bottom: 50%;
  }
}

.mil-contact-info {
  border-top: solid 4px #FF4C33;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  padding: 60px;
}
.mil-contact-info li {
  list-style-type: none;
  margin-bottom: 30px;
}
.mil-contact-info li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .mil-contact-info {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .elementor-widget-josie-about-us br {
    display: none;
  }
}

/* -------------------------------------------

portfolio

------------------------------------------- */
.mil-portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 35%;
}
.mil-portfolio-item img,
.elementor .mil-portfolio-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-portfolio-item .mil-overlay {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 40%;
  left: calc(50% + 2.5vw);
  background-color: #FF4C33;
  height: 5vw;
  width: 100%;
  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;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.mil-portfolio-item.mil-long {
  padding-bottom: 45%;
}
.mil-portfolio-item.mil-square {
  padding-bottom: 100%;
}
.mil-portfolio-item:hover .mil-overlay {
  left: calc(50% - 2.5vw);
}
.mil-portfolio-item .mil-descr {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: #fff;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.mil-portfolio-item:hover .mil-descr {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.mil-portfolio-item .mil-descr .mil-fs16 {
  display: inline;
  line-height: 1.7;
}
.mil-portfolio-item .mil-descr .mil-h1 {
  display: block;
}
@media (max-width: 550px) {
  .mil-portfolio-item .mil-overlay {
    top: 30%;
    height: 90px;
    left: calc(50% + 45px);
  }
}
@media (max-width: 1200px) {
  .mil-portfolio-item {
    padding-bottom: 60%;
  }
  .mil-portfolio-item.mil-long {
    padding-bottom: 60%;
  }
  .mil-portfolio-item.mil-square {
    padding-bottom: 100%;
  }
  .mil-portfolio-item .mil-overlay {
    height: 90px;
    left: calc(50% + 45px);
  }
  .mil-portfolio-item:hover .mil-overlay {
    left: calc(50% - 45px);
  }
}

.josie-portfolio-items:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.josie-portfolio-items .mil-portfolio-item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* -------------------------------------------

blog

------------------------------------------- */
.mil-blog-item .mil-pub-cover {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  margin-bottom: 35px;
}
.mil-blog-item .mil-pub-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mil-blog-item .mil-pub-cover .mil-overlay {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 40%;
  left: calc(50% + 2.5vw);
  background-color: #FF4C33;
  height: 5vw;
  width: 100%;
  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;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.mil-blog-item .mil-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-perview="2"] .mil-blog-item .mil-descr,
.col-lg-6 .mil-blog-item .mil-descr {
  display: block;
}
.mil-blog-item .mil-descr .mil-left {
  padding-right: 30px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-perview="2"] .mil-blog-item .mil-descr .mil-left,
.col-lg-6 .mil-blog-item .mil-descr .mil-left,
.mil-blog-item .mil-descr .mil-left:last-child {
  width: 100%;
  padding-right: 0;
  padding-bottom: 30px;
  display: block;
}
.mil-blog-item .mil-descr .mil-right {
  width: 50%;
}
[data-perview="2"] .mil-blog-item .mil-descr .mil-right,
.col-lg-6 .mil-blog-item .mil-descr .mil-right {
  width: 100%;
}
.mil-blog-item:hover .mil-pub-cover .mil-overlay {
  left: calc(50% - 2.5vw);
}
.mil-blog-item .mil-descr .mil-right .mil-el-more {
  display: none;
}
.mil-blog-item.read-show .mil-descr .mil-right .mil-el-more {
  display: inline;
}
@media (max-width: 1200px) {
  .mil-blog-item .mil-pub-cover {
    padding-bottom: 60%;
  }
  .mil-blog-item .mil-pub-cover .mil-overlay {
    height: 90px;
    left: calc(50% + 45px);
  }
  .mil-blog-item .mil-pub-cover:hover .mil-overlay {
    left: calc(50% - 45px);
  }
}
@media (max-width: 768px) {
  .mil-blog-item .mil-descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-blog-item .mil-descr .mil-left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .mil-blog-item .mil-descr .mil-right {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .mil-blog-item .mil-pub-cover .mil-overlay {
    top: 29%;
    height: 90px;
    left: calc(50% + 45px);
  }
}

.mil-pub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-wrap: wrap;
}
.mil-pub-info li {
  font-size: 16px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-wrap: wrap;
}
.mil-pub-info li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FF4C33;
  margin: 0 10px;
}
.mil-pub-info li:last-child:after {
  display: none;
}
.mil-pub-info li a {
  color: #737373;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-pub-info li a:hover {
  color: #FF4C33;
}
.mil-pub-info li span.mil-c-gone span {
  display: inline;
  margin-right: 5px;
}
.mil-pub-info li span.mil-c-gone:last-child span {
  display: none;
}

/* -------------------------------------------

skills

------------------------------------------- */
.mil-skill-items > div:last-child {
  display: none;
}
.mil-prog-track {
  height: 2px;
  background-color: rgba(115, 115, 115, 0.3);
}
.mil-prog-track .mil-prog {
  position: relative;
  height: 100%;
  background-color: #FF4C33;
}
.mil-prog-track .mil-prog:before {
  content: attr(data-number);
  position: absolute;
  top: -30px;
  right: 21px;
  background-color: #FF4C33;
  color: #FFFFFF;
  height: 30px;
  padding: 0 5px 0 10px;
  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;
  font-size: 16px;
  font-weight: 400;
}
.mil-prog-track .mil-prog:after {
  content: "%";
  position: absolute;
  top: -30px;
  right: 0;
  background-color: #FF4C33;
  color: #FFFFFF;
  height: 30px;
  padding: 0 10px 0 0;
  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;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0 15px 0 0;
}

/* -------------------------------------------

experience

------------------------------------------- */
.mil-exp-items > div:last-child {
  display: none;
}
.mil-exp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mil-exp-item .mil-date {
  width: 40%;
}
@media (max-width: 330px) {
  .mil-exp-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-exp-item .mil-date {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* -------------------------------------------

404

------------------------------------------- */
.mil-404-frame {
  padding: 90px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .mil-404-frame {
    height: calc(100vh - 180px);
  }
}

.mil-error {
  font-family: "Sacramento", cursive;
  font-size: calc(1rem + 5vw);
  color: #FF4C33;
  margin-left: 15px;
  line-height: 50%;
}

.mil-404 {
  font-size: calc(1rem + 10vw);
}
@media (max-width: 768px) {
  .mil-404 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/* -------------------------------------------

team

------------------------------------------- */
.mil-team-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
}
.mil-team-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #FF4C33;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card.mil-offset-card {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media screen and (max-width: 992px) {
  .mil-team-card.mil-offset-card {
    -webkit-transform: none;
            transform: none;
  }
}
.mil-team-card .mil-description {
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-description .mil-secrc-text {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mil-team-card .mil-description .mil-secrc-text a {
  color: rgb(255, 255, 255);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-description .mil-secrc-text a:hover {
  color: #FF4C33;
}
.mil-team-card:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mil-team-card:hover:after {
  width: 100%;
}
.mil-team-card:hover .mil-description {
  opacity: 1;
  pointer-events: all;
}
.mil-team-card:hover .mil-description .mil-secrc-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/***************************

price

***************************/
.mil-price-card {
  display: block;
  width: 100%;
}
.mil-price-card .mil-price-number {
  padding-top: 10px;
  line-height: 70%;
  font-size: 54px;
  font-weight: 500;
}
.mil-price-card .mil-price-number .mil-thin {
  font-weight: 200;
  font-size: 18px;
}
.mil-price-card:last-child .mil-divider {
  display: none;
}
.mil-adaptive-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .mil-adaptive-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/***************************

reviews

***************************/
.mil-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mil-slider-nav.mil-reviews-nav {
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .mil-slider-nav.mil-reviews-nav {
    top: 0;
  }
}
.mil-slider-nav .mil-slider-arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(229, 229, 229);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-slider-nav .mil-slider-arrow svg path {
  fill: #1D1D1D;
}
.mil-slider-nav .mil-slider-arrow.mil-prev {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mil-slider-nav .mil-slider-arrow.swiper-button-disabled {
  opacity: 0.1;
  cursor: not-allowed;
}
.mil-slider-nav .mil-slider-arrow:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.mil-slider-nav .mil-slider-arrow:hover.mil-prev {
  -webkit-transform: rotate(180deg) scale(1.15);
          transform: rotate(180deg) scale(1.15);
}
.mil-quote-icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.mil-quote-icon path {
  fill: #FF4C33;
}

/***************************

Content

***************************/
.single-post-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
}
.single-post-text ul {
  padding: 0;
  margin: 0;
}
.single-post-text ul > li,
.single-post-text ol > li {
  margin-bottom: 0.25rem;
}
.single-post-text ul ul,
.single-post-text ol ol,
.single-post-text ul ol,
.single-post-text ol ul {
  margin-top: 0.25rem;
}
.single-post-text ul > li {
  display: block;
  line-height: 150%;
  list-style-type: none;
  position: relative;
  padding-left: 27px;
}
.single-post-text ul > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FF4C33;
}
.single-post-text ol {
  padding: 0;
  margin: 0 0 0 1.25rem;
}
.single-post-text ol > li {
  line-height: 150%;
  list-style-type: decimal;
}
.single-post-text ol > li::marker {
  color: #1D1D1D;
}
.single-post-text p, 
.single-post-text ul, 
.single-post-text ol, 
.single-post-text h1, 
.single-post-text h2, 
.single-post-text h3, 
.single-post-text h4, 
.single-post-text h5, 
.single-post-text h6, 
.single-post-text iframe,
.single-post-text table, 
.single-post-text object, 
.single-post-text blockquote {
  margin-bottom: 30px;
}
.single-post-text p:last-child, 
.single-post-text ul:last-child, 
.single-post-text ol:last-child, 
.single-post-text h1:last-child, 
.single-post-text h2:last-child, 
.single-post-text h3:last-child, 
.single-post-text h4:last-child, 
.single-post-text h5:last-child, 
.single-post-text h6:last-child, 
.single-post-text iframe:last-child, 
.single-post-text table:last-child, 
.single-post-text object:last-child, 
.single-post-text blockquote:last-child {
  margin-bottom: 0;
}

.mil-archive-row > .col-12 > .col-lg-12:last-child .mil-blog-item {
  margin-bottom: 0;
}

/***************************

Footer

***************************/
.mil-footer-default {
  display: none;
}
@media screen and (max-width: 992px) {
  .mil-footer-default {
    display: block;
  }
}

/***************************

widgets

***************************/
.widget-area .widget_block h2 {
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.widget-area .widget_block h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  height: 1px;
  width: 100%;
  background-color: rgba(115, 115, 115, 0.3);
}

.widget-area .widget {
  margin-bottom: 60px;
}

.widget-area ul,
.widget-area ol {
	padding: 0;
	margin: 0;
  list-style: none;
}

.widget-area ul li,
.widget-area ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  margin: 15px 0;
  color: #737373;
}

.widget-area ul li a,
.widget-area ol li a {
  display: block;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #1D1D1D;
}

.widget-area ul li a:hover,
.widget-area ol li a:hover {
  text-decoration: none;
  color: #FF4C33;
}

.widget-area .widget_categories ul ul,
.widget-area ul li.page_item_has_children ul,
.widget-area .widget_nav_menu ul ul,
.widget-area ul.wp-block-categories-list ul {
  border-left: 1px solid rgba(0,0,0,.1);
}
.widget-area .widget_categories ul li,
.widget-area ul li.page_item_has_children,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_recent_comments ul li,
.widget-area ol.wp-block-latest-comments li,
.widget-area .widget_rss ul li,
.widget-area ul.wp-block-categories-list li {
  display: block;
}
.widget-area .widget_categories ul li a,
.widget-area ul li.page_item_has_children a,
.widget-area .widget_nav_menu ul li a,
.widget-area .widget_recent_comments ul li a,
.widget-area ol.wp-block-latest-comments li a,
.widget-area ul.wp-block-categories-list li a {
  display: inline-block;
}
.widget-area .widget_categories ul li li,
.widget-area ul li.page_item_has_children li,
.widget-area .widget_nav_menu ul li li,
.widget-area ul.wp-block-categories-list li li {
  border-bottom: none;
  padding-bottom: 0;
  padding-left: 15px;
  position: relative;
}
.widget-area .widget_categories ul li li:after,
.widget-area ul li.page_item_has_children li:after,
.widget-area .widget_nav_menu ul li li:after,
.widget-area ul.wp-block-categories-list li li:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 13px;
  width: 10px;
  height: 1px;
  background: rgba(0,0,0,.1);
}
.widget-area .widget_categories ul li li:first-child,
.widget-area ul li.page_item_has_children li:first-child,
.widget-area .widget_nav_menu ul li li:first-child,
.widget-area ul.wp-block-categories-list li li:first-child {
  border-top: none;
}

.widget-area .widget_recent_comments ul li .comment-author-link,
.wp-block-latest-comments__comment-author {
	font-weight: 500;
}

.widget-area .widget_rss .rss-date {
  display: inline-block;
  padding: 2px 5px;
  background-color: rgba(0,0,0,.1);
  font-size: 14px;
  font-weight: 400;
  color: #1D1D1D;
}

.widget-area .widget_rss ul li a {
  transform: none;
  font-weight: 500;
  margin-bottom: 4px;
}

.wp-block-search,
.widget-area .widget_search .search-form {
	position: relative;
  max-width: 360px;
}

.wp-block-search label,
.widget-area .widget_search label {
  margin: 0;
}

.wp-block-search input[type=text],
.wp-block-search input[type=search],
.single-post-text select {
  background-color: #fff;
  border: none;
}

.widget-area input.wp-block-search__input, 
.widget-area select {
  background-color: #f7f7f7;
  border: none;
}

.widget-area .widget_search input.search-submit,
.wp-block-search .wp-block-search__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border: none;
  background-color: #FF4C33;
  transition: 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  background-image: url(assets/img/icons/search.svg);
  font-size: 0px;
  color: transparent;
}

.widget_rss a.rss-widget-feed {
  margin-right: 3px;
  display: inline-block;
  vertical-align: baseline;
}

.widget_rss .rss-date,
.widget_rss cite {
  margin: 5px 0 10px 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}

.widget_rss cite {
  margin: 5px 0 20px 0;
  font-style: normal;
}

.widget-area .widget_text img {
  max-width: 100%;
  height: auto;
}

.widget-area .widget_text p {
  margin: 15px 0;
}

.post-text-bottom .tags-links,
.wp-block-tag-cloud .tagcloud,
.widget-area .widget_tag_cloud .tagcloud {
  font-size: 0px;
}

.post-text-bottom .tags-links a,
.wp-block-tag-cloud .tag-cloud-link,
.widget-area .widget_tag_cloud .tag-cloud-link {
  margin: 0 5px 5px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px !important;
  background-color: #1D1D1D;
  padding: 4px 10px;
  color: #fff;
  transition: 0.3s ease-in-out;
  border-radius: 30px;
}

.post-text-bottom .tags-links a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover,
.widget-area .widget_tag_cloud .tag-cloud-link:hover {
  filter: brightness(110%);
}

.widget-area table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #737373;
}

.widget-area table caption {
	padding: 5px;
	font-weight: 600;
	font-size: 14px;
	border-bottom: none;
	background: #737373;
	text-align: center;
	color: rgb(190, 193, 195);
}

.widget-area th {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	border: none;
	text-transform: uppercase;
}

.widget-area td {
	border: none;
	padding: 5px 0;
	font-size: 14px;
	background: none;
	text-align: center;
	border: none;
}

.widget-area tfoot td {
	border: none;
}

.widget-area td.pad {
	background: none;
}

.widget-area td#today {
	background: #FF4C33;
	color: #000!important;
}

/***************************

global classes

***************************/
.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.align-left {
	text-align: left !important;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.pull-none {
	float: none !important;
}

.alignright {
	margin-left: 20px !important;
	margin-bottom: 10px !important;
	float: right !important;
	max-width: 50% !important;
}

img.alignright {
  clear: right;
}

.alignleft {
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	float: left !important;
	max-width: 50% !important;
}

img.alignleft {
  clear: left;
}

.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

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

.full-max-width {
	max-width: 100%;
	width: auto;
}

.centrize {
	display: table !important;
	table-layout: fixed !important;
	height: 100% !important;
	position: relative !important;
	top: 0;
	left: 0;
	z-index: 2;
}

.vertical-center {
	display: table-cell !important;
	vertical-align: middle !important;
}

form input[type="checkbox"] {
	display: inline-block;
	width: auto;
	height: auto;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

iframe,
object {
	max-width: 100%;
}

.sticky {
	position: relative;
}

.sticky:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	width: 4px;
	height: 100%;
	background: #FF4C33;
	z-index: 3;
}

.post-edit-link {
  text-decoration: underline;
  color: #1D1D1D;
  font-size: 16px;
}

.post-edit-link:hover {
	text-decoration: none;
}

.edit-link {
	margin-top: 15px;
	display: block;
}

/***************************

single post

***************************/
.single-post-text > *:first-child,
.single-post-text > div > *:first-child {
	margin-top: 0;
}
.single-post-text > *:last-child {
	margin-bottom: 0;
}

.single-post-text ul,
.single-post-text ol {
  line-height: 2;
}

.single-post-text ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

.single-post-text ul > li {
  list-style-type: disc;
}

.single-post-text li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.single-post-text ol {
  display: block;
  list-style-type: decimal;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 1.25rem;
}

.single-post-text ol > li {
  list-style-type: decimal;
}

.single-post-text p {
	margin-top: 30px;
	margin-bottom: 30px;
}

.single-post-text img {
	max-width: 100%;
}

.single-post-text img+figure {
	margin-top: 30px;
}

.single-post-text table{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.single-post-text table th {
  	padding: 15px 20px;
	font-size: 15px;
	font-weight: 700;
	background: #fff;
	border: 1px solid #f2f3f5;
	text-align: left;
}

.single-post-text table tbody th {
	background: #fff;
}

.single-post-text table td {
	border: none;
	padding: 10px;
	font-size: 17px;
	background: #fff;
	border: 1px solid #f2f3f5;
}

.single-post-text table td#today{
	background: rgba(0, 0, 0, 0.3);
	font-weight: 700;
}

.single-post-text table caption {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
  	caption-side: top;
  	text-align: center;
}

@media screen and (max-width: 720px) {
	.single-post-text table th {
		padding: 10px;
		font-size: 13px;
	}
	.single-post-text table td {
		padding: 10px;
		font-size: 13px;
	}
}

.single-post-text {
	line-height: 1.6;
	word-wrap: break-word;
}

.single-post-text:after {
	content: '';
	position: relative;
	clear: both;
	display: block;
}

.single-post-text img {
	max-width: 100%;
	height: auto;
}

.single-post-text p a:hover {
	text-decoration: underline;
}

.single-post-text dt {
	margin-bottom: 5px;
	font-weight: 700;
  color: #1D1D1D;
}

.single-post-text dd {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.single-post-text blockquote p {
	margin-bottom: 10px!important;
	font-style: normal;
}

.single-post-text blockquote p:first-child {
	margin-top: 0;
}

.single-post-text blockquote cite {
	font-size: 16px;
	font-style: normal;
}

.single-post-text blockquote cite:before {
	margin-right: 5px;
	content: '-';
}

.single-post-text blockquote cite br {
	display: none;
}

.single-post-text blockquote.has-text-align-right cite:before {
	display: none;
}

.single-post-text blockquote.has-text-align-right cite:after {
	margin-left: 5px;
	content: '-';
}

.wp-block-file__button {
	padding: 0 1rem;
}

.single-post-text figure {
	margin-bottom: 30px;
	max-width: 100%;
	overflow: auto;
}

.single-post-text figure .wp-caption-text,
.gallery-caption {
	font-style: italic;
}

.bypostauthor strong {
  font-weight: 500;
}

.elementor-image-gallery .gallery {
	margin: -10px;
}

.single-post-text h1,
.single-post-text h2,
.single-post-text h3,
.single-post-text h4,
.single-post-text h5,
.single-post-text h6 {
	margin-top: 50px;
}

.single-post-text h1+h2,
.single-post-text h2+h3,
.single-post-text h3+h4,
.single-post-text h4+h5,
.single-post-text h5+h6,
.single-post-text h6 {
	margin-top: 30px;
}

.single-post-text pre.wp-block-code,
.single-post-text pre {
	padding: 20px;
	overflow: auto;
	white-space: pre-wrap;
	background: linear-gradient(159deg, rgb(0, 0, 0) 0%, #23232d 100%);
	background: -webkit-linear-gradient(159deg, rgb(0, 0, 0) 0%, #23232d 100%);
	color: #F2F3F5;
	font-size: 15px;
}

.single-post-text blockquote {
	margin: 30px 0;
	color: #1D1D1D;
	background: transparent;
	padding: 30px 30px 30px 40px;
	font-style: italic;
	position: relative;
}

.single-post-text blockquote p:last-child {
  margin-bottom: 0px!important;
}

.single-post-text blockquote:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	font-size: 17px;
	opacity: .3;
	color: #1D1D1D;
	bottom: 0px;
	right: 0px;
	transform: rotate(180deg);
}

.single-post-text footer {
	width: auto;
}

.gallery .gallery-item {
	margin: 0;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

.gallery .gallery-item img {
	max-width: 100%;
	height: auto;
}

.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
	width: 16.666%;
}

.gallery.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
	width: 11.111%;
}

.post-text-bottom .social-share {
  line-height: 20px;
  font-size: 16px;
  color: #737373;
}

.post-text-bottom .share-btn {
	position: relative;
	display: inline-block;
	top: 1px;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 18px;
}

.social-share strong {
	font-weight: 300;
}

.social-share a {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #1D1D1D;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.social-share a .icon {
	color: #1D1D1D;
	font-size: 17px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.social-share a:hover, 
.social-share a:hover .icon {
	color: #FF4C33;
}

.social-share a:last-child {
	margin-right: 0;
}

.social-share span {
	line-height: 28px;
}

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

.post-text-bottom > span {
	margin-bottom: 15px;
	display: block;
  font-size: 16px;
  color: #737373;
}

.post-text-bottom > span.comments-link {
  display: none;
}

.post-text-bottom span.cat-links a, 
.page-links a {
  color: #FF4C33;
  text-decoration: none;
}

.post-text-bottom span.cat-links a:hover, 
.page-links a:hover {
  text-decoration: underline;
}

.page-links a,
.page-links span {
	display: inline-block;
	margin: 0 10px;
}

.post-text-bottom .tags-links {
  margin: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
}

.post-text-bottom .tags-links a {
  margin-top: 3px;
  margin-bottom: 3px;
}

.post-text-bottom .tags-links *:nth-child(1) {
	margin-left: 5px;
}

.mil-post-navigation {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed rgb(190, 193, 195);
    padding-top: 30px
}

@media (max-width: 768px) {
	.mil-post-navigation > a > span {
		display: none !important;
	}
}

.mil-post-navigation a,
.mil-post-navigation > span {
    font-size: 13px;
    text-transform: uppercase;
}

.mil-post-navigation i:last-child {
    margin-left: 7px
}

.mil-post-navigation i:first-child {
    margin-right: 7px
}

.mil-post-navigation > span {
    opacity: .5;
    cursor: default
}

.mil-post-navigation a span {
    transition: .3s ease 0s;
    display: inline-block
}

.mil-post-navigation a:hover i + span {
    transform: translateX(5px)
}

.mil-post-navigation a:hover span {
    transform: translateX(-5px)
}

.mil-text a,
.single-post-text a {
	color: #1D1D1D;
	text-decoration: none;
}

.mil-text a:hover,
.single-post-text a:hover {
	color: #FF4C33;
	text-decoration: underline;
}

.mil-text .mil-el-more {
	margin-top: 30px;
}

.mil-el-more {
	display: block;
}

/***************************

sidebar

***************************/
.mil-sidebar-frame {
  width: 30%;
  padding-left: 50px;
  padding-right: 10vw;
}
@media (max-width: 992px) {
	.mil-sidebar-frame {
	  margin-top: 60px;
	  margin-bottom: 60px;
    width: 100%;
    padding: 0 30px;
	}
}

/***************************

comments

***************************/
.mil-comments-list {
	padding: 0;
	margin-top: 30px;
	position: relative;
}

.mil-comments-list + .form-comment {
  margin-top: 60px;
}

.mil-comments-list + .mil-text {
  margin-top: 60px;
}

.mil-comments-list:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 32px;
	top: 0;
}

.mil-comments-list>li {
	list-style-type: none;
	position: relative;
}

.mil-comments-list>li:last-child > .comment > .mil-comment-box {
  margin-bottom: 0;
}

.mil-comments-list>li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.mil-comments-list .mil-comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.mil-comments-list .mil-comment-avatar img {
	width: 100%;
	height: 100%;
}

.mil-comments-list .children {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
	list-style: none;
}

.mil-comments-list .comment {
	list-style: none;
}

.comment-info {
	padding: 15px 0 0 0;
	color: rgb(190, 193, 195);
}

.comment-info span.comment-reply {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-reply-link {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.comment-reply-link:after {
	content: '';
	margin-left: 8px;
	content: '\f3e5';
	display: inline-block;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	line-height: 14px;
	opacity: 0.8;
}

.post-comments .title h5 {
	margin-bottom: 30px;
}

.comment-respond {
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 90px;
}

.form-comment .comment-respond {
	margin-top: 0;
	margin-left: 0;
}

.trackback .mil-comment-avatar,
.pingback .mil-comment-avatar {
	display: none;
}

.comment-respond .small,
.comment-respond small {
	font-size: 14px;
}

.comment-respond .title_inner small {
	position: absolute;
	top: 10px;
	left: auto;
	right: 0;
	display: block;
	font-size: 14px;
	white-space: nowrap;
}

.comment-respond .title_inner small a {
	text-decoration: none;
	opacity: 0.8;
}

.comment-respond .title_inner small a:hover {
	opacity: 1;
}

.comment:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.comment-reply {
	margin-top: 15px;
}

.mil-comment-box {
	width: calc(100% - 90px);
	float: right;
	position: relative;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
    border: solid 1px #F2F3F5;
}

.mil-comment-box .mil-comment-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.mil-comment-box .mil-comment-head h6 {
	font-size: 13px;
	line-height: 1.5;
}

.mil-comment-box .mil-comment-head .mil-date {
  padding: 2px 5px;
  background-color: #F2F3F5;
  font-size: 12px;
  font-weight: 400;
  color: #1D1D1D;
}

.mil-comments-list.mil-reply-list>li:last-child .mil-comment-box {
	margin-bottom: 30px !important;
}

.form-comment .mil-group-input textarea {
  height: 140px;
  display: block;
}

.form-comment .comment-form-cookies-consent {
  margin-bottom: 30px;
}

@media (max-width: 790px) {
	.mil-comments-list:before {
		left: 17px;
	}
	.mil-comments-list .mil-comment-avatar {
		width: 35px;
		height: 35px;
	}
	.mil-reply-list {
		padding-left: 50px;
	}
	.mil-reply-list>li:before {
		top: 17px;
		left: -33px;
	}
	.mil-comment-box {
		width: calc(100% - 50px);
	}
}

.comment-form-cookies-consent label {
	display: inline;
}

.title.comment-reply-title,
.post-comments .title {
	margin: 0 0 30px 0;
	font-size: 17px;
	font-weight: 600;
}

.post-comments > .form-comment > .comment-respond {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.comment-respond .title_inner small {
		position: relative;
		top: 0;
		left: 0;
	}
}

@media (max-width: 1160px) {
	.post-comments .post-comment .image {
		width: 60px;
		height: 60px;
	}
	.post-comments .post-comment .desc {
		margin-left: 80px;
	}
	.post-comments .post-comment.pingback .desc {
		margin-left: 0;
	}
	.post-comments ul.children {
		padding: 20px 20px 0 80px;
	}
	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px;
	}
}

@media (max-width: 840px) {
	.post-comments ul.children {
		padding: 20px 20px 0 20px;
	}
	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px;
	}
}

@media (max-width: 480px) {
	.post-comments ul.children {
		padding: 15px 15px 15px 15px;
	}
	.post-comments ul.children ul.children {
		padding: 15px 0 0 10px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 15px 0 0 5px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 15px 0 0 5px;
	}
	.post-comments .post-comment .image {
		width: 40px;
		height: 40px;
	}
	.post-comments .post-comment .desc {
		margin-left: 55px;
	}
	.post-comments .post-comment.pingback .desc {
		margin-left: 0;
	}
	.gallery .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-3 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-4 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-5 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-6 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-7 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-8 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-9 .gallery-item {
		width: 100%;
	}
}

/***************************

WP Block

***************************/
.wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
	max-width: 100%;
	margin: 0;
	padding: 5px 10px 0 10px;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #737373;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	padding: 0;
}

.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
	display: none;
}

.wp-block-cover,
.wp-block-cover-image {
	margin: 30px 0;
}

.wp-block-cover.alignleft,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.alignright {
	margin-bottom: 30px!important;
}

.wp-block-cover p a:hover,
.wp-block-cover-image p a:hover {
	text-decoration: underline;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 30px 40px !important;
}

.wp-block-pullquote {
	padding-top: 0;
	padding-bottom: 0;
}

.wp-block-pullquote blockquote {
	padding-bottom: 30px;
	border-left: none;
	border-bottom: 2px solid #FF4C33;
}

.wp-block-pullquote.is-style-solid-color {
	background-color: transparent;
	border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	border: none;
}

.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
	margin: 30px 0;
	max-width: 480px;
}

.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-group.has-background {
	padding: 20px;
	color: #1D1D1D;
}

.wp-block-group.has-background p:first-child {
	margin-top: 0;
}

.wp-block-group.has-background p:last-child {
	margin-bottom: 0;
}

.wp-block-media-text.has-background {
	color: #1D1D1D;
}

.wp-block-media-text.has-background .has-large-font-size {
	line-height: 1.7;
}

hr.wp-block-separator {
	margin: 30px 0;
	border: none;
	border-bottom: 1px solid rgb(190, 193, 195);
	max-width: 50px;
}

hr.wp-block-separator.is-style-wide {
	max-width: 100%;
}

.wp-block-separator.is-style-dots:before {
	color: rgb(190, 193, 195);
}

.wp-block-button {
	margin-bottom: 30px;
}

.wp-block-button a.wp-block-button__link {
	padding: 13px 35px;
	background: #FF4C33;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 46px;
	-webkit-border-radius: 46px;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
	padding-top: 11px;
	padding-bottom: 11px;
	border: 2px solid #FF4C33;
	color: #FF4C33;
	background: none;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.wp-block-columns {
	margin-bottom: 0;
}

.wp-calendar-nav:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.wp-calendar-nav span.wp-calendar-nav-prev {
	float: left;
}

.wp-calendar-nav span.wp-calendar-nav-next {
	float: right;
}

.wp-block-latest-comments__comment {
  line-height: 1.5;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	padding: 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
	font-weight: 600;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
	margin-top: 8px;
	margin-bottom: 22px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: rgb(190, 193, 195);
}

ul.blocks-gallery-grid {
	margin: 0 !important;
}

body .wp-block-cover-image-text,
body .wp-block-cover-image-text a,
body .wp-block-cover-image-text a:active,
body .wp-block-cover-image-text a:focus,
body .wp-block-cover-image-text a:hover,
body .wp-block-cover-text,
body .wp-block-cover-text a,
body .wp-block-cover-text a:active,
body .wp-block-cover-text a:focus,
body .wp-block-cover-text a:hover,
body section.wp-block-cover-image h2,
body section.wp-block-cover-image h2 a,
body section.wp-block-cover-image h2 a:active,
body section.wp-block-cover-image h2 a:focus,
body section.wp-block-cover-image h2 a:hover {
	color: #fff!important;
}

.wp-block-archives-dropdown .nice-select,
.wp-block-categories-dropdown .nice-select {
	max-width: 390px;
	float: none;
	display: block;
}

.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
	max-width: 390px;
}

.wp-block-calendar table {
	background: #fff;
  	border: 1px solid rgb(190, 193, 195);
}
.wp-calendar-table tr th {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center!important;
}

.post-password-form label {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: bottom;
}
.post-password-form label input {
	margin-bottom: 0;
  margin-top: 10px;
	border-left: none;
}
.post-password-form input[type="submit"] {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: bottom;
	width: 220px;
	background: #FF4C33;
	text-transform: uppercase;
}

.itemGallery__box {
	margin-bottom: 30px;
	position: relative;
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgb(26 47 51 / 15%);
	box-shadow: 0 5px 10px 0 rgb(26 47 51 / 15%);
	border-radius: 5px;
}
.itemGallery__box a {
	position: relative;
	overflow: hidden;
	display: block;
}
.itemGallery__box a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	opacity: 0;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.itemGallery__box img.cover {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 5px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.itemGallery__details {
	padding: 30px;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	opacity: 0;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.itemGallery__box:hover a:after {
	opacity: 1;
}
.itemGallery__box:hover img.cover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.itemGallery__box:hover .itemGallery__details {
	opacity: 1;
}

@media (max-width: 992px) {
	.sticky:before {
		left: -1.25rem;
		width: 2px;
	}
}

@media (max-width: 720px) {
	.single-post-text table th {
		padding: 8px;
	}
	.single-post-text table td {
		padding: 8px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 15px 0 0 10px;
	}
}

@media (max-width: 768px) {
	.blocks-gallery-grid.alignleft,
	.blocks-gallery-grid.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		width: 100%!important;
		max-width: 100%!important;
		margin-right: 0!important;
		float: none!important;
	}
}

@media (max-width: 767px) {
	.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
		font-size: 1.2em;
		font-style: italic;
		line-height: 1.4;
	}
	.wp-block-pullquote.is-style-solid-color blockquote {
		max-width: 100%;
	}
	.wp-block-pullquote p {
		font-size: 1.75em;
		line-height: 1.4;
	}
	.single-post-text table th {
		font-size: 12px;
	}
	form.post-password-form label input {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.post-password-form label {
		display: block;
	}
	.post-password-form input[type="submit"] {
		width: 100%;
	}
	.comment-respond {
		margin-left: 50px;
	}
	.single-post-text table th {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	nav.wp-calendar-nav {
		margin-top: 10px;
	}
	.wp-block-categories-list li:last-child, .wp-block-archives-list li:last-child, .widget.widget_nav_menu ul li:last-child, .widget.widget_pages ul li:last-child, .widget_categories ul li:last-child {
		margin-bottom: 0;
	}
}

/***************************

Fix CF7 Errors

***************************/
.mil-dark-bg .wpcf7-not-valid-tip {
  color: rgba(255,255,255,0.9);
}
.elementor .wpcf7-not-valid-tip {
  margin-top: -20px;
  font-size: 11px;
  text-transform: uppercase;
}
.mil-dark-bg .wpcf7-not-valid-tip {
  color: rgba(255,255,255,0.9);
}
.elementor .wpcf7 form .wpcf7-response-output {
  margin-top: 20px;
  border-width: 1px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 90%;
}
.mil-dark-bg .wpcf7 form .wpcf7-response-output {
  color: rgba(255,255,255,0.9);
}