/*!
Theme Name: Brodart
Author: Illis
Author URI: https://illis-digital.fr/
Description: Brodart WordPress Theme
Requires at least: 4.9
Requires PHP: 7.4
Tested up to: 6.8
Version: 1.4.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: brodart
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

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

1. common
    - main
    - typography
    - suptitle
    - link
    - button
    - breadcrumbs
    - list
    - backgrounds
    - spaces
2. components
    - scrollbar
    - background grid
    - banner
    - slider navigation
    - counters
    - illustrations
    - icons
    - services
    - portfolio
    - accordion
    - blog
    - footer
    - top panel
    - menu button
    - hover images
    - process
    - inputs
    - reviews
    - price
    - skills
    - call to action
    - sidebar
    - map
    - team
    - comments
    - filter
    - timer
    - load more

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

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

main

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

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 170%;
  white-space: wrap;
  /*overscroll-behavior: none;
  scroll-behavior: smooth;*/
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.875rem;
  }
}

a img {
  border: none;
}

ul {
  padding-left: 15px;
}

img,
figure {
  max-width: 100%;
}

label {
  cursor: pointer;
}

iframe {
  max-width: 100%;
}

.comment-form-cookies-consent {
  margin-bottom: 30px;
}
.comment-form-cookies-consent input {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.comment-form a {
  text-decoration: underline;
  color: #000;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.comment-form a:hover {
  text-decoration: none;
  color: rgba(0,0,0,0.5);
}

.clear {
  clear: both;
}

.mil-wrapper {
  position: relative;
  width: 100%;
  height: fit-content;
}

.container,
.container-fluid {
  position: relative;
}

.mil-relative {
  position: relative;
}

.mil-o-hidden {
  overflow: hidden;
}

.mil-flex {
  display: flex;
}

section {
  position: relative;
}

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

typography

------------------------------------------- */
h1,
.mil-h1,
h2,
.mil-h2,
h3,
.mil-h3,
h4,
.mil-h4,
h5,
.mil-h5,
h6,
.mil-h6 {
  font-family: "Poppins", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 120%;
}

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

h1,
.mil-h1 {
  font-size: 3.125rem;
}
@media screen and (max-width: 992px) {
  h1,
  .mil-h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .mil-h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  h1,
  .mil-h1 {
    font-size: 1.75rem;
  }
}

h2,
.mil-h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 992px) {
  h2,
  .mil-h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .mil-h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  h2,
  .mil-h2 {
    font-size: 1.5rem;
  }
}

h3,
.mil-h3 {
  font-size: 1.5rem;
}

h4,
.mil-h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 992px) {
  h4,
  .mil-h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  h4,
  .mil-h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  h4,
  .mil-h4 {
    font-size: 1rem;
  }
}

h5,
.mil-h5 {
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  h5,
  .mil-h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h5,
  .mil-h5 {
    font-size: 1rem;
  }
}

h6,
.mil-h6 {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  h6,
  .mil-h6 {
    font-size: 0.75rem;
  }
}

.mil-text-xs {
  font-size: 0.75rem;
}

.mil-text-sm {
  font-size: 0.875rem;
}

.mil-text-lg {
  font-size: 1rem;
  line-height: 220%;
}

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

.mil-font-2 {
  font-family: 'Campton', sans-serif;
}

.mil-shortened {
  padding-right: 15px;
}

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

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

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

blockquote {
  display: flex;
}
blockquote .mil-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #CD007E;
}
.citations-container {
  padding: 30px 0;
  background-color: #EEEEEE;
  border-bottom: solid 15px #FBEC52;
  border-image: url(assets/img/bg-yellow.svg) 10 repeat;
}
.citations-container>.container-fluid {
  padding: 20px;
}
blockquote .mil-quote-text {
  padding: 30px;
  border-left: solid 5px rgba(0, 0, 0, 0.05);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 3px) 5;
  width: calc(100% - 80px);
  font-weight: 400;
  font-family: 'Campton', sans-serif;
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 992px) {
  blockquote .mil-quote {
    display: none;
  }
  blockquote .mil-quote-text {
    width: 100%;
  }
}

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

.mil-accent {
  color: #CD007E;
}

.mil-light {
  color: rgb(255, 255, 255) !important;
}
.mil-light a {
  color: rgb(255, 255, 255) !important;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-light a:hover {
  color: rgb(255, 255, 255, 0.5) !important;
}

.mil-dark {
  color: rgb(0, 0, 0);
}

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

.mil-dark-soft {
  color: rgba(0, 0, 0, 0.5);
}

.mil-marker {
  background-color: #CD007E;
  padding: 0 5px;
}

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

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

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

@media screen and (max-width: 992px) {
  .mil-sm-left {
    text-align: left;
  }
  .mil-sm-center {
    text-align: center;
  }
}

body .mf-input-wrapper .mf-input-label,
body .mf-repeater-field-label {
  font-family: "Poppins", sans-serif;
}

.elementor-widget-text-editor ul {
  padding-left: 25px;
}

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

preloader

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


.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.preloader.loaded {
  visibility: hidden;
  opacity: 0;
  z-index: -99;
}

.preloader::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.preloader__spinner {
  position: relative;
  width: 50px;
  height: 50px;
  align-self: center;
  z-index: 2;
}

.preloader__double-bounce {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: bounce 2s infinite ease-in-out;
  opacity: 1;
  border-radius: 50%;
  background-color: #CD007E;
}

.preloader__double-bounce--delay {
  animation-delay: -1s;
  opacity: 0.5;
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.disable_preloader .preloader {
  display: none !important;
}

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

suptitle

------------------------------------------- */
.mil-suptitle {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.mil-suptitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 60px;
  background-image: url(assets/img/sep-light.svg);
  background-repeat: repeat-x;
}
.mil-banner-content .mil-suptitle:after {
  background: #cd007e;
}
.mil-suptitle.mil-light:after {
  background-image: url(assets/img/sep-light.svg);
  background-repeat: repeat-x;
}

.mil-accent.mil-suptitle {
  color: #CD007E;
}
.mil-accent.mil-suptitle.mil-suptitle:after {
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 3;
}

.mil-divider-sm {
  height: 5px;
  width: 60px;
  background-color: transparent;
  background-image: url(assets/img/sep-light.svg);
  background-repeat: repeat-x;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-divider-lg {
  height: 5px;
  width: 100%;
  background-color: transparent;
  background-image: url(assets/img/sep-light.svg);
  background-repeat: repeat-x;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-divider-lg.mil-styled-divider {
  position: relative;
}

.mil-divider-lg.mil-styled-divider:before {
  content: "";
  width: max(20%, 200px);
  max-width: 30%;
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #FBEC52;
}

.mil-bold {
  font-weight: bold!important;
}

.mil-divider-lg.mil-light {
  background-image: url(assets/img/sep-light-2.svg);
}

.mil-center .mil-suptitle:after {
  left: calc(50% - 30px);
}
.mil-center .mil-divider-sm {
  margin-left: auto;
  margin-right: auto;
}

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

link

------------------------------------------- */
.mil-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mil-link {
    font-size: 0.75rem;
  }
}
.mil-link .mil-arrow {
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background-color: #CD007E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link .mil-arrow svg {
  max-width: 50%;
}
.mil-link.mil-lnk-reversed .mil-arrow {
  margin-left: 0;
  margin-right: 15px;
}
.mil-link.mil-lnk-reversed:hover .mil-arrow {
  margin-left: 5px;
}
.mil-link .mil-arrow svg.svg-fill-white {
  fill: white;
}
.mil-link .mil-arrow.mil-light {
  background-color: rgb(255, 255, 255);
}
.mil-link .mil-arrow.reversed {
  margin-left: 0;
  margin-right: 15px;
}
.mil-link:hover .mil-arrow {
  margin-left: 20px;
}
.mil-link:hover .mil-arrow.reversed {
  margin-left: 5px;
}
.mil-link.mil-left-link {
  flex-direction: row-reverse;
}
.mil-link.mil-left-link .mil-arrow {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 15px;
}
.mil-link.mil-left-link:hover .mil-arrow {
  margin-left: 0;
  margin-right: 20px;
}
.mil-link.mil-disabled,
.mil-slider-button .mil-disabled {
  filter: grayscale(1);
  cursor: not-allowed;
}
.mil-pagination-item .mil-slider-button .mil-disabled {
  opacity: 0.5;
}

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

button

------------------------------------------- */
.mil-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #CD007E;
  color: rgb(0, 0, 0);
  padding: 0 60px;
  height: 70px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  font-family: "Poppins", sans-serif;
}
.mil-button.mil-transparent-button {
  background-color: transparent;
  border: solid 1px rgb(0, 0, 0);
}
.mil-button.mil-fw {
  width: 100%;
}
.mil-button.mil-sm {
  padding: 0 40px;
  height: 60px;
}
.mil-button:hover {
  filter: brightness(110%);
}

.mil-mini-button {
  background-color: transparent;
  border: solid 1px rgb(0, 0, 0);
  padding: 0 15px;
  height: 35px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-mini-button:hover {
  background-color: #CD007E;
}

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

breadcrumbs

------------------------------------------- */
.mil-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.mil-breadcrumbs.mil-center {
  justify-content: center;
}
.mil-breadcrumbs li {
  list-style-type: none;
  color: rgb(255, 255, 255);
}
.mil-breadcrumbs li a,
.mil-breadcrumbs li span {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-breadcrumbs li a:hover {
  color: #CD007E;
}
.mil-breadcrumbs li:after {
  content: "/";
  margin: 0 15px;
}
.mil-breadcrumbs li:last-child:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .mil-breadcrumbs {
    flex-direction: column;
  }
}

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

list

------------------------------------------- */
.mil-hori-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.mil-hori-list li {
  list-style-type: none;
  margin-right: 20px;
}
.mil-hori-list li:last-child {
  margin-right: 0;
}
.mil-hori-list li a {
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-hori-list li a:hover {
  color: #CD007E;
}
@media screen and (max-width: 768px) {
  .mil-hori-list {
    flex-direction: column;
  }
  .mil-hori-list li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .mil-hori-list li:last-child {
    margin-bottom: 0;
  }
}

.mil-list-inline {
  display: flex;
  flex-direction: row;
}
.mil-list li {
  position: relative;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.mil-list li:before {
  content: "";
  display: inline;
  width: 6px;
  height: 6px;
  border: solid 1px rgb(0, 0, 0);
  background-color: #CD007E;
  transform: rotate(45deg);
  margin-right: 15px;
}
.mil-list li .mil-additional-text {
  opacity: 0.4;
}
.mil-list.mil-list-type-2 li {
  padding-left: 25px;
  align-items: flex-start;
  flex-direction: column;
}
.mil-list.mil-list-type-2 li:before {
  position: absolute;
  top: 9px;
  left: 0;
}

.mil-icon-list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  color: rgb(0, 0, 0);
  margin-bottom: 15px;
  white-space: nowrap;
}
.mil-icon-list li:last-child {
  margin-bottom: 0;
}
.mil-icon-list li a {
  display: flex;
  align-items: center;
}
.mil-icon-list li img {
  background-color: rgb(229, 229, 229);
  width: 40px;
  height: 40px !important;
  padding: 10px;
  margin-right: 20px;
  border-radius: 50%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-icon-list li.mil-accent img {
  background-color: #CD007E;
}
.mil-icon-list li.mil-hover:hover img {
  background-color: #CD007E;
  margin-right: 30px;
}

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

backgrounds

------------------------------------------- */
.mil-soft-bg {
  background-color: rgb(242, 242, 242);
}

.mil-accent-bg {
  background-color: #CD007E;
}

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

spaces

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

.mil-mt-5 {
  margin-top: 5px!important;
}

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

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

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

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

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

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

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

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

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

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

.mil-mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .mil-mb-120 {
    margin-bottom: 90px;
  }
}

.mil-mt-suptitle-offset {
  margin-top: 65px;
}
@media screen and (max-width: 992px) {
  .mil-mt-suptitle-offset {
    margin-top: 30px;
  }
}

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

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

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

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

.mil-p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .mil-p-90-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mil-p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-60 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

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

.mil-p-0-60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .mil-p-0-60 {
    padding-bottom: 30px;
  }
}

.mil-p-0-90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .mil-p-0-90 {
    padding-bottom: 60px;
  }
}

.mil-p-0-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .mil-p-0-30 {
    padding-bottom: 0;
  }
}

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

.mil-adaptive-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .mil-adaptive-right {
    justify-content: flex-start;
  }
}

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

