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

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

1. common
    - main
    - typography
    - images
    - social
    - color backgrounds
    - button
    - link
    - badge
    - spaces
2. frame
    - main
    - preloader
    - cursor
    - custom scrollbar
    - page transitions
3. components
    - dots
    - cover
    - image frame
    - cards
    - overlay
    - portfolio items
    - partners
    - icon box
    - fields
    - reviews
    - pagination
    - accordion
    - prices
    - 404
4. sections
    - navigation
    - partners
    - counters
    - about
    - footers
    - instagram
    - services
    - video
    - reviews
    - subscribe
    - map
    - portfolio
5. custom
    - fancybox
    - swiper
6. template-styles
    - logo
    - hero
    - scroll hint 1
    - small banner
    - content frame
    - team
    - reviews
    - hero 2
    - hero 3
    - scroll hint 2
    - service card
    - project info

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

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

1. common
    - main
    - typography
    - link
    - button
    - form
    - breadcrumbs
    - backgrounds
    - spaces
2. components
    - preloader
    - cursor
    - hidden elements
    - scrollbar
    - frame
    - menu button
    - menu 
    - banner
    - circle text
    - lines
    - dodecahedron
    - about
    - partners
    - services
    - team
    - social icons
    - revievs
    - blog
    - footer
    - portfolio
    - map
    - accordion
    - price
    - 404
    - images
    - page transitions


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

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

main

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

*::-moz-selection {
  color: inherit;
  background-color: transparent;
}

*::selection {
  color: inherit;
  background-color: transparent;
}

*,
*:focus {
  outline: inherit;
}

body {
  font-family: "Outfit", sans-serif;
  color: #808080;
  font-weight: 300;
  font-size: 14px;
  background-color: #ECECEA;
}

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

.mil-scrollbar .mil-page-wrapper {
  height: 100vh;
}

.mil-up {
  opacity: 0;
  -webkit-transform: translateY(40px) scale(1.04);
          transform: translateY(40px) scale(1.04);
}

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

page transitions

------------------------------------------- */
.mil-scrollbar .mil-transition-fade {
  position: relative;
  overflow: hidden;
}
.mil-scrollbar .mil-transition-fade .mil-transition-frame {
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-filter: blur(0);
          filter: blur(0);
}

html.is-changing .mil-scrollbar .mil-transition-fade {
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  opacity: 1;
}

