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

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

1. common
    - main
    - typography
    - button
    - link 
    - divider
    - section title
    - spaces
2. components
    - preloader
    - scrollbar
    - frame
    - right banner
    - content banner
    - about
    - circle text
    - skills
    - iconbox
    - blog
    - reviews
    - puplication details
    - subscribe form
    - breadcrumbs
    - pagination
    - story timeline
    - categories
    - portfolio item
    - carousel navigation
    - contact form
    - prices
    - accordion
    - footer
    - page transitions

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

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

main

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

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(32, 33, 36, 0.5);
  line-height: 170%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  background-color: rgb(253, 253, 253);
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 14px;
  }
}

.mil-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.admin-bar .mil-wrapper {
  min-height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .mil-wrapper {
    min-height: calc(100vh - 46px);
  }
}

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

typography

------------------------------------------- */
h1,
.mil-h1,
h2,
.mil-h12,
h3,
.mil-h3,
h4,
.mil-h4,
h5,
.mil-h5,
h6,
.mil-h6 {
  font-family: "Outfit", sans-serif;
  color: rgb(32, 33, 36);
  font-weight: 600;
  line-height: 120%;
}

h1,
.mil-h1 {
  font-size: 92px;
  line-height: 100%;
}
h1.mil-h1-sm,
.mil-h1.mil-h1-sm {
  font-size: 60px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  h1.mil-h1-sm,
  .mil-h1.mil-h1-sm {
    font-size: 38px;
  }
}
h1.mil-h1-md,
.mil-h1.mil-h1-md {
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  h1.mil-h1-md,
.mil-h1.mil-h1-md {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  h1,
.mil-h1 {
    font-size: 60px;
  }
}

h2,
.mil-h2 {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  h2,
.mil-h2 {
    font-size: 26px;
  }
}

h3,
.mil-h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  h3,
.mil-h3 {
    font-size: 22px;
  }
}

h4,
.mil-h4 {
  font-size: 18px;
}

h5,
.mil-h5 {
  font-size: 16px;
}

h6,
.mil-h6 {
  font-size: 14px;
}

.mil-404 {
  font-size: 182px;
}
@media screen and (max-width: 768px) {
  .mil-404 {
    font-size: 122px;
  }
}

blockquote {
  padding: 60px;
  background-color: rgba(32, 33, 36, 0.05);
  font-size: 17px;
  color: rgb(32, 33, 36);
  font-style: italic;
  border-left: solid 4px rgb(244, 67, 54);
}
@media screen and (max-width: 768px) {
  blockquote {
    padding: 30px;
    font-size: 15px;
  }
}

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

.mil-text-lg {
  font-size: 17px;
  line-height: 200%;
}

.mil-text-xl {
  font-size: 19px;
  line-height: 200%;
}

.mil-text p {
  margin-bottom: 30px;
}
.mil-text p:last-child {
  margin-bottom: 0px;
}

.mil-shortened {
  width: 80%;
}

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

.mil-thin {
  font-weight: 500;
}

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

.mil-accent {
  color: rgb(244, 67, 54);
}

.mil-light {
  color: rgb(255, 255, 255) !important;
}
.mil-light a {
  color: rgb(255, 255, 255) !important;
}

.mil-dark {
  color: rgb(32, 33, 36);
}

.mil-light-soft {
  color: rgba(255, 255, 255, 0.5);
}
.mil-light-soft a {
  color: rgba(255, 255, 255, 0.5) !important;
}

.mil-dark-soft {
  color: rgba(32, 33, 36, 0.5);
}

.mil-marker {
  background-color: rgb(244, 67, 54);
  padding: 0 5px;
}

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

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

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

