*,*::after, *::before{
    margin: 0;
    padding: 0;
}


:root{
    --bg-orange:#e74923;
    --bg-lightbrown:#5b5b5b;
    --bg-white:#fff;
    --bg-skyblue:#4b8ce8;
    --bg-black:#222222;
}

body{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
        font-size: 15px;
}

section{
    padding: 70px 0;
}

ul{
    padding: 0;
     list-style: none;
}

ul>li{
    list-style-type: none;

}
a{
    text-decoration: none;
}

h1{
    font-size:45px;
}

h3{
    font-size:26px;
}

.xs-text-small{
    font-size: 12px;
}

/*------------- bg colors ------------*/
.bg-orange{
    background-color: var(--bg-orange);
}

.bg-lightbrown{
    background-color: var(--bg-lightbrown);
}

.bg-skyblue{
    background-color: var(--bg-skyblue);
}

.bg-black{
    background-color: var(--bg-black);
}
/*------------- bg colors ------------*/

/* ---------- text colors ------------ */
.text-orange{
    color: var(--bg-orange);
}

.text-lightbrown{
    color: var(--bg-lightbrown);
}

.text-skyblue{
    color: var(--bg-skyblue);
}

.text-white{
    color: var(--bg-white);
}

.text-black{
    color: var(--bg-black);
}

.container-fluid{
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.text-small {
    font-size: 14px;
}


.text-large {
    font-size: 24px;
}

.inner-banner {
position: relative;
}

.inner-banner::before{
    content: '';
    display: block;
    background-color: var(--bg-black);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: var(--bg-orange);
}

/* button  */

.btn{
    background-color: var(--bg-orange);
    color: var(--bg-white);
    padding:7px 25px;
    border-radius: 0;
    transition: 0.4s all ease-in-out;
}

.company-place .own-col:nth-child(3) .place-map-content {
    padding-left: 10px;
}

.btn:hover{
    background-color: var(--bg-black);
    color: #fff;
}

/* button */

/*------------------ fonts  ------------------*/

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}


h2 {
    /* font-size: 45px;*/
    font-size: 38px;
    color: var(--bg-orange);
}

/*------------------ fonts  ------------------*/

.line{
    width: 2px;
    height: 75px;
    background: var(--bg-orange);
}

sub {
    bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

/*------------- Header -------------------*/
/* ------ logo ------------ */
.logo {
    font-size: 45px;
}

/* ------ logo ------------ */



/* -------- banner ------------- */
.banner {
    padding: 205px 0;
    position: relative;
}

.banner::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-content {
    position: relative;
    z-index: 1;
}

.text-bg-large{
    font-size: 65px;
}

.contact-btn, .apply-btn {
    position: fixed;
    right: -35px;
    z-index: 9;
    top:166px;
    transform: rotate(-90deg);
}

.apply-btn {
    top: 326px;
    right: -34px;
}
/* ----------- banner ------------- */
/*---------------- About Us -------------------*/

.about-content {
    max-width: 674px;
    
}

.border-right-orange{
    border-right:2px solid var(--bg-orange) ;
}

 .own-row {
    display: flex;
       
}

.gap-75{
 gap: 75px;
}

/*---------------- About Us -------------------*/

/* ----------------- uincept feature ----------------- */

.feature-no {
    font-size: 45px;
    font-weight: 600;
    color: var(--bg-orange);
}

/* ----------------- uincept feature ----------------- */



 .faculty-info {
     padding: 20px;
 }
 
 .faculty-name {
     margin: 0 0 5px 0;
     font-size: 18px;
     font-weight: 600;
     color: #333;
 }

 .own-width{
     width:calc(100% / 4);
     box-shadow: 0 6px 5px rgba(0, 0, 0, 0.5);
 margin-bottom: 28px;
 }
 
 .own-flex{
     display:flex;
     flex-wrap:wrap;
 }



 /* ------------- our exits -------------- */

 .our-exits-content {
    max-width: 530px;
    margin: 0 auto;
    position: relative;
}

 .exits-img {
    position: relative;
    margin: 13px;
}



.exits-img::before {
    content: '';
    display: block;
    width: 300px;
    background: red;
    position: absolute;
    z-index: -1;
    top: -13px;
    left: -13px;
    height: 322px;
    max-width: 100%;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  background: transparent;
  border: none;
  opacity: 0;
  z-index: 5;
}

.owl-nav button.owl-prev.active,
.owl-nav button.owl-next.active {
  opacity: 1;
  pointer-events: auto;
}

.owl-nav button.owl-prev.hidden,
.owl-nav button.owl-next.hidden {
  opacity: 0;
  pointer-events: none;
}
.testimonial-content  .owl-carousel .owl-nav.disabled{
  display: block;
}

.testimonial-content .owl-carousel .owl-dots.disabled{
 display: block;
}

.testimonial-content-wrapper  .owl-nav button.owl-prev, 
.testimonial-content-wrapper  .owl-nav button.owl-next{
    opacity: 1;
    z-index: 99;
}

.owl-nav button.owl-prev { left: -36px; }
.owl-nav button.owl-next { right: -25px; }

.owl-nav button img {
  width: 22px;
}

.owl-nav button.owl-prev img {
  transform: rotate(180deg);
}

.miles-no {
    font-size: 21px;
        line-height: 1;
}

.our-perks-logo>ul
 {
    column-gap: 14px;
}

 /* ------------- our exits -------------- */


 /* ------------ startup accelerator ----------- */

 .startup-text {
    font-size: 22px;
    max-width: 500px;
}

 .startup-text-acce {
    font-size: 18px;
}


.funding-raise-content {
    max-width: 530px;
}

.tech-img {
    margin-right: 18px;
}

.tech-img::before {
    right: -13px !important;
    left: auto;
    bottom: auto;
    top: -13px;
}

 /* ------------ startup accelerator ----------- */



 /* -------------- plan next move -------------- */
.plan-move-img {
    position: relative;
}

.btn2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: fit-content;
    margin-bottom: 14px;
    z-index: 9;
}

