@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');









*,

*::after,

*::before {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    /* outline: none; */

}

html{

    overflow-x: hidden;

    scroll-behavior: smooth;

}

html,body {

    scroll-behavior: smooth;

    font-family: var(--primary-font);

    font-weight: 400;



}







h1,

h2,

h3,

h4,

h5,

h6,

p {

    margin: 0;

 

}







a {

    text-decoration: none;

}



a:hover {

    text-decoration: none;

}



:root {



    --frist-color: #e21b2a;

    --second-color: #000000;

    --third-color: #737373;

    --fourth-color: #e21b2a;

    --white-color: #FFFFFF;



    /* Font Family */



    --primary-font: 'Poppins', sans-serif;

    --secondary-font: 'Raleway', sans-serif;

}

.main-btn {
    padding: 10px 35px;
    color: var(--white-color);
    background-color: var(--fourth-color);
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
}
.navbar-brand img {

    width: 100%;

    max-width: 200px;

}

/* BANNER IMAGE */



.banner-bg {

    background-image: url('../images/home/bg.jpg');

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    height: 100vh;

    display: flex;

    align-items: center;

    justify-content: left;

    font-family: var(--secondary-font);

}

.banner-content{

    margin-top: 30px;

}

.banner-sub-content{

   font-size: 50px;

   font-weight: 600;

   color: var(--frist-color);

   text-align:center;

}



.banner-main-content{

    text-align:center;

    font-size: 25px;

    font-weight: 600;

    font-style:italic;

    margin-top: 15px;

    color: var( --second-color);

    letter-spacing: 1.3px;

 }



.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top{
    background: #ddddddb3;
}




 /* About Us */



 .about-us-bg {

    margin-top: 70px;

 }

/*.aboutus-heading {  
    background: linear-gradient(90deg, #e21b2a, #ff4e50); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/


 .aboutus-heading {

    font-size: 33px;

    font-weight: 700;

    margin-bottom: 40px;

     text-align: center;
     color: #1B2350;

 }





 .aboutus-info {

    font-size: 17px;

    line-height: 1.7;

    color: var(--third-color);

    margin-bottom: 25px;

    text-align: justify;

 }



 .aboutus-info span{

    color: var(--second-color);

    font-weight: 500;

 }



 /* Foundtooal */



 .foundtional-bg{

    

margin-top: 70px;

}



.foundtional-heading {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    color: #1B2350;
}



 .foundtional-heading span{

    color: var(--third-color);

 }  







 .carousel-foundtional .item {

    margin: 0px 0px;

    margin-top:40px;

 }

 .card-foundtional{

    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

 padding: 30px 20px;

 border-radius: 10px;

transition: all 1s ease-in-out;

transform: scale(0.95);

 }



 .card-foundtional:hover{

    transform: scale(1);

 }



 .card-foundtional .heading{

    font-size: 21px;

    font-weight: 700;

    line-height: 1.4;

  

 }



 .card-foundtional .paragraph {

    font-size: 17px;

    color: var(--third-color);

    margin-top: 10px;

    min-height: 128px;

  

 }



 .title-number h6{

    font-size: 85px;

    color: var(--fourth-color);

    font-weight: 700;

    margin-top: px;

    text-align: end;

 }





 /* Our VALUE */

.ourvalue-bg{

    margin-top: 50px;

}

 .our-value-heading h2{

    font-size: 33px;

    font-weight: 700;

    text-align: center;

    margin-bottom: 40px;

 }



 .value-card {

    transform: translateY(0px);

    transition: all 0.7s ease-in-out;

 }

 .value-card:hover {

    transform: translateY(-15px);

 }

 .our-img {

    text-align: center;

 }

 .our-img img{

    width: 45%;

 }

 .our-value-content h5{

    font-size: 20px;

    margin-top: 10px;

    font-weight: 700;

    text-align: center;

 }





 /* Offer */



 .offer-bg {

    margin-top: 80px;

    background-color: #a4a4a4;

    padding: 60px 0px;

    background-image: url('../../assets/images/home/offer.jpg');

    background-size: cover;



 }



 .offer-heading {

    font-size: 33px;

    font-weight: 700;

     color: var( --second-color);

}



.offer-heading span{

  color: var(--fourth-color);

  letter-spacing: 1.3px;

}



.offer-list ul{

    margin-top: 10px;

}

.offer-list li{

    color: var( --second-color);

    font-size: 17px;

    line-height: 2.1;

}





/* INDIA ACCLERTOR */



.indiaaccelerator-bg {

    margin-top: 60px;

}



.main-accelerator-content h2{

    font-size: 33px;

    font-weight: 700;

    text-align: center;

}



.main-counter-card h1{

    font-size: 50px;

    color: var(--fourth-color);

    font-weight: 700;

    text-align: center;

}



.counter-name p{

    font-size: 17px;

    font-weight: 500;

    text-align: center;

    color: var(--third-color);

}



.main-counter-card{

    position: relative;

}



.main-counter-card::before{

    position: absolute;

    content: " ";

    height: 100%;

    width: 100%;

    top: 0;

    right: 0;

    

    border-right:2px dotted var(--third-color);

    

}

.last-chlid-card:before{

    border: 0px;

}



.frist-row-acclertor {

    margin-top: 60px;

}





/* Gallery */

.galler-bg{

    margin-top: 60px;

}

.galler-bg h2{

    font-size: 33px;

    font-weight: 700;

    text-align: center;

    

}



.gallery-carousel img{

    height: 300px;

    object-fit: cover;

}



.main-gallery-carousel {

    margin-top: 20px;

}





/* Footer */



.footer-bg {

background-color: var(--second-color);

padding: 40px 0px;    

}



.social-icon ul{

    list-style: none;

    display: flex;

    flex-direction: row;

    padding-left: 0px;

    margin-top: 20px;

}

.content-info-footer p{

    color: var(--white-color);

    margin-top: 15px;

    font-size: 17px;

}



.social-icon ul li{

margin-right: 15px;

}



.logo-footer .img{

text-align: center;    

}

.main-center-footer{

    margin-top: 13%;

}

.main-right-footer{

    margin-top: 0%;

}

.main-center-footer .main-heading{

    font-size: 25px;

    color: var(--white-color);

}



.quick-links ul {

    list-style: none;

    padding: 0px;

}



.quick-links ul a{

    color: var(--white-color);

    line-height: 2.7;

}





.main-right-footer h3{

    font-size: 25px;

    color: var(--white-color);

}



.quick-links {

    margin-top: 30px;

}

.quick-links a{

    position: relative;

    transform: all 0.6s ease-in-out;

}



.quick-links a:before{

    content: "";

    position: absolute;

    width: 0%;

    bottom: -5px;

    left: 0;

    border-bottom: 1px solid var(--white-color);

    transition: all 0.6s ease-in-out;

}

.quick-links a:hover:before{

    content: "";

    position: absolute;

    width: 100%;

    bottom: -5px;

    left: 0;

    border-bottom: 1px solid var(--white-color);

}

.address-links a{

    color: var(--white-color);

}

.main-right-footer .main-heading{

    margin-top: 20px;

}

.main-right-footer .address-links{

    color: var(--white-color);

    margin-top: 10px;

}



.copright-section hr{

    color: var(--white-color);

    opacity: 0.7;

}

.copright-section p{

text-align: center;

color: var(--white-color);

font-size: 17px;    

}





















/* Kishor CSS */





