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

/*--------------------------------------------
1. common
    - main
    - settings
    - typography
    - cursor
    - scrollbar
    - breadcrumbs
    - buttons
    - link
    - spaces
    - preloader
2. banners
3. components
    - top panel
    - menu button
    - menu
    - social
    - portfolio
    - fullscreen slider
    - counters
    - call to action
    - blog
    - comments
    - instagram
    - reviews
    - slider
    - about
    - iconbox
    - brands
    - form
    - project
    - services
    - accordion
    - video
    - price
    - team
    - store
    - tabs
    - quantity
    - footer
    - content
    - widgets
    - global classes
    - single post

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

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

main

------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
	padding: 0;
  background-color: #0A0B0F;
  font-family: "Poppins", sans-serif;
  color: #73767B;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.mil-page-wrapper {
  position: relative;
  overflow: hidden;
}
.mil-logo {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.mil-logo:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F35A38;
  margin-left: 5px;
}
.mil-soft-section {
  background-color: #14151A;
}
.mil-accent-section {
  background-color: #F35A38;
}
.mil-out-section {
  position: relative;
}
.mil-out-section:before, .mil-out-section:after {
  content: "";
  background-color: inherit;
  display: block;
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
}
.mil-out-section:before {
  right: -119px;
}
.mil-out-section:after {
  left: -119px;
}

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

settings

------------------------------------------- */
.mil-relative {
  position: relative;
  z-index: 1;
}
.mil-df {
  display: flex;
}
.mil-aic {
  display: flex;
  align-items: center;
}
.mil-aie {
  display: flex;
  align-items: flex-end;
}
.mil-ais {
  display: flex;
  align-items: flex-start;
}
.mil-jcc {
  display: flex;
  justify-content: center;
}
.mil-jce {
  display: flex;
  justify-content: flex-end;
}
.mil-jcs {
  display: flex;
  justify-content: flex-start;
}
.mil-jcb {
  display: flex;
  justify-content: space-between;
}
.mil-tac {
  text-align: center;
}
.mil-tar {
  text-align: right;
}
@media (max-width: 992px) {
  .mil-992-jcs {
    display: flex;
    justify-content: flex-start;
  }
  .mil-992-jcc {
    display: flex;
    justify-content: center;
  }
  .mil-992-tac {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .mil-768-jcc {
    display: flex;
    justify-content: center;
  }
  .mil-768-tac {
    text-align: center;
  }
  .mil-768-tal {
    text-align: left;
  }
}
.container-lg, .container-md, .container-sm, .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.container.c-gm {
  padding-left: 10px;
  padding-right: 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: 1240px;
  }
  .container-xxl.c-gm, .container-xl.c-gm, .container-lg.c-gm, .container-md.c-gm, .container-sm.c-gm, .container.c-gm {
    max-width: 1260px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
  .container-xxl.c-gm, .container-xl.c-gm, .container-lg.c-gm, .container-md.c-gm, .container-sm.c-gm, .container.c-gm {
    max-width: 1260px;
  }
}
@media (min-width: 992px) {
  .offset-lg-1-p {
      padding-left: 5.33333333%;
  }
}

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

typography

------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.mil-h1,
.mil-h2,
.mil-h3,
.mil-h4,
.mil-h5,
.mil-h6 {
  color: #FFFFFF;
  line-height: 110%;
  font-weight: 600;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.mil-banner-inner h1,
.mil-banner-inner h2,
.mil-banner-inner h3,
.mil-banner-inner h4,
.mil-banner-inner h5,
.mil-banner-inner h6,
.mil-banner-inner .mil-h1,
.mil-banner-inner .mil-h2,
.mil-banner-inner .mil-h3,
.mil-banner-inner .mil-h4,
.mil-banner-inner .mil-h5,
.mil-banner-inner .mil-h6 {
  max-width: 1260px;
}
.mil-text {
  font-size: 16px;
  line-height: 160%;
}
.mil-text p {
  margin-bottom: 30px;
}
.mil-text p:last-child {
  margin-bottom: 0;
}
.mil-fs14 {
  font-size: 14px;
}
.mil-fs16 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .mil-fs16 {
    font-size: 14px;
  }
}
.mil-fs18 {
  font-size: 18px;
}
.mil-fs20 {
  font-size: 20px;
}
.mil-fs26 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .mil-fs26 {
    font-size: 20px;
  }
}
.mil-fs30 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .mil-fs30 {
    font-size: 22px;
  }
}
.mil-fs42 {
  font-size: 42px;
}
@media (max-width: 992px) {
  .mil-fs42 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .mil-fs42 {
    font-size: 28px;
  }
}
.mil-fs68 {
  font-size: 68px;
}
@media (max-width: 992px) {
  .mil-fs68 {
    font-size: 58px;
  }
}
@media (max-width: 768px) {
  .mil-fs68 {
    font-size: 40px;
  }
}
.mil-light {
  color: #FFFFFF;
}
.mil-dark {
  color: #0A0B0F;
}
.mil-soft {
  color: #73767B;
}
.mil-accent {
  color: #F35A38;
}
.mil-thin {
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #fff;
}
blockquote,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 60px;
  font-size: 30px;
  color: #fff;
}
blockquote:before {
  content: '"';
  display: block;
  font-style: italic;
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 92px;
  line-height: 1;
  padding-top: 10px;
  color: #F35A38;
}
blockquote.has-text-align-right {
  padding-left: 0;
  padding-right: 60px;
}
blockquote.has-text-align-right:before {
  left: auto;
  right: -5px;
}
blockquote span {
  display: block;
  margin-top: 20px;
}
.mil-group-text {
  display: flex;
  align-items: center;
  line-height: 90%;
}
.mil-group-text * {
  margin-right: 10px;
}
.mil-group-text *:last-child {
  margin-right: 0;
}
.mil-bg-text {
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  color: #FFFFFF;
  padding-top: 20px;
}
.mil-suptitle {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

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

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: rgba(255, 255, 255, 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: #F35A38;
  transform: scale(3);
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
}
.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-dark-active {
  background-color: #0A0B0F;
}
.mil-cursor-follower.mil-dark-active:after {
  color: #FFFFFF;
  filter: invert(80%);
}
.mil-cursor-follower.mil-gone-active {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(0);
}
.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

------------------------------------------- */
.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: #000;
}
.mil-progress-track .mil-progress {
  background-color: #F35A38;
  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;
  }
}

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

breadcrumbs

------------------------------------------- */
.mil-breadcrumbs {
  display: flex;
}
.elementor-widget-okai-intro .mil-breadcrumbs {
  margin-bottom: 0 !important;
}
.mil-breadcrumbs li {
  font-size: 12px;
  list-style-type: none;
}
.mil-breadcrumbs li:after {
  content: ">>";
  margin: 0 15px;
}
.mil-breadcrumbs li a {
  color: #FFFFFF;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
.mil-breadcrumbs li a:hover {
  color: #F35A38;
}
.mil-breadcrumbs li:last-child {
  cursor: not-allowed;
}
.mil-breadcrumbs li:last-child:after {
  display: none;
}
.mil-breadcrumbs li:last-child a, .mil-breadcrumbs li:after {
  color: #73767B;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mil-breadcrumbs {
    display: block;
  }
  .mil-breadcrumbs li {
    display: inline;
  }
}

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

buttons