.plan-move-img::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}


.place-span{
    display: block;
}

.company-place .own-col:nth-child(1) {
    width: 50%;
}

.company-place .own-col:nth-child(3) {
    width: 50%;
}

.company-place  .own-row {
    gap: 75px;
}

.testimonial-image img{
    width: 120px !important;
    margin: 0 auto;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}

.testimonial-content .testimonial-image>.user {
    width: 120px !important;
    border-radius: 50%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

.testimonial-content {
    max-width: 500px;
    margin: 0 auto;
}

.portfolio-logos >ul {
    justify-content: center;
    row-gap: 30px;
}

.apply-now {
    background-image: url('../images/banner/apply-now-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.apply-now::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.apply-now-content {
    position: relative;
}


 /* -------------- plan next move -------------- */


 /*-------------------- map banner ----------------  */



.border-right-orange {
    border-right:2px solid var(--bg-orange) ;
  
  
}

.place-map .border-right-orange , .unicept-empower .border-right-orange{
 position: absolute;
    top: 0;
    left: 0;
    right: 0;
      height: 120%;
        background: var(--bg-orange);
    width: 2px;
    
    bottom: 0;
    margin: auto;
}

.place-map{
    background: url(../images/banner/world-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 152px 0;
}






 /* ------------- footer ------------ */

 .about , .important-links , .address  {
    max-width: 380px;
}

.address{
    margin-left: auto;
}


 /* ------------- footer ------------ */

/* ----------- inner banner ------------ */

.application-process-img {
    position: relative;
    max-width: 560px;
    height: 100%;
}

.application-process-img img{
    height: 100%;
    object-fit: cover;
}

.num {
    font-size: 17px;
}

.startup-line {
    width: 54px;
    height: 2px;
    background: var(--bg-black);
    position: relative;
    top: 18px;
}

.inner-banner::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-img{
    background-image:url(../images/banner/) ;
}


/* --------------- */

/* -----------------  AD HOC Activityies ----------------- */

.ad-hoc-content ul {
    padding-left: 30px;
}

.ad-hoc-content ul>li {
    list-style-type: disc;
}

.ad-hoc-content {
    max-width: 472px;
}

.ad-hoc-img {
    position: relative;
        max-width: 494px;
}

.ad-hoc-img::before {
    content: '';
    display: block;
    background:var(--bg-orange);
    width: 500px;
    height: 400px;
    position: absolute;
    z-index: -1;
    top: -18px;
    right: -18px;
}

.why-choose .ad-hoc-img::before{
        content: '';
    display: block;
    background: red;
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: -1;
    top: -64px;
    right: -64px;
}

.our-perks-content .startup-line {
    width: 82px;
}

/* -----------------  AD HOC Activityies ----------------- */


/* -------------------           ---------------------- */

.key-milestone-boxes {
    display: flex;
}

.key-mileston .milestone-col {
       max-width: 380px;
    padding: 13px;
    border-left: 2px solid #ddd;
    padding-top: 35px;
    position: relative;
}

.key-milestone-boxes , .key-milestone-boxes-2 {
    display: flex;
    border-bottom: 2px solid #ddd;
}

.key-milestone-boxes-2{
    border-bottom: 0;
    justify-content: flex-end;
}

.key-milestone-boxes-2 .milestone-col:nth-of-type(3) {
    max-width: 346px;
}

.key-milestone-boxes-2 .milestone-col:nth-of-type(2) {
    max-width: 380px;
}
.key-milestone-boxes-2 .milestone-col:nth-of-type(1) {
    max-width: 380px;
}


.key-milestone-boxes  .milestone-col::before {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #ddd;
    position: absolute;
    top: 0;
    left: -1px;
}

.key-milestone-boxes-2  .milestone-col::after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: -1px;
}

.circle-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 3px solid var(--bg-orange);
    border-radius: 50%;
}

.circle-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 3px solid var(--bg-orange);
    position: absolute;
    left: -10px;
    bottom: -10px;
    background: #fff;
    z-index: 9;
}