.humburger {

    width: 33px;

    height: 28px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: space-between;

    position: absolute;

    right: 40px;

    top: 30px;

    cursor: pointer;

    transition: 0.5s all ease-in;

    z-index: 5555;

  }

  .humburger:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background: #EC1C24;

    transform: scale(0);

    transition: 0.5s all ease-in;

    z-index: 1;

  }

  .humburger .line {

    height: 4px;

    width: 100%;

    background: #de1c3c;

    display: flex;

    transition: 0.5s all ease-in;

    position: relative;

    z-index: 2;

  }

  .humburger .line:after {

    content: "";

    position: absolute;

    height: 100%;

    left: 0;

    top: 0;

    bottom: 0;

    background: white;

    width: 0;

    transition: 0.5s all ease-in-out;

    z-index: 1;

  }

  .humburger:hover:after {

    transform: scale(1.4);

  }

  .humburger:hover .line:after {

    width: 100%;

  }

  .humburger.open .line {

    background: white;

  }

  .humburger.open .line:nth-of-type(1) {

    transform: rotate(45deg);

    margin-top: 12px;

  }

  .humburger.open .line:nth-of-type(2) {

    transform: rotate(-45deg);

    margin-top: -13px;

  }

  .humburger.open .line:nth-of-type(3) {

    visibility: hidden;

    opacity: 0;

  }

  

  .menu_body {

    z-index: 99;

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    width: 350px;

    height: 100vh;

    display: flex;

    background: rgba(0, 0, 0, 0.8);

    transform: translateX(100%);

    transition: 0.5s all ease;

  }

  .menu_body.open {

    transform: translateX(0);

  }

  .menu_body__item_wrapper {

    padding: 40px 40px 40px 0;

    display: flex;

    justify-content: flex-start;

    align-items: center;

    width: 100%;

  }

  .menu_body__item_wrapper .menu_list {

    list-style: none;

    width: 100%;

    padding: 0 0 0 0;

  }

  .menu_body__item_wrapper .menu_list li {

    margin-bottom: 30px;

    position: relative;

    padding-left: 55px;

  }

  .menu_body__item_wrapper .menu_list li:last-child {

    margin-bottom: 0;

  }

  .menu_body__item_wrapper .menu_list li a {

    color: white;

    font-weight: 400;

    font-size: 18px;

    text-decoration: none;

    position: relative;

    transition: 0.5s all ease;

  }

 /* .menu_body__item_wrapper .menu_list li a:after {

    content: "";

    position: absolute;

    height: 1px;

    left: 0;

    width: 0;

    bottom: 0;

    background: #EC1C24;

    transition: 0.5s all ease;

  }*/

  .menu_body__item_wrapper .menu_list li a:after {

    content: "";

    position: absolute;

    height: 1px;

    left: 86px;

    width: 0;

    top: 12px;

    bottom: 0;

/*    background: #EC1C24;*/

    transition: 0.5s all ease;

}

.menu_body__item_wrapper .menu_list li a:hover:after {

    width: auto;

}

 /* .menu_body__item_wrapper .menu_list li a:hover:after {

    width: 100%;

  }*/

  .menu_body__item_wrapper .menu_list li.has_child .sub-menu {

    position: absolute;

    background: black;

    list-style: none;

    padding: 30px;

    left: unset;

    top: 0;

    right: 100%;

    min-width: 180px;

    opacity: 0;

    visibility: hidden;

  }

  .menu_body__item_wrapper .menu_list li.has_child .sub-menu li {

    padding-left: 0;

    margin-bottom: 15px;

  }

  .menu_body__item_wrapper .menu_list li.has_child .sub-menu li a:after {

    display: none;

  }

  .menu_body__item_wrapper .menu_list li.has_child:hover .sub-menu {

    opacity: 1;

    visibility: visible;

  }

  

  @media (max-width: 992px) {

    body .menu_body {

      width: 100%;

    }

    body .menu_body__item_wrapper .menu_list li.has_child {

      position: relative;

    }

    body .menu_body__item_wrapper .menu_list li.has_child a {

      position: relative;

    }

    body .menu_body__item_wrapper .menu_list li.has_child a:after {

      content: "+";

      color: white;

      left: calc(100% + 25px);

      position: absolute;

      top: 0;

      width: 0;

    }

    body .menu_body__item_wrapper .menu_list li.has_child .sub-menu {

      position: relative;

      background: transparent;

      list-style: none;

      padding: 0;

      left: unset;

      top: unset;

      right: unset;

      min-width: auto;

      opacity: 1;

      visibility: visible;

      margin-top: 15px;

      padding-left: 25px;

      display: none;

    }

}

  





.js-cont {

    position: relative;

    width: 100%;

    height: 100%;

}



.js-scroll {

    position: fixed;

    z-index: 10;

    top: 0;

    left: 0;

    overflow: hidden;

    width: 100%;

    will-change: transform;

}





/* ===== Scrollbar CSS ===== */

  /* Firefox */

  * {

    scrollbar-width: auto;

    scrollbar-color: #fe8484 #ffffff;

  }



  /* Chrome, Edge, and Safari */

  *::-webkit-scrollbar {

    width: 16px;

  }



  *::-webkit-scrollbar-track {

    background: #ffffff;

  }



  *::-webkit-scrollbar-thumb {

    background-color: #ff8b8b;

    border-radius: 10px;

    border: 3px solid #ffffff;

  }





  .muted{

    text-align: right;



    position: relative;

    right: 2%;

    margin-top: -3%;

    z-index: 999;

  }



  .bg-video-wrap {

    position: relative;

    overflow: hidden;

    width: 100%;

    height: 100vh;

    /* background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */

  }

  video {

    min-width: 100%;

    min-height: 100vh;

    z-index: 1;

    width:100%;

  }

  .overlay {

    width: 100%;

    height: 100vh;

    position: absolute;

    top: 0;

    left: 0;

    background-color: rgba(218, 218, 218, 0.8);

    background-size: 3px 3px;

    z-index: 2;

  }



  .banner-content {

    text-align: center;

    color: #fff;

    position: absolute;

    top: 50%;

   

    left: 50%;

  

    margin: auto;

    z-index: 3;

    width: 100%;

    height: 50px;

     transform:translate(-50% , -50%);

}







.section_our_solution .row {

  align-items: center;

}



.our_solution_category {

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

}

.our_solution_category .solution_cards_box {

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.solution_cards_box .solution_card {

  /* flex: 0 50%; */

  background: #fff;

  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),

    0 5px 15px 0 rgba(37, 44, 97, 0.15);

  border-radius: 15px;

  margin: 8px;

  padding: 30px;

  position: relative;

  z-index: 1;

  overflow: hidden;

  /* min-height: 397px; */

  transition: 0.7s;

}



.heading{

  font-weight: bold;

  margin-bottom: 5%;

  margin-top: 5%;

}



.solution_cards_box .solution_card:hover {

  background: #f04330;

  color: #fff;

  transform: scale(1.1);

  z-index: 9;

}



.solution_cards_box .solution_card:hover::before {

  background: rgb(85 108 214 / 10%);

}



.solution_cards_box .solution_card:hover .solu_title h3,

.solution_cards_box .solution_card:hover .solu_description p,

.solution_cards_box .solution_card:hover .solu_description .title-number h6

{

  color: #fff;

}