scrollbar

------------------------------------------- */
.mil-progress-track {
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
.mil-progress-track .mil-progress {
  width: 4px;
  height: 0;
  background-color: #CD007E;
}
@media screen and (max-width: 992px) {
  .mil-progress-track {
    display: none;
  }
}

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

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

background grid

------------------------------------------- */
.mil-background-grid {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: min(90%, 1140px);
  display: flex;
  justify-content: center;
  opacity: .1;
  background: url(assets/img/bg-grid.svg);
  background-size: cover;
}
.mil-background-grid.mil-top-space {
  margin-top: 100px;
}
.mil-background-grid.mil-softened {
  opacity: 0.05;
}
@media screen and (max-width: 768px) {
  .mil-background-grid {
    background: url(assets/img/grid-mobile.svg) no-repeat;
    background-size: cover;
  }
  .mil-background-grid:before {
    border: none;
    width: 1px;
    background-color: #545454;
  }
}

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

banner

------------------------------------------- */
.mil-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.elementor-widget-brodart-bg-scale-image,
.elementor-widget-brodart-bg-parallax-image,
.elementor-widget-brodart-about-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.elementor-widget-brodart-bg-lines {
  height: 100%;
}
footer .elementor-widget-brodart-bg-lines {
  overflow: hidden;
}

#contact_us_btn {
  position: fixed;
  bottom: 33%;
  right: -145px;
  z-index: 999;
  background: #FBEC52;
  display: flex;
  align-items: center;
  padding-right: 10px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

#contact_us_btn.en {
  right: -105px;
}

#contact_us_btn:hover {
  right: 0;
}

@media screen and (max-width: 768px) {
  #contact_us_btn {
    right: -130px;
  }
}

#contact_us_btn img {
  padding-right: 5px;
}

.mil-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.mil-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.mil-banner-offers {
  min-height: 70vh;
}
.container-offers {
  top: -15vh;
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .mil-banner {
    /*min-height: 1024px;*/
  }
}
.mil-banner .mil-banner-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.mil-banner .container, .mil-banner .container-fluid {
  height: 100%;
  display: flex;
  align-items: flex-end;
  /*padding-top: 1200px;*/
}
.elementor-widget-brodart-hero-image .mil-banner .container, .elementor-widget-brodart-hero-image .mil-banner .container-fluid {
  align-items: center;
  height: 100vh;
}
.mil-banner .mil-banner-content {
  width: 100%;
  position: relative;
}
.mil-banner-content h1 b, .mil-banner-content h2 b, .mil-banner-content h3 b,
.mil-form-devis h2 strong{
  color: #CD007E;
}
.mil-banner .mil-banner-slider-2 {
  height: 100%;
}
.mil-banner .container {
  padding-left: 10px;
}
.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
  opacity: 1!important;
}

.home .mil-banner-content h1 {
  font-size: 48px;
}

.home .mil-banner-content .mil-link {
  font-size: 18px;
}
@media screen and (max-width: 1200px){
  .mil-banner .mil-banner-content .col-xl-7 {
    margin-bottom: 0;
  }
  .mil-banner .mil-banner-content .mil-mb-90 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .mil-banner {
    min-height: 1024px;
    height: auto;
  }
  .home .mil-banner-content h1 {
    font-size: 2.5rem;
  }
  .mil-banner .mil-banner-slider-2 .mil-banner-content {
    padding: 190px 0 190px;
  }
}
.mil-banner.mil-banner-sm {
  height: 600px;
  min-height: 600px;
}
@media screen and (max-width: 1200px) {
  .mil-banner.mil-banner-sm {
    height: 480px;
    min-height: 480px;
  }
}

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

slider navigation

------------------------------------------- */
.mil-nav-position {
  position: absolute;
  z-index: 9;
  bottom: 90px;
  height: 0;
  right: 0;
  width: 100%;
  display: flex;
}
.mil-nav-position .mil-banner-slider-panel {
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .mil-nav-position {
    bottom: 60px;
    left: 0;
  }
  .mil-nav-position .mil-banner-slider-panel {
    margin-left: 0;
  }
}

.mil-banner-slider-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .mil-banner-slider-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

.mil-banner-pagination {
  position: static;
  width: auto !important;
  margin-right: 90px;
}
.mil-banner-pagination .swiper-pagination-bullet {
  background-color: transparent;
  transform: none;
  opacity: 1;
  width: 20px;
  height: 20px;
  margin-right: 30px !important;
  border-radius: 0;
}
.mil-banner-pagination .swiper-pagination-bullet:after {
  content: "00";
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.mil-banner-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.mil-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  color: #CD007E;
}
.mil-banner-pagination .swiper-pagination-bullet:nth-child(1):after {
  content: "01";
}
.mil-banner-pagination .swiper-pagination-bullet:nth-child(2):after {
  content: "02";
}
.mil-banner-pagination .swiper-pagination-bullet:nth-child(3):after {
  content: "03";
}
.mil-banner-pagination .swiper-pagination-bullet:nth-child(4):after {
  content: "04";
}
.mil-banner-pagination .swiper-pagination-bullet:nth-child(5):after {
  content: "05";
}
.mil-banner-pagination .swiper-pagination-bullet:nth-child(6):after {
  content: "06";
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
  font-family: 'Playfair Display', serif;
  color: #cd007e;
}

.mil-nav-buttons {
  display: flex;
  align-items: center;
}
.mil-nav-buttons .mil-slider-button {
  cursor: pointer;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 30px;
  border-right: 5px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-nav-buttons .mil-slider-button:last-child {
  padding-right: 0;
  padding-left: 30px;
  border: none;
}
.mil-nav-buttons .mil-slider-button:hover {
  color: #CD007E;
}
.mil-nav-buttons .mil-slider-button.swiper-button-disabled {
  color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.mil-nav-buttons.mil-light .mil-slider-button {
  color: rgb(255, 255, 255);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0.2) 3px) 5;
}
.mil-nav-buttons.mil-light .mil-slider-button:last-child {
  border: none;
}
.mil-nav-buttons.mil-light.swiper-button-disabled {
  color: rgba(255, 255, 255, 0.1);
  cursor: not-allowed;
}

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

counters

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

.mil-counter {
  font-size: 5rem;
  color: var(--e-global-color-accent);
  font-family: 'Playfair Display', serif;
}
.mil-counter-frame {
  width: 100%;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5;
  padding: 15px;
}
.mil-counter-frame p br {
  display: none;
}
.mil-border .mil-counter-frame p br {
  display: block;
}
@media screen and (max-width: 576px) {
  .mil-counter-frame p br {
    display: block;
  }
}
.mil-counter-frame.mil-light {
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0.2) 3px) 5;
}

.mil-infinite-show .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}

.mil-partner-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mil-partner-frame img {
  margin-top: 5px;
  width: 150px;
}

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

illustrations