------------------------------------------- */
.mil-btn, input[type="submit"], button[type="submit"] {
  border: none;
  cursor: pointer;
  border-radius: 60px;
  padding: 0 40px;
  height: 60px;
  background-color: #F35A38;
  color: #0A0B0F;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-btn.mil-btn-lg {
  height: 90px;
  padding: 0 70px;
  font-size: 16px;
}
.mil-btn.mil-btn-border {
  border: solid 2px #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}
.mil-btn.mil-btn-soft {
  background-color: #f2b279;
  color: #0A0B0F;
}
.mil-btn.mil-btn-link {
  background-color: transparent;
  padding: 0;
  color: #FFFFFF;
}
.mil-btn.mil-btn-link.mil-accent {
  color: #F35A38;
}
.mil-btn i {
  margin-left: 10px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-btn:hover {
  transform: scale(1.05);
  filter: brightness(110%);
}
.mil-btn:hover i {
  margin-left: 15px;
}

.mil-buttons-frame {
  display: flex;
  align-items: center;
}
.mil-buttons-frame .mil-btn {
  margin-right: 40px;
}
.mil-buttons-frame .mil-btn:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .mil-buttons-frame {
    flex-direction: row;
    align-items: flex-start;
    column-gap: 30px;
  }
  .mil-buttons-frame .mil-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .mil-buttons-frame .mil-btn:last-child {
    margin-bottom: 0;
  }
}

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

link

------------------------------------------- */
.mil-text-link {
  position: relative;
  color: #F35A38;
  text-decoration: none;
}
.mil-text-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #F35A38;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-text-link.mil-light {
  color: #FFFFFF;
}
.mil-text-link.mil-light:after {
  background-color: #FFFFFF;
}
.mil-text-link.mil-soft {
  color: #73767B;
}
.mil-text-link.mil-soft:after {
  background-color: #F35A38;
}
.mil-text-link.mil-soft:hover {
  color: #F35A38;
}
.mil-text-link.mil-dark {
  color: #0A0B0F;
}
.mil-text-link.mil-dark:after {
  background-color: #0A0B0F;
}
.mil-text-link.mil-accent-soft {
  color: #f2b279;
}
.mil-text-link.mil-accent-soft:after {
  background-color: #f2b279;
}
.mil-text-link:hover:after {
  width: 100%;
}
h1 .mil-text-link:after,
h2 .mil-text-link:after,
h3 .mil-text-link:after {
  height: 4px;
}
h4 .mil-text-link:after,
h5 .mil-text-link:after,
h6 .mil-text-link:after {
  height: 2px;
}

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

spaces

------------------------------------------- */
.mil-mt20 {
  margin-top: 20px;
}
.mil-mb120 {
  margin-bottom: 120px;
}
.mil-mb90 {
  margin-bottom: 90px;
}
.mil-mb60 {
  margin-bottom: 60px;
}
.mil-mb30 {
  margin-bottom: 30px;
}
.mil-mb20 {
  margin-bottom: 20px;
}
.mil-mb15 {
  margin-bottom: 15px;
}
.mil-mb10 {
  margin-bottom: 10px;
}
.mil-p-240-0 {
  padding-top: 240px;
}
.mil-p-240-120 {
  padding-top: 240px;
  padding-bottom: 120px;
}
.mil-p-200-100 {
  padding-top: 200px;
  padding-bottom: 100px;
}
.mil-p-180-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.mil-p-180-120 {
  padding-top: 180px;
  padding-bottom: 120px;
}
.mil-p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.mil-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}
.mil-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}
.mil-p-30-120 {
  padding-top: 30px;
  padding-bottom: 120px;
}
.mil-p-30-90 {
  padding-top: 30px;
  padding-bottom: 90px;
}
.mil-p-0-30 {
  margin-bottom: 30px;
}
.mil-p-30-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mil-p-120-0 {
  padding-top: 120px;
}
.mil-p-0-120 {
  margin-bottom: 120px;
}
.mil-p-0-90 {
  padding-bottom: 90px;
}
.mil-p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}
.mil-p-0-60 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .mil-768-p-90-120 {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .mil-768-p-0-120 {
    padding-top: 0;
    padding-bottom: 120px;
  }
  .mil-768-mb30 {
    margin-bottom: 30px;
  }
  .mil-768-mb90 {
    margin-bottom: 90px;
  }
}
@media (max-width: 992px) {
  .mil-992-p-150-120 {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .mil-992-p-150-0 {
    padding-top: 150px;
  }
  .mil-992-p-0-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mil-992-p-150-0 {
    padding-top: 150px;
  }
  .mil-992-mb30 {
    margin-bottom: 30px;
  }
}

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

preloader

------------------------------------------- */
.mil-preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  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 15px;
}
.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: #F35A38;
}
.mil-preloader.mil-hidden {
  pointer-events: none;
}

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

banner