.solution_cards_box .solution_card:before {

  content: "";

  position: absolute;

  background: rgb(85 108 214 / 5%);

  width: 170px;

  height: 400px;

  z-index: -1;

  transform: rotate(42deg);

  right: -56px;

  top: -23px;

  border-radius: 35px;

}



.solution_cards_box .solution_card:hover .solu_description button {

  background: #fff !important;

  color: #f03330;

}







.solution_card .solu_title h3 {

  color: #212121;

  font-size: 21px;

  margin-top: 13px;

  margin-bottom: 13px;

  font-weight: 700;

  line-height: 1.4;

}



.solution_card .solu_description p {

  font-size: 17px;

  margin-bottom: 15px;

  color: var(--third-color);

  min-height:225px;

}



.solution_card .solu_description button {

  border: 0;

  border-radius: 15px;

  background: linear-gradient(

    140deg,

    #ca4242 0%,

    #ca5642 50%,

    #ca5f42c7 75%

  ) !important;

  color: #fff;

  font-weight: 500;

  font-size: 1rem;

  padding: 5px 16px;

}



.our_solution_content h1 {

  text-transform: capitalize;

  margin-bottom: 1rem;

  font-size: 2.5rem;

}





.hover_color_bubble {

  position: absolute;

  background: rgb(54 81 207 / 15%);

  width: 100rem;

  height: 100rem;

  left: 0;

  right: 0;

  z-index: -1;

  top: 16rem;

  border-radius: 50%;

  transform: rotate(-36deg);

  left: -18rem;

  transition: 0.7s;

}



.solution_cards_box .solution_card:hover .hover_color_bubble {

  top: 0rem;

}



.solution_cards_box .solution_card .so_top_icon {

  width: 60px;

  height: 60px;

  border-radius: 50%;

  background: #fff;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

}



.solution_cards_box .solution_card .so_top_icon img {

  width: 40px;

  height: 50px;

  object-fit: contain;

}



/*start media query*/

@media screen and (min-width: 320px) {

  .sol_card_top_3 {

    position: relative;

    top: 0;

  }



  .our_solution_category {

    width: 100%;

    margin: 0 auto;

  }



  .our_solution_category .solution_cards_box {

    flex: auto;

  }

}

@media only screen and (min-width: 768px) {

  .our_solution_category .solution_cards_box {

    flex: 1;

  }

}

@media only screen and (min-width: 1024px) {

  .sol_card_top_3 {

    position: relative;

    top: -3rem;

  }

  .our_solution_category {

   

    margin: 0 auto;

  }

}





















/* media page */



.coming-h1 {

  margin: 0;

  font-family: 'Montserrat', sans-serif;

  font-size: 4em;

  color: #333;

  -webkit-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);

  -moz-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);

  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);

  word-spacing: 16px;

}



.coming-p {

  font-family: 'Open Sans', sans-serif;

  font-size: 1.4em;

  font-weight: bold;

  color: #222;

  text-shadow: 0 0 40px #FFFFFF, 0 0 30px #FFFFFF, 0 0 20px #FFFFFF;

}





.com-page{

  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);

	background-size: 400% 400%;

	animation: gradient 15s ease infinite;

  height: 80vh;

}





@keyframes gradient {

	0% {

		background-position: 0% 50%;

	}

	50% {

		background-position: 100% 50%;

	}

	100% {

		background-position: 0% 50%;

	}

}





.item {

  width: auto;

  height: auto;

  margin: 0 auto;

  text-align: center;

  padding: 5% 0%;

}



@media only screen and (min-width: 800px) {

  .coming-h1 {

    font-size: 6em;

  }

  .coming-p {

    font-size: 1.6em;

  }

}



@media only screen and (max-width: 320px) {

  .coming-h1 {

    font-size: 2em;

  }

  .coming-p {

    font-size: 1.2em;

  }

}























/* ABOUT US PAGE */



.iAccelgbi-banner-bg {

  background: linear-gradient(90deg, rgba(207,205,207,0.5578606442577031) 0%, rgba(207,205,207,0.5690651260504201) 100%),url('../images/about-1.jpg');

  background-position: center top;

  background-size: cover;

  background-repeat: no-repeat;

  display: flex;

  justify-content: center;

  align-items: center;

}





.contact-banner-bg {

  background: linear-gradient(90deg, rgba(207,205,207,0.5578606442577031) 0%, rgba(207,205,207,0.5690651260504201) 100%),url('../images/contact.jpg');

  background-position: center top;

  background-size: cover;

  background-repeat: no-repeat;

  display: flex;

  justify-content: center;

  align-items: center;

}






.aboutus-img img {
    width: 100%;
    height: 375px;
    object-fit: contain;
}


.main-aboutus-banner h2 {

  padding: 50px 0px;

  color: var(--frist-color);

  font-size: 50px;

  font-weight: 700;

  font-family: var(--secondary-font);

}



.iaccel-info-section {



  background-color: #f1f3f4;

  padding: 60px 0px;

}



.iaccel-content .iaccel-heading {

  font-size: 33px;

  font-weight: 700;

  color: var(--second-color);

  margin-bottom: 10px;

}



.iaccel-content  .iaccel-info{

  font-size: 17px;

  line-height: 1.7;

  color: var(--third-color);

}



.iaccel-sub-content {

  margin: 40px 0px;

  margin-top:10px;

  animation:fadeInUp; 

  animation-duration: 2s; 

}

.iaccel-sub-content .iaccel-info{

  font-size: 17px;

  line-height: 1.7;

  color: var(--third-color);

}
.navbar  a.nav-link {
    color: #fff;
}
#mynavbar {
    justify-content: end;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #fff;
    /* font-weight: 600; */
}
.iaccel-content{

  animation:fadeInRight; 

  animation-duration: 2s; 

}









.main-mission h3 {

  font-size: 40px;

  font-weight: 600;

  color: var(--white-color);

  position: relative;

  transition: color 0.9s ease-in-out;

}





.main-vision-content {

  z-index: 1;

}

.main-vision h3 {

  font-size: 40px;

  font-weight: 600;

  color: var(--white-color);

  position: relative;

  transition: color 0.9s ease-in-out;

}



.main-mission p{

  font-size: 21px;

   color:var(--white-color);

  margin-top: 10px;

  transition: color 0.9s ease-in-out;

}

.main-mission:hover h3{

  color: var(--white-color);

} 

.main-mission:hover p{

  color: var(--white-color);

} 





.main-vision p{

  font-size: 21px;

   color:var(--white-color);

  margin-top: 10px;

  transition: color 0.9s ease-in-out;

}

.main-vision:hover h3{

  color: var(--white-color);

} 

.main-vision:hover p{

  color: var(--white-color);

} 





.ourteam-bg {

  background: linear-gradient(90deg, rgba(207,205,207,0.5578606442577031) 0%, rgba(207,205,207,0.5690651260504201) 100%),url('../images/our-team.jpg');

  background-position: center top;

  background-size: cover;

  background-repeat: no-repeat;

  display: flex;

  justify-content: center;

  align-items: center;

}



.ourteam-bg h2 {

  padding: 50px 0px;

  color: var(--frist-color);

  font-size: 50px;

  font-weight: 700;

  font-family: var(--secondary-font);

  text-align: center;

}





.indiaccelerator-bg {

  background: linear-gradient(90deg, rgba(207,205,207,0.5578606442577031) 0%, rgba(207,205,207,0.5690651260504201) 100%),url('../images/india-1.jpg');

  background-position: center top;

  background-size: cover;

  background-repeat: no-repeat;

  display: flex;

  justify-content: center;

  align-items: center;

}



