@media(min-width:768px){
    .portfolio-for-mobile {
    margin-top: 13px;
    display: none;
}
.mentor-others-mobile{
  display: none;
}
 
 .key-milestone-inner{
    display: none;
  }

}


@media(min-width:992px){
    /*------------------- navbar menu ---------------*/

.navbar>ul>li>a.active{
    color: var(--bg-orange);
}

 .core-team-carousel-mobile{
        display: none;
  }

    .core-team-desktop{
    display:flex;
  }

.navbar> ul {
    gap: 32px;
}

.wrapper{
    display: none;
}

/*------------------- navbar menu ---------------*/
}

@media(max-width:1199.98px){
  .application-process-img::before{
   
    width: 323px;
    height: 625px;
  }


  .ad-hoc-img::before{
        width: 300px;
    height: 340px;
  }
  .application-process-img{
    margin-top: 30px;
  }

  .application-content {
    margin-top: 50px;
}


.ixi-summit-img img {
    max-width: 442px;
}
}

@media(max-width:991.98px){

  .core-team-inner{
    border: 0;
     padding: 0 10px;
  }

  .alumni .own-col:nth-child(1){
    width: 100%;
  }

  .alumni .own-col:nth-child(2) .place-map-content{
    padding-left: 0;
    width: 100%;
  }
  .alumni .own-row{
  flex-direction: column;
}

  .ixi-summit-cnt{
  max-width: 100%;
}
  .ad-hoc-img {
    margin-top: 50px;
}

  .our-perks-logo>ul {

    flex-wrap: wrap;
}

  .feature-no{
    font-size: 35px;
  }

.why-choose .ad-hoc-img::before {
    
    top: -19px;
    right: -19px;
}

.navbar{
    display: none;
}

.investors-inner {
    margin-top: 30px;
}

.close {
    position: absolute;
    z-index: 999;
    right: 14px;
}

.core-team-desktop{
    display:none;
  }

.core-team-carousel-mobile{
        display: block;
  }
    .wrapper {
 position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        padding: 1em;
        overflow: auto;
        border-radius: 3px;
        background-color: #e74923;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
        display: block;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
}
.wrapper.show{
    opacity: 1;
    visibility: visible;
}

.menu-icon-toggle {
  display: block;
  width: 30px;
  height: 30px;
          position: absolute;
        z-index: 9;
        top: -12px;
        right: 0;
}

.core-team-img img{
    width: 100%;
  }

.home .menu-icon-toggle {
  top: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.menu-icon-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color:var(--bg-orange);
  transform: translate(0, -50%);
  transition: opacity 0.3s 0.3s;
}
.home:not(.open) .menu-icon-toggle span {
  background-color:var(--bg-orange);
}
.menu-icon-toggle::before, .menu-icon-toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color:var(--bg-orange);
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
}
.menu-icon-toggle::before {
  top: 6px;
}
.menu-icon-toggle::after {
  bottom: 6px;
}
.open .menu-icon-toggle span {
  opacity: 0;
  transition: opacity 0.3s;
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
  background-color: #6191d1;
}
.open .menu-icon-toggle::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.open .menu-icon-toggle::after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}