------------------------------------------- */
.mil-banner {
  padding-top: 120px;
  height: 100vh;
  min-height: 780px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.mil-banner .mil-banner-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-banner .mil-banner-image-frame {
  position: relative;
  height: calc(100vh - 120px);
  min-height: 780px;
}
.mil-banner .mil-banner-text {
  position: relative;
  z-index: 9;
}
.mil-banner .mil-banner-img {
  height: 100%;
  width: calc(150% - 15px);
  position: absolute;
  overflow: hidden;
  top: 0;
  left: -50%;
}
.mil-banner .mil-banner-img img,
.mil-banner .mil-banner-img video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.elementor .mil-banner iframe.mil-scale-img,
.mil-banner iframe.mil-scale-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  width: 80vw;
  height: 80vh;
  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 {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .elementor .mil-banner iframe.mil-scale-img,
  .mil-banner iframe.mil-scale-img {
    width: 177.78vh;
  }
}
.mil-banner .mil-banner-img.mil-out-left {
  width: calc(200% - 95px);
  left: auto;
  right: -50%;
}
.mil-banner .mil-banner-img.mil-out-right {
  width: calc(200% - 95px);
}
@media (max-width: 992px) {
  .mil-banner {
    height: auto;
    min-height: 90vh;
  }
  .mil-banner .mil-banner-image-frame {
    height: 500px;
    min-height: 500px;
  }
  .mil-banner .mil-banner-text {
    padding: 120px 10px;
  }
  .mil-banner .mil-banner-img {
    position: static;
    width: 100%;
    left: 0;
  }
  .mil-banner .mil-banner-img.mil-out-left, .mil-banner .mil-banner-img.mil-out-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mil-banner {
    padding-top: 90px;
  }
  .mil-banner .mil-banner-image-frame {
    height: 350px;
  }
}

.mil-banner-inner {
  height: 100vh;
}
.mil-banner-inner.mil-banner-auto {
  height: auto;
}
.mil-banner-inner .mil-banner-text {
  height: 50vh;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.mil-banner-inner.mil-banner-auto .mil-banner-text {
  height: auto;
  min-height: 50vh;
}
.mil-banner-inner .mil-banner-img {
  position: relative;
  overflow: hidden;
  height: 50vh;
  margin-left: -10px;
  margin-right: -10px;
}
.mil-banner-inner .mil-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.mil-banner-inner-2 {
  padding-top: 120px;
}
.mil-banner-inner-2 .mil-banner-text {
  min-height: 40vh;
  padding-top: 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .mil-banner-inner-2 {
    padding-top: 90px;
  }
  .mil-banner-inner-2 .mil-banner-text {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

top panel

------------------------------------------- */
.mil-top-panel {
  min-height: 120px;
  position: fixed;
  z-index: 999;
  width: 100%;
}

.mil-top-panel:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 11, 15, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: solid 1px rgba(115, 118, 123, 0.15);
  z-index: -1;
}
.mil-top-panel.align-items-center {
  display: flex;
}
@media (min-width: 993px) {
  .mil-top-panel.mil-transparent:before {
    background-color: transparent;
    backdrop-filter: blur(0);
    border: none;
  }
}
.mil-top-panel .mil-phone {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .mil-top-panel {
    height: 90px;
  }
  .mil-top-panel .mil-phone {
    display: none;
  }
}

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

menu button

------------------------------------------- */
.mil-menu-btn {
  margin-left: 30px;
  margin-right: -10px;
  padding: 18px 10px 20px;
  height: 24px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-btn span, .mil-menu-btn span:after, .mil-menu-btn span:before {
  content: "";
  pointer-events: none;
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  backface-visibility: hidden;
  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 {
  transform: rotate(45deg);
}
.mil-menu-btn.mil-active span:before {
  transform: translate(0px, 8px) rotate(-90deg);
}
.mil-menu-btn.mil-active span:after {
  width: 24px;
  transform: translate(0px, -8px) rotate(-90deg);
}

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

menu

------------------------------------------- */
.mil-main-menu {
  padding: 60px 0;
  width: auto;
  transform: translateY(40px) scale(0.95);
  opacity: 0;
  filter: blur(10px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}
.mil-menu-window > .container > .mil-main-menu {
  padding: 20vh 0 10vh 0;
}
.mil-menu-window .mil-popup-content {
  transform: translateY(40px) scale(0.95);
  opacity: 0;
  filter: blur(10px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}
.elementor-editor-active .mil-main-menu,
.elementor-editor-active .mil-popup-content {
  opacity: 1;
  filter: none;
}
.mil-main-menu li {
  line-height: 1.1;
  font-weight: 600;
  list-style-type: none;
  margin-bottom: 50px;
}
.mil-main-menu li:last-child {
  margin-bottom: 0;
}
.mil-main-menu li li:first-child {
  margin-top: 30px;
}
.mil-main-menu li li:last-child {
  margin-bottom: 30px;
}
.mil-main-menu li a,
.mil-main-menu li .icon {
  font-size: 42px;
  color: #FFFFFF;
  vertical-align: middle;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu li .icon {
  margin-left: 15px;
  top: 5px;
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #aeaeae;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu li li .icon {
  margin-left: 10px;
  top: 2px;
  font-size: 14px;
  opacity: 0;
}
.mil-main-menu li > a:hover,
.mil-main-menu li.mil-active > a,
.mil-main-menu li > .icon:hover {
  color: #F35A38;
}
.mil-main-menu li ul {
  margin: 0 0 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: 0.8s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu li ul li {
  margin-bottom: 15px;
  margin-top: 15px;
}
.mil-main-menu li ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  color: #73767B;
  letter-spacing: 2px;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu li ul li a:hover,
.mil-main-menu li ul li.current-menu-item > a {
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .mil-main-menu li {
    margin-bottom: 40px;
  }
  .mil-main-menu li a {
    font-size: 32px;
  }
  .mil-main-menu li ul li a {
    font-size: 14px;
  }
  .mil-main-menu li .icon {
      margin-left: 10px;
      top: 3px;
      font-size: 18px;
  }
}
.mil-main-menu li.opened > ul {
  max-height: 1000px;
}
.mil-main-menu li.opened > .icon {
  transform: rotate(180deg);
}
.mil-main-menu li.opened ul li a,
.mil-main-menu li.opened ul li .icon {
  opacity: 1;
}

.mil-menu-window {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0A0B0F;
  overflow: auto;
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0.4s;
}
.mil-menu-window .mil-social {
  height: 90px;
  opacity: 0;
  filter: blur(10px);
  position: absolute;
  bottom: 40px;
  left: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}
@media (max-width: 768px) {
  .mil-menu-window .mil-social {
    bottom: 0;
    border-top: solid 1px rgba(115, 118, 123, 0.15);
  }
}
.mil-menu-window.mil-active {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0s;
}
.mil-menu-window.mil-active .mil-main-menu {
  transform: translateY(0) scale(1);
  opacity: 1;
  filter: blur(0);
  transition-delay: 0.4s;
}
.mil-menu-window.mil-active .mil-popup-content {
  transform: translateY(0) scale(1);
  opacity: 1;
  filter: blur(0);
  transition-delay: 0.4s;
}
.mil-menu-window.mil-active .mil-social {
  transition-delay: 0.6s;
  opacity: 1;
  filter: blur(0);
}

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

social

------------------------------------------- */
.mil-social {
  display: flex;
  align-items: center;
}
.mil-social.mil-center {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.mil-social li {
  margin-right: 20px;
  list-style-type: none;
}
.mil-social li:last-child {
  margin-right: 0;
}
.mil-social li a {
  color: #FFF;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social li a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.mil-social li a:hover {
  color: #F35A38;
}

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

portfolio

------------------------------------------- */
.mil-project-card {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.mil-project-card .mil-cover-frame {
  width: 100%;
  position: relative;
}
.mil-project-card .mil-cover-frame.mil-v {
  padding-bottom: 120%;
}
.mil-project-card .mil-cover-frame.mil-v.mil-longer {
  padding-bottom: 150%;
}
.mil-project-card .mil-cover-frame.mil-s {
  padding-bottom: 100%;
}
.mil-project-card .mil-cover-frame.mil-h {
  padding-bottom: 65%;
}
.mil-project-card .mil-cover-frame.mil-h.mil-longer {
  padding-bottom: 75%;
}
.mil-project-card .mil-cover-frame.mil-h.mil-shortened {
  padding-bottom: 50%;
}
.mil-project-card .mil-cover-frame .mil-hover-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-project-card .mil-cover-frame.mil-auto .mil-hover-frame,
.elementor .mil-project-card .mil-cover-frame.mil-auto .mil-hover-frame {
  position: relative;
  height: auto;
}
.mil-project-card .mil-cover-frame .mil-hover-frame img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.mil-project-card .mil-cover-frame .mil-hover-overlay {
  background-color: rgba(10, 11, 15, 0.6);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  bottom: 0;
}
.mil-project-card .mil-cover-frame .mil-hover-overlay .mil-addition-btn {
  background-color: #F35A38;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #0A0B0F;
}
.mil-project-card .mil-cover-frame .mil-hover-overlay .mil-descr {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mil-project-card:hover .mil-cover-frame .mil-hover-frame {
  transform: scale(0.95);
}
.mil-project-card:hover .mil-cover-frame .mil-hover-overlay {
  opacity: 1;
}

.mil-project-btn-frame {
  padding-bottom: 59%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mil-project-btn-frame .mil-btn {
  position: absolute;
  top: calc(50% - 30px);
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 992px) {
  .mil-project-btn-frame {
    padding-bottom: 79%;
  }
  .mil-portfolio > .container > .row {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .mil-project-btn-frame {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .mil-project-btn-frame .mil-btn {
    position: static;
  }
  .mil-project-card .mil-cover-frame .mil-hover-overlay .mil-descr {
    max-width: 280px;
  }
}

.mil-half-project-card {
  display: block;
  width: 100%;
  background-color: red;
}

.mil-filter .mil-filter-item {
  margin: 0 40px;
  display: inline-block;
  vertical-align: top;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  cursor: pointer;
}
.mil-filter .mil-filter-item:hover,
.mil-filter .mil-filter-item.mil-active {
  color: #F35A38;
}
@media (max-width: 768px) {
  .mil-filter .mil-filter-item {
    margin: 0 35px 20px 35px;
  }
}

.mil-more-loader {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mil-more-loader.mil-mt-60 {
  margin-top: 60px;
}
.mil-more-loader .mil-loader {
  margin-bottom: 30px;
  animation: loader 1s infinite;
}
.mil-more-loader .mil-loader path {
  fill: #FFFFFF;
}

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

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

fullscreen slider

------------------------------------------- */
.mil-portfolio-fs-slider {
  height: 100vh;
  padding: 120px 0;
  display: flex;
  align-items: center;
}
.mil-portfolio-fs-slider .swiper-slide-next {
  z-index: -1;
}
.mil-portfolio-fs-slider .swiper-slide-next .mil-cover {
  opacity: 1 !important;
}
.mil-portfolio-fs-slider .swiper-slide-prev {
  opacity: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media (max-width: 992px) {
  .mil-portfolio-fs-slider {
    padding: 0;
  }
}

.mil-portfolio-fs-slider-2 {
  height: 100vh;
  padding: 120px 0;
  display: flex;
  align-items: center;
}
.mil-portfolio-fs-slider-2 .swiper-slide-next {
  z-index: -1;
}
.mil-portfolio-fs-slider-2 .swiper-slide-next .mil-cover {
  opacity: 1 !important;
}
.mil-portfolio-fs-slider-2 .mil-portfolio-slide {
  opacity: 0.5;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-portfolio-fs-slider-2 .swiper-slide-active .mil-portfolio-slide {
  opacity: 1;
}
@media (max-width: 992px) {
  .mil-portfolio-fs-slider-2 {
    padding: 0;
  }
}

.mil-portfolio-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.mil-portfolio-slide .mil-cover {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 60%;
  padding-bottom: 60%;
}
.mil-portfolio-slide .mil-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-portfolio-slide .mil-work-descr {
  position: absolute;
  width: 100%;
}
@media (max-width: 992px) {
  .mil-portfolio-slide .mil-cover {
    width: 100%;
    padding-bottom: 80%;
  }
  .mil-portfolio-slide .mil-work-descr {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .mil-portfolio-slide .mil-cover {
    width: 100%;
    padding-bottom: 100%;
  }
  .mil-portfolio-slide .mil-work-descr {
    padding-left: 30px;
  }
}

.mil-slider-footer {
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  position: absolute;
  bottom: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  width: 100%;
  border-top: solid 1px rgba(115, 118, 123, 0.15);
}
@media (max-width: 992px) {
  .mil-slider-footer {
    height: 90px;
    background-color: rgba(10, 11, 15, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: solid 1px rgba(115, 118, 123, 0.15);
  }
}

.mil-port-nav {
  width: 100%;
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: center;
}
.mil-port-nav .mil-port-btn {
  width: 100px;
  height: 100px;
  background-color: #F35A38;
  border-radius: 50%;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A0B0F;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  cursor: pointer;
}
.mil-port-nav .mil-port-btn:last-child {
  margin-right: 0;
}
.mil-port-nav .mil-port-btn.swiper-button-disabled {
  background-color: transparent;
  border: solid 2px #73767B;
  color: #73767B;
  cursor: not-allowed;
}

.mil-ct-frame {
  position: absolute;
  top: -125px;
  right: 15px;
}

.mil-circle-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  animation: rotate 4s infinite linear;
}
.mil-circle-text svg {
  transform: scale(2);
  width: 150px;
  height: 150px;
}
.mil-circle-text svg text {
  fill: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
}
.mil-circle-text:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 2px #F35A38;
}
.mil-circle-text.mil-dark-inside:after {
  background-color: #0A0B0F;
}
.mil-circle-text.mil-accent-inside:after {
  background-color: #F35A38;
}
@media (max-width: 992px) {
  .mil-circle-text {
    display: none;
  }
}

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

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

counters

------------------------------------------- */
.mil-counter-item .mil-prog-track {
  width: 100%;
  background-color: rgba(115, 118, 123, 0.2);
  height: 6px;
  border-radius: 5px;
}
.mil-counter-item .mil-prog-track .mil-prog {
  height: 100%;
  width: 0;
  border-radius: 5px;
  background-color: #F35A38;
  transition: 0.8s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-counter-item .mil-counter-text {
  display: flex;
  align-items: flex-start;
}
.mil-counter-item .mil-counter-text .mil-counter-number {
  display: flex;
  align-items: flex-end;
  padding-right: 30px;
  font-size: 72px;
}
.mil-counter-item .mil-counter-text .mil-counter-number span {
  display: block;
  line-height: 75%;
}
.mil-counter-item .mil-counter-text .mil-counter-number .mil-counter {
  min-width: 95px;
}
.mil-counter-item .mil-counter-text .mil-counter-number .mil-percent {
  font-size: 38px;
}
.mil-exp-box {
  position: relative;
  background-color: #F35A38;
  padding: 90px 90px 50px;
}
.mil-exp-box:before {
  content: "";
  background-color: #F35A38;
  width: 235px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -234px;
}
.mil-exp-box:after {
  content: "";
  background-color: rgba(242, 178, 121, 0.5);
  width: calc(100% + 30px);
  height: 160px;
  display: block;
  position: absolute;
  top: -160px;
  right: calc(-100% - 30px);
}
.mil-exp-box .mil-exp-content {
  display: flex;
  align-items: baseline;
}
.mil-exp-box .mil-exp-content .mil-exp-number {
  color: #0A0B0F;
  letter-spacing: -10px;
  margin-right: 15px;
  font-size: 300px;
  font-weight: 600;
  line-height: 80%;
  position: relative;
}
.mil-exp-box .mil-exp-content .mil-exp-number span {
  color: #f2b279;
  font-size: 120px;
  position: absolute;
  top: -60px;
  right: -30px;
  line-height: normal;
}
.mil-exp-box .mil-exp-content .mil-exp-text {
  color: #0A0B0F;
  height: auto;
  transform: rotate(-90deg) translateY(-50px) translatex(120px);
}
@media (min-width: 992px) {
  .mil-exp-box.mil-type-2 {
    background: transparent;
  }
  .mil-exp-box.mil-type-2:before {
    right: -200%;
    width: 200%;
    left: auto;
  }
  .mil-exp-box.mil-type-2 .mil-exp-content .mil-exp-number {
    color: #F35A38;
  }
  .mil-exp-box.mil-type-2 .mil-exp-content .mil-exp-number span {
    z-index: -1;
  }
  .mil-exp-box.mil-type-2 .mil-exp-content .mil-exp-text {
    color: #fff;
  }
  .mil-exp-box.mil-type-2:after {
    display: none;
  }
}
@media (max-width: 992px) {
  .mil-exp-box {
    padding: 60px;
    margin-top: 30px;
  }
  .mil-exp-box:before, .mil-exp-box:after {
    display: none;
  }
  .mil-exp-box .mil-exp-content {
    flex-direction: column;
  }
  .mil-exp-box .mil-exp-content .mil-exp-number {
    font-size: 150px;
    margin-bottom: 30px;
  }
  .mil-exp-box .mil-exp-content .mil-exp-text {
    color: #0A0B0F;
    height: auto;
    transform: none;
  }
  .mil-exp-box .mil-exp-content .mil-exp-text br {
    display: none;
  }
}
@media (max-width: 768px) {
  .mil-exp-box {
    padding: 30px;
  }
}

.mil-exp-box-2 {
  padding-top: 160px;
  position: relative;
  background-color: #F35A38;
}
.mil-exp-box-2:after {
  content: "";
  background-color: rgba(242, 178, 121, 0.5);
  width: 100%;
  height: 161px;
  display: block;
  position: absolute;
  top: -160px;
  right: 0;
}
.mil-exp-box-2 .mil-exp-content .mil-exp-number {
  text-align: center;
  line-height: 40%;
  color: #0A0B0F;
  letter-spacing: -10px;
  font-size: 260px;
  font-weight: 600;
  position: relative;
}
.mil-exp-box-2.mil-type-2:before {
  content: "";
  background-color: rgba(242, 178, 121, 0.5);
  width: 160px;
  height: 161px;
  display: block;
  position: absolute;
  top: -320px;
  right: -320px;
}
.mil-exp-box-2.mil-type-2:after {
  width: 160px;
  height: 161px;
  top: -160px;
  right: -160px;
}
.mil-exp-box-2.mil-type-3 .mil-exp-content .mil-exp-number {
  font-size: 480px;
  text-shadow: 75px -75px 0 #f2b279;
}
.mil-exp-box-2.mil-type-3:after {
  content: "";
  width: 100%;
  height: 161px;
  top: -160px;
  right: -100%;
}
@media (max-width: 992px) {
  .mil-exp-box-2:after {
    display: none;
  }
}

.mil-exp-box-3 {
  position: relative;
  padding-bottom: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mil-exp-box-3 .mil-exp-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mil-exp-box-3 .mil-exp-content .mil-exp-number {
  text-align: center;
  line-height: 100%;
  color: #0A0B0F;
  letter-spacing: -10px;
  font-size: 360px;
  font-weight: 600;
  position: relative;
}
.mil-exp-box-3:before {
  position: absolute;
  content: "";
  background-color: rgba(243, 90, 56, 0.2);
  width: 75%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 10%;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .mil-exp-box-3 .mil-exp-content .mil-exp-number {
    font-size: 250px;
  }
}

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

call to action

------------------------------------------- */
.mil-cta {
  padding: 90px 90px 60px;
  background-color: #F35A38;
}
@media (max-width: 992px) {
  .mil-cta {
    padding: 60px 60px 30px;
  }
}
@media (max-width: 768px) {
  .mil-cta {
    padding: 30px 30px 0;
  }
}

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

instagram

------------------------------------------- */
.mil-instagram {
  display: flex;
  flex-wrap: wrap;
}
.mil-instagram .mil-insta {
  width: calc(50% - 5px);
  padding-bottom: 50%;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.mil-instagram .mil-insta:nth-child(even) {
  margin-right: 0;
}
.mil-instagram .mil-insta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-instagram .mil-insta:hover img {
  transform: scale(1.1);
}

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

reviews

------------------------------------------- */
.mil-review {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mil-review .mil-user {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.mil-review .mil-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-review.mil-left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .mil-review.mil-left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.mil-reviews-image {
  width: 100%;
  margin-bottom: -3px;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .mil-reviews-image {
    display: none;
  }
}

.mil-reviews-nav {
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  z-index: 9;
}
@media (max-width: 768px) {
  .mil-reviews-nav {
    width: calc(100% - 30px);
  }
}

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

slider

------------------------------------------- */
.mil-pagination {
  margin-top: 30px;
  background-color: rgba(115, 118, 123, 0.15);
}
.mil-pagination .swiper-scrollbar-drag {
  background-color: #FFFFFF;
  height: 5px;
}
.mil-slider-btn {
  cursor: pointer;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mil-slider-btn svg path {
  fill: #FFFFFF;
}
.mil-slider-btn.mil-prev {
  transform: rotate(180deg);
}
.mil-slider-btn.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.mil-slider-btn:hover svg path {
  fill: #F35A38;
}

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

about

------------------------------------------- */
.mil-about-bg {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.mil-about-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
@media (max-width: 1200px) {
  .mil-about-bg {
    height: auto;
    padding-top: 180px;
  }
}

.mil-about-image-frame {
  position: relative;
  padding-bottom: 100%;
}
@media (max-width: 992px) {
  .mil-about-image-frame {
    padding-bottom: 0;
  }
}

.mil-about-img {
  background-color: #F35A38;
  height: 100%;
  width: 120%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.mil-about-img.mil-out-right {
  width: 150%;
  left: -31%;
}
.mil-about-img img, .elementor .mil-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .mil-about-img {
    position: static;
    width: 100%;
    left: 0;
  }
  .mil-about-img.mil-out-right {
    width: 100%;
    left: -31%;
  }
}
@media (max-width: 992px) {
  .mil-about-text {
    padding-bottom: 90px;
  }
}

.mil-just-image {
  position: relative;
  overflow: hidden;
}
.mil-just-image.mil-v {
  padding-bottom: 120%;
}
.mil-just-image.mil-s {
  padding-bottom: 100%;
}
.mil-just-image.mil-h {
  padding-bottom: 65%;
}
@media (min-width: 1024px) {
  .mil-just-image.mil-h.mil-shortened {
    padding-bottom: 50%;
  }
}
.mil-just-image img,
.elementor .mil-just-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mil-content-box .mil-cb-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 150%;
}
.mil-content-box .mil-cb-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.mil-content-box .mil-cb-image img.mil-image-1 {
  transform: translateY(100px);
}
@media (max-width: 992px) {
  .mil-content-box .mil-cb-image img.mil-image-1 {
    transform: none;
  }
}
.mil-content-box .mil-cb-image img.mil-image-2 {
  transform: translateY(60px);
}
@media (max-width: 992px) {
  .mil-content-box .mil-cb-image img.mil-image-2 {
    transform: none;
  }
}

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

iconbox

------------------------------------------- */
.mil-iconbox img {
  width: 100px;
}
.mil-iconbox img.mil-type-2 {
  width: 120px;
}
.mil-iconbox.mil-center {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.mil-iconbox.mil-type-2 {
  display: flex;
  align-items: flex-start;
}
.mil-iconbox.mil-type-2 img {
  width: 100px;
}
.mil-iconbox.mil-type-2 .mil-ib-text {
  padding-left: 30px;
  width: calc(100% - 100px);
}

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

brands

------------------------------------------- */
.mil-brand {
  width: 60%;
  opacity: 0.7;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-brand:hover {
  opacity: 1;
}

.mil-partner-card {
  text-align: center;
  padding: 60px 30px;
  background-color: #14151A;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-partner-card:hover {
  background-color: #F35A38;
}

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

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 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 30px;
  border: solid 1px rgba(115, 118, 123, 0.15);
  height: 60px;
  width: 100%;
  background-color: #0A0B0F;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
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;
  box-shadow: 0 0 0 1px rgba(115, 118, 123, 0.3);
}
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 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: #73767B;
}
textarea,
.mf-input-wrapper textarea.mf-input {
  padding-top: 25px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  height: 180px;
  display: block;
}
.mil-form.mil-subscribe {
  display: flex;
  width: 80%;
}
.mil-form.mil-subscribe input {
  margin-right: 15px;
  border: solid 1px rgba(115, 118, 123, 0.15);
}
.mil-form.mil-subscribe input:focus {
  outline: inherit;
  border: solid 1px rgba(115, 118, 123, 0.6);
}
@media (max-width: 992px) {
  .mil-form.mil-subscribe {
    width: 100%;
  }
}
.mil-form.mil-soft input, .mil-form.mil-soft textarea {
  background-color: #14151A;
}

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

project

------------------------------------------- */
.mil-project-cover-frame {
  position: relative;
  padding-bottom: 50%;
}
@media (max-width: 992px) {
  .mil-project-cover-frame {
    padding-bottom: 60%;
  }
}

.mil-cover-img {
  background-color: #F35A38;
  height: 100%;
  width: 120%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 15px;
}
.mil-cover-img img, .elementor .mil-cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-cover-img.mil-left {
  left: calc(-20% - 15px);
}
@media (max-width: 992px) {
  .mil-cover-img {
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
  }
  .mil-cover-img.mil-left {
    left: 15px;
  }
}

@media (max-width: 992px) {
  .mil-project-text {
    padding-top: 30px;
  }
}

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

services

------------------------------------------- */
.mil-service-item {
  display: block;
  padding: 30px 0;
  border-top: solid 1px rgba(115, 118, 123, 0.15);
}
.mil-service-item:first-child {
  border: none;
  padding-top: 0;
}
.mil-service-item:last-child {
  padding-bottom: 0;
}
.mil-service-item .mil-service-text .mil-h1 {
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-item .mil-service-text .mil-h1 .mil-fs18 {
  color: #F35A38;
  min-width: 52px;
  display: inline-block;
  padding-right: 5px;
}
.mil-service-item .mil-service-text .mil-text {
  padding-left: 52px;
}
.mil-service-item .mil-service-right {
  position: relative;
  padding: 60px;
  text-align: right;
}
.mil-service-item .mil-service-right .mil-service-btn {
  width: 120px;
  height: 120px;
  color: #FFFFFF;
  border: solid 2px #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 60px);
  left: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-item .mil-service-right .mil-service-cover {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-item .mil-service-right .mil-service-icon {
  height: 160px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media (max-width: 992px) {
  .mil-service-item .mil-service-right .mil-service-icon {
    height: 130px;
  }
}
.mil-service-item:hover .mil-service-text .mil-h1 {
  color: #F35A38;
}
.mil-service-item:hover .mil-service-right .mil-service-btn {
  border: solid 2px #F35A38;
  background-color: #F35A38;
  color: #0A0B0F;
}
.mil-service-item:hover .mil-service-right .mil-service-cover {
  transform: scale(1);
  opacity: 1;
}
.mil-service-item:hover .mil-service-right .mil-service-icon {
  filter: grayscale(100%) brightness(300%);
}
@media (max-width: 768px) {
  .mil-service-item .mil-service-right {
    padding: 30px 0 0 52px;
    text-align: left;
  }
  .mil-service-item .mil-service-right .mil-service-btn {
    width: auto;
    position: static;
    padding: 0 40px;
    height: 60px;
    border-radius: 60px;
    display: inline-flex;
  }
  .mil-service-item .mil-service-right .mil-service-cover, .mil-service-item .mil-service-right .mil-service-icon {
    display: none;
  }
}

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

accordion

------------------------------------------- */
.mil-accordion {
  width: 100%;
}
.mil-accordion .mil-accordion-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  padding: 15px 0;
  cursor: pointer;
  user-select: none;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-accordion .mil-accordion-menu .mil-accordion-icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mil-accordion .mil-accordion-menu .mil-accordion-icon:after {
  content: "+";
}
.mil-accordion .mil-accordion-menu.mil-active {
  color: #F35A38;
}
.mil-accordion .mil-accordion-menu.mil-active .mil-accordion-icon:after {
  content: "-";
}
.mil-accordion .mil-accordion-menu.mil-active:hover {
  color: #F35A38;
}
.mil-accordion .mil-accordion-content {
  height: 0;
  overflow: hidden;
}
.mil-accordion .mil-accordion-content p {
  margin: 40px;
}

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

video

------------------------------------------- */
.mil-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
@media (max-width: 768px) {
  .mil-video {
    padding-bottom: 100%;
  }
}
.mil-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-video a {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  border: solid 3px #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-video a svg {
  transform: scale(1) translateX(4px);
  width: 35px;
  height: 35px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-video a svg path {
  fill: #FFFFFF;
}
.mil-video a:hover {
  width: 130px;
  height: 130px;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
}
.mil-video a:hover svg {
  transform: scale(1.2) translateX(4px);
}

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

price

------------------------------------------- */
.mil-switcher {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #14151A;
  width: 245px;
  padding: 0;
  border-radius: 50px;
}
.mil-switcher .mil-switcher-sale {
  background-color: #f2b279;
  padding: 10px 15px;
  border-radius: 5px;
  position: absolute;
  top: -20px;
  right: -50px;
  font-size: 12px;
  font-weight: 600;
  color: #0A0B0F;
}
.mil-switcher span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  text-align: center;
  height: 60px;
  cursor: pointer;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  margin-right: 5px;
  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: #F35A38;
  color: #0A0B0F;
}
.mil-price-card {
  padding: 60px 30px;
  text-align: center;
  background-color: rgba(20, 21, 26, 0.4);
}
.mil-price-card .mil-sup-text {
  font-size: 18px;
  margin-left: 5px;
}
.mil-price-card.mil-featured {
  background-color: #14151A;
}
.mil-price-card .mil-price-list {
  text-align: center;
}
.mil-price-card .mil-price-list li {
  list-style-type: none;
  margin-bottom: 30px;
}
.mil-price-card .mil-price-list li:last-child {
  margin-bottom: 0;
}
.mil-pricing-table {
  line-height: 100%;
}
@media (max-width: 768px) {
  .mil-switcher {
    margin-bottom: 50px;
  }
}

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

team

------------------------------------------- */
.mil-team-card .mil-portrait {
  position: relative;
  padding-bottom: 120%;
  overflow: hidden;
}
.mil-team-card .mil-portrait img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

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

store

------------------------------------------- */
.mil-store-card {
  display: block;
}
.mil-store-card .mil-cover-frame {
  position: relative;
  overflow: hidden;
  background-color: #14151A;
  text-align: center;
  padding-bottom: 120%;
}
.mil-store-card .mil-cover-frame img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  object-fit: contain;
  object-position: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-store-card:hover .mil-cover-frame img {
  transform: scale(1.1);
}
.mil-store-card.mil-sale .mil-cover-frame:after {
  content: "-40%";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #73767B;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #0A0B0F;
  position: absolute;
  top: 15px;
  left: 15px;
}

.mil-store-item-preview {
  background-color: #14151A;
  padding-bottom: 80%;
}
.mil-store-item-preview img {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  object-fit: contain;
}

.mil-rating {
  display: flex;
  align-items: center;
}
.mil-rating .mil-stars {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.mil-rating .mil-stars i {
  color: #F35A38;
}
.mil-rating .mil-stars i.mil-empty {
  color: #73767B;
}

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

tabs

------------------------------------------- */
.mil-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  border-bottom: solid 1px rgba(115, 118, 123, 0.15);
}

.mil-tabs li {
  cursor: pointer;
  line-height: 110%;
  font-weight: 600;
  padding: 0 60px 30px;
  transform: translateY(2px);
}

.mil-tabs li.mil-current {
  border-bottom: solid 2px #F35A38;
  color: #FFFFFF;
}

.mil-tab-content {
  display: none;
  padding: 60px 0 0;
}

.mil-tab-content.mil-current {
  display: inherit;
}

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

quantity

------------------------------------------- */
.mil-quantity-frame {
  margin-right: 15px;
  height: 60px;
  background-color: #14151A;
  border-radius: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 150px;
  justify-content: space-between;
}
.mil-quantity-frame * {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #73767B;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-quantity-frame input {
  width: 50px;
  background-color: transparent;
  border: none;
}
.mil-quantity-frame button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.mil-quantity-frame:hover * {
  color: #FFFFFF;
}

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

footer

------------------------------------------- */
.mil-footer-menu {
  padding: 0;
  margin: 0;
}
.mil-footer-menu li {
  list-style-type: none;
  margin-bottom: 30px;
}
.mil-menu-window .mil-footer-menu li {
  margin-bottom: 15px;
}
.mil-footer-menu li a {
  color: #73767B;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-footer-menu li a:hover {
  color: #FFFFFF;
}
.mil-footer-bottom {
  padding: 50px 0 20px;
  border-top: solid 1px rgba(115, 118, 123, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

blog

------------------------------------------- */
.mil-blog-card {
  text-decoration: none;
  display: block;
}
.mil-blog-card .mil-card-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  margin-bottom: 30px;
}
.mil-blog-card .mil-card-cover .mil-hover-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card .mil-card-cover .mil-hover-frame img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.mil-blog-card .mil-card-cover .mil-hover-overlay {
  background-color: rgba(10, 11, 15, 0.6);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card .mil-text {
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card.mil-card-sm {
  display: flex;
  align-items: center;
}
.mil-blog-card.mil-card-sm .mil-card-cover {
  margin-bottom: 0;
  width: 90px;
  height: 90px;
  padding-bottom: 0;
}
.mil-blog-card.mil-card-sm .mil-descr {
  width: calc(100% - 120px);
  padding-left: 30px;
}
.mil-blog-card .mil-label {
  margin-right: 20px;
}
.mil-blog-card:hover .mil-card-cover .mil-hover-frame {
  transform: scale(0.95);
}
.mil-blog-card:hover .mil-card-cover .mil-hover-overlay {
  opacity: 1;
}
.mil-share {
  display: flex;
}
.mil-share p {
  margin-right: 15px;
}
.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: #F35A38;
}
.mil-category li:last-child {
  margin-bottom: 0;
}
.archive-list .mil-date {
  margin: -10px 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px rgba(115, 118, 123, 0.15);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}

.mil-pagination-default,
.single-post-text .page-links {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.mil-pagination-default .page-numbers,
.single-post-text .page-links .post-page-numbers {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(115, 118, 123, 0.15);
  color: #fff;
  text-align: center;
  line-height: 58px;
  text-decoration: none;
  margin-right: 10px;
}
.single-post-text .page-links .post-page-numbers {
  margin-left: 5px;
  margin-right: 5px;
}
.mil-pagination-default .page-numbers.current,
.single-post-text .page-links .post-page-numbers.current {
  background-color: #F35A38;
}
.mil-pagination-default .page-numbers.dots {
  background: transparent;
  border: none;
}
.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;
}

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

content

------------------------------------------- */
.mil-single-intro {
  text-align: center;
}
.mil-single-intro .mil-banner-text,
.mil-single-intro .mil-breadcrumbs {
  justify-content: center;
}
.mil-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  border-bottom: solid 1px rgba(115, 118, 123, 0.15);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mil-info {
    display: block;
    height: auto;
    padding: 0 0 30px 0;
  }
  .mil-info > div {
    width: 100%;
  }
}

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

widgets

------------------------------------------- */
.widget-area .widget-title,
.widget-area .widget_block h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.content-sidebar .widget .widget-title:before,
.content-sidebar .widget h2:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #F35A38;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.widget-area .widget {
  margin-bottom: 60px;
}
.widget-area ul,
.widget-area ol {
	padding: 0;
	margin: 0;
  list-style: none;
}
.widget-area ul li,
.widget-area ol li {
  margin: 15px 0;
}
.widget-area ul li a,
.widget-area ol li a {
  text-decoration: none;
  color: #73767B;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.widget-area ul li a.url,
.widget-area ul li a.rsswidget {
  color: #fff;
}
.widget-area ul li a:hover,
.widget-area ol li a:hover {
  color: #fff;
}
.widget-area .widget_categories ul ul,
.widget-area ul li.page_item_has_children ul,
.widget-area .widget_nav_menu ul ul,
.widget-area ul.wp-block-categories-list ul {
  border-left: 1px solid rgba(255,255,255,.1);
}
.widget-area .widget_categories ul li,
.widget-area ul li.page_item_has_children,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_recent_comments ul li,
.widget-area ol.wp-block-latest-comments li,
.widget-area .widget_rss ul li,
.widget-area ul.wp-block-categories-list li {
  display: block;
}
.widget-area .widget_categories ul li a,
.widget-area ul li.page_item_has_children a,
.widget-area .widget_nav_menu ul li a,
.widget-area .widget_recent_comments ul li a,
.widget-area ol.wp-block-latest-comments li a,
.widget-area ul.wp-block-categories-list li a {
  display: inline-block;
}
.widget-area .widget_categories ul li li,
.widget-area ul li.page_item_has_children li,
.widget-area .widget_nav_menu ul li li,
.widget-area ul.wp-block-categories-list li li {
  border-bottom: none;
  padding-bottom: 0;
  padding-left: 15px;
  position: relative;
}
.widget-area .widget_categories ul li li:after,
.widget-area ul li.page_item_has_children li:after,
.widget-area .widget_nav_menu ul li li:after,
.widget-area ul.wp-block-categories-list li li:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 14px;
  width: 10px;
  height: 1px;
  background: rgba(255,255,255,.1);
}
.widget-area .widget_categories ul li li:first-child,
.widget-area ul li.page_item_has_children li:first-child,
.widget-area .widget_nav_menu ul li li:first-child,
.widget-area ul.wp-block-categories-list li li:first-child {
  border-top: none;
}
.widget-area .widget_recent_comments ul li .comment-author-link,
.wp-block-latest-comments__comment-author {
	font-weight: 500;
}
.widget-area .widget_rss .rss-date {
  display: inline-block;
  padding: 2px 5px;
  background-color: rgba(255,255,255,.1);
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.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;
}
.wp-block-search input[type=text],
.wp-block-search input[type=search],
.widget-area .widget_search input.search-field, 
.widget-area select {
  border-radius: 60px;
}
.single-post-text select,
.widget-area select {
  padding: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.widget-area .widget_search input.search-submit,
.wp-block-search .wp-block-search__button {
  padding: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 50px;
  border: none;
  background-color: #F35A38;
  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: 5px 0 10px 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}
.widget_rss cite {
  margin: 5px 0 20px 0;
  font-style: normal;
}
.widget-area .widget_text img {
  max-width: 100%;
  height: auto;
}
.widget-area .widget_text p {
  margin: 15px 0;
}
.post-text-bottom .tags-links a,
.wp-block-tag-cloud .tag-cloud-link,
.widget-area .widget_tag_cloud .tag-cloud-link {
  margin: 5px 5px 5px 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  font-size: 14px !important;
  padding: 5px 15px;
  transition: 0.3s ease-in-out;
  background: transparent;
  border: 1px solid rgba(115, 118, 123, 0.15);
  border-radius: 34px;
}
.post-text-bottom .tags-links a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover,
.widget-area .widget_tag_cloud .tag-cloud-link:hover {
  background: #F35A38;
  border-color: #F35A38;
}
.wp-block-latest-comments__comment-date {
  margin-top: 5px;
  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%;
}
.sticky {
	position: relative;
}
.sticky:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	width: 4px;
	height: 100%;
	background: #F35A38;
	z-index: 3;
}

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

single post

------------------------------------------- */
.single-post-text ul {
  padding: 0;
  margin: 0;
}
.single-post-text h1 {
  font-size: 48px;
}
.single-post-text h2 {
  font-size: 38px;
}
.single-post-text h3 {
  font-size: 28px;
}
.single-post-text h4 {
  font-size: 24px;
}
.single-post-text h5 {
  font-size: 20px;
}
.single-post-text h6 {
  font-size: 16px;
}
.single-post-text ul > li,
.single-post-text ol > li {
  margin-bottom: 0.25rem;
}
.single-post-text ul ul,
.single-post-text ol ol,
.single-post-text ul ol,
.single-post-text ol ul {
  margin-top: 0.25rem;
}
.single-post-text ul > li {
  display: block;
  line-height: 150%;
  list-style-type: none;
  position: relative;
  padding-left: 27px;
}
.single-post-text ul > li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #F35A38;
}
.single-post-text ol {
  padding: 0;
  margin: 0 0 0 1.25rem;
}
.single-post-text ol > li {
  line-height: 150%;
  list-style-type: decimal;
}
.single-post-text .wp-block-columns {
  margin: 30px 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: 30px;
}
.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 p.has-small-font-size {
  font-size: 16px !important;
  color: #73767B;
}
.single-post-text ul,
.single-post-text ol {
  line-height: 2;
}
.single-post-text ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.single-post-text ul > li {
  list-style-type: disc;
}
.single-post-text li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.single-post-text ol {
  display: block;
  list-style-type: decimal;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 1.25rem;
}
.single-post-text ol > li {
  list-style-type: decimal;
}
.single-post-text p {
	margin-top: 30px;
	margin-bottom: 30px;
}
.single-post-text img {
	max-width: 100%;
}
.single-post-text img+figure {
	margin-top: 30px;
}
.single-post-text table,
.widget-area table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: none;
	border: 1px solid rgba(115, 118, 123, 0.15);
}
.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: 15px;
	font-size: 14px;
	font-weight: 700;
	background: #0A0B0F;
	border: 1px solid rgba(115, 118, 123, 0.15);
	text-align: left;
}
.single-post-text table tbody th,
.widget-area table tbody th {
	background: #0A0B0F;
}
.single-post-text table td,
.widget-area table td {
	border: none;
	padding: 10px;
	font-size: 14px;
	background: #0A0B0F;
	border: 1px solid rgba(115, 118, 123, 0.15);
}
.single-post-text table td#today,
.widget-area table td#today {
	background: rgba(0, 0, 0, 0.3);
	font-weight: 700;
}
.single-post-text table caption,
.widget-area table caption {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
  caption-side: top;
  text-align: center;
}
@media screen and (max-width: 720px) {
	.single-post-text table th,
  .widget-area table th {
		padding: 10px;
		font-size: 13px;
	}
	.single-post-text table td,
  .widget-area table td {
		padding: 10px;
		font-size: 13px;
	}
  .mil-sidebar-frame {
    margin-top: 90px;
  }
}
.single-post-text {
	line-height: 1.6;
	word-wrap: break-word;
}
.single-post-text:after {
	content: '';
	position: relative;
	clear: both;
	display: block;
}
.single-post-text img {
	max-width: 100%;
	height: auto;
}
.single-post-text 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;
}
.single-post-text blockquote cite {
	font-size: 16px !important;
	font-style: normal;
}
.single-post-text blockquote cite:before {
	margin-right: 5px;
	content: '-';
}
.single-post-text blockquote cite br {
	display: none;
}
.single-post-text blockquote.has-text-align-right cite:before {
	display: none;
}
.single-post-text blockquote.has-text-align-right cite:after {
	margin-left: 5px;
	content: '-';
}
.wp-block-file__button {
	padding: 0 1rem;
}
.single-post-text figure {
  margin-top: 30px;
	margin-bottom: 30px;
	max-width: 100%;
	overflow: auto;
}
.single-post-text p + figure {
  margin-top: 0;
}
.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
	margin-bottom: 30px;
}
.single-post-text figure .wp-caption-text,
.gallery-caption {
	font-style: italic;
}
.bypostauthor strong {
  font-weight: 500;
}
.gallery {
	margin: 30px -10px;
}
.single-post-text .gallery {
	margin-bottom: 0;
}
.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: 30px;
	margin-bottom: 30px;
}
.single-post-text h1+h2,
.single-post-text h2+h3,
.single-post-text h3+h4,
.single-post-text h4+h5,
.single-post-text h5+h6,
.single-post-text h6 {
	margin-top: 30px;
}
.single-post-text pre.wp-block-code,
.single-post-text pre {
	padding: 20px;
	overflow: auto;
	white-space: pre-wrap;
	background: linear-gradient(159deg, rgb(0, 0, 0) 0%, #23232d 100%);
	background: -webkit-linear-gradient(159deg, rgb(0, 0, 0) 0%, #23232d 100%);
	color: #F2F3F5;
	font-size: 15px;
}
.single-post-text 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%;
}
.single .post-text-bottom {
  padding-top: 40px;
  border-top: solid 1px rgba(115, 118, 123, 0.15);
}
.post-text-bottom > div {
	margin-bottom: 20px;
}
.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 {
	display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-text-bottom .cat-links a:hover, 
.post-text-bottom .page-links a:hover {
  color: #F35A38;
}
.post-text-bottom .cat-links *:nth-child(1) {
	margin-left: 10px;
}
.post-text-bottom .tags-links *:nth-child(1) {
	margin-left: 15px;
}
.post-text-bottom .edit-link {
  margin-top: 30px;
}
.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(115, 118, 123, 0.15);
}
@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 {
	padding: 0;
	margin: 60px 0;
	position: relative;
}
.comment .comment-respond {
  padding-top: 60px;
  clear: both;
}
.mil-comments-list li {
	list-style-type: none;
	position: relative;
  margin-bottom: 60px;
}
.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;
	z-index: 99;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}
.mil-comments-list .mil-comment-avatar img {
	width: 100%;
	height: 100%;
}
.mil-comments-list .children {
	padding-left: 90px;
  margin-top: 60px;
	clear: both;
	list-style: none;
}
.mil-comments-list .comment {
	list-style: none;
}
.mil-comments-list .children > .comment > .comment {
  margin-bottom: 60px;
}
.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 {
	font-size: 14px;
  font-weight: 500;
}
.comment-reply-link:before {
	content: '';
	margin-right: 8px;
	content: "\f122";
	display: inline-block;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.comment-respond {
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: 90px;
}
.form-comment .comment-respond {
	margin-top: 0;
	margin-left: 0;
}
.trackback .mil-comment-avatar,
.pingback .mil-comment-avatar {
	display: none;
}
.comment-respond .small,
.comment-respond small {
	font-size: 14px;
  float: right;
}
.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;
  padding-bottom: 60px;
  border-bottom: solid 1px rgba(115, 118, 123, 0.15);
}
.trackback .mil-comment-box,
.pingback .mil-comment-box {
  width: 100%;
}
.mil-comment-box .mil-comment-head {
	margin-bottom: 30px;
}
.mil-comment-box .mil-comment-head h6 {
  margin-bottom: 15px;
	font-size: 20px;
}
.mil-comment-box .mil-comment-head .mil-date {
  font-size: 14px;
}
.comment-form-cookies-consent {
  margin-bottom: 30px;
}
@media (max-width: 790px) {
	.mil-comments-list:before {
		left: 17px;
	}
	.mil-comments-list .mil-comment-avatar {
		width: 35px;
		height: 35px;
	}
	.mil-reply-list {
		padding-left: 50px;
	}
	.mil-reply-list>li:before {
		top: 17px;
		left: -33px;
	}
	.mil-comment-box {
		width: calc(100% - 50px);
	}
}
.comment-form-cookies-consent label {
	display: inline;
}
.title.comment-reply-title {
	margin: 0 0 60px 0;
}
.post-comments > .form-comment > .comment-respond {
	margin-bottom: 0;
}
@media (max-width: 480px) {
	.comment-respond .title_inner small {
		position: relative;
		top: 0;
		left: 0;
	}
}
@media (max-width: 1160px) {
	.post-comments .post-comment .image {
		width: 60px;
		height: 60px;
	}
	.post-comments .post-comment .desc {
		margin-left: 80px;
	}
	.post-comments .post-comment.pingback .desc {
		margin-left: 0;
	}
	.post-comments ul.children {
		padding: 20px 20px 0 80px;
	}
	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px;
	}
}
@media (max-width: 840px) {
	.post-comments ul.children {
		padding: 20px 20px 0 20px;
	}
	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px;
	}
}
@media (max-width: 480px) {
	.post-comments ul.children {
		padding: 15px 15px 15px 15px;
	}
	.post-comments ul.children ul.children {
		padding: 15px 0 0 10px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 15px 0 0 5px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 15px 0 0 5px;
	}
	.post-comments .post-comment .image {
		width: 40px;
		height: 40px;
	}
	.post-comments .post-comment .desc {
		margin-left: 55px;
	}
	.post-comments .post-comment.pingback .desc {
		margin-left: 0;
	}
	.gallery .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-3 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-4 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-5 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-6 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-7 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-8 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-9 .gallery-item {
		width: 100%;
	}
}

/* WP Blocks */
.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: 30px 0;
}
.wp-block-cover.alignleft,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.alignright {
	margin-bottom: 30px!important;
}
.wp-block-cover p a:hover,
.wp-block-cover-image p a:hover {
	text-decoration: underline;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 0 0 0 60px !important;
}
.wp-block-pullquote {
	padding-top: 0;
	padding-bottom: 0;
}
.wp-block-pullquote blockquote {
	padding-bottom: 30px;
	border-left: none;
	border-bottom: 2px solid #F35A38;
}
.wp-block-pullquote.is-style-solid-color {
	background-color: transparent;
	border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	border: none;
}
.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
	margin: 30px 0;
	max-width: 480px;
}
.wp-block-search .wp-block-search__label {
	display: none;
}
.wp-block-group.has-background {
	padding: 20px;
	color: 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.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 rgb(190, 193, 195);
	max-width: 50px;
}
hr.wp-block-separator.is-style-wide {
	max-width: 100%;
}
.wp-block-separator.is-style-dots:before {
	color: rgb(190, 193, 195);
}
.wp-block-button {
	margin-bottom: 30px;
}
.wp-block-button a.wp-block-button__link {
	padding: 13px 35px;
	background: #F35A38;
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 46px;
	-webkit-border-radius: 46px;
  text-decoration: none;
}
.wp-block-button a.wp-block-button__link:hover {
	color: rgb(0, 0, 0);
}
.wp-block-button.is-style-outline a.wp-block-button__link {
	padding-top: 11px;
	padding-bottom: 11px;
	border: 2px solid #F35A38;
	color: #F35A38;
	background: none;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
	border-radius: 0;
	-webkit-border-radius: 0;
}
.wp-block-columns {
	margin-bottom: 0;
}
.wp-calendar-nav:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}
.wp-calendar-nav span.wp-calendar-nav-prev {
	float: left;
}
.wp-calendar-nav span.wp-calendar-nav-next {
	float: right;
}
.wp-block-latest-comments__comment {
  line-height: 1.5;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	padding: 0;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
	font-weight: 600;
  color: #fff;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
	margin-top: 8px;
	margin-bottom: 22px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: rgb(190, 193, 195);
}
ul.blocks-gallery-grid {
	margin: 0 !important;
}
body .wp-block-cover-image-text,
body .wp-block-cover-image-text a,
body .wp-block-cover-image-text a:active,
body .wp-block-cover-image-text a:focus,
body .wp-block-cover-image-text a:hover,
body .wp-block-cover-text,
body .wp-block-cover-text a,
body .wp-block-cover-text a:active,
body .wp-block-cover-text a:focus,
body .wp-block-cover-text a:hover,
body section.wp-block-cover-image h2,
body section.wp-block-cover-image h2 a,
body section.wp-block-cover-image h2 a:active,
body section.wp-block-cover-image h2 a:focus,
body section.wp-block-cover-image h2 a:hover {
	color: #fff!important;
}
.wp-block-archives-dropdown .nice-select,
.wp-block-categories-dropdown .nice-select {
	max-width: 390px;
	float: none;
	display: block;
}
.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
	max-width: 390px;
}
.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-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-card-cover,
.attr-title-false .mil-blog-card .mil-h1,
.attr-date-false .mil-blog-card .mil-date,
.attr-category-false .mil-blog-card .mil-date,
.attr-text-false .mil-blog-card .mil-post-text,
.attr-more-false .mil-blog-card .mil-post-text .mil-mt20,
.attr-featured-false .mil-portfolio-item .mil-cover-frame,
.attr-title-false .mil-portfolio-item h5,
.attr-title-false .mil-portfolio-item .mil-h5,
.attr-details-false .mil-portfolio-item .mil-labels,
.attr-date-false .mil-portfolio-item .mil-label:not(.mil-accent),
.attr-category-false .mil-portfolio-item .mil-label.mil-accent
{
  display: none !important;
}
.attr-text-false .mil-blog-card .mil-post-text p {
  font-size: 0px !important;
  line-height: 1;
}
.attr-text-false .mil-blog-card .mil-post-text p .mil-el-more {
  margin-top: 0px;
}

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

/*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: #F35A38;
}