.indiaccelerator-bg h2 {

  padding: 200px 0px;

  color: var(--frist-color);

  font-size: 50px;

  font-weight: 700;

  font-family: var(--secondary-font);

  text-align: center;

}





.indiaacclerator-content h2{

  font-size: 33px;

  font-weight: 700;

  color: var(--second-color);

}



.indiaacclerator-content p{

  font-size: 17px;

  color: var(--third-color);

  margin-top: 10px;

}





.main-team-heading h2{

  font-size: 33px;

  font-weight: 700;

  color: #1B2350;

  text-align: center;

  position: relative;

}

.main-team-heading h2:before{

position: absolute;

bottom: 0;

border-bottom: 1px solid var(--frist-color);

width: 100%;

left: 0;

}

.our-team-section {

  margin-top: 60px;

  margin-bottom: 60px;

}



.team-memmber-name h6{

  font-size: 25px;

  font-weight: 600;

  color: var(--second-color);

}



.team-memmber-name  p{

  color: var(--third-color);

  font-weight: 600;

  font-size: 17px;

  margin-bottom: 10px;

}



.team-memmber-info p{

  font-size: 17px;

  line-height: 1.7;

  color: var(--third-color);

  text-align: justify;

}



.team-memmber-link {

  display: flex;

  justify-content: end;

  text-align: end;

}

.team-memmber-link img{

  width: 15%;

}





.team-info-card {

  padding: 40px;

  margin-top:60px ;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

  border-radius: 5px;

}



/* .mission-bg {

  background: linear-gradient(90deg, rgba(22, 19, 19, 0.651) 0%, rgba(5, 1, 1, 0.76) 100%),url('../images/about/vision.jpg');

  padding: 100px 0px;

  background-position: top;

  background-size: cover;



} */



.main-mission {

  /*background: linear-gradient(90deg, rgba(255,126,179,0.7176995798319328) 0%, rgba(255,117,140,0.6420693277310925) 100%);*/

   background-color:#bdbdbdc4;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  padding: 130px ;

  text-align: center;

  position: relative;

  height: 400px;

}

.mision-img img{

  height: 400px;

  width: 100%;

  object-fit: cover;



}



.main-mission::after {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  content: " ";

  clip-path: circle(0.0% at 100% 100%);

  /*background: linear-gradient(90deg, rgba(255,178,194,1) 0%, rgba(255,117,140,0.6420693277310925) 100%);*/

  /*background-color:#bdbdbdc4;*/

    background-color:#F07470;

  transition: clip-path 0.9s ease-in-out;

}



.main-mission:hover:after {

  clip-path: circle(141.4% at 100% 100%);

}





.mission-img img {

  object-fit: cover;

  width: 100%;

}

.vision-img img {

  height: 400px;

  object-fit: cover;

  width: 100%;



}

.main-vision {

  /*background:linear-gradient(90deg, rgba(255,126,179,0.7176995798319328) 0%, rgba(255,117,140,0.6420693277310925) 100%);*/

   /*background-color:#F07470;*/

    background-color:#bdbdbdc4;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  padding: 120px ;

  text-align: center;

  height: 400px;

  position: relative;

}



.main-vision:hover:after {

  clip-path: circle(141.4% at 0 100%);

}

.main-vision::after {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  content: " ";

  clip-path: circle(0.1% at 0 100%);

  /*background: linear-gradient(90deg, rgba(255,178,194,1) 0%, rgba(255,117,140,0.6420693277310925) 100%);*/

  background-color:#F07470;

  transition: clip-path 0.9s ease-in-out;

}









/*.contact-info {

  display: inline-block;

  width: 100%;

  text-align: center;

      margin-bottom: 10px;

}*/

.contact-info {

    display: inline-block;

    width: 100%;

    text-align: center;

    margin-bottom: 10px;

    min-height: 205px !important;

}

.contact-info-icon {

margin-bottom: 15px;

}

/* .contact-info-item-1 {

 

  background: linear-gradient(90deg, rgba(207,205,207,0.5578606442577031) 0%, rgba(207,205,207,0.5690651260504201) 100%),url('../../assets/images/contact-1.jpg');

  background-size: cover;

}



.contact-info-item-2 {

  background: linear-gradient(90deg, rgba(207,205,207,0.5578606442577031) 0%, rgba(207,205,207,0.5690651260504201) 100%),url('../../assets/images/contact-2.jpg');

  background-size: cover;

}

.contact-info-item-3 {

  background: linear-gradient(90deg, rgba(207,205,207,0.5578606442577031) 0%, rgba(207,205,207,0.5690651260504201) 100%),url('../../assets/images/contact-3.jpg');

  background-size: cover;



} */



.contact-info-item {

  padding: 30px 0px;

}





.contact-page-sec .contact-page-form h2 {

  color: #071c34;

  text-transform: capitalize;

  font-size: 22px;

  font-weight: 700;

}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {

  padding-left: 0;

}  

.contact-page-form.contact-form input {

  margin-bottom: 5px;

}  

.contact-page-form.contact-form textarea {

  height: 110px;

}

.contact-page-form.contact-form input[type="submit"] {

  background: #071c34;

  width: 150px;

  border-color: #071c34;

}

.contact-info-icon i {

  font-size: 48px;

  color: #e21b2a;

}

.contact-info-text p{margin-bottom:0px;}

.contact-info-text h2 {

  color: #000;

  font-size: 22px;

  text-transform: capitalize;

  font-weight: 600;

  margin-bottom: 10px;

}

.contact-info-text span {

  color: #000;

  font-size: 16px;



  display: inline-block;

  width: 100%;

}



.contact-page-form input {

  background: #f9f9f9 none repeat scroll 0 0;

  border: 1px solid #f9f9f9;

  margin-bottom: 20px;

  padding: 12px 16px;

  width: 100%;

  border-radius: 4px;

}



.contact-page-form .message-input {

display: inline-block;

width: 100%;

padding-left: 0;

}

.single-input-field textarea {

  background: #f9f9f9 none repeat scroll 0 0;

  border: 1px solid #f9f9f9;

  width: 100%;

  height: 120px;

  padding: 12px 16px;

  border-radius: 4px;

}

.single-input-fieldsbtn input[type="submit"] {

  background: #e21b2a none repeat scroll 0 0;

  color: #fff;

  display: inline-block;

  font-weight: 600;

  padding: 10px 0;

  text-transform: capitalize;

  width: 150px;

  margin-top: 20px;

  font-size: 16px;

}

.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}

.single-input-field  h4 {

  color: #464646;

  text-transform: capitalize;

  font-size: 14px;

}

.contact-page-form {

  display: inline-block;

  width: 100%;

  margin-top: 30px;

}



.contact-page-map {

  margin-top: 36px;

}

.contact-page-form form {

    padding: 20px 15px 0;

}







/* SURAJ KADAM 11-05-2023 */



.indiaaccelerator-content-main{

  margin-top: 60px;

  margin-bottom: 60px;



}

.indiaacclerator-content {

  margin-top: 30px;

  animation:fadeInRight; 

  animation-duration: 2s; 

}

.indiaacclerator-subcontent {

  margin-top: 10px;

  animation:fadeInUp; 

  animation-duration: 2s; 

}

.indiaacclerator-subcontent p{

  color: var(--third-color);

  line-height: 1.7;

}

.indiaacclerator-subcontent p a{

  color: var(--third-color);

  transition: all 0.5s ease-in-out;

 

}

