
/* navbar hover start */
header.navbar .navbar-nav .nav-item {
    position: relative;
  }
  header.navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
   
    margin: auto;
    background-color: #000000;
    width: 0%;
    content: "";
    height: 4px;
  }
  
  header .navbar .navbar-nav .nav-item:hover::after {
    width: 40%;
  }
  header .navbar .navbar-nav .nav-item:active::after {
    width: 40%;
  }
  header  .navbar .navbar-brand img {
    width: 80%;
    height: auto;
    margin-left: 10%;
}
header.sticky .navbar .navbar-brand img {
    width: 80%;
    height: auto;
    margin-left: 10%;
}
header  .navbar .navbar-brand .nav-image {
    width: 13%;
    height: auto;
    background-color: #000000;
    border: #000000;
    padding-bottom: 1%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: absolute;
    margin-top: -2%;
    box-shadow: 0 2px 0px -1px rgb(0 0 0 / 10%);
}
.bg-light {
    background-color: #f7f7f7!important;
    box-shadow: 13px 0px 12px 0px #d5d5d5;
}
@media screen and (max-width:778px){
    header   .navbar .navbar-brand img {
        width: 60%;
        height: auto; 
        margin-left: 0%;
    }
    header   .navbar .navbar-brand .nav-image {
    width: 60%;
    height: auto;
    background-color: transparent;
    border: 1px solid transparent;
    padding-bottom: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    position: static;
    margin-top: 0%;
    box-shadow: 0 0 0px 0px rgb(0 0 0 / 10%);
    }
}
/* navbar hover end */
header {
    position: fixed;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 1000;
    background-color: #000000;
}
header .navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 18px;
}
header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #175955;
    font-weight: bold;
}
header .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    font-weight: bold;
    color: #175955;
}
header .btn-outline-success {
    color: #ED6B5E;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
}
header .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
}
header .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #00000000;
}
header .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #00000000;
}

@media screen and (max-width:778px){
    header  .navbar .navbar-brand img {
        width: 100%;
    height: auto;
    margin-top: 0px;
}
header {
    position: fixed;
    /* width: 100%; */
    transition: all 0.4s ease;
    z-index: 1000;
    background-color: #000000;
    height: auto;
}
header.sticky .navbar .navbar-brand img {
    width: 100%;
    height: auto;
    margin-left: 2%;
}
header.sticky .navbar .navbar-brand .nav-image {
    width: 23%;
    height: auto;
    background-color: #000000;
    border: #000000;
    padding-bottom: 1%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: absolute;
    margin-top: -2%;
    box-shadow: 0 2px 0px -1px rgb(0 0 0 / 10%);
}

}


/* banner start */
.program-banner{
    /* background-image: url(../images/blog/education-day-assortment-with-copy-space.png);
    background-size: contain;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center; */
    background-image: url(../images/program/programbanner.png);
    background-size: contain;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
	background-color: #f7f7f7;
}
.program-banner h1{
	color: #fff;
    font-size: 70px;
    text-align: left;
    padding-top: 184px;
    padding-right: 0%;
    font-family: 'gilroy-extrabold', sans-serif;
    font-weight: bold;
    margin-left: 46%;

    margin-top: 10%;
}
/* banner end */
/* section1 start */

.display{
	display: flex;
	flex-wrap: wrap;
}


@media only screen and (max-width: 600px) {

	.display{
		display: flex;
		flex-wrap: wrap;
	}

	.programdetail-card{
		margin-bottom: 30px;
	}

  }


  
@media  (min-width:601px)  and (max-width:991px) {

	.display{
		display: flex;
		flex-wrap: wrap;
	}

	.programdetail-card{
		margin-bottom: 30px;
	}


	.program-banner{
		/* background-image: url(../images/blog/education-day-assortment-with-copy-space.png);
		background-size: contain;
		height: 100vh;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center; */
		background-image: url(../images/blog/education-day-assortment-with-copy-space.png);
		background-size: contain;
		height: 36vh;
		width: auto;
		background-repeat: no-repeat;
		background-position: center;
	}
	.program-banner h1{
		color: #fff;
		font-size: 36px;
		text-align: initial;
		padding-top: 164px;
		padding-right: 0%;
		font-weight: bold;
		margin-left: -168px;
	}

  }

.program-card{
	background-color:#fff;
	border-radius: 50px;
	padding: 20px 10px 15px 10px;
}

.menu-card{

	text-align: center;
	border-radius: 35px;
	padding: 5px 0;
	color:#175955 ;
}

.menu-card:hover{
	background-color: #175955;
	color: #fff;
}

.card-detail{
	margin-top: 30px;
	text-align: center;

}

.programdetail-card .time{
    display: flex;
    justify-content: space-between;
    padding: 2px 10px;
}

.programdetail-card{
    background-color: #b3e26b59;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
    height: 635px;
    margin-bottom: 21px;
    position: relative;
}

.programdetail-card h6{
	font-size:18px;
	font-weight:700;
	margin-top: 20px;
    height: 34px;
}

.programdetail-card h5{
	font-size: 18px;
	text-decoration: underline;
	margin-top: 20px;
}

.programdetail-card .parra-height{
    /* height: 70px; */
}
.programdetail-card .bg-part{
    background-color: #ffffff;
    /* height: 470px; */
    border-radius: 15px;
    padding: 10px;
}
.lesson-details{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    overflow-y: auto;
    height: 333px;
}
/* width */
.lesson-details::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  .lesson-details::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .lesson-details::-webkit-scrollbar-thumb {
    background: #175955; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .lesson-details::-webkit-scrollbar-thumb:hover {
    background: #175955; 
  }

.lesson-details hr{
width: 70%;
margin-top: 1px;
margin-bottom: 1px;
}
.lesson-details p{
	/* font-weight: bold;	 */
	font-size: 16px;
    padding: 5px;
}



.duration{
	background-color:#ffffff;
	border-radius: 15px;
	margin-top: 20px;
}

.duration span{
	text-decoration: underline;
	font-weight: bold;
}

.program-section1{
	background-color: #f7f7f7;
padding-bottom: 10px;
padding-top: 10px;
}

.menu-card h3{
	font-size: 22px;

}


@media screen and (max-width:998px){
    .program-banner {
		background-image: url(../images/blog/education-day-assortment-with-copy-space.png);
		background-size: contain;
		height: 36vh;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
    }
    .program h1 {
        color: #fff;
        font-size: 80px;
        text-align: left;
        padding-top: 131px;
        padding-right: 0%;
        padding-bottom: 0px;
        font-weight: bold;
        margin-left: 10%;
        margin-bottom: 43%;
        margin-top: 10%;
    }
  

@media screen and (max-width:778px){
    .program-banner h1 {
        /* margin-top: 60%; */
        margin: auto;
        text-align: center;
        color: #fff;
        font-size: 28px;
        padding-top: 150px;
        padding-right: 30%;
        padding-bottom: 50px;
        font-weight: bold;
    }
    .program-banner {
        background-image: url(../images/blog/education-day-assortment-with-copy-space.png);
        background-size: cover;
        height: auto;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

}