html.is-animating .mil-scrollbar .mil-transition-fade {
  opacity: 0;
}
html.is-animating .mil-scrollbar .mil-transition-fade .mil-transition-frame {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

html.is-changing .mil-onepage-nav {
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  opacity: 1;
}

html.is-animating .mil-onepage-nav {
  opacity: 0;
}

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

settings

------------------------------------------- */
.mil-no-g {
  padding: 0 15px;
}
.mil-no-g * {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.mil-tal {
  text-align: left;
}

@media (max-width: 992px) {
  .mil-992-wg * {
    padding: 0 15px;
  }
  .mil-992-aic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mil-992-aie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .mil-992-ais {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mil-992-jcc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mil-992-jce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mil-992-jcs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mil-992-jcb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mil-992-tac {
    text-align: center;
  }
  .mil-992-tar {
    text-align: right;
  }
  .mil-992-tal {
    text-align: left;
  }
  .mil-992-gone {
    display: none;
  }
}
@media (max-width: 768px) {
  .mil-768-wg * {
    padding: 0 15px;
  }
  .mil-768-aic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mil-768-aie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .mil-768-ais {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mil-768-jcc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mil-768-jce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mil-768-jcs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mil-768-jcb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mil-768-tac {
    text-align: center;
  }
  .mil-768-tar {
    text-align: right;
  }
  .mil-768-tal {
    text-align: left;
  }
  .mil-768-gone {
    display: none;
  }
}
/* -------------------------------------------

typography

------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.mil-h1,
.mil-h2,
.mil-h3,
.mil-h4,
.mil-h5,
.mil-h6 {
  font-family: "Anton", sans-serif;
  font-weight: 100;
  line-height: normal;
  text-transform: uppercase;
  color: #353639;
  letter-spacing: -2%;
}

b {
  font-weight: 100;
}

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

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

.mil-arrow-link {
  position: relative;
}
.mil-arrow-link:after {
  display: inline-block;
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 12px;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-arrow-link.mil-a1:after {
  color: #FEAF62;
}
.mil-arrow-link.mil-a2 {
  color: #37CC8D;
}
.mil-arrow-link.mil-a2:after {
  color: #37CC8D;
}
.mil-arrow-link:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.mil-text-xl {
  font-size: 24px;
  line-height: 160%;
}

.mil-text-lg {
  font-size: 18px;
  line-height: 160%;
}

.mil-text-md {
  font-size: 16px;
  line-height: 160%;
}

.mil-text-sm {
  font-size: 14px;
  line-height: 160%;
}

.mil-text-xs {
  font-size: 12px;
  line-height: 160%;
}

.mil-text p,
.mil-text-xl p,
.mil-text-lg p,
.mil-text-md p,
.mil-text-sm p,
.mil-text-xs p {
  margin-bottom: 30px;
}
.mil-text p:last-child,
.mil-text-xl p:last-child,
.mil-text-lg p:last-child,
.mil-text-md p:last-child,
.mil-text-sm p:last-child,
.mil-text-xs p:last-child {
  margin-bottom: 0px;
}

.mil-text a,
.mil-text-xl a,
.mil-text-lg a,
.mil-text-md a,
.mil-text-sm a,
.mil-text-xs a {
  color: #37CC8D;
  text-decoration: underline;
}
.mil-text a:hover,
.mil-text-xl a:hover,
.mil-text-lg a:hover,
.mil-text-md a:hover,
.mil-text-sm a:hover,
.mil-text-xs a:hover {
  text-decoration: none;
}

.mil-display1 {
  font-size: calc(1rem + 8.5vw);
  line-height: 100%;
}
@media (min-width: 1920px) {
  .mil-display1 {
    font-size: calc(1rem + 6.5vw);
  }
}
@media (max-width: 1200px) {
  .mil-display1 {
    font-size: calc(1rem + 9.5vw);
  }
}
@media (max-width: 992px) {
  .mil-display1 {
    font-size: calc(1rem + 12.5vw);
  }
}
@media (max-width: 768px) {
  .mil-display1 {
    font-size: calc(1rem + 14.5vw);
  }
}

.mil-display2 {
  font-size: calc(1rem + 6vw);
  line-height: 100%;
}
@media (min-width: 1920px) {
  .mil-display2 {
    font-size: calc(1rem + 5vw);
  }
}
@media (max-width: 1200px) {
  .mil-display2 {
    font-size: calc(1rem + 7vw);
  }
}
@media (max-width: 992px) {
  .mil-display2 {
    font-size: calc(1rem + 8vw);
  }
}
@media (max-width: 768px) {
  .mil-display2 {
    font-size: calc(1rem + 9vw);
  }
}

.mil-display3 {
  font-size: calc(1rem + 3.3vw);
  line-height: 100%;
}
@media (min-width: 1920px) {
  .mil-display3 {
    font-size: calc(1rem + 2.8vw);
  }
}
@media (max-width: 1200px) {
  .mil-display3 {
    font-size: calc(1rem + 4.3vw);
  }
}
@media (max-width: 992px) {
  .mil-display3 {
    font-size: calc(1rem + 5.3vw);
  }
}
@media (max-width: 768px) {
  .mil-display3 {
    font-size: calc(1rem + 6.3vw);
  }
}

.mil-display4 {
  font-size: calc(1rem + 4.3vw);
  line-height: 100%;
}
@media (min-width: 1920px) {
  .mil-display4 {
    font-size: calc(1rem + 3.3vw);
  }
}
@media (max-width: 1200px) {
  .mil-display4 {
    font-size: calc(1rem + 6vw);
  }
}
@media (max-width: 992px) {
  .mil-display4 {
    font-size: calc(1rem + 7vw);
  }
}
@media (max-width: 768px) {
  .mil-display4 {
    font-size: calc(1rem + 8vw);
  }
}

.mil-head1 {
  font-size: 56px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .mil-head1 {
    font-size: 42px;
  }
}

.mil-head2 {
  font-size: 42px;
  line-height: 120%;
}

.mil-head3 {
  font-size: 32px;
  line-height: 120%;
}

.mil-head4 {
  font-size: 24px;
  line-height: 120%;
}

.mil-head5 {
  font-size: 18px;
  line-height: 120%;
}

.mil-head6 {
  font-size: 16px;
  line-height: 120%;
}

.mil-bold {
  font-weight: 600;
}

.mil-stylized {
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.mil-stylized .mil-text-link {
  position: relative;
}
.mil-stylized .mil-text-link:before {
  height: 1.5px;
}
.mil-stylized p {
  margin-bottom: 15px;
}
.mil-stylized p:last-child {
  margin-bottom: 0px;
}

.mil-m1 {
  color: #353639;
}

.mil-m2 {
  color: #808080;
}

.mil-m3 {
  color: #D8D8D8;
}

.mil-m4 {
  color: #ECECEA;
}

.mil-a1 {
  color: #FEAF62;
}

.mil-a2 {
  color: #37CC8D;
}

.mil-m1-bg {
  background-color: #353639;
}

.mil-m2-bg {
  background-color: #808080;
}

.mil-m3-bg {
  background-color: #D8D8D8;
}

.mil-m4-bg {
  background-color: #ECECEA;
}

.mil-a1-bg {
  background-color: #FEAF62;
}

.mil-a2-bg {
  background-color: #37CC8D;
}

.mil-deco-text {
  border-left: solid 4px #FEAF62;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .mil-deco-text {
    padding-left: 0;
    border-left: none;
  }
}

.mil-shortened {
  width: 80%;
}
@media (max-width: 992px) {
  .mil-shortened {
    width: 100%;
  }
}

.mil-max-1row-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.mil-max-2row-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mil-max-3row-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.mil-rubber {
  white-space: pre-wrap;
}

.mil-letter-span {
  display: inline-block;
  cursor: default;
}

.mil-word-span {
  display: inline-block;
}

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

cursor

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

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

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

scrollbar

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

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

.mil-inner-scroll::-webkit-scrollbar {
  width: 20px;
  display: block;
  padding-right: 10px;
}
.mil-inner-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.mil-inner-scroll::-webkit-scrollbar-thumb {
  background: #37CC8D;
  border: solid 8px #ECECEA;
  border-radius: 15px;
}

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

breadcrumbs

------------------------------------------- */
.mil-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
  justify-content: flex-start;
  overflow-x: scroll;
  max-width: 100%;
  padding: 0 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mil-breadcrumbs::-webkit-scrollbar { 
  display: none;
}
.mil-breadcrumbs li {
  list-style-type: none;
}
.mil-breadcrumbs li:after {
  content: "/";
  margin: 0 15px;
}
.mil-breadcrumbs li a {
  width: 100%;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #808080;
  white-space: nowrap;
}
.mil-breadcrumbs li a:hover {
  color: #353639;
}
.mil-breadcrumbs li:last-child {
  margin-right: 0;
  cursor: not-allowed;
}
.mil-breadcrumbs li:last-child:after {
  display: none;
}
.mil-breadcrumbs li:last-child a {
  color: #37CC8D;
  pointer-events: none;
}

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

buttons

------------------------------------------- */
.mil-btn {
  position: relative;
  border: none;
  cursor: pointer;
  border-radius: 70px;
  padding: 0 50px;
  height: 70px;
  font-family: "Outfit", sans-serif;
  background-color: #ECECEA;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #353639;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-btn.mil-btn-border {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #353639;
          box-shadow: 0 0 0 2px #353639;
  color: #353639;
}
.mil-btn.mil-a1 {
  background-color: #FEAF62;
}
.mil-btn.mil-a1.mil-btn-border {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #FEAF62;
          box-shadow: 0 0 0 2px #FEAF62;
  color: #FEAF62;
}
.mil-btn.mil-a2 {
  background-color: #37CC8D;
}
.mil-btn.mil-a2.mil-btn-border {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #37CC8D;
          box-shadow: 0 0 0 2px #37CC8D;
  color: #37CC8D;
}
.mil-btn.mil-m1 {
  background-color: #353639;
}
.mil-btn.mil-m1.mil-btn-border {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #353639;
          box-shadow: 0 0 0 2px #353639;
  color: #353639;
}
.mil-btn.mil-m4 {
  background-color: #ECECEA;
}
.mil-btn.mil-m4.mil-btn-border {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #ECECEA;
          box-shadow: 0 0 0 2px #ECECEA;
  color: #ECECEA;
}
.mil-btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.mil-btn:hover i {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .mil-btn {
    height: 60px;
    padding: 0 40px;
  }
}

.mil-stylized-btn {
  padding: 20px 0;
  width: 120px;
  height: 120px;
  display: block;
  background-color: #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-stylized-btn i {
  margin-right: 20px;
  font-size: 34px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #353639;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-stylized-btn.mil-a1 {
  background-color: #FEAF62;
}
.mil-stylized-btn.mil-a2 {
  background-color: #37CC8D;
}
.mil-stylized-btn span {
  padding: 0 20px;
  width: 100%;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #353639;
}
.mil-stylized-btn:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

social icons

------------------------------------------- */
.mil-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mil-social li {
  list-style-type: none;
  margin-right: 20px;
}
.mil-social li:last-child {
  margin-right: 0;
}
.mil-social li a {
  display: block;
  font-size: 16px;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social li a:hover {
  color: #37CC8D !important;
}
.mil-social.mil-m1 li a {
  color: #353639;
}
.mil-social li a svg {
  height: 16px;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social li a:hover svg {
  fill: #37CC8D !important;
}

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

form

------------------------------------------- */
form {
  position: relative;
}
form input {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #808080;
  width: 100%;
  padding: 0 30px;
  height: 70px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ECECEA;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
form input:hover, form input:focus {
  border-color: #FEAF62;
}
form textarea {
  padding: 20px 30px;
  width: 100%;
  height: 200px;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #808080;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ECECEA;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
form textarea:hover, form textarea:focus {
  border-color: #FEAF62;
}
form.mil-stl input, form.mil-stl textarea {
  color: #353639;
}

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

spaces

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

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

.mil-mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

.mil-mb130 {
  margin-bottom: 130px;
}

.mil-mb160 {
  margin-bottom: 160px;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .mil-mb130 {
    margin-bottom: 90px;
  }
  .mil-mb160 {
    margin-bottom: 120px;
  }
  .mil-p-160-160 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .mil-p-160-130 {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .mil-p-0-130 {
    padding-bottom: 90px;
  }
  .mil-p-160-100 {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .mil-p-160-145 {
    padding-top: 120px;
    padding-bottom: 105px;
  }
  .mil-p-0-145 {
    padding-bottom: 105px;
  }
  .mil-p-0-40 {
    padding-bottom: 0;
  }
  .mil-p-160-0 {
    padding-top: 120px;
  }
  .mil-p-0-160 {
    padding-bottom: 120px;
  }
  .mil-p-0-100 {
    padding-bottom: 60px;
  }
  .mil-768-mb-15 {
    margin-bottom: 15px;
  }
  .mil-768-mb0 {
    margin-bottom: 0;
  }
  .mil-768-mb60 {
    margin-bottom: 60px;
  }
  .mil-768-p-160-145 {
    padding-top: 120px;
    padding-bottom: 105px;
  }
  br {
    display: none;
  }
}
/* -------------------------------------------

hero 1

------------------------------------------- */
.mil-hero-1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mil-hero-1 .mil-hero-main {
  height: 100vh;
}
.mil-hero-1 .mil-hero-main .mil-hero-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-bottom: 30px;
}
.mil-hero-1 .mil-hero-main .mil-hero-text .mil-text-pad {
  background-color: white;
  width: 40vw;
  height: 40vw;
  position: absolute;
  top: calc(50% - 20vw);
  left: calc(50% - 20vw);
  border-radius: 50%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 0.3;
  z-index: -1;
}
.mil-hero-1 .mil-hero-main .mil-hero-text i {
  color: #353639;
  font-size: 28px;
}
.mil-hero-1 .mil-hero-main .mil-hero-text .mil-word-frame {
  position: relative;
}
.mil-hero-1 .mil-hero-main .mil-hero-text .mil-word-frame .mil-s-4, .mil-hero-1 .mil-hero-main .mil-hero-text .mil-word-frame .mil-s-5 {
  position: absolute;
}
.mil-hero-1 .mil-hero-main .mil-hero-text .mil-word-frame .mil-s-4 img, .mil-hero-1 .mil-hero-main .mil-hero-text .mil-word-frame .mil-s-5 img {
  width: 100%;
}
.mil-hero-1 .mil-hero-main .mil-hero-text .mil-word-frame .mil-s-4 {
  top: -35%;
  left: -18%;
  width: 25%;
  -webkit-animation: levitate-sm 4s ease-in-out infinite;
          animation: levitate-sm 4s ease-in-out infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.mil-hero-1 .mil-hero-main .mil-hero-text .mil-word-frame .mil-s-4 img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mil-hero-1 .mil-hero-main .mil-hero-text .mil-word-frame .mil-s-5 {
  bottom: 30%;
  right: -16%;
  width: 30%;
  -webkit-animation: levitate-sm 3s ease-in-out infinite;
          animation: levitate-sm 3s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mil-hero-1 .mil-shapes {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mil-hero-1 .mil-shapes .mil-s-1, .mil-hero-1 .mil-shapes .mil-s-2, .mil-hero-1 .mil-shapes .mil-s-3 {
  position: absolute;
  width: 200px;
}
.mil-hero-1 .mil-shapes .mil-s-1 img, .mil-hero-1 .mil-shapes .mil-s-2 img, .mil-hero-1 .mil-shapes .mil-s-3 img {
  width: 100%;
}
.mil-hero-1 .mil-shapes .mil-s-1 {
  bottom: -7vw;
  left: -25vw;
  width: 40vw;
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
          animation: levitate-lg 4s ease-in-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mil-hero-1 .mil-shapes .mil-s-2 {
  top: -27vw;
  left: -42vw;
  width: 50vw;
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
          animation: levitate-lg 4s ease-in-out infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mil-hero-1 .mil-shapes .mil-s-2 img {
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
.mil-hero-1 .mil-shapes .mil-s-3 {
  bottom: 0;
  right: -32vw;
  width: 40vw;
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
          animation: levitate-lg 4s ease-in-out infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.mil-hero-1 .mil-hero-img-frame {
  position: relative;
}
.mil-hero-1 .mil-hero-img-frame .mil-circle-text-frame {
  position: absolute;
  top: -95px;
  right: 15%;
  z-index: 2;
  background-color: #FEAF62;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
.mil-hero-1 .mil-hero-img-frame .mil-hero-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 35%;
}
.mil-hero-1 .mil-hero-img-frame .mil-hero-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mil-hero-1.mil-sm-hero {
  overflow: visible;
}
.mil-hero-1.mil-sm-hero .mil-hero-main {
  height: 50vh;
}
.mil-hero-1.mil-sm-hero .mil-hero-main .mil-hero-text .mil-word-frame .mil-s-4 {
  width: 20%;
  left: -15%;
  top: -55%;
}
.mil-hero-1.mil-sm-hero.mil-stl {
  position: relative;
  padding-top: 100px;
}
.mil-hero-1.mil-sm-hero.mil-stl .mil-overlay {
  height: 40vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(236, 236, 234, 0)), color-stop(80%, #d8d8d8));
  background: linear-gradient(0deg, rgba(236, 236, 234, 0) 0%, #d8d8d8 80%);
}
.mil-hero-1.mil-sm-hero.mil-stl .mil-hero-text .mil-text-pad {
  background-color: white;
}
@media (max-width: 992px) {
  .mil-hero-1 .mil-hero-img-frame .mil-hero-img {
    height: 30vw;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .mil-hero-1 .mil-hero-main {
    height: 100vh;
    padding: 120px 0;
  }
  .mil-hero-1 .mil-hero-main .mil-hero-text {
    padding-bottom: 0;
  }
  .mil-hero-1 .mil-shapes .mil-s-1 {
    bottom: 0;
    left: -15vw;
    width: 40vw;
  }
  .mil-hero-1 .mil-shapes .mil-s-2 {
    top: -15vw;
    left: -30vw;
    width: 50vw;
  }
  .mil-hero-1 .mil-shapes .mil-s-3 {
    top: -15vw;
    right: -25vw;
    width: 50vw;
  }
  .mil-hero-1.mil-sm-hero {
    overflow: visible;
  }
  .mil-hero-1.mil-sm-hero .mil-hero-main {
    height: auto;
    padding: 220px 0 120px;
  }
  .mil-hero-1.mil-sm-hero .mil-hero-main .mil-hero-text {
    padding: 0;
  }
  .mil-hero-1.mil-sm-hero.mil-stl {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .mil-hero-1 .mil-hero-main {
    height: 100vh;
  }
  .mil-hero-1 .mil-hero-main .mil-hero-text {
    padding-top: 40px;
  }
  .mil-hero-1 .mil-shapes .mil-s-2 {
    top: -2vw;
    left: -20vw;
  }
  .mil-hero-1 .mil-shapes .mil-s-3 {
    top: -2vw;
  }
  .mil-hero-1 .mil-hero-img-frame .mil-hero-img {
    height: 50vw;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .mil-hero-1 .mil-shapes .mil-s-1 {
    bottom: -7vw;
    left: -40vw;
    width: 40vw;
  }
  .mil-hero-1 .mil-shapes .mil-s-2 {
    top: -27vw;
    left: -50vw;
    width: 50vw;
  }
  .mil-hero-1 .mil-shapes .mil-s-3 {
    bottom: 0;
    right: -50vw;
    width: 50vw;
  }
}
@media (max-height: 800px) {
  .mil-hero-1 .mil-hero-main {
    height: auto;
  }
}

@-webkit-keyframes levitate-lg {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(30px) scale(1.01);
            transform: translateY(30px) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes levitate-lg {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(30px) scale(1.01);
            transform: translateY(30px) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes levitate-sm {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) scale(1.01);
            transform: translateY(10px) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes levitate-sm {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) scale(1.01);
            transform: translateY(10px) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
/* -------------------------------------------

hero 2

------------------------------------------- */
.mil-hero-2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mil-hero-2 .mil-hero-main {
  position: relative;
}
.mil-hero-2 .mil-hero-main .mil-hero-fix {
  height: 120px;
}
.mil-hero-2 .mil-hero-main .mil-hero-text {
  width: 100%;
}
.mil-hero-2 .mil-hero-main .mil-hero-text .mil-word-frame {
  position: relative;
}
.mil-hero-2 .mil-hero-main .mil-hero-text .mil-word-frame:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -100%;
  display: block;
  content: "";
  width: 100vw;
  height: 50vh;
  background-color: #FEAF62;
}
.mil-hero-2 .mil-hero-main .mil-circle-text-frame {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 2;
  background-color: transparent;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
.mil-hero-2 .mil-hero-main .mil-circle-text-frame .mil-circle-text .mil-arrow {
  background-color: #37CC8D;
}
.mil-hero-2 .mil-hero-main .mil-circle-text-frame .mil-circle-text .mil-arrow i {
  color: #353639;
}
.mil-hero-2 .mil-hero-main .mil-hero-social {
  position: relative;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  height: 120px;
  width: auto;
  background-color: #37CC8D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0 60px;
}
.mil-hero-2 .mil-hero-main .mil-hero-social:before {
  content: "";
  display: block;
  height: 120px;
  width: 50vw;
  background-color: #D8D8D8;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -50vw;
}
.mil-hero-2 .mil-hero-main .mil-hero-social li a {
  color: #353639;
}
.mil-hero-2 .mil-hero-main .mil-hero-social li a:hover {
  color: #353639 !important;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.mil-hero-2 .mil-hero-main .mil-image-half .mil-image-frame {
  width: 50vw;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.mil-hero-2 .mil-hero-main .mil-image-half .mil-image-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .mil-hero-2 .mil-hero-main .mil-hero-text {
    padding: 90px 0;
    text-align: center;
  }
  .mil-hero-2 .mil-hero-main .mil-hero-text .mil-word-frame {
    position: relative;
  }
  .mil-hero-2 .mil-hero-main .mil-hero-text .mil-word-frame:before {
    width: calc(100% + 30px);
    right: 0;
    left: -15px;
  }
  .mil-hero-2 .mil-hero-main .mil-hero-social {
    display: none;
  }
  .mil-hero-2 .mil-hero-main .mil-image-half .mil-image-frame {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
}

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

hero 3

------------------------------------------- */
.mil-hero-3 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mil-hero-3 .mil-hero-main {
  position: relative;
}
.mil-hero-3 .mil-hero-main .mil-hero-fix {
  height: 120px;
}
.mil-hero-3 .mil-hero-main .mil-hero-text {
  width: 100%;
  padding-bottom: 60px;
}
.mil-hero-3 .mil-hero-main .mil-bottom-panel {
  position: relative;
  background-color: #D8D8D8;
  height: 120px;
  width: 50vw;
}
.mil-hero-3 .mil-hero-main .mil-bottom-panel:before {
  content: "";
  display: block;
  height: 120px;
  width: 50vw;
  background-color: #D8D8D8;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -50vw;
}
.mil-hero-3 .mil-hero-main .mil-circle-text-frame {
  position: absolute;
  bottom: 25px;
  left: -30px;
  z-index: 2;
  background-color: transparent;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame {
  width: 55.1vw;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #37CC8D;
  height: 100%;
  padding-top: 5px;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame:before {
  content: "";
  width: 100%;
  height: 120px;
  background-color: #ECECEA;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 54, 57, 0)), to(#353639));
  background: linear-gradient(180deg, rgba(53, 54, 57, 0) 0%, #353639 100%);
  opacity: 0.2;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-scene {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-scene .mil-image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-scene .mil-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
          animation: levitate-lg 4s ease-in-out infinite;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-scene .mil-image-wrap img.mil-parallax-1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-scene .mil-image-wrap img.mil-parallax-3 {
  margin-top: 10px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation: levitate-sm 4s ease-in-out infinite;
          animation: levitate-sm 4s ease-in-out infinite;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-hero-social {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  height: 121px;
  width: auto;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-hero-social .mil-social {
  z-index: 999;
  height: 100%;
  padding: 0 60px;
  background-color: #ECECEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-hero-social .mil-social li a {
  color: #353639;
}
.mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-hero-social .mil-social li a:hover {
  color: #353639 !important;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media (max-width: 992px) {
  .mil-hero-3 .mil-hero-main .mil-hero-text {
    padding: 90px 0;
    text-align: center;
  }
  .mil-hero-3 .mil-hero-main .mil-hero-text .mil-word-frame {
    position: relative;
  }
  .mil-hero-3 .mil-hero-main .mil-hero-text .mil-word-frame:before {
    width: calc(100% + 30px);
    right: 0;
    left: -15px;
  }
  .mil-hero-3 .mil-hero-main .mil-bottom-panel {
    display: none;
  }
  .mil-hero-3 .mil-hero-main .mil-hero-social {
    display: none;
  }
  .mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame {
    width: 100%;
    padding-bottom: 110%;
    height: auto;
  }
  .mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame:before {
    display: none;
  }
  .mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-scene {
    margin-top: -20px;
    height: auto;
  }
  .mil-hero-3 .mil-hero-main .mil-image-half .mil-image-frame .mil-scene-frame .mil-hero-social {
    display: none;
  }
}

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

hero 4

------------------------------------------- */
.mil-hero-4 {
  height: 100vh;
  position: relative;
}
.mil-hero-4 .mil-hero-scene {
  position: absolute;
  overflow: hidden;
  height: 130vh;
  width: 100%;
}
.mil-hero-4 .mil-hero-scene .mil-anim-frame {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-hero-4 .mil-hero-scene .mil-anim-frame .mil-hero-animation {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: hero-anim 20s ease-in-out infinite;
          animation: hero-anim 20s ease-in-out infinite;
}
.mil-hero-4 .mil-hero-scene .mil-pad-frame {
  position: relative;
  width: 100%;
  height: 100%;
}
.mil-hero-4 .mil-hero-scene .mil-pad-frame .mil-shape-pad {
  position: absolute;
  top: 15%;
  right: 5%;
  background-color: white;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.mil-hero-4 .mil-overlay {
  height: 40vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(236, 236, 234, 0)), color-stop(80%, rgba(236, 236, 234, 0.9)));
  background: linear-gradient(0deg, rgba(236, 236, 234, 0) 0%, rgba(236, 236, 234, 0.9) 80%);
}
.mil-hero-4 .mil-hero-main {
  padding-bottom: 160px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mil-hero-4 .mil-hero-main .mil-hero-text {
  width: 100%;
}
.mil-hero-4 .mil-hero-main .mil-hero-text i {
  font-size: 28px;
}
.mil-hero-4 .mil-hero-main .mil-hero-text .mil-circle-text-frame {
  background-color: transparent;
  position: absolute;
  bottom: 135px;
  right: 0;
}
.mil-hero-4 .mil-hero-main .mil-hero-text .mil-circle-text-frame .mil-circle-text .mil-arrow {
  background-color: #ECECEA;
}
.mil-hero-4 .mil-hero-main .mil-hero-text .mil-circle-text-frame .mil-circle-text svg text {
  fill: #808080;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-hero-4 .mil-hero-main .mil-hero-text .mil-circle-text-frame .mil-circle-text:hover svg text {
  fill: #353639;
}
@media (max-width: 768px) {
  .mil-hero-4 .mil-hero-scene .mil-anim-frame .mil-hero-animation {
    width: 150%;
    left: -15vw;
  }
  .mil-hero-4 .mil-hero-main {
    padding-bottom: 120px;
  }
}
@media (max-width: 500px) {
  .mil-hero-4 .mil-hero-scene .mil-anim-frame .mil-hero-animation {
    width: 260%;
    left: -120vw;
  }
}

@-webkit-keyframes hero-anim {
  0% {
    -webkit-transform: translateY(-20%) scale(0.9);
            transform: translateY(-20%) scale(0.9);
  }
  50% {
    -webkit-transform: translateY(-30%) scale(1);
            transform: translateY(-30%) scale(1);
  }
  100% {
    -webkit-transform: translateY(-20%) scale(0.9);
            transform: translateY(-20%) scale(0.9);
  }
}

@keyframes hero-anim {
  0% {
    -webkit-transform: translateY(-20%) scale(0.9);
            transform: translateY(-20%) scale(0.9);
  }
  50% {
    -webkit-transform: translateY(-30%) scale(1);
            transform: translateY(-30%) scale(1);
  }
  100% {
    -webkit-transform: translateY(-20%) scale(0.9);
            transform: translateY(-20%) scale(0.9);
  }
}
/* -------------------------------------------

hero 5

------------------------------------------- */
.mil-hero-5 {
  height: 100vh;
  position: relative;
  overflow: visible;
}
.mil-hero-5 .mil-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mil-hero-5 .mil-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECECEA), color-stop(27.26%, rgba(236, 236, 234, 0.35)), color-stop(45.94%, rgba(236, 236, 234, 0.7)), color-stop(91%, #ECECEA));
  background: linear-gradient(180deg, #ECECEA 0%, rgba(236, 236, 234, 0.35) 27.26%, rgba(236, 236, 234, 0.7) 45.94%, #ECECEA 91%);
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
}
.mil-hero-5 .mil-hero-main {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mil-hero-5 .mil-hero-main .mil-hero-text {
  width: 100%;
  text-align: center;
  padding-bottom: 90px;
}
.mil-hero-5 .mil-hero-main .mil-hero-text i {
  font-size: 28px;
}
.mil-hero-5 .mil-hero-main .mil-hero-text .mil-circle-text-frame {
  position: static;
  background-color: transparent;
  margin: 0 auto;
}
.mil-hero-5 .mil-hero-main .mil-hero-text .mil-circle-text-frame .mil-circle-text .mil-arrow {
  background-color: #FEAF62;
}
.mil-hero-5 .mil-hero-main .mil-hero-text .mil-circle-text-frame .mil-circle-text .mil-arrow i {
  color: #353639;
}
.mil-hero-5 .mil-hero-main .mil-hero-text .mil-circle-text-frame .mil-circle-text svg text {
  fill: #808080;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-hero-5 .mil-hero-main .mil-hero-text .mil-circle-text-frame .mil-circle-text:hover svg text {
  fill: #353639;
}
@media screen and (max-width: 992px) {
  .mil-hero-5 .mil-hero-main .mil-hero-text {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mil-hero-5 {
    height: auto;
  }
  .mil-hero-5 .mil-hero-image {
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 100px;
    position: static;
  }
  .mil-hero-5 .mil-overlay {
    display: none;
  }
  .mil-hero-5 .mil-hero-main {
    height: auto;
  }
  .mil-hero-5 .mil-hero-main .mil-hero-text {
    padding: 120px 0;
  }
}

.mil-bug-fix {
  position: relative;
}
.mil-bug-fix:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ECECEA;
  position: absolute;
  top: -1px;
}

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

hero 6

------------------------------------------- */
.mil-hero-6 {
  position: relative;
  overflow: hidden;
}
.mil-hero-6 .mil-overlay {
  height: 40vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(236, 236, 234, 0)), color-stop(80%, #d8d8d8));
  background: linear-gradient(0deg, rgba(236, 236, 234, 0) 0%, #d8d8d8 80%);
}
.mil-hero-6 .mil-tapes-frame {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: -90px;
  left: 0;
  pointer-events: none;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.mil-hero-6 .mil-hero-main {
  width: 100%;
  padding-top: 160px;
}
.mil-hero-6 .mil-hero-main .mil-hero-text {
  position: relative;
  height: calc(100vh - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 160px;
}
.mil-hero-6 .mil-hero-main .mil-hero-text i {
  font-size: 28px;
}
.mil-hero-6 .mil-hero-main .mil-hero-text .mil-text-pad {
  background-color: white;
  width: 40vw;
  height: 40vw;
  position: absolute;
  top: calc(50% - 20vw);
  left: -10vw;
  border-radius: 50%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 0.3;
  z-index: -1;
}
.mil-hero-6 .mil-hero-portrait-frame {
  height: calc(100vh - 160px);
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mil-hero-6 .mil-hero-portrait-frame .mil-hero-portrait {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 600px;
}
.mil-hero-6 .mil-hero-portrait-frame .mil-hero-portrait img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mil-hero-6 .mil-hero-portrait-frame .mil-circle-text-frame {
  position: absolute;
  background-color: transparent;
  top: 20%;
  left: -100px;
}
.mil-hero-6 .mil-hero-portrait-frame .mil-circle-text-frame .mil-circle-text .mil-arrow {
  background-color: #D8D8D8;
}
.mil-hero-6 .mil-hero-portrait-frame .mil-circle-text-frame .mil-circle-text .mil-arrow i {
  color: #353639;
}
.mil-hero-6 .mil-hero-portrait-frame .mil-circle-text-frame .mil-circle-text svg text {
  fill: #353639;
}
@media screen and (max-width: 1200px) {
  .mil-hero-6 .mil-tapes-frame {
    display: none;
  }
  .mil-hero-6 .mil-hero-portrait-frame {
    width: 100%;
    max-width: 100%;
  }
  .mil-hero-6 .mil-hero-main .mil-hero-text {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .mil-hero-6 .mil-hero-main {
    padding-top: 100px;
  }
  .mil-hero-6 .mil-hero-main .mil-hero-text {
    height: auto;
    padding: 120px 0;
  }
  .mil-hero-6 .mil-hero-portrait-frame {
    height: 100vw;
    width: 100%;
    max-width: 100%;
  }
  .mil-hero-6 .mil-hero-portrait-frame .mil-hero-portrait {
    border-radius: 0;
  }
}

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

circle text

------------------------------------------- */
.mil-circle-text-frame {
  z-index: 2;
  background-color: #FEAF62;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
.mil-circle-text-frame .mil-circle-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mil-circle-text-frame .mil-circle-text svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.mil-circle-text-frame .mil-circle-text svg text {
  fill: #353639;
}
.mil-circle-text-frame .mil-circle-text .mil-arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #353639;
}
.mil-circle-text-frame .mil-circle-text .mil-arrow i {
  font-size: 24px;
  color: #FEAF62;
}
@media (max-width: 992px) {
  .mil-circle-text-frame {
    display: none;
  }
}

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

preloader

------------------------------------------- */
.mil-preloader {
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(#e0e0dd), to(#ececea));
  background: linear-gradient(0deg, #e0e0dd 0%, #ececea 100%);
}
.mil-preloader .mil-preloader-animation {
  opacity: 0;
  position: relative;
  height: 100vh;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
  position: absolute;
  height: 100vh;
  width: 100%;
  padding-bottom: 30px;
  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 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  opacity: 0;
  margin-right: 15px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:last-child {
  margin-right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
  position: relative;
  padding: 0 30px;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box {
  position: absolute;
  z-index: 9;
  opacity: 1 !important;
  height: 100%;
  background-color: #FEAF62;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame p {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  z-index: 0;
  margin-bottom: 0px;
}
.mil-preloader.mil-hidden {
  pointer-events: none;
}
@media (max-width: 768px) {
  .mil-preloader .mil-preloader-animation .mil-pos-abs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-preloader .mil-preloader-animation .mil-pos-abs p {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

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

top panel

------------------------------------------- */
.mil-top-panel, 
.mil-wrapper-header {
  padding: 0 60px;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admin-bar .mil-top-panel {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .mil-top-panel {
    top: 46px;
  }
}
.mil-top-panel > div.elementor, 
.mil-wrapper-header > div.elementor {
  width: 100%;
}
.mil-top-panel .mil-logo, 
.mil-wrapper-header .mil-logo {
  width: 100px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #353639;
  text-align: center;
  color: #ECECEA;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
          filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
}
.mil-top-panel .mil-logo i,
.mil-top-panel .mil-logo svg,
.mil-wrapper-header .mil-logo i,
.mil-wrapper-header .mil-logo svg {
  font-size: 32px;
  margin-bottom: 10px;
}
.mil-top-panel .mil-logo svg,
.mil-wrapper-header .mil-logo svg {
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: auto;
  fill: #ECECEA;
}
.mil-top-panel .mil-logo span, 
.mil-wrapper-header .mil-logo span {
  font-family: "Anton", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mil-top-panel .mil-left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
}
.mil-top-panel .mil-buttons-tp-frame, 
.mil-wrapper-header .mil-buttons-tp-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #D8D8D8;
  padding: 10px;
  border-radius: 80px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
          filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-panel .mil-buttons-tp-frame .mil-phone, 
.mil-wrapper-header .mil-buttons-tp-frame .mil-phone {
  white-space: nowrap;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  -webkit-transform: translateX(60px) scale(0.5);
          transform: translateX(60px) scale(0.5);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mil-top-panel .mil-buttons-tp-frame .mil-buttons,
.mil-wrapper-header .mil-buttons-tp-frame .mil-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-top-panel .mil-buttons-tp-frame .mil-buttons .mil-tp-btn, 
.mil-wrapper-header .mil-buttons-tp-frame .mil-buttons .mil-tp-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #353639;
  color: #FEAF62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.mil-top-panel .mil-buttons-tp-frame .mil-buttons .mil-tp-btn i, 
.mil-wrapper-header .mil-buttons-tp-frame .mil-buttons .mil-tp-btn i {
  font-size: 24px;
}
.mil-top-panel .mil-buttons-tp-frame .mil-buttons .mil-tp-btn svg, 
.mil-wrapper-header .mil-buttons-tp-frame .mil-buttons .mil-tp-btn svg {
  width: 100%;
  max-width: 24px;
  fill: #FEAF62;
}
.mil-top-panel .mil-buttons-tp-frame .mil-buttons .mil-tp-btn:last-child, 
.mil-wrapper-header .mil-buttons-tp-frame .mil-buttons .mil-tp-btn:last-child {
  margin-right: 0;
}
.mil-top-panel .mil-buttons-tp-frame.mil-active, 
.mil-wrapper-header .mil-buttons-tp-frame.mil-active {
  -webkit-filter: none;
          filter: none;
}
.mil-top-panel .mil-buttons-tp-frame.mil-active .mil-phone, 
.mil-wrapper-header .mil-buttons-tp-frame.mil-active .mil-phone {
  -webkit-filter: blur(0);
          filter: blur(0);
  padding: 0 63px 0 30px;
  opacity: 1;
  max-width: 300px;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}
@media (max-width: 992px) {
  .mil-top-panel .mil-buttons-tp-frame .mil-phone, 
  .mil-wrapper-header .mil-buttons-tp-frame .mil-phone {
    display: none;
  }
}
@media (max-width: 992px) {
  .mil-top-panel, 
  .mil-wrapper-header {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .mil-top-panel, 
  .mil-wrapper-header {
    padding: 0 15px 0 0;
    background-color: #f1f1ef;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
            filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
  }
  .mil-top-panel .mil-logo, 
  .mil-wrapper-header .mil-logo {
    height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    padding: 0 30px;
  }
  .mil-top-panel .mil-logo i, 
  .mil-wrapper-header .mil-logo i {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .mil-top-panel .mil-logo svg, 
  .mil-wrapper-header .mil-logo svg {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .mil-top-panel .mil-buttons-tp-frame, 
  .mil-wrapper-header .mil-buttons-tp-frame {
    padding: 0;
    background-color: #353639;
    border-radius: 70px;
    padding: 0 15px;
  }
  .mil-top-panel .mil-buttons-tp-frame .mil-buttons .mil-tp-btn, 
  .mil-wrapper-header .mil-buttons-tp-frame .mil-buttons .mil-tp-btn {
    margin: 0;
    width: 50px;
  }
}

.mil-top-panel-2 {
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px rgba(53, 54, 57, 0);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-panel-2.mil-scroll {
  background-color: rgba(216, 216, 216, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: solid 1px rgba(53, 54, 57, 0.1);
  height: 120px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(236, 236, 234, 0.1));
          filter: drop-shadow(0px 0px 4px rgba(236, 236, 234, 0.1));
}
.mil-top-panel-2.mil-menu-open {
  height: 160px;
  border-bottom: solid 1px rgba(53, 54, 57, 0.2);
  background-color: transparent;
}
.mil-top-panel-2.mil-menu-open .mil-onepage-nav {
  opacity: 0;
}
.admin-bar .mil-top-panel-2 {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .mil-top-panel-2 {
    top: 46px;
  }
}
.mil-top-panel-2 > div.elementor, 
.mil-wrapper-header-2 > div.elementor {
  width: 100%;
}
.mil-top-panel-2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-top-panel-2 .mil-logo,
.mil-wrapper-header-2 .mil-logo {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #353639;
  -webkit-filter: none;
          filter: none;
}
.mil-top-panel-2 .mil-logo i,
.mil-wrapper-header-2 .mil-logo i {
  font-size: 32px;
  margin-bottom: 0;
  margin-right: 15px;
}
.mil-top-panel-2 .mil-logo span,
.mil-wrapper-header-2 .mil-logo span {
  font-family: "Anton", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mil-top-panel-2 .mil-buttons-tp-frame,
.mil-wrapper-header-2 .mil-buttons-tp-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-panel-2 .mil-buttons-tp-frame .mil-buttons,
.mil-wrapper-header-2 .mil-buttons-tp-frame .mil-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mil-top-panel-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn,
.mil-wrapper-header-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn {
  margin-right: 15px;
  height: 50px;
  color: #353639;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mil-top-panel-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn:last-child,
.mil-wrapper-header-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn:last-child {
  margin-right: 0;
}
.mil-top-panel-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn i,
.mil-wrapper-header-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn i {
  font-size: 24px;
}
.mil-top-panel-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn .mil-menu-btn span, 
.mil-top-panel-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn .mil-menu-btn span:after, 
.mil-top-panel-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn .mil-menu-btn span:before,
.mil-wrapper-header-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn .mil-menu-btn span, 
.mil-wrapper-header-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn .mil-menu-btn span:after, 
.mil-wrapper-header-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn .mil-menu-btn span:before {
  background-color: #353639;
}
.mil-top-panel-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn:last-child,
.mil-wrapper-header-2 .mil-buttons-tp-frame .mil-buttons .mil-tp-btn:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .mil-top-panel-2 {
    height: 100px;
    background-color: rgba(216, 216, 216, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-bottom: solid 1px rgba(53, 54, 57, 0.1);
    -webkit-filter: drop-shadow(0px 0px 4px rgba(236, 236, 234, 0.1));
            filter: drop-shadow(0px 0px 4px rgba(236, 236, 234, 0.1));
  }
  .mil-top-panel-2.mil-scroll {
    height: 100px;
  }
  .mil-top-panel-2.mil-menu-open {
    height: 100px;
    border-bottom: solid 1px rgba(53, 54, 57, 0.2);
    background-color: transparent;
  }
  .mil-top-panel-2 .mil-onepage-nav,
  .mil-wrapper-header-2 .mil-onepage-nav {
    display: none;
  }
}

.mil-onepage-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 60px;
  width: 100%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-onepage-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-onepage-nav ul li {
  list-style-type: none;
  margin-right: 50px;
}
.mil-onepage-nav ul li:last-child {
  margin-right: 0;
}
.mil-onepage-nav ul li a {
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #353639;
}

.mil-menu-btn {
  padding: 20px 10px 20px;
  height: 22px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-btn span, .mil-menu-btn span:after, .mil-menu-btn span:before {
  content: "";
  pointer-events: none;
  display: block;
  border-radius: 1px;
  width: 22px;
  height: 2px;
  background-color: #FEAF62;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}
.mil-menu-btn span {
  position: relative;
}
.mil-menu-btn span:after, .mil-menu-btn span:before {
  position: absolute;
}
.mil-menu-btn span:before {
  top: -7px;
}
.mil-menu-btn span:after {
  top: 7px;
}
.mil-menu-btn.mil-active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mil-menu-btn.mil-active span:before {
  -webkit-transform: translate(0px, 7px) rotate(-90deg);
          transform: translate(0px, 7px) rotate(-90deg);
}
.mil-menu-btn.mil-active span:after {
  width: 22px;
  -webkit-transform: translate(0px, -7px) rotate(-90deg);
          transform: translate(0px, -7px) rotate(-90deg);
}

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

menu window

------------------------------------------- */
.mil-menu-frame {
  display: block;
  background-color: rgba(53, 54, 57, 0);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-frame .mil-menu-window {
  padding-top: 120px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 560px;
  background-color: #ECECEA;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
          filter: drop-shadow(0px 0px 4px rgba(53, 54, 57, 0.1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-frame .mil-menu-window .mil-menu-section {
  border-top: solid 1px #D8D8D8;
  padding: 60px;
  height: calc(100vh - 590px);
  overflow-y: scroll;
}
.mil-default .mil-menu-frame .mil-menu-window .mil-menu-section {
  height: calc(100vh - 240px);
}
.mil-menu-frame .mil-menu-window .mil-blog-section {
  border-top: solid 1px #D8D8D8;
  padding: 60px;
  overflow: hidden;
}
.mil-menu-frame .mil-menu-window .mil-social-section {
  height: 120px;
  background-color: #37CC8D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
}
.mil-menu-frame .mil-menu-window .mil-social-section li a {
  color: #353639;
}
.mil-menu-frame .mil-menu-window .mil-social-section li a:hover {
  color: #353639 !important;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.mil-menu-frame.mil-active {
  pointer-events: all;
  background-color: rgba(53, 54, 57, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.mil-menu-frame.mil-active .mil-menu-window {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 992px) {
  .mil-menu-frame .mil-menu-window .mil-menu-section,
  .mil-default .mil-menu-frame .mil-menu-window .mil-menu-section {
    padding-left: 30px;
    padding-right: 30px;
    height: calc(100vh - 240px);
  }
  .mil-menu-frame .mil-menu-window .mil-blog-section {
    display: none;
  }
  .mil-menu-frame .mil-menu-window .mil-social-section {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .mil-menu-frame .mil-menu-window {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .mil-menu-frame .mil-menu-window {
    padding-top: 100px;
  }
  .mil-menu-frame .mil-menu-window .mil-menu-section,
  .mil-default .mil-menu-frame .mil-menu-window .mil-menu-section {
    border-top: none;
    height: calc(100vh - 220px);
  }
}

.mil-menu-frame-2 {
  background-color: transparent;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mil-menu-frame-2 .mil-menu-window {
  background-color: #ECECEA;
  width: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  padding-top: 160px;
}
.mil-menu-frame-2 .mil-menu-window .mil-left-side {
  background-color: #ECECEA;
  position: relative;
  z-index: 1;
}
.mil-menu-frame-2 .mil-menu-window .mil-left-side .mil-menu-part {
  padding-right: 160px;
  height: calc(100vh - 280px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-menu-frame-2 .mil-menu-window .mil-left-side .mil-menu-part .mil-main-menu {
  width: 100%;
  padding-bottom: 30px;
}
.mil-menu-frame-2 .mil-menu-window .mil-left-side .mil-bottom-part {
  position: relative;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-menu-frame-2 .mil-menu-window .mil-right-side {
  position: relative;
  z-index: 0;
  border-left: solid 1px rgba(53, 54, 57, 0.2);
  height: calc(100vh - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mil-menu-frame-2 .mil-menu-window .mil-right-side .mil-links-part {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mil-menu-frame-2 .mil-menu-window .mil-right-side .mil-links-part .mil-links {
  text-align: right;
  padding-right: 30px;
  border-right: solid 4px #FEAF62;
}
.mil-menu-frame-2 .mil-menu-window .mil-right-side .mil-links-part .mil-links li {
  margin-bottom: 15px;
  list-style-type: none;
}
.mil-menu-frame-2 .mil-menu-window .mil-right-side .mil-links-part .mil-links li a {
  font-family: "Outfit", sans-serif;
  color: #808080;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-frame-2 .mil-menu-window .mil-right-side .mil-links-part .mil-links li a:hover {
  color: #353639;
}
.mil-menu-frame-2 .mil-menu-window .mil-right-side .mil-blog-part .mil-blog-section {
  position: relative;
  overflow: visible;
  border: none;
}
.mil-menu-frame-2 .mil-menu-window .mil-right-side .mil-blog-part .mil-blog-section:before {
  content: "";
  border-top: solid 1px rgba(53, 54, 57, 0.2);
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.mil-menu-frame-2 .mil-menu-window .mil-right-side .mil-blog-part .mil-menu-social {
  position: relative;
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-menu-frame-2 .mil-menu-window .mil-right-side .mil-blog-part .mil-menu-social:before {
  content: "";
  border-top: solid 1px rgba(53, 54, 57, 0.2);
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.mil-menu-frame-2.mil-active {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mil-menu-frame-2.mil-active .mil-menu-window {
  opacity: 1;
}
@media (max-width: 992px) {
  .mil-menu-frame-2 .mil-menu-window .mil-left-side .mil-menu-part {
    padding-right: 20px;
  }
  .mil-menu-frame-2 .mil-menu-window .mil-right-side {
    display: none;
  }
}

.mil-main-menu {
  min-height: calc(100vh - 711px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media (max-width: 992px) {
  .mil-main-menu {
    min-height: calc(100vh - 361px);
  }
}
@media (max-width: 500px) {
  .mil-main-menu {
    min-height: calc(100vh - 341px);
  }
}
.mil-main-menu li {
  list-style-type: none;
  margin-bottom: 30px;
  position: relative;
}
.mil-main-menu li:last-child {
  margin-bottom: 0;
}
.mil-main-menu li a {
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: 22px;
  color: #353639;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  cursor: pointer;
}
.mil-main-menu li ul {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mil-main-menu li ul li {
  margin-bottom: 10px;
  border-left: solid 4px #D8D8D8;
  padding-left: 30px;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mil-main-menu li ul > li.mil-current {
  border-left: solid 4px #37CC8D;
}
.mil-main-menu li ul > li.mil-current > a {
  color: #37CC8D;
  pointer-events: none;
}
.mil-main-menu li ul > li.mil-current > a:after {
  content: "(Current)";
  margin-left: 5px;
  color: #808080;
}
.mil-main-menu li ul li:first-child {
  margin-top: 30px;
}
.mil-main-menu li ul li a {
  font-family: "Outfit", sans-serif;
  color: #353639;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.mil-main-menu li ul li:hover {
  border-left: solid 4px #FEAF62;
}
.mil-main-menu li ul > li > a:hover {
  padding-left: 5px;
}
.mil-main-menu li.mil-has-children:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 14px;
  background-color: #D8D8D8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  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;
  color: #353639;
  position: absolute;
  top: 0;
  right: -20px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu li.mil-has-children.mil-active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #FEAF62;
}
.mil-main-menu li.mil-has-children.mil-active ul {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mil-main-menu li.mil-has-children.mil-active ul li {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mil-main-menu li ul ul {
  max-height: unset;
  margin-bottom: 15px;
}
.mil-main-menu li ul ul li:first-child {
  margin-top: 15px;
}
.mil-main-menu li ul ul li {
  padding-left: 15px;
  border-left: none;
  opacity: 0.7;
}
.mil-main-menu li ul ul li:hover {
  border-left: none;
}


.mil-sb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-sb-nav .mil-slider-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #FEAF62;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  color: #353639;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-sb-nav .mil-slider-btn:last-child {
  margin-right: 0;
}
.mil-sb-nav .mil-slider-btn.swiper-button-disabled {
  background-color: #D8D8D8;
}

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

iconbox

------------------------------------------- */
.mil-iconbox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mil-iconbox .mil-hover-frame {
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-iconbox.mil-hover:hover .mil-hover-frame {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mil-iconbox img {
  width: 120px;
}
.mil-iconbox i {
  font-size: 100px;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(128, 128, 128, 0.6);
}
.mil-iconbox svg {
  width: 100px;
  height: 100px;
  fill: rgba(128, 128, 128, 0.6);
}
@media (max-width: 768px) {
  .mil-iconbox img {
    width: 90px;
  }
}

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

services

------------------------------------------- */
.mil-services-list {
  border-bottom: solid 1px #D8D8D8;
}
.mil-services-list .mil-service-item {
  list-style-type: none;
  padding: 50px 0 20px;
  border-top: solid 1px #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mil-services-list .mil-service-item .mil-item-text {
  width: calc(100% - 120px);
  padding-right: 60px;
}
.mil-services-list .mil-service-item:hover .mil-stylized-btn {
  background-color: #FEAF62;
}
@media (max-width: 768px) {
  .mil-services-list {
    border: none;
  }
  .mil-services-list .mil-service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    border: none;
  }
  .mil-services-list .mil-service-item .mil-item-text {
    width: 100%;
    padding-right: 0;
  }
}

.mil-service-card-lg ul {
  width: 80%;
}
.mil-service-card-lg ul li {
  padding: 20px 0;
  list-style-type: none;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: solid 1px #D8D8D8;
  color: #353639;
}
.mil-service-card-lg ul li:first-child {
  border-top: solid 1px #D8D8D8;
}
.mil-service-card-lg:hover .mil-stylized-btn {
  background-color: #FEAF62;
}
@media (max-width: 768px) {
  .mil-service-card-lg ul {
    width: 100%;
  }
}

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

counters

------------------------------------------- */
.mil-counter-item {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
  background-color: #D8D8D8;
}
.mil-counter-item.mil-short {
  max-width: 220px;
}
.mil-counter-item .mil-offset-number {
  margin-left: -30px;
}
.mil-counter-item h4 {
  font-size: 120px;
  line-height: 100%;
}
.mil-counter-item .mil-counter-text {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: calc(100% + 30px);
  background-color: #ECECEA;
  padding: 30px 30px 0;
}
.mil-counter-item .mil-counter-text * {
  white-space: nowrap;
}
.mil-counter-item.mil-stl {
  padding-top: 0;
  background-color: transparent;
}
@media (max-width: 992px) {
  .mil-counter-item .mil-offset-number {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .mil-counter-item {
    padding-top: 30px;
    text-align: center;
  }
  .mil-counter-item .mil-offset-number {
    margin-left: 0;
    text-align: center;
  }
  .mil-counter-item h4 {
    font-size: 96px;
    line-height: 100%;
  }
  .mil-counter-item .mil-counter-text {
    text-align: center;
  }
}

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

half container

------------------------------------------- */
.mil-half-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mil-half-container .mil-text-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  width: 50%;
  padding-right: 10%;
}
.mil-half-container .mil-text-box:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: linear-gradient(308.26deg, #181819 0%, #353639 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.mil-half-container .mil-text-box.mil-g-m1:before {
  background: linear-gradient(308.26deg, #1c1d1f 0%, #353639 100%);
}
.mil-half-container .mil-text-box.mil-g-m3:before {
  background: linear-gradient(308.26deg, #eaeaea 0%, #D8D8D8 100%);
}
.mil-half-container .mil-text-box.mil-g-m4:before {
  background: linear-gradient(-300deg, white 0%, #f6f6f5 100%);
}
.mil-half-container .mil-image-box {
  min-height: 40vw;
  width: 50%;
  position: relative;
  z-index: 9;
}
.mil-half-container .mil-image-box .mil-image-frame {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
}
.mil-half-container .mil-image-box .mil-image-frame img, .mil-half-container .mil-image-box .mil-image-frame video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mil-half-container .mil-image-box .mil-image-frame iframe {
  width: 100%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: 0;
}
.mil-half-container .mil-image-box .mil-image-frame .mil-overlay {
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 54, 57, 0.15);
  position: absolute;
  top: 0;
  left: 0;
}
.mil-half-container .mil-image-box .mil-live-image-frame {
  background-color: #37CC8D;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.mil-half-container .mil-image-box .mil-live-image-frame .mil-scene-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mil-half-container .mil-image-box .mil-live-image-frame .mil-scene-frame .mil-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 54, 57, 0)), to(#353639));
  background: linear-gradient(180deg, rgba(53, 54, 57, 0) 0%, #353639 100%);
  opacity: 0.2;
}
.mil-half-container .mil-image-box .mil-live-image-frame .mil-scene-frame .mil-scene {
  width: 100%;
  height: 100%;
}
.mil-half-container .mil-image-box .mil-live-image-frame .mil-scene-frame .mil-scene .mil-image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-half-container .mil-image-box .mil-live-image-frame .mil-scene-frame .mil-scene .mil-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: levitate-sm 4s ease-in-out infinite;
          animation: levitate-sm 4s ease-in-out infinite;
}
.mil-half-container .mil-image-box .mil-live-image-frame .mil-scene-frame .mil-scene .mil-image-wrap img.mil-parallax-1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mil-half-container .mil-image-box .mil-live-image-frame .mil-scene-frame .mil-scene .mil-image-wrap img.mil-parallax-3 {
  margin-top: 10px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation: levitate-sm 4s ease-in-out infinite;
          animation: levitate-sm 4s ease-in-out infinite;
}
.mil-half-container.mil-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mil-half-container.mil-reverse .mil-text-box {
  padding-left: 10%;
  padding-right: 0;
}
.mil-half-container.mil-reverse .mil-text-box:before {
  right: auto;
  left: 0;
}
.mil-half-container.mil-reverse .mil-text-box.mil-g-anim:after {
  left: 0;
}
.mil-half-container.mil-reverse .mil-image-box .mil-image-frame {
  left: auto;
  right: 0;
}
.mil-half-container.mil-stl .mil-image-box {
  width: 50%;
  position: relative;
}
.mil-half-container.mil-stl .mil-image-box .mil-image-frame .mil-overlay {
  background-color: rgba(236, 236, 234, 0.3);
}
@media (max-width: 992px) {
  .mil-half-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-half-container .mil-text-box {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .mil-half-container .mil-text-box:before {
    width: 100%;
  }
  .mil-half-container .mil-image-box {
    width: 100%;
    padding-bottom: 100%;
  }
  .mil-half-container .mil-image-box .mil-image-frame {
    width: 100%;
  }
  .mil-half-container .mil-image-box .mil-live-image-frame {
    width: 100%;
  }
  .mil-half-container.mil-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-half-container.mil-reverse .mil-text-box {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .mil-half-container.mil-reverse .mil-text-box:before {
    width: 100%;
  }
  .mil-half-container.mil-reverse .mil-image-box {
    width: 100%;
    padding-bottom: 100%;
  }
  .mil-half-container.mil-reverse .mil-image-box .mil-image-frame {
    width: 100%;
  }
  .mil-half-container.mil-stl .mil-image-box {
    width: 100%;
  }
}

.mil-button-pad {
  position: relative;
  height: 120px;
  padding: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-button-pad.mil-a1 {
  background-color: #FEAF62;
}
.mil-button-pad.mil-a2 {
  background-color: #37CC8D;
}
.mil-button-pad:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #D8D8D8;
  height: 100%;
  width: 100vw;
}
.mil-button-pad.mil-jst:before {
  display: none;
}
@media (max-width: 992px) {
  .mil-button-pad {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mil-button-pad:before {
    display: none;
  }
}

.mil-text-pad {
  padding: 0 30px 0 20%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mil-cta {
  position: relative;
  overflow: hidden;
}
.mil-cta i {
  color: #353639;
  font-size: 28px;
}
.mil-cta .mil-shapes {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mil-cta .mil-shapes .mil-s-1, .mil-cta .mil-shapes .mil-s-2, .mil-cta .mil-shapes .mil-s-3 {
  position: absolute;
  width: 200px;
}
.mil-cta .mil-shapes .mil-s-1 img, .mil-cta .mil-shapes .mil-s-2 img, .mil-cta .mil-shapes .mil-s-3 img {
  width: 100%;
}
.mil-cta .mil-shapes .mil-s-1 {
  bottom: -17vw;
  left: -35vw;
  width: 40vw;
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
          animation: levitate-lg 4s ease-in-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mil-cta .mil-shapes .mil-s-2 {
  top: -27vw;
  left: -36vw;
  width: 50vw;
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
          animation: levitate-lg 4s ease-in-out infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mil-cta .mil-shapes .mil-s-2 img {
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
.mil-cta .mil-shapes .mil-s-3 {
  bottom: 0;
  right: -28vw;
  width: 40vw;
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
          animation: levitate-lg 4s ease-in-out infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

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

team

------------------------------------------- */
.mil-team-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
}
.mil-team-card.mil-team-offset {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .mil-team-card.mil-team-offset {
    margin-top: 0;
  }
}
.mil-team-card .mil-hover-frame {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mil-team-card .mil-hover-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 204, 141, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-hover-overlay .mil-descr {
  background-color: #353639;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(40px) scale(1.04);
          transform: translateY(40px) scale(1.04);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-hover-overlay .mil-descr .mil-social li a {
  color: #ECECEA;
}
.mil-team-card .mil-hover-overlay .mil-descr .mil-social li a svg {
  fill: #ECECEA;
}
.mil-team-card.mil-stl .mil-hover-overlay {
  background-image: url(../img/team/overlay.jpg);
  background-color: transparent;
}
.mil-team-card.mil-stl .mil-hover-overlay .mil-descr {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 234, 0)), color-stop(73.5%, #ECECEA));
  background: linear-gradient(180deg, rgba(236, 236, 234, 0) 0%, #ECECEA 73.5%);
}
.mil-team-card.mil-stl .mil-hover-overlay .mil-descr .mil-social li a {
  color: #353639;
}
.mil-team-card:hover .mil-hover-frame {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mil-team-card:hover .mil-hover-overlay {
  opacity: 1;
}
.mil-team-card:hover .mil-hover-overlay .mil-descr {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.mil-team-text-box {
  padding: 90px;
}

.mil-team-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-team-quote .mil-portrait {
  position: relative;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-right: 30px;
}
.mil-team-quote .mil-portrait img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mil-team-quote .mil-portrait:after {
  content: '"';
  border-radius: 50%;
  background-color: #FEAF62;
  width: 30px;
  height: 30px;
  color: #353639;
  position: absolute;
  bottom: 0;
  right: -3px;
  font-size: 36px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mil-team-quote .mil-text-md {
  width: calc(100% - 120px);
}

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

tapes

------------------------------------------- */
.mil-text-with-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mil-text-with-button * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mil-text-with-button p {
  padding-right: 60px;
}
@media (max-width: 768px) {
  .mil-text-with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-text-with-button p {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}

.mil-tapes-frame {
  padding-bottom: 27%;
  position: relative;
}
.mil-tapes-frame .mil-tape-1 {
  position: absolute;
  top: 40%;
  left: -50%;
  width: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  pointer-events: none;
}
.mil-tapes-frame .mil-tape-1 .mil-btn {
  margin-right: 30px;
}
.mil-tapes-frame .mil-tape-2 {
  position: absolute;
  top: 40%;
  right: -50%;
  width: 150%;
  background-color: #FEAF62;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.mil-tapes-frame .mil-tape-2 h4 {
  white-space: nowrap;
  margin-right: 60px;
}
.mil-tapes-frame .mil-deco {
  width: 100%;
  position: absolute;
  top: -60px;
  text-align: center;
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
          animation: levitate-lg 4s ease-in-out infinite;
}
.mil-tapes-frame .mil-deco img {
  width: 18%;
}
@media (min-width: 1920px) {
  .mil-tapes-frame .mil-deco {
    top: 60px;
  }
  .mil-tapes-frame .mil-deco img {
    width: 10%;
  }
}
@media (max-width: 1200px) {
  .mil-tapes-frame {
    padding-bottom: 30%;
  }
  .mil-tapes-frame .mil-tape-1, .mil-tapes-frame .mil-tape-2 {
    top: 40%;
  }
}
@media (max-width: 768px) {
  .mil-tapes-frame {
    padding-bottom: 32%;
  }
  .mil-tapes-frame .mil-tape-1, .mil-tapes-frame .mil-tape-2 {
    top: 32%;
  }
  .mil-tapes-frame .mil-deco {
    display: none;
  }
}
@media (max-width: 500px) {
  .mil-tapes-frame {
    padding-bottom: 45%;
  }
}

.mil-objects {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mil-objects .mil-obj-1 {
  width: 170px;
  height: 170px;
  border: solid 30px #D8D8D8;
  position: absolute;
  left: 30%;
  top: 8%;
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
}
.mil-objects .mil-obj-2 {
  width: 300px;
  height: 30px;
  background-color: #D8D8D8;
  position: absolute;
  right: 30%;
  top: 30%;
  -webkit-animation: rotate2 6s ease-in-out infinite;
          animation: rotate2 6s ease-in-out infinite;
}

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
}
/* -------------------------------------------

blog

------------------------------------------- */
.mil-blog-card {
  display: block;
}
.mil-blog-card .mil-cover {
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.mil-blog-card .mil-cover .mil-hover-frame {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card .mil-cover .mil-hover-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mil-blog-card .mil-cover .mil-badges {
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mil-blog-card .mil-cover .mil-badges div {
  height: 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.mil-blog-card .mil-cover .mil-badges div.mil-category {
  background-color: #353639;
  color: #ECECEA;
}
.mil-blog-card .mil-cover .mil-badges div.mil-date {
  background-color: #ECECEA;
  color: #353639;
}
.mil-blog-card .mil-cover.mil-cover-noimg {
  padding-bottom: 0;
}
.mil-blog-card .mil-cover.mil-cover-noimg .mil-badges {
  position: relative;
  padding: 2px;
}
.mil-blog-card .mil-cover.mil-cover-noimg .mil-badges .mil-date {
  box-shadow: rgb(53, 54, 57) 0px 0px 0px 2px;
}
.mil-blog-card .mil-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mil-blog-card .mil-descr .mil-text-frame {
  padding: 0;
  width: 100%;
  padding-right: 60px;
}
.mil-blog-card .mil-descr .mil-text-frame .mil-stylized-btn {
  display: none !important;
}
.mil-blog-card.mil-type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mil-blog-card.mil-type-2 .mil-cover {
  width: 40%;
  padding-bottom: 30%;
  margin-bottom: 0;
}
.mil-blog-card.mil-type-2 .mil-descr {
  width: 60%;
  padding-left: 60px;
}
.mil-blog-card:hover .mil-cover .mil-hover-frame {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mil-blog-card:hover .mil-descr .mil-stylized-btn {
  background-color: #37CC8D;
}
.mil-blog-card h4,
.mil-blog-card .mil-head4 {
  word-break: break-word;
}

@media (max-width: 768px) {
  .mil-blog-card .mil-descr .mil-text-frame {
    padding: 0;
    width: 100%;
  }
  .mil-blog-card.mil-type-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-blog-card.mil-type-2 .mil-cover {
    width: 100%;
    padding-bottom: 65%;
    margin-bottom: 40px;
  }
  .mil-blog-card.mil-type-2 .mil-descr {
    width: 100%;
    padding-left: 0;
  }
}

.mil-blog-card-sm .mil-cover {
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.mil-blog-card-sm .mil-cover .mil-hover-frame {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card-sm .mil-cover .mil-hover-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mil-blog-card-sm:hover .mil-cover .mil-hover-frame {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mil-blog-pagination,
.mil-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mil-blog-pagination ul,
.mil-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mil-blog-pagination ul li,
.mil-blog-pagination a,
.mil-blog-pagination > span,
.mil-pagination ul li,
.mil-pagination a,
.mil-pagination > span {
  margin-right: 15px;
  list-style-type: none;
}
.mil-blog-pagination ul li:last-child,
.mil-blog-pagination a:last-child,
.mil-blog-pagination > span:last-child,
.mil-pagination ul li:last-child,
.mil-pagination a:last-child,
.mil-pagination > span:last-child {
  margin-right: 0;
}
.mil-blog-pagination ul li a,
.mil-blog-pagination a,
.mil-blog-pagination > span,
.mil-pagination ul li a,
.mil-pagination a,
.mil-pagination > span {
  color: #353639;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-pagination ul li a i,
.mil-blog-pagination a i,
.mil-pagination ul li a i,
.mil-pagination a i {
  font-size: 14px;
}
.mil-blog-pagination ul li a:hover,
.mil-blog-pagination a:hover,
.mil-pagination ul li a:hover,
.mil-pagination a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: brightness(95%);
          filter: brightness(95%);
}
.mil-blog-pagination ul li.mil-active a,
.mil-blog-pagination > span,
.mil-pagination ul li.mil-active a,
.mil-pagination > span {
  background-color: #FEAF62;
}
.mil-blog-pagination > span.dots,
.mil-pagination > span.dots {
  background-color: transparent;
  cursor: default;
}

.mil-nl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mil-nl-nav .mil-slider-btn {
  width: 50px;
  height: 50px;
  pointer-events: all;
  cursor: pointer;
  background-color: #FEAF62;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #353639;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-nl-nav .mil-slider-btn:last-child {
  margin-right: 0;
}
.mil-nl-nav .mil-slider-btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 16px;
  border-radius: 50%;
  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;
  color: #353639;
}
.mil-nl-nav .mil-slider-btn.mil-nl-prev {
  margin-right: 15px;
}
.mil-nl-nav .mil-slider-btn.mil-nl-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mil-nl-nav .mil-slider-btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.mil-nl-nav .mil-slider-btn.swiper-button-disabled {
  background-color: #D8D8D8;
}
.mil-nl-nav .mil-slider-btn.swiper-button-disabled:hover {
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
@media (max-width: 768px) {
  .mil-nl-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

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

about

------------------------------------------- */
.mil-about-img-frame {
  position: relative;
  background-color: #D8D8D8;
}
.mil-about-img-frame .mil-about-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
}
.mil-about-img-frame .mil-about-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mil-about-img-frame .mil-button-box {
  background-color: #37CC8D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}

.mil-about-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-about-short .mil-portrait {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.mil-about-short .mil-portrait img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mil-about-short .mil-signature {
  width: 160px;
}

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

portfolio

------------------------------------------- */
.mil-work-card {
  position: relative;
  overflow: hidden;
}
.mil-work-card .mil-cover {
  position: relative;
  overflow: hidden;
}
.mil-work-card .mil-cover.mil-land {
  padding-bottom: 65%;
}
.mil-work-card .mil-cover.mil-port {
  padding-bottom: 130%;
}
.mil-work-card .mil-cover.mil-square {
  padding-bottom: 100%;
}
.mil-work-card .mil-cover .mil-hover-frame {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-work-card .mil-cover .mil-hover-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mil-work-card .mil-hover-overlay {
  background-color: rgba(55, 204, 141, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-work-card .mil-hover-overlay .mil-descr {
  width: 100%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #353639;
  -webkit-transform: translateY(40px) scale(1.04);
          transform: translateY(40px) scale(1.04);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-work-card .mil-hover-overlay .mil-descr .mil-text-frame {
  padding: 0;
  width: 100%;
  padding: 0 60px;
}
.mil-work-card.mil-stl .mil-hover-overlay {
  background-image: url(../img/team/overlay.jpg);
  background-color: transparent;
}
.mil-work-card.mil-stl .mil-hover-overlay .mil-descr {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 234, 0)), color-stop(73.5%, #ECECEA));
  background: linear-gradient(180deg, rgba(236, 236, 234, 0) 0%, #ECECEA 73.5%);
}
.mil-work-card.mil-stl .mil-hover-overlay .mil-descr .mil-social li a {
  color: #353639;
}
.mil-work-card:hover .mil-hover-frame {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mil-work-card:hover .mil-hover-overlay {
  opacity: 1;
}
.mil-work-card:hover .mil-hover-overlay .mil-descr {
  -webkit-transform: none;
          transform: none;
}
.attr-featured-false .mil-work-card .mil-cover {
  display: none !important;
}
.attr-title-false .mil-work-card .mil-hover-overlay .mil-descr .mil-text-frame {
  display: none !important;
}
.attr-button-false .mil-work-card .mil-hover-overlay .mil-stylized-btn {
  display: none !important;
}

.mil-project-img {
  position: relative;
  overflow: hidden;
}
.mil-project-img.mil-square {
  padding-bottom: 100%;
}
.mil-project-img.mil-port {
  padding-bottom: 150%;
}
.mil-project-img.mil-land {
  padding-bottom: 60%;
}
.mil-project-img.mil-long {
  padding-bottom: 40%;
}
.mil-project-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mil-divider {
  border-bottom: solid 1px #D8D8D8;
}

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

reviews

------------------------------------------- */
.mil-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.mil-review .mil-portrait {
  position: relative;
  border-radius: 50%;
  height: 120px;
  width: 120px;
}
.mil-review .mil-portrait img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mil-review .mil-portrait:after {
  content: '"';
  border-radius: 50%;
  background-color: #FEAF62;
  width: 30px;
  height: 30px;
  color: #353639;
  position: absolute;
  bottom: 0;
  right: -3px;
  font-size: 36px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mil-reviews-slider .swiper-slide {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.2;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-reviews-slider .swiper-slide.swiper-slide-active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

.mil-rs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 2;
  width: 120%;
  top: 35px;
  left: -10%;
  pointer-events: none;
}
.mil-rs-nav .mil-slider-btn {
  width: 50px;
  height: 50px;
  pointer-events: all;
  cursor: pointer;
  background-color: #FEAF62;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #353639;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-rs-nav .mil-slider-btn:last-child {
  margin-right: 0;
}
.mil-rs-nav .mil-slider-btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 16px;
  border-radius: 50%;
  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;
  color: #353639;
}
.mil-rs-nav .mil-slider-btn.mil-sr-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mil-rs-nav .mil-slider-btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.mil-rs-nav .mil-slider-btn.swiper-button-disabled {
  background-color: #D8D8D8;
}
.mil-rs-nav .mil-slider-btn.swiper-button-disabled:hover {
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
@media (max-width: 992px) {
  .mil-rs-nav {
    width: 100%;
    top: 35px;
    left: 0%;
    padding: 0 30px;
  }
}

.mil-sr-pagination {
  margin-top: 90px;
  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;
  width: 100%;
}
.mil-sr-pagination .swiper-pagination-bullet {
  background-color: #D8D8D8;
  margin: 0 7.5px !important;
  opacity: 1;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-sr-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background-color: #37CC8D;
}

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

partners

------------------------------------------- */
.mil-partner {
  display: block;
  padding: 60px;
  height: 200px;
  background-color: #D8D8D8;
  width: 100%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-partner img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.mil-partner:hover {
  background-color: #37CC8D;
}
.mil-partner.mil-type-2 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  background-color: transparent;
}
.mil-partner.mil-type-2 img {
  width: 40% !important;
  opacity: 0.7;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-partner.mil-type-2:hover {
  background-color: transparent;
}
.mil-partner.mil-type-2:hover img {
  opacity: 1;
}
.mil-partner.mil-type-2.mil-stl img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.mil-partner.mil-invert img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

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

prices

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

footer

------------------------------------------- */
.mil-footer {
  position: relative;
}
.mil-default .mil-footer {
  overflow: hidden;
}
.mil-footer:before {
  content: "";
  height: 40vh;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 234, 0)), color-stop(80%, rgba(216, 216, 216, 0.5)));
  background: linear-gradient(180deg, rgba(236, 236, 234, 0) 0%, rgba(216, 216, 216, 0.5) 80%);
}

.mil-footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-footer-contact:hover .mil-stylized-btn {
  background-color: #37CC8D;
}

.mil-footer-menu-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 1px rgba(53, 54, 57, 0.2);
  border-bottom: solid 1px rgba(53, 54, 57, 0.2);
  height: 120px;
}
.mil-footer-menu-frame .mil-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-footer-menu-frame .mil-footer-menu li {
  list-style-type: none;
  margin-right: 60px;
}
.mil-footer-menu-frame .mil-footer-menu li:last-child {
  margin-right: 0;
}
.mil-footer-menu-frame .mil-footer-menu li a {
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #353639;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-footer-menu-frame .mil-footer-menu li a:hover {
  color: #37CC8D;
}
.mil-footer-menu-frame .mil-social li a {
  color: #353639;
}
@media (max-width: 992px) {
  .mil-footer-menu-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 90px 0;
  }
  .mil-footer-menu-frame .mil-footer-menu {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .mil-footer-menu-frame .mil-footer-menu li {
    margin-right: 30px;
  }
}
@media (max-width: 500px) {
  .mil-footer-menu-frame .mil-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mil-footer-menu-frame .mil-footer-menu li {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.mil-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 500px) {
  .mil-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.mil-footer-link {
  font-size: calc(1rem + 4.4vw);
  line-height: 100%;
}
@media (min-width: 1920px) {
  .mil-footer-link {
    font-size: calc(1rem + 2.8vw);
  }
}
@media (max-width: 1200px) {
  .mil-footer-link {
    font-size: calc(1rem + 5.4vw);
  }
}
@media (max-width: 992px) {
  .mil-footer-link {
    font-size: calc(1rem + 6.4vw);
  }
}
@media (max-width: 768px) {
  .mil-footer-link {
    font-size: calc(1rem + 7.4vw);
  }
}

.mil-subscribe-form {
  position: relative;
  width: 100%;
}
.mil-subscribe-form input {
  border-radius: 90px;
  height: 90px;
  background-color: #ECECEA;
  width: 100%;
  border: none;
  padding-left: 50px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #353639;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-subscribe-form button {
  cursor: pointer;
  width: 70px;
  max-width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  border-radius: 50%;
  border: none;
  color: #353639;
  background-color: #FEAF62;
  box-shadow: none !important;
}
.mil-subscribe-form button i {
  font-size: 24px;
}

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

Content

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

.mil-transition-frame {
  min-height: 100vh;
}

.single-post-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
}

.single-post-text ul {
  padding: 0;
  margin: 0;
}
.single-post-text h1 {
  font-size: 48px;
}
.single-post-text h2 {
  font-size: 36px;
}
.single-post-text h3 {
  font-size: 24px;
}
.single-post-text h4 {
  font-size: 17px;
}
.single-post-text h5 {
  font-size: 16px;
}
.single-post-text h6 {
  font-size: 15px;
}
.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: 20px;
}
.single-post-text ul > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FEAF62;
}
.single-post-text ol {
  padding: 0;
  margin: 0 0 0 1.25rem;
}
.single-post-text ol > li {
  line-height: 150%;
  list-style-type: decimal;
}
.single-post-text ol > li::marker {
  color: #353639;
  font-size: 90%;
}
.single-post-text p, 
.single-post-text ul, 
.single-post-text ol, 
.single-post-text h1, 
.single-post-text h2, 
.single-post-text h3, 
.single-post-text h4, 
.single-post-text h5, 
.single-post-text h6, 
.single-post-text iframe,
.single-post-text table, 
.single-post-text object, 
.single-post-text blockquote {
  margin-bottom: 30px;
}
.single-post-text p:last-child, 
.single-post-text ul:last-child, 
.single-post-text ol:last-child, 
.single-post-text h1:last-child, 
.single-post-text h2:last-child, 
.single-post-text h3:last-child, 
.single-post-text h4:last-child, 
.single-post-text h5:last-child, 
.single-post-text h6:last-child, 
.single-post-text iframe:last-child, 
.single-post-text table:last-child, 
.single-post-text object:last-child, 
.single-post-text blockquote:last-child {
  margin-bottom: 0;
}

.sigle-post-text input,
.single-post-text textarea {
  color: #353639;
}

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

swiper

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

/*-------------------------
widgets
--------------------------*/
.widget-area .widget-title {
	position: relative;
	font-size: 17px;
}

.widget-area .widget-title i {
	position: absolute;
  right: 0;
	bottom: 4px;
  font-family: "Font Awesome 5 Free";
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  opacity: 0.5;
  font-weight: 900;
}

.widget-area .widget_block h2 {
  line-height: 120%;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
}

.widget-area .widget_block h2:before {
  content: "\f063";
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  opacity: 0.5;
  font-weight: 900;
}

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

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

.widget-area ul li,
.widget-area ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  padding: 15px 0;
  border-bottom: solid 1px rgba(0,0,0,.1);
  color: rgba(0, 0, 0, 0.5);
}

.widget-area ul li:first-child,
.widget-area ol li:first-child {
  border-top: solid 1px rgba(0,0,0,.1);
}

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

.widget-area ul li a:hover,
.widget-area ol li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

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

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

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

.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: 300px;
}

.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, 
.single-post-text select {
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 60px 0 20px;
  margin-bottom: 0;
  font-size: 17px;
  background-color: #fff;
  display: block;
  width: 100%;
  border: none;
  font-weight: normal;
  text-transform: initial;
  letter-spacing: 1px;
  color: #353639;
}
.single-post-text select,
.single-post-text .wp-block-search input[type=search] {
	background-color: rgba(0, 0, 0, 0.1);
  color: #353639;
}

.single-post-text .wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

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

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

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

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

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

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

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

.post-text-bottom .tags-links a,
.wp-block-tag-cloud .tag-cloud-link,
.widget-area .widget_tag_cloud .tag-cloud-link {
  margin: 0 5px 5px 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  font-size: 16px !important;
  background-color: #FEAF62;
  padding: 2px 5px;
  color: #353639;
  transition: 0.3s ease-in-out;
}

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

.widget-area table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

/*-------------------------
global classes
--------------------------*/

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

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

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

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

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

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

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

img.alignright {
  clear: right;
}

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

img.alignleft {
  clear: left;
}

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

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

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

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

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

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

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

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

.sticky {
	position: relative;
}

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

.post-edit-link {
	text-decoration: underline;
  color: #353639;
}

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

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

/*-------------------------
single post
--------------------------*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-post-text {
	line-height: 1.6;
	word-wrap: break-word;
  font-size: 16px;
}

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

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

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

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

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

.single-post-text blockquote p {
	margin-bottom: 0.5rem!important;
	font-style: normal;
	font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.bypostauthor strong {
  	font-weight: 500;
}

.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 blockquote {
	margin: 30px 0;
	color: #353639;
	background: transparent;
	padding: 30px 30px 30px 40px;
	font-style: italic;
	position: relative;
}

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

.single-post-text blockquote:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	font-size: 16px;
	opacity: .3;
	color: #353639;
	top: 0px;
	left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-text-bottom {
  margin-top: 60px;
  padding-top: 40px;
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px dashed rgb(190, 193, 195);
  font-size: 16px;
}

.post-text-bottom > span {
	margin-bottom: 30px;
	display: block;
}

.post-text-bottom .social-share {
  line-height: 20px;
}

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

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

.social-share a {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #353639;
	transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}

.social-share a .icon {
	color: #353639;
	font-size: 17px;
}

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

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

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

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

.post-text-bottom span.cat-links a, 
.page-links a {
	color: #353639;
  text-decoration: none;
}
.page-links a,
.page-links span {
	display: inline-block;
	margin: 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-post-text a {
	color: #353639;
	text-decoration: none;
}

.single-post-text a:hover {
	color: #353639;
	text-decoration: underline;
}

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

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

/*-------------------------
sidebar
--------------------------*/

.mil-sidebar-frame {
	width: 100%;
	padding: 30px;
}
  
.mil-sidebar-frame .mil-sidebar {
	padding: 15px;
}
  
@media (max-width: 992px) {
	.mil-sidebar-frame.mil-pad-type-1 {
	  margin-top: 60px;
	  margin-bottom: 60px;
	}
	.mil-sidebar-frame.mil-pad-type-2 {
	  margin-top: 90px;
	  margin-bottom: 0;
	}
}
  
@media (max-width: 768px) {
	.mil-sidebar-frame .mil-sidebar {
	  border: none;
	  padding: 0;
	}
}

/*-------------------------
comments
-------------------------*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-respond {
	position: relative;
	margin-top: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------
WP Block
-------------------------*/

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

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

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

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

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

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

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

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

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

.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: #353639;
}

.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: #353639;
}

.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: #FEAF62;
	color: #353639;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 46px;
	-webkit-border-radius: 46px;
}

.wp-block-button a.wp-block-button__link:hover {
	color: #353639;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-password-form label {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: bottom;
}
.post-password-form input[type="password"] {
  color: #353639;
}
.post-password-form input[type="submit"] {
	display: inline-block;
	vertical-align: bottom;
	width: 220px;
}

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

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

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

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

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

/*
  Fix intro
*/
.mil-small-banner .mil-image-frame {
  max-height: 580px;
}

/*
  Fix zoom
*/
.mil-image-frame a, 
.elementor .mil-image-frame a {
  height: 100%;
}
.elementor .mil-image-frame img {
  height: 100% !important;
}

/*
  Fix responsive container
*/
@media screen and (max-width: 992px) {
  .container, 
  .container-fluid, 
  .container-xxl, 
  .container-xl, 
  .container-lg, 
  .container-md, 
  .container-sm {
    --bs-gutter-x: 10px;
  }
  .row {
    --bs-gutter-x: 10px;
  }
}

/*
  Elementor widgets show and hide params
*/
.attr-featured-false .mil-blog-card .mil-cover,
.attr-title-false .mil-blog-card .mil-head4,
.attr-title-false .mil-blog-card .mil-head3,
.attr-details-false .mil-blog-card .mil-cover .mil-badges,
.attr-date-false .mil-blog-card .mil-cover .mil-badges div.mil-date,
.attr-category-false .mil-blog-card .mil-cover .mil-badges div.mil-category,
.attr-more-false .mil-blog-card .mil-stylized-btn,
.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
*/
.elementor .wpcf7-not-valid-tip {
  margin-top: -20px;
  font-size: 11px;
  text-transform: uppercase;
}
.elementor .wpcf7 form .wpcf7-response-output {
  margin-top: 20px;
  border-width: 1px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 90%;
}

/*fix menu-btn fix*/
.mil-menu-btn {
  float: right;
}

/*menu dropdown fix*/
.mil-main-menu ul li.mil-has-children ul.mil-active {
  max-height: 1000px;
}

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

/*dropdown arrows*/
.mil-main-menu ul li > a {
  display: inline;
}
.mil-main-menu ul li > a:before {
  top: 50%;
  margin-top: -5px;
}
.mil-has-children .arrow-dropdown {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.mil-has-children > a.mil-active + .arrow-dropdown {
  transform: rotate(180deg);
}

/*metform font size rewrite*/
body .mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper .mf-input {
  font-size: 12px;
}

/*metform errors tip*/
.mf-input-wrapper .mf-error-message {
  position: absolute;
  padding-top: 2px;
}

/*metform button hover*/
.metform-btn:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

/*blog single info*/
.mil-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  list-style: none;
}
.mil-info .mil-dark {
  color: #000;
}
@media (max-width: 767px) {
  .mil-info {
    flex-direction: column;
    padding: 30px 0;
    height: auto;
  }
  .mil-info > div {
    margin: 10px 0;
  }
}

/*comments*/
.mil-soft-bg {
  background-color: #f2f2f2;
}
.title.comment-reply-title, 
.post-comments .title {
  margin: 0 0 30px;
  font-size: 17px;
  font-weight: 600;
}
.comment-respond .small, 
.comment-respond small {
  font-size: 14px;
}
.form-comment .mil-group-input textarea {
  max-width: 900px;
  height: 180px;
  color: #353639;
}
.form-comment .mil-group-input input {
  color: #353639;
}
.form-comment-submit {
  margin-top: 30px;
}
.comment-form-cookies-consent label {
  display: inline;
}

/*project info paragraph margin fix*/
.elementor-widget-pixy-project-info .mil-text-md p {
  margin-bottom: 0;
}