.capability-section{
  padding-top: 90px;
  padding-bottom: 90px;
}
.mil-project-cover {
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
    border-radius: 10px;
}
.mil-project-cover img {
    filter: grayscale(100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-project-cover::after {
    content: "";
    width: 30%;
    padding-bottom: 30%;
    background-color: rgb(245, 124, 0);
    position: absolute;
    bottom: -15%;
    left: -10%;
    border-radius: 50%;
}
.mil-project-cover:hover img {
    filter: grayscale(0);
}
.mil-button-with-label .mil-button {
    margin-right: 25px;
}
/* .lifecycle-detail{
    line-height: 25px !important;
} */
.mil-button.mil-icon-button {
    width: 45px;
    padding: 0px;
}
.mil-button, input[type=submit] {
    height: 45px !important;
}
.mil-button-with-label{
    text-decoration: none;
}
.mil-dark {
    color: rgb(18, 24, 32);
     font-family: Sora, sans-serif;
    font-size: 15px;
   
}
.mil-button.mil-border:hover {
    box-shadow: rgb(245, 124, 0) 0px 0px 0px 1px inset;
    backdrop-filter: blur(10px);
}
.limit-section {
    padding: 120px 0px;
    position: relative;
}

.limit-section {
    position: relative;
    z-index: 1;
}

.limit-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/Picture38.png") center/cover no-repeat;
    filter: grayscale(100%);
    z-index: -2;
    background-attachment: fixed;

}

/* overlay */
.limit-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
.core-section{
  padding: 90px 0px;
  position: relative;
}

.mil-box-center {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.mil-hover-card {
        height: 37vh;
    overflow: hidden;
    position: relative;
    padding: 30px 20px;
    border: 2px solid rgba(18, 24, 32, .1);
    border-radius: 10px;
    transition: .4s cubic-bezier(0, 0, .3642, 1);
}
.mil-hover-card .mil-deco {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .4s cubic-bezier(0, 0, .3642, 1);
}
.mil-deco.mil-deco-accent {
    background-image: url("/assets/deco-2.png");
    z-index: 1;
}
.mil-deco {
    width: 160px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
        position: absolute;
}
.mil-icon-frame.mil-icon-bg {
    width: 60px;
    border-radius: 50%;
}
.mil-icon-frame.mil-icon-bg, .mil-number-icon {
    background-color: rgba(18, 24, 32, .05);
    height: 60px;
}
.mil-icon-frame {
    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.mil-icon-bg:before {
    bottom: 10px;
    right: 12px;
} */
.mil-icon-frame.mil-icon-frame-md:before {
       width: 15px;
    height: 15px;
}
.mil-icon-frame:before {
    content: "";
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
       top: 28px;
    left: 30px;
    z-index: -1;
}
.mil-hover-card:hover {
    border-color: #f57c00;
    -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
    box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
}
.mil-hover-card:hover .mil-deco {
    opacity: 1;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
}
.core-heading{
        font-family: Syne, sans-serif;
    color: #121820;
    font-weight: 600;
    line-height: 140%;
    font-size: 18px;
}
.core-text{
        font-family: Sora, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(18, 24, 32, .4);
}
.business-subtext p {
 font-size: 20px;
 line-height: 1.8em;
}
.why-slogan p {
    padding-top: 0px;
}
.integration-section{
    padding-top: 90px;
    padding-bottom: 60px;
        position: relative;
}
.mil-about-illustration{
    position: relative;
}
 .mil-image-frame {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}
.mil-about-illustration .mil-image-frame img{
    /* filter: grayscale(100%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.mil-about-illustration .mil-image-frame:before {
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #f57c00;
    opacity: .9;
    position: absolute;
    z-index: 1;
    bottom: -150px;
    left: -145px;
    transition: .4s 
cubic-bezier(0, 0, .3642, 1);
}
 .mil-simple-list li {
    color: #121820;
    margin-bottom: 15px;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.mil-simple-list li:before {
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
    margin-right: 15px;
        border-radius: 50%;
    background-color: #f57c00;
}
.mil-simple-list {
   padding-left: 0px !important;
}
.integration-card-section{
    padding: 60px 160px;
}
.mil-inte-hover-card {
    overflow: hidden;
    position: relative;
    padding: 20px;
    border: 2px solid rgba(18, 24, 32, .1);
    /* border: 2px dashed #f57c00; */
    border-radius: 10px;
    transition: .4s 
cubic-bezier(0, 0, .3642, 1);
}
.mil-inte-hover-card:hover {
    border-color: #f57c00;
    box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
}
.mil-inte-frame{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
        width: 45px;
    height: 45px;
}
.mil-inte-frame::before{
        content: "";
    background-color: #f57c00;
        width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
      bottom: 1px;
    right: -1px;
    z-index: -1;
}
.mil-inte-hover-card h5{
    font-size: 18px;
        font-family: Syne, sans-serif;
    color: #121820;
    font-weight: 600;
    /* line-height: 140%; */
        height: 35px;
    
}
.why-slogan h5{

        font-family: Syne, sans-serif;
    padding-top: 10px;
    /* font-weight: 600; */
}
.mil-inte-hover-card p{
        font-family: Sora, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(18, 24, 32, .4);
    /* line-height: 170%; */
    height: 14vh;
    text-align: justify;
}
.mil-inte-frame img{
    width: 38px;
}
.head-width{
    width: 80%;
}
.card-first-section{
    padding-top: 30px;
}
.heading sup{
    font-size: .5em;
}
.control-section{
           /* padding-top: 120px; */
    /* padding-bottom: 0; */
        background-color: rgba(18, 24, 32, .05);
        position: relative;
            padding: 120px 160px 0px 160px;
}
.control-bg{
      background-color: rgba(18, 24, 32, .05);
      padding: 60px;
}
.mil-circle-illustration {
    margin-top: 60px;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.mil-circle-illustration.mil-with-dots:before {
    content: "";
    background-image: radial-gradient(#121820 15%, transparent 0);
    background-size: 20px 20px;
    width: 120px;
    height: 40px;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: -200px;
    transform: translateX(-30px);
    transition: .4s 
cubic-bezier(0, 0, .3642, 1);
}
.mil-circle-illustration .mil-circle-bg {
    width: 100%;
    height: 100%;
    background-color: #f57c00;
    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%;
    object-fit: cover;
    object-position: top;
       height: calc(100% + 435px);
}
.mil-circle-illustration.mil-with-dots:after {
    height: 60px;
    top: 0;
    left: -50px;
    transform: translateY(-30px);
    transition: .4s 
cubic-bezier(0, 0, .3642, 1);
}
 .mil-circle-illustration.mil-with-dots:after {
    background-image: radial-gradient(#121820 15%, transparent 0);
    background-size: 20px 20px;
    width: 60px;
    transition: .4s cubic-bezier(0, 0, .3642, 1);
    content: "";
    position: absolute;
}
.mil-hori-box {
    display: flex;
    align-items: center;
    width: 100%;
}
 .mil-mr-15{
    margin-right: 15px;
}
.mil-icon-frame.mil-icon-frame-md {
    width: 45px;
    height: 45px;
}
.connectorimg img{
    width: 35px;
}
.control-txt{
        font-family: Sora, sans-serif;
    color: rgb(18 24 32 / 40%);
}
/* .mil-control-list{
    padding-left: 0px !important;
} */
.mil-control-list li{
      font-family: Sora, sans-serif;
    color: rgb(18 24 32 / 40%);
    font-size: 15px;
    margin-bottom: 10px;
   list-style-type: none;

}
.mil-control-list {
  list-style: none; /* remove default bullets */
  padding-left: 0;
}

.mil-control-list li {
  position: relative;
  padding-left: 20px;
}

.mil-control-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color:#f57c00;
  border-radius: 50%;
}
.integration-bg{
    background-color: #131820;
}
.inte-subtext{
    color: #ffffffba;
}
@media only screen and (max-width: 767px) {
    .capability-section {
            padding: 30px 15px;
    }
    .limit-section{
        padding: 60px 15px;
    }
    .core-section{
            padding: 30px 15px;

    }
    .integration-section{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .mil-mb-20 {
    margin-bottom: 10px;
  
}
  .mil-simple-list li{
        margin-bottom: 5px;
        font-size: 11px;
    }
      .mil-simple-list li:before {
        width: 5px;
        height: 5px;
        left: 0;
        top: 17px;
    }
    .control-bg{
     padding: 20px 0px;
    }
    .integration-card-section{
        padding: 30px 20px;
    }
    .mil-inte-hover-card{
        margin-bottom: 20px;
    }
    .control-section{
   padding: 30px 20px;
    }
    .control-txt{
        font-size: 11px;
    }
    .mil-control-list li{
        font-size: 11px;
    }
    .mil-control-list li::before {
           width: 5px;
        height: 5px;
        left: 0;
        top: 5px;
    }
    .mil-circle-illustration .mil-image-frame img{
            height: calc(100% + 300px);
    }
        .overview-banner-section {
        height: 45vh;
    }
    .overviewbanner {
        height: 45vh;
    }
}