.menu-background {
  visibility: hidden;
  width: 300%;
  height: 250px;
  position: fixed;
  left: -130%;
  background-color: #fff;
  transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
}
.open .menu-background {
  visibility: visible;
  transition: background-position 0.5s, transform 0.5s 0.5s;
}
.menu-background.top {
  transform: rotate(-45deg) translateY(-150%);
  background: linear-gradient(to top, var(--bg-orange) 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: -100% 100%;
}
.open .menu-background.top {
  transform: rotate(-45deg) translateY(-49%);
  background-position: 0 0;
}
.menu-background.middle {
  transform: rotate(-45deg) translateY(50%) scaleY(0);
  background: #fff;
}
.open .menu-background.middle {
  transform: rotate(-45deg) translateY(50%) scaleY(1);
}
.menu-background.bottom {
  transform: rotate(-45deg) translateY(250%);
  background: linear-gradient(to bottom, #fff 50%, var(--bg-orange) 50%);
  background-size: 100% 200%;
  background-position: 0 -100%;
}
.open .menu-background.bottom {
  transform: rotate(-45deg) translateY(149%);
  background-position: 0 0;
}

.menu {
          position: fixed;
        top: 0px;
        left: 0;
        visibility: hidden;
        list-style-type: none;
        margin: 0;
        padding: 0;
        z-index: 99;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 50px 35px;
}
.open .menu {
  visibility: visible;
}
.menu li {
  opacity: 0;
  margin-bottom: 5px;
  transform: translateX(20px);
  transition: all 0.3s;
}
.menu li:nth-child(5) {
  transition-delay: 0.1s;
}
.menu li:nth-child(5) span {
  transition-delay: 0.1s;
}
.menu li:nth-child(4) {
  transition-delay: 0.2s;
}
.menu li:nth-child(4) span {
  transition-delay: 0.2s;
}
.menu li:nth-child(3) {
  transition-delay: 0.3s;
}
.menu li:nth-child(3) span {
  transition-delay: 0.3s;
}
.menu li:nth-child(2) {
  transition-delay: 0.4s;
}
.menu li:nth-child(2) span {
  transition-delay: 0.4s;
}
.menu li:nth-child(1) {
  transition-delay: 0.5s;
}
.menu li:nth-child(1) span {
  transition-delay: 0.5s;
}
.open .menu li {
  opacity: 1;
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.open .menu li:nth-child(1) {
  transition-delay: 1.1s;
}
.open .menu li:nth-child(1) span {
  transition-delay: 1.1s;
}
.open .menu li:nth-child(2) {
  transition-delay: 1.2s;
}
.open .menu li:nth-child(2) span {
  transition-delay: 1.2s;
}
.open .menu li:nth-child(3) {
  transition-delay: 1.3s;
}
.open .menu li:nth-child(3) span {
  transition-delay: 1.3s;
}
.open .menu li:nth-child(4) {
  transition-delay: 1.4s;
}
.open .menu li:nth-child(4) span {
  transition-delay: 1.4s;
}
.open .menu li:nth-child(5) {
  transition-delay: 1.5s;
}
.open .menu li:nth-child(5) span {
  transition-delay: 1.5s;
}

.open .menu li:nth-child(6) {
  transition-delay: 1.6s;
}
.open .menu li:nth-child(6) span {
  transition-delay: 1.6s;
}
.open .menu li:nth-child(7) {
  transition-delay: 1.7s;
}
.open .menu li:nth-child(7) span {
  transition-delay: 1.7s;
}
.menu a {
  position: relative;
  font-size: 24px;
  text-decoration: none;
  color: #6191d1;
}
.menu a::before {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  left: -30px;
  top: 50%;
  background-color:var(--bg-orange);
  transform: translateY(-50%);
  transition: width 0.3s;
}
.menu a:hover::before {
  width: 15px;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  transition: all 0.3s 1s;
}
.open .content {
  opacity: 0;
  transition: all 0.3s;
}

.alumni-col-inner::before{
  display: none;
}

.close{
    position: fixed;
        z-index: 9999;
        right: 14px;
}


.eco-system-content {
    max-width: 100%;
}

.alumni-col-inner{
  padding: 0 15px;
}

.alumni .border-right-orange{
  display: none;
}

.alumni .own-col:nth-child(2){
  width: 100%;
}

    .unicept-edge-images {
        margin-top: 30px;
    }


    .unicept-edge-images::before{
          right: 73px;
    }

}



@media(max-width:767.98px){

.portfolio-logos ul>li>img {
    width: 130px;
}

    .our-perks-logo > ul > li > img {
        width: 116px;
    }

.unicept-edge-inner{
      padding: 25px;
}
.our-exits .owl-dots {
    margin-top: 10px;
}


.netwoking-lgd >ul {
    justify-content: start;
    flex-wrap: wrap;
    gap: 17px;
}



 .investors-inner .owl-dots {
    margin-top: 27px;
}
 
 .key-milestone-boxes , .key-milestone-boxes-2 {
    display: none;
 }

 .bcme-mentor{
  display: none;
 }

 .key-milestone-inner{
    display: block;
  }
  .key-milestone-inner  .circle-box{
    display: none;
  }

  .our-perks-content .startup-line {
    width: 84px;
}

    .our-perks-logo>ul {
        flex-wrap: wrap;
        gap: 16px;
    }

  .mentor-others-mobile .circle-box{
    display: none;

  }

  .key-mileston .milestone-col{
    margin: 0 auto;
  }

  .key-mileston .milestone-col{
    border: none;
  }

  .mentor-others-mobile{
    display: block;
  }

  .alumni .place-map-content>h3 {
    font-size: 26px;
}

  .our-exits-img {
    max-width: 380px;
    margin: 0 auto;
}
.investor-nrtwork-cnt {
    margin-top: 25px;
}
   
    .application-process-img::before {
        width: 234px;
        height: 347px;
        top: -12px;
    left: -10px;
    }
  
    .ixi-summit-cnt {
    max-width: 460px;
    margin-top: 25px;
}

    h1{
        font-size: 40px;
    }

    .what-get-cnt>.row {
    row-gap: 58px;
}

.ad-hoc-img{
          margin-top: 50px;

}



.what-get-inners {
    position: relative;
}

.application-process-img {
    max-width: 333px;
    margin: 0 auto;
    margin-top: 30px !important;
}

.what-get-cnt>.row>div:nth-child(2)>.what-get-inner::before,
 .what-get-cnt>.row>div:nth-child(4)>.what-get-inner::before{
  display: none;
}

   .alumni-col-inner::before{
    display: none;
   }

   .eco-system-content>h3 {
    font-size: 24px;
}

   .alumni-col-cnt{
    margin-bottom: 40px;
   
   }

   .portfolio-logos>ul {
    display: none !important;
   }

   .eco-system-img .system-col{
    margin-bottom: 10px;
   }

   .portfolio-for-mobile .owl-dots {
    margin-top: 20px !important;
}

  .alumni-col-cnt  .alumni-col-inner{
 text-align: center;
   }

        h2 {
        font-size: 33px;
    }

    h3{
      font-size:26px;
    }

    .feature-no{
        font-size: 25px;
    }

    .menu-icon-toggle{
        right: 13px;
    }

    .alumni .own-col:nth-child(2) .place-map-content{
      padding-left: 0;
    }

    .alumni .own-col:nth-child(2){
      width: 100%;
    }

.line {
    height: 35px;
}

.alumni .own-col:nth-child(2) .place-map-content{
  padding-left: 0;
}

    .about-uincept .own-row {
    flex-direction: column;
    gap: 12px;
}

section {
    padding: 25px 0;
}

.uincept-feature .container>.row {
    row-gap: 30px;
}

.text-bg-large {
    font-size: 40px;
}
.exits-img{
    max-width: 480px;
    margin: 0 auto;
}

.company-place .own-row {
    gap: 15px;
    flex-direction: column;
}

.company-place .own-col:nth-child(1) {
    width: 100%;
}

.company-place .border-right-orange{
    display: none;
}

.company-place .own-col:nth-child(3){
     width: 100%;
}

.company-place .own-col:nth-child(3) .place-map-content {
    padding-left: 0px;
}

.our-exits-content{
    margin-top: 24px;
    text-align: center;
}

.funding-raise-content{
    text-align: center;
}



.exits-img{
        margin-top: 24px !important;
}
.place-map {
    padding: 30px 0;
}

h3 {
    font-size: 22px;
}
/* .portfolio-logos{
    display: none;
} */

  .what-get-inner{
      padding: 0 10px;
    }
.vision-mission-cnt {
    margin-top: 35px;
}

.our-exits-img img{
  margin: 0 auto;
  display: block;
}

.startup-inner-cnt {
    margin-bottom: 20px;
}

.cnb-img-wrap{
  margin-top: 30px;
}

.investors-inner .owl-dots {
    margin-top: 23px;
}
.big-line{
  display: none;
}
.uincept-usp-inner{
      padding-top: 30px;
}

.uincept-usp-inr>.row>div:not(:first-child) {
    margin-top: 20px;
}



}

@media(max-width:575.98px){
        .line {
    display: none;
}


 .alumni .place-map-content>h3 {
    font-size: 22px;
}


.why-choose .ad-hoc-img::before {
   
    background:var(--bg-orange);
    width: 249px;
    height: 258px;
    
}


    .application-process-img::before {
        width: 255px;
        height: 394px;
    }

.owl-nav button.owl-next {
    right: 0;
}


    .ad-hoc-img {
    position: relative;
    max-width: 337px;
}
    .ad-hoc-img::before {
        width: 255px;
        height: 241px;
    }

.uincept-feature .own-row {

    flex-direction: column;
            gap: 10px !important;
}

    .unicept-edge-images {
        max-width: 335px;
    }

.unicept-edge-images::before {
   
    width: 191px;
    height: 130px;
   
   top: -18px;
        right: -20px;
}

.unicept-edge-images {
    margin-top: 30px;
}

.about, .important-links, .address{
    max-width: 100%;

}

.important-links, .address{
    margin-top: 20px;
}

    .exits-img {
        max-width: 420px;
        margin: 0 auto;
    }

   .our-images .owl-nav button.owl-next {
    right: 0px;
}

.owl-nav button.owl-prev {
    left: 0;
}

.exits-img{
                max-width: 258px;

    }

            .tech-img {
        margin-top: 50px !important;
    }

    .exits-img::before{
        width: 190px;
    height: 208px;
    }

  

    .what-get-cnt>.row {
        row-gap: 38px;
    }
   
   
}

