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

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

1. common
    - main
    - typography
    - breadcrumbs
    - list
    - button
    - link
    - form
    - spaces
2. components
    - banner
3. components
    - back to top
    - top panel
    - menu button
    - mouse
    - counters
    - illustrations
    - iconbox
    - projects
    - team
    - video
    - brands
    - reviews
    - services
    - call to action
    - store
    - comments
    - tabs
    - accordion
    - blog
    - publication
    - footer

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

main

------------------------------------------- */
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  color: #898D96;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.mil-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.mil-content {
  position: relative;
  overflow: hidden;
  pointer-events: all;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-content.mil-active {
  pointer-events: none;
  opacity: 0.3;
}
.mil-relative {
  position: relative;
}
.mil-absolute {
  position: absolute;
}
.mil-displacement {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .mil-displacement {
    padding-top: 0;
  }
}
.mil-bg-soft {
  background-color: #F8F8F8;
}
.mil-bg-soft.mil-half-bg {
  background-color: transparent;
}
.mil-bg-accent {
  background-color: #D94625;
}
.mil-bg-accent.mil-half-bg {
  background-color: transparent;
}
.mil-bg-dark {
  background-color: #212121;
}
.mil-bg-image {
  background-size: cover;
  background-position: center;
}
.mil-half-bg {
  position: relative;
}
.mil-half-bg:before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(50% - 100px);
  position: absolute;
  top: 0;
  left: 0;
}
.mil-half-bg.mil-bg-soft:before {
  background-color: #F8F8F8;
}
.mil-half-bg .mil-bg-accent:before {
  background-color: #D94625;
}
.mil-deco-line {
  position: relative;
}
.mil-deco-line:after {
  content: "";
  display: block;
  height: 100px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
}
.mil-large-title {
  width: calc(100% - 60px);
  position: absolute;
  top: -75%;
  left: 30px;
}
@media (max-width: 1400px) {
  .mil-large-title {
    display: none;
  }
}

.container-lg, .container-md, .container-sm, .container {
  max-width: 100%;
  --bs-gutter-x: 10px;
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1310px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1310px;
  }
}

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

typography

------------------------------------------- */
a {
  text-decoration: none;
  color: #212121;
}
.mil-text p {
  margin-top: 40px;
}
.mil-text p:first-child {
  margin-top: 0;
}
.mil-text-link {
  color: #D94625;
  position: relative;
}
.post-text-bottom .cat-links a,
.post-text-bottom .edit-link a,
.product_meta a,
.widget-area ul li a,
.widget-area ol li a {
  position: relative;
  line-height: 160%;
}
.mil-text-link:after,
.post-text-bottom .cat-links a:after,
.post-text-bottom .edit-link a:after,
.product_meta a:after,
.widget-area ul li a:after,
.widget-area ol li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #D94625;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-text-link:hover:after,
.post-text-bottom .cat-links a:hover:after,
.post-text-bottom .edit-link a:hover:after,
.product_meta a:hover:after,
.widget-area ul li a:hover:after,
.widget-area ol li a:hover:after {
  width: 100%;
}
.product_meta a:hover:after,
.widget-area ul li a:hover:after,
.widget-area ol li a:hover:after {
  color: #D94625;
}
.edit-link {
  position: relative;
  padding-left: 20px;
}
.edit-link a:before {
  content: '\f304';
  position: absolute;
  left: -20px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 160%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mil-h1,
.mil-h2,
.mil-h3,
.mil-h4,
.mil-h5,
.mil-h6 {
  font-family: "Roboto Condensed", sans-serif;
  color: #212121;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  line-height: 115%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, .mil-h1, .single-post-text h1 {
  font-size: 77px;
}
@media (max-width: 1024px) {
  h1, .mil-h1, .single-post-text h1 {
    font-size: 47px;
  }
}

h2, .mil-h2, .single-post-text h2 {
  font-size: 57px;
}
@media (max-width: 1024px) {
  h2, .mil-h2, .single-post-text h2 {
    font-size: 38px;
  }
}

h3, .mil-h3, .single-post-text h3 {
  font-size: 43px;
}
@media (max-width: 1024px) {
  h3, .mil-h3, .single-post-text h3 {
    font-size: 30px;
  }
}

h4, .mil-h4, .single-post-text h4 {
  font-size: 32px;
  letter-spacing: -0.03em;
}
@media (max-width: 1024px) {
  h4, .mil-h4, .single-post-text h4 {
    font-size: 26px;
  }
}

h5, .mil-h5, .single-post-text h5 {
  font-size: 24px;
  letter-spacing: -0.03em;
}
@media (max-width: 1024px) {
  h5, .mil-h5, .single-post-text h5 {
    font-size: 22px;
  }
}

h6, .mil-h6, .single-post-text h6 {
  font-size: 18px;
  letter-spacing: -0.03em;
}

.mil-display-1 {
  font-size: 130px;
  line-height: 110%;
}
@media (max-width: 1200px) {
  .mil-display-1 {
    font-size: 77px;
  }
}

.mil-display-2 {
  font-size: 100px;
  line-height: 110%;
}
@media (max-width: 1200px) {
  .mil-display-2 {
    font-size: 57px;
  }
}

.mil-suptitle {
  font-size: 18px;
  text-transform: uppercase;
  color: #212121;
}
.mil-suptitle.mil-sm {
  font-size: 14px;
}
.mil-suptitle.mil-accent {
  color: #D94625;
}
@media (max-width: 1200px) {
  .mil-suptitle {
    font-size: 16px;
  }
  .mil-suptitle.mil-sm {
    font-size: 12px;
  }
}

.mil-text-14 {
  font-size: 14px;
}

.mil-text-16 {
  font-size: 16px;
}

.mil-text-22 {
  font-size: 22px;
}
@media (max-width: 1200px) {
  .mil-text-22 {
    font-size: 18px;
  }
}

.mil-text-24 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .mil-text-24 {
    font-size: 20px;
  }
}

.mil-text-30 {
  font-size: 30px;
  line-height: 150%;
}
@media (max-width: 1200px) {
  .mil-text-30 {
    font-size: 22px;
  }
}

.mil-soft {
  color: #898D96;
}

.mil-soft-2 {
  color: #C4C4C4;
}

.mil-accent {
  color: #D94625;
}

.mil-light, .mil-light > a {
  color: #FFFFFF;
}

.mil-dark, .mil-dark > a {
  color: #212121;
}

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

.mil-text-right {
  text-align: right;
}
@media (max-width: 992px) {
  .mil-text-right {
    font-size: 22px;
  }
  .mil-text-right.text-sm-left {
    text-align: left;
  }
}

.mil-text-sb {
  font-weight: 600;
  letter-spacing: -0.02em;
}

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

breadcrumbs

------------------------------------------- */
.mil-breadcrumbs li {
  display: inline;
  font-size: 14px;
}
.mil-breadcrumbs li:last-child {
  cursor: not-allowed;
}
.mil-breadcrumbs li a {
  margin: 0 15px 0 0;
  font-weight: 400;
  color: #FFFFFF;
}
.mil-breadcrumbs li:after {
  content: ">";
  position: relative;
  top: 2px;
  color: #FFFFFF;
  opacity: 0.5;
  margin-right: 15px;
  pointer-events: none;
}
.mil-breadcrumbs li:last-child:after {
  display: none;
}
.mil-breadcrumbs li:last-child a {
  opacity: 0.5;
  pointer-events: none;
}
.mil-breadcrumbs.mil-dark li a {
  color: #212121;
}
.mil-breadcrumbs.mil-dark li:after {
  color: #212121;
}

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

list

------------------------------------------- */
.mil-list-1 li {
  list-style-type: none;
}

.mil-list-2 {
  border-bottom: solid 1px rgba(196, 196, 196, 0.5);
}
.mil-list-2 li {
  padding: 0 30px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px rgba(196, 196, 196, 0.5);
  border-bottom: 0;
}
.mil-list-2 li span {
  display: block;
}
.mil-list-2 li span:first-child {
  width: 25%;
}

.mil-list-3 li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mil-list-4 li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          gap: 30px;
  margin-bottom: 40px;
}
.mil-list-4 li > * {
  width: 60%;
}
.mil-list-4 li > *:first-child {
  width: 40%;
}

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

buttons

