.overview-banner-section{
        width: 100%;
    height: 50vh;
     background-position: center top;
    background-size: cover;
}
.overviewbanner{
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
/* The Wrapper for Image + Gradient */
.overview-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
    /* max-height: 70vh; */
}

/* 1. The Blurred Image */
.overview-img-wrapper img {
  width: 100%;
  height: 100%;
  /* max-height: 70vh; */
  object-fit: cover;
  /* filter: grayscale(100%); 
  -webkit-filter: grayscale(100%); */
  transform: scale(1.1); /* Prevents white edges from the blur */
}
.overview-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   /* max-height: 74vh; */
  background: linear-gradient(rgb(0 0 0 / 75%), rgb(0 0 0 / 75%));
  z-index: 1;
}
.overview-subimg{
top: 47%;
    right: 10%;
    position: absolute;
}

.overview-subimg img{
    width: 220px;
    height: 140px;
        transform: rotate(90deg);
}
.breadcrumb-item a{
    text-decoration: none;
    color: #fff;
}
.breadcrumb-item.active {
    color: #f57c00;
    background-color: transparent;
}
/* .breadcrumb-item +.breadcrumb-item {
    padding-left: 1rem !important;
} */
.breadcrumb-item+.breadcrumb-item::before {
  content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f57c00;
  
    margin-right: .5rem;
position: relative;
    top: 8px;

  
}

/* second section */
.about-globalorch{
    padding: 90px 0px;
}
.img-circle-illustration {
    width: 400px;
    height: 400px;
    position: relative;
}

/* Orange Circle */
.img-circle-bg {
      width: 85%;
    height: 85%;
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 0;
}

/* Image inside circle */
.img-image-frame {
    /* width: 100%;
    height: 100%;
    border-radius: 50%; */
      overflow: hidden;
    position: relative;
    top: -30px;
    left: 28px;
}

.img-image-frame img {
        width: 280px;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

/* Dots */
.img-circle-illustration.img-with-dots-2::after {
     content: "";
    background-image: radial-gradient(#121820 15%, transparent 0);
       background-size: 20px 22px;
    width: 60px;
    height: 80px;
    position: absolute;
    top: 44px;
    right: 37px;
    z-index: 2;
}

/* for robot img */
.img-widget-container-robo{
   width: 400px;
    height: 400px;
    position: relative;
  
}
/* Orange Circle */
.img-circle-bg-robo {
    width: 100%;
    height: 100%;
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Image inside circle */
.img-image-frame-robo {
    /* width: 100%;
    height: 100%;
    border-radius: 50%; */
    overflow: hidden;
    position: relative;
    top: 0px;
}

.img-image-frame-robo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dots */
.img-circle-illustration-robo.img-with-dots-robo-2::after {
    content: "";
    background-image: radial-gradient(#121820 15%, transparent 0);
     background-size: 22px 22px;
    width: 60px;
    height: 80px;
    position: absolute;
       top: 20px;
    right: -25px;
    z-index: 2;
}

.mil-suptitle.mil-suptitle-2 {
    font-size: 22px;
    position: relative;
    padding-left: 15px;
 
}
.mil-suptitle span{
   color: #121820;
    font-weight: 500;
    font-family: "Syne", sans-serif;
}
.mil-suptitle.mil-suptitle-2:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f57c00;
    position: absolute;
    left: 0;
    top: 13px;
}
.heading span {
  font-family: 'Syne', sans-serif;
  /* color: #121820; */
  line-height: 140%;
      /* font-size: 42px; */
      text-align: justify;
}
  .subtext-block{
   padding: 30px 0px;
    /* display: flex;
    align-items: center; */
  }
.img-icon-frame {
  
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.img-icon-box{
    margin-right: 30px;
}
.img-icon-frame.img-icon-bg {
    background-color: rgba(18, 24, 32, .05);
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
  .img-icon-box img {
    max-width: 40px;
}
.img-icon-frame:before{
    content: "";
    background-color: #f57c00;
    border-radius: 50%;
    position: absolute;
      width: 17px;
    height: 17px;
    left: 40px;
    top: 38px;
    z-index: -1;
}
.overview-subtext p{
line-height: 1.4em;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #72747a;
        text-align: justify;
}
.mil-button, input[type=submit] {
    cursor: pointer;
    height: 70px;
    padding: 0 60px;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    color: #121820;
    font-weight: 500;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: inset 0 0 0 0 #f57c00;
    border: solid 2px transparent;
    border-radius: 40px;
    text-decoration: none;
    transition: .2s cubic-bezier(0, 0, .3642, 1);
}
.mil-button:hover{
    color: #f57c00;
}
/* .box-height h5{
    height: 62px;
} */
.black-bg{
    background-color: #131820;
    height: 25vh;
}
.business-impact {
  display: flex;
  flex-wrap: wrap;
}

.business-impact .work-box {
  flex: 1 1 20%; /* 5 items per row */
}
.business-subtext p{
   line-height: 1.4em;
    font-family: "Sora", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    color: #72747a;
        text-align: justify;
}
.heading-container{
    width: 95%;;
}