.indiaacclerator-subcontent p a:hover{

  color: var(--frist-color);

 

}



.accelerator-img {

  animation:fadeInLeft; 

  animation-duration: 2s; 

}



.iaccel-info-img {

  animation:fadeInLeft; 

  animation-duration: 2s; 

}



















/* FindACCLERTOR PAGE */



.findaccelertor-banner-bg {

  background: linear-gradient(90deg, rgba(207,205,207,0.5578606442577031) 0%, rgba(207,205,207,0.5690651260504201) 100%),url('../images/find-1.jpg');

  background-position: center top;

  background-size: cover;

  background-repeat: no-repeat;

  display: flex;

  justify-content: center;

  align-items: center;

}



.main-findaccelertor-banner h2 {

  padding: 50px 0px;

  color: var(--frist-color);

  font-size: 50px;

  font-weight: 700;

  font-family: var(--secondary-font);

}
.heading-accelerator h2 {
    font-size: 33px;
    font-weight: 700;
    color: #1B2350;
    text-align: center;
}


.main-content-findaccelertator{

  margin-top: 70px;

} 



.findaccelertor-card {
    padding: 20px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
}

.aboutus-img.pptImg img {
    height: 100% !important;
    object-fit: cover;
}

.findaccelertor-img {

  height: 300px;

  overflow: hidden;

}



.findaccelertor-content h5{

  font-size: 25px;

  font-weight: 600;

  text-align: center;

  margin-top: 20px;

}



.findaccelertor-content p{

  font-size: 16px;

 margin-top: 10px;

  text-align: center;

 color: var(--third-color);



}



.button-findaccelertor{

  margin-top: 20px;

  display: flex;

  justify-content: center;

}



.button-findaccelertor a{

  color: var(--white-color);

} 



.mainfindaccelertor-card-bg  {

  margin: 60px 0px;

}





/* Eureka PAGE  */



.eureka-banner-bg {

  background: linear-gradient(90deg, rgba(207,205,207,0.5578606442577031) 0%, rgba(207,205,207,0.5690651260504201) 100%),url('../images/sky-1.jpg');

  background-position: center top;

  background-size: cover;

  background-repeat: no-repeat;

  display: flex;

  justify-content: center;

  align-items: center;

}



.main-eureka-banner h2 {

  padding: 200px 0px;

  color: var(--frist-color);

  font-size: 50px;

  font-weight: 700;

  font-family: var(--secondary-font);

}





.eureka-main-bg {

  margin: 80px 0px;

}



.eureka-heading h2{

  font-size: 33px;

  font-weight: 600;

  color: var(--second-color);

  margin-bottom: 10px;

}



.content-eureka p{

  font-size: 17px;

  text-align: justify;

  color: var(--third-color);

}





/* Skyline  */







.skyline-banner-bg {

  background: linear-gradient(90deg, rgba(207,205,207,0.5578606442577031) 0%, rgba(207,205,207,0.5690651260504201) 100%),url('../images/sky-11.jpg');

  background-position: center top;

  background-size: cover;

  background-repeat: no-repeat;

  display: flex;

  justify-content: center;

  align-items: center;

}



.main-skyline-banner h2 {

  padding: 200px 0px;

  color: var(--frist-color);

  font-size: 50px;

  font-weight: 700;

  font-family: var(--secondary-font);

}





.skyline-main-bg {

  margin: 80px 0px;

}





.solu_description p {

    min-height:170px;

}



.whatspp-icon  img{

  width:70%;

}

.whatspp-icon {

  position:fixed;

  bottom:50px;

  right:0;

  z-index: 10;

}



.media-bg {

    margin-top:50px;

}



.media-bg h2{

      font-size: 33px;

    font-weight: 700;

    margin-bottom: 0px;

     text-align: center;
     color: #1B2350;

}
.h2.section-title{
    color: #1B2350;
}
.media-card {
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 60px;
    position: relative;
    background: #fff;
}

.media-card .main-btn:hover{

    color:#fff;

} 

.media-card .main-btn{

    position:absolute;

    top:100%;

    left:50%;

    transform:translate(-50%,-50%);

}
section.videoSection.testimonials_sec {
    margin-top: 50px;
}
.media-title h3 {
    margin: 20px 0px 10px;
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    min-height: auto;
    line-height: 1.4;
}
.media-title a {
    color: #000;
}
.media-title p {
    text-align: center;
    color: var(--second-color);
    font-size: 16px;
    padding-bottom: 5px;
}
.media-title {
    padding: 10px 20px;
    min-height: 250px !important;
}
.india-acceleator-img {

 

    text-align:center;

    margin-top:30px;

}



.main-accelerator-content {

    position:relative;

}



.wave__container {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

}



.wave__circle {

  position: absolute;

  background-color: transparent ;

  border: 10px solid var(--circleColor);

  border-radius: 50%;

  box-shadow: inset var(--shadowShift) var(--shadowShift) var(--shadowBlur)

      rgba(55 84 170 / 0.2),

    var(--shadowShift) var(--shadowShift) var(--shadowBlur)

      rgba(55 84 170 / 0.2),

    inset calc(var(--shadowShift) * -1) calc(var(--shadowShift) * -1)

      var(--shadowBlur) rgba(255 255 255 / 1),

    calc(var(--shadowShift) * -1) calc(var(--shadowShift) * -1)

      var(--shadowBlur) rgba(255 255 255 / 1);

  filter: blur(3px);



  animation-name: ripple;

  animation-duration: 3s;

  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);

  animation-iteration-count: infinite;

}



.wave__container .wave__circle:nth-child(2) {

  animation-delay: -1s;

}



.wave__container .wave__circle:nth-child(3) {

  animation-delay: -2s;

}



@keyframes ripple {

  0% {

    top: 250px;

    left: 250px;

    width: 0;

    height: 0;

    opacity: 1;

  }



  100% {

    top: 0;

    left: 0;

    width: 500px;

    height: 500px;

    opacity: 0;

  }

}



.india-acceleator-img img{

    width:60%;

}

.offer-img img {

     width:55%;

}

.offer-img {

    text-align:right;

}

.certi-img{

    text-align:center;

}

.certi-img img{

    width:70%;

}

.contact-info{

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}







/* SURAJ KADAM 26/05/2023 */





.event-background-bg {

  background: linear-gradient(90deg, rgba(207,205,207,0.5578606442577031) 0%, rgba(207,205,207,0.5690651260504201) 100%),url('../images/sky-11.jpg');

  background-position: center top;

  background-size: cover;

  background-repeat: no-repeat;

  display: flex;

  justify-content: center;

  align-items: center;

 

 

}



.ticket-bg {

  margin: 60px 0px;

  margin-top: 0px;

}

.main-week-bg {

  position: relative;

  overflow: hidden;

  transition: all 0.5s ease-in-out;

}

.week-one-bg {

  background-color: #e21b2b9d;

  height: 350px;

  width: 400px;

  position: absolute;

  right: 0;

  top: 0;

  display: flex;

 clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);

  justify-content: center;

  align-items: center;

  transition: all 0.6 ease-in-out;

  

}



.week-one-bg h5{

  font-size: 50px;

  font-weight: 600;

  color: var(--white-color);

  /* margin-top: 100px; */

}

.week-one-bg span{

  /* margin-top: 110px; */

  margin-left: 15px;

  font-size: 50px;

  font-weight: 700;

  color: var(--white-color);

}