------------------------------------------- */
.mil-btn,
.wp-block-button a.wp-block-button__link {
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  color: #FFFFFF;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  border-radius: 2px;
  padding: 0 40px;
  background-color: #D94625;
  font-size: 18px;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-btn.mil-left {
  float: right;
}
.mil-btn:hover,
.wp-block-button a.wp-block-button__link:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.mil-btn.mil-btn-border, 
.wp-block-button.is-style-outline a.wp-block-button__link {
  color: #D94625;
  border: solid 1px #D94625;
  background-color: transparent;
}
.mil-btn.mil-btn-border:hover,
.wp-block-button.is-style-outline a.wp-block-button__link:hover {
  background-color: rgba(217, 70, 37, 0.1);
}
.mil-btn.mil-btn-sm {
  font-size: 14px;
  height: 50px;
  padding: 0 20px;
}
.mil-btn.mil-btn-m {
  font-size: 16px;
  height: 56px;
  padding: 0 30px;
}
.mil-btn.mil-light {
  background-color: #FFFFFF;
  color: #212121;
}
.mil-btn.mil-light.mil-btn-border {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
}
.mil-btn.mil-light.mil-btn-border.mil-btn-sm {
  border-color: #898D96;
}
.mil-btn.mil-light.mil-btn-border:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.mil-btn.mil-with-arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 9px;
  margin-left: 30px;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-btn.mil-with-arrow:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

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

link

------------------------------------------- */
.mil-link {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 10px;
  margin-right: 10px;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link:hover:before {
  margin-right: 15px;
}

.mil-badge {
  padding: 8px 15px;
  background-color: #F8F8F8;
  color: #D94625;
  margin-right: 15px;
}

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

form

------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="address"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.mf-input-wrapper input[type="text"],
.mf-input-wrapper input[type="email"],
.mf-input-wrapper input[type="address"],
.mf-input-wrapper input[type="tel"],
.mf-input-wrapper input[type="number"],
.mf-input-wrapper input[type="date"],
.mf-input-wrapper input[type="time"],
.mf-input-wrapper input[type="url"],
.mf-input-wrapper input[type="password"],
.mf-input-wrapper input[type="search"],
.mf-input-wrapper textarea.mf-input,
.single-post-text select,
.widget-area select {
  height: 70px;
  width: 100%;
  padding: 0 30px;
  border: solid 1px rgba(196, 196, 196, 0.6);
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: 18px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  color: #212121;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="address"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.mf-input-wrapper input[type="text"]:focus,
.mf-input-wrapper input[type="email"]:focus,
.mf-input-wrapper input[type="address"]:focus,
.mf-input-wrapper input[type="tel"]:focus,
.mf-input-wrapper input[type="number"]:focus,
.mf-input-wrapper input[type="date"]:focus,
.mf-input-wrapper input[type="time"]:focus,
.mf-input-wrapper input[type="url"]:focus,
.mf-input-wrapper input[type="password"]:focus,
.mf-input-wrapper input[type="search"]:focus,
.mf-input-wrapper textarea.mf-input:focus {
  outline: inherit;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="address"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder,
.mf-input-wrapper textarea.mf-input::placeholder,
.mf-input-wrapper input[type="text"]::placeholder,
.mf-input-wrapper input[type="email"]::placeholder,
.mf-input-wrapper input[type="address"]::placeholder,
.mf-input-wrapper input[type="tel"]::placeholder,
.mf-input-wrapper input[type="number"]::placeholder,
.mf-input-wrapper input[type="date"]::placeholder,
.mf-input-wrapper input[type="time"]::placeholder,
.mf-input-wrapper input[type="url"]::placeholder,
.mf-input-wrapper input[type="password"]::placeholder,
.mf-input-wrapper input[type="search"]::placeholder,
.mf-input-wrapper textarea.mf-input::placeholder {
  color: #898D96;
  font-family: "Albert Sans", sans-serif;
}
textarea,
.mf-input-wrapper textarea.mf-input {
  width: 100%;
  height: 200px;
  padding: 30px;
  border: solid 1px rgba(196, 196, 196, 0.6);
  border-radius: 2px;
  background-color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
select {
  padding: 0 40px 0 30px;
  width: 100%;
  height: 70px;
  border: solid 1px rgba(196, 196, 196, 0.6);
  border-radius: 2px;
  background-color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #898D96;
  display: block;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.48082 10.7718L4.17203 7.10842C3.78173 6.67629 4.0985 6 4.69121 6H11.3088C11.9015 6 12.2183 6.67629 11.828 7.10842L8.51918 10.7718C8.24433 11.0761 7.75567 11.0761 7.48082 10.7718Z" fill="%23898D96"/></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.mil-checkbox-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-checkbox-frame p {
  padding-left: 15px;
}

.mil-checkbox {
  position: relative;
  height: 24px;
  width: 24px;
}

.mil-checkbox label {
  background-color: #FFFFFF;
  border: solid 1px rgba(196, 196, 196, 0.6);
  border-radius: 2px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  left: 0;
  position: absolute;
  top: 0;
}

.mil-checkbox label:after {
  border: 2px solid #FFFFFF;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}

.mil-checkbox input[type=checkbox] {
  visibility: hidden;
}

.mil-checkbox input[type=checkbox]:checked + label {
  background-color: #D94625;
  border-color: #D94625;
}

.mil-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

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

space

------------------------------------------- */
.mil-mb-10 {
  margin-bottom: 10px;
}
.mil-mt-10 {
  margin-top: 10px;
}

.mil-mb-15 {
  margin-bottom: 15px;
}

.mil-mb-20 {
  margin-bottom: 20px;
}
.mil-mt-20 {
  margin-top: 20px;
}

.mil-mb-30 {
  margin-bottom: 30px;
}
.mil-mt-30 {
  margin-top: 30px;
}

.mil-mb-40 {
  margin-bottom: 40px;
}
.mil-mt-40 {
  margin-top: 40px;
}

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

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

.mil-mb-70 {
  margin-bottom: 70px;
}

.mil-mb-80 {
  margin-bottom: 80px;
}

.mil-mb-100 {
  margin-bottom: 100px;
}
.mil-mt-100 {
  margin-top: 100px;
}

.mil-mt-130 {
  margin-top: 130px;
}

.mil-mb-150 {
  margin-bottom: 150px;
}

.mil-mb-200 {
  margin-bottom: 200px;
}
@media (max-width: 1200px) {
  .mil-mb-200 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .mil-mb-150 {
    margin-bottom: 100px;
  }
}

.mil-p-0-100 {
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .mil-p-0-100 {
    padding-bottom: 50px;
  }
}

.mil-p-0-150 {
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .mil-p-0-150 {
    padding-bottom: 50px;
  }
}

.mil-p-0-170 {
  padding-bottom: 170px;
}
@media (max-width: 1200px) {
  .mil-p-0-170 {
    padding-bottom: 70px;
  }
}

.mil-p-0-200 {
  padding-bottom: 200px;
}
@media (max-width: 1200px) {
  .mil-p-0-200 {
    padding-bottom: 100px;
  }
}

.mil-p-200-0 {
  padding-top: 200px;
}
@media (max-width: 1200px) {
  .mil-p-200-0 {
    padding-top: 100px;
  }
}

.mil-p-200-100 {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .mil-p-200-100 {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

.mil-p-200-150 {
  padding-top: 200px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .mil-p-200-150 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.mil-p-200-170 {
  padding-top: 200px;
  padding-bottom: 170px;
}
@media (max-width: 1200px) {
  .mil-p-200-170 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.mil-p-160-200 {
  padding-top: 160px;
  padding-bottom: 200px;
}
@media (max-width: 1200px) {
  .mil-p-160-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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

.mil-p-280-200 {
  padding-top: 280px;
  padding-bottom: 200px;
}
@media (max-width: 1200px) {
  .mil-p-280-200 {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}

.mil-p-280-0 {
  padding-top: 280px;
}
@media (max-width: 1200px) {
  .mil-p-280-0 {
    padding-top: 140px;
  }
}

.mil-banner-space {
  height: 150px;
}

.mil-more-space {
  padding-top: 300px;
  margin-top: 100px;
}
@media (max-width: 1400px) {
  .mil-more-space {
    padding-top: 200px;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .mil-more-space {
    padding-top: 100px;
    margin-top: 0;
  }
}

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

cursor

------------------------------------------- */
.mil-cursor-follower {
  margin-top: -1.4%;
  margin-left: -0.9%;
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #D94625;
  opacity: 0.1;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  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);
}
.mil-cursor-follower:after {
  content: "iiiiii";
  min-height: 7px;
  min-width: 50px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #0A0B0F;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}
.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: #D94625;
  transform: scale(3);
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
  opacity: 1;
}
.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 {
  transition-delay: 0.2s;
  opacity: 1;
  transform: scale(0.33);
}
.mil-cursor-follower.mil-gone-active {
  transform: scale(0);
  opacity: 0.1;
}
.mil-cursor-follower.mil-dark-active {
  background-color: #0A0B0F;
}
.mil-cursor-follower.mil-dark-active:after {
  color: #FFFFFF;
  filter: invert(80%);
}
.mil-cursor-follower.mil-gone-active:after {
  content: ".";
}
.mil-cursor-follower.mil-next-active:after {
  content: attr(data-next-active);
}
.mil-cursor-follower.mil-view-active:after {
  content: attr(data-view-active);
}
.mil-cursor-follower.mil-read-active:after {
  content: attr(data-read-active);
}
.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: grab;
}

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

scrollbar

------------------------------------------- */
@media screen and (min-width: 1200px) {
  .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: transparent;
}
.mil-progress-track .mil-progress {
  background-color: #D94625;
  height: 0;
  width: 5px;
  border-radius: 4px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 768px) {
  .mil-progress-track {
    display: none;
  }
}

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

preloader

------------------------------------------- */
.mil-preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #212121;
  pointer-events: auto;
}
.mil-preloader .mil-preloader-animation {
  opacity: 0;
  position: relative;
  height: 100vh;
  color: rgb(255, 255, 255);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
  position: absolute;
  height: 100vh;
  width: 100%;
  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;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
  opacity: 0;
  margin-right: 15px;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 992px) {
  .mil-preloader .mil-preloader-animation .mil-pos-abs p {
    font-size: 24px;
  }
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box {
  z-index: 4;
  position: absolute;
  opacity: 0;
  height: 100%;
  background-color: #D94625;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame img {
  width: 110px;
}
.mil-preloader.mil-hidden {
  pointer-events: none;
}

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

banner

------------------------------------------- */
.mil-banner {
  height: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.mil-banner > .container,
.mil-banner > .container > .row {
  height: 100%;
}
.mil-banner .mil-banner-text-frame {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.mil-banner .mil-banner-text-frame .mil-banner-text {
  position: relative;
}
.mil-banner .mil-banner-text-frame .mil-banner-text > *:last-child {
  margin-bottom: 0 !important;
}
.mil-banner .mil-banner-image-frame {
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.mil-banner .mil-banner-image-frame img,
.mil-banner video,
.mil-fw-image video,
.mil-fw-image iframe.mil-scale-img,
.elementor .mil-banner iframe.mil-scale-img,
.mil-banner iframe.mil-scale-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;
}
.elementor .mil-banner iframe.mil-scale-img,
.mil-banner iframe.mil-scale-img,
.mil-fw-image iframe.mil-scale-img {
  width: 100vw;
  top: 50%;
  left: 50%;
  max-width: none;
  transform: translate(-50%, -50%) !important;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .elementor .mil-banner iframe.mil-scale-img,
  .mil-banner iframe.mil-scale-img,
  .mil-fw-image iframe.mil-scale-img {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .elementor .mil-banner iframe.mil-scale-img,
  .mil-banner iframe.mil-scale-img,
  .mil-fw-image iframe.mil-scale-img {
    width: 140vh;
  }
}
.mil-banner.mil-banner-1 .mil-banner-image-frame {
  float: right;
  width: calc(100% + 330px);
  height: 100vh;
  min-height: 850px;
}
.mil-banner.mil-banner-1 .mil-banner-image-frame:before {
  content: "";
  width: 31%;
  height: 40%;
  background-color: #F8F8F8;
  display: block;
  position: absolute;
  z-index: 2;
}
.mil-banner.mil-banner-1 .mil-banner-image-frame:after {
  content: "";
  width: 30px;
  height: 101%;
  background-color: #F8F8F8;
  display: block;
  position: absolute;
  left: 31%;
  z-index: 2;
}
.mil-banner.mil-banner-2 .mil-banner-image-frame {
  position: relative;
  overflow: hidden;
  float: right;
  width: 63vw;
  height: 100vh;
  min-height: 850px;
  margin-right: -225px;
}
.mil-banner.mil-banner-2 .mil-banner-text-frame .mil-banner-text .mil-h1 > span:nth-child(2) {
  display: none;
}
.mil-banner.mil-banner-3 .mil-banner-text-frame {
  height: calc(100vh - 150px);
  top: 150px;
}
.mil-banner.mil-banner-3 .mil-bg-pad {
  position: absolute;
  right: 0;
  width: 200%;
  height: 100%;
}
.mil-banner.mil-banner-3 .mil-banner-image-frame {
  margin-right: -10px;
  float: right;
  width: 126%;
  height: 100vh;
}
.mil-banner.mil-banner-3 .mil-banner-image-frame img {
  width: 100%;
}
.mil-banner.mil-banner-3 .mil-banner-image-frame .mil-bannet-content-items {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  padding-right: 100px;
  right: 0;
  padding-left: 50%;
}
.mil-banner.mil-banner-4 .mil-banner-image-frame .mil-bannet-content-items {
  padding-top: 70%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
}
.mil-banner.mil-banner-5 .mil-banner-image-frame {
  position: absolute;
}
.mil-banner.mil-banner-6 {
  position: relative;
}
.mil-banner.mil-banner-6 .mil-banner-text-frame {
  position: static;
  background-color: #212121;
  height: 100vh;
  top: 0;
  padding: 100px;
}
.mil-banner.mil-banner-6 .mil-image-position-1 {
  position: absolute;
  top: 40%;
  left: 5%;
}
.mil-banner.mil-banner-6 .mil-image-position-2 {
  position: absolute;
  bottom: -200px;
  right: 5%;
}
.mil-banner.mil-banner-6 .mil-banner-fly-image {
  position: relative;
  overflow: hidden;
  width: 35vw;
  padding-bottom: 65%;
}
.mil-banner.mil-banner-6 .mil-banner-fly-image 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-height: 850px) {
  .mil-banner {
    min-height: 850px;
  }
  .mil-banner.mil-banner-3 .mil-banner-text-frame {
    height: calc(100% - 150px);
  }
  .mil-banner.mil-banner-3 .mil-banner-image-frame {
    min-height: 850px;
  }
}
@media (min-width: 768px) {
  .mil-banner.mil-banner-2 .mil-banner-text-frame .mil-banner-text .mil-h1 > span:nth-child(2) {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    color: #fff;
    max-width: 195px;
    -ms-word-wrap: normal;
    word-wrap: normal;
    display: block;
  }
}
@media (min-width: 1200px) {
  .mil-banner.mil-banner-2 .mil-banner-text-frame .mil-banner-text > *:nth-last-child(2),
  .mil-banner.mil-banner-4 .mil-banner-text-frame .mil-banner-text > *:nth-last-child(2),
  .mil-banner.mil-banner-6 .mil-banner-text-frame .mil-banner-text > *:nth-last-child(2) {
    margin-bottom: 0 !important;
  }
  .mil-banner.mil-banner-2 .mil-mouse,
  .mil-banner.mil-banner-4 .mil-mouse,
  .mil-banner.mil-banner-6 .mil-mouse {
    position: absolute;
    top: calc(100% + 30px);
  }
}
@media (max-width: 1200px) {
  .mil-banner {
    height: auto;
    min-height: 800px;
  }
  .mil-banner .mil-banner-text-frame,
  .mil-banner.mil-banner-3 .mil-banner-text-frame,
  .mil-banner.mil-banner-5 .mil-banner-text-frame,
  .mil-banner.mil-banner-6 .mil-banner-text-frame {
    height: 100%;
    top: 0;
    padding-top: 180px;
    padding-bottom: 80px;
  }
  .mil-banner .mil-banner-text-frame .mil-banner-text {
    margin: 0;
  }
  .mil-banner.mil-banner-1 .mil-banner-image-frame {
    width: calc(100% + 30px);
    height: 100%;
    min-height: 800px;
    margin-right: -15px;
  }
  .mil-banner.mil-banner-2 .mil-suptitle {
    color: #212121;
  }
  .mil-banner.mil-banner-2 .mil-banner-image-frame {
    width: 80vw;
  }
  .mil-banner.mil-banner-2 .mil-banner-image-frame,
  .mil-banner.mil-banner-5 .mil-banner-image-frame {
    height: 100%;
    min-height: 800px;
  }
  .mil-banner.mil-banner-2 .mil-banner-image-frame img {
    transform: none !important;
  }
  .mil-banner.mil-banner-2 .mil-banner-image-frame:after {
    display: none;
  }
  .mil-banner.mil-banner-3 .mil-bg-pad {
    display: none;
  }
  .mil-banner.mil-banner-3 .mil-banner-image-frame {
    height: 60vw;
    min-height: 800px;
    width: 110%;
    background-color: #212121;
  }
  .mil-banner.mil-banner-3 .mil-banner-image-frame img {
    width: 100%;
    opacity: 0.75;
  }
  .mil-banner.mil-banner-3 .mil-banner-image-frame .mil-bannet-content-items {
    padding: 60px 60px 90px 60px;
  }
  .mil-banner.mil-banner-4 .mil-banner-image-frame .mil-bannet-content-items {
    padding-top: 30%;
  }
  .mil-banner.mil-banner-5 .mil-banner-text-frame {
    padding-top: 140px;
  }
  .mil-banner.mil-banner-6 .mil-image-position-1 {
    top: 200px;
  }
  .mil-banner.mil-banner-6 .mil-image-position-2 {
    bottom: 50px;
  }
  .mil-banner.mil-banner-6 .mil-banner-fly-image {
    width: 40vw;
  }
  .mil-banner.mil-banner-6 .mil-banner-text-frame {
    min-height: 800px;
  }
}
@media (max-width: 767px) {
  .mil-banner.mil-banner-1 .mil-banner-image-frame {
    height: 520px;
    min-height: auto;
  }
  .mil-banner.mil-banner-1 .mil-banner-image-frame:before, .mil-banner.mil-banner-1 .mil-banner-image-frame:after {
    display: none;
  }
  .mil-banner.mil-banner-2 .mil-banner-image-frame {
    margin-right: 0;
    width: 100%;
    height: 520px;
    min-height: auto;
  }
  .mil-banner.mil-banner-2 .mil-mouse {
    border-color: #212121 !important;
  }
  .mil-banner.mil-banner-2 .mil-mouse:before,
  .mil-banner.mil-banner-2 .mil-mouse:after {
    background-color: #212121 !important;
  }
  .mil-banner.mil-banner-4 .mil-banner-image-frame .mil-bannet-content-items {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mil-banner.mil-banner-6 .mil-banner-text-frame {
    padding: 30px;
    margin: 0 30px;
    width: auto;
  }
  .mil-banner.mil-banner-6 .mil-image-position-1 {
    top: 160px;
    left: 0;
  }
  .mil-banner.mil-banner-6 .mil-image-position-2 {
    right: 0;
  }
  .mil-banner.mil-banner-6 .mil-banner-fly-image {
    width: 60vw;
  }
}
@media (max-aspect-ratio: 16/9) and (max-width: 767px) {
  .elementor .mil-banner.mil-banner-5 iframe.mil-scale-img,
  .mil-banner.mil-banner-5 iframe.mil-scale-img,
  .mil-fw-image iframe.mil-scale-img {
    width: 160vh;
  }
}

.mil-banner-inner-page {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 470px;
  margin-top: 130px;
}
.mil-banner-inner-page .mil-scale-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-banner-inner-page .mil-overlay {
  padding: 100px 0;
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-banner-inner-page .mil-overlay-bg {
  position: absolute;
  padding: 0;
}
.mil-banner-inner-page .mil-overlay-bg.with-bg {
  background-color: #212121;
}
@media (max-width: 1200px) {
  .mil-banner-inner-page {
    margin-top: 100px;
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .mil-banner-inner-page {
    height: auto;
  }
}

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

back to top

------------------------------------------- */
.mil-back-to-top {
  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: 14px;
  color: #FFFFFF;
  background-color: #D94625;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-back-to-top.mil-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.mil-back-to-top:hover {
  cursor: pointer;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
@media (max-width: 767px) {
  .mil-back-to-top {
    bottom: 30px;
    right: 30px;
  }
}

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

top panel

------------------------------------------- */
.mil-top-panel-frame {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 130px;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
body:not(.elementor-default) .mil-top-panel-frame:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(196, 196, 197, 0.2);
}
.mil-top-panel-frame > .elementor {
  width: 100%;
}
.mil-top-panel-frame .mil-top-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-logo, a.mil-logo {
  display: flex;
  font-size: 26px;
  line-height: 1;
  color: #212121;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.mil-preloader .mil-logo, .mil-preloader a.mil-logo {
  color: #fff;
  font-weight: 400;
}
.mil-top-panel-frame .mil-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-top-panel-frame .mil-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-top-panel-frame .mil-right > nav {
  margin-right: -15px;
}
.mil-top-panel-frame.mil-scroll {
  background-color: #FFFFFF;
}
.mil-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mil-navigation li {
  list-style-type: none;
  margin-right: 6px;
  margin-left: 6px;
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.mil-navigation li:first-child {
  margin-left: 0;
}
.mil-navigation li:last-child {
  margin-right: 0;
}
.mil-navigation li.menu-item-has-children .icon {
  font-size: 11px;
  padding-left: 8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}
.mil-navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-weight: 600;
  border-radius: 2px;
  text-decoration: none;
  color: #898D96;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-navigation li a:hover,
.mil-navigation li.mil-active > a,
.mil-navigation li.current_page_parent > a {
  color: #212121;
}
.mil-navigation li.mil-current > a:before,
.mil-navigation li.current_page_parent > a:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  margin-right: 8px;
  background-color: #D94625;
  border-radius: 50%;
}
.mil-navigation li ul {
  position: absolute;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  top: 80px;
  left: -15px;
  padding: 30px 0 30px 30px;
  min-width: 150px;
  border-radius: 2px;
  background-color: #D94625;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-navigation li ul ul {
  padding-bottom: 32px;
  left: 100%;
  top: -30px;
  background: #e05738;
}
.mil-navigation li ul:before {
  content: "";
  position: absolute;
  top: -30px;
  height: 30px;
  width: 100%;
  opacity: 0;
  left: 0;
}
.mil-navigation li ul li {
  margin: 0;
  padding: 0 30px 0 0;
  margin-bottom: 15px;
}
.mil-navigation li ul li:last-child {
  margin-bottom: 0;
}
.mil-navigation li ul li a {
  color: #FFFFFF;
  padding: 0;
  height: auto;
}
.mil-navigation li ul li a:hover,
.mil-navigation li ul li .icon {
  color: #FFFFFF;
}
.mil-navigation li ul li.current-menu-item > a {
  opacity: 0.7;
}
.mil-navigation li:hover > ul {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mil-navigation.mil-scroll li ul {
  top: 90px;
  border-radius: 0 0 2px 2px;
}
.mil-navigation.mil-scroll li ul ul {
  top: -30px;
}
.mil-top-panel-frame:not(.mil-scroll) .mil-white .mil-text-sb,
.mil-top-panel-frame:not(.mil-scroll) .mil-white .mil-text-sb a {
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .mil-navigation.mil-white:not(.mil-scroll) li,
  .mil-top-panel-frame .mil-white .mil-navigation:not(.mil-scroll) li,
  .mil-navigation.mil-white:not(.mil-scroll) li a,
  .mil-top-panel-frame .mil-white .mil-navigation:not(.mil-scroll) li a,
  .mil-navigation.mil-white-always li,
  .mil-top-panel-frame .mil-white-always .mil-navigation li,
  .mil-navigation.mil-white-always li a,
  .mil-top-panel-frame .mil-white-always .mil-navigation li a,
  .mil-top-panel-frame .mil-white-always .mil-text-sb,
  .mil-top-panel-frame .mil-white-always .mil-text-sb a {
    color: #FFFFFF;
  }
  .mil-navigation.mil-white li ul li a,
  .mil-top-panel-frame .mil-white .mil-navigation li ul li a {
    color: #FFFFFF;
  }
  .mil-navigation.mil-white.mil-scroll li ul li a,
  .mil-top-panel-frame .mil-white .mil-navigation.mil-scroll li ul li a {
    color: #FFFFFF;
  }
}
.mil-navigation.mil-white.mil-scroll li ul li:hover a,
.mil-white .mil-navigation.mil-scroll li ul li:hover a {
  color: #FFFFFF;
}
.mil-top-panel-frame .mil-transparent .mil-navigation.mil-leng {
  opacity: 0;
}
.mil-top-panel-frame.mil-scroll .mil-transparent .mil-navigation.mil-leng {
  opacity: 1;
}
@media (max-width: 1200px) {
  .mil-top-panel-frame.mil-scroll {
    background-color: #FFFFFF;
    min-height: 100px;
  }
  .mil-navigation {
    width: 100%;
    position: fixed;
    pointer-events: none;
    top: 100px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #FFFFFF;
    padding: 30px 15px;
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    border-bottom: solid 1px rgba(137, 141, 150, 0.2);
    -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  }
  .mil-navigation li {
    padding: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }
  .mil-navigation li:last-child {
    margin-bottom: 0;
  }
  .mil-navigation li a {
    color: #898D96;
    padding: 0;
    height: auto;
    display: inline;
  }
  .mil-navigation li ul {
    position: static;
    opacity: 0;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  }
  .mil-navigation li ul ul {
    padding-bottom: 0;
  }
  .mil-navigation li ul li:first-child {
    margin-top: 15px;
  }
  .mil-navigation li ul li:last-child {
    margin-bottom: 15px;
  }
  .mil-navigation li:hover > ul {
    opacity: 1;
    max-height: 400px;
    margin-top: 15px;
  }
  .mil-navigation.mil-active {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mil-top-panel-frame.mil-dark-panel {
  background-color: #212121;
  border: none;
}
.mil-top-panel-frame.mil-dark-panel .mil-navigation li a {
  color: #C4C4C4;
}
.mil-top-panel-frame.mil-dark-panel .mil-navigation li:hover a {
  color: #FFFFFF;
}
.mil-top-panel-frame.mil-dark-panel .mil-navigation li.mil-current > a {
  color: #D94625;
}
@media (max-width: 1200px) {
  .mil-top-panel-frame.mil-dark-panel .mil-navigation {
    background-color: #D94625;
  }
  .mil-top-panel-frame.mil-dark-panel .mil-navigation li a {
    color: #FFFFFF;
  }
  .mil-top-panel-frame.mil-dark-panel .mil-navigation li.mil-current {
    padding: 0;
  }
  .mil-top-panel-frame.mil-dark-panel .mil-navigation li.mil-current > a {
    color: #FFFFFF;
  }
  .mil-top-panel-frame.mil-dark-panel .mil-navigation li.mil-current > a:before {
    background-color: #FFFFFF;
  }
  .mil-top-panel-frame.mil-dark-panel .mil-navigation li ul {
    background-color: #212121;
  }
}
.mil-top-panel-frame.mil-light-panel {
  background-color: #FFFFFF;
  border: none;
  border-bottom: solid 1px rgba(196, 196, 196, 0.3);
}
.mil-top-panel-frame.mil-light-panel .mil-navigation li a {
  color: #898D96;
}
.mil-top-panel-frame.mil-light-panel .mil-navigation li:hover > a {
  color: #212121;
}
.mil-top-panel-frame.mil-light-panel .mil-navigation li ul {
  background-color: #212121;
}
.mil-top-panel-frame.mil-light-panel .mil-navigation li ul li a {
  color: #FFFFFF;
}
.mil-top-panel-frame.mil-light-panel .mil-navigation li ul li:hover a {
  color: #D94625 !important;
}
.mil-top-panel-frame.mil-light-panel .mil-navigation li.mil-current > a {
  color: #D94625;
}
@media (max-width: 1200px) {
  .mil-top-panel-frame.mil-light-panel .mil-navigation {
    background-color: #D94625;
  }
  .mil-top-panel-frame.mil-light-panel .mil-navigation li a {
    color: #FFFFFF;
  }
  .mil-top-panel-frame.mil-light-panel .mil-navigation li.mil-current {
    padding: 0;
  }
  .mil-top-panel-frame.mil-light-panel .mil-navigation li.mil-current > a {
    color: #FFFFFF;
  }
  .mil-top-panel-frame.mil-light-panel .mil-navigation li.mil-current > a:before {
    background-color: #FFFFFF;
  }
  .mil-top-panel-frame.mil-light-panel .mil-navigation li ul {
    background-color: #212121;
  }
  .mil-top-panel-frame.mil-light-panel .mil-navigation.mil-scroll li a {
    color: #FFFFFF;
  }
  .mil-top-panel-frame.mil-light-panel .mil-navigation.mil-scroll li:hover a {
    color: #FFFFFF;
  }
  .mil-top-panel-frame {
    min-height: 100px;
  }
  .mil-navigation.mil-leng {
    position: relative;
    top: 0 !important;
    display: flex !important;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    width: auto;
    transform: none;
    border: none;
    background: none;
  }
  .mil-navigation.mil-leng li ul,
  .mil-navigation.mil-scroll.mil-leng li ul {
    position: absolute;
    top: 30px;
    min-width: 100px;
  }
  .mil-navigation.mil-leng.mil-white:not(.mil-scroll) li,
  .mil-top-panel-frame .mil-white .mil-navigation.mil-leng:not(.mil-scroll) li,
  .mil-navigation.mil-leng.mil-white:not(.mil-scroll) li a,
  .mil-top-panel-frame .mil-white .mil-navigation.mil-leng:not(.mil-scroll) li a {
    color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .mil-top-panel-frame.mil-slideUp,
  .mil-top-panel-frame.mil-slideDown {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .mil-top-panel-frame.mil-slideDown {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .mil-top-panel-frame.mil-sticky {
    position: fixed;
  }
  .mil-top-panel-frame.mil-nosticky {
    position: absolute !important;
  }
}
@media (max-width: 767px) {
  .mil-top-panel-frame {
    position: fixed;
  }
  .mil-top-panel-frame.mil-sticky {
    top: 0;
  }
}

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

menu button

------------------------------------------- */
.mil-menu-btn {
  background-color: #D94625;
  padding: 25px 13px;
  border-radius: 2px;
  height: 24px;
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .mil-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mil-menu-btn span, .mil-menu-btn span:after, .mil-menu-btn span:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  -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);
}

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

mouse

------------------------------------------- */
.mil-mouse {
  position: relative;
  width: 40px;
  height: 63px;
  border: solid 2px #212121;
  border-radius: 30px;
  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;
}
.mil-mouse:before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #212121;
  position: absolute;
  top: 0;
}
.mil-mouse:after {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #212121;
  display: block;
  -webkit-animation: mouse 1.5s cubic-bezier(0, 0, 0.3642, 1) infinite;
          animation: mouse 1.5s cubic-bezier(0, 0, 0.3642, 1) infinite;
}
.mil-mouse.mil-accent {
  border: solid 2px #D94625;
}
.mil-mouse.mil-accent:before, .mil-mouse.mil-accent:after {
  background-color: #D94625;
}
.mil-mouse.mil-light {
  border: solid 2px #FFFFFF;
}
.mil-mouse.mil-light:before, .mil-mouse.mil-light:after {
  background-color: #FFFFFF;
}

@-webkit-keyframes mouse {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes mouse {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* -------------------------------------------

counters

------------------------------------------- */
.mil-counter-item {
  padding-top: 30px;
  border-top: solid 1px #FFFFFF;
  width: 100%;
}
.mil-counter-item.mil-accent-border {
  border-top: solid 1px #D94625;
}

.mil-counter-box {
  position: relative;
  padding-bottom: 90%;
}
.mil-counter-box .mil-counter-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mil-counter-box .mil-counter-text .mil-number {
  font-size: 300px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  line-height: 70%;
  letter-spacing: -15px;
}
.mil-counter-box img,
.elementor .mil-counter-box img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50vw;
  max-width: 100vw;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1200px) {
  .mil-counter-box {
    padding-bottom: 100%;
  }
  .mil-counter-box .mil-counter-text .mil-number {
    font-size: 220px;
  }
}
@media screen and (max-width: 992px) {
  .mil-counter-box {
    padding-bottom: 0;
    height: auto;
  }
  .mil-counter-box .mil-counter-text {
    padding: 90px 30px;
    position: relative;
  }
  .mil-counter-box .mil-counter-text .mil-number {
    font-size: 160px;
  }
  .mil-counter-box img,
  .elementor .mil-counter-box img {
    width: 100%;
    height: 100%;
  }
}

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

illustrations

------------------------------------------- */
.mil-image-simple {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.mil-image-simple.mil-vert {
  padding-bottom: 130%;
}
.mil-image-simple.mil-land {
  padding-bottom: 65%;
}
.mil-image-simple.mil-land-plus {
  padding-bottom: 75%;
}
.mil-image-simple.mil-land-short {
  padding-bottom: 45%;
}
.mil-image-simple.mil-square {
  padding-bottom: 100%;
}
.mil-image-simple 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-fw-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 38%;
}
.mil-fw-image img,
.elementor .mil-fw-image 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: 1200px) {
  .mil-fw-image {
    padding-bottom: 58%;
  }
}
@media (max-width: 767px) {
  .mil-fw-image {
    padding-bottom: 78%;
  }
  .mil-image-simple.mil-land-short {
    padding-bottom: 65%;
  }
}

.mil-out-image {
  width: 50vw;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.mil-out-image img,
.elementor .mil-out-image 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-out-image.mil-left {
  float: right;
}
@media (max-width: 1200px) {
  .mil-out-image {
    width: 100%;
  }
}

.mil-illustration-1 {
  position: relative;
  padding-bottom: 110%;
}
.mil-illustration-1 .mil-image-position {
  position: absolute;
  z-index: 1;
  width: 70%;
  right: 0;
}
.mil-illustration-1 .mil-image-position .mil-image-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 135%;
}
.mil-illustration-1 .mil-image-position .mil-image-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mil-illustration-1 .mil-image-position:last-child {
  width: 40%;
  z-index: 0;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.mil-illustration-1 .mil-image-position:last-child .mil-image-frame img {
  width: 100%;
}

.mil-illustration-2 {
  position: relative;
  height: auto;
}
.mil-illustration-2 .mil-image-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
  height: 100%;
}
.mil-illustration-2 .mil-image-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .mil-illustration-2 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .mil-illustration-2 .mil-image-frame {
    padding-bottom: 100%;
  }
}

.mil-illustration-3 .mil-image-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.mil-illustration-3 .mil-image-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mil-illustration-3-2 .mil-image-frame {
  padding-bottom: 75%;
}
.mil-illustration-3-3 .mil-image-frame {
  padding-bottom: 45%;
}
@media (max-width: 1024px) {
  .mil-illustration-3-3 .mil-image-frame {
    padding-bottom: 75%;
  }
}

.mil-illustration-4 {
  position: relative;
  overflow: hidden;
  padding-bottom: 110%;
}
.mil-illustration-4 .mil-image-position {
  position: absolute;
  z-index: 1;
  width: 84%;
  top: 24%;
  left: 0;
}
.mil-illustration-4 .mil-image-position .mil-image-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
}
.mil-illustration-4 .mil-image-position .mil-image-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mil-illustration-4 .mil-image-position:last-child {
  width: 75%;
  z-index: 0;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.mil-illustration-4 .mil-image-position:last-child .mil-image-frame {
  padding-bottom: 150%;
}
.mil-illustration-4 .mil-image-position:last-child .mil-image-frame img {
  width: 100%;
}

.mil-illustration-5 {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.mil-illustration-5 .mil-image-position {
  position: absolute;
  z-index: 1;
  width: 84%;
  bottom: 0;
  left: 0;
}
.mil-illustration-5 .mil-image-position .mil-image-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.mil-illustration-5 .mil-image-position .mil-image-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mil-illustration-5 .mil-image-position:last-child {
  width: 55%;
  z-index: 0;
  top: auto;
  left: auto;
  top: 0;
  right: 0;
}
.mil-illustration-5 .mil-image-position:last-child .mil-image-frame {
  padding-bottom: 130%;
}
.mil-illustration-5 .mil-image-position:last-child .mil-image-frame img {
  width: 100%;
}

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

iconbox

------------------------------------------- */
.mil-iconbox {
  cursor: -webkit-grab;
  cursor: grab;
}

.mil-icon {
  width: 64px;
}
.mil-icon img {
  width: 100%;
}
@media (max-width: 992px) {
  .mil-icon {
    width: 48px;
  }
}

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

projects

------------------------------------------- */
.mil-filter {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 30px;
}
.mil-filter .mil-filter-item {
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 70px;
  cursor: pointer;
  color: #898D96;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  background-color: #F8F8F8;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-filter .mil-filter-item.mil-active {
  color: #fff;
  background-color: #D94625;
}
@media (max-width: 767px) {
  .mil-filter {
    margin-bottom: 60px;
    gap: 20px;
  }
  .mil-filter .mil-filter-item {
    padding: 0 20px;
    height: 50px;
  }
}
.mil-project-card {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mil-project-card .mil-cover-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 90%;
}
.elementor-widget-moork-portfolio-carousel .mil-project-card .mil-cover-frame {
  cursor: grab;
}
.elementor-widget-moork-portfolio-carousel .mil-project-card .mil-cover-frame:active {
  cursor: grabbing;
}
.mil-project-card .mil-cover-frame .mil-hover-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-project-card .mil-cover-frame .mil-hover-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.mil-project-card .mil-descr {
  padding: 30px 30px 0;
}
.mil-project-card .mil-descr.mil-pad-0 {
  padding: 0;
  padding-top: 30px;
}
.g-0 .mil-project-card .mil-descr.mil-border {
  border-bottom: solid 1px rgba(33, 33, 33, 0.2);
  padding: 30px;
}
.mil-project-card .mil-descr.mil-with-bg {
  background-color: #FFFFFF;
  border: none;
  padding: 30px;
}
.mil-project-card .mil-descr.mil-inner {
  min-width: 50%;
  position: absolute;
  bottom: -1px;
  left: 0;
  padding: 30px;
}
.mil-project-card .mil-descr.mil-hover {
  bottom: -50px;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-project-card .mil-descr.mil-p-0 {
  padding-left: 0;
}
.g-0 .mil-project-card.mil-long .mil-cover-frame {
  padding-bottom: 120%;
}
.mil-project-card.mil-long .mil-cover-frame {
  padding-bottom: 115%;
}
.mil-project-card.mil-land .mil-cover-frame {
  padding-bottom: 70%;
}
.mil-project-card.mil-land-m .mil-cover-frame {
  padding-bottom: 45%;
}
.mil-project-card:hover .mil-hover-frame {
  -webkit-transform: scale(1.03) translateY(2%);
          transform: scale(1.03) translateY(2%);
}
.mil-project-card:hover .mil-descr.mil-hover {
  opacity: 1;
  bottom: -1px;
}

.mil-projects-1 {
  position: relative;
}
.mil-projects-1 .swiper-slide {
  -webkit-transform: scale(0.7) translateX(-63%) translateY(-21%);
          transform: scale(0.7) translateX(-63%) translateY(-21%);
}
.mil-projects-1 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mil-projects-1 .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.7) translateX(-21%) translateY(-21%);
          transform: scale(0.7) translateX(-21%) translateY(-21%);
}

.mil-projects-4 {
  position: relative;
  padding-left: 34%;
}
.mil-projects-4 .row {
  margin: 0;
}
.mil-projects-4 .col-lg-6.mil-absolute,
.mil-projects-4 .col-lg-12.mil-relative {
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
.mil-projects-4 .col-lg-6.mil-absolute {
  padding-right: 30px;
  padding-left: 10px;
  position: absolute;
  top: 0;
  right: calc(100% + 10px);
  width: 50%;
}
.mil-projects-4 .swiper-slide,
.mil-projects-4 .swiper-slide.swiper-slide-next,
.mil-projects-4 .swiper-slide.swiper-slide-next+.swiper-slide {
  -webkit-transform: scale(0.831) translateX(-11%) translateY(-10.15%);
          transform: scale(0.831) translateX(-11%) translateY(-10.15%);
}
.mil-projects-4 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
          z-index: 2;
}
.mil-projects-4 .swiper-slide.swiper-slide-active .col-lg-6.mil-absolute,
.mil-projects-4 .swiper-slide.swiper-slide-active .col-lg-12.mil-relative,
.mil-projects-4 .swiper-slide.swiper-slide-next .col-lg-12.mil-relative,
.mil-projects-4 .swiper-slide.swiper-slide-next+.swiper-slide .col-lg-12.mil-relative {
  opacity: 1;
}

.mil-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}
.mil-slider-nav .mil-nav-btn {
  background-color: #D94625;
  width: 100px;
  height: 100px;
  color: #FFFFFF;
  font-size: 14px;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-slider-nav .mil-nav-btn.mil-next {
  background-color: #212121;
}
.mil-slider-nav .mil-nav-btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.mil-slider-nav.mil-position-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .row.moork-portfolio-items.justify-content-between {
    margin-left: -90px;
    margin-right: -90px;
  }
  .row.moork-portfolio-items.justify-content-between .col-lg-6 {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 1200px) {
  .moork-portfolio-col.mil-mb-100 {
    margin-bottom: 50px;
  }
  .mil-project-card .mil-hover-frame {
    -webkit-transform: scale(1.03) translateY(2%);
            transform: scale(1.03) translateY(2%);
  }
  .mil-project-card .mil-descr.mil-hover {
    opacity: 1;
    bottom: -1px;
  }
}
@media (max-width: 1024px) {
  .row.g-0.moork-portfolio-items {
    --bs-gutter-x: 30px;
  }
  .mil-projects-4 {
    padding-left: 40%;
  }
  .mil-projects-4 .col-lg-6.mil-absolute {
    width: 64%;
  }
}
@media (max-width: 767px) {
  .mil-slider-nav.mil-position-1 {
    margin-top: 50px;
    position: relative;
    left: 0;
    right: auto;
  }
  .mil-project-card .mil-descr.mil-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
    display: block;
  }
  .mil-project-card .mil-descr.mil-border {
    padding-left: 0;
    padding-right: 0;
  }
  .mil-projects-4 {
    padding-left: 0;
  }
  .mil-projects-4 .row {
    flex-direction: column-reverse;
  }
  .mil-projects-4 .col-lg-6.mil-absolute {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
}
.mil-slider-nav.mil-position-2 {
  position: absolute;
  bottom: 0;
  left: calc(34% - 90px);
}
@media (max-width: 1024px) {
  .mil-projects-2 + .mil-slider-nav {
    margin-top: 50px;
    display: flex !important;
  }
  .mil-slider-nav.mil-position-2 {
    left: calc(40% - 90px);
  }
}
@media (max-width: 767px) {
  .mil-slider-nav.mil-position-2 {
    position: relative;
    left: 10px;
  }
}

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

team

------------------------------------------- */
.mil-team-card {
  width: 100%;
}
.mil-team-card .mil-cover-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 106%;
}
.mil-team-card .mil-cover-frame .mil-hover-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-cover-frame .mil-hover-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mil-team-card .mil-descr {
  padding-top: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
}
.mil-team-card.mil-long .mil-cover-frame {
  padding-bottom: 132%;
}
.mil-team-card:hover .mil-hover-frame {
  -webkit-transform: scale(1.03) translateY(2%);
          transform: scale(1.03) translateY(2%);
}
.mil-social {
  margin: 0 -5px -5px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.mil-share .mil-social {
  margin: 0 -15px -15px 0;
}
.mil-social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
}
.mil-share .mil-social li {
  margin: 0 15px 15px 0;
}
.mil-social li a {
  display: flex;
  width: 48px;
  height: 48px;
  font-size: 16px;
  color: #D94625;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid rgba(196,196,196,0.2);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-share .mil-social li a {
  padding: 0 15px;
  width: auto;
  font-size: 14px;
  color: #212121;
  background: rgba(196,196,196,0.1);
  border: none;
}
.mil-social li a:hover {
  background: #D94625;
  color: #fff;
}
.mil-share .mil-social li a:hover {
  background: rgba(196,196,196,0.2);
  color: #212121;
}
.mil-social li a svg {
  width: 16px;
  height: 16px;
  fill: #D94625;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social li a:hover svg {
  fill: #fff;
}
.mil-share .mil-social li a svg {
  margin-right: 10px;
  fill: #898D96;
}
.mil-social li a i {
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .mil-team-card .mil-cover-frame,
  .mil-team-card.mil-long .mil-cover-frame {
    padding-bottom: 142%;
  }
  .mil-share .mil-social li {
    margin: 0 5px 5px 0;
  }
  .mil-share .mil-social li a {
    padding: 0 15px;
    height: 36px;
    font-size: 14px;
  }
}

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

video

------------------------------------------- */
.mil-video-frame {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
  overflow: hidden;
  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;
}
.mil-video-frame img,
.elementor .mil-video-frame 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;
}
.mil-video-frame .mil-play {
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  background-color: rgba(217, 70, 37, 0.9);
  width: 300px;
  height: 300px;
  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;
  text-align: center;
}
.mil-video-frame .mil-play:before {
  content: "";
  width: 100%;
  height: 300px;
  background-color: rgba(217, 70, 37, 0.9);
  position: absolute;
  top: -100%;
}
.mil-video-frame .mil-play .mil-play-icon {
  display: block;
  border: solid 1px #FFFFFF;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-video-frame .mil-play .mil-play-icon svg {
  margin-top: 36%;
  margin-left: 4%;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-video-frame .mil-play .mil-play-icon:hover {
  border: solid 3px #FFFFFF;
}
.mil-video-frame .mil-play .mil-play-icon:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mil-video-frame.mil-video-2 {
  padding-bottom: 70%;
}
.mil-video-frame.mil-video-2 img {
  width: 85%;
}
.mil-video-frame.mil-video-2 .mil-play {
  right: 0;
  left: auto;
}
@media (max-width: 1200px) {
  .mil-video-frame {
    padding-bottom: 70%;
  }
  .mil-video-frame.mil-video-2 img {
    width: 100%;
  }
  .mil-video-frame.mil-video-2 .mil-play > div {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mil-video-frame.mil-video-2 .mil-play {
    top: 0;
    right: calc(50% - 80px);
    width: 160px;
    height: 200px;
  }
  .mil-video-frame.mil-video-2 .mil-play:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .mil-video-frame {
    padding-bottom: 100%;
  }
  .mil-video-frame.mil-video-2 {
    padding-bottom: 100%;
  }
  .mil-video-frame.mil-video-2 img {
    width: 100%;
  }
  .mil-video-frame.mil-video-2 .mil-play {
    right: auto;
    left: auto;
  }
}

.mil-play-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-play-sm .mil-play-icon {
  border: solid 1px #D94625;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  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;
  margin-right: 30px;
}
.mil-play-sm .mil-play-icon svg {
  margin-left: 4%;
}
@media (max-width: 768px) {
  .mil-play-sm .mil-play-icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
}

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

brands

------------------------------------------- */
.mil-brand-frame {
  background-color: rgba(196, 196, 196, 0.1);
  height: 108px;
  padding: 0 60px;
  border-radius: 2px;
  text-align: center;
  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;
  line-height: 1;
}
.mil-brand-frame img,
.elementor .mil-brand-frame img {
  width: 100%;
  max-width: 150px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-brand-frame:hover img,
.elementor .mil-brand-frame:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media (max-width: 992px) {
  .mil-brand-frame {
    padding: 0 30px;
  }
}

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

reviews

------------------------------------------- */
.mil-review-card {
  position: relative;
  background-color: #F8F8F8;
  padding: 60px;
  border-left: solid 5px #D94625;
}
.mil-review-card .mil-card-info {
  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;
}
.mil-review-card .mil-card-info .mil-user-name p {
  line-height: 100%;
}
.mil-review-card .mil-card-info .mil-review-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-review-card .mil-card-info .mil-review-author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
.mil-review-card.mil-deco:before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 100vw;
  height: 200px;
  bottom: -201px;
  left: calc(-100vw - 5px);
}
@media (max-width: 1200px) {
  .mil-review-card {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .mil-review-card .mil-card-info svg {
    display: none;
  }
}

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

services

------------------------------------------- */
.mil-service-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  width: 100%;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-list li:last-child {
  margin-bottom: 0 !important;
}
.mil-service-list li:before {
  content: "" attr(data-count) "";
  margin-right: 30px;
  color: #D94625;
}
.mil-service-list.sl-hide-num li:before {
  display: none;
}
.mil-service-list li .mil-service-item {
  display: block;
  padding-bottom: 50px;
  border-bottom: solid 1px rgba(196, 196, 196, 0.2);
  width: 100%;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-list li:last-child .mil-service-item {
  padding-bottom: 0 !important;
  border-bottom: none;
}
.mil-service-list.mil-hover li .mil-service-item {
  opacity: 0.6;
}
.mil-service-list.mil-hover li:hover {
  padding-left: 30px;
}
.mil-service-list.mil-hover li:hover .mil-service-item {
  opacity: 1;
}

.mil-service-side {
  display: block;
  border-bottom: solid 1px rgba(196, 196, 196, 0.6);
  padding-bottom: 50px;
}
.mil-service-side h5 {
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-side:hover h5 {
  color: #D94625;
}

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

call to action

------------------------------------------- */
.mil-cta-box.mil-item-1 {
  padding-right: 100px;
}
.mil-cta-box.mil-item-2 {
  padding-left: 100px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .mil-cta-box {
    font-size: 18px;
  }
  .mil-cta-box.mil-item-1, .mil-cta-box.mil-item-2 {
    padding: 0;
    border: none;
  }
}

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

price

------------------------------------------- */
.mil-jcc {
  text-align: center;
}
.mil-switcher {
  margin: 0 auto 80px auto;
  padding: 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  background-color: #F8F8F8;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.mil-switcher .mil-switcher-sale {
  background-color: #f2b279;
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  right: -50px;
  font-size: 12px;
  font-weight: 600;
  color: #212121;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.mil-switcher span {
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 120px;
  height: 70px;
  cursor: pointer;
  color: #898D96;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  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-switcher span:last-child {
  margin-right: 0;
}
.mil-switcher span.mil-active {
  background-color: #D94625;
  color: #fff;
}
.mil-price-card {
  position: relative;
  padding: 60px;
  border: solid 1px rgba(196, 196, 196, 0.5);
}
.mil-price-card.mil-featured {
  border: none;
  border-left: solid 5px #D94625;
  background-color: #F8F8F8;
}
.mil-price-card .mil-price-list li {
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(196, 196, 196, 0.5);
}
.mil-price-card .mil-price-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.mil-pricing-table {
  line-height: 100%;
}
@media (max-width: 767px) {
  .mil-price-card {
    padding: 60px 40px;
  }
}

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

store

------------------------------------------- */
.mil-store-card {
  display: block;
}
.mil-store-card .mil-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.mil-store-card .mil-cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-store-card .mil-descr {
  padding-top: 30px;
}
.mil-store-card:hover .mil-cover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.mil-store-loader {
  margin-top: 150px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-store-loader .mil-loader {
  margin-bottom: 15px;
  -webkit-animation: loader 1s infinite;
          animation: loader 1s infinite;
}
@media (max-width: 1200px) {
  .mil-store-loader {
    margin-top: 50px;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mil-cart-item {
  position: relative;
  padding: 40px 30px;
  border-top: solid 1px rgba(196, 196, 196, 0.5);
  border-bottom: solid 1px rgba(196, 196, 196, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-cart-item .mil-left, .mil-cart-item .mil-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-cart-item .mil-close {
  width: 50px;
  height: 50px;
  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;
  color: #D94625;
  font-size: 14px;
  border: solid 1px rgba(196, 196, 196, 0.5);
  margin-right: 40px;
  border-radius: 2px;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-cart-item .mil-close i {
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-cart-item .mil-close:hover {
  border: solid 1px #D94625;
}
.mil-cart-item .mil-close:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mil-cart-item .mil-cart-item-cover {
  width: 150px;
  height: 150px;
  margin-right: 40px;
}
.mil-cart-item .mil-cart-item-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mil-cart-item .mil-input {
  width: 100px;
  margin-right: 40px;
}
.mil-cart-item .mil-mr-40 {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .mil-cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .mil-cart-item .mil-left, .mil-cart-item .mil-right {
    width: 100%;
  }
  .mil-cart-item .mil-left {
    margin-bottom: 40px;
  }
  .mil-cart-item .mil-close {
    position: absolute;
    top: 40px;
    right: 0;
    margin-right: 0;
  }
  .mil-cart-item .mil-cart-item-cover {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mil-cart-item .mil-close {
    top: -15px;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #D94625;
    color: #FFFFFF;
    border: none;
  }
  .mil-cart-item .mil-input {
    height: 50px;
    width: 60px;
    padding: 0 15px;
    margin-right: 15px;
  }
  .mil-cart-item .mil-mr-40 {
    margin-right: 15px;
  }
}

.mil-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mil-discount .mil-input {
  width: 200px;
  margin: 0 30px;
}
@media screen and (max-width: 992px) {
  .mil-discount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mil-discount .mil-input {
    margin: 30px 0;
  }
}

.mil-checkout {
  padding: 40px 30px;
  border-top: solid 1px rgba(196, 196, 196, 0.5);
}
@media screen and (max-width: 1200px) {
  .mil-checkout {
    padding: 20px 0;
  }
}

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

tabs

------------------------------------------- */
.mil-tab-container {
  padding: 60px 0;
  border-top: solid 1px rgba(196, 196, 196, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mil-tab {
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tab:hover {
  opacity: 1;
}

.mil-tab-content {
  display: none;
  border-bottom: solid 1px rgba(196, 196, 196, 0.5);
}

.mil-active-tab {
  opacity: 1;
  color: #D94625;
}

.mil-active-content {
  display: block;
}

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

accordion

------------------------------------------- */
.mil-accordion {
  width: 100%;
}
.mil-accordion .mil-accordion-group:last-child {
  margin-bottom: 0 !important;
}
.mil-accordion .mil-accordion-group .mil-accordion-menu {
  padding: 20px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .mil-accordion .mil-accordion-group .mil-accordion-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mil-accordion .mil-accordion-group .mil-accordion-menu h5 {
  width: calc(100% - 45px);
}
.mil-accordion .mil-accordion-group .mil-accordion-menu .mil-accordion-icon {
  width: 50px;
  height: 50px;
  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: 2px;
  font-size: 14px;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 992px) {
  .mil-accordion .mil-accordion-group .mil-accordion-menu .mil-accordion-icon {
    width: 30px;
    height: 30px;
  }
}
.mil-accordion .mil-accordion-group .mil-accordion-menu .mil-accordion-icon.mil-active {
  background-color: #D94625;
}
.mil-accordion .mil-accordion-group .mil-accordion-menu .mil-accordion-icon.mil-active i {
  color: #FFFFFF;
}
.mil-accordion .mil-accordion-group .mil-accordion-content {
  padding-right: 100px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .mil-accordion .mil-accordion-group .mil-accordion-content {
    padding-right: 0;
  }
}
.mil-accordion .mil-accordion-group:last-child .mil-accordion-content {
  margin-bottom: 0;
}

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

blog

------------------------------------------- */
.mil-blog-card {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sticky {
  position: relative;
}
.sticky .mil-blog-card {
  padding: 30px;
  background-color: #F8F8F8;
  border-left: solid 5px #D94625;
}
.mil-blog-card .mil-cover-frame {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
}
.mil-blog-card .mil-cover-frame .mil-hover-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card .mil-cover-frame .mil-hover-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.blog-col-3 .mil-blog-card .mil-descr {
  display: flex;
  flex-direction: column;
}
.blog-col-3 .mil-blog-card .mil-descr .mil-date,
.blog-col-3 .mil-blog-card .mil-descr .mil-date .mil-suptitle {
  font-size: 14px;
  text-transform: uppercase;
  order: 1;
}
.blog-col-3 .mil-blog-card .mil-descr .mil-h5 {
  margin-top: 10px;
  order: 2;
}
.mil-blog-card .mil-descr .mil-suptitle {
  margin-right: 10px;
}
.mil-blog-card:hover .mil-hover-frame {
  -webkit-transform: scale(1.03) translateY(2%);
          transform: scale(1.03) translateY(2%);
}
.mil-blog-card:hover .mil-descr.mil-hover {
  opacity: 1;
  bottom: -1px;
}

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

publication

------------------------------------------- */
.mil-nav-frame {
  padding: 60px 0;
  border-top: solid 1px rgba(196, 196, 197, 0.2);
  border-bottom: solid 1px rgba(196, 196, 197, 0.2);
}
@media screen and (max-width: 767px) {
  .mil-nav-frame {
    padding: 40px 0;
  }
  .mil-nav-frame .d-flex {
    display: block !important;
  }
}

.mil-post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.mil-nav-frame .col-xl-6:nth-child(2) .mil-post-nav {
  justify-content: flex-end;
  text-align: right;
}
.mil-post-nav .mil-cover {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.mil-post-nav .mil-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-post-nav:hover .mil-cover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.mil-post-nav i {
  position: relative;
  left: 0;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-nav-frame .col-xl-6:nth-child(2) .mil-post-nav i {
  left: auto;
  right: 0;
}
.mil-post-nav:hover i {
  left: -5px;
}
.mil-nav-frame .col-xl-6:nth-child(2) .mil-post-nav:hover i {
  right: -5px;
}
.mil-post-nav .mil-descr {
  padding: 0 20px 0 0;
}
.mil-nav-frame .col-xl-6:nth-child(2) .mil-post-nav .mil-descr {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .mil-post-nav .mil-cover {
    width: 100px;
    height: 100px;
  }
  .mil-post-nav .mil-descr, .mil-nav-frame .col-xl-6:nth-child(2) .mil-post-nav .mil-descr {
    padding: 0;
    max-width: 180px;
  }
  .mil-nav-frame .col-xl-6:nth-child(2) .mil-post-nav {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mil-nav-frame .col-xl-6:nth-child(2) .mil-post-nav {
    margin-top: 30px;
  }
  .mil-post-nav .mil-descr, .mil-nav-frame .col-xl-6:nth-child(2) .mil-post-nav .mil-descr {
    max-width: calc(100% - 150px);
  }
}

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

footer

------------------------------------------- */
footer .mil-footer-bottom {
  padding-top: 60px;
  border-top: solid 1px rgba(137, 141, 150, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer .mil-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mil-footer-list li {
  list-style-type: none;
  margin-bottom: 20px;
}
.mil-footer-list li a {
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-footer-list li a:hover {
  color: #D94625;
}
.mil-light .mil-footer-list li a:not(:hover, .mil-active) {
  color: #fff;
}

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

content

------------------------------------------- */
.mil-info {
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px rgba(196, 196, 197, 0.2);
  list-style: none;
}
@media screen and (max-width: 767px) {
  .mil-info {
    padding-bottom: 40px;
    gap: 20px 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .mil-info > div {
    width: 100%;
  }
}
.mil-share {
  display: flex;
}
.mil-share p {
  margin-right: 15px;
}
.elementor-widget-moork-share .mil-share p {
  display: none;
}
.mil-category li {
  list-style-type: none;
  margin-bottom: 30px;
}
.mil-category li a {
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-category li a:hover {
  color: #D94625;
}
.mil-category li:last-child {
  margin-bottom: 0;
}
.archive-list .mil-date {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px rgba(196, 196, 197, 0.2);
  font-size: 14px;
  text-transform: uppercase;
}
.archive-list .mil-date .mil-suptitle {
  font-size: 14px;
}
.mil-pagination-default,
.single-post-text .page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.single-post-text .page-links {
  margin-top: 40px;
}
.mil-pagination-default .page-numbers,
.single-post-text .page-links .post-page-numbers {
  display: inline-block;
  width: 54px;
  height: 54px;
  font-size: 16px;
  border-radius: 2px;
  background-color: #F8F8F8;
  color: #898D96;
  text-align: center;
  line-height: 54px;
  text-decoration: none;
  margin-right: 15px;
}
.single-post-text .page-links .post-page-numbers {
  margin-left: 7px;
  margin-right: 7px;
}
.mil-pagination-default .page-numbers.current,
.single-post-text .page-links .post-page-numbers.current {
  background-color: #D94625;
  color: #fff;
}
.mil-pagination-default .page-numbers.dots {
  background: transparent;
}
.mil-pagination-default .page-numbers.dots,
.mil-pagination-default .page-numbers.prev,
.mil-pagination-default .page-numbers.next,
.single-post-text .page-links .post-page-numbers.prev,
.single-post-text .page-links .post-page-numbers.next {
  border: none;
}
.mil-pagination-default .page-numbers.prev,
.mil-pagination-default .page-numbers.next {
  font-size: 14px;
}

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

widgets

------------------------------------------- */
.widget-area .widget-title,
.widget-area .widget_block h2,
.widget-area .widget_block h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.content-sidebar .widget .widget-title:before,
.content-sidebar .widget h2:before,
.content-sidebar .widget h3:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #D94625;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.widget-area .widget {
  margin-bottom: 60px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area ul,
.widget-area ol {
	padding: 0;
	margin: 0;
  list-style: none;
}
.widget-area ul li,
.widget-area ol li {
  margin: 10px 0;
}
.widget-area ul li a,
.widget-area ol li a {
  text-decoration: none;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.widget-area ul li a.url,
.widget-area ul li a.rsswidget {
  color: #212121;
}
.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: solid 1px rgba(196, 196, 197, 0.2);
}
.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 .wp-block-latest-comments li,
.widget-area .widget_rss ul li,
.widget-area ul.wp-block-categories-list li {
  display: block;
}
.widget-area .widget_recent_comments ul li,
.widget-area .wp-block-latest-comments li,
.widget-area .widget_rss ul li {
  margin: 25px 0;
}
.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 .wp-block-latest-comments li a,
.widget-area ul.wp-block-categories-list li a {
  display: inline;
}
.widget-area .widget_recent_comments ul li > a:after,
.widget-area .wp-block-latest-comments li > a:after,
.widget-area .wp-block-latest-comments__comment-meta > a:after {
  display: none;
}
.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: 14px;
  width: 10px;
  height: 1px;
  background: solid 1px rgba(196, 196, 197, 0.2);
}
.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_rss .rss-date {
  font-size: 14px;
  text-transform: uppercase;
}
.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: 420px;
}
.wp-block-search label,
.widget-area .widget_search label {
  margin: 0;
}
.widget-area .widget_search input.search-submit,
.wp-block-search .wp-block-search__button {
  padding: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 60px;
  width: 60px;
  border: none;
  background-color: #D94625;
  transition: 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  background-image: url(assets/images/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: 0 0 10px 0;
  display: block;
  font-size: 14px;
}
.widget_rss cite {
  margin: 5px 0 20px 0;
  font-style: normal;
  color: #212121;
}
.widget-area .widget_text img {
  max-width: 100%;
  height: auto;
}
.widget-area .widget_text p {
  margin: 15px 0;
}
.widget-area .tagcloud {
  font-size: 0;
}
.post-text-bottom .tags-links a,
.wp-block-tag-cloud .tag-cloud-link,
.widget-area .widget_tag_cloud .tag-cloud-link {
  margin: 5px 10px 5px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  font-family: "Albert Sans", sans-serif;
  padding: 13px 15px;
  transition: 0.3s ease-in-out;
  background: transparent;
  border: 1px solid rgba(196, 196, 197, 0.2);
  border-radius: 2px;
}
.post-text-bottom .tags-links a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover,
.widget-area .widget_tag_cloud .tag-cloud-link:hover {
  color: #212121;
  border-color: #D94625;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 18px;
}
.wp-block-latest-comments__comment-date {
  margin: 0 0 10px 0;
  padding: 10px 0;
  border-bottom: solid 1px rgba(196, 196, 197, 0.2);
  font-size: 14px;
  text-transform: uppercase;
}

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

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: 30px !important;
  margin-bottom: 30px !important;
	float: right !important;
	max-width: 50% !important;
}
img.alignright {
  clear: right;
}
.alignleft {
	margin-right: 30px !important;
  margin-bottom: 30px !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%;
}

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

single post

------------------------------------------- */
.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: 60px;
	margin-bottom: 40px;
}
.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 {
	margin-top: 40px;
}
.single-post-text ul {
  padding: 0;
  margin: 0;
}
.single-post-text ol {
  padding: 0;
  margin: 0 0 0 1.25rem;
}
.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;
  list-style-type: none;
  position: relative;
  padding-left: 27px;
}
.single-post-text ul > li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D94625;
}
.single-post-text ol > li {
  list-style-type: decimal;
}
.single-post-text .wp-block-columns {
  margin: 40px 0;
}
.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 {
  margin-bottom: 40px;
}
.single-post-text p:first-child,
.single-post-text ul:first-child,
.single-post-text ol:first-child,
.single-post-text h1:first-child,
.single-post-text h2:first-child,
.single-post-text h3:first-child,
.single-post-text h4:first-child,
.single-post-text h5:first-child,
.single-post-text h6:first-child,
.single-post-text iframe:first-child,
.single-post-text table:first-child,
.single-post-text object:first-child,
.single-post-text blockquote:first-child {
  margin-top: 0;
}
.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,
.single-post-text .wp-block-gallery:last-child figcaption.blocks-gallery-caption {
  margin-bottom: 0;
}
.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 {
  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 img {
	max-width: 100%;
}
.single-post-text img+figure {
	margin-top: 40px;
}
.single-post-text table,
.widget-area table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: none;
	border: 1px solid rgba(196, 196, 197, 0.2);
}
.wp-calendar-table tr th,
.widget-area tr th {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center!important;
}
.single-post-text table th,
.widget-area table th {
  padding: 10px;
	border: 1px solid rgba(196, 196, 197, 0.2);
	text-align: left;
}
.widget-area table th {
  padding: 5px;
	text-align: center;
  font-size: 16px;
  color: #212121;
}
.single-post-text table tbody th,
.widget-area table tbody th {
	background: rgba(196, 196, 196, 0.1);
}
.single-post-text table td,
.widget-area table td {
	border: none;
	padding: 10px;
	border: 1px solid rgba(196, 196, 197, 0.2);
}
.widget-area table td {
  text-align: center;
	font-size: 16px;
}
.single-post-text table td#today,
.widget-area table td#today {
	background: rgba(196, 196, 196, 0.2);
  color: #212121;
	font-weight: 500;
}
.single-post-text table caption,
.widget-area table caption {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
  text-align: center;
}
.single-post-text {
	word-wrap: break-word;
  color: #212121;
}
.single-post-text:after {
	content: '';
	position: relative;
	clear: both;
	display: block;
}
.single-post-text img {
	max-width: 100%;
	height: auto;
}
.single-post-text a {
  color: #D94625;
}
.single-post-text a:hover {
	text-decoration: underline;
}
.single-post-text dt {
	margin-bottom: 5px;
	font-weight: 700;
}
.single-post-text dd {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
blockquote,
.single-post-text blockquote {
  margin: 60px 0;
	font-size: 30px;
	font-style: normal;
}
blockquote p,
.single-post-text blockquote p {
  margin: 0 0 10px 0;
}
blockquote cite,
.single-post-text blockquote cite,
blockquote .has-small-font-size,
.single-post-text blockquote .has-small-font-size,
.single-post-text p.has-small-font-size {
  color: #212121;
	font-size: 18px;
	font-style: normal;
}
.single-post-text blockquote cite:before {
	margin-right: 5px;
	content: '-';
}
.single-post-text blockquote cite br,
.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-top: 60px;
	margin-bottom: 60px;
	max-width: 100%;
	overflow: auto;
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	margin-bottom: 40px;
}
.blocks-gallery-grid:not(.has-nested-images) > figcaption,
.wp-block-gallery:not(.has-nested-images) > figcaption {
	margin-top: 10px;
  text-align: center;
}
.single-post-text figure .wp-caption-text,
.gallery-caption {
	font-style: italic;
}
.bypostauthor strong {
  font-weight: 500;
}
.single-post-text .gallery {
	margin: 40px -10px;
}
.single-post-text pre.wp-block-code,
.single-post-text pre {
  margin: 40px 0;
	padding: 20px;
	overflow: auto;
	white-space: pre-wrap;
	background: linear-gradient(159deg, rgba(196, 196, 196, 0.1) 0%, rgba(196, 196, 196, 0.1) 100%);
	background: -webkit-linear-gradient(159deg, rgba(196, 196, 196, 0.1) 0%, rgba(196, 196, 196, 0.1) 100%);
	color: #212121;
	font-size: 16px;
}
.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 .comments-link {
  display: block;
  margin-top: 40px;
}
.post-text-bottom > div {
	margin-bottom: 30px;
}
.post-text-bottom > div.cat-links,
.post-text-bottom > div.tags-links {
	margin-bottom: 25px;
}
.post-text-bottom > div:last-child {
	margin-bottom: 0;
}
.post-text-bottom .page-links {
	clear: both;
}
.post-text-bottom .page-links a,
.post-text-bottom .page-links span {
	display: inline-block;
	margin: 0 10px;
}
.post-text-bottom .tags-links,
.post-text-bottom .cat-links,
.post-text-bottom .social-share {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #898D96;
}
.post-text-bottom .social-share .mil-h6 {
  color: #898D96;
}
.post-text-bottom .cat-links a {
  margin-left: 10px;
  font-weight: 400;
  text-transform: none;
  font-family: "Albert Sans", sans-serif;
}
.post-text-bottom .tags-links a:hover,
.post-text-bottom .cat-links a:hover,
.post-text-bottom .page-links a:hover,
.post-text-bottom .edit-link a:hover {
  color: #D94625;
}
.post-text-bottom .cat-links *:nth-child(1),
.post-text-bottom .tags-links *:nth-child(1) {
	margin-left: 15px;
}
.single-post-text .wp-block-search {
  margin-bottom: 40px;
}
.single-post-text .wp-block-latest-comments {
  padding: 0;
  max-width: 590px;
}
.single-post-text .wp-block-latest-comments .wp-block-latest-comments__comment {
  margin-bottom: 40px;
}
.single-post-text .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.mil-post-navigation {
  margin-top: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 70px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  border-top: solid 1px rgba(196, 196, 197, 0.2);
}
@media (max-width: 768px) {
  .mil-post-navigation-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.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 .mil-el-more {
	margin-top: 30px;
}
.mil-el-more {
	display: block;
}

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

comments

------------------------------------------- */
.mil-comments-list {
	position: relative;
}
.mil-comments-list li {
	list-style-type: none;
	position: relative;
  margin-bottom: 50px;
}
.mil-comments-list li:last-child {
  margin-bottom: 0;
}
.mil-comments-list li:after,
.mil-comments-list .comment:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.mil-comments-list .mil-comment-avatar {
	width: 60px;
	height: 60px;
	position: relative;
	float: left;
}
.mil-comments-list .mil-comment-avatar img {
	width: 100%;
	height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-comments-list .children {
	padding-left: 90px;
  margin-top: 50px;
	clear: both;
	list-style: none;
}
.mil-comments-list .comment {
	list-style: none;
}
.mil-comments-list .children > .comment > .comment {
  margin-bottom: 50px;
}
.mil-comments-list .children > .comment > .comment:last-child {
  margin-bottom: 0;
}
.mil-comments-list .children > .comment > .comment + .comment-respond {
  padding-top: 0;
}
.comment-reply {
	position: absolute;
	top: 0;
	right: 0;
}
.comment-reply-link {
  display: inline-block;
  vertical-align: top;
	font-size: 14px;
  font-weight: 600;
  color: #D94625;
}
.comment-reply-link:before {
	content: '';
	margin-right: 8px;
  font-size: 12px;
	content: "\f122";
	display: inline-block;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.trackback .mil-comment-avatar,
.pingback .mil-comment-avatar {
	display: none;
}
.comment .comment-respond {
  position: relative;
  padding-top: 50px;
  clear: both;
  margin-left: 90px;
}
.comment .comment-respond .mil-h2 {
  font-size: 43px;
  margin-bottom: 30px;
}
.comment-respond .small,
.comment-respond small {
	font-size: 14px;
  float: right;
  letter-spacing: 0;
}
.comment-respond small a {
	text-decoration: none;
	opacity: 0.8;
}
.comment-respond small a:hover {
	opacity: 1;
}
.mil-comment-box {
	width: calc(100% - 90px);
	float: right;
	position: relative;
}
.trackback .mil-comment-box,
.pingback .mil-comment-box {
  width: 100%;
}
.mil-comment-box .mil-comment-head {
	margin-bottom: 15px;
  padding-right: 70px;
}
.mil-comment-box .mil-comment-head .mil-h6 {
  margin-bottom: 5px;
}
.mil-comment-box .mil-comment-head .mil-date {
  font-size: 14px;
}
.mil-comment-box .mil-comment-content {
  max-width: 1100px;
}
.comment-form-cookies-consent {
  margin-bottom: 30px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .comment .comment-respond .mil-h2 {
    font-size: 28px;
  }
  .wp-block-search,
  .widget-area .widget_search .search-form {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
	.mil-comments-list .mil-comment-avatar {
		width: 35px;
		height: 35px;
	}
	.mil-comment-box {
		width: calc(100% - 50px);
	}
  .post-comments .post-comment.pingback .mil-comment-box {
		width: 100%;
	}
  .comment-respond .small,
  .comment-respond small {
    float: none;
    display: block;
  }
	.post-comments ul.children {
		padding: 0 20px 0 20px;
	}
	.post-comments ul.children ul.children {
		padding: 0 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 0 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 0 0 0 10px;
	}
}
.comment-form-cookies-consent label {
	display: inline;
}
.title.comment-reply-title {
	margin: 0 0 60px 0;
}
.post-comments > .form-comment > .comment-respond {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.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 Blocks */
figure.wp-block-gallery {
  margin-left: -10px;
  margin-right: -10px;
}
figure.wp-block-gallery figure.wp-block-image {
  padding: 10px;
}
.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: 12px;
  text-transform: uppercase;
	font-style: italic;
}
.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: 40px 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: 0 0 0 60px !important;
}
.wp-block-pullquote {
	padding-top: 0;
	padding-bottom: 0;
}
.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
	margin: 40px 0;
	max-width: 480px;
}
.wp-block-search .wp-block-search__label {
	display: none;
}
.wp-block-group.has-background {
	padding: 20px;
	color: rgb(0, 0, 0);
}
.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 {
	margin-bottom: 40px;
}
.wp-block-media-text.has-background {
	color: rgb(0, 0, 0);
}
.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 rgba(196, 196, 197, 0.2);
	max-width: 50px;
}
hr.wp-block-separator.is-style-wide {
	max-width: 100%;
}
.wp-block-separator.is-style-dots:before {
	color: rgba(196, 196, 197, 0.2);
}
.wp-block-button {
	margin-bottom: 30px;
}
.wp-block-button a.wp-block-button__link {
	padding: 20px 40px;
	height: auto;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  text-decoration: none;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
	padding-top: 20px;
	padding-bottom: 20px;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.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;
}
ul.blocks-gallery-grid {
	margin: 0 0 -1em 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;
}
.post-password-form label,
.post-password-form br {
	display: none;
}
.post-password-form input {
	margin-bottom: 15px;
}
.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,
  .widget-area table th {
		padding: 8px;
	}
	.single-post-text table td,
  .widget-area 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,
  .widget-area 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 .comment-respond {
		margin-left: 50px;
	}
	.single-post-text table th,
  .widget-area 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;
	}
}

/* Elementor widgets show and hide params */
.attr-featured-false .mil-blog-card .mil-cover-frame,
.attr-title-false .mil-blog-card .mil-h4,
.attr-date-false .mil-blog-card .mil-date,
.attr-category-false .mil-blog-card .mil-date .mil-suptitle,
.attr-text-false .mil-blog-card .mil-post-text,
.attr-more-false .mil-blog-card .mil-post-text .mil-mt-10 {
  display: none !important;
}

/* Fix CF7 Errors */
.elementor .wpcf7-not-valid-tip {
  margin-top: -20px;
  font-size: 11px;
  text-transform: uppercase;
}
.elementor .wpcf7 form .wpcf7-response-output {
  margin-top: 20px;
  border-width: 1px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 90%;
}

/*swiper fix*/
body .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,
body .swiper:not(.swiper-initialized)>.swiper-wrapper {
  overflow: visible;
}

/*x-icon*/
.fab.fa-twitter.x-icon:before {
  display: none;
}
.fab.fa-twitter.x-icon svg {
  width: 18px;
  display: inline-block;
  vertical-align: top;
}
.footer .mil-social-icons a:hover svg path {
  fill: #D94625;
}