/* -------------------------------------------

Name: 		ITSulu
Version:    1.1
Developer:	Nazar Miller (millerDigitalDesign)
Portfolio:  https://themeforest.net/user/millerdigitaldesign/portfolio?ref=MillerDigitalDesign

p.s. I am available for Freelance hire (UI design, web development). email: miller.themes@gmail.com

------------------------------------------- */
/*--------------------------------------------

1. common
    - main
    - typography
    - list
    - flexbox
    - button
    - link
    - form
    - divider
    - decoration
    - background
    - spaces
2. components
    - top panel
    - menu button
    - addition panel
    - banner
    - illustration
    - icons
    - partners
    - services
    - card
    - slider navigation
    - icon box
    - skills
    - reviews
    - about
    - awards
    - breadcrumbs
    - team
    - call to action
    - team member
    - timeline
    - accordion
    - tabs
    - price
    - vacancies
    - careers features
    - blog
    - pagination
    - event
    - project
    - map
    - footer
    - additional pages

--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Satisfy&family=Sora:wght@100;200;300;400;500;600;700;800&family=Syne:wght@400;500;600;700;800&display=swap");

/* -------------------------------------------

main

------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(18, 24, 32, 0.4);
  line-height: 170%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

.mil-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

/* -------------------------------------------

typography

------------------------------------------- */
h1,
.mil-h1,
h2,
.mil-h12,
h3,
.mil-h3,
h4,
.mil-h4,
h5,
.mil-h5,
h6,
.mil-h6 {
  font-family: "Syne", sans-serif;
  color: rgb(18, 24, 32);
  font-weight: 600;
  line-height: 140%;
}

h1 .mil-font-3,
.mil-h1 .mil-font-3,
h2 .mil-font-3,
.mil-h12 .mil-font-3,
h3 .mil-font-3,
.mil-h3 .mil-font-3,
h4 .mil-font-3,
.mil-h4 .mil-font-3,
h5 .mil-font-3,
.mil-h5 .mil-font-3,
h6 .mil-font-3,
.mil-h6 .mil-font-3 {
  white-space: nowrap;
}

h1,
.mil-h1 {
  font-size: 60px;
}

@media screen and (max-width: 992px) {
  h1,
  .mil-h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  h1,
  .mil-h1 {
    font-size: 38px;
  }
}

h2,
.mil-h2 {
  font-size: 42px;
}

@media screen and (max-width: 992px) {
  h2,
  .mil-h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  h2,
  .mil-h2 {
    font-size: 29px;
  }
}

h3,
.mil-h3 {
  font-size: 26px;
}

h3.mil-up-font,
.mil-h3.mil-up-font {
  font-size: 36px;
}

@media screen and (max-width: 992px) {
  h3.mil-up-font,
  .mil-h3.mil-up-font {
    font-size: 26px;
  }
}

h4,
.mil-h4 {
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  h4,
  .mil-h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  h4,
  .mil-h4 {
    font-size: 21px;
  }
}

h5,
.mil-h5 {
  font-size: 18px;
}

@media screen and (max-width: 992px) {
  h5,
  .mil-h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  h5,
  .mil-h5 {
    font-size: 19px;
  }
}

h6,
.mil-h6 {
  font-size: 15px;
}

.mil-bold {
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}

.mil-suptitle {
  font-size: 18px;
  display: inline-block;
  color: rgb(18, 24, 32);
  font-weight: 500;
  font-family: "Syne", sans-serif;
}

.mil-suptitle.mil-suptitle-2 {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}

.mil-suptitle.mil-suptitle-2:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgb(233, 111, 247);
  position: absolute;
  left: 0;
  top: 9px;
}

.mil-font-1 {
  font-family: "Syne", sans-serif;
}

.mil-font-2 {
  font-family: "Sora", sans-serif;
}

.mil-font-3 {
  font-family: "Satisfy", cursive;
}

.mil-uppercase {
  text-transform: uppercase;
}

.mil-accent {
  color: #e96ff7;
}

.mil-light {
  color: rgb(255, 255, 255);
}

.mil-dark {
  color: rgb(18, 24, 32);
}

.mil-light-soft {
  color: rgba(255, 255, 255, 0.5);
}

.mil-dark-soft {
  color: rgba(18, 24, 32, 0.5);
}

.mil-text-sm {
  font-size: 13px;
}

.mil-text-lg {
  font-size: 17px;
  line-height: 220%;
}

.mil-text-center {
  text-align: center;
}

blockquote {
  background-color: rgba(18, 24, 32, 0.05);
  padding: 60px;
  border-radius: 10px;
  color: rgb(18, 24, 32);
  font-style: italic;
}

@media screen and (max-width: 992px) {
  blockquote {
    padding: 30px;
  }
}

/* -------------------------------------------

list

------------------------------------------- */
.mil-simple-list {
  padding: 0;
  margin: 0;
}

.mil-simple-list li {
  color: rgb(18, 24, 32);
  margin-bottom: 15px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-simple-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgb(233, 111, 247);
  border-radius: 50%;
  left: 0;
  top: 0;
  margin-right: 15px;
}

.mil-about-illustration:hover .mil-image-frame img {
  -webkit-filter: none;
  /* Remove grayscale filter for webkit browsers */
  filter: none;
  /* Remove grayscale filter for other browsers */
  transform: scale(1.1);
}

.mil-about-illustration:hover .mil-window .mil-speakers {
  -webkit-filter: none;
  /* Remove grayscale filter for webkit browsers */
  filter: none;
  /* Remove grayscale filter for other browsers */
}

.mil-check-list {
  margin: 0;
  padding: 0;
}

.mil-check-list li {
  color: rgb(18, 24, 32);
  margin-bottom: 15px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-check-list li.mil-empty {
  opacity: 0.2;
  text-decoration: line-through;
}

.mil-check-list li.mil-empty:before {
  content: "";
  margin-left: 3px;
  width: 7px;
  height: 7px;
  background-color: rgba(18, 24, 32, 0.3);
  border-radius: 50%;
  left: 0;
  top: 0;
  margin-right: 20px;
}

.mil-check-list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: rgb(233, 111, 247);
  border-radius: 50%;
  left: 0;
  top: 0;
  margin-right: 15px;
}

.mil-dot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-dot-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.blackbullet {
  color: black;
}

.mil-dot-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgb(233, 111, 247);
  border-radius: 50%;
  margin-right: 15px;
}

.mil-dot-list li:first-child:before {
  display: none;
}

.mil-dot-list li:last-child {
  margin-right: 0;
}

.mil-check-icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.mil-check-icon-list li img {
  margin-right: 15px;
}

.mil-check-icon-list li:last-child {
  margin-bottom: 0;
}

.mil-hover-link-list li {
  list-style-type: none;
  margin-bottom: 15px;
}

.mil-hover-link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-hover-link-list li a:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgb(233, 111, 247);
  border-radius: 50%;
  margin-right: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-hover-link-list li a:hover {
  color: rgb(233, 111, 247);
}

.mil-hover-link-list li a:hover:before {
  margin-right: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mil-hover-link-list li:last-child {
  margin-bottom: 0;
}

.mil-hover-link-list.mil-light a {
  color: rgba(255, 255, 255, 0.6);
}

.mil-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-list-title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: rgb(233, 111, 247);
}

.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: rgb(18, 24, 32);
  -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: rgb(233, 111, 247);
}

.mil-rec-res {
  border-top: solid 1px rgba(18, 24, 32, 0.1);
}

.mil-rec-res li {
  border-bottom: solid 1px rgba(18, 24, 32, 0.1);
  list-style-type: none;
}

.mil-rec-res li a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-rec-res li a span {
  max-width: 80%;
}

.mil-rec-res li a i {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  color: rgba(18, 24, 32, 0.2);
}

.mil-rec-res li a:hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: rgb(233, 111, 247);
}

/* -------------------------------------------

flexbox

------------------------------------------- */
.mil-flex-hori-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .mil-flex-hori-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.mil-adaptive-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .mil-adaptive-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.mil-relative {
  position: relative;
}

@media screen and (max-width: 992px) {
  .mil-adaptive-center {
    text-align: center;
  }
}

.mil-fake-container {
  width: 670px;
  margin-left: auto;
  padding-right: 180px;
}

@media screen and (max-width: 1400px) {
  .mil-fake-container {
    width: 570px;
  }
}

@media screen and (max-width: 1200px) {
  .mil-fake-container {
    width: 100%;
    padding: 120px;
  }
  .mil-ch {
    display: none;
  }
  .mil-co {
    display: flex !important;
  }
}

@media screen and (max-width: 992px) {
  .mil-fake-container {
    width: 100%;
    padding: 60px 30px;
  }
}

/* -------------------------------------------

button

------------------------------------------- */
.sub-button {
  cursor: pointer;
  height: 40px;
  padding: 0 45px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 500;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 0 rgb(233, 111, 247);
  box-shadow: inset 0 0 0 0 rgb(233, 111, 247);
  border: solid 2px transparent;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  margin-left: 5px;
}

.sub-button.mil-button-sm {
  height: 50px;
  padding: 0 40px;
  font-size: 14px;
}

.sub-button.mil-button-xs {
  height: 40px;
  padding: 0 30px;
  font-size: 12px;
}

.sub-button.mil-border {
  border-color: rgb(233, 111, 247);
  background-color: transparent;
}

.sub-button.mil-border:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgb(233, 111, 247);
  box-shadow: inset 0 0 0 1px rgb(233, 111, 247);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.sub-button.mil-border.mil-gray-border {
  border-color: rgba(18, 24, 32, 0.1);
}

.sub-button.mil-border.mil-gray-border:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
  box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.sub-button.mil-light {
  color: rgb(255, 255, 255);
}

.sub-button.mil-fw {
  width: 27%;
}

.sub-button.mil-light-bg {
  background-color: rgb(255, 255, 255);
  border-color: transparent;
}

.sub-button.mil-accent-bg {
  background-color: rgb(233, 111, 247);
  border-color: transparent;
}

.sub-button.mil-accent-bg:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.sub-button.mil-icon-button {
  padding: 0;
  width: 70px;
}

.sub-button.mil-icon-button .fa-play {
  -webkit-transform: translateX(2px) translateY(1px);
  transform: translateX(2px) translateY(1px);
}

.sub-button-with-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.sub-button-with-label .sub-button {
  margin-right: 25px;
}

.sub-buttons-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-buttons-frame .sub-button {
  margin-right: 30px;
}