.week-img img {

  height: 350px;

  width: 100%;

  object-fit: cover;

  filter: blur(0px);

  transition: all 0.8s ease-in-out;

}



.course-content {

  background-color: #212121c0;

  position: absolute;

    top:0;

    width: 50%;

    padding: 20px;

    color: var(--white-color);

    height: 400px;

}



.course-content h5{

  font-size:20px;

  margin-bottom: 10px;

  text-align: center;



}



.course-content  p {

  font-size: 16px;

  margin-top: 5px;

}



.right-content-week {

  position: absolute;

  right: 0;

  transform: translateY(-400px);

  transition: all 0.9s ease-in-out;

}



.left-content-week{

  transform: translateY(400px);

  

  transition: all 0.9s ease-in-out;

}



.week-one-bg {

  transform: translateX(0px);

  transition: all 0.9s ease-in-out;

}



.main-week-bg:hover .week-one-bg {

  transform: translateX(400px);

  transition: all 0.9s ease-in-out;



} 

.main-week-bg:hover .week-img img {

  filter: blur(3px);

}



.main-week-bg:hover  .left-content-week{

  transform: translateY(0px);

}

.main-week-bg:hover  .right-content-week{

  transform: translateY(0px);

}



.border-line {

  height: 60%;

  width: 3px;

  position: absolute;

  top: 60px;

  right: 0;

  background-color: #ffce7a;

}



.course-content  li {

  font-size: 17px;

  line-height: 1.7;

  margin-top: 5px;

}



.points-content {

  display: flex;



}



.right-content-week ul {

  margin-bottom: 0px;

}



.points-content ul {

  list-style: none;

}



.event-sub-content {

  margin-top: 40px;

}



.event-sub-content h5 {

  font-size: 25px;

  color: var(--fourth-color);

  margin-bottom: 8px;

}



.event-sub-content p {

  font-size: 16px;

} 



.heading-event h5{

  font-size: 40px;

  font-weight: 600;

  color: var(--fourth-color);

  

  text-align: center;

  

}

.heading-event{

  margin-bottom: 40px;

}



.learning-outcome-bg {

  margin-bottom: 80px ;

}



.learning-outcome-bg {

  background: linear-gradient(90deg, rgba(242,0,58,0.7233018207282913) 0%, rgba(255,1,1,0.6392682072829132) 100%),url('../images/event/learning.jpg');

  padding: 50px 0px;

  background-size: cover;

  background-position: center;

}



.no-event h5{

  font-size: 80px;

  color: var(--white-color);

  /* font-style: italic; */

}



.event-learning-content p {

  font-size: 16px;

  color: var(--white-color);



  margin-left: 30px;

}



.learning-outcome-card {

  display: flex;

  justify-content: center;

  align-items: center;

  margin-top: 30px;

}



.leraning-heading h5{

  font-size: 40px;

  color: var(--white-color);

  font-weight: 600;

  

}

.leraning-heading {

  position: relative;

}

.leraning-heading::before{

  border-bottom: 1px solid var(--white-color);

  margin-top: 20px;

  position: absolute;

  top:10px;

  left: 0;

}



/* .traniner-mainbg {

  margin-bottom: 60px;

} */

/* .traniner-bg {

  padding: 30px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

} */



.heading-main-course-trainner h5{

  font-size: 35px;

  font-weight: 600;

  margin-bottom: 30px;

}



.trainner-name h6{

  font-size: 25px;

  font-weight: 600;

}



.trainner-name{

  margin-bottom: 20px;

  position: relative;

}

.trainner-name::before{

  position: absolute;

  content: " ";

  bottom: -10px;

  left: 0;

  width: 100%;

  height: 3px;

  background-color: var(--fourth-color);

}



.details-trannier-content  {

  margin-top: 30px;

}

.details-trannier-content ul {

  padding-left: 15px;

}

.details-trannier-content li {

  margin-bottom: 5px;

}



.date-card {

  /* padding: 20px;

  background-color: var(--fourth-color);

  display: flex;

  text-align: center;

  justify-content: center; */

}



.date-card h5{

  font-size: 35px;

  color: var(--white-color);

  font-weight: 700;

}

.date-card span {

  margin-top: 20px;

  margin-left: 5px;

  color:  #fefefe;

}



.time-main-bg {

  margin-top: 10px;

  margin-bottom: 25px;

}



.time-card {

  padding: 20px;

  background-color: #ffffff;

  border-radius: 10px;

  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */

}



.time-card h5 {

  font-size: 25px;

  font-weight: 600;

  color: var(--fourth-color);

 

}



.time-card p {

    font-size: 18px;

}



.register-code {

  text-align: center;

  margin-top: 20px;

}

.qr-img img{

  width: 30%;

}



.content-register h6{

  font-size: 20px;

  color: var(--fourth-color);

}



.week-tabs-bg .nav-pills .nav-link{

  padding: 5px 35px ;

  font-size: 20px;

  font-weight: 600;

  color: #000000;

}

.week-tabs-bg .nav-pills .nav-link.active{

  background-color: transparent;

  position: relative;

  color: #000000;

}



.week-tabs-bg .nav-pills .nav-link.active::before{

  width: 100%;

  position: absolute;

  bottom: -5px;

  left: 0;

  content: " ";

  height: 4px;

  background-color: var(--fourth-color);

}



.week-tabs-bg .nav-pills{

  justify-content: center;

 

}

.course-navs {

  margin-bottom: 30px !important;

}



.accordtion-course {

  color: var(--second-color);

  position: relative;

  width: 75%;

  height: auto;

  background-color: transparent;

  padding: 0px;

}



.course-accordtion-heading {

  font-size: 23px;

 

  font-weight: 600;

  background-color: #ff5e6a;

  color: var(--white-color);

  border-radius: 10px;

  

}

.course-accordtion-heading h5{

  font-size: 23px;

  font-weight: 600;

}

.heading-main-card {

  display: flex;

  justify-content: flex-start;

  align-items: center;

  width: 75%;

  

}

.heading-main-card  h5{

  line-height: 1.5;

}

.accordion-button {

  /* border-radius: 10px !important; */

  outline: 0px !important;

  box-shadow: 0px !important;

  border: 0px solid var(--fourth-color) !important;

}

/* .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {

  border: 3px solid var(--fourth-color) !important;

} */



.course-accordtion-heading span{

  font-size: 60px;

  font-weight: 700;

  color: var(--white-color);

  margin-right: 20px;

  opacity: 1;

} 

.accordion-button:not(.collapsed) {

  background-color: #ff5e6a;

  color: var(--white-color);

  box-shadow: 0px;

  outline: 0px;

}





.accordion-button:focus {

  border: 0px;

  outline: 0px;

}

.week-tabs-bg {

  background-color: #f2f2f2;

  padding: 20px 0px;

  margin: 80px 0px;

  padding-bottom: 60px;

}



.course-content ul li h6{

  font-weight: 600;

  font-size: 18px;

}



.accordion-button:focus {

  z-index: 3;

  /* border-color: var(--bs-accordion-btn-focus-border-color); */

  outline: 0 !important;

  box-shadow: 0px !important;

}



.accordtion-course ul {

  margin-bottom: 0px;

}



.sub-points h6{

  margin-bottom: 5px;

}

.sub-points  {

  margin-top: 10px;

}

.accordion-item, .accordion-item:focus, .accordion-item:active,

.accordion-header, .accordion-header:focus, .accordion-header:active,

