.mil-display1 {
  font-size: calc(1rem + 4vw);
  line-height: 100%;
  margin: 10px;
}

.mil-display1.mil-rubber {
  text-transform: none;
}

.mil-hero-1 .mil-hero-main .mil-hero-text .mil-word-frame .mil-s-5 {
  bottom: -1%;
  right: -28%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mil-h1,
.mil-h2,
.mil-h3,
.mil-h4,
.mil-h5,
.mil-h6 {
  font-family: "Outfit", sans-serif;
}

.mil-hero-1 .mil-shapes .mil-s-2 {
  top: -20vw;
  left: -40vw;
}

.mil-hero-1 .mil-shapes .mil-s-1 {
  bottom: -10vw;
  left: -32vw;
}

.mil-scale-img .brand-logo {
  position: absolute;
  width: 100px;
  top: -100px;
}

.mil-hero-1 .mil-hero-img-frame .mil-hero-img img {
  object-fit: cover;
  object-position: center;
}

.mil-stylized {
  font-size: 16px;
  line-height: normal;
}

.explore-container {
  margin-top: 80px;
}

.mil-footer-link {
  font-size: calc(1rem + 4.1vw);
}

.mil-work-card .mil-hover-overlay {
  background-color: transparent;
}

.mil-footer-bottom .mil-text-sm {
  color: black;
}

.mil-hero-1 .mil-hero-main .mil-hero-text .mil-word-frame .mil-s-4 {
  top: -138%;
  left: 10%;
  width: 85%;
}

@media (max-width: 992px) {
  .mil-footer-menu-frame {
    padding: 30px 0;
  }

  .mil-footer-menu-frame .mil-footer-menu {
    margin-bottom: 0;
  }
}

@media (max-height: 800px) {
  .mil-hero-1 .mil-hero-main {
    height: 100vh;
  }
}

@media (max-width: 768px) {
  .mil-hero-1 .mil-hero-main {
    margin-top: 15vh;
  }

  .my-80 {
    margin: 40px 0;
  }

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

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

  .mil-hero-1.mil-sm-hero .mil-hero-main {
    padding: 60px 0;
  }

  .mil-display3 {
    font-size: calc(1rem + 5.3vw);
  }
}

@media (max-width: 500px) {
  .mil-hero-1 .mil-shapes .mil-s-2 {
    top: 57vh;
    left: -15vw;
  }

  .mil-hero-1 .mil-shapes .mil-s-1 {
    display: none;
  }

  .mil-hero-1 .mil-shapes .mil-s-3 {
    top: -15vw;
    right: -18vw;
  }
}

/* 
    Global typography updates
*/
.font-weight-bold {
  font-weight: 700;
}

.my-80 {
  margin: 80px 0;
}

.my-60 {
  margin: 60px 0;
}

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

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

.social-logo {
  width: 24px;
  height: 24px;
  display: flex;
  cursor: pointer;
}

.blue-text,
.mil-a1:not(.text-orange),
.mil-text-link.mil-a2,
.mil-breadcrumbs li:last-child a,
.mil-footer-menu-frame .mil-footer-menu li a:hover {
  color: blue;
}

.text-transform-none {
  text-transform: none;
}

.mil-deco-text {
  border-color: blue;
}

.mil-stylized-btn:hover,
.mil-services-list .mil-service-item:hover .mil-stylized-btn,
.mil-subscribe-form button,
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box,
.mil-btn.mil-a2,
.mil-button-pad.mil-a2,
.mil-blog-card:hover .mil-descr .mil-stylized-btn,
.mil-footer-contact:hover .mil-stylized-btn,
.mil-stylized-btn.mil-a1 {
  background-color: blue;
}

.mil-stylized-btn:hover span,
.mil-services-list .mil-service-item:hover .mil-stylized-btn span,
.mil-blog-card:hover .mil-descr .mil-stylized-btn i,
.mil-blog-card:hover .mil-descr .mil-stylized-btn span,
.mil-stylized-btn:hover i,
.mil-services-list .mil-service-item:hover .mil-stylized-btn i,
.mil-subscribe-form button,
.mil-btn.mil-a2,
.mil-button-pad.mil-a2,
.mil-btn.mil-btn-border,
.mil-footer-contact:hover .mil-stylized-btn i,
.mil-footer-contact:hover .mil-stylized-btn span,
.mil-stylized-btn.mil-a1 i,
.mil-stylized-btn.mil-a1 span {
  color: #ffffff;
}