.sub-buttons-frame.sub-buttons-frame-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sub-buttons-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sub-buttons-frame .sub-button {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.mil-button {
  cursor: pointer;
  height: 50px;
  padding: 0 45px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 500;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 0 rgb(233, 111, 247);
  box-shadow: inset 0 0 0 0 rgb(233, 111, 247);
  border: solid 2px transparent;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-button.mil-button-sm {
  height: 50px;
  padding: 0 40px;
  font-size: 14px;
}

.mil-button.mil-button-xs {
  height: 40px;
  padding: 0 30px;
  font-size: 12px;
}

.mil-button.mil-border {
  border-color: rgb(233, 111, 247);
  background-color: transparent;
}

.mil-button.mil-border:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgb(233, 111, 247);
  box-shadow: inset 0 0 0 1px rgb(233, 111, 247);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.mil-button.mil-border.mil-gray-border {
  border-color: rgba(18, 24, 32, 0.1);
}

.mil-button.mil-border.mil-gray-border:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
  box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.mil-button.mil-light {
  color: rgb(255, 255, 255);
}

.mil-button.mil-fw {
  width: 27%;
}

.mil-button.mil-light-bg {
  background-color: rgb(255, 255, 255);
  border-color: transparent;
}

.mil-button.mil-accent-bg {
  background-color: rgb(233, 111, 247);
  border-color: transparent;
}

.mil-button.mil-accent-bg:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.mil-button.mil-icon-button {
  padding: 0;
  width: 70px;
}

.mil-button.mil-icon-button .fa-play {
  -webkit-transform: translateX(2px) translateY(1px);
  transform: translateX(2px) translateY(1px);
}

.mil-button-with-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.mil-button-with-label .mil-button {
  margin-right: 25px;
}

.mil-buttons-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-buttons-frame .mil-button {
  margin-right: 30px;
}

.mil-buttons-frame.mil-buttons-frame-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .mil-buttons-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mil-buttons-frame .mil-button {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* -------------------------------------------

link

------------------------------------------- */
.mil-link {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 600;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.mil-link.mil-link-sm {
  font-size: 14px;
}

.mil-link i {
  font-size: 12px;
  color: rgb(255, 255, 255);
  margin-left: 15px;
  background-color: rgb(233, 111, 247);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-link:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.mil-link.link-left i {
  margin-right: 15px;
  margin-left: 0;
}

.mil-link.link-left:hover i {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.mil-link.mil-light {
  color: rgb(255, 255, 255);
}

/* -------------------------------------------

form

------------------------------------------- */
.mil-input-frame label {
  display: block;
  font-family: "Syne", sans-serif;
  font-weight: 500;
}

.mil-input-frame label span {
  margin-right: 15px;
}

.mil-input-frame input {
  width: 100%;
  height: 30px;
  font-family: "Sora", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-input-frame input:hover {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}

.mil-input-frame input:focus {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
}

.mil-input-frame input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame input::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame input:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame input::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame input::placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea {
  padding-top: 30px;
  width: 100%;
  height: 114px;
  font-family: "Sora", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-input-frame textarea::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea::placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea.mil-shortened {
  height: 200px;
}

@media screen and (max-width: 992px) {
  .mil-input-frame textarea {
    height: 200px;
  }
}

.mil-input-frame textarea:hover {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}

.mil-input-frame textarea:focus {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
}

.mil-input-frame.mil-dark-input input,
.mil-input-frame.mil-dark-input textarea {
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  color: rgb(18, 24, 32);
}

.mil-input-frame.mil-dark-input input:hover,
.mil-input-frame.mil-dark-input textarea:hover {
  border-bottom: solid 2px rgba(18, 24, 32, 0.2);
}

.mil-input-frame.mil-dark-input input:focus,
.mil-input-frame.mil-dark-input textarea:focus {
  border-bottom: solid 2px rgba(18, 24, 32, 0.4);
}

.mil-subscribe-form {
  position: relative;
  width: 100%;
}

.mil-subscribe-form input {
  padding: 0 60px;
  height: 80px;
  width: 100%;
  border: none;
  border-radius: 40px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 400;
  background-color: rgb(255, 255, 255);
}

.mil-subscribe-form input:focus {
  outline: inherit;
}

.mil-subscribe-form input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-subscribe-form input::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-subscribe-form input:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-subscribe-form input::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-subscribe-form input::placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-subscribe-form button {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 15px;
}

@media screen and (max-width: 768px) {
  .mil-subscribe-form input {
    text-align: center;
    padding: 0 30px;
    height: 70px;
  }

  .mil-subscribe-form button {
    margin-top: 5px;
    position: static;
    width: 100%;
  }
}

.mil-rounded-input {
  width: 70%;
  height: 40px;
  padding: 0 30px;
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 40px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 400;
}

.mil-rounded-input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-rounded-input::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-rounded-input:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-rounded-input::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-rounded-input::placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-rounded-input:focus {
  outline: inherit;
}

.mil-sidebar-input-frame {
  position: relative;
}

.mil-sidebar-input-frame .mil-sidebar-input {
  width: 100%;
  height: 70px;
  padding: 0 30px;
  background-color: rgb(255, 255, 255);
  border: solid 2px rgba(18, 24, 32, 0.1);
  border-radius: 40px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 400;
}

.mil-sidebar-input-frame .mil-sidebar-input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-sidebar-input-frame .mil-sidebar-input::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-sidebar-input-frame .mil-sidebar-input:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-sidebar-input-frame .mil-sidebar-input::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-sidebar-input-frame .mil-sidebar-input::placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-sidebar-input-frame .mil-sidebar-input:focus {
  outline: inherit;
}

.mil-sidebar-input-frame button {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  background-color: rgb(233, 111, 247);
  border: none;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-sidebar-input-frame button:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.mil-attach-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mil-attach-frame i {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin-right: 15px;
}

.mil-attach-frame .mil-custom-file-input {
  font-family: "Syne", sans-serif;
  color: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-attach-frame .mil-custom-file-input.mil-with-file {
  color: rgb(233, 111, 247);
}

.mil-attach-frame .mil-custom-file-input input[type="file"] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.mil-attach-frame .mil-custom-file-input:hover {
  color: rgb(233, 111, 247);
}

.mil-attach-frame .mil-text-sm {
  width: 100%;
  margin-left: 30px;
}

.mil-attach-frame.mil-dark i {
  color: rgb(18, 24, 32);
}

.mil-attach-frame.mil-dark .mil-custom-file-input {
  color: rgb(18, 24, 32);
}

.mil-attach-frame.mil-dark .mil-custom-file-input.mil-with-file {
  color: rgb(233, 111, 247);
}

.mil-attach-frame.mil-dark .mil-custom-file-input:hover {
  color: rgb(233, 111, 247);
}

.mil-checbox-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  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 rgb(233, 111, 247);
}

.mil-checbox-frame .mil-checkbox:checked + label:before {
  background: rgb(233, 111, 247);
  border: solid 1px rgb(233, 111, 247);
}

.mil-checbox-frame .mil-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.mil-checbox-frame .mil-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.mil-checbox-frame .mil-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 15px;
  background: rgb(18, 24, 32);
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 rgb(18, 24, 32), 4px 0 0 rgb(18, 24, 32),
    4px -2px 0 rgb(18, 24, 32), 4px -4px 0 rgb(18, 24, 32),
    4px -6px 0 rgb(18, 24, 32), 4px -8px 0 rgb(18, 24, 32);
  box-shadow: 2px 0 0 rgb(18, 24, 32), 4px 0 0 rgb(18, 24, 32),
    4px -2px 0 rgb(18, 24, 32), 4px -4px 0 rgb(18, 24, 32),
    4px -6px 0 rgb(18, 24, 32), 4px -8px 0 rgb(18, 24, 32);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mil-checbox-frame.mil-dark-input .mil-checkbox + label:before {
  border-color: rgba(18, 24, 32, 0.4);
}

.mil-checbox-frame.mil-dark-input .mil-checkbox:hover + label:before {
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px rgb(233, 111, 247);
}

.mil-checbox-frame.mil-dark-input .mil-checkbox:checked + label:before {
  background: rgb(233, 111, 247);
  border: solid 1px rgb(233, 111, 247);
}

/* -------------------------------------------

divider

------------------------------------------- */
.mil-divider {
  width: 100%;
  height: 2px;
  background-color: rgba(18, 24, 32, 0.1);
  position: relative;
}

.mil-divider:before,
.mil-divider:after {
  content: "";
  width: 25px;
  border-right: solid 5px rgb(255, 255, 255);
  height: 100%;
  background-color: rgb(233, 111, 247);
  position: absolute;
  top: 0;
  left: 0;
}

.mil-divider:after {
  left: auto;
  right: 0;
  border-right: none;
  border-left: solid 5px rgb(255, 255, 255);
}

.mil-divider.mil-light {
  background-color: rgba(255, 255, 255, 0.1);
}

.mil-divider.mil-light:before,
.mil-divider.mil-light:after {
  border-color: rgb(18, 24, 32);
}

.mil-divider.mil-divider-left:after {
  display: none;
}

.font40 {
  font-size: 40px;
}

.padt80 {
  padding-top: 80px;
}

.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}

/* -------------------------------------------

decoration

------------------------------------------- */
section,
footer {
  position: relative;
}

.mil-deco {
  background-image: url(../img/deco/deco-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 140px;
}

.mil-deco.mil-deco-accent {
  background-image: url(../img/deco/deco-2.svg);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mil-deco {
    display: none;
  }
}

/* -------------------------------------------

background

------------------------------------------- */
.mil-deep-bg {
  background-color: rgba(18, 24, 32, 0.05);
}

.mil-dark-bg {
  background-color: rgb(18, 24, 32);
}

.mil-gradient-bg {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(24, 30, 38)),
    to(rgb(18, 24, 32))
  );
  background: linear-gradient(180deg, rgb(24, 30, 38) 0%, rgb(18, 24, 32) 100%);
}

.mil-deco-right {
  overflow: hidden;
}

.mil-deco-right:after {
  content: "";
  width: 350px;
  height: 350px;
  background-color: rgb(233, 111, 247);
  position: absolute;
  top: -150px;
  right: -150px;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .mil-deco-right:after {
    display: none;
  }
}

/* -------------------------------------------

spaces

------------------------------------------- */
.mil-mt-60-adapt {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .mil-mt-60-adapt {
    margin-top: 30px;
  }
}

.mil-mt-70-adapt {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .mil-mt-70-adapt {
    margin-top: 30px;
  }
}

.mil-mb-60-adapt {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .mil-mb-60-adapt {
    margin-bottom: 30px;
  }
}

.mil-mr-15 {
  margin-right: 15px;
}

.mil-mr-30 {
  margin-right: 30px;
}

.mil-mt-15 {
  margin-top: 15px !important;
}

@media screen and (max-width: 992px) {
  .mil-mt-15 {
    margin-top: 0 !important;
  }
}

.mil-mt-30 {
  margin-top: 30px !important;
}

.mil-mt-60 {
  margin-top: 60px !important;
}

.mil-mb-5 {
  margin-bottom: 5px !important;
}

.mil-mb-10 {
  margin-bottom: 5px !important;
}

.mil-mb-15 {
  margin-bottom: 15px !important;
}

.mil-mb-20 {
  margin-bottom: 20px !important;
}

.mil-mb-30-adapt {
  margin-bottom: 30px;
}

.mil-mt-20 {
  margin-top: 20px;
}
.mil-p-30 {
  padding-top: 30px;
}

@media screen and (max-width: 992px) {
  .mil-mb-30-adapt {
    margin-bottom: 0;
  }
}

.mil-mb-30 {
  margin-bottom: 30px !important;
}

.textjustify {
  text-align: justify;
  font-size: 13px;
}

.mil-mb-10 {
  margin-bottom: 10px !important;
}

.mil-mb-50 {
  margin-bottom: 50px !important;
}

.mil-mb-60 {
  margin-bottom: 60px;
}

.mil-mb-90 {
  margin-bottom: 90px;
}

.mil-mb-40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .mil-mb-90 {
    margin-bottom: 60px;
  }
}

.mil-mb-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .mil-mb-120 {
    margin-bottom: 60px;
  }
}

.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-90-60 {
  padding-top: 90px;
  padding-bottom: 60px;
}

.mil-p-58-58 {
  padding-top: 115px;
  padding-bottom: 115px;
}

@media screen and (max-width: 992px) {
  .mil-p-90-60 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.mil-p-120-120 {
  padding-top: 90px;
  padding-bottom: 60px;
}

.mil-p-90-300 {
  padding-top: 90px;
  padding-bottom: 300px;
}

@media screen and (max-width: 992px) {
  .mil-p-120-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mil-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}

.mil-p-90-40 {
  padding-top: 90px;
  padding-bottom: 40px;
}

.mil-p-46-04 {
  padding-top: 46px;
  padding-bottom: 4px;
}

.mil-p-50-90 {
  padding-top: 50px;
  padding-bottom: 90px;
}

.mil-p-50-10 {
  padding-top: 60px;
  padding-bottom: 0px;
}

.txthidden {
  visibility: hidden;
}

@media screen and (max-width: 992px) {
  .mil-p-120-90 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.mil-p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}
.mil-p-60-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mil-p-10-60 {
  padding-top: 10px;
  padding-bottom: 60px;
}

.mil-p-40-60 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.mil-p-10-20 {
  padding-top: 54px;
  padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .mil-p-120-60 {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .mil-p-60-60 {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

.mil-p-120-0 {
  padding-top: 120px;
  padding-bottom: 0;
}

.mil-p-30-0 {
  padding-top: 30px;
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  .mil-p-120-0 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.mil-p-0-120 {
  padding-top: 0;
  padding-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .mil-p-0-120 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.mil-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .mil-p-120-30 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.mil-p-90-120 {
  padding-top: 90px;
  padding-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .mil-p-90-120 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.mil-p-0-90 {
  padding-top: 0;
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .mil-p-0-90 {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

/* -------------------------------------------

top panel

------------------------------------------- */
.mil-top-position {
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-position.mil-absolute {
  position: absolute;
}

.mil-top-position.mil-fixed {
  position: fixed;
}

.mil-top-position.mil-hide-top {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

@media screen and (max-width: 756px) {
  .mil-top-position.mil-hide-top {
    -webkit-transform: none;
    transform: none;
  }
}

.mil-top-panel {
  padding: 0 10px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 1200px) {
  .mil-top-panel {
    padding: 0px;
    border-bottom: solid 1px rgba(18, 24, 32, 0.1);
  }
}

.mil-top-panel .container,
.mil-top-panel .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-top-panel .mil-logo {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/logo/logo-dark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mil-top-panel .mil-navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-top-panel .mil-navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.mil-top-panel .mil-navigation nav ul li {
  margin-right: 40px;
  list-style-type: none;
}

.mil-top-panel .mil-navigation nav ul li a {
  font-family: "Sora", sans-serif;
  text-decoration: none;
  color: rgb(18, 24, 32);
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-panel .mil-navigation nav ul li a:hover {
  color: rgb(233, 111, 247);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children {
  position: relative;
  padding-right: 10px;
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 2px rgb(233, 111, 247);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children:after {
  content: "";
  width: 100%;
  height: 40px;
  background-color: transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul {
  opacity: 0;
  position: absolute;
  left: -30px;
  top: 63px;
  -webkit-transform: translateY(10px) scale(0.98);
  transform: translateY(10px) scale(0.98);
  pointer-events: none;
  display: block;
  min-width: 160px;
  padding: 30px 0px 30px 40px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  border-radius: 0 0 5px 5px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul li {
  position: relative;
  margin-bottom: 15px;
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul li:last-child {
  margin-bottom: 0;
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul li a {
  color: rgb(18, 24, 32);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul li a:hover {
  color: rgb(233, 111, 247);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children:hover ul {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.mil-top-panel .mil-navigation nav .mil-search-icon {
  margin-left: 20px;
  cursor: pointer;
}

.mil-top-panel .mil-navigation nav .mil-search-icon svg path {
  fill: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-panel .mil-navigation nav .mil-search-icon:hover svg path {
  fill: rgb(233, 111, 247);
}

@media screen and (max-width: 1200px) {
  .mil-top-panel .mil-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
    width: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  }

  .mil-top-panel .mil-navigation.mil-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .mil-top-panel .mil-navigation nav {
    padding: 30px 0;
  }

  .mil-top-panel .mil-navigation nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mil-top-panel .mil-navigation nav ul li {
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .mil-top-panel .mil-navigation nav ul li:last-child {
    margin-bottom: 0;
  }

  .mil-top-panel .mil-navigation nav ul li a {
    position: relative;
    padding: 0 15px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children {
    overflow: hidden;
    height: auto;
    padding-right: 0;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children:before {
    display: none;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: solid 2px rgb(233, 111, 247);
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children ul {
    position: static;
    margin-left: -1px;
    opacity: 1;
    width: calc(100% + 2px);
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
    border-radius: 0 !important;
    background-color: rgba(18, 24, 32, 0.05);
    -webkit-box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
    box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children ul li:first-child {
    margin-top: 30px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children ul li:last-child {
    margin-bottom: 30px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children:hover ul {
    margin-top: 15px;
    max-height: 350px;
  }

  .mil-top-panel .mil-navigation nav .mil-search-icon {
    display: none;
  }
}

.mil-top-panel.mil-top-panel-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mil-top-panel.mil-top-panel-transparent .mil-logo {
  background-image: url(../img/logo/logo-light.png);
}

.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a {
  color: rgb(255, 255, 255);
}

.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a:hover {
  color: rgb(233, 111, 247);
}

.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li ul {
  border-radius: 5px;
}

.mil-top-panel.mil-top-panel-transparent
  .mil-navigation
  nav
  .mil-search-icon
  svg
  path {
  fill: rgb(255, 255, 255);
}

.mil-top-panel.mil-top-panel-transparent
  .mil-navigation
  nav
  .mil-search-icon:hover
  svg
  path {
  fill: rgb(233, 111, 247);
}

.mil-top-panel.mil-top-panel-transparent .mil-menu-btn span,
.mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:after,
.mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:before {
  background: rgb(18, 24, 32);
}

@media screen and (max-width: 1200px) {
  .mil-top-panel.mil-top-panel-transparent {
    background-color: rgb(255, 255, 255);
  }

  .mil-top-panel.mil-top-panel-transparent .mil-logo {
    background-image: url(../img/logo/logo-dark.png);
  }

  .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a {
    color: rgb(18, 24, 32);
  }

  .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a:hover {
    color: rgb(233, 111, 247);
  }

  .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li ul {
    border-radius: 5px;
  }

  .mil-top-panel.mil-top-panel-transparent
    .mil-navigation
    nav
    .mil-search-icon
    svg
    path {
    fill: rgb(18, 24, 32);
  }

  .mil-top-panel.mil-top-panel-transparent
    .mil-navigation
    nav
    .mil-search-icon:hover
    svg
    path {
    fill: rgb(233, 111, 247);
  }

  .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span,
  .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:after,
  .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:before {
    background: rgb(18, 24, 32);
  }
}

/* -------------------------------------------

menu button

------------------------------------------- */
.mil-menu-btn {
  height: 24px;
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 1200px) {
  .mil-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mil-menu-btn span,
.mil-menu-btn span:after,
.mil-menu-btn span:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: rgb(18, 24, 32);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}

.mil-menu-btn span {
  position: relative;
}

.mil-menu-btn span:after,
.mil-menu-btn span:before {
  position: absolute;
}

.mil-menu-btn span:before {
  top: -8px;
}

.mil-menu-btn span:after {
  top: 8px;
}

.mil-menu-btn.mil-active span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mil-menu-btn.mil-active span:before {
  -webkit-transform: translate(0px, 8px) rotate(-90deg);
  transform: translate(0px, 8px) rotate(-90deg);
}

.mil-menu-btn.mil-active span:after {
  width: 24px;
  -webkit-transform: translate(0px, -8px) rotate(-90deg);
  transform: translate(0px, -8px) rotate(-90deg);
}

.mil-menu-btn:hover span,
.mil-menu-btn:hover span:after,
.mil-menu-btn:hover span:before {
  background: rgb(18, 24, 32);
}

.mil-transparent-nav .mil-menu-btn span,
.mil-transparent-nav .mil-menu-btn span:after,
.mil-transparent-nav .mil-menu-btn span:before {
  background-color: rgb(255, 255, 255);
}

/* -------------------------------------------

addition panel

------------------------------------------- */
.mil-additional-panel {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  border-bottom: solid 1px rgba(18, 24, 32, 0.1);
  color: rgb(18, 24, 32);
  font-family: "Sora", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .mil-additional-panel {
    display: none;
  }
}

.mil-additional-panel .container,
.mil-additional-panel .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-additional-panel .mil-ap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
}

@media screen and (max-width: 1400px) {
  .mil-additional-panel .mil-ap-list {
    width: auto;
  }
}

.mil-additional-panel .mil-ap-list li {
  list-style-type: none;
  margin-right: 15px;
  padding-right: 15px;
  border-right: solid 1px rgba(18, 24, 32, 0.1);
}

.mil-additional-panel .mil-ap-list li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.mil-additional-panel .mil-ap-list li a {
  text-decoration: none;
  color: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-additional-panel .mil-ap-list li a:hover {
  color: rgb(233, 111, 247);
}

.mil-additional-panel .mil-ap-list:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mil-additional-panel .mil-ap-call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .mil-additional-panel .mil-ap-call-to-action {
    display: none;
  }
}

.mil-additional-panel .mil-ap-call-to-action .mil-icon-frame {
  margin-right: 15px;
}

/* -------------------------------------------

banner

------------------------------------------- */
.mil-banner {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mil-banner.mil-top-space-100 {
  margin-top: 100px;
  height: calc(100vh - 100px);
}

@media screen and (max-width: 768px) {
  .mil-banner.mil-top-space-100 {
    height: auto;
  }
}

.mil-banner.mil-top-space-140 {
  margin-top: 140px;
  height: calc(100vh - 140px);
}

@media screen and (max-width: 768px) {
  .mil-banner.mil-top-space-140 {
    margin-top: 100px;
    height: auto;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .mil-banner {
    height: auto;
  }
}

.mil-banner .mil-deco {
  z-index: 2;
}

.mil-banner .mil-banner-slideshow {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mil-banner .mil-banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mil-banner .mil-background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.font17 {
  font-size: 17px;
}

.font36 {
  font-size: 36px;
}

.font50 {
  font-size: 50px;
}

.font12 {
  font-size: 12px;
}

.font13center {
  font-size: 13px;
  text-align: left;
}

.font14 {
  font-size: 14px;
}

.mil-p-120 {
  padding-top: 120px;
}

.font18 {
  font-size: 18px;
}

.pad4 {
  padding-top: 4px;
}

.mil-banner .mil-overlay {
  background-color: rgba(6, 3, 68, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-banner .mil-banner-content {
  padding-top: 140px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.purpletxt {
  color: rgb(233, 111, 247);
}

@media screen and (max-width: 992px) {
  .mil-banner .mil-banner-content {
    padding-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .mil-banner .mil-banner-content {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}

.mil-banner .mil-banner-content .mil-button-descr {
  width: 450px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .mil-banner .mil-banner-content .mil-button-descr {
    margin-top: 30px;
    padding: 0;
    width: auto;
  }
}

.mil-banner .mil-banner-content-2 {
  padding-top: 40px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .mil-banner .mil-banner-content-2 {
    padding: 60px 0;
  }
}

.mil-banner-nav {
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .mil-banner-nav {
    top: auto;
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mil-banner-nav {
    bottom: 75px;
  }
}

.mil-banner-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-banner-nav .mil-banner-button {
  cursor: pointer;
  font-size: 12px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-banner-nav .mil-banner-button:hover {
  background-color: rgb(233, 111, 247);
  color: rgb(255, 255, 255);
}

.mil-banner-sm {
  height: 550px;
  position: relative;
  padding-top: 220px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-banner-sm .mil-background-image {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  opacity: 0.05;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.mil-banner-sm .mil-banner-content {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 992px) {
  .mil-banner-sm {
    height: auto;
    padding-top: 190px;
    padding-bottom: 90px;
  }
}

.mil-banner-sm-2 {
  height: 550px;
  position: relative;
}

.mil-banner-sm-2 .mil-background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.mil-banner-sm-2 .mil-overlay {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(24, 30, 38, 0.3)),
    to(rgb(18, 24, 32))
  );
  background: linear-gradient(
    0deg,
    rgba(24, 30, 38, 0.3) 0%,
    rgb(18, 24, 32) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .mil-banner-sm-2 .mil-overlay {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mil-banner-sm-2 {
    height: 350px;
  }
}

.mil-banner-sm-3 {
  height: auto;
  position: relative;
}

.mil-banner-sm-3 .mil-background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.mil-banner-sm-3 .mil-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-banner-sm-3 .mil-banner-content {
  padding-top: 220px;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .mil-banner-sm-3 .mil-banner-content {
    padding-top: 160px;
  }
}

.mil-banner-panel {
  background-color: rgba(18, 24, 32, 0.1);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* -------------------------------------------

illustration

------------------------------------------- */
.mil-illustration-1 {
  position: relative;
  height: 280px;
}

@media screen and (max-width: 1200px) {
  .mil-illustration-1 {
    display: none;
  }
}

.mil-illustration-1 .mil-item {
  position: absolute;
}

.mil-illustration-1 .mil-item.mil-item-1 {
  top: 0;
  left: 30px;
}

.mil-illustration-1 .mil-item.mil-item-2 {
  top: 110px;
  right: 0;
}

.mil-illustration-1 .mil-item.mil-item-3 {
  bottom: 0;
  left: 30%;
}

.mil-illustration-1 .mil-item .mil-plus {
  position: relative;
}

.mil-illustration-1 .mil-item .mil-plus .mil-hover-window {
  position: absolute;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px) scale(0.98);
  transform: translateY(-10px) scale(0.98);
  bottom: 75px;
  left: -105px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  width: 260px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-illustration-1 .mil-item .mil-plus .mil-hover-window .mil-window-content {
  padding: 30px;
  position: relative;
  height: 100%;
  width: 100%;
}

.mil-illustration-1
  .mil-item
  .mil-plus
  .mil-hover-window
  .mil-window-content:before {
  content: "";
  width: 100%;
  height: 30px;
  background-color: transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.mil-illustration-1
  .mil-item
  .mil-plus
  .mil-hover-window
  .mil-window-content:after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  bottom: -8px;
  left: calc(50% - 15px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0 0 5px 0;
}

.mil-illustration-1 .mil-item .mil-plus .mil-item-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.mil-illustration-1 .mil-item .mil-plus .mil-item-hover h6 {
  opacity: 0.8;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-illustration-1 .mil-item .mil-plus .mil-item-hover .mil-plus-icon {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 50px;
  margin-right: 15px;
  font-size: 32px;
  font-weight: 200;
  color: rgb(233, 111, 247);
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-illustration-1 .mil-item .mil-plus:hover .mil-hover-window {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  pointer-events: all;
}

.mil-illustration-1 .mil-item .mil-plus:hover .mil-item-hover h6 {
  opacity: 1;
  color: rgb(233, 111, 247);
}

.mil-illustration-1 .mil-item .mil-plus:hover .mil-item-hover .mil-plus-icon {
  background-color: rgb(233, 111, 247);
  -webkit-animation: puls 1s linear infinite;
  animation: puls 1s linear infinite;
}

@-webkit-keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}

@keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}

.mil-circle-illustration {
  margin-top: 60px;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.mil-circle-illustration .mil-circle-bg {
  width: 100%;
  height: 100%;
  background-color: rgb(233, 111, 247);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.mil-circle-illustration .mil-image-frame {
  width: 100%;
  height: calc(100% + 60px);
  position: absolute;
  top: -60px;
  left: 0;
  border-radius: 0 0 47% 47%;
  overflow: hidden;
}

.mil-circle-illustration .mil-image-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: calc(100% + 60px);
}

.mil-circle-illustration.mil-with-dots:before {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 120px;
  height: 40px;
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: -200px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-circle-illustration.mil-with-dots:after {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -50px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-circle-illustration.mil-with-dots-2:after {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 60px;
  height: 80px;
  position: absolute;
  top: 50px;
  right: -25px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

/* -------------------------------------------

icons

------------------------------------------- */
.mil-icon-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.mil-icon-frame:before {
  content: "";
  background-color: rgb(233, 111, 247);
  border-radius: 50%;
  position: absolute;
  bottom: -2px;
  right: -3px;
}

.mil-icon-frame h3 {
  position: relative;
}

.mil-icon-frame img {
  position: relative;
}

.mil-icon-frame.mil-icon-frame-md {
  width: 45px;
  height: 45px;
}

.mil-icon-frame.mil-icon-frame-md:before {
  width: 20px;
  height: 20px;
}

.mil-icon-frame.mil-icon-frame-sm {
  width: 25px;
  height: 25px;
}

.mil-icon-frame.mil-icon-frame-sm:before {
  width: 13px;
  height: 13px;
}

.mil-icon-frame.mil-icon-bg {
  background-color: rgba(18, 24, 32, 0.05);
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.mil-icon-frame.mil-icon-bg:before {
  bottom: 10px;
  right: 12px;
}

.mil-icon-frame.mil-light img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/* -------------------------------------------

partners

------------------------------------------- */
.mil-partner-logos {
    width: 100%;
}

.mil-partner-logos .row {
    margin: 0 auto;
    max-width: 1500px;
}

.mil-partner-logo-sssihl-marnl {
    max-height: 130px;
    width: auto;
    transition: all 0.3s ease;
    filter: grayscale(100%);
    opacity: 0.7;
    margin: 0 30px;
}

.mil-partner-logo-databricks {
    max-height: 100px;
    width: auto;
    transition: all 0.3s ease;
    filter: grayscale(100%);
    opacity: 0.6;
    margin: 0 0;
}

.mil-partner-logo-think-design {
    max-height:80px;
    width: auto;
    transition: all 0.3s ease;
    filter: grayscale(100%);
    opacity: 0.6;
    margin: 0 0;
}

.mil-partner-logo-sssihl-marnl:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.mil-partner-logo-databricks:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.mil-partner-logo-think-design:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

@media screen and (max-width: 992px) {
    .mil-partner-logo-sssihl-marnl {
        max-height: 120px;
        margin: 0 20px;
    }
    .mil-partner-logo-databricks {
        max-height: 100px;
        margin: 0 0;
    }
    .mil-partner-logo-think-design {
        max-height: 70px;
        margin: 0 0;
    }
}

@media screen and (max-width: 768px) {
    .mil-partner-logos .row {
        gap: 40px;
    }
    .mil-partner-logo-sssihl-marnl{
        max-height: 80px;
        margin: 0;
    }
    .mil-partner-logo-databricks {
        max-height: 80px;
        margin: 0;
    }
    .mil-partner-logo-think-design {
        max-height: 50px;
        margin: 0;
    }
}
.mil-partners-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .mil-partners-frame {
    padding: 0;
  }
}

.mil-partners-frame a {
  width: 142px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 52px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mil-partners-frame a {
  margin-bottom: 35px !important;
}

@media screen and (max-width: 1200px) {
  .mil-partners-frame a {
    width: 33.333%;
  }
}

@media screen and (max-width: 992px) {
  .mil-partners-frame a {
    width: 50%;
  }
}

.mil-partners-frame a img {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  width: 100%;
  cursor: pointer;
  width: 71px;
}

@media screen and (max-width: 1200px) {
  .mil-partners-frame a img {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .mil-partners-frame a img {
    width: 140px;
  }
}

.mil-partners-frame a:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: rgb(233, 111, 247);
  width: 30px;
  height: 30px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-partners-frame a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-partners-frame a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mil-partners-spaces {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .mil-partners-spaces {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* -------------------------------------------

services

------------------------------------------- */
.mil-service-item {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .mil-service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mil-service-item .mil-service-icon {
  width: 30%;
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .mil-service-item .mil-service-icon {
    padding: 0 40px 0 30px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .mil-service-item .mil-service-icon {
    padding: 0;
    margin-bottom: 30px;
  }
}

.mil-service-item .mil-service-text {
  width: 70%;
  padding-right: 30px;
}

@media screen and (max-width: 1200px) {
  .mil-service-item .mil-service-text {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .mil-service-item .mil-service-text {
    padding-right: 0;
  }
}

.mil-service-item .mil-service-text h5 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mil-service-item .mil-service-text h5 {
    margin-top: 0;
  }
}

.mil-service-item .mil-service-text h5 span {
  margin-right: 15px;
}

.mil-service-item.mil-without-lines {
  padding: 0;
}

.mil-service-item.mil-without-lines .mil-service-icon {
  width: 20%;
  padding-left: 0;
}

.mil-service-item.mil-without-lines .mil-service-text {
  width: 80%;
}

/* -------------------------------------------

card

------------------------------------------- */
.mil-card {
  display: block;
  text-decoration: none;
}

.mil-card .mil-cover-frame {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 60%;
  margin-bottom: 30px;
}

.mil-card .mil-cover-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-card:hover .mil-cover-frame img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-card .mil-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-card .mil-description .mil-fw-descr {
  width: 100%;
}

.mil-card .mil-description .mil-card-title {
  width: 50%;
  padding-right: 30px;
}

.mil-card .mil-description .mil-card-title a {
  text-decoration: none;
  margin-left: 5px;
}

.mil-card .mil-description .mil-card-text {
  width: 50%;
}

.mil-card .mil-description .mil-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-card .mil-description .mil-card-top .mil-bages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-card .mil-description .mil-card-top .mil-bages li {
  list-style-type: none;
  margin-right: 15px;
}

.mil-card .mil-description .mil-card-top .mil-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-card .mil-description .mil-card-top .mil-stars span {
  padding-right: 15px;
}

.mil-card .mil-description .mil-card-top .mil-stars ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-card .mil-description .mil-card-top .mil-stars ul li {
  list-style-type: none;
  margin-right: 5px;
}

.mil-card .mil-description .mil-card-top .mil-stars ul li i {
  color: rgb(233, 111, 247);
}

.mil-card .mil-description .mil-card-top .mil-stars ul li.mil-empty i {
  color: rgba(18, 24, 32, 0.2);
}

@media screen and (max-width: 1200px) {
  .mil-card .mil-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mil-card .mil-description .mil-card-title {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .mil-card .mil-description .mil-card-text {
    width: 100%;
  }
}

.mil-card.mil-card-sm .mil-cover-frame {
  padding-bottom: 100%;
}

.mil-card.mil-card-sm .mil-description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mil-card.mil-card-sm .mil-description h6 {
  display: none;
}

.mil-card.mil-card-sm .mil-description .mil-card-title {
  width: 100%;
  padding-right: 0;
}

.mil-card.mil-card-sm .mil-description .mil-card-text {
  width: 100%;
}

.mil-card.mil-card-sm.mil-reverse-sm .mil-cover-frame {
  margin-bottom: 0;
}

.mil-card.mil-card-sm.mil-reverse-sm .mil-description {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .mil-card.mil-card-sm.mil-reverse-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mil-card.mil-card-sm.mil-reverse-sm .mil-cover-frame {
    margin-bottom: 30px;
  }

  .mil-card.mil-card-sm.mil-reverse-sm .mil-description {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .mil-card.mil-card-sm .mil-cover-frame {
    padding-bottom: 60%;
  }

  .mil-card.mil-card-sm .mil-description h6 {
    display: block;
  }
}

.mil-card-2 .mil-cover-frame {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  padding-bottom: 60%;
}

.mil-card-2 .mil-cover-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-card-2 .mil-cover-frame:after {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgb(233, 111, 247);
  opacity: 0.9;
  position: absolute;
  z-index: 2;
  top: -150px;
  right: -150px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-card-2 .mil-description {
  position: relative;
  padding: 30px 30px 35px;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 10px 10px;
}

.mil-card-2 .mil-description .mil-speakers {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: -30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-card-2 .mil-description .mil-speakers .mil-speaker {
  margin-right: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: solid 4px rgb(255, 255, 255);
}

.mil-card-2 .mil-description .mil-speakers .mil-speaker:last-child {
  margin-right: 0;
}

.mil-card-2 .mil-description .mil-speakers .mil-speaker img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mil-card-2 .mil-description .mil-category {
  color: rgb(233, 111, 247) !important;
  font-weight: 500;
}

.mil-card-2:hover .mil-cover-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-card-2:hover .mil-cover-frame:after {
  top: -75px;
  right: -65px;
}

.mil-card-2:hover .mil-description .mil-speakers {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-hover-card {
  overflow: hidden;
  position: relative;
  padding: 34px;
  border: solid 2px rgba(18, 24, 32, 0.1);
  border-radius: 10px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-hover-card.mil-card-only-30 {
  padding: 30px;
}

.mil-hover-card .mil-deco {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 768px) {
  .mil-hover-card {
    padding: 30px;
  }
}

.mil-hover-card .mil-link i {
  background-color: rgba(18, 24, 32, 0.2);
}

.mil-hover-card:hover {
  border-color: rgb(233, 111, 247);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}

.mil-hover-card:hover i {
  background-color: rgb(233, 111, 247);
}

.mil-hover-card:hover .mil-deco {
  opacity: 1;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
}

/* -------------------------------------------

slider navigation

------------------------------------------- */
.mil-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-slider-nav .mil-slider-btn-prev {
  margin-right: 30px;
}

.mil-slider-nav .mil-slider-btn-prev i {
  margin-right: 15px;
}

.mil-slider-nav .mil-slider-btn-next i {
  margin-left: 15px;
}

.mil-blog-prev {
  margin-right: 0px !important;
}

.mil-slider-nav .mil-slider-btn-prev,
.mil-slider-nav .mil-slider-btn-next {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-slider-nav .mil-slider-btn-prev i,
.mil-slider-nav .mil-slider-btn-next i {
  font-size: 15px;
  color: rgb(18, 24, 32);
}

.mil-slider-nav .mil-slider-btn-prev *,
.mil-slider-nav .mil-slider-btn-next * {
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-slider-nav .mil-slider-btn-prev:hover *,
.mil-slider-nav .mil-slider-btn-next:hover * {
  color: rgb(233, 111, 247);
}

.mil-slider-nav .mil-slider-btn-prev.mil-light span,
.mil-slider-nav .mil-slider-btn-next.mil-light span {
  color: rgb(255, 255, 255);
}

.mil-slider-nav .mil-slider-btn-prev.mil-light i,
.mil-slider-nav .mil-slider-btn-next.mil-light i {
  color: rgb(255, 255, 255);
}

.mil-slider-nav .mil-slider-btn-prev.mil-light:hover *,
.mil-slider-nav .mil-slider-btn-next.mil-light:hover * {
  color: rgb(233, 111, 247);
}

.mil-slider-nav .mil-slider-btn-prev.swiper-button-disabled,
.mil-slider-nav .mil-slider-btn-next.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.mil-slider-nav .mil-slider-btn-prev.swiper-button-disabled:hover *,
.mil-slider-nav .mil-slider-btn-next.swiper-button-disabled:hover * {
  color: inherit;
}

/* -------------------------------------------

icon box

------------------------------------------- */
.mil-icon-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-icon-box-head .mil-icon-frame {
  margin-right: 15px;
}

.mil-icon-box-head .mil-icon-frame.mil-light img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

@media screen and (max-width: 768px) {
  .mil-icon-box-head.mil-long {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mil-icon-box-head.mil-long .mil-icon-frame {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .mil-icon-box-head.mil-mob-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mil-icon-box.mil-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mil-awards-box {
  padding: 90px;
}

@media screen and (max-width: 768px) {
  .mil-awards-box {
    padding: 60px 60px 0;
  }

  .mil-awards-box.mil-pb-60-adapt {
    padding-bottom: 60px;
  }
}

.mil-awards-box.mil-box-2.mil-gradient-bg {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(24, 30, 38)),
    to(rgb(18, 24, 32))
  );
  background: linear-gradient(0deg, rgb(24, 30, 38) 0%, rgb(18, 24, 32) 100%);
}

.mil-line-icon-box {
  padding: 60px 0 30px;
}

.mil-hori-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.mil-hori-box .mil-icon-frame {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .mil-hori-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mil-hori-box .mil-icon-frame {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.mil-number-icon {
  position: relative;
  overflow: hidden;
  background-color: rgba(18, 24, 32, 0.05);
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-number-icon.mil-circle {
  border-radius: 50%;
}

.mil-number-icon.mil-lines {
  background-color: transparent;
}

.mil-number-icon.mil-lines:before {
  content: "";
  background-color: rgba(18, 24, 32, 0.05);
  width: 100px;
  height: 30px;
  position: absolute;
  z-index: -1;
  top: 40px;
  right: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mil-number-icon.mil-lines:after {
  content: "";
  background-color: rgba(18, 24, 32, 0.05);
  width: 100px;
  height: 30px;
  position: absolute;
  z-index: -1;
  top: 0px;
  right: -25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mil-number-icon span {
  display: block;
  font-size: 30px;
  color: rgb(18, 24, 32);
  z-index: 2;
}

.mil-number-icon span:before {
  content: "";
  border-radius: 50%;
  background-color: rgb(233, 111, 247);
  width: 18px;
  height: 18px;
  z-index: -1;
  position: absolute;
  bottom: 18px;
  right: 10px;
}

.mil-number-icon.mil-light {
  background-color: rgba(255, 255, 255, 0.05);
}

.mil-number-icon.mil-light.mil-lines {
  background-color: transparent;
}

.mil-number-icon.mil-light.mil-lines:before {
  background-color: rgba(255, 255, 255, 0.05);
  z-index: 1;
}

.mil-number-icon.mil-light.mil-lines:after {
  background-color: rgba(255, 255, 255, 0.05);
  z-index: 1;
}

.mil-number-icon.mil-light span {
  color: rgb(255, 255, 255);
}

.mil-box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 27px;
}

/* -------------------------------------------

skills

------------------------------------------- */
.mil-skill-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-skill-frame .mil-skill-track {
  width: 80%;
  height: 2px;
  background-color: rgba(18, 24, 32, 0.2);
}

.mil-skill-frame .mil-skill-track .mil-skill-prog {
  position: relative;
  background-color: rgb(233, 111, 247);
  height: 2px;
}

.mil-skill-frame .mil-skill-track .mil-skill-prog:after {
  content: "";
  width: 14px;
  height: 14px;
  border: solid 2px rgb(255, 255, 255);
  background-color: rgb(233, 111, 247);
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: -6px;
}

/* -------------------------------------------

reviews

------------------------------------------- */
.mil-review .mil-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-review .mil-stars img {
  margin-right: 20px;
}

.mil-review .mil-stars ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-review .mil-stars ul li {
  list-style-type: none;
  margin-right: 5px;
}

.mil-review .mil-stars ul li i {
  color: rgb(233, 111, 247);
}

.mil-review .mil-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-review .mil-author img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-review .mil-author .mil-name {
  padding-left: 20px;
}

.mil-review .mil-author .mil-name .mil-text-sm {
  opacity: 0.6;
}

.mil-review:hover .mil-author img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-review.mil-text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-review.mil-text-center p {
  padding: 0 60px;
}

@media screen and (max-width: 768px) {
  .mil-review.mil-text-center p {
    padding: 0;
  }
}

.mil-review.mil-text-center .mil-author {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mil-review.mil-text-center .mil-author img {
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .mil-reviews-btns-space {
    margin-top: 60px;
  }
}

/* -------------------------------------------

about

------------------------------------------- */
.mil-about-illustration {
  position: relative;
}

.mil-about-illustration .mil-image-frame {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

@media screen and (max-width: 500px) {
  .mil-about-illustration .mil-image-frame {
    padding-bottom: 130%;
  }
}

.mil-about-illustration .mil-image-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 0.3s;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mil-about-illustration .mil-image-frame:before {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgb(233, 111, 247);
  opacity: 0.9;
  position: absolute;
  z-index: 1;
  bottom: -150px;
  left: -145px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 500px) {
  .mil-about-illustration .mil-image-frame:before {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -65px;
  }
}

.mil-about-illustration .mil-window {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  position: absolute;
  bottom: 60px;
  right: -60px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}

@media screen and (max-width: 768px) {
  .mil-about-illustration .mil-window {
    right: -30px;
  }
}

.mil-about-illustration .mil-window .mil-speakers {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  top: -30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-about-illustration .mil-window .mil-speakers .mil-speaker {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: solid 3px rgb(255, 255, 255);
  margin-bottom: 15px;
}

.mil-about-illustration .mil-window .mil-speakers .mil-speaker:first-child {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mil-about-illustration .mil-window .mil-speakers .mil-speaker:nth-child(3) {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.mil-about-illustration .mil-window .mil-speakers .mil-speaker:nth-child(4) {
  -webkit-transform: translateX(-45px);
  transform: translateX(-45px);
}

.mil-about-illustration .mil-window .mil-speakers .mil-speaker img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mil-about-illustration .mil-window .mil-window-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mil-about-illustration .mil-window .mil-window-bottom h3 {
  padding-right: 15px;
}

.mil-about-illustration .mil-window .mil-window-bottom .mil-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-about-illustration .mil-window .mil-window-bottom .mil-stars li {
  list-style-type: none;
  margin-right: 5px;
}

.mil-about-illustration .mil-window .mil-window-bottom .mil-stars li i {
  color: rgb(233, 111, 247);
}

.mil-about-illustration
  .mil-window
  .mil-window-bottom
  .mil-stars
  li.mil-empty
  i {
  color: rgba(18, 24, 32, 0.2);
}

.mil-about-illustration-2 {
  position: relative;
}

.mil-about-illustration-2 .mil-image-frame {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.mil-about-illustration-2 .mil-image-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mil-about-illustration-2 .mil-image-frame:after {
  content: "";
  width: 300px;
  height: 300px;
  background-color: rgb(233, 111, 247);
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  bottom: -150px;
  left: -150px;
}

@media screen and (max-width: 768px) {
  .mil-about-illustration-2 .mil-image-frame:after {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
  }
}

.mil-about-illustration-2 .mil-play-button {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: rgb(233, 111, 247);
  -webkit-animation: puls 1s linear infinite;
  animation: puls 1s linear infinite;
}

/* -------------------------------------------

awards

------------------------------------------- */
.mil-awards {
  position: relative;
}

.mil-awards .mil-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mil-awards .mil-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-awards .mil-overlay.mil-gradient-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-awards .mil-overlay.mil-super-light {
  background-color: rgba(18, 24, 32, 0.6);
}

.mil-awards .mil-overlay.mil-with-deco:after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  top: -120px;
  right: -120px;
  background-color: rgb(233, 111, 247);
  border-radius: 50%;
}

.mil-awards .mil-relative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-awards .mil-relative .mil-fake-container {
  position: relative;
}

/* -------------------------------------------

breadcrumbs

------------------------------------------- */
.mil-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-breadcrumbs li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-breadcrumbs li a {
  color: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-breadcrumbs li a:hover {
  color: rgb(233, 111, 247);
}

.mil-breadcrumbs li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgb(233, 111, 247);
  margin: 0 15px;
}

.mil-breadcrumbs li:last-child {
  cursor: not-allowed;
}

.mil-breadcrumbs li:last-child:after {
  display: none;
}

.mil-breadcrumbs li:last-child a {
  pointer-events: none;
  color: rgba(18, 24, 32, 0.5);
}

/* -------------------------------------------

team

------------------------------------------- */
.mil-team-card {
  text-align: center;
  display: block;
}

.mil-team-card .mil-image-frame {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.mil-team-card .mil-image-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-team-card .mil-image-frame .mil-team-circle {
  position: absolute;
  background-color: rgb(233, 111, 247);
  opacity: 0;
  width: 120px;
  height: 120px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 50%;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-team-card .mil-image-frame:before {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 120px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-team-card .mil-image-frame:after {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 60px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-team-card p {
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-team-card:hover .mil-image-frame .mil-team-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mil-team-card:hover .mil-image-frame img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-team-card:hover .mil-image-frame:before,
.mil-team-card:hover .mil-image-frame:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mil-team-card:hover p {
  color: rgb(233, 111, 247);
}

/* -------------------------------------------

call to action

------------------------------------------- */
.mil-call-to-action {
  position: relative;
}

.mil-call-to-action .mil-background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mil-call-to-action .mil-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-call-to-action .mil-cta-content {
  padding: 60px 0;
  position: relative;
  text-align: center;
}

.mil-cta-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* -------------------------------------------

team member

------------------------------------------- */
.mil-portrait-position {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: -90px;
  right: 30px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .mil-portrait-position {
    position: static;
    margin-top: 30px;
  }
}

.mil-portrait-frame {
  width: 450px;
  margin-left: auto;
  height: 510px;
  position: relative;
  border-radius: 0 0 280px 280px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .mil-portrait-frame {
    width: 50%;
    height: auto;
    padding-bottom: 55%;
    margin: 0 auto;
  }
}

.mil-portrait-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.mil-portrait-frame:before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: rgb(233, 111, 247);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* -------------------------------------------

timeline

------------------------------------------- */
.mil-timeline {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 2px rgba(18, 24, 32, 0.1);
  margin-bottom: 60px;
}

.mil-timeline li {
  position: relative;
  list-style-type: none;
  margin-right: 30px;
}

.mil-timeline li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: -60px;
  width: 1px;
  border-right: dotted 2px rgba(18, 24, 32, 0.1);
  height: 175%;
}

.mil-timeline li:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -67px;
  width: 13px;
  height: 13px;
  border: solid 2px rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(233, 111, 247);
}

.mil-timeline li p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-timeline li p:before {
  content: "";
  margin-right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(18, 24, 32, 0.1);
}

.mil-timeline li h5 {
  padding-left: 30px;
}

@media screen and (max-width: 992px) {
  .mil-timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: none;
    border-left: solid 2px rgba(18, 24, 32, 0.1);
    padding: 0;
  }

  .mil-timeline li {
    position: relative;
    list-style-type: none;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .mil-timeline li:last-child {
    margin-bottom: 0;
  }

  .mil-timeline li:before {
    display: none;
  }

  .mil-timeline li:after {
    top: 14%;
    left: -7px;
  }

  .mil-timeline li p {
    padding-left: 30px;
  }

  .mil-timeline li p:before {
    display: none;
  }
}

/* -------------------------------------------

accordion

------------------------------------------- */
.mil-accordion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 30px 45px;
  width: 100%;
  border-bottom: solid 2px #fff;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-accordion:first-child {
  padding-top: 5px;
}

.mil-panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.mil-accordion:after {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 20px;
  color: rgb(233, 111, 247);
  bottom: -13px;
  background: linear-gradient(180deg, rgb(24, 30, 38) 0%, rgb(18, 24, 32) 100%);
  padding-right: 10px;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-accordion.mil-active:after {
  content: "-";
}

/* -------------------------------------------

tabs

------------------------------------------- */
.mil-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mil-tabs label {
  text-align: center;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 25%;
  display: block;
  cursor: pointer;
  padding: 30px;
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 768px) {
  .mil-tabs label {
    width: 50%;
  }
}

@media screen and (max-width: 430px) {
  .mil-tabs label {
    width: 100%;
  }
}

.mil-tabs label:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tabs .mil-tab {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding-top: 120px;
}

@media screen and (max-width: 992px) {
  .mil-tabs .mil-tab {
    padding-top: 60px;
  }
}

.mil-tabs input[type="radio"] {
  display: none;
}

.mil-tabs input[type="radio"]:checked + label {
  color: rgb(18, 24, 32);
}

.mil-tabs input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: solid 2px rgb(233, 111, 247);
}

.mil-tabs input[type="radio"]:checked + label + .mil-tab {
  display: block;
}

.mil-window {
  padding: 30px;
}

.mil-tab-buttons {
  border-top: solid 2px rgba(18, 24, 32, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-tab-buttons a {
  position: relative;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tab-buttons a span {
  z-index: 1;
}

.mil-tab-buttons a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: rgb(233, 111, 247);
  position: absolute;
  top: -2px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tab-buttons a:after {
  content: "";
  width: 100%;
  height: 0;
  background-color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tab-buttons a.mil-active {
  color: rgb(18, 24, 32);
}

.mil-tab-buttons a.mil-active:before {
  width: 100%;
}

.mil-tab-buttons a.mil-active:after {
  height: 100%;
}

@media screen and (max-width: 992px) {
  .mil-tab-buttons {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
  }

  .mil-tab-buttons a {
    height: 70px;
  }
}

.mil-tab-buttons.mil-tab-buttons-2 {
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  border-top: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mil-tab-buttons.mil-tab-buttons-2 a {
  width: 200px;
  height: auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 400px) {
  .mil-tab-buttons.mil-tab-buttons-2 a {
    width: calc(50% - 30px);
  }
}

.mil-tab-buttons.mil-tab-buttons-2 a .mil-icon-bg {
  background-color: transparent;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tab-buttons.mil-tab-buttons-2 a h6 {
  color: rgba(18, 24, 32, 0.6);
  text-align: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tab-buttons.mil-tab-buttons-2 a:before {
  top: auto;
  bottom: -2px;
}

.mil-tab-buttons.mil-tab-buttons-2 a:after {
  display: none;
}

.mil-tab-buttons.mil-tab-buttons-2 a.mil-active .mil-icon-bg {
  background-color: rgba(18, 24, 32, 0.05);
}

.mil-tab-buttons.mil-tab-buttons-2 a.mil-active h6 {
  color: rgb(18, 24, 32);
}

@media screen and (max-width: 992px) {
  .mil-tab-buttons.mil-tab-buttons-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0;
  }

  .mil-tab-buttons.mil-tab-buttons-2 a {
    height: auto;
  }
}

.mil-tabs-left-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mil-tabs-left-nav:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(18, 24, 32, 0.1);
}

.mil-tabs-left-nav li {
  list-style-type: none;
  margin-bottom: 25px;
}

.mil-tabs-left-nav li:last-child {
  margin-bottom: 0;
}

.mil-tabs-left-nav li a {
  padding-left: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tabs-left-nav li a.mil-h4 {
  color: rgba(18, 24, 32, 0.3);
}

.mil-tabs-left-nav li a:before {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  border: solid 5px rgba(18, 24, 32, 0.1);
  margin-right: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tabs-left-nav li a.mil-active.mil-h4 {
  color: rgb(18, 24, 32);
}

.mil-tabs-left-nav li a.mil-active:before {
  border: solid 5px rgb(233, 111, 247);
}

/* -------------------------------------------

price

------------------------------------------- */
.mil-price-card .mil-plan-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.mil-price-card .mil-plan-price h3 {
  margin-right: 10px;
}

.mil-price-card .mil-button {
  border-color: rgba(18, 24, 32, 0.1);
}

.mil-price-card .mil-button:hover {
  border-color: rgb(233, 111, 247);
}

.mil-price-card:hover .mil-button {
  border-color: rgb(233, 111, 247);
}

/* -------------------------------------------

vacancies

------------------------------------------- */
.mil-vacancies-frame .mil-vacancy {
  list-style-type: none;
  padding: 60px 0 30px;
  border-top: solid 2px rgba(18, 24, 32, 0.1);
}

@media screen and (max-width: 992px) {
  .mil-vacancies-frame .mil-vacancy {
    padding: 30px 0 0;
  }
}

.mil-vacancies-frame .mil-vacancy:last-child {
  padding-bottom: 0;
}

.mil-vacancies-frame .mil-vacancy .mil-vacancy-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-vacancies-frame .mil-vacancy .mil-vacancy-head .mil-badge {
  padding: 2px 15px 0;
  margin-right: 15px;
  background-color: rgb(233, 111, 247);
  color: rgb(255, 255, 255);
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 12px;
}

.mil-vacancies-frame .mil-vacancy .mil-vacancy-head .mil-badge.mil-badge-dark {
  color: rgb(255, 255, 255);
  background-color: rgba(18, 24, 32, 0.3);
}

/* -------------------------------------------

careers features

------------------------------------------- */
.mil-banner-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 500px;
}

@media screen and (max-width: 992px) {
  .mil-banner-slide {
    height: auto;
  }
}

.mil-banner-slide .mil-banner-bg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mil-banner-slide:after {
  content: "";
  width: 300px;
  height: 300px;
  background-color: rgb(233, 111, 247);
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  bottom: -150px;
  left: -150px;
}

@media screen and (max-width: 992px) {
  .mil-banner-slide:after {
    display: none;
  }
}

.mil-banner-slide .mil-overlay {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(243, 243, 244, 0)),
    color-stop(50%, rgb(243, 243, 244))
  );
  background: linear-gradient(
    90deg,
    rgba(243, 243, 244, 0) 0%,
    rgb(243, 243, 244) 50%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .mil-banner-slide .mil-overlay {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(243, 243, 244, 0)),
      color-stop(30%, rgb(243, 243, 244))
    );
    background: linear-gradient(
      90deg,
      rgba(243, 243, 244, 0) 0%,
      rgb(243, 243, 244) 30%
    );
  }
}

@media screen and (max-width: 992px) {
  .mil-banner-slide .mil-overlay {
    background: rgb(243, 243, 244);
  }
}

.mil-banner-slide .row {
  height: 100%;
}

.mil-sb-inner {
  padding: 60px;
}

@media screen and (max-width: 992px) {
  .mil-sb-inner {
    padding: 30px;
  }
}

.mil-banners-pagination {
  text-align: center;
  margin-top: 30px;
}

.mil-banners-pagination .swiper-pagination-bullet {
  background-color: rgba(18, 24, 32, 0.1);
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 15px !important;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-banners-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(233, 111, 247);
}

/* -------------------------------------------

blog

------------------------------------------- */
.mil-blog-slider .mil-slide-50 {
  width: calc(50% - 60px);
}

.mil-blog-slider .mil-slide-25 {
  width: calc(25% - 20px);
}

.mil-post-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-post-sm.mil-top-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mil-post-sm .mil-cover-frame {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.mil-post-sm .mil-cover-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-post-sm .mil-description {
  padding-left: 20px;
  width: calc(100% - 70px);
}

.mil-post-sm .mil-description h6 {
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-post-sm:hover .mil-cover-frame img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mil-post-sm:hover .mil-description h6 {
  color: rgb(233, 111, 247);
}

.pdf-underline {
  text-decoration-line: underline;
  text-decoration-color: #555;
  text-decoration-thickness: 1px;
  text-underline-offset: 30px;
}

@media screen and (max-width: 768px) {
  .mil-post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mil-post-info li {
    margin-bottom: 15px;
  }

  .mil-post-info li:last-child {
    margin-bottom: 0;
  }
}

.mil-post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-post-author img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
  .mil-post-author img {
    width: 30px;
    height: 30px;
  }
}

.mil-post-author span {
  padding-left: 10px;
}

.mil-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.mil-tags li {
  list-style-type: none;
  margin-right: 10px;
}

.mil-tags li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 12px;
  background-color: rgba(18, 24, 32, 0.1);
  padding: 0 10px;
  border-radius: 20px;
  color: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tags li a:hover {
  background-color: rgb(233, 111, 247);
  color: rgb(255, 255, 255);
}

.mil-post-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-post-image:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-comments-frame {
  padding: 0;
  margin: 0;
}

.mil-comments-frame li {
  list-style-type: none;
}

.mil-comments-frame .mil-comment .mil-comment-top-panel {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-comments-frame .mil-comment .mil-comment-top-panel .mil-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-comments-frame .mil-comment .mil-comment-top-panel .mil-left img {
  margin-right: 30px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
  .mil-comments-frame .mil-comment .mil-comment-top-panel .mil-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mil-comments-frame .mil-comment .mil-comment-top-panel .mil-left img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
}

.mil-comments-frame .mil-comment .mil-comment-text {
  padding-left: 100px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .mil-comments-frame .mil-comment .mil-comment-text {
    padding-left: 0;
  }
}

.mil-comments-frame .mil-comment .mil-sub-comments {
  padding-left: 100px;
}

@media screen and (max-width: 768px) {
  .mil-comments-frame .mil-comment .mil-sub-comments {
    padding-left: 30px;
    border-left: dotted 2px rgba(18, 24, 32, 0.1);
  }
}

/* -------------------------------------------

pagination

------------------------------------------- */
.mil-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-pagination .mil-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-pagination .mil-pagination-numbers li {
  list-style-type: none;
}

.mil-pagination .mil-pagination-numbers li a {
  padding-top: 3px;
  margin-right: 5px;
  font-weight: 500;
  color: rgb(18, 24, 32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-pagination .mil-pagination-numbers li a:hover {
  background-color: rgba(18, 24, 32, 0.1);
}

.mil-pagination .mil-pagination-numbers li.mil-active a {
  color: rgb(255, 255, 255);
  background-color: rgb(233, 111, 247);
}

.mil-pagination .mil-pagination-numbers li:last-child a {
  margin-right: 0;
}

.mil-pagination .mil-button-all {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(18, 24, 32);
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-pagination .mil-button-all:hover {
  background-color: rgba(18, 24, 32, 0.1);
}

@media screen and (max-width: 992px) {
  .mil-pagination.mil-hidden-arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mil-pagination.mil-hidden-arrows .mil-slider-nav {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .mil-pagination.mil-hidden-button .mil-button-all {
    display: none;
  }
}

/* -------------------------------------------

event

------------------------------------------- */
.mil-event-form {
  margin: 0 15px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 60px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}

@media screen and (max-width: 1200px) {
  .mil-event-form {
    position: static;
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 992px) {
  .mil-event-form {
    padding: 30px;
  }
}

/* -------------------------------------------

project

------------------------------------------- */
.mil-project-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  border-radius: 10px;
}

.mil-project-cover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-project-cover:after {
  content: "";
  width: 30%;
  padding-bottom: 30%;
  background-color: rgb(233, 111, 247);
  position: absolute;
  bottom: -15%;
  left: -10%;
  border-radius: 50%;
}

.mil-project-cover:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-project-cover.mil-type-2:after {
  left: auto;
  right: -10%;
}

.mil-project-info {
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}

.mil-item-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(18, 24, 32, 0.1);
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-item-card:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  background-color: rgb(255, 255, 255);
}

/* tootltip style */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* -------------------------------------------

map

------------------------------------------- */
.mil-map-frame {
  position: relative;
  overflow: hidden;
  height: 60vh;
}

.mil-map-frame iframe {
  -webkit-filter: grayscale(100%) brightness(110%);
  filter: grayscale(100%) brightness(110%);
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-map-frame:hover iframe {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* -------------------------------------------

footer

------------------------------------------- */
.mil-footer-bg {
  position: absolute;
  top: 30px;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  pointer-events: none;
}

.mil-footer-content {
  position: relative;
}

.mil-footer-content .mil-logo {
  width: 120px;
}

.mil-footer-content .mil-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-footer-content .mil-list-title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: rgb(233, 111, 247);
}

.mil-app-btn {
  border-radius: 5px;
  padding: 10px 0;
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  background-color: rgb(18, 24, 32);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-app-btn:last-child {
  margin-right: 0;
}

.mil-app-btn i {
  width: 60px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 32px;
}

.mil-app-btn .mil-app-text {
  width: 130px;
  color: rgb(255, 255, 255);
  font-family: "Sora", sans-serif;
}

.mil-app-btn .mil-app-text .mil-h6 {
  color: rgb(255, 255, 255);
  font-family: "Sora", sans-serif;
}

.mil-app-btn:hover {
  -webkit-filter: brightness(180%);
  filter: brightness(180%);
}

.mil-footer-links {
  position: relative;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-footer-links ul li {
  list-style-type: none;
  margin-right: 30px;
}

.mil-footer-links ul li:last-child {
  margin-right: 0;
}

.mil-footer-links ul li a {
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-footer-links ul li:hover a {
  color: rgb(233, 111, 247) !important;
}

.mil-footer-links ul li.mil-adapt-links a:last-child {
  display: none;
}

@media screen and (max-width: 768px) {
  .mil-footer-links ul li.mil-adapt-links a:first-child {
    display: none;
  }

  .mil-footer-links ul li.mil-adapt-links a:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 992px) {
  .mil-footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mil-footer-links .mil-social {
    margin-bottom: 30px;
  }

  .mil-footer-links .mil-additional-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mil-footer-links .mil-additional-links li {
    margin-bottom: 10px;
  }
}

.mil-footer-bottom {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  position: relative;
  background-color: rgb(18, 24, 32);
  height: 50px;
}

.mil-footer-bottom .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-footer-bottom .container p {
  opacity: 0.3;
}

.mb45 {
  margin-bottom: 45px;
}

.dropbtn {
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border: none;
  background-color: transparent;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.font20 {
  font-size: 20px;
}

.font19 {
  font-size: 19px;
  font-weight: 600;
}

.fontweight {
  font-weight: 500;
}

.font14 {
  font-size: 14px;
}

.logopos {
  position: absolute;
  left: 141px;
}

/* -------------------------------------------

additional pages

------------------------------------------- */
.mil-404-number {
  font-size: 100px;
  font-family: "Sora", sans-serif;
}

@media screen and (max-width: 1200px) {
  .mil-404-text {
    text-align: center;
  }
}

.mil-add-page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-add-page .mil-map-bg {
  position: absolute;
  top: 30px;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  pointer-events: none;
}

.mil-add-page .mil-background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.mil-add-page .mil-overlay {
  background: rgba(18, 24, 32, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-add-page .container {
  position: relative;
}

.mil-addition-bottom {
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-addition-bottom .container,
.mil-addition-bottom .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alert-success,
.alert-error {
  font-size: 90%;
  text-align: center;
  color: rgb(233, 111, 247);
  padding: 1rem;
}

.alert-success h5,
.alert-error h5 {
  color: rgb(233, 111, 247);
  font-weight: 400;
}

.alert-error,
.alert-error h5 {
  color: red;
}

.pl35 {
  padding-left: 35px !important;
}

.mil-mb-180-adapt {
  margin-bottom: 180px;
}

.font13 {
  font-size: 13px;
}

.font18 {
  font-size: 18px;
}

.padding-top {
  padding-bottom: 80px;
}

.mar-b70 {
  margin-bottom: 70px;
}

.width110 {
  width: 110px;
}

.font141 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

/* styles for hero page icons*/

.icon-container {
  display: flex;
  justify-content: space-between;
  animation: scrollIcons 20s linear infinite;
  margin-bottom: 40px;
  position: relative;
  animation: mymove 10s infinite;
}

.center-icon {
  animation: none;
  position: relative;
}

/* .center-icon.blinking {
  animation: blink 0.5s infinite;
} */

.tooltip {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}

.center-icon.blinking .tooltip {
  display: block;
  opacity: 1;
}

/* Select the "View All Cases" button by its class and set its initial display to none */
.mil-link.cases {
  display: none;
}

/* @keyframes mymove {
  from {right: 0px;}
  to {right: 500px;}
} 

 @keyframes scrollIcons {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}  */

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.mr255 {
  margin-right: 255px;
}

.mil-mb-27 {
  margin-bottom: 27px;
}

/*Industry pages*/

.col-lt-200 {
  margin-left: 210px !important;
}

.col-lg-20 {
  margin-left: -20px;
}

.col-lg-450 {
  width: 450px;
}

.mil-mb-39 {
  margin-bottom: 39px;
}

/* Project casestudy pages */
.mil-xl-x {
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.mil-xl-l {
  position: absolute;
  margin-left: 320px;
  margin-right: 400px;
}

.mil-xl-n {
  position: absolute;
  margin-left: 50px;
  margin-right: 700px;
  margin-top: 30px;
}

.mil-xl-n1 {
  margin-right: 700px !important;
}

.mil-xl-200-650 {
  margin-top: -24px;
}

.pt25 {
  padding-top: 25px;
}

/* Solution logo */

.mil-hml-50-10 {
  position: absolute;

  margin-left: 900px;
  width: 78px;
  height: 116px;
}

.mil-hml-50-100 {
  position: absolute;
  margin-left: 888px;
  width: 280px;
  height: 148px;
  margin-top: -106px;
  right: 0px;
}

.mil-hml-50-101 {
  position: absolute;
  margin-left: 751px;
  width: 141px;
  height: 179px;
  margin-top: -92px;
  right: 29px;
}

.mil-hmb-50-102 {
  right: 45px;
}

.mil-hml-50-102 {
  position: absolute;
  height: 85px;
  margin-left: 781px;
  bottom: -2px;
}

.mil-hmb-50-10 {
  position: absolute;
  height: 50px;
  margin-left: 908px;
  bottom: 5px;
}

.error-message {
  color: #ec2323;
  font-size: 14px;
  display: none;
}

/* Industries section styles */
.swiper {
  width: 100%;
  height: 90vh;
  /* Set the height to half of the screen height */
  background: url("/img/Industries-images/Ecommerce.jpg") center/cover no-repeat;
  /* Initial background image for Slide 1 */
  transition: background 0.5s;
  position: relative;
}

.swslide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  /* Adjust the overlay color and opacity as needed */
  z-index: 1;
  /* Ensure the overlay is above the slide content */
  opacity: 0.4;
  transition: opacity 0.3s;
}

.swiper-slide {
  /* text-align: center; */
  /* font-size: 18px; */
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  transition: background 0.5s;
  height: 100%;
  /* Ensure slides take up full height of the container */
  /* position: relative;  */
}

/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.swiper-description {
  display: none;
  position: relative;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.container1 {
  position: absolute;
  bottom: 2em;
}

.overlayi {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  display: none;
}

.swiper-slide-left .averlayi {
  display: block;
}

.swiper-slide-left .swiper-description {
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  top: 34%;
}

/* Industries section styles ends */

.clik:hover {
  color: rgb(233, 111, 247);
}

.pinktxt {
  color: rgb(233, 111, 247);
  font-size: 20px;
  font-weight: 600;
}

.title {
  font-size: 40px;
  color: #fff !important;
  padding: 30px 30px 30px 55px;
  font-weight: 700;
}

.swiper-description {
  color: #fff;
  padding: 30px 30px 30px 55px;
  font-size: 14px;
}

/* Footer Branch Offices */
.mil-mt-20-30 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .mil-mt-20-30 {
    margin-top: 50px;
  }
}

.row-1 {
  --bs-gutter-x: 10px;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* Footer Massage size */
#result {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}

#result1 {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.colr {
  color: #ccc;
  cursor: default;
}

.colr:hover {
  color: #ccc !important;
  cursor: default;
}

.error-message1 {
  color: red;
}

.success-message {
  color: green;
}

/* contact section */
.mil-mb-40 {
  margin-bottom: 64px;
}

.mil-ml-65 {
  --bs-gutter-x: 65px;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.col-lt-250 {
  margin-left: 200px;
}

.mil-fsc {
  font-weight: 500;
  color: black;
}

.ml15 {
  margin-left: -15px;
}

/* About Page Color hover */
.mil1 .mil2 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil2 img {
  position: inherit;
  right: 100px;
}

.mil1:hover .mil2 img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-link2 i {
  background-color: #fff !important;
  color: #000;
}

/* .mil-br-2-3::before {
  bottom: 2px !important; 
  right: 3px !important;
} */

/* Testimonial */
.mil-img img {
  height: 30%;
}

.mil-img11 {
  width: 0 !important;
}

.mil-hw-3-4 img {
  width: 25px;
  height: 25px;
}

.mil-hw-3-4::before {
  bottom: 3px !important;
  right: 3px !important;
  width: 16.5px !important;
  height: 16.5px !important;
}

.hidden-content {
  display: none;
}

#moreBtn {
  position: absolute;
  right: 20px;
  bottom: 145px;
  border: none;
  text-decoration: underline;
}
#moreBtn:hover {
  cursor: pointer;
}

/* end */

.margin-left {
  margin-right: 19px;
}

/* media Box Size and icons*/
.mil-ptb-80-30-50 {
  padding: 0 80px;
  padding-top: 30px !important;
  margin: 50px 0;
}

.mil-w-40 {
  width: 40px !important;
  object-fit: fill !important;
}

.mar-b60 {
  margin-top: 60px;
}

.mar-bb60 {
  margin-bottom: 60px;
}

.mil-p-60-0 {
  padding-top: 60px;
}

.mil-p-60-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mil-mt-30 {
  margin-top: 30px;
}

.mil-p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mil-mb-33 {
  margin-bottom: 33px;
}

.mb40 {
  margin-bottom: 40px;
}

.mil-p-60 {
  padding-top: 60px;
}

.mil-p-30-90 {
  padding-top: 30px;
}

.mil-ptb-80-30-30 {
  padding: 0 80px;
  padding-top: 63px !important;
  margin: 30px 0;
}

.mil-p-90 {
  padding-top: 90px;
}

.mil-p-120-40 {
  padding-bottom: 40px;
  padding-top: 120px;
}

.mb55 {
  margin-bottom: 55px;
}

.mil-pt-90 {
  padding-top: 90px;
}

.carousel-item {
  height: 720px;
  background: linear-gradient(180deg, rgb(24, 30, 38) 0%, rgb(18, 24, 32) 100%);
}

.carousel-item img {
  object-fit: contain !important;
  height: 100%;
  width: 100%;
}

.mil-pr {
  position: relative;
}
.mil-pa-30 {
  position: relative;
  margin-left: 30px;
  margin-top: -25px;
}
.mil-ml-3 {
  margin-left: -3px;
}

.mil-o {
  display: none;
}
.mil-co {
  display: none;
}

.mil-hide {
  display: none;
}

.mil-hmb-85-767 {
  position: absolute;
  height: 85px;
  margin-left: 767px;
  bottom: -10px;
}
.mil-co {
  display: none;
}
.font60 {
  font-size: 60px;
}
.mt10 {
  margin-top: 10px;
}
.mil-pr-30 {
  padding-right: 30px;
}

.ml {
  margin-left: -13px;
}

.blogscolor p {
  color: rgb(18, 24, 32);
}

.margin-top-32 {
  margin-top: 32px !important;
}

.margin-top-81 {
  margin-top: 81px;
}

.margin-top-130 {
  margin-top: 130px !important;
}

.margin-tb {
  margin-bottom: 102px !important;
}
.thide {
  display: none;
}

.hidemob {
  display: contents;
}

.mil-1 {
  position: absolute;
}

.mil-11 {
  position: relative;
  top: 251px;
}
.mil-12 {
  position: relative;
  top: 250px;
}
.mil-13 {
  position: relative;
  top: 250px;
}
.mil-14 {
  position: relative;
  top: 240px;
}
/* Footer contact start */
.foot-sv-p {
  position: absolute;
}
.foot-p-25 {
  position: relative;
  left: 30px;
  top: -3px;
}
.div-line {
  width: 50%;
  height: 2px;
  background-color: rgba(18, 24, 32, 0.1);
}
/* Footer contact end */
@media (min-width: 780px) and (max-width: 992px) {
  .mil-p-90-300 {
    padding-top: 90px;
    padding-bottom: 300px;
  }
  .mil-11 {
    position: relative;
    top: 280px;
  }
  .mil-12 {
    position: relative;
    top: 255px;
  }
  .mil-13 {
    position: relative;
    top: 250px;
  }
  .mil-14 {
    position: relative;
    top: 250px;
  }
}
@media (max-width: 780px) {
  .mil-p-90-300 {
    padding-top: 90px;
    padding-bottom: 300px;
  }
  .mil-11 {
    position: relative;
    top: 270px;
  }
  .mil-12 {
    position: relative;
    top: 255px;
  }
  .mil-13 {
    position: relative;
    top: 250px;
  }
  .mil-14 {
    position: relative;
    top: 250px;
  }
}
@media (max-width: 767px) {
  .mil-p-90-300 {
    padding-top: 90px;
    padding-bottom: 250px;
  }
  .mil-11 {
    position: relative;
    top: 230px;
  }
  .mil-12 {
    position: relative;
    top: 215px;
  }
  .mil-13 {
    position: relative;
    top: 210px;
  }
  .mil-14 {
    position: relative;
    top: 210px;
  }
}

@media (max-width: 480px) {
  .mil-p-90-300 {
    padding-top: 90px;
    padding-bottom: 300px;
  }
  .mil-11 {
    position: relative;
    top: 260px;
  }
  .mil-12 {
    position: relative;
    top: 245px;
  }
  .mil-13 {
    position: relative;
    top: 245px;
  }
  .mil-14 {
    position: relative;
    top: 245px;
  }
}
@media (max-width: 388px) {
  .mil-p-90-300 {
    padding-top: 90px;
    padding-bottom: 340px;
  }
  .mil-11 {
    position: relative;
    top: 315px;
  }
  .mil-12 {
    position: relative;
    top: 300px;
  }
  .mil-13 {
    position: relative;
    top: 300px;
  }
  .mil-14 {
    position: relative;
    top: 300px;
  }
}

/* Media Queries for 600px */

@media (max-width: 600px) {
  .mil-hmb-85-767 {
    height: 60px !important;
  }
  .font50 {
    font-size: 29px;
  }

  .mbmr10 {
    margin-right: 10px;
  }

  .mbw28 {
    width: 28px;
  }

  .mbfont10 {
    font-size: 10px;
  }

  .mil-button.mil-fw {
    width: 55%;
  }

  .mil-rounded-input {
    font-size: 12px;
  }

  .mbdisplaynone {
    display: none;
  }

  .mbfont20 {
    font-size: 20px;
  }

  .mil-hml-50-100 {
    width: 190px;
    margin-top: -93px;
    margin-right: 13px;
  }

  .mil-hml-50-101 {
    width: 65px;
    margin-top: -82px;
  }

  .mil-hmb-50-102 {
    height: 30px;
    bottom: -7px;
    width: 140px;
    right: 29px;
  }

  .mobileview {
    display: contents;
  }

  .deskview {
    display: none;
  }

  .mil-icon-box-head.mil-long {
    flex-direction: row;
  }

  .mil-icon-box-head.mil-long .mil-icon-frame {
    margin-right: 15px;
  }

  .mil-xl-l {
    margin-left: 218px;
    margin-right: 13px;
    font-size: 13px;
  }

  .mil-xl-x {
    margin-bottom: 100px;
  }

  .mil-xl-n1 {
    margin-right: 30px !important;
  }

  .col-lt-200 {
    margin-left: 0px;
  }
  .mil-color img {
    -webkit-filter: none !important;
    filter: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .mil-about-illustration .mil-window .mil-color-in {
    -webkit-filter: none !important;
    filter: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .mobilemb20 {
    margin-bottom: 20px;
  }

  .mobilemb30 {
    margin-bottom: 30px;
  }

  .mobilemb60 {
    margin-bottom: 30px;
  }
  .mobilemt60 {
    margin-top: 60px;
  }
  .mil-mt-60-adapt {
    margin-top: 30px;
  }
  .mil-link {
    white-space: inherit;
  }

  /* .moblsol70 {
    position: relative;
    right: 30px;
  }

  .moblsol50 {
    position: relative;
    right: 15px;
  }

  .moblsol40 {
    position: relative;
    right: 5px;
  } */

  .mil-mob-0 {
    margin-bottom: 0px !important;
  }

  .mil-pad {
    padding: 0px 70px 0px 70px;
  }

  .mb0 {
    margin-bottom: 0px !important;
  }

  .mt0 {
    margin-top: 0px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }
  .mobilepad0 {
    padding-bottom: 0px;
  }
  .mil-link i {
    width: 30px;
    height: 27px;
  }
}

/* Media Queries for 768px */
@media (max-width: 768px) {
  .fn42 {
    font-size: 42px;
  }
  .fn22 {
    font-size: 22px;
  }
  .thide {
    display: contents;
  }
  .hidemob {
    display: none;
  }

  .mil-aut {
    margin-top: 55px;
  }

  .mobileml0 {
    margin-left: 0px;
  }

  .mb0 {
    margin-bottom: 0px !important;
  }

  .mt0 {
    margin-top: 0px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .col-lt-200 {
    margin-left: 0px !important;
  }

  .mobilemb20 {
    margin-bottom: 0px !important;
  }

  .mobilteampic {
    position: relative;
    left: 170px;
  }

  .mil-hide {
    display: flex !important;
    justify-content: flex-end !important;
    position: relative;
    top: 40px;
  }

  .font50 {
    font-size: 29px;
  }

  .mbmr10 {
    margin-right: 10px;
  }

  .mbw28 {
    width: 28px;
  }

  .mbfont10 {
    font-size: 10px;
  }

  .mil-button.mil-fw {
    width: 55%;
  }

  .mil-rounded-input {
    font-size: 12px;
  }

  .mbdisplaynone {
    display: none;
  }

  .mbfont20 {
    font-size: 20px;
  }

  .mil-hml-50-100 {
    width: 190px;
    margin-top: -93px;
    margin-right: 13px;
  }

  .mil-hml-50-101 {
    width: 65px;
    margin-top: -82px;
  }

  .mil-hmb-50-102 {
    height: 30px;
    bottom: -7px;
    width: 140px;
    right: 29px;
  }

  .mobileview {
    display: contents;
  }

  .deskview {
    display: none;
  }

  .mil-icon-box-head.mil-long {
    flex-direction: row;
  }

  .mil-icon-box-head.mil-long .mil-icon-frame {
    margin-right: 15px;
  }

  .mil-xl-l {
    margin-left: 218px;
    margin-right: 13px;
    font-size: 13px;
  }

  .mil-xl-x {
    margin-bottom: 100px;
  }

  .mil-xl-n1 {
    margin-right: 30px !important;
  }

  .mobilemb30 {
    margin-bottom: 30px !important;
  }

  .mil-link {
    white-space: inherit;
  }

  /* .moblsol70 {
    position: relative;
    right: 30px;
  }

  .moblsol50 {
    position: relative;
    right: 15px;
  }

  .moblsol40 {
    position: relative;
    right: 5px;
  } */

  .mil-mob-0 {
    margin-bottom: 0px !important;
  }

  .mil-pad {
    padding: 0px 70px 0px 70px;
  }
  .mil-h-30 {
    margin-top: 30px !important;
  }
  .mobilepad0 {
    padding-bottom: 0px;
  }
  .mobilemt30 {
    margin-top: 30px;
  }
  .mil-mb-60 {
    margin-bottom: 60px;
  }

  .mil-pt-60 {
    padding-top: 60px;
  }
  .mil-pt-90 {
    padding-top: 90px;
  }
  .mil-pb-30 {
    padding-bottom: 30px;
  }
  .mil-pt-0 {
    padding-top: 0px;
  }
  .mil-pb-0 {
    padding-bottom: 0px;
  }
  .mobilemb30 {
    margin-bottom: 30px !important;
  }
  .mobilemt0 {
    margin-top: 0px !important;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .ml {
    margin-left: -13px;
  }
  .mr66 {
    margin-right: 66px;
  }
  .mil-pt-30 {
    padding-top: 30px;
  }

  /* .mil-pr-35 {
    position: relative;
    right: 35px;
  }
  .mil-pr-29{
    position: relative;
    right: 29px;
  }
  .mil-pr-7 {
    position: relative;
    right: 7px;
  } 
} */
  .mil-img-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .margin-top-130 {
    margin-top: 130px !important;
  }
}

/* Media Queries for 992px */
@media (min-width: 992px) {
  .deskview {
    display: contents;
  }

  .mobileview {
    display: none;
  }
}
@media (max-width: 1200px) {
  .mil-h {
    display: none;
  }

  .mil-o {
    display: flex !important;
  }
  .mil-ch {
    display: none;
  }
  .mil-co {
    display: flex !important;
  }
  .mil-f {
    display: flex;
    align-items: flex-start;
  }
  .mil-10 {
    margin-right: 10px;
  }
  .mil-2 {
    margin-top: -2px;
  }
  .mil-ml-0 {
    margin-left: 0 !important;
  }
  .mil-tal {
    align-items: flex-start !important;
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .col-lg-400 {
    flex: 0 0 auto;
    width: 40%;
    position: absolute;
    margin-top: 30px;
    margin-left: 50px;
    padding-bottom: 40px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-400 {
    flex: 0 0 auto;
    max-width: 100%;
    position: absolute;
    margin-left: 400px;
  }
}

@media (min-width: 239px) and (max-width: 312px) {
  .mil-pr-35 {
    right: 0px !important;
  }
  .mil-pr-29 {
    right: 0px !important;
  }
  .mil-pr-7 {
    right: 0px !important;
  }
  .mil-img-50 {
    width: 50px !important;
    height: 50px !important;
  }
}

@media (min-width: 312px) and (max-width: 389px) {
  .mil-pr-29 {
    right: 10px !important;
  }
  .mil-pr-7 {
    right: 0px !important;
  }
  .mil-img-50 {
    width: 50px !important;
    height: 50px !important;
  }
}

@media (min-width: 390px) and (max-width: 576px) {
  .mil-pr-35 {
    position: relative;
    right: 35px;
  }
  .mil-pr-29 {
    position: relative;
    right: 29px;
  }
  .mil-pr-7 {
    position: relative;
    right: 7px;
  }

  .mil-img-50 {
    width: 50px !important;
    height: 50px !important;
  }
}
.mil-1 {
  position: absolute;
}

.mil-11 {
  position: relative;
}
.mil-12 {
  position: relative;
  top: 250px;
}
.mil-13 {
  position: relative;
  top: 250px;
}
.mil-14 {
  position: relative;
  top: 240px;
}

@media (min-width: 780px) and (max-width: 992px) {
  .mil-p-90-300 {
    padding-top: 90px;
  }
  .mil-11 {
    position: relative;
    top: 254px;
  }
  .mil-12 {
    position: relative;
    top: 255px;
  }
  .mil-13 {
    position: relative;
    top: 250px;
  }
  .mil-14 {
    position: relative;
    top: 250px;
  }
}

@media (max-width: 780px) {
  .mil-p-90-300 {
    padding-top: 90px;
  }
  .mil-11 {
    position: relative;
    top: 257px;
  }
  .mil-12 {
    position: relative;
    top: 255px;
  }
  .mil-13 {
    position: relative;
    top: 250px;
  }
  .mil-14 {
    position: relative;
    top: 250px;
  }
}
@media (max-width: 767px) {
  .mil-p-90-300 {
    padding-top: 90px;
  }
  .mil-11 {
    position: relative;
    top: 214px;
  }
  .mil-12 {
    position: relative;
    top: 215px;
  }
  .mil-13 {
    position: relative;
    top: 210px;
  }
  .mil-14 {
    position: relative;
    top: 210px;
  }
}

@media (max-width: 480px) {
  .mil-p-90-300 {
    padding-top: 90px;
  }
  .mil-11 {
    position: relative;
    top: 244px;
  }
  .mil-12 {
    position: relative;
    top: 245px;
  }
  .mil-13 {
    position: relative;
    top: 245px;
  }
  .mil-14 {
    position: relative;
    top: 245px;
  }
}
@media (max-width: 388px) {
  .mil-p-90-300 {
    padding-top: 90px;
  }
  .mil-11 {
    position: relative;
    top: 299px;
  }
  .mil-12 {
    position: relative;
    top: 300px;
  }
  .mil-13 {
    position: relative;
    top: 300px;
  }
  .mil-14 {
    position: relative;
    top: 300px;
  }
}
@media (min-width: 1084px) {
  .margin-tb {
    margin-bottom: 145px !important;
  }
}
@media (min-width: 991px) and (max-width: 1184px) {
  .margin-tb {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 992px) {
  .margin-tb {
    margin-bottom: 145px !important;
  }
}
@media (max-width: 800px) {
  .margin-tb {
    margin-bottom: 125px !important;
  }
}
@media (max-width: 768px) {
  .margin-tb {
    margin-bottom: 157px !important;
  }
}
@media (max-width: 724px) {
  .margin-tb {
    margin-bottom: 127px !important;
  }
}
@media (max-width: 514px) {
  .margin-tb {
    margin-bottom: 115px !important;
  }
}
@media (max-width: 480px) {
  .margin-tb {
    margin-bottom: 140px !important;
  }
}
@media (min-width: 387px) and (max-width: 414px) {
  .margin-tb {
    margin-bottom: 115px !important;
  }
}
@media (max-width: 388px) {
  .margin-tb {
    margin-bottom: 170px !important;
  }
}
@media (max-width: 350px) {
  .margin-tb {
    margin-bottom: 150px !important;
  }
}
@media (max-width: 300px) {
  .margin-tb {
    margin-bottom: 120px !important;
  }
}

/* @media (min-width: 0px) and (max-width: 320px){
  .margin-top-81 {
    margin-top: 130px;
  }
  .margin-top-130 {
    margin-top: 180px !important;
  }
  .mil-top-{
    margin-top: 10px;
    margin-bottom: 0;
  }

} */