.accordion-button, .accordion-button:focus, .accordion-button:active {

  outline: none !important;

  box-shadow: none !important;

}



.accordion { 

  --bs-accordion-border-color: #ff5e6a !important;

}



.accordtion-course h4{

  font-size: 22px;

  font-weight: 700;

  color: var(--fourth-color);

  margin-top: 10px;

}



.bootcamp-heading h2{

  font-size: 50px;

  font-weight: 600;

}



.main-banner-bootcamp{

  background-color: #e5e5e5;

  padding: 100px 0px;

  padding-top: 180px;

 

} 



.button-enroll {

  margin-top: 20px;

}



.background-course-bg {

  background-color: var(--white-color);

  padding: 20px;

  border-radius: 10px;

  margin-top: 70px;

  position: relative;

 

}



.trainner-img {

  position: absolute;

  top: -125px;

  right: 10px;

}



.sub-course-card h5{

  font-size: 25px;

  font-weight: 600;

  letter-spacing: 1px;

  color: var(--fourth-color);

}



.sub-course-card  h6{

  font-size: 22px;

  font-weight: 500;

  margin-top: 10px;

  position: relative;





}

.sub-course-card  h6:before{

  position: absolute;

  bottom: -10px;

  left: 0;

  width: 100%;

  content: "";

  height: 2px;

  background-color: var(--fourth-color);

}



.traniner-mainbg {

  background: linear-gradient(90deg, rgb(24 24 24 / 72%) 0%, rgb(28 28 28 / 64%) 100%),url('../images/event/price.jpg');

  padding: 60px 0px;

  background-position: center;

  background-size: cover;

}



.trainner-main-bg-heading h2{

  font-size: 45px;

  color: var(--white-color);

  font-weight: 700;

}

.traniner-bg {

  background-color: var(--white-color);

  padding: 20px;

  border-radius: 15px;

}



.content-register h6{

  font-size: 19px;

  margin-bottom: 10px;

}

.content-register{

 

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  margin: auto;

  margin-top: 20px;

  text-align: center;

} 



.qr-img {

  display: flex;



  justify-content: center;

}

.date-section{

  margin-top: 15px;

  margin-bottom: 30px;

  position: relative;

}

.date-section::before{

  position: absolute;

  width: 60%;

  height: 2px;

  bottom: -15px;

  left: 130px;

  margin: auto;

  content: " ";

  background-color: #757575

} 

.date-section h5 {

  font-size: 25px;

  font-weight: 600;

  color: var(--fourth-color);

}

.time-card {

  padding: 0px;

} 



.content-register a{

  color: var(--fourth-color);

}



.price-heading-card {

  text-align: left;

  position: relative;

}

.price-heading-card::before {

  position: absolute;

  bottom: 0;

  background-color: #c0c0c0;

  width: 80%;

  height: 2px;

  left:0;

  content: " ";

}



.price-heading-card h5 {

  font-size: 23px;

  font-weight: 600;

  color: var(--white-color);

} 



.price-heading-card p {

  

  font-weight: 600;

  font-size: 20px;

  display: inline-flex;

 

  color: var(--fourth-color);

}  



.price-heading-card{

  margin-top: 40px;

} 

.price-heading-subcard {

  /* margin-top: 40px; */

  /* background-color: var(--white-color); */

  /*padding: 20px ;*/

  padding-bottom:80px;

  padding-top: 50px;

}

.price-heading-subcard h5{

  font-size: 27px;

  font-weight: 600;

  color: var(--white-color);

} 

.price-heading-subcard p{

 

  font-weight: 600;

  font-size: 30px;

  display: inline-flex;

 

  color: var(--white-color);

  margin: 10px 0px;

}

.price-heading-subcard  span {

 color: var(--white-color);

font-size: 18px;

}



.bootcamp-heading a {

  color: var(--white-color);

}



.accordion-body {

background-image: url('../images/event/abs.jpg');  

background-position: center;

background-size: cover;



}

.main-course-content {

  min-height: 235px;

}



.bootcamp-heading p{

  width: 85%;

  flex-wrap: wrap;

  margin: 30px 0px;

}



.button-enroll {

  margin-top: 25px;

}



.time-sub-card {

  padding-left: 90px;

}



.date-card p {

  font-size: 18px;

  font-weight: 600;

  color: var(--fourth-color);

  text-align: center;

}



.time-card p a {

  color: #000000;

   font-size: 18px;

}



.logo-org{

  display: flex;

  justify-content: end;

  margin-bottom: 20px;

}

.logo-org .logotwo {

     width: 30%;

}



.logo-org img{

  width: 20%;

}



.logone {

  text-align: end;

  display: flex;

  justify-content: flex-end;

}





.programfee {

 width: 250px;

 height: 50px;

  background-color: var(--white-color);

  /*transform: skewY(-5deg);*/

  text-align: center;

 display: flex;

 justify-content: center;

 align-items: center;

 border-radius: 10px;

 position: relative;

}



.programfee h5 {

  color: var(--fourth-color);

  font-size: 27px;

  font-weight: 600;

}



.content-two {



  position: absolute;

  bottom: -50px;



  background-color: var(--fourth-color);

  padding: 5px 20px;

 



  

}



.content-two p{

  font-size: 18px;

} 



/*.logotwo {*/

/*    width:30%;*/

/*}*/

.price-heading-card {

    display:flex;

    justify-content:flex-start;

}



.price-heading-subcard img {

    width:70%;

}



.application-form {

      background-color: #232957;

  border: 0;

  border-radius: 4px;

  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;

  box-sizing: border-box;

  color: #fff;

  cursor: pointer;



  font-size: .9em;

  margin: 5px;

  padding: 10px 15px;

  text-align: center;

  user-select: none;

  -webkit-user-select: none;

  touch-action: manipulation;

  z-index:10;

  position:relative;

} 



.application-form:hover {

    color: #fff;

}

.application-form-section{

    position:fixed;

    bottom: 30px;

    left:20px;

    z-index:10;

    



}





.carousel-foundtional .our_solution_category {

    margin-top:60px;

}

.startup-section-bg h2{

    font-size: 33px;

    font-weight: 700;

    text-align: center;

    margin-top:40px;
    color: #1B2350;



}



.client-img img{

    width:100%;

}

/*.client-img {

   

    text-align: center;

    margin-top:30px;

}*/

.client-img {

    text-align: center;

    margin-top: 30px;

    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),    0 5px 15px 0 rgba(37, 44, 97, 0.15);

    border-radius: 10px;

}

.client-load-section a {

  

    padding:5px 20px;

    color: var(--white-color);

    background-color: var(--fourth-color);

    border-radius: 10px;

}



.client-load-section {

    margin-bottom:40px;

      text-align:center;

          margin-top: 40px;

}





.startup-client-card {

  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;

  

    margin-top: 60px;

}

.startup-client-card:nth-last-child(1) {

  margin-bottom: 60px;

}





.startup-client-content{

   text-align:center; 

   padding: 50px 30px ;

}





.startup-client-content a {

 

    color: var(--second-color);

 

    

}



.linkdine-img {

  display: flex;

  align-items: center;

}

.founder-content {

  text-align: left;

 padding-left: 30px;

 

}

.startup-client-content p{

  text-align: left;

  margin-bottom: 25px;

}



.startup-client-img {

text-align: center;  

}



.founder-content h6{

  color: var(--third-color);

}



.startup-client-img img{

  width: 100%;

}