.center-circle-box {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.right-circle-box {
    right: -10px;
    left: auto;
}

/* --------------  Borderless Enterprenship  -------------- */
.our-perks-title{
    display: block;
}

.edtech .edtech-content {
    max-width: 490px;
}

.alliances .startup {
    justify-content: space-between;
  
}

.alliances .startup-line ,
 .investor-network-cnt .startup-line ,
  .alliances .startup-line, .past-events .startup-line{
    width: 80px;
    background-color: var(--bg-orange);
    top: 24px;
}

.application-process-img::before {
    content: '';
    display: block;
    background: red;
    width: 500px;
    height: 785px;
    position: absolute;
    z-index: -1;
    top: -18px;
    right: auto;
    left: -18px;
}

.why-choose .ad-hoc-content {
    max-width: 620px;
}

.startup-inner {
    width: 1063px;
    max-width: 100%;
}


.startup-inner-cnt {
    max-width: 500px;
}

.alumni .own-col:nth-child(1) {
    width: 25%;
}



.alumni .own-col:nth-child(2) {
    width: 75%;
    position: relative;
}

.alumni-col-cnt {
    text-align: center;
    position: relative;
}

.alumni-col-inner {
    text-align: left;
     /* border-right: 2px solid var(--bg-orange); */
         padding: 0 45px;
         position: relative;
}

.alumni-col-inner::before {
    content: '';
    display: block;
    width: 2px;
    height: 319px;
    background: red;
    position: absolute;
    right: 0;
    margin: 0 auto;
}

section.alumni-section>.container>.row>.col-md-4 {
   padding: 0;
}

.alumni .own-row{
    gap: 0;
}
.alumni .border-right-orange{
  margin: 0;
  height: 100%;
}

.alumni .place-map-content>h3{
        font-size: 40px;
}

.vibrant-network {
    height: 100%;
}

.vibrant-network>img {
    height: 100%;
}

.eco-system-content {
    max-width: 488px;
}

.eco-system-content>h3 {
    font-size: 38px;
}

.eco-system-img .system-col {
    padding-left: 4px;
    padding-right: 4px;
}

.eco-system-cnt{
   position: relative;
   height: 100%;
}

.eco-system-img .eco-system-cnt::after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.vibrant-network-text {
    position: absolute;
    left: 0;
    padding: 10px;
    bottom: 0;
    color: #fff;
    z-index: 2;
}


/*   ------------------ carrer page -----------  */


.what-get {
    background-image: url(../images/other-images/you-get.png);
    position: relative;
}

.padding-0{
    padding: 0;
}

.what-get-inner {
    position: relative;
    padding: 0 40px;
    text-align: center;
}

.what-get-inners{
    position: relative;
}

.what-get-inner::before {
    content: '';
    display: block;
    width: 2px;
    height: 55px;
    background: #fff;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.what-get::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.vision-mission-cnt {
    max-width: 430px;
}

/*   ------------------ carrer page -----------  */

/* -------------- incubator page ----------- */

.unicept-edge-inner {
    background-image:url(../images/other-images/unicept-edge-banner.png) ;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
        padding: 50px;
}

.unicept-inner {
    max-width: 540px;
    position: relative;
}

.unicept-edge-inner::before{
       content: '';
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.unicept-edge-cnt {
    position: relative;
}

.know-more {
    position: relative;
}


.our-exits-img img {
    width: 210px !important;
}

.our-exits-content .owl-carousel .item {
    max-width: 500px;
}

.our-exits .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.incubators-testimonial .owl-dots button{
   border: 0;
   background-color: transparent;
}

.incubators-testimonial .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;

}

.core-team-img {
    position: relative;
}


.core-team-img::before {
    content: '';
    display: block;
    background:var(--bg-orange);
    position: absolute;
     top: -14px;
    right: 43px;
    width: 240px;
    min-height: 200px;
    z-index: -1;
}

.incubator-int {
    max-width: 558px;
    margin: 0 auto;
}

.core-team-inner {
    padding: 0 50px;
    border-right: 2px solid #ddd;
}


.alumni .own-col:nth-child(2) .place-map-content {
    padding-left: 65px;
}

.incubators-testimonial .owl-dots .owl-dot.active span, .incubators-testimonial .owl-dots .owl-dot:hover span {
    background: var(--bg-orange);
}

/* -------------- incubator page ----------- */

/* ------------------- investor page ---------------- */

.our-investors-img {
    position: relative;
}

.our-investor-cnt {
    position: absolute;
    bottom: 0;
    padding: 0 16px;
    width: 100%;
    padding-bottom: 12px;
}

.our-investors-img::before{
    content: '';
    display:block;
       background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73%, rgba(0, 0, 0, 0.7) 88%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
}

.our-investors .owl-nav.disabled, .past-inner .owl-nav.disabled{
    display: block !important;
        margin-top: 35px;
}

.our-investors-cnt .owl-nav button.owl-prev, 
.our-investors-cnt .owl-nav button.owl-next ,
 .past-inner .owl-nav button.owl-prev
, .past-inner .owl-nav button.owl-next , .current-mentors .owl-nav button.owl-prev, .current-mentors .owl-nav button.owl-next{
  position: static;
      opacity: 1;
          width: 40px;
              background: #e6e6e6;
              height: 32px;
              font-size: 20px;
}
.incubators-testimonial .owl-dots:nth-child(3){
    display: none;
}

.plan-move-img img{
    transition: 0.4s all ease-in-out;
}

.plan-move-img{
    overflow: hidden;

}
.plan-move-img:hover img{
    transform: scale(1.1);
}

.our-investors-cnt .owl-nav button.owl-next, 
.past-inner .owl-nav button.owl-next, .current-mentors .owl-nav button.owl-next{
    background-color: var(--bg-orange);
    color: #fff;
}

.our-investors .owl-nav button img {
    width: 15px;
}
.our-investors-cnt .owl-nav button.owl-prev ,
 .past-inner .owl-nav button.owl-prev, .our-investors .owl-nav button.owl-prev
{
    margin-right: 8px;
}


.big-line {
    max-width: 892px;
    width: 100%;
    display: block;
    height: 3px;
    background:#ddd;
    margin: 0 auto;
    position: relative;
    top: 10px;
}


/* ------------------- investor page ---------------- */




/* ----------------- uincept edge page css ---------------- */

.unicept-edge-cnt{
        max-width: 450px;
}

.unicept-edge-images{
    position: relative;
}

.unicept-edge-images::before{
content: '';
    display: block;
    background: var(--bg-orange);
    width: 440px;
    height: 280px;
    position: absolute;
    z-index: -1;
    top: -18px;
    right: 17px;
}

.unicept-edge-images img {
    max-width: 600px;
}


.uincept-usp-inner {
    max-width: 330px;
    margin: 0 auto;
    position: relative;
        padding-top: 40px;
}


.usp-circle {
   width: 17px;
    height: 17px;
    display: block;
    border: 3px solid var(--bg-orange);
    border-radius: 50%;
    margin: 0 auto;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
}


/* ---------------------- networking ----------------- */

.ixi-summit-cnt {
    max-width: 460px;
}

.netwoking-lgd >ul{
    justify-content: space-between;
}

.media-logos
 {
    max-width: 640px;
    margin-left: auto;
}

.upcoming-event  .upcoming-event-inner{
       max-width: 694px;
    margin-left: 0;
    padding-left: 120px;
}

.ixi-summit-img img {
    max-width: 510px;
}


/*------------------ cnbc section ------------*/

.cnb-img img {
    max-width: 251px;
}

.cnb-img-wrap {
    max-width: 800px;
    margin-left: auto;
}

.last-alumni-item::before{
    display: none;
}

.alumni-col-inner.inner-first-item::before{
    display: none;
}

.alumni-col-cnt .inner-first-item::before{
content: '';
    display: block;
    width: 2px;
    height: 264px;
    background: red;
    position: absolute;
    right: 0;
    margin: 0 auto;
}

/* ---------------------- networking ----------------- */