.mil-upper {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

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

button

------------------------------------------- */
.mil-btn {
  white-space: nowrap;
  background-color: rgb(244, 67, 54);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  padding: 0 60px;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  cursor: pointer;
}
.mil-btn.mil-sm-btn {
  height: 70px;
  padding: 0 50px;
}
.mil-btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

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

link

------------------------------------------- */
.mil-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(32, 33, 36) !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
.mil-link svg {
  border-radius: 50%;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background-color: rgb(244, 67, 54);
  padding: 11px;
  color: rgb(255, 255, 255);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link:hover svg {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.mil-link.mil-icon-link svg {
  margin: 0;
}
.mil-link.mil-icon-link:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mil-link.mil-icon-link.mil-sm-link svg {
  padding: 5px;
  width: 25px;
  height: 25px;
}
.mil-link.mil-dark-icon svg {
  background-color: rgb(32, 33, 36);
}

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

divider

------------------------------------------- */
.mil-divider {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgb(233, 233, 233);
}
.mil-divider:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: rgb(244, 67, 54);
  border-radius: 50%;
}
.mil-divider:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  background-color: rgb(244, 67, 54);
  border-radius: 50%;
}

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

section title

------------------------------------------- */
.mil-section-title {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-section-title h3 {
  white-space: nowrap;
  display: block;
  padding: 0 30px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  position: absolute;
  top: 1px;
  background-color: rgb(253, 253, 253);
}
.mil-section-title.mil-left h3 {
  white-space: nowrap;
  text-align: left;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-left: 0;
  padding: 0;
  padding-right: 30px;
}

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

spaces

------------------------------------------- */
.mil-mb-5 {
  margin-bottom: 5px !important;
}

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

.mil-mb-30 {
  margin-bottom: 30px !important;
}

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

.mil-mb-90 {
  margin-bottom: 90px !important;
}

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

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

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

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

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

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

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

.mil-adaptive-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .mil-adaptive-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

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

preloader

------------------------------------------- */
.mil-preloader-frame {
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgb(32, 33, 36);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgba(255, 255, 255, 0.9);
}
.admin-bar .mil-preloader-frame {
  height: calc(100vh - 32px);
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .mil-preloader-frame {
    height: calc(100vh - 46px);
    top: 46px;
  }
}

.mil-preloader-frame .mil-preloader-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mil-preloader-frame .mil-preloader-content:before {
  content: "";
  width: 1px;
  height: 50vh;
  background-color: rgb(54, 55, 58);
  position: absolute;
  bottom: calc(100% + 60px);
  left: calc(50% - 4px);
}
.mil-preloader-frame .mil-preloader-content .mil-preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60px;
  height: 30px;
}
.mil-preloader-frame .mil-preloader-content .mil-preloader div {
  background-color: rgb(244, 67, 54);
  height: 7px;
  width: 7px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
          animation: stretchdelay 1.1s infinite ease-in-out;
}
.mil-preloader-frame .mil-preloader-content .mil-preloader div.mil-circ-2 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.mil-preloader-frame .mil-preloader-content .mil-preloader div.mil-circ-3 {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.mil-preloader-frame .mil-preloader-content .mil-preloader div.mil-circ-4 {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.mil-preloader-frame .mil-preloader-content .mil-preloader div.mil-circ-5 {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

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

scrollbar

------------------------------------------- */
.mil-progress-track {
  position: absolute;
  z-index: 99;
  width: 4px;
  height: calc(100vh - 90px);
}
.admin-bar .mil-progress-track {
  height: calc(100vh - 122px);
}
@media screen and (max-width: 782px) {
  .admin-bar .mil-progress-track {
    height: calc(100vh - 136px);
  }
}

.mil-progress-track .mil-progress {
  width: 100%;
  height: 0;
  background-color: rgb(244, 67, 54);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (max-width: 992px) {
  .mil-progress-track {
    display: none;
  }
}

body.mil-scrollbar::-webkit-scrollbar {
  display: none;
}

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

frame

------------------------------------------- */
.mil-frame {
  position: fixed;
  z-index: 999;
  width: 100%;
  pointer-events: none;
}

.mil-top-panel {
  height: 90px;
  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: rgb(32, 33, 36);
  border-bottom: solid 1px rgb(54, 55, 58);
  pointer-events: all;
}
.mil-top-panel-inner {
  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;
}
.hf_templates-template {
  background-color: rgb(32, 33, 36);
}
.mil-top-panel > div {
  width: 100%;
}
.mil-top-panel .mil-logo, 
.hf_templates-template .mil-logo {
  background-color: rgb(244, 67, 54);
  width: 90px;
  min-width: 90px;
  height: 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;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 600;
  -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-logo span, 
.hf_templates-template .mil-logo span {
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  display: block;
  position: relative;
  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-top-panel .mil-logo span.mil-dot:after, 
.hf_templates-template .mil-logo span.mil-dot:after {
  content: "";
  position: absolute;
  left: 12px;
  -webkit-transform: translateY(0.5px);
          transform: translateY(0.5px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}
.mil-top-panel .mil-logo:hover,
.hf_templates-template .mil-logo:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.mil-top-panel .mil-logo:hover span, 
.hf_templates-template .mil-logo:hover span {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.mil-top-panel .mil-top-panel-btns,
.hf_templates-template .mil-top-panel-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-top-panel .mil-top-panel-btns .mil-contact-btn,
.hf_templates-template .mil-top-panel-btns .mil-contact-btn {
  background-color: rgb(244, 67, 54);
  width: 90px;
  height: 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;
  -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-top-panel-btns .mil-contact-btn svg, 
.hf_templates-template .mil-top-panel-btns .mil-contact-btn svg {
  width: 25px;
  -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-top-panel-btns .mil-contact-btn svg path, 
.mil-top-panel .mil-top-panel-btns .mil-contact-btn svg polyline,
.hf_templates-template .mil-top-panel-btns .mil-contact-btn svg path, 
.hf_templates-template .mil-top-panel-btns .mil-contact-btn svg polyline {
  stroke: rgb(255, 255, 255);
}
.mil-top-panel .mil-top-panel-btns .mil-contact-btn:hover,
.hf_templates-template .mil-top-panel-btns .mil-contact-btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.mil-top-panel .mil-top-panel-btns .mil-contact-btn:hover svg,
.hf_templates-template .mil-top-panel-btns .mil-contact-btn:hover svg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media screen and (max-width: 1200px) {
  .mil-top-panel .mil-top-panel-btns,
  .hf_templates-template .mil-top-panel-btns {
    padding-right: 30px;
  }
  .mil-top-panel .mil-top-panel-btns .mil-contact-btn,
  .hf_templates-template .mil-top-panel-btns .mil-contact-btn {
    background-color: transparent;
    width: auto;
    margin-right: 20px;
  }
  .mil-top-panel .mil-top-panel-btns .mil-contact-btn svg path, 
  .mil-top-panel .mil-top-panel-btns .mil-contact-btn svg polyline,
  .hf_templates-template .mil-top-panel-btns .mil-contact-btn svg path, 
  .hf_templates-template .mil-top-panel-btns .mil-contact-btn svg polyline {
    stroke: rgba(255, 255, 255, 0.9);
  }
  .mil-side-banner .mil-banner-title {
    padding-bottom: 30px;
  }
  .mil-top-panel .elementor-column, 
  .mil-top-panel .elementor-widget-wrap, 
  .mil-top-panel .elementor-widget {
    position: initial;
  }
}

.mil-left-panel {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 0;
  width: 90px;
  height: calc(100vh - 90px);
  background-color: rgb(32, 33, 36);
  border-right: solid 1px rgb(54, 55, 58);
  pointer-events: all;
}
.admin-bar .mil-left-panel {
  height: calc(100vh - 122px);
}
@media screen and (max-width: 782px) {
  .admin-bar .mil-left-panel {
    height: calc(100vh - 136px);
  }
}
@media screen and (max-width: 1200px) {
  .mil-left-panel {
    display: none;
  }
}
.mil-left-panel .mil-page-name {
  width: 300px;
  -webkit-transform: rotate(-90deg) translateX(-140px);
          transform: rotate(-90deg) translateX(-140px);
  text-align: right;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}
.mil-left-panel .mil-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mil-left-panel .mil-social-icons li {
  list-style-type: none;
  margin-bottom: 10px;
}
.mil-left-panel .mil-social-icons li:last-child {
  margin-bottom: 0;
}
.mil-left-panel .mil-social-icons li a {
  font-size: 16åpx;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-left-panel .mil-social-icons li a:hover {
  color: rgb(244, 67, 54);
}

.mil-back-to-top {
  background-color: rgb(32, 33, 36);
  position: fixed;
  bottom: 110px;
  right: -110px;
  padding: 0 70px 0 90px;
  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;
  pointer-events: all;
  height: 90px;
  width: auto;
  opacity: 0;
  -webkit-transform: translateX(90px) rotate(-90deg);
          transform: translateX(90px) rotate(-90deg);
  border: solid 1px rgb(54, 55, 58);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-back-to-top .mil-link {
  color: rgba(255, 255, 255, 0.9) !important;
}
.mil-back-to-top .mil-link.mil-btt-icon svg {
  background-color: rgb(244, 67, 54) !important;
}
@media screen and (max-width: 1200px) {
  .mil-back-to-top {
    display: none;
  }
}

.mil-navigation {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.mil-navigation nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mil-navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.mil-navigation nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  list-style-type: none;
}
.mil-navigation nav ul li:last-child {
  margin-right: 0;
}
.mil-navigation nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Outfit", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  white-space: nowrap;
  padding: 0 10px;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-navigation nav ul li.mil-active > a {
  position: relative;
}
.mil-navigation nav ul li.mil-active > a:before {
  content: "";
  margin-right: 10px;
  position: absolute;
  left: -5px;
  display: block;
  width: 7px;
  height: 7px;
  background-color: rgb(244, 67, 54);
  border-radius: 50%;
}
.mil-navigation nav ul li.mil-has-children {
  position: relative;
  padding-right: 10px;
}
.mil-navigation nav ul li.mil-has-children:after {
  content: "";
  width: 100%;
  height: 40px;
  background-color: transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.mil-navigation nav ul li.mil-has-children ul,
.mil-navigation nav ul li.menu-item-has-children ul {
  pointer-events: all;
  opacity: 0;
  position: absolute;
  left: -30px;
  top: 57px;
  -webkit-transform: translateY(10px) scale(0.98);
          transform: translateY(10px) scale(0.98);
  pointer-events: none;
  display: block;
  min-width: 200px;
  padding: 30px;
  background-color: rgb(244, 67, 54);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-navigation nav ul ul li.mil-has-children ul,
.mil-navigation nav ul ul li.menu-item-has-children ul {
  left: calc(100%);
  top: -30px;
  background-color: rgb(233, 233, 233);
}
.mil-navigation nav ul li.mil-has-children ul li,
.mil-navigation nav ul li.menu-item-has-children ul li {
  position: relative;
  margin-bottom: 15px;
  margin-right: 0;
}
.mil-navigation nav ul li.mil-has-children ul li:last-child,
.mil-navigation nav ul li.menu-item-has-children ul li:last-child {
  margin-bottom: 0;
}
.mil-navigation nav ul li.mil-has-children ul li a,
.mil-navigation nav ul li.menu-item-has-children ul li a {
  color: rgb(255, 255, 255);
}
.mil-navigation nav ul ul li.mil-has-children ul li a,
.mil-navigation nav ul ul li.menu-item-has-children ul li a {
  color: rgb(32, 33, 36);
}
.mil-navigation nav ul li.mil-has-children:hover > ul,
.mil-navigation nav ul li.menu-item-has-children:hover > ul {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.mil-navigation li.menu-item-type-custom a[target="_blank"] {
  position: relative;
  padding-right: 20px;
}
.mil-navigation li.menu-item-type-custom a[target="_blank"]:after {
  content: '\f35d';
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: 'Font Awesome 5 Free';
}

@media screen and (max-width: 1200px) {
  .mil-navigation {
    position: absolute;
    top: 90px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
            box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
    width: 100%;
    background-color: rgb(32, 33, 36);
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  }
  .mil-navigation.mil-active {
    height: auto;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mil-navigation nav {
    padding: 30px 0;
  }
  .mil-navigation nav ul {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mil-navigation nav ul li {
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-navigation nav ul li:last-child {
    margin-bottom: 0;
  }
  .mil-navigation nav ul li a {
    color: rgb(255, 255, 255);
    position: relative;
    padding: 0 15px;
  }
  .mil-navigation nav ul li a:hover {
    color: rgb(255, 255, 255);
  }
  .mil-navigation nav ul li.mil-active > a {
    color: rgb(244, 67, 54);
  }
  .mil-navigation nav ul li.mil-active > a:before {
    display: none;
  }
  .mil-navigation nav ul li.mil-has-children,
  .mil-navigation nav ul li.menu-item-has-children {
    overflow: hidden;
    height: auto;
    padding-right: 0;
  }
  .mil-navigation nav ul li.mil-has-children:before,
  .mil-navigation nav ul li.menu-item-has-children:before {
    display: none;
  }
  .mil-navigation nav ul li.mil-has-children ul,
  .mil-navigation nav ul li.menu-item-has-children ul {
    position: static;
    margin-left: -1px;
    opacity: 1;
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transform: none;
            transform: none;
    border-radius: 0 !important;
    background-color: rgb(244, 67, 54);
    -webkit-box-shadow: inset 0 0 0 1px rgba(32, 33, 36, 0.1);
            box-shadow: inset 0 0 0 1px rgba(32, 33, 36, 0.1);
  }
  .mil-navigation nav ul li.mil-has-children ul li a,
  .mil-navigation nav ul li.menu-item-has-children ul li a {
    color: rgb(255, 255, 255);
  }
  .mil-navigation nav ul li.mil-has-children ul li a:hover,
  .mil-navigation nav ul li.menu-item-has-children ul li a:hover {
    -webkit-transform: none;
            transform: none;
  }
  .mil-navigation nav ul li.mil-has-children ul li:first-child,
  .mil-navigation nav ul li.menu-item-has-children ul li:first-child {
    margin-top: 30px;
  }
  .mil-navigation nav ul li.mil-has-children ul li:last-child,
  .mil-navigation nav ul li.menu-item-has-children ul li:last-child {
    margin-bottom: 30px;
  }
  .mil-navigation nav ul li.mil-has-children:hover > ul,
  .mil-navigation nav ul li.menu-item-has-children:hover > ul {
    margin-top: 15px;
    max-height: 350px;
  }
}

.mil-menu-btn {
  height: 24px;
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .mil-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mil-menu-btn span, .mil-menu-btn span:after, .mil-menu-btn span:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}
.mil-menu-btn span {
  position: relative;
}
.mil-menu-btn span:after, .mil-menu-btn span:before {
  position: absolute;
}
.mil-menu-btn span:before {
  top: -8px;
}
.mil-menu-btn span:after {
  top: 8px;
}
.mil-menu-btn.mil-active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mil-menu-btn.mil-active span:before {
  -webkit-transform: translate(0px, 8px) rotate(-90deg);
          transform: translate(0px, 8px) rotate(-90deg);
}
.mil-menu-btn.mil-active span:after {
  width: 24px;
  -webkit-transform: translate(0px, -8px) rotate(-90deg);
          transform: translate(0px, -8px) rotate(-90deg);
}

.mil-content {
  padding-top: 90px;
  margin-left: 90px;
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mil-content .mil-scroll-wrapper {
  position: relative;
  width: 100%;
}
.mil-content .mil-scroll-wrapper .mil-container {
  overflow: hidden;
  padding-right: 90px;
  padding-left: 90px;
  width: calc(63% + 1px);
}
.mil-content .mil-scroll-wrapper .mil-container-fw {
  overflow: hidden;
  padding-left: 15%;
  padding-right: calc(15% + 90px);
  width: 100%;
}
.mil-content .mil-scroll-wrapper .mil-container-100 {
  overflow: hidden;
  padding-left: 90px;
  padding-right: 90px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .mil-content {
    margin-left: 0;
    width: 100%;
  }
  .mil-content .mil-scroll-wrapper .mil-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mil-content .mil-scroll-wrapper .mil-container-fw {
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
  }
  .mil-content .mil-scroll-wrapper .mil-container-100 {
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .mil-content .mil-scroll-wrapper .mil-container {
    width: 100%;
  }
}

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

right banner

------------------------------------------- */
.mil-right-banner {
  position: fixed;
  overflow: hidden;
  right: 0;
  width: 35%;
  height: calc(100vh - 90px);
  background-color: rgb(233, 233, 233);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.admin-bar .mil-left-panel {
  height: calc(100vh - 122px);
}
@media screen and (max-width: 782px) {
  .admin-bar .mil-left-panel {
    height: calc(100vh - 136px);
  }
}
@media screen and (max-width: 992px) {
  .mil-right-banner {
    display: none;
  }
}
.mil-right-banner img {
  position: absolute;
  -o-object-position: top;
     object-position: top;
}
.mil-right-banner .mil-banner-wrapper {
  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-right-banner .mil-banner-wrapper .mil-banner-frame {
  width: 100%;
  height: 100%;
}
.mil-right-banner .mil-banner-wrapper .mil-banner-frame .mil-banner-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-right-banner .mil-banner-wrapper .mil-banner-frame .mil-banner-bg.mil-blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.mil-right-banner .mil-banner-wrapper .mil-banner-frame .mil-banner-person {
  top: 0;
  left: 0;
  width: 106%;
  height: 106%;
  margin-left: -3%;
  margin-top: -3%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mil-flying-skills {
  position: relative;
  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-flying-skills .mil-skills-frame {
  width: 100%;
  height: 100%;
}
.mil-flying-skills .mil-skills-frame .mil-item {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  position: absolute;
}
.mil-flying-skills .mil-skills-frame .mil-item img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .mil-flying-skills .mil-skills-frame .mil-item {
    width: 80px;
    height: 80px;
  }
}
.mil-flying-skills .mil-skills-frame .mil-el {
  position: absolute;
  color: rgb(255, 255, 255);
  font-size: 48px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mil-flying-skills .mil-skills-frame .mil-el.mil-addition-el-1 {
  bottom: 40%;
  left: 20%;
}
.mil-flying-skills .mil-skills-frame .mil-el.mil-addition-el-2 {
  bottom: 25%;
  right: 20%;
  font-size: 38px;
}
.mil-flying-skills .mil-skills-frame .mil-el.mil-addition-el-3 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: solid 5px rgb(255, 255, 255);
  top: 12%;
  left: 25%;
}
.mil-flying-skills .mil-skills-frame .mil-el.mil-addition-el-4 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 3px rgb(255, 255, 255);
  top: 30%;
  right: 25%;
}

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

content banner

------------------------------------------- */
.mil-side-banner {
  height: calc(100vh - 90px);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.admin-bar .mil-side-banner {
  height: calc(100vh - 122px);
}
@media screen and (max-width: 782px) {
  .admin-bar .mil-side-banner {
    height: calc(100vh - 136px);
  }
}
.mil-side-banner .mil-banner-top {
  position: relative;
  height: 130px;
  width: 1px;
  background-color: rgb(233, 233, 233);
}
.mil-side-banner .mil-banner-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  background-color: rgb(244, 67, 54);
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .mil-side-banner {
    width: 100%;
  }
  .mil-side-banner .mil-banner-top {
    height: 90px;
  }
}
@media screen and (max-height: 750px) {
  .mil-side-banner {
    height: auto;
  }
  .mil-side-banner .mil-banner-title {
    padding: 30px 0;
  }
}

.mil-banner-sm {
  height: auto;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mil-banner-sm .mil-banner-top {
  position: relative;
  height: 90px;
  width: 1px;
  background-color: rgb(233, 233, 233);
}
.mil-banner-sm .mil-banner-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  background-color: rgb(244, 67, 54);
  border-radius: 50%;
}
.mil-banner-sm .mil-banner-title {
  padding: 60px 0 90px;
  max-width: 100%;
}
.mil-banner-sm.mil-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

about

------------------------------------------- */
.mil-oval-frame {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(32, 33, 36, 0.1);
  width: 170px;
  height: 230px;
  border-top-right-radius: 200px;
  border-top-left-radius: 200px;
}
@media screen and (max-height: 750px) {
  .mil-oval-frame {
    display: none;
  }
}

.mil-oval-frame-2 {
  margin: 0 auto;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(32, 33, 36, 0.1);
  width: 170px;
  height: 170px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
@media screen and (max-height: 750px) {
  .mil-oval-frame-2 {
    border-radius: 50%;
  }
}
.mil-oval-frame-2 img {
  margin-top: auto;
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
}

.mil-quote {
  font-size: 12px;
  background-color: rgb(244, 67, 54);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(255, 255, 255);
}

.mil-sign {
  width: 140px;
}

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

circle text

------------------------------------------- */
.mil-circle-text {
  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: 130px;
  height: 130px;
}
.mil-circle-text .mil-ct-svg {
  -webkit-transform: scale(2);
          transform: scale(2);
  width: 140px;
  height: 140px;
}
.mil-circle-text .mil-ct-svg text {
  fill: rgb(32, 33, 36);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-circle-text .mil-button {
  position: absolute;
  border: solid 15px rgb(255, 255, 255);
}
.mil-circle-text .mil-button {
  background-color: rgb(32, 33, 36);
  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;
  height: 80px;
  width: 80px;
  border-radius: 90px;
}
.mil-circle-text .mil-button svg line, .mil-circle-text .mil-button svg polyline {
  stroke: rgb(255, 255, 255);
}
.mil-circle-text .mil-button.mil-button-left svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

skills

------------------------------------------- */
.mil-circular-progress {
  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: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  --p: 0;
  background: conic-gradient(rgb(244, 67, 54) var(--p, 0), 0, rgb(233, 233, 233));
}
.mil-circular-progress:after {
  content: "";
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: rgb(253, 253, 253);
  position: absolute;
}
.mil-circular-progress .mil-counter-frame {
  position: absolute;
  z-index: 999;
}

.mil-line-progress {
  background-color: rgb(233, 233, 233);
  height: 4px;
  width: 100%;
}
.mil-line-progress .mil-bar {
  position: relative;
  height: 100%;
  background-color: rgb(244, 67, 54);
}
.mil-line-progress .mil-bar:before {
  opacity: 0;
  content: attr(data-value);
  position: absolute;
  top: -52px;
  right: 15px;
  color: rgb(32, 33, 36);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-line-progress .mil-bar.mil-active:before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  right: 0;
}

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

iconbox

------------------------------------------- */
.mil-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-icon-box .mil-service-icon {
  padding: 20px;
  height: 80px;
  width: 80px;
  background-color: rgb(244, 244, 244);
  border-radius: 50%;
  margin-bottom: 30px;
}
.mil-icon-box .mil-service-icon img {
  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-icon-box:hover .mil-service-icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

blog

------------------------------------------- */
.mil-blog-card {
  display: block;
}
.mil-blog-card .mil-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.mil-blog-card .mil-cover 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;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card .mil-cover .mil-link {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -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-post-date {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.mil-blog-card .mil-post-date {
  background-color: #f4f4f4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  color: rgba(32,33,36,.5);
  font-size: 9px;
  display: inline-block;
  margin-bottom: 20px;
}
.mil-blog-card .mil-descr {
  padding-top: 30px;
  padding-right: 30px;
}
.mil-blog-card.mil-blog-card-noimg .mil-descr {
  padding-top: 0;
}
.mil-blog-card .mil-descr h4, 
.mil-blog-card .mil-descr p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mil-blog-section .mil-blog-card .mil-descr h4,
.mil-blog-section .mil-blog-card .mil-descr p {
  overflow: visible;
  display: block;
}

.mil-blog-card:hover .mil-cover {
  position: relative;
  padding-bottom: 60%;
}
.mil-blog-card:hover .mil-cover img {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mil-blog-card:hover .mil-cover .mil-link {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mil-blog-card h4 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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

reviews

------------------------------------------- */
.mil-review .mil-review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.mil-review .mil-review-top .mil-avatar {
  margin-right: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mil-review.mil-center .mil-review-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mil-review.mil-center .mil-review-top .mil-avatar {
  margin-right: 0;
  margin-bottom: 30px;
}

.mil-reviews-slider-frame {
  position: relative;
}

.swiper-reviews-pagination {
  text-align: center;
}
.swiper-reviews-pagination .swiper-pagination-bullet {
  background-color: rgb(233, 233, 233);
  opacity: 1;
  margin: 0 7px !important;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.swiper-reviews-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(244, 67, 54);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.mil-slider-nav {
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 105px;
  left: 0;
  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-slider-nav .mil-reviews-prev, .mil-slider-nav .mil-reviews-next {
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(244, 67, 54);
  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;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-slider-nav .mil-reviews-prev svg, .mil-slider-nav .mil-reviews-next svg {
  color: rgb(255, 255, 255);
}
.mil-slider-nav .mil-reviews-prev.swiper-button-disabled, .mil-slider-nav .mil-reviews-next.swiper-button-disabled {
  background-color: rgb(233, 233, 233);
}
.mil-slider-nav .mil-reviews-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

puplication details

------------------------------------------- */
.mil-puplication-details {
  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-puplication-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  list-style-type: none;
  margin-right: 17px;
}
.mil-puplication-details li:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgb(244, 67, 54);
  border-radius: 50%;
  margin-left: 15px;
}
.mil-puplication-details li:last-child {
  margin-left: 0;
}
.mil-puplication-details li:last-child:after {
  display: none;
}
.mil-puplication-details .mil-puplication-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mil-puplication-details .mil-puplication-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .mil-puplication-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-puplication-details li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .mil-puplication-details li:after {
    display: none;
  }
  .mil-puplication-details li:last-child {
    margin-bottom: 0;
  }
  .mil-puplication-details .mil-puplication-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-puplication-details .mil-puplication-author img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

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

subscribe form

------------------------------------------- */
.mil-subscribe-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
}
.mil-subscribe-form input {
  border: solid 1px rgb(233, 233, 233);
  padding: 0 30px;
  height: 70px;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
.mil-subscribe-form .wpcf7-form-control-wrap {
  width: 100%;
}
.mil-subscribe-form input::-webkit-input-placeholder {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.6;
}
.mil-subscribe-form input::-moz-placeholder {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.6;
}
.mil-subscribe-form input:-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.6;
}
.mil-subscribe-form input::-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.6;
}
.mil-subscribe-form input::placeholder {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.6;
}
.mil-subscribe-form input:focus {
  outline: inherit;
}
.mil-subscribe-form button {
  font-family: "Outfit", sans-serif;
  border: none;
  background-color: rgb(244, 67, 54);
  height: 70px;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .mil-subscribe-form {
    width: 100%;
  }
}

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

breadcrumbs

------------------------------------------- */
.mil-breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  position: relative;
}
.mil-breadcrumbs li {
  list-style-type: none;
}
.mil-breadcrumbs li:after {
  content: "/";
  margin: 0 15px;
  color: rgb(32, 33, 36);
}
.mil-breadcrumbs li a {
  color: rgb(32, 33, 36);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  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-breadcrumbs li a:hover {
  color: rgb(244, 67, 54);
}
.mil-breadcrumbs li:last-child {
  margin-right: 0;
  cursor: not-allowed;
}
.mil-breadcrumbs li:last-child a {
  opacity: 0.4;
  pointer-events: none;
}
.mil-breadcrumbs li:last-child:after {
  display: none;
}
.mil-breadcrumbs.mil-light:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.mil-breadcrumbs.mil-light li:after {
  color: rgba(255, 255, 255, 0.9);
}
.mil-breadcrumbs.mil-light li a:hover {
  color: rgb(244, 67, 54) !important;
}
.mil-breadcrumbs.mil-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .mil-breadcrumbs {
    flex-wrap: wrap;
    justify-content: center;
  }
}

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

pagination

------------------------------------------- */
.mil-pagination {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mil-pagination .mil-divider {
  position: absolute;
  top: 50%;
}
.mil-pagination .mil-pagination-buttons {
  padding: 0 30px;
  background-color: rgb(253, 253, 253);
  z-index: 2;
}
.mil-pagination .mil-pagination-buttons .mil-pagination-btn,
.mil-pagination .mil-pagination-buttons .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  background-color: rgb(233, 233, 233);
  color: rgb(32, 33, 36);
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin-right: 10px;
}
.mil-pagination .mil-pagination-buttons .mil-pagination-btn:last-child, 
.mil-pagination .mil-pagination-buttons .page-numbers:last-child {
  margin-right: 0;
}
.mil-pagination .mil-pagination-buttons .mil-pagination-btn.mil-active, 
.mil-pagination .mil-pagination-buttons .page-numbers.current {
  background-color: rgb(244, 67, 54);
  color: rgb(255, 255, 255);
}

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

story timeline

------------------------------------------- */
.mil-timeline {
  position: relative;
  padding: 0;
  margin: 0;
  margin-left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: solid 1px rgb(233, 233, 233);
}
.mil-timeline ul li {
  position: relative;
  padding-left: 35px;
  list-style-type: none;
  margin-bottom: 60px;
}
.mil-timeline ul li:last-child {
  margin-bottom: 0;
}
.mil-timeline ul li:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 7px;
  width: 7px;
  height: 7px;
  background-color: rgba(32, 33, 36, 0.05);
  border-radius: 50%;
  -webkit-animation: pulse 1s infinite ease-in-out;
          animation: pulse 1s infinite ease-in-out;
}
.mil-timeline ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -4px;
  width: 7px;
  height: 7px;
  background-color: rgb(244, 67, 54);
  border-radius: 50%;
}
.mil-timeline ul li .mil-item-head {
  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-timeline ul li .mil-item-head .mil-text-sm {
  background-color: rgba(32, 33, 36, 0.1);
  padding: 0 15px;
  border-radius: 15px;
  white-space: nowrap;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* -------------------------------------------

categories

------------------------------------------- */
.mil-categories {
  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-categories li {
  list-style-type: none;
  margin-right: 30px;
  height: 40px;
}
.mil-categories li:last-child {
  margin-right: 0;
}
.mil-categories li a {
  line-height: 40px;
  display: block;
  height: 100%;
  color: rgb(32, 33, 36);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-categories li a:hover {
  color: rgb(244, 67, 54);
}
.mil-categories li.mil-active {
  cursor: not-allowed;
}
.mil-categories li.mil-active a {
  padding: 0 20px;
  border-radius: 40px;
  background-color: rgb(244, 67, 54);
  color: rgb(255, 255, 255);
  pointer-events: none;
}
.mil-categories li.mil-active a:hover {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .mil-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mil-categories li {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

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

portfolio item

------------------------------------------- */
.mil-portfolio-item {
  display: block;
}
.mil-portfolio-item .mil-cover-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  z-index: 2;
}
.mil-portfolio-item .mil-cover-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-portfolio-item .mil-cover-frame.mil-vert {
  padding-bottom: 120%;
}
.mil-portfolio-item .mil-description {
  padding-top: 30px;
  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-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
.mil-portfolio-item .mil-description .mil-btn {
  margin-left: 30px;
}
.mil-portfolio-item:hover .mil-cover-frame img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mil-portfolio-item.mil-item-2 .mil-cover-frame {
  margin-bottom: 0;
}
.mil-portfolio-item.mil-item-2 .mil-description {
  padding-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(32, 33, 36);
  border: solid 1px rgb(54, 55, 58);
  border-right: none;
  height: 90px;
  padding-left: 40px;
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
.mil-portfolio-item.mil-item-2 .mil-description h4, .mil-portfolio-item.mil-item-2 .mil-description h3 {
  color: rgba(255, 255, 255, 0.9);
}
.mil-portfolio-item.mil-item-2 .mil-description .mil-btn:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 992px) {
  .mil-portfolio-item.mil-item-2 .mil-description {
    padding: 0;
    height: 90px;
    -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;
    border: none;
  }
  .mil-portfolio-item.mil-item-2 .mil-description .mil-btn {
    display: none;
  }
}
.mil-portfolio-item.mil-carousel-item .mil-cover-frame {
  padding-bottom: 0;
  height: calc(100vh - 180px - 90px);
}
.admin-bar .mil-portfolio-item.mil-carousel-item .mil-cover-frame {
  height: calc(100vh - 302px);
}
@media screen and (max-width: 992px) {
  .mil-portfolio-item.mil-carousel-item .mil-cover-frame {
    height: auto;
    padding-bottom: 90%;
  }
  .admin-bar .mil-portfolio-item.mil-carousel-item .mil-cover-frame {
    height: auto;
  }
}
.mil-portfolio-item.mil-carousel-item .mil-cover-frame img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mil-portfolio-item.mil-carousel-item .mil-description {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
@media screen and (max-width: 992px) {
  .mil-portfolio-item.mil-carousel-item .mil-description {
    height: auto;
    padding-top: 30px;
    -webkit-transition-delay: none;
            transition-delay: none;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .mil-portfolio-item.mil-carousel-item .mil-description h4, .mil-portfolio-item.mil-carousel-item .mil-description h3 {
    margin-bottom: 30px;
  }
  .mil-portfolio-item.mil-carousel-item .mil-description .mil-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0;
  }
}

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

carousel navigation

------------------------------------------- */
.mil-carousel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 90px;
  margin-top: auto;
  position: absolute;
  z-index: 9;
  bottom: 0;
  margin-left: 60px;
  background-color: rgb(253, 253, 253);
}
@media screen and (max-width: 1200px) {
  .mil-carousel-nav {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .mil-carousel-nav {
    position: static;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mil-carousel-nav:after {
  content: "";
  width: 800px;
  height: 90px;
  position: absolute;
  right: -800px;
  background-color: rgb(253, 253, 253);
}
.mil-carousel-nav .mil-carousel-nav-arrow {
  height: 90px;
  width: 90px;
  background-color: rgb(244, 67, 54);
  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;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-carousel-nav .mil-carousel-nav-arrow svg {
  color: rgb(255, 255, 255);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-carousel-nav .mil-carousel-nav-arrow.mil-portfolio-prev {
  background-color: rgb(32, 33, 36);
}
.mil-carousel-nav .mil-carousel-nav-arrow.mil-portfolio-prev svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mil-carousel-nav .mil-carousel-nav-arrow.mil-portfolio-prev:hover svg {
  -webkit-transform: scale(1.2) rotate(-180deg);
          transform: scale(1.2) rotate(-180deg);
}
.mil-carousel-nav .mil-carousel-nav-arrow:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.mil-carousel-nav .mil-carousel-nav-arrow:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.mil-carousel-nav .mil-portfolio-pagination {
  width: 90px;
  height: 90px;
  background-color: rgb(253, 253, 253);
  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;
}
@media screen and (max-width: 1200px) {
  .mil-carousel-nav .mil-portfolio-pagination {
    display: none;
  }
}

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

contact form

------------------------------------------- */
input,
textarea,
select {
  background-color: rgb(253, 253, 253);
  position: relative;
  height: 70px;
  padding: 0 30px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: rgb(32, 33, 36);
  border: none;
  border-bottom: solid 1px rgba(32, 33, 36, 0.1);
  margin-bottom: 30px;
}
input:focus,
textarea:focus,
select:focus {
  outline: inherit;
}
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(32, 33, 36, 0.5);
}
input::-moz-placeholder, 
textarea::-moz-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(32, 33, 36, 0.5);
}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(32, 33, 36, 0.5);
}
input::-ms-input-placeholder, 
textarea::-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(32, 33, 36, 0.5);
}
input::placeholder,
textarea::placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(32, 33, 36, 0.5);
}

textarea {
  padding: 15px 30px;
  height: 300px;
}

.mil-map {
  position: relative;
  overflow: hidden;
  padding-bottom: 45%;
}
.mil-map iframe {
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
}
@media screen and (max-width: 768px) {
  .mil-map {
    padding-bottom: 100%;
  }
}

.wpcf7-not-valid-tip {
  position: relative;
  margin-top: -25px;
  margin-bottom: 20px;
  padding: 0 30px;
  font-weight: 100;
}

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

prices

------------------------------------------- */
.mil-price-card {
  text-align: center;
  padding: 60px;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(233, 233, 233);
}
@media screen and (max-width: 768px) {
  .mil-price-card {
    padding: 30px;
  }
}
.mil-price-card .mil-price-number {
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  color: rgb(32, 33, 36);
  font-weight: 600;
  line-height: 100%;
}
.mil-price-card .mil-price-number span span {
  font-weight: 400;
  font-size: 15px;
  color: rgb(143, 144, 145);
}
@media screen and (max-width: 768px) {
  .mil-price-card .mil-price-number {
    font-size: 24px;
  }
  .mil-price-card .mil-price-number span span {
    font-size: 14px;
  }
}
.mil-price-card ul li {
  list-style-type: none;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.mil-price-card ul li.mil-empty {
  opacity: 0.3 !important;
}

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

accordion

------------------------------------------- */
.mil-accordion-group {
  border-bottom: solid 1px rgba(32, 33, 36, 0.1);
  margin-bottom: 30px;
}
.mil-accordion-group .mil-accordion-menu {
  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;
  cursor: pointer;
  margin-bottom: 30px;
}
.mil-accordion-group .mil-accordion-menu .mil-symbol {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: rgb(32, 33, 36);
  background-color: rgb(233, 233, 233);
  font-size: 16px;
  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: relative;
}
.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-plus, .mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus {
  font-weight: 400;
  position: absolute;
}
.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.mil-accordion-group .mil-accordion-menu .mil-accordion-head {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgb(32, 33, 36);
}

.mil-accordion-content {
  height: 0;
  overflow: hidden;
}
.mil-accordion-content > div {
  padding-bottom: 30px;
}

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

footer

------------------------------------------- */
.footer {
  position: relative;
  height: 90px;
  width: 100%;
  background-color: rgb(32, 33, 36);
  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-default .footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer:before, 
.footer:after {
  content: "";
  height: 100px;
  width: 500px;
  background-color: rgb(32, 33, 36);
  position: absolute;
  top: 0;
  left: -500px;
}
.footer:after {
  left: auto;
  right: -500px;
}
.footer a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.footer a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1.5px;
  width: 0;
  background-color: rgb(244, 67, 54);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.footer a:hover {
  color: rgb(244, 67, 54) !important;
}
.footer a:hover:after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer.mil-fw > div {
  width: 100%;
}

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

page transitions

------------------------------------------- */
.transition-fade {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

html.is-animating .transition-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.mil-banner-frame .mil-banner-person {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-banner-frame .mil-banner-bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

html.is-animating .mil-banner-frame .mil-banner-person {
  opacity: 0;
  -webkit-transform: scale(0.95) translateY(30px);
          transform: scale(0.95) translateY(30px);
}
html.is-animating .mil-banner-frame .mil-banner-bg {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mil-fw-page .mil-right-banner {
  width: 4px;
}
.mil-fw-page .mil-banner-bg {
  opacity: 0;
}
.mil-fw-page .mil-back-to-top {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(-90deg);
          transform: translateX(0) rotate(-90deg);
}
.mil-fw-page.mil-100-page .mil-back-to-top {
  opacity: 0;
  -webkit-transform: translateX(90px) rotate(-90deg);
          transform: translateX(90px) rotate(-90deg);
}

html.is-animating .mil-right-banner {
  width: 35%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.mil-flying-skills div {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -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-fw-page .mil-flying-skills div {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

html.is-animating .mil-flying-skills div {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  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;
}

html.is-changing .mil-progress {
  height: 0 !important;
}
@media screen and (max-width: 1200px) {
  html.is-changing .mil-navigation {
    -webkit-transform: translateY(10px) scale(0.98) !important;
            transform: translateY(10px) scale(0.98) !important;
    opacity: 0 !important;
    pointer-events: none;
  }
}
html.is-changing .mil-has-children ul {
  -webkit-transform: translateY(10px) scale(0.98) !important;
          transform: translateY(10px) scale(0.98) !important;
  opacity: 0 !important;
}

.mil-menu-transition {
  opacity: 1;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-transition ul li.mil-active a {
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-transition ul li.mil-active a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

html.is-animating .mil-menu-transition {
  opacity: 0.9999;
}
html.is-animating .mil-menu-transition ul li.mil-active a:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

/*-------------------------
widget settings
--------------------------*/

.attr-featured-false .mil-blog-card .mil-cover, 
.attr-details-false .mil-blog-card .mil-cover .mil-post-date,
.attr-title-false .mil-blog-card .mil-descr h4,
.attr-desc-false .mil-blog-card .mil-descr > div,
.attr-date-false .mil-blog-card .mil-cover .mil-post-date .mil-softened-30,
.attr-date-false .mil-blog-card .mil-cover .mil-post-date .mil-dot-divider,
.attr-category-false .mil-blog-card .mil-cover .mil-post-date .mil-accent,
.attr-button-false .mil-blog-card .mil-cover .mil-link
{
	display: none !important;
}

.attr-details-false .mil-portfolio-item .mil-description, 
.attr-title-false .mil-portfolio-item .mil-description h4,
.attr-category-false .mil-portfolio-item .mil-description p, 
.attr-button-false .mil-portfolio-item .mil-btn,
.attr-button-false .mil-portfolio-item .mil-link {
	display: none !important;
}

/*-------------------------
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: rgb(146, 152, 155);
    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: rgb(146, 152, 155);
  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 #F2F3F5;
  color: rgb(146, 152, 155);
}

.widget-area ul li:first-child,
.widget-area ol li:first-child {
  border-top: solid 1px #F2F3F5;
}

.widget-area ul li a,
.widget-area ol li a {
  display: block;
  text-decoration: none;
  color: rgb(32, 33, 36);
  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 #F2F3F5;
}
.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: #F2F3F5;
}
.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: #F2F3F5;
  font-size: 14px;
  font-weight: 400;
  color: rgb(32, 33, 36);
}

.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;
  position: relative;
  padding: 0 60px 0 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #F2F3F5;
  display: block;
  width: 100%;
  border: none;
  border-bottom: solid 1px #F2F3F5;
  margin-bottom: 0;
}
.single-post-text select {
	background-color: #fff;
}

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

.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: 15px !important;
  background-color: rgb(244, 67, 54);
  padding: 2px 5px;
  color: rgb(32, 33, 36);
  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 rgb(146, 152, 155);
}

.widget-area table caption {
	padding: 5px;
	font-weight: 600;
	font-size: 14px;
	border-bottom: none;
	background: rgb(146, 152, 155);
	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: rgb(244, 67, 54);
	color: #000!important;
}

@media (max-width: 992px) {

}

/*-------------------------
custom header
--------------------------*/

span.logotype__title {
  font-family: "Outfit", serif;
  font-size: 17px;
  font-weight: 500;
}

span.logotype__sub {
	display: none;
}

/*-------------------------
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: rgb(244, 67, 54);
	z-index: 3;
}

.post-edit-link {
	text-decoration: underline;
  	color: rgb(32, 33, 36);
}

.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: 14px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-post-text dt {
	margin-bottom: 5px;
	font-weight: 700;
  color: rgb(32, 33, 36);
}

.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 h1 {
  font-size: 60px;
}
.single-post-text h2 {
  font-size: 48px;
}
.single-post-text h3 {
  font-size: 36px;
}
.single-post-text h4 {
  font-size: 18px;
}
.single-post-text h5 {
  font-size: 15px;
}
.single-post-text h6 {
  font-size: 14px;
}

.single-post-text ul,
.single-post-text ol,
.single-post-text iframe,
.single-post-text table,
.single-post-text object {
  margin-bottom: 30px
}

.single-post-text ul:last-child,
.single-post-text ol: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
}

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

.single-post-text blockquote {
	margin: 30px 0;
	color: rgb(32, 33, 36);
	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: rgb(32, 33, 36);
	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: rgb(32, 33, 36);
	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: 30px;
  padding-top: 30px;
  color: rgb(146, 152, 155);
  border-top: 1px dashed rgb(190, 193, 195);
}

.post-text-bottom > span {
	margin-bottom: 1rem;
	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: rgb(32, 33, 36);
	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: rgb(32, 33, 36);
	font-size: 17px;
}

.social-share a:hover, 
.social-share a:hover .icon {
	color: rgb(244, 67, 54);
}

.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: rgb(32, 33, 36);
  	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: rgb(32, 33, 36);
  	text-decoration: underline;
}

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

.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: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed rgb(190, 193, 195);
    padding-top: 30px
}

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

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

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

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

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

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

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

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

.mil-text a {
	color: rgb(32, 33, 36);
	text-decoration: none;
}

.mil-text a:hover {
	color: rgb(32, 33, 36);
	text-decoration: underline;
}

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

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

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

.mil-sidebar-frame {
	width: 100%;
	padding: 30px;
	background-color: #FFFFFF;
  }
  
  .mil-sidebar-frame .mil-sidebar {
	border: dashed 1px rgb(190, 193, 195);
	padding: 30px;
  }
  
  @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-gray-bg {
  background: rgb(233,233,233);
}

.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: rgb(32, 33, 36);
}

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

.form-comment .mil-group-input textarea {
  background: #fff;
  max-width: 800px;
  height: 180px;
  font-size: 12px;
  font-family: 'Outfit';
  padding: 20px;
}

@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: rgb(146, 152, 155);
}

.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 rgb(244, 67, 54);
}

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

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

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

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

.wp-block-group.has-background {
	padding: 20px;
	color: rgb(32, 33, 36);
}

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

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

.wp-block-media-text.has-background {
	color: rgb(32, 33, 36);
}

.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: rgb(244, 67, 54);
	color: rgb(32, 33, 36);
	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: rgb(32, 33, 36);
}

.wp-block-button.is-style-outline a.wp-block-button__link {
	padding-top: 11px;
	padding-bottom: 11px;
	border: 2px solid rgb(244, 67, 54);
	color: rgb(244, 67, 54);
	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 select,
.wp-block-categories-dropdown select {
	max-width: 390px;
}

.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"] {
	margin-bottom: 0;
  margin-top: 10px;
	border-left: none;
}
.post-password-form input[type="submit"] {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: bottom;
	width: 220px;
	background: rgb(244, 67, 54);
	text-transform: uppercase;
}

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

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

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

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

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

/*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: 15px;
  display: inline-block;
  vertical-align: top;
}
.social-share .fab.fa-twitter.x-icon svg {
  width: 17px;
}
.social-share a:hover svg path,
.mil-social-icons li a:hover svg path {
  fill: rgb(244, 67, 54);
}