.media-title {

    

    padding: 10px 10px;

}



.media-bg .client-load-section {

  margin-top: 0px;

}

.startup-client-logo img.img-fluid {

    height: 200px;

    object-fit: contain;

    padding: 10px;

}

.relative{

  position: relative;

  margin-bottom: 50px;

}

.relative .client-load-section {

  position: absolute;

  right: 0;

  top: -32px;

}

.media-bg .relative .client-load-section {

  position: absolute;

  right: 0;

  top: 7px;

}

.media-bg .img-fluid {

    max-width: 100%;

    height: 300px;

    object-fit: cover;

}

@media only screen and (min-width: 320px) and (max-width:768px){

.relative .client-load-section {

    position: unset !important;

    right: 0;

    top: 9px;

}

.bg-video-wrap {

    position: relative;

    overflow: hidden;

    width: 100%;

    height: auto;

    /* background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */

}

.bg-video-wrap video {

    height: auto !important;

    width: 100%;

    min-height: auto;

}

}



.team-memmber-name h6 a {

    color: #000;

}

.d-done {

    display: none !important;

}

.contact-info-text h2 a {

    color: #000;

}

ul.sub-menu1.dropdown-menu.show {

    background: #000;

    margin-left: 45px;

}

.sub-menu1 li {

    padding-left: 0 !important;

}

.menu_body__item_wrapper .menu_list li a:hover {

    background: transparent;

}



.imgBox {

  position: relative;

}



.imgBox.aboutus-img {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    gap: 10px;
}
/* Position arrows centrally */
.slick-prev, .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    position: absolute;
}
/* Optional: Adjust left/right spacing */
.slick-prev {
    left: 0px; /* or adjust as needed */
}
.slick-next {
    right: 0px;
}
.slick-prev, .slick-next {
    background: var(--fourth-color);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    cursor: pointer;
}

.slick-prev:hover, .slick-next:hover {
    background: #eee;
}

/*.aboutus-img1 {

  position: absolute;

  left: 40px;

  width: 450px;

  bottom: -75px;

  z-index: 5;

}*/



/*.aboutus-img2 {

  position: absolute;

  z-index: 7;

  right: 0;

  top: 10px;

  width: 450px;

}*/

.findaccelertor-img img.img-fluid {

  height: 300px;

  object-fit: cover;

}

.sub-menu1 li {

  margin-bottom: 10px !important;

}



/* slider css 19/07*/

.carousel-container {

  overflow: hidden;

  width: 100%;

  max-width: 1340px; /* Adjust as per your design ankit today 18/07/2024*/

  margin: 0 auto; /* Center align the carousel */

}



.carousel-track {

  display: flex;

  transition: transform 0.5s ease;

}



.carousel-item-startup.client-img {

  flex: 0 0 auto; /* Prevent items from growing */

  width: 100%; /*calc(100% / 5) Adjust for 5 items in a row */

  box-sizing: border-box;

  margin: 10px;

}



.logo-slider .carousel-item-startup img {

  max-width: 100%;

  height: 200px;

  display: block;

  margin: 0 auto;

  object-fit: contain;

  padding: 10px;

}



/* Optional: Add CSS styles for carousel navigation buttons */

.carousel-buttons {

  position: relative;

  margin-top: 10px;

  text-align: center;

}

.carousel-buttons button:hover {

  background-color: aqua;

}

.carousel-buttons button:active {

  background-color: white;

}

.carousel-buttons button {

  cursor: pointer;

  padding: 8px 16px;

  margin: 0 4px;

  /*  background-color: #007bff; */

  color: rgb(69, 61, 61);

  border: none;

  border-radius: 4px;

  transition: background-color 0.1s;

}

/*.logo-slider .carousel-prev {*/

/*  position: absolute;*/

/*  top: -133px;*/

/*  left: -45px;*/

/*} meee */

/*.logo-slider .carousel-next {*/

/*  position: absolute;*/

/*  top: -133px;*/

/*  right: -45px;*/

/*} meee */

@media only screen and (min-width: 768px){

  .carousel-item-startup.client-img{

    width : calc(100% /5); /* Adjust the width for desktop screens */

  }
    
  .logo-slider .carousel-prev {

    position: absolute;

    top: -133px;

    left: -45px;

  }

  .logo-slider .carousel-next {

    position: absolute;

    top: -133px;

    right: -45px;

  }

}





.video_section {

  margin-top: 70px;

}



.lndl_title {

  padding-bottom: 25px;

}
.testimonials_sec h5{
    margin-top:10px;
}
.startup-section-bg .client-img p {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin: 10px 0 !important;
}
.footer-bg video {
    min-width: 300px;
    min-height: 200px;
    z-index: 1;
    width: 100%;
}
.navbar.navbar-fixed-top a.nav-link {
    color: #000;
}
section .media-bg {
    background: url('/assets/images/corporate-bg.png');
    z-index: 5;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}
.about-us-bg{
    background: url('/assets/images/corporate-bg.png');
    z-index: -1;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}



/* Position the icons */
.fixed-icons {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
}

/* Style the icons */
.fixed-icons a {
display: inline-block;
margin-left: 10px;
color: #ffffff;
background-color: #007bff;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
font-size: 20px;
transition: all 0.3s ease;
}

.fixed-icons a:hover {
background-color: #0062cc;
}

/* Style the WhatsApp icon */
.fixed-icons a.whatsapp {
background-color: #25d366;
}

.fixed-icons a.whatsapp:hover {
background-color: #128c7e;
}

/* Style the Call icon */
.fixed-icons a.call {
background-color: #dc3545;
}

.fixed-icons a.call:hover {
background-color: #c82333;
}

/* Style the Email icon */
.fixed-icons a.email {
background-color: #ffc107;
}

.fixed-icons a.email:hover {
background-color: #e0a800;
}

.card-block .btn-outline-primary {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.card {
  margin: 20px 0;
}

/* Flip Cards CSS */
.card-container {
  perspective: 700px;
}
.card-flip {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    height: auto;
    transition: all 0.5s ease-out;
    background: #262A59;
    color: #fff;
    border: none;
    padding: 0 0 0 0;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  height: 350px;
  width: 100%;
  border: none;
  text-align: center;
}
.front h4.card-title {
    margin: 0;
    bottom: 0;
    position: absolute;
    padding: 10px 10px;
    background-image: linear-gradient(to top, #162340 20%, rgba(8, 82, 156, 0));
    width: 100%;
}
.front h4.card-title a{
    color: #fff !important;
}
.card-flip .front {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to top, #162340 20%, rgba(8, 82, 156, 0));
    background-size: cover;
    background-repeat: no-repeat;
}

.card-flip .back {
    position: relative;
    z-index: 0;
    transform: rotateY(-180deg);
    justify-content: center;
    align-items: center;
    display: flex;
}
.card-container:hover .card-flip {
  transform: rotateY(180deg);
}
span.heading_style_one {
    color: var(--fourth-color);
}

@media only screen and (min-width: 320px) and (max-width:768px){
.navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #1C214C !important;
        padding: 20px;
    }
    p.mt-3.text-center.w-50.m-auto {
        width: 100% !important;
    }
    .navbar.navbar-fixed-top a.nav-link {
    color: #fff;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--fourth-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
}
@media only screen and (min-width: 1200px) and (max-width:1400px){
.media-title h3 {
    margin: 20px 0px;
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    min-height: auto;
    line-height: 1.4;
}
}