------------------------------------------- */
.mil-image-frame {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mil-image-frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.mil-illustration {
  padding-bottom: 100%;
  position: relative;
}
.mil-illustration-layout:before {
  content: "";
  width: 30%;
  height: 30%;
  background-color: transparent;
  border: 30px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 30;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  right: -10px;
}
.mil-illustration .mil-about-counter,
.frise-timeline .mil-about-counter {
  padding: 30px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: #FCF7F0;
}
.mil-illustration .mil-about-counter:before,
.frise-timeline .mil-about-counter:before  {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 30px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 30;
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: -20px;
}
@media screen and (max-width: 992px) {
  .mil-illustration .mil-about-counter:before {
    bottom: -15px;
    right: -15px;
  }
}
@media screen and (max-width: 500px) {
  .mil-illustration .mil-about-counter:before {
    bottom: -10px;
    right: -10px;
  }
}
.mil-illustration.mil-fw-item {
  padding-bottom: 40%;
}
@media screen and (max-width: 992px) {
  .mil-illustration.mil-fw-item {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 768px) {
  .mil-illustration.mil-fw-item {
    padding-bottom: 100%;
  }
}

.mil-about-counter {
  padding: 30px;
  position: relative;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .mil-about-counter {
    padding: 30px;
  }
}
.mil-about-counter .mil-avatar {
  margin-left: auto;
  margin-right: auto;
}

.mil-item-frame {
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
}

.mil-avatar-frame {
  text-align: center;
  padding: 30px;
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
}

.mil-avatar {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}
.mil-avatar img {
  width: 100%;
  height: 100% !important;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.mil-illustration-slider-frame {
  position: relative;
  overflow: hidden;
}

.mil-illustration-slider-nav {
  padding: 40px 60px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  z-index: 1;
  bottom: -1px;
  right: 0;
}

.container .mil-illustration-slider-nav,
.elementor-widget-container .mil-illustration-slider-nav {
  right: 30px;
}

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

icons

------------------------------------------- */
.mil-icon {
  display: inline-flex;
  padding: 15px;
}
.mil-icon.mil-icon-accent-bg {
  background-color: #CD007E;
}
.mil-icon.mil-icon-deep-bg {
  background-color: rgb(229, 229, 229);
}
.mil-icon.mil-icon-border {
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
}
.mil-icon.mil-icon-lg {
  width: 60px;
  height: 60px;
}
.mil-icon.mil-icon-xl {
  width: 80px;
  height: 80px;
}

.mil-icon-box {
  display: block;
  position: relative;
}
.mil-icon-box .mil-icon img {
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-icon-box:hover .mil-icon img {
  transform: scale(1.1);
}
.mil-icon-box:hover .mil-icon.mil-icon-border {
  border: 5px solid #CD007E;
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, #CD007E 1px, #CD007E 3px) 5;
}

.mil-advantage:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: transparent;
  border: 3px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 3;
  position: absolute;
  z-index: -1;
  top: 85px;
  left: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-advantage .mil-icon {
  background-color: rgb(255, 255, 255);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-advantage .mil-icon img {
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-advantage:hover:before {
  background-color: transparent;
  border: 3px solid #CD007E;
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, #CD007E 1px, #CD007E 3px) 3;
}
.mil-advantage:hover .mil-icon {
  border-color: #CD007E;
}

.mil-hww {
  padding-left: 30px;
  border-top: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
  padding-top: 60px;
}
.mil-hww .mil-icon {
  position: absolute;
  top: -5px;
  right: 0;
}
.mil-hww:hover {
  border-top: solid 5px #CD007E;
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, #CD007E 1px, #CD007E 3px) 5;
}
.mil-hww:hover .mil-icon {
  border-color: #CD007E;
}
.mil-hww:hover .mil-divider-sm {
  background-color: transparent;
  border-top: solid 5px #CD007E;
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, #CD007E 1px, #CD007E 3px) 5;
}

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

services

------------------------------------------- */
.mil-service-card {
  background-color: rgb(255, 255, 255);
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 60px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-card .mil-card-number {
  position: absolute;
  top: 30px;
  left: 30px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 800;
  font-size: 1.25rem;
}
.mil-service-card .mil-center {
  width: 100%;
}
.mil-service-card .mil-service-text {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-card .mil-go-buton {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 30px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-card:hover {
  background-color: rgb(255, 255, 255);
  padding-top: 80px;
  padding-bottom: 40px;
  border: 5px solid #CD007E;
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, #CD007E 1px, #CD007E 3px) 5;
}
.mil-service-card:hover .mil-service-text {
  opacity: 0;
  transform: translateY(15px) scale(0.8);
}
.mil-service-card:hover .mil-divider-sm {
  background-color: #CD007E;
}
.mil-service-card:hover .mil-go-buton {
  bottom: 0;
}

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

portfolio

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

.elementor-widget-brodart-gallery, .elementor-widget-brodart-card-image, .elementor-widget-brodart-image-etiquette, .elementor-widget-brodart-bloc-etiquettes, .elementor-widget-brodart-gallery-big {
  width: 100%;
}
.elementor-widget-brodart-gallery .elementor-widget-container,
.elementor-widget-brodart-card-image .elementor-widget-container {
  width: 100%;
}

.mil-grid-gallery {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  align-self: stretch;
  gap: 10px 10px;
  padding: 0;
}
.mil-grid-gallery > div {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  width: 25%;
  flex: 0 1 auto;
}
@media screen and (max-width: 992px) {
  .mil-grid-gallery {
    flex-wrap: wrap;
  }
  .mil-grid-gallery > div {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .mil-grid-gallery > div {
    width: 48%;
  }

}

.mil-portfolio-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.mil-portfolio-grid .grid-sizer, .mil-portfolio-grid .mil-grid-item {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 992px) {
  .mil-portfolio-grid .grid-sizer, .mil-portfolio-grid .mil-grid-item {
    width: 100%;
  }
}

.mil-portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 1 100px;
}
@media (max-width: 767px) {
  .mil-portfolio-item {
    flex: 0 1 100px;
  }
}
.mil-portfolio-item>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-portfolio-item.mil-rect-item {
  padding-bottom: 54%;
}
.mil-portfolio-item.mil-square-item {
  padding-bottom: 100%;
}
.mil-portfolio-item.mil-long-item {
  padding-bottom: calc(200% + 10px);
}
.mil-portfolio-item .mil-upper, .mil-portfolio-item p {
  margin: 10px 0!important;
}
.mil-portfolio-item .mil-project-descr {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  background-color: #FBEC52;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-portfolio-item:hover>img,
.mil-portfolio-item:hover .mil-project-descr {
  transform: scale(1.05);
}
.mil-portfolio-item-2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.mil-portfolio-item-2.mil-square-item {
  padding-bottom: 100%;
}
.mil-portfolio-item-2.mil-long-item {
  padding-bottom: 65%;
}
.mil-portfolio-item-2 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-portfolio-item-2 .mil-project-descr {
  padding: 90px 60px 60px 100px;
  background-color: #CD007E;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-portfolio-item-2 .mil-project-descr * {
  opacity: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}
.mil-portfolio-item-2 .mil-category {
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  left: 60px;
  width: auto;
  text-align: center;
  transform: rotate(-90deg);
  background-color: #CD007E;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transform-origin: left bottom;
}
.mil-portfolio-item-2 .mil-category span:not(:first-child) {
  margin-left: 8px;
}
.mil-portfolio-item-2 .mil-category span:last-child em {
  display: none;
}
.mil-portfolio-item-2:hover img {
  transform: scale(1);
}
.mil-portfolio-item-2:hover .mil-project-descr {
  transform: translateY(0);
  opacity: 1;
}
.mil-portfolio-item-2:hover .mil-project-descr * {
  opacity: 1;
  transition-delay: 0.3s;
}
.mil-portfolio-item-2:hover .mil-category {
  background-color: rgb(255, 255, 255);
}

.mil-portfolio-item-2 .mil-project-descr h3 {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 300px;
}

.attr-title-false .mil-portfolio-item-2 .mil-project-descr h3,
.attr-title-false .mil-portfolio-item-2 .mil-project-descr .mil-h3,
.attr-category-false .mil-portfolio-item-2 .mil-category,
.attr-more-false .mil-portfolio-item-2 .mil-project-descr .mil-link {
  display: none !important;
}

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

accordion

------------------------------------------- */
.mil-faq-image {
  min-height: 80vh;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
}
.mil-faq-image-bg {
  position: absolute;
  height: 100%;
  width: 60vw;
  top: 0;
  left: 35%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
}
.mil-faq-image>div {
  width: 100%;
}

.mil-faq-image-content {
  width: calc(35% - 10px);
}

.mil-faq-image.mil-faq-with-title .mil-faq-image-bg {
  display: none;
}
.mil-faq-image.mil-faq-with-title .mil-faq-image-bg{
  height: 60vw;
  width: 100%;
  top: 20%;
  left: 35%;
  background-repeat: no-repeat;
  background-position: top;
}
.mil-faq-image-bg-with-title {
  background-size: contain;
}

.mil-faq-image.mil-faq-with-title {
  margin-top: 30px;
  justify-content: start;
}

@media screen and (max-width: 768px) {
  .mil-faq-image {
    min-height: unset;
  }
  .mil-faq-image.mil-faq-with-title {
    margin-top: 30px;
    justify-content: center;
  }
  .mil-faq-image-bg-with-title {
    display: none;
  }
  .mil-faq-image.mil-faq-with-title .mil-faq-image-bg {
    display: block;
  }

  .mil-faq-image.mil-faq-with-title .mil-faq-image-bg {
    height: 100%;
    left: -10vw;
    width: 150vw;
    top: 0;
  }
  .mil-faq-image-content {
    width: 100%;
    margin-bottom: 15px;
  }
}

.mil-faq-image .mil-accordion-group.accordion-open {
  background: rgba(255, 255, 255, 0.75);
  border-left: 5px solid rgba(255, 255, 255, 1);
  border-right: 5px solid rgba(255, 255, 255, 1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.5) 1px, rgba(255, 255, 255, 0.5) 3px) 5;
}

.mil-faq-image>div .mil-accordion-group:first-of-type.accordion-open {
  border: 5px solid rgba(255, 255, 255, 1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.5) 1px, rgba(255, 255, 255, 0.5) 3px) 5;
}

.mil-faq-image .mil-accordion-group {
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.5) 1px, rgba(255, 255, 255, 0.5) 3px) 5;
  padding-top: 30px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .mil-faq-image .mil-accordion-group {
    width: 100%;
  }
}

.mil-accordion-group {
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0.2) 3px) 5;
  padding-top: 30px;
}
.mil-accordion-group.accordion-open {
  border-left: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0.2) 3px) 5;
}
.elementor-widget-container .mil-accordion-group:first-of-type.accordion-open {
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0.2) 3px) 5;
}
.mil-accordion-group .mil-accordion-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.mil-accordion-group .mil-accordion-menu h6 {
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-accordion-group .mil-accordion-menu .mil-symbol {
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: lighter;
  width: 20px;
  font-size: 3rem;
  position: relative;
}
.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-plus, .mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus {
  position: absolute;
}
.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus {
  transform: translateY(-10px) translateX(10px);
}
.mil-accordion-group .mil-accordion-menu:hover h6 {
  transform: translateX(10px);
}
.mil-accordion-group.mil-dark {
  border-bottom: solid 5px rgba(0, 0, 0, 0.1);
}
.mil-accordion-group.mil-dark .mil-accordion-menu {
  color: rgb(0, 0, 0);
}
.mil-accordion-group.mil-dark .mil-accordion-menu h6 {
  color: rgb(0, 0, 0);
}

.mil-accordion-content {
  padding-left: 15px;
  height: 0;
  overflow: hidden;
}

.mil-accordion-content.mil-expanded {
  height: 0;
  overflow: hidden;
}

.elementor-widget-brodart-faq .title-active {
  color: #cd007e!important;
}

.elementor-widget-brodart-faq .mil-light.title-active {
  color: #FBEC52!important;
}

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

blog

------------------------------------------- */
.mil-blog-card {
  display: flex;
  gap: 10px;
}
.post_readmore_disabled .mil-blog-card p .mil-link {
  display: none!important;
}
.mil-blog-card .mil-cover {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.mil-blog-card-bis {
  flex-direction: column;
  align-items: start;
}

.mil-blog-card-bis .mil-cover {
  width: 100%;
}
.mil-blog-card .mil-cover.mil-square {
  padding-bottom: 50%;
}
.mil-blog-card .mil-cover.mil-long {
  padding-bottom: 60%;
}

.mil-blog-card .mil-cover.mil-rect {
  padding-bottom: 30%;
}
.mil-blog-card .mil-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card .mil-cover .mil-date,
.mil-blog-card .mil-date{
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
  min-width: 120px;
  height: 30px;
  background-color: #CD007E;
  position: absolute;
  bottom: 45px;
  right: -10px;
  transform: rotate(-90deg);
}
.mil-blog-card .mil-date + .mil-suptitle {
  margin-left: 20px;
}
.mil-blog-card .mil-date {
  padding: 0 10px;
  width: auto;
  position: relative;
  display: inline-block;
  line-height: 30px;
  bottom: auto;
  right: auto;
  transform: none;
}
.mil-blog-card .mil-description {
  width: 50%;
  padding-left: 15px;
}
.mil-blog-card-bis .mil-description {
  width: 100%;
  padding-left: 0;
}
.mil-blog-card .mil-description:first-child {
  width: 100%;
  padding-left: 0;
}
.mil-blog-card .mil-description h4:first-child {
  margin-top: 0;
}
.mil-blog-card:hover .mil-cover img {
  transform: scale(1);
}
.mil-blog-card.mil-lg-card {
  flex-direction: column;
}
.mil-blog-card.mil-lg-card .mil-cover {
  width: 100%;
  margin-bottom: 30px;
}
.mil-blog-card.mil-lg-card .mil-description {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.mil-blog-card.mil-lg-card .mil-description .mil-left-side {
  width: 50%;
  padding-right: 50px;
}
.mil-blog-card.mil-lg-card .mil-description .mil-right-side {
  width: 50%;
  padding-left: 30px;
}
.mil-blog-card.mil-lg-card .mil-description .mil-right-side .mil-link {
  display: none;
}
@media screen and (max-width: 992px) {
  .mil-blog-card.mil-lg-card .mil-description {
    flex-wrap: wrap;
  }
  .mil-blog-card.mil-lg-card .mil-description .mil-left-side {
    width: 100%;
  }
  .mil-blog-card.mil-lg-card .mil-description .mil-right-side {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
  }
  .mil-blog-card.mil-lg-card .mil-description .mil-right-side .mil-link {
    display: inline-flex;
  }
}
@media screen and (max-width: 768px) {
  .mil-blog-card {
    flex-direction: column;
  }
  .mil-blog-card .mil-cover {
    width: 100%;
    height: auto;
  }
  .mil-blog-card .mil-cover.mil-long {
    padding-bottom: 100%;
  }
  .mil-blog-card .mil-description {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.mil-pub-author {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.attr-featured-false .mil-blog-card .mil-cover,
.attr-title-false .mil-blog-card .mil-description h4,
.attr-title-false .mil-blog-card .mil-description .mil-h4,
.attr-date-false .mil-blog-card .mil-cover .mil-date,
.attr-category-false .mil-blog-card .mil-description .mil-suptitle,
.attr-excerpt-false .mil-blog-card .mil-description p,
.attr-more-false .mil-blog-card .mil-description p .mil-link {
  display: none !important;
}

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

footer

------------------------------------------- */
footer {
  overflow: hidden;
}
footer .mil-bg-img {
  height: 150% !important;
  top: -25% !important;
}

.mil-footer-logo {
  display: block;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .mil-footer-logo {
    margin-top: 60px;
    text-align: left;
  }
}

.mil-footer-navigation {
  position: relative;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 5px solid rgba(255, 255, 255, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.1) 1px, rgba(255, 255, 255, 0.1) 3px) 5;
}
.mil-footer-navigation nav ul {
  display: flex;
  align-items: center;
}
.mil-footer-navigation nav ul li {
  list-style-type: none;
  position: relative;
  margin-right: 40px;
}
.mil-footer-navigation nav ul li:last-child {
  margin-right: 0;
}
.mil-footer-navigation nav ul li a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-footer-navigation nav ul li a:not([href="#"]):hover {
  color: #CD007E;
}
.mil-footer-navigation nav ul li.mil-active > a,
.mil-footer-navigation nav ul li.current-menu-item > a {
  padding: 5px 10px;
  color: rgb(0, 0, 0);
  background-color: #CD007E;
}
@media screen and (max-width: 992px) {
  .mil-footer-navigation nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .mil-footer-navigation nav ul li {
    margin: 0;
    margin-bottom: 15px;
  }
  .mil-footer-navigation nav ul li:last-child {
    margin-bottom: 0;
  }
}
.mil-footer-navigation.mil-dark nav ul li a {
  color: rgb(0, 0, 0);
}
.mil-footer-navigation.mil-dark nav ul li a:hover {
  color: #CD007E;
}
.mil-footer-navigation.mil-center {
  justify-content: center;
}

.mil-footer-bottom {
  padding: 30px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mil-footer-bottom ul {
  display: flex;
}
.mil-footer-bottom ul li {
  list-style-type: none;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .mil-footer-bottom ul li {
    margin-right: 15px;
  }
}
.mil-footer-bottom ul li:last-child {
  margin-right: 0;
}
.mil-footer-bottom ul li a {
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-footer-bottom ul li a:hover {
  color: #CD007E !important;
}
@media screen and (max-width: 992px) {
  .mil-footer-bottom {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 0;
  }
}

.mil-footer-default {
  font-size: 0.875rem;
}

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

top panel

------------------------------------------- */
.mil-top-panel {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-panel.mil-top-panel-default {
  background-color: rgba(0,0,0,0.9);
}

.mil-top-panel:has(.mil-navigation.mil-active) {
  background: black;
}
.mil-top-panel .mil-top-panel-content {
  width: min(90%, 1140px);
  margin: auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-top-panel .mil-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mil-top-panel.mil-active {
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
}

.mil-top-panel .brodart-logo {
  margin-top: 80px;
}

.mil-top-panel.mil-active .brodart-logo {
  margin-top: 0;
}

.mil-top-panel .logo--small {
  display: none;
}

.mil-top-panel.mil-active .logo--small {
  display: block;
  width: 120px;
}

.mil-top-panel.mil-active .logo--large {
  display: none;
}

.mil-top-panel-buttons {
  display: flex;
  align-items: center;
}
.mil-top-panel-buttons .mil-search-btn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mil-top-panel-buttons .mil-search-btn {
    margin-right: 15px;
  }
}

.mil-navigation {
  display: flex;
  justify-content: center;
  text-align: center;
}
.mil-navigation nav {
  width: 100%;
  display: flex;
  position: relative;
}
.mil-navigation nav ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.mil-navigation nav ul li {
  display: flex;
  align-items: center;
  margin: 0 12px;
  list-style-type: none;
  flex-direction: column;
}
.mil-navigation nav ul li a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 10px;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-navigation nav ul li a:not([href="#"]):hover {
  color: #CD007E;
}

.mil-navigation nav ul li a i:hover {
  color: #cd007e;
}
.mil-navigation nav ul li.mil-active > a,
.mil-navigation nav ul li.current-menu-item > a{
  text-decoration: underline;
  text-decoration-color: #CD007E;
}

.mil-navigation nav ul li.mil-has-children:hover:after {
  content: "";
  width: 100%;
  height: 40px;
  background-color: transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.mil-navigation nav>ul>li.mil-has-children>ul {
  opacity: 0;
  position: absolute;
  left: -4%;
  top: 60px;
  transform: translateY(10px) scale(0.98);
  pointer-events: none;
  display: flex;
  justify-content: space-evenly;
  min-width: 200px;
  width: 115%;
  padding: 30px 30px;
  background-color: #000000DD;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-navigation nav ul li.mil-has-children ul li {
  margin-bottom: 15px;
  margin-left: 0;
  text-align: left;
}
.mil-navigation nav ul li.mil-has-children ul li:last-child {
  margin-bottom: 0;
}
.mil-navigation nav ul li.mil-has-children ul li a {
  color: white;
  text-align: left;
  width: 100%;
  font-weight: normal;
}
.mil-navigation nav ul li.mil-has-children ul li a:not([href="#"]):hover {
  color: #cd007e;
}
.mil-navigation nav ul li.mil-has-children ul li a[href="#"]:hover,
.mil-navigation nav ul li a[href="#"]:hover {
  cursor: default;
}
.mil-navigation nav ul li.mil-has-children:hover > ul {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0) scale(1);
}
.mil-navigation nav ul li.mil-has-children ul ul {
  opacity: 1;
  display: block;
  position: initial;
}
.mil-navigation nav .sub-menu ul li{
  display: flex;
  flex-direction: column;
}
.mil-navigation .nav-dropdown {
  display: none;
}
@media screen and (max-width: 1200px) {
  .mil-top-panel .elementor-element {
    position: static !important;
  }
  .mil-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    box-shadow: 0 0 40px 0 rgba(18, 24, 32, 0.1);
    width: 100%;
    background-color: #000000dd;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  }
  .mil-navigation nav ul li.mil-has-children:hover > ul {
    opacity: 0;
  }
  .mil-navigation .nav-dropdown {
    display: inline-block;
    margin-left: 5px;
    border: 1px solid;
    padding: 4px;
  }
  .mil-navigation.mil-active {
    top: 100px;
    height: calc(100vh - 100px);
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    background: rgba(45, 45, 45, 0.95);
    backdrop-filter: blur(10%);
  }
  .mil-navigation nav {
    padding: 50px 0 0 0;
  }
  .mil-navigation #menu-header {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .mil-navigation #menu-header > li {
    width: 100%;
    border-bottom: 3px solid grey;
    padding-bottom: 15px;
    /*border-image: url(assets/img/border-light.svg) 3 repeat;*/
    text-align: left;
  }
  .mil-navigation nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mil-navigation nav ul li {
    width: 100%;
    margin: 0 0 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .mil-navigation nav ul li .mil-divider-lg {
    display: none;
  }
  .mil-navigation nav ul li:last-child {
    margin-bottom: 0;
  }
  .mil-navigation .mil-menu-item.mil-nav-active>a, .mil-navigation nav ul li a i:hover, .mil-navigation nav ul li a:not([href="#"]):hover {
    color: #FBEC52!important;
  }
  .mil-navigation nav ul li a, .mil-navigation #sub-menu a {
    position: relative;
    width: 100%;
    padding: 0 15px;
  }
  .mil-navigation nav ul li a i,
  .mil-navigation #sub-menu a i{
    float: right;
  }
  .mil-navigation nav ul li.mil-has-children {
    overflow: hidden;
    height: auto;
    padding-right: 0;
  }
  .mil-navigation nav ul li.mil-has-children:before {
    display: none;
  }
  .mil-navigation nav ul li.mil-has-children ul {
    position: static;
    margin-left: -1px;
    opacity: 1;
    width: 100%;
    max-height: 0;
    padding: 0;
    transform: none;
    border-radius: 0 !important;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0, 0, 0.3642, 1);
  }
  .mil-navigation nav ul li.mil-has-children ul ul {
    left: auto;
    top: auto;
  }
  .mil-navigation nav ul li.mil-has-children  i {
    transition: all 0.4s cubic-bezier(0, 0, 0.3642, 1);
  }
  .mil-navigation nav ul li.mil-has-children.mil-nav-active > a > i {
    transform: rotate(180deg);
  }
  .mil-navigation nav ul li.mil-has-children>ul li a {
    padding-left: 20px;
  }

  .mil-navigation nav ul li.mil-has-children ul li a ul li a {
    padding-left: 20px;
  }
  .mil-navigation nav ul li.mil-has-children.mil-nav-active > ul {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0) scale(1);
  }

  .mil-navigation nav ul li.mil-has-children ul li:first-child {
    margin-top: 30px;
  }
  .mil-navigation nav ul li.mil-has-children ul li:last-child {
    margin-bottom: 30px;
  }
  .mil-navigation nav ul li.mil-has-children.mil-nav-active > ul {
    margin-top: 15px;
    max-height: 500px;
  }
  .mil-navigation nav ul li.mil-has-children .sub-menu .sub-menu li:first-child {
    margin-top: 15px;
  }
  .mil-navigation nav ul li.mil-has-children .sub-menu .sub-menu li:last-child {
    margin-bottom: 15px;
  }
  .mil-navigation nav ul li.mil-active > a,
  .mil-navigation nav ul li.current-menu-item > a,
  .mil-navigation nav ul li.current-menu-parent > a {
    padding: 0 15px;
    color: rgb(255, 255, 255);
  }

  .mil-top-panel-buttons {
    width: 100%;
    justify-self: flex-end;
    margin-right: 24px;
  }

  .mil-top-panel-buttons .mil-button {
    display: none;
  }

  .mil-buy-button span {
    display: none;
  }
}
/* -------------------------------------------

menu button

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

.mil-lang-switcher {
  color: white;
  font-weight: bold;
  gap: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
}

.mil-lang-switcher img {
  margin-top: 2px;
}

#openSearchModal {
  border: none;
  background: none;
  fill: white;
  cursor: pointer;
}

.mil-buy-button {
  z-index: 2;
  border: 1px solid white;
  background: none;
  color: white;
  padding: 6px 10px;
  font-size: 0.75rem;
  font-weight: bold;
  display: flex;
  gap: 8px;
}

.mil-buy-button span {
  padding: 0;
  margin: 0;
  line-height: 23px;
}

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

hover images

------------------------------------------- */
.mil-hover-container {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}

.mil-hover-container>div {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .mil-hover-container {
    flex-direction: column;
  }
  .mil-hover-container>div {
    width: 100%;
  }
}

.mil-hover-images {
  position: relative;
}
.mil-hover-images ul {
  padding-left: 0;
}
.mil-hover-images ul li {
  list-style-type: none;
  margin-bottom: 30px;
}
.mil-hover-images ul li a {
  display: flex;
  align-items: center;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5;
}
.mil-hover-images ul li a p {
  margin-right: 60px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-hover-images ul li a span {
  height: 35px;
  padding: 5px 0 0;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-hover-images ul li a span:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-hover-images ul li:hover a span {
  color: #000;
}
.mil-hover-images ul li.mil-hover-current a p {
  color: rgba(0, 0, 0, .8);
}
.mil-hover-images ul li.mil-hover-current a span {
  color: rgb(0, 0, 0);
}
.mil-hover-images ul li.mil-hover-current a span:before {
  width: 100%;
}

.mil-img-wrapper {
  position: absolute;
  z-index: 9;
  width: 55%;
  padding-bottom: 38%;
  top: -70px;
  right: -40px;
  overflow: hidden;
  visibility: visible;
  pointer-events: none;
}
.mil-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 992px) {
  .mil-img-wrapper {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .mil-img-wrapper {
    top: -20px;
    right: 0;
  }
}

.mil-hover-content-parent .mil-hover-content {
  display: none;
}

.mil-hover-content-parent .mil-hover-current {
  display: block;
}

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

process

------------------------------------------- */
.mil-trio-slider {
  display: flex;
  flex: 1;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.mil-process-box {
  position: relative;
  width: 135px;
}
.mil-trio-slider .mil-process-box {
  width: 33%;
}
.mil-process-box-container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.mil-process-box:before {
  content: "";
  width: 110px;
  height: 5px;
  background-color: transparent;
  border: 3px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 3;
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 70px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-trio-slider .mil-process-box:before {
  width: calc(100% - 80px);
}
.mil-process-box-container .mil-process-box:last-child::before {
  display: none;
  content: none;
}
.mil-process-box .mil-icon {
  background: #CD007E;
  color: white;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mil-process-box.mil-process-end:before {
  display: none;
}

.mil-trio-slider .mil-icon {
  padding: 0;
}

.mil-process-slider .mil-adaptive-right {
  position: absolute;
  right: 0;
  top: -100px;
}

@media screen and (max-width: 768px) {

  .mil-trio-slider {
    flex-direction: column;
  }

  .mil-trio-slider .mil-process-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .mil-trio-slider .mil-process-box .mil-icon {
    width: 20%;
    margin-bottom: 0;
  }

  .mil-trio-slider .mil-process-box:before {
    content: none;
  }

  .mil-trio-slider .mil-process-box .mil-el-title {
    width: 74%;
    margin-bottom: 0;
  }

  .mil-process-box-container {
    flex-direction: column;
    gap: 90px;
  }

  .mil-process-box {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
  }

  .mil-process-box:before {
    width: 5px;
    height: 75px;
    position: absolute;
    z-index: -1;
    top: unset;
    bottom: -80px;
    left: 25px;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  }
}

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

inputs

------------------------------------------- */
.mil-input-frame {
  margin-bottom: 30px;
}
.mil-input-frame label {
  color: rgb(0, 0, 0);
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.mil-input-frame label span {
  margin-right: 5px;
}
.mil-input-frame label .mil-required {
  color: #e72836;
}
.mil-input-frame input,
.mil-input-frame select,
select {
  width: 100%;
  height: 2rem;
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-input-frame input:focus,
.mil-input-frame select:focus,
select:focus {
  outline: inherit;
  box-shadow: 0 2px 0 0 #CD007E;
}
.mil-input-frame input::placeholder,
.mil-input-frame select::placeholder,
select::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.mil-input-frame textarea {
  padding-top: 30px;
  width: 100%;
  height: 120px;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  color: black;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  resize: vertical;
}
.mil-input-frame textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.mil-input-frame textarea.mil-shortened {
  height: 120px;
}
@media screen and (max-width: 992px) {
  .mil-input-frame textarea {
    height: 120px;
  }
}
.mil-input-frame textarea:focus {
  outline: inherit;
  box-shadow: 0 2px 0 0 #CD007E;
}
.mil-input-frame.mil-dark-input input,
.mil-input-frame.mil-dark-input select,
.mil-input-frame.mil-dark-input textarea,
select {
  border-bottom: solid 1px rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
.mil-input-frame.mil-dark-input input:focus,
.mil-input-frame.mil-dark-input select:focus,
.mil-input-frame.mil-dark-input textarea:focus,
select:focus {
  box-shadow: 0 2px 0 0 #CD007E;
}
label:has(input[aria-required="true"]),
label:has(select[aria-required="true"]),
label.required,
label:has(textarea[aria-required="true"]) {
  position: relative;
}

label:has(input[aria-required="true"])::before,
label:has(select[aria-required="true"])::before,
label:has(textarea[aria-required="true"])::before,
label.required::before{
  content: " *";
  color: #CD007E;
  font-weight: bold;
  margin-left: 4px;
}

.mil-checbox-frame {
  display: flex;
  align-items: center;
}
.mil-checbox-frame label {
  line-height: 250%;
}
.mil-checbox-frame .mil-checkbox {
  position: absolute;
  opacity: 0;
}
.mil-checbox-frame .mil-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.mil-checbox-frame .mil-checkbox + label:before {
  content: "";
  margin-top: -2px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  border: solid 1px rgb(255, 255, 255);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-checbox-frame .mil-checkbox:hover + label:before {
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px #CD007E;
}
.mil-checbox-frame .mil-checkbox:checked + label:before {
  background: #CD007E;
  border: solid 1px #CD007E;
}
.mil-checbox-frame .mil-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.mil-checbox-frame .mil-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.mil-checbox-frame .mil-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 15px;
  background: rgb(0, 0, 0);
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 rgb(0, 0, 0), 4px 0 0 rgb(0, 0, 0), 4px -2px 0 rgb(0, 0, 0), 4px -4px 0 rgb(0, 0, 0), 4px -6px 0 rgb(0, 0, 0), 4px -8px 0 rgb(0, 0, 0);
  transform: rotate(45deg);
}
.mil-checbox-frame.mil-dark-input .mil-checkbox + label:before {
  border-color: rgb(0, 0, 0);
}
.mil-checbox-frame.mil-dark-input .mil-checkbox:checked + label:before {
  background: #CD007E;
  border: solid 1px #CD007E;
}
.wpcf7, .wpcf7 form {
  height: 100%;
}
.wpcf7-response-output {
  display: none;
}
.wpcf7-submit {
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
}
.wpcf7-spinner {
  display: none !important;
}

.wpcf7-submit-div>p {
  cursor: pointer;
  display: flex;
  gap: 4px;
  float: right;
}

.wpcf7 form .wpcf7-response-output { display: none !important; }

.cf7-toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99999;
  display: grid;
  gap: .5rem;
  width: min(92vw, 360px);
  pointer-events: none;
}
.cf7-toast__item {
  pointer-events: auto;
  padding: .75rem 1rem;
  border-radius: .75rem;
  background: #111;
  color: #fff;
  font: 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  opacity: 0; transform: translateY(-10px);
  animation: cf7-toast-in .25s ease forwards, cf7-toast-out .2s ease 4.8s forwards;
}
.cf7-toast__item--success { background: #0f766e; }  /* teal-ish */
.cf7-toast__item--error   { background: #b91c1c; }  /* red */
.cf7-toast__item--warn    { background: #b45309; }  /* amber */
@keyframes cf7-toast-in   { to { opacity: 1; transform: translateY(0);} }
@keyframes cf7-toast-out  { to { opacity: 0; transform: translateY(-10px);} }







.mil-submit-icon {
  width: 24px;
  height: 24px;
  padding: 16px;
  background-color: #CD007E;
  display: block;
  background-image: url(assets/img/icons/submit.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

reviews

------------------------------------------- */
.mil-review-frame {
  margin-left: 38px;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5;
  margin-bottom: 10px;
  height: 90%;
}
.mil-review-frame.listing {
  height: 100%;
}
.mil-review-frame blockquote {
  margin: 0;
  padding: 0 0 0 1rem;
}
.mil-review-frame blockquote:before {
  content: none;
}
.mil-review-frame blockquote:after {
  content: none;
}
.mil-review-frame .mil-reviev-head {
  display: flex;
  align-items: center;
}
.mil-review-frame .mil-reviev-head .mil-left {
  display: flex;
}
.mil-review-frame .mil-reviev-head .mil-left .mil-quote {
  width: 4rem;
  height: 4rem;
  background-color: #FBEC52;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mil-review-frame .mil-reviev-head .mil-left .mil-review-avatar {
  width: 4rem;
  height: 4rem;
}
.mil-review-frame .mil-reviev-head .mil-left .mil-review-avatar img {
  width: 100%;
  height: 100% !important;
}
.mil-review-frame .mil-reviev-head .mil-name {
  padding-left: 15px;
}
.mil-review-frame .mil-review-text {
  padding-left: 20px;
}
.mil-review-frame .mil-name h6 {
  margin-bottom: 0.25rem;
}
.elementor-widget-brodart-testimonials-carousel .mil-nav-buttons .mil-slider-button:hover {
  color: black;
}
.elementor-widget-brodart-testimonials-carousel .swiper-slide {
  height: unset;
}


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

price

------------------------------------------- */
.mil-price-card {
  padding: 50px;
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
}
.mil-price-card .mil-price-head .mil-price-text {
  padding-left: 15px;
}
.mil-price-card .mil-price-head .mil-price {
  font-size: 2.75rem;
}
.mil-price-card .mil-price-button .mil-button {
  background-color: rgb(229, 229, 229);
}
.mil-price-card:hover .mil-price-button .mil-button {
  background-color: #CD007E;
}
@media screen and (max-width: 992px) {
  .mil-price-card {
    padding: 30px;
  }
}

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

skills

------------------------------------------- */
.mil-skill-frame {
  display: flex;
  align-items: center;
}
.mil-skill-frame .mil-skill-counter-frame {
  width: 70px;
  color: rgb(0, 0, 0);
}
.mil-skill-frame .mil-skill-track {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: transparent;
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
  height: 70px;
}
.mil-skill-frame .mil-skill-track .mil-skill-prog {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CD007E;
  height: 100%;
}
.mil-skill-frame .mil-skill-track .mil-skill-text {
  position: relative;
  padding-left: 30px;
}

.mil-pagination {
  padding-top: 60px;
  border-top: solid 5px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mil-post-pagination.mil-pagination {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .mil-pagination {
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .mil-pagination .mil-nav-buttons {
    display: none;
  }
}

.mil-page-numbers {
  display: flex;
}
.mil-page-numbers li {
  padding: 5px 10px;
  list-style-type: none;
  margin-right: 10px;
}
.mil-page-numbers li:last-child {
  margin-right: 0;
}
.mil-page-numbers li a {
  color: rgb(0, 0, 0);
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-page-numbers li a:hover {
  color: #CD007E;
}
.mil-page-numbers li.mil-active {
  background-color: #CD007E;
}
.mil-page-numbers li.mil-active a:hover {
  color: rgb(0, 0, 0);
}

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

call to action

------------------------------------------- */
.mil-complex-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mil-complex-actions {
    flex-direction: column;
  }
}

.mil-phone-box {
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mil-phone-box {
    padding: 30px 0 0;
    text-align: center;
  }
}

.mil-contact-frame {
  padding: 60px 60px 30px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 3px) 5;
}
@media screen and (max-width: 992px) {
  .mil-contact-frame {
    padding: 30px 30px 0;
  }
}

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

sidebar

------------------------------------------- */
.mil-sidebar-frame {
  margin-left: 90px;
  padding: 30px;
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
  background-color: rgb(255, 255, 255);
}
.mil-border {
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
  .mil-sidebar-frame {
    margin-left: 0;
  }
}

.mil-contact-sidebar {
  width: 100%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  margin-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .mil-contact-sidebar {
    position: static;
  }
}

.mil-sidebar-info {
  position: relative;
  padding: 60px 60px 60px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 3px) 5;
}
.mil-sidebar-info:before {
  content: "";
  background-color: rgb(255, 255, 255);
  position: absolute;
  z-index: -1;
  top: -40px;
  left: -40px;
  height: calc(100% + 80px);
  width: calc(100% + 80px);
}
@media screen and (max-width: 992px) {
  .mil-sidebar-info {
    padding: 30px;
  }
}

.mil-sidebar-search {
  position: relative;
}
.mil-sidebar-search input {
  height: 70px;
  width: 100%;
  padding: 0 30px;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.mil-sidebar-search input::placeholder {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
}
.mil-sidebar-search input:focus {
  outline: inherit;
}
.mil-sidebar-search button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-color: #CD007E;
}

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

map

------------------------------------------- */
.mil-map-frame {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.mil-map-frame .mil-map {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.mil-map-frame .mil-map iframe {
  width: 100%;
  height: 100%;
}

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

team

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

.mil-team-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.mil-team-grid .grid-sizer, .mil-team-grid .mil-grid-item {
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 992px) {
  .mil-team-grid .grid-sizer, .mil-team-grid .mil-grid-item {
    width: 100%;
  }
}

.mil-team-member-wrapper {
  padding-top: 120px;
  position: relative;
  width: 100%;
}
.mil-team-member-wrapper:before {
  content: "";
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.mil-team-member-wrapper .mil-team-member-frame {
  margin-top: 100px;
  background-color: rgb(255, 255, 255);
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mil-team-member-wrapper .mil-team-member-frame .mil-left-side {
  width: 50%;
  padding-right: 30px;
}
.mil-team-member-wrapper .mil-team-member-frame .mil-right-side {
  width: 50%;
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  .mil-team-member-wrapper .mil-team-member-frame {
    flex-direction: column;
  }
  .mil-team-member-wrapper .mil-team-member-frame .mil-left-side, .mil-team-member-wrapper .mil-team-member-frame .mil-right-side {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .mil-team-member-wrapper .mil-team-member-frame {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mil-team-member-wrapper .mil-team-member-frame {
    padding: 30px;
  }
}

.attr-image-false .mil-team-member .mil-avatar,
.attr-name-false .mil-team-member h6,
.attr-name-false .mil-team-member .mil-h6,
.attr-role-false .mil-team-member p,
.attr-role-false .mil-team-member .mil-dark-soft,
.attr-more-false .mil-team-member:after
{
  display: none !important;
}

.mil-member-portrait {
  position: relative;
  padding-bottom: 120%;
}
@media screen and (max-width: 1400px) {
  .mil-member-portrait {
    padding-bottom: 140%;
  }
}
@media screen and (max-width: 1200px) {
  .mil-member-portrait {
    padding-bottom: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mil-member-portrait {
    margin-bottom: 30px;
  }
}
.mil-member-portrait img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
}

.mil-next-project {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mil-next-project {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .mil-prev-project {
    text-align: center;
  }
}

.mil-team-member {
  position: relative;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 5px transparent;
}
.mil-team-member:after {
  content: "+";
  width: 40px;
  height: 40px;
  background-color: #CD007E;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 0;
  transform: scale(0.4);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-member .mil-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-member .mil-avatar img {
  object-position: top;
}
.mil-team-member:hover {
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 3px) 5;
}
.mil-team-member:hover:after {
  opacity: 1;
  transform: scale(1);
}
.mil-team-member:hover .mil-avatar {
  transform: scale(1.1);
}
@media screen and (max-width: 992px) {
  .mil-team-member {
    padding: 0;
    margin-bottom: 60px;
  }
  .mil-team-member:after {
    display: none;
  }
  .mil-team-member:hover {
    border: solid 5px transparent;
  }
}

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

comments

------------------------------------------- */
.mil-comments > li {
  list-style-type: none;
}
.mil-comments li .mil-comment {
  margin-bottom: 30px;
}
.mil-comments li .mil-comment .mil-comment-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.mil-comments li .mil-comment .mil-comment-head .mil-user-info {
  display: flex;
  align-items: center;
}
.mil-comments li .mil-comment .mil-comment-head .mil-user-info img {
  width: 80px;
  height: 80px !important;
  border-radius: 50%;
  margin-right: 30px;
}
.mil-comments li .mil-comment .mil-comment-text {
  padding-left: 110px;
}
.mil-comments ul.children {
  padding-left: 110px;
}
.mil-comments ul.children ul.children {
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .mil-comments li .mil-comment .mil-comment-head {
    margin-bottom: 20px;
  }
  .mil-comments li .mil-comment .mil-comment-head .mil-user-info img {
    width: 50px;
    height: 50px !important;
    margin-right: 15px;
  }
  .mil-comments li .mil-comment .mil-comment-text {
    padding-left: 0;
  }
  .mil-comments ul.children {
    padding-left: 30px;
  }
  .mil-comments ul.children ul.children {
    padding-left: 10px;
  }
}

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

filter

------------------------------------------- */
.mil-filter, .e-n-tabs-heading {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mil-filter .mil-filter-links, #content .elementor-widget-n-tabs .e-n-tab-title {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 0 20px;
}
.mil-filter .mil-filter-links a, #content .elementor-widget-n-tabs .e-n-tab-title {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 3px 10px;
  margin-right: 20px;
  color: rgb(0, 0, 0);
  cursor: pointer;
}
#content .elementor-widget-n-tabs .e-n-tab-title {
  margin-right: 0;
}

.mil-filter .mil-filter-links a.mil-current, #content .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] {
  background-color: #FBEC52;
}
.mil-filter .mil-filter-links a:last-child {
  margin-right: 0;
}
.mil-filter:before,
.e-n-tabs-heading:before{
  content: "";
  width: 100%;
  height: 5px;
  background-image: url(assets/img/sep-light.svg);
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 992px) {
  .mil-filter .mil-filter-links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mil-filter .mil-filter-links a {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .mil-filter .mil-filter-links a:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #content .elementor-widget-n-tabs .e-n-tab-title {
    position: relative;
  }

  #content .elementor-widget-n-tabs .e-n-tab-title:before {
    content: "";
    width: 100%;
    height: 5px;
    background-image: url(assets/img/sep-light.svg);
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
 }

  .e-n-tab-title-text {
    background: white;
    z-index: 2;
    padding: 2px;
  }

  #content .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
    background: #FBEC52;
  }
}

.mil-hidden {
  display: none;
}

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

timer

------------------------------------------- */
.mil-timer-text {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .mil-timer-text {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .mil-timer-text {
    text-align: center;
  }
}

.mil-timer {
  display: flex;
  justify-content: flex-end;
}
.mil-timer .mil-timer-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}
.mil-timer .mil-timer-item:after {
  content: ":";
  font-size: 1.75rem;
  color: rgb(255, 255, 255);
  position: absolute;
  right: -25px;
  top: 25px;
}
.mil-timer .mil-timer-item:last-child {
  margin-right: 0;
}
.mil-timer .mil-timer-item:last-child:after {
  display: none;
}
.mil-timer .mil-timer-item .mil-timer-number {
  color: rgb(255, 255, 255);
  display: block;
  width: 80px;
  height: 80px;
  border: solid 1px #CD007E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .mil-timer {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .mil-timer {
    flex-direction: column;
  }
  .mil-timer .mil-timer-item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .mil-timer .mil-timer-item:after {
    display: none;
  }
}

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

load more

------------------------------------------- */
.mil-load-more {
  margin-top: 60px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mil-load-more button {
  cursor: pointer;
  padding: 0 30px;
  border: none;
  background-color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  z-index: 1;
}
.mil-load-more:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: transparent;
  border-bottom: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
  position: absolute;
  left: 0;
  z-index: 0;
}


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

wp custom styles

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


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

sidebar typography

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

.elementor-widget-sidebar .widget h2,
.elementor-widget-sidebar .widget .wp-block-heading,
.content-sidebar .widget .widget-title,
.content-sidebar .widget h2 {
  margin-bottom: 30px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 120%;
}

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

sidebar list

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

.wp-block-latest-posts li,
.content-sidebar li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-archives li,
.elementor-widget-sidebar .widget .menu li,
.content-sidebar .widget .menu li,
.wp-block-latest-comments li {
  list-style-type: none;
  margin-bottom: 15px;
  clear: both;
  position: relative;
  padding-left: 25px;
}
.wp-block-latest-posts li:before,
.content-sidebar li:before,
.wp-block-categories-list li:before,
.wp-block-archives-list li:before,
.wp-block-archives li:before,
.elementor-widget-sidebar .widget .menu li:before,
.content-sidebar .widget .menu li:before,
.wp-block-latest-comments li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  background-color: #CD007E;
  transform: rotate(45deg);
  margin-right: 15px;
}
.wp-block-latest-posts li li,
.content-sidebar li li,
.wp-block-categories-list li li,
.wp-block-archives-list li li,
.wp-block-archives li li,
.elementor-widget-sidebar .widget .menu li li,
.content-sidebar .widget .menu li li {
  margin-bottom: 7px;
}
.wp-block-latest-posts li li a,
.content-sidebar li li a,
.wp-block-categories-list li li a,
.wp-block-archives-list li li a,
.wp-block-archives li li a,
.elementor-widget-sidebar .widget .menu li li a,
.content-sidebar .widget .menu li li a {
  font-weight: 400;
}
.wp-block-latest-posts li .sub-menu,
.content-sidebar li .sub-menu,
.wp-block-categories-list li .sub-menu,
.wp-block-archives-list li .sub-menu,
.wp-block-archives li .sub-menu,
.elementor-widget-sidebar .widget .menu li .sub-menu,
.content-sidebar .widget .menu li .sub-menu {
  margin-top: 15px;
}
.wp-block-latest-posts li a,
.content-sidebar li a,
.wp-block-categories-list li a,
.wp-block-archives li a,
.wp-block-archives li a,
.elementor-widget-sidebar .widget .menu li a,
.content-sidebar .widget .menu li a,
.wp-block-latest-comments li a {
  color: #000;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.wp-block-latest-posts li a:hover,
.content-sidebar li a:hover,
.wp-block-categories-list li a:hover,
.wp-block-archives li a:hover,
.elementor-widget-sidebar .widget .menu li a:hover,
.content-sidebar .widget .menu li a:hover {
  color: rgba(0,0,0,0.5);
}
.wp-block-latest-posts li:first-child,
.content-sidebar li:first-child,
.wp-block-categories-list li:first-child,
.wp-block-archives li:first-child,
.elementor-widget-sidebar .widget .menu li:first-child,
.content-sidebar .widget .menu li:first-child {
  margin-top: 7px !important;
}
.wp-block-latest-posts li:last-child,
.content-sidebar li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-archives li:last-child,
.elementor-widget-sidebar .widget .menu li:last-child,
.content-sidebar .widget .menu li:last-child {
  margin-bottom: 7px !important;
}

.mil-post-info {
  display: inline-flex;
}
.mil-post-info li {
  margin-right: 30px;
}
.mil-post-info li:last-child {
  margin-right: 0;
}
.mil-post-info li:first-child::before {
  display: none;
}
.mil-post-info .mil-cats a {
  display: inline-block;
}

.mil-post-bottom .social-share {
  display: flex;
  align-items: center;
}
.mil-post-bottom .social-share .mil-h6 {
  margin-right: 10px;
}
.mil-post-bottom .social-share ul li {
  margin-top: 0;
}

.mil-posts .post:last-child .mil-divider-lg,
.mil-posts > div:last-child .mil-divider-lg {
  display: none;
}

.mil-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mil-social-links li {
  list-style-type: none;
  margin-right: 30px;
}
.mil-social-links li a {
  font-weight: 500;
  color: #000;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social-links li a:hover {
  color: #CD007E;
}

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

sidebar form

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

.content-sidebar .search-form input[type="search"],
.search-form input[type="search"],
.wp-block-search input[type="search"],
.widget_product_search input[type="search"],
.wp-block-search input[type="search"] {
  background-color: transparent;
  color: #000;
  height: 70px;
  width: 100%;
  padding: 0 30px;
  border: 1px solid rgba(0, 0, 0, .1);
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif;
}
.content-sidebar .search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder,
.wp-block-search input[type="search"]::-webkit-input-placeholder,
.widget_product_search input[type="search"]::-webkit-input-placeholder,
.wp-block-search input[type="search"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.content-sidebar .search-form input[type="search"]::placeholder,
.search-form input[type="search"]::placeholder,
.wp-block-search input[type="search"]::placeholder,
.widget_product_search input[type="search"]::placeholder,
.wp-block-search input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.content-sidebar .search-form input[type="submit"],
.search-form input[type="submit"],
.wp-block-search input[type="submit"],
.widget_product_search input[type="submit"],
.wp-block-search .wp-block-search__button {
  cursor: pointer;
  color: rgb(0, 0, 0);
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1);
  padding: 0;
  box-shadow: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-color: #CD007E;
  background-image: url(assets/img/icons/search.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
}
.content-sidebar .search-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover,
.wp-block-search input[type="submit"]:hover,
.widget_product_search input[type="submit"]:hover,
.wp-block-search .wp-block-search__button:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.content-sidebar .search-form,
.search-form,
.wp-block-search,
.widget_product_search {
  position: relative;
  max-width: 980px;
}

.wp-block-search {
  position: relative;
  max-width: 100%;
}

.content-sidebar .search-form label,
.widget_product_search label {
  display: block;
}

.wp-block-search .wp-block-search__label,
.content-sidebar .search-form .screen-reader-text {
  display: none;
}

.post-password-form {
  margin: 60px 0;
}
.post-password-form p {
  display: flex;
  align-items: flex-end;
}
.wpcf7-list-item {
  margin: 0 8px 0 0;
  position: relative;
  top: 2px;
}

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

blog post

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

.block-quote,
blockquote,
.block-quote,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  position: relative;
  display: block;
  margin: 30px 0 40px 0;
  font-size: 1.2rem;
  line-height: 1;
  color: #000;
  font-weight: 400;
  font-family: 'Campton', sans-serif;
  padding: 30px 30px 30px 110px;
}
.block-quote:before,
blockquote:before,
.block-quote:before,
.wp-block-quote:before,
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #CD007E;
  background-image: url(assets/img/icons/12.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.block-quote:after,
blockquote:after,
.block-quote:after,
.wp-block-quote:after,
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:after {
  content: '';
  position: absolute;
  top: 0;
  left: 80px;
  width: 3px;
  height: 100%;
  border-left: 5px solid rgba(0, 0, 0, .05);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 3px) 5;
}
.block-quote cite,
blockquote cite,
.block-quote cite,
.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 120%;
  font-style: normal;
}
.wp-block-quote.has-text-align-right {
  text-align: right;
}

.block-quote p,
blockquote p,
.block-quote p,
.wp-block-quote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  margin-top: 0!important;
}

.block-quote p cite,
blockquote p cite,
.block-quote p cite,
.wp-block-quote p cite,
.wp-block-quote.is-large p cite,
.wp-block-quote.is-style-large p cite {
  margin-top: 30px;
  display: block;
}

.block-quote p:last-child,
blockquote p:last-child,
.block-quote p:last-child,
.wp-block-quote p:last-child,
.wp-block-quote.is-large p:last-child,
.wp-block-quote.is-style-large p:last-child {
  margin-bottom: 0 !important;
}

.block-quote.has-text-align-right cite,
.wp-block-quote.has-text-align-right cite,
.wp-block-quote.is-large.has-text-align-right cite,
.wp-block-quote.is-style-large.has-text-align-right cite,
blockquote.has-text-align-right cite {
  text-align: right;
}

.wp-block-pullquote {
  margin: 30px 0 40px 0;
  padding: 0;
  border: 5px solid;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  background-color: transparent;
}
.wp-block-pullquote blockquote {
  margin: 0;
  border: none;
  background: transparent;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .block-quote:before,
  blockquote:before,
  .block-quote:before,
  .wp-block-quote:before,
  .wp-block-quote.is-large:before,
  .wp-block-quote.is-style-large:before {
    display: none;
  }
  .block-quote:after,
  blockquote:after,
  .block-quote:after,
  .wp-block-quote:after,
  .wp-block-quote.is-large:after,
  .wp-block-quote.is-style-large:after {
    left: 0;
  }
  .block-quote,
  blockquote,
  .block-quote,
  .wp-block-quote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    padding-left: 33px;
  }
  .block-quote cite, blockquote cite, .block-quote cite, .wp-block-quote cite, .wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite {
    font-size: 0.75rem;
  }
}

code {
  padding: 0 4px;
  font-size: 0.875rem;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: auto;
  max-width: 100%;
  white-space: nowrap;
  color: #f47d02;
}

pre {
  margin: 30px 0;
  padding: 0;
  max-width: 100%;
  overflow: auto;
  white-space: pre;
  font-size: 0.875rem;
  font-style: italic;
  color: #f47d02;
}

mark,
ins {
  text-decoration: none;
}

dt {
  margin-bottom: 5px;
  font-weight: 700;
}

dd {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 30px;
}

fieldset {
  border-width: 0;
  padding: 0;
}

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

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

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

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

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

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

.alignright {
  margin-left: 30px;
  margin-bottom: 30px;
  float: right;
  max-width: 50%;
}

.alignleft {
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  max-width: 50%;
}

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

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-regular {
  font-weight: 400 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-italic {
  font-style: italic !important;
}

.alert-success {
  color: #000;
  background: transparent;
  border: none;
}

label.error {
  padding-top: 5px;
  font-size: 0.875rem;
  color: red;
  display: none;
}

@media (max-width: 767px) {
  .alignright {
    margin-left: 0;
    margin-bottom: 30px;
    float: none;
    max-width: 100%;
  }
  .alignleft {
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
    max-width: 100%;
  }
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    max-width: 50%;
  }
}

.post-content {
  line-height: 1.7;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 1rem 0 0.8rem 0;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
  margin-top: 0;
}

.post-content > *:first-child {
  margin-top: 0;
}

.post-content a,
.post-content p a {
  color: #000;
  text-decoration: underline;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.post-content a:hover,
.post-content p a:hover {
  text-decoration: none;
}

.post-content .wp-block-file__button {
  background: rgba(0,0,0,1);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 4px 10px;
}
.post-content .wp-block-file__button:hover {
  background: rgba(0,0,0,0.5);
}

.post-content ul {
  list-style: disc;
  padding-left: 0;
  list-style-position: inside;
}

.post-content ol {
  list-style: decimal;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-position: inside;
}

.post-content ul ul,
.post-content ol ol,
.post-content ul ol,
.post-content ol ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.post-content ul li,
.post-content ol li {
  margin: 10px 0;
}

span.edit-link {
  margin: 30px 0;
  position: relative;
  display: block;
  clear: both;
}

span.edit-link a::before {
  content: '\f044';
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

span.edit-link a {
  color: #000;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
span.edit-link a:hover {
  color: rgba(0,0,0,0.5);
}
span.edit-link a::before {
  color: #000;
}

.comment__title {
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}

.comment__title small {
  margin-left: 8px;
  font-size: 1rem;
  font-weight: 400;
}

.comments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment.comment-item {
  list-style: none;
}

.comment .comment-respond {
  margin-bottom: 60px;
  margin-top: 60px;
  margin-left: 110px;
}

.comment .comment-respond .mil-h3 small,
.comment .comment-respond h3 small {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 10px;
}

.comment .comment-respond .mil-h3 small a,
.comment .comment-respond h3 small a {
  text-decoration: underline;
  color: rgba(0,0,0,1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.comment .comment-respond .mil-h3 small a:hover,
.comment .comment-respond h3 small a:hover {
  text-decoration: none;
  color: rgba(0,0,0,0.5);
}

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

.comment-respond .mil-h3,
.comment-respond h3 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 992px) {
  .comment .comment-respond {
    margin-left: 30px;
  }
}

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

blog sidebar

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

.content-sidebar,
.col-sidebar {
  position: relative;
}

.content-sidebar {
  padding: 0;
}

.content-sidebar .widget {
  margin-bottom: 60px;
}

.content-sidebar .screen-reader-text {
  display: none;
}

.wp-block-latest-posts__featured-image {
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: 15px;
  float: left;
}

.wp-block-latest-posts__featured-image img,
.elementor .wp-block-latest-posts__featured-image img {
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  width: 70px;
  height: 70px !important;
  object-fit: cover;
}

.wp-block-latest-posts__post-date {
  margin: 10px 0;
}

.wp-block-latest-posts__post-excerpt {
  clear: both;
}

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

.post-content table {
  width: 100%;
  margin: 2rem 0;
  padding: 0;
  border-collapse: collapse;
}

.post-content table td,
.post-content table th,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  padding: 10px 20px;
  border: 1px solid #C4C4C4;
  background: none;
  color: #000;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: none;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
  border-collapse: collapse;
}

.calendar_wrap table,
.wp-block-calendar table {
  width: 100%;
  font-size: 0.875rem;
  background: transparent;
  border-collapse: collapse;
}

.calendar_wrap table caption,
.wp-block-calendar table caption {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  caption-side: top;
  background-color: #000;
  color: #fff;
}

.calendar_wrap table th,
.wp-block-calendar table th {
  padding: 3px;
  text-align: center;
  border: none;
  color: #000;
  font-weight: 600;
}

.calendar_wrap table td,
.wp-block-calendar table td {
  padding: 3px;
  color: #000;
  text-align: center;
  border: 1px solid #c9c9c9;
}

.calendar_wrap table tfoot td,
.wp-block-calendar table tfoot td {
  text-align: left;
  border: none;
}

.calendar_wrap table tfoot td:last-child,
.wp-block-calendar table tfoot td:last-child {
  text-align: right;
}

.wp-block-calendar tfoot a {
  color: #f7541b;
}

.content-sidebar ul li a.rsswidget {
  display: block;
  color: #110f10;
  font-weight: 700;
  text-decoration: none;
}

.content-sidebar .recentcomments,
.content-sidebar .widget_rss ul li,
.wp-block-latest-comments__comment {
  margin-left: 0 !important;
}

.content-sidebar ul li .rss-date,
.content-sidebar ul li cite {
  padding: 0.5rem 0;
  display: block;
  font-size: 0.875rem;
  color: #8d99a7;
}

.rssSummary {
  display: block;
  color: #110f10;
}

.textwidget img {
  height: auto;
}

.screen-reader-text {
  display: none;
}

.trackback .comment-item__content,
.pingback .comment-item__content {
  margin-left: 0!important;
}

.wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.blocks-gallery-caption {
  max-width: 100%;
  margin: 0;
  padding: 5px 10px 0 10px;
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  opacity: 0.7;
}

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

.post-content .gallery .gallery-item {
  margin: 0;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  text-align: center;
}

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

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

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

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

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

.gallery-item .wp-caption-text.gallery-caption {
  padding-top: 10px;
  font-size: 0.875rem;
}

.post-content .wp-block-archives {
  margin: 2rem 0;
}

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

.wp-block-latest-comments__comment a,
.widget_recent_comments a {
  font-weight: 600;
}

.wp-block-latest-comments__comment-excerpt {
  margin-bottom: 1.9rem;
}

.wp-block-latest-comments__comment-excerpt p {
  margin-top: 0!important;
  font-size: 1rem;
  line-height: 1.5;
}

.wp-block-button {
  margin-bottom: 1.2rem;
  line-height: normal;
}

.wp-block-button__link {
  box-shadow: none;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none!important;
  overflow-wrap: break-word;
  background-color: #000;
  border: 1px solid #000;
  color: #fff!important;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  padding: 18px 30px;
  position: relative;
  z-index: 1;
  border-radius: 66px;
}

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

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #000!important;
  border: 1px solid #000;
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
  padding: 17px 30px;
}

.wp-block-group.has-background .wp-block-group__inner-container {
  margin-bottom: 1.2rem;
  padding: 1.2rem;
}

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

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.bypostauthor {
  border-top: 10px solid #e18728;
}

.wp-block-calendar a {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.wp-block-calendar a:hover {
  text-decoration: none;
  color: rgba(0,0,0,0.5);
}
.wp-block-calendar nav a {
  color: #000;
  text-decoration: none;
  background: #CD007E;
  display: inline-block;
  min-width: 48%;
}

.wp-block-rss__item-title {
  display: inline;
}

.post-content nav.wp-calendar-nav {
  margin-top: 0.5rem;
}

.post-content::after {
  clear: both;
  position: relative;
  display: block;
  content: '';
}
.mil-blog {
  margin: auto;
}
.mil-blog-container {
  gap: 10px;
  justify-content: space-between;
}

.mil-blog-container>div {
  width: 50%;
}

.mil-blog .sticky {
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, 0.1);
  box-shadow: 0 0 40px 0 rgba(18, 24, 32, 0.1);
  margin-bottom: 60px;
}
.mil-blog .sticky .mil-blog-card {
  margin-bottom: 0;
}
.mil-blog .sticky .mil-divider-lg {
  display: none !important;
}

.mil-blog .mil-card .mil-link {
  margin-top: 15px !important;
}

.pager {
  color: rgba(0,0,0,0.5);
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 30px 0;
}
.pager a,
.pager span {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 10px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  text-decoration: underline;
  font-size: 0.875rem;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.pager a:hover {
  text-decoration: none;
}
.pager span {
  color: rgba(0,0,0,0.5);
  text-decoration: none;
}

.mil-post-pagination a {
  text-transform: uppercase;
  font-weight: 600;
}

.mil-slider-btn-next i,
.mil-slider-btn-prev i {
  color: rgba(0,0,0,0.5);
}
.mil-slider-btn-next i {
  margin-left: 10px;
}
.mil-slider-btn-prev i {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .content-sidebar {
    padding-left: 0;
  }
  .col-sidebar {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .comment-item__photo {
    margin: 0;
    padding: 20px;
    border: none;
  }
  .comment .comment-item__photo img {
    max-width: 64px;
    width: 64px;
    height: 64px !important;
  }
  .comment .comment-item__content {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-left: 100px;
  }
  .comment .comment-item__name {
    font-size: 1rem;
    display: block;
  }
  .comment .comment-item__sent {
    margin: 5px 0 0 0;
  }
  .comment__title small {
    margin-left: 0;
    font-size: 1rem;
  }
  .content-sidebar .widget {
    padding: 0;
  }
  .wp-block-columns {
    margin-bottom: 0;
    gap: 0;
  }
  .wp-block-columns p {
    margin-top: 0;
  }
  .wp-block-quote.has-text-align-right {
    padding-left: 30px;
    padding-right: 30px;
  }
  .post-content table td, .post-content table th, .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    padding: 10px;
  }
  .post-content tbody, .post-content td, .post-content tfoot, .post-content th, .post-content thead, .post-content tr {
    display: block;
    margin: -1px;
  }
  .post-content th {
    display: none;
  }
  .comment__title {
    margin-bottom: 15px;
  }
  .trackback .comment .comment-item__content, .pingback .comment .comment-item__content {
    padding-right: 0;
  }
  .post-content .gallery.gallery-columns-2 .gallery-item,
  .post-content .gallery.gallery-columns-3 .gallery-item,
  .post-content .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
}

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

/*works editor*/
.elementor-editor-active .mil-portfolio-grid .grid-sizer, .elementor-editor-active .mil-team-grid .grid-sizer {
  display: none;
}
.elementor-editor-active .mil-portfolio-grid .mil-grid-item {
  display: inline-block;
  vertical-align: top;
}
.elementor-editor-active .mil-portfolio-grid, .elementor-editor-active .mil-team-grid {
  height: auto !important;
  font-size: 0;
}

/* MODAL */
.brodart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.brodart-modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  position: relative;
}

.brodart-close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.hidden {
  display: none;
}

.card {
  background-color: rgb(255, 255, 255);
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 3px solid;
  border-image: url(assets/img/border-light.svg) 3 repeat;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.card.card-pink {
  border-image: url(assets/img/bg-card-info.svg) 4 repeat;
}

@media screen and (max-width: 768px) {
  .card {
    border-image: url(assets/img/border-light.svg) 2 repeat;
  }
  .card.card-pink {
    border-image: url(assets/img/bg-card-info.svg) 2;
  }
}

.h-100 {
  height: 100%;
}

.container-offers img {
  max-height: 20vh;
}

.ratio-16-9 {
  object-fit: cover;
  aspect-ratio: 16/9;
}

.elementor-widget-brodat-listing-offres-emplois {
  padding: 0 10px;
}

.offers-domaine {
  position: relative;
  margin-bottom: 40px;
}

.offers-domaine::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100vw;
  background-image: url(assets/img/bg-yellow.svg);
  background-size: contain;
  left: -90vw;
  top: 50%;
  z-index: -2;
}

.mil-bg-yellow-title, .mil-bg-yellow-title-right {
  position: relative;
}

.mil-bg-yellow-title::before, .mil-bg-yellow-title-right::before {
  content: '';
  position: absolute;
  height: 40px;
  width: 100vw;
  background-image: url(assets/img/bg-yellow.svg);
  background-size: contain;
  left: -90vw;
  top: 50%;
  z-index: -2;
}

.mil-bg-yellow-title-right::before {
  left: unset;
  top: -20px;
  right: -90vw;
}


.mil-footer h2 b {
  color: #FBEC52;
  font-family: 'Playfair Display', serif;
}

.elementor>.e-con-boxed,
.elementor>.e-con-full>.e-con-boxed{
  max-width: min(90%, 1140px)!important;
  margin-left: auto;
  margin-right: auto;
}

.post-content>.elementor>.e-con-boxed,
.post-content>.elementor>.e-con-full>.e-con-boxed {
  max-width: 100%;
}

.elementor>.e-grid {
  padding: 0 10px;
}

.e-con>.e-con-inner {
  gap: 10px;
}


.container-fluid {
  max-width: min(90%, 1140px);
}

#content {
  overflow: hidden;
}

.element-default .e-con-boxed, .mil-single>.container, .mil-single-post>.container, #content>.container,
.mil-banner>.container, .footer--builder .e-con-boxed{
  max-width: min(90%, 1140px)!important;
}

.mil-blog-title {
  position: relative;
  width: 80%;
  margin: 15px auto;
  padding: 0;
}

.mil-blog-title:before {
  content: '';
  position: absolute;
  height: 40px;
  left: -5%;
  width: 20%;
  top: 20px;
  background: url(assets/img/bg-yellow.svg);
  z-index: -2;
}

.mil-banner-small-form-title {
  position: absolute;
  background: #CD007EAA;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  top: 30%;
  left: -2%;

}
.mil-banner-small-form-title img {
  height: 2rem!important;
}
.mil-banner-small-form-title h4, .mil-banner-small-form-title h4 strong {
  color: white;
  font-size: 1.75rem;
}
.mil-small-form {
  width: 80%;
  margin: -10vh auto auto;
}

.mil-banner-big-form {
  height: 100%;
  padding: 30px 0 60px 0;
}
.mil-banner-big-form-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  width: fit-content;
  margin: 2rem 0;
}
.mil-banner-big-form-title:before {
  content: '';
  width: 100vw;
  height: 100%;
  opacity: 0.8;
  background-color: #cd007e;
  position: absolute;
  right: 0;
}

.mil-banner-big-form-title h4 {
  color: white;
  z-index: 2;
}
.mil-banner-big-form-title img {
  color: white;
  z-index: 2;
}
.mil-banner-big-form h3 {
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  text-transform: uppercase;
}
.mil-grid-gallery-small {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  align-self: stretch;
  gap: 10px 10px;
  padding: 0;
}
.mil-grid-gallery-small > div:first-child{
  width: 66%;
  height: 100%;
}
.mil-grid-gallery-small > div:last-child{
  width: 33%;
}
.mil-etiquette-gallery {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex: 1 1 auto;
  align-self: stretch;
  gap: 10px 10px;
  padding: 0;
}
.mil-etiquette-gallery>div {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-self: stretch;
  gap: 10px 10px;
  padding: 0;
}
.mil-etiquette-container.mil-square-item img{
  width: 100%;
  aspect-ratio: 1/1;
}
.mil-etiquette-container div img{
  position: initial;
  height: 14px;
  width: 14px;
}
.mil-etiquette-container div h5{
  color: white;
}

.mil-etiquette-container .mil-etiquette-pos {
  bottom: 0;
  left: 0;
}
.mil-card-product {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: flex-start;
}
.mil-card-product > h5 {
  margin-top: 10px;
}
.mil-card-product > :last-child {
  margin-top: auto;
}
.mil-card-product-bg {
  background-color: #FCF7F0;
  position: relative;
  height: 228px;
  aspect-ratio: 1/1;
}
.mil-card-product-bg img {
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  transition: transform .2s cubic-bezier(0, 0, 0.3642, 1);
  max-height: 150%;
}
.mil-card-product:hover .mil-card-product-bg img{
  transform: translateX(-50%) scale(1.1);
}
.mil-about-counter h5 {
  line-height: 1.6;
}
.mil-about-counter h5 b, .mil-about-counter h5 strong {
  font-family: 'Poppins', sans-serif;
  background-color: #FBEC52;
  padding: 2px;
  color: black;
}

/* PRODUCT DETAIL */
.mil-devis-btn {
  position: relative;
  padding: 7px 16px 5px 50px;
  display: flex;
  align-items: center;
  background: white url(assets/img/bg-yellow.svg);
  color: black;
  width: fit-content;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 4px 4px 0 0 #00000026!important;
  transition: transform, box-shadow .2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-devis-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(assets/img/icons/devis.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  aspect-ratio: 1/1;
}
.product-detail .mil-devis-btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 0 0 transparent!important;
}
.product-detail .thumbs-next, .product-detail .thumbs-prev {
  color: black;
}
.product-detail .thumbs-prev {
  left: -15%;
  padding-right: 10px;
  border-right: 3px solid #CD007E;
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, gray 1px, gray 3px) 3;
}
.product-detail .thumbs-next {
  right: -15%;
  padding-left: 10px;
  border-left: 3px solid #CD007E;
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, gray 1px, gray 3px) 3;
}
.product-detail .mil-thumb-swiper-wrapper {
  position: relative;
}

/* CARD SEE MORE */
.mil-card-see-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.mil-card-see-more .mil-card-see-more-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  transform: scale(.8);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-card-see-more:hover .mil-card-see-more-img img {
  transform: scale(.85);
}
.e-con.e-flex {
  flex: 1 1 auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-family: sans-serif;
}

.pagination a, .pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.pagination a:hover {
  background: #f3f3f3;
}
.pagination .current {
  background: #FBEC52;
  color: #000;
}

.pagination .disabled {
  color: gray;
}

.pagination span {
  cursor: not-allowed;
}

.pagination .prev {
  position: relative;
  margin-right: 30px;
}
.pagination .prev:after {
  content: '';
  position: absolute;
  height: 100%;
  right: -5px;
  padding-right: 10px;
  border-right: 3px solid gray;
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, gray 1px, gray 3px) 3;
}

.pagination .next {
  position: relative;
  margin-left: 30px;
}
.pagination .next:after {
  content: '';
  position: absolute;
  height: 100%;
  left: -5px;
  border-left: 3px solid gray;
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, gray 1px, gray 3px) 3;
}

.d-flex {
  gap: 10px;
}








.multi-select-container {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid black;
  position: relative;
  cursor: pointer;
}

.multi-select-container select {
  display: none;
}

.selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 27px;
  align-items: center;
}

.tag {
  color: black;
  padding: 2px 8px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 2px;
}

.tag span {
  margin-left: 4px;
  cursor: pointer;
  font-weight: bold;
}

.options-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid black;
  background: #fff;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
}

.option-item {
  padding: 6px 10px;
  cursor: pointer;
}
.option-item.active {
  font-weight: bold;
}
.option-item.active:after {
  content: "×";
  margin-left: 10px;
}
.option-item:hover {
  background: #D1D1D1D1;
}

.mil-banner-product {
  background-color: #cd007e;
  margin: 60px 0;
  padding: 0;
}

.mil-banner-product .container-fluid {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  color: white;
}

.mil-banner-product .container-fluid h2 {
  color: white;
}

.mil-banner-product .container-fluid .img-container {
  position: relative;
  min-width: 40%;
  width: auto;
  flex: 1;
  height: 300px;
  overflow: visible;
}

.mil-banner-product .container-fluid  .img-container img {
  position: absolute;
  top: -25%; /* décalage vers le haut */
  height: 140%;
  left: 0;
  width: auto;
}

@media screen and (max-width: 768px){
  .mil-banner-product {
    padding: 20px 0;
  }
  .mil-banner-product .container-fluid {
    flex-direction: column;
  }
  .mil-banner-product .container-fluid .img-container {
    position: initial;
    width: 80%;
    flex: 1;
    overflow: visible;
    display: flex;
    align-items: center;
  }

  .mil-banner-product .container-fluid  .img-container img {
    position: initial;
    height: auto;
    width: 100%;
  }
}

.country-selector.weglot-dropdown {
  background: transparent;
  color: white;
}
.country-selector.weglot-dropdown .wgcurrent {
  border: none;
}
.country-selector.weglot-dropdown ul {
  border: none;
  background: none;
}
.country-selector a {
  color: white;
}
.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
  padding-right: 25px;
}
.country-selector.weglot-dropdown .wgcurrent:after {
  width: 24px;
  height: 24px;
  background: url(assets/img/icons/langage.svg) no-repeat;
  top: 10px;
  right: -5px;
  transform: none;
}

.single-post .elementor a, .page .elementor a {
  text-decoration: underline;
}

.mil-footer .elementor a, .mil-hover-item, .mil-blog-card a, .mil-link, .mil-card-product, .mil-card-see-more, .mil-devis-btn,
.mil-filter-links a, .offre-list a{
  text-decoration: none!important;
}
.mil-illustration-layout-big .mil-illustration-layout:before {
  width: 40%;
  height: 40%;
  bottom: -20px;
  right: -20px;
}