html, body {
  height: 100%;
}
      
body {
  margin: 0%;
  padding: 0%;
}


.topbar {
  height: 50px;
  width: 100%;
  background-color: rgb(36, 44, 66);

}
.topbar a:hover{ 
color: #e79800;
}

.smicon span a {
  margin-left: 25px;
}


.topcolor{
  background-color:rgb(36, 44, 66) !important;
}

.ncontainer {
  width: 90%;
  margin: auto;
}

/*  */
.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:99;
}

.ncolor {
  background-color: rgb(231, 152, 0);
}



.logo {
  margin-top: 5px;
  height: 60px;
}


/* slider */
.mcrsl{
position: relative;
}

.slider_cont a{
  background: #e79800 !important;
 
}
.slider_cont a:hover {
  background-color: #242c42 !important;
}
.crslbtn{
  top: 50%;
  transform: translateY(-50%);
  right: 37%;
}
.crsrbtn{
  top: 50%;
  transform: translateY(-50%);
  left: 37%;
}
/*  */
.select-wrapper .caret {
  fill: #e79800;
}
.search_box {
  padding: 30px;
  height: auto;
  background-color: #242c42;
}

.grp_logo_box {
  padding: 10px;
  height: auto;
  background-color: #242c42;
}

.search_box_btn {
  border: solid 1px #e79800;
  background: #242c42;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  margin: 5px;
  padding: 10px;
  color: #848da8;

}

.stbr input {
  border: none;
  line-height: 0%;
  height: auto !important;
  border-bottom: none !important;
}

.search_box_btbtn_btn {
  height: fit-content;
  background: #e79800;
  border: solid 1px #e79800;
  padding: 6px 0;
  width: 97%;
  margin: 5px;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  display: inline-block;
  text-align: center;
}

h2 {
  margin-top: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 40px;
  color: #242c42;
  font-family: 'Roboto', sans-serif;
}

.sec2 {
  padding-bottom: 26px;
  padding-top: 87px;
}

.sec22 {
padding-bottom: 30px;
padding-top: 87px;
}


.select-wrapper input.select-dropdown {
  line-height: normal !important;
  color: #848da8;
}


.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 80px !important;
}

/* section4 */

.bg_img {
  background-image: url('../limg/baner.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 90px;
}

.bg_img_os {
background-image: url('../limg/tchr_tesm.png');
/* filter: brightness(70%); */
filter: blur(100%);
/* opacity: 0.5; */
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
text-align: center;
padding-bottom: 40px;
}

.bg_img_stu{

background-image: url('../limg/bg_img_stu.png');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
text-align: center;
padding-bottom: 40px;
}




.os_sec{
padding-top: 0%;
margin-top: -3%;
}

.custom-card {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  background-color: rgb(36, 44, 66)#fff;
  text-align: center;
}

.custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.custom-card i {
  font-size: 40px;
  margin-bottom: 20px;
  color: #777;
}

.custom-card h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.custom-card p {
  font-size: 16px;
  margin-bottom: 0;
  color: #666;
}

.about_btn {
  padding: 6px 30px;
  font-size: 15px;
  color: #e79800;
  font-weight: 600;
  border-radius: 0;
  display: inline-block;
  background: none;
  border: solid 3px #e79800;
}

.about_btn:hover{
background-color:#666 ;
}

.about_us h3 {
  font-size: 23px;
  font-weight: 600;
  color: #e79800;
  margin: 20px 0 10px 0;
  width: 100%;
  display: inline-block;

}

.about_us p {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin: 0 0 30px 0;
}

/* footer */
.social-icons{
  display: flex;
  
}
.social-icons a{
  margin-left: 7px;
  width: 30px;
  height: 30px;
  padding: 4px;
  border: solid 1px #fff;
  color: #fff;
}

.social-icons li a:hover{
  color:#e79800 !important ;
}


/* footer hover */
.foot_hvr  a:hover{
  color:#e79800 !important ;

}
.foot_hvr li a:active{
  color:#000000 !important ;

}
/*  */
.card {
  height: 100%;
}

.card-image {
  position: relative;
}

.image-overlay {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.image-overlay:hover img {
  transform: scale(1.2);
}
.image-overlay:hover .overlay-content {
  opacity: 1;
}
.card-content {
  padding: 20px;
}

.card-action {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.btn-primary {
  padding: 6px 30px;
  font-size: 15px;
  color: #242c42;
  font-weight: 600;
  border-radius: 0;
  display: inline-block;
  background: none;
  border: solid 3px #242c42;
}

.btn-primary:hover {
  background-color: #242c42;
}
.subfooter{
  padding: 7px !important;
}

.testimonial-image{
height: 100px;
width: 100px;
margin: auto;
}
.testimonial{
  padding-top: 30px;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #e0e0e0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}
.slider .indicators .indicator-item.active {
  background-color: #5c2da8;
}

/* our study img */
.osi{
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: -30px;
  border: 1px solid brown;
}
.toolbarele{
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
/* slider teacher */

.slider .slides{
background-color: transparent;
}
.slider {
position: relative;
}/*
.slider-prev-btn {
position: absolute;
top: 50%;
left:-5%;
transform: translateY(-50%);
}
.slider-next-btn {
position: absolute;
top: 50%;
right:-5%;
transform: translateY(-50%);
}

.teachersld{
  display: flex;
  overflow-x: scroll;

} */
.cdwidth{
  width: 200px;
}
.cnt_btn{
margin-bottom: 40px;
}

/* contact form */
.cnt_form{
padding: 5%;
}


/*  */
/* .carousel .carousel-item 
  visibility: hidden;
  width: 300px !important;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;} */

/* second nav */

.secnav {
border-bottom: solid 1px #d3d5d9;
/* margin: 10px 0 0; */
background-color:  #242c42;
padding: 0 0 10px 0;
float: left;
width: 100%;
}
.secnav li {
padding-top: 10px;
list-style: none;

}

/* .secnav a:hover{
color: #e79800;
} */

  
  /* course */
  .bg_imgbaner {
    color: #fff;
    background-image: url('../limg/clg_bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 150px;
  
}


/* coureses card */
.card_corse{
  display: flex;
  padding: 5px;
}
.coma_stu b {
  font-size:20px ;
  font-weight:1000 ;
/* loder  */
}
/* .loader {
  position:fixed;
  top:50%;
  left:50%;
} */

.aspect_ratio{
  aspect-ratio:16/9;
}
.aspect_ratiott{
  aspect-ratio:1/1;
}
.course_card{
  margin: 2% !important ; 
  padding: 20px;
}

.tcr_card_img{
  width: 100%;
  max-height: 370px;
  padding:20px 60px 60px 60px ;
  background-color:blue;
  border-radius: 20px 20px 0px 0px;
}
.card-content_tcr{
  padding: 10px;
  height: 190px;
  overflow: hidden;    
}
.card-content_tc{
  height: 96px;
  overflow: hidden;
}

.timgs{
  width: 150px;
  height: 150px;
}

/* notification */

.notifi_box {
  padding: 10px !important;
  height: auto !important;
  background-color: #e79800 !important;

  font-size: 20px !important;
}

.notifi_box_noti {
  color: #242c42 !important;
}


/* notofication bar header */

.notifica_bar {
  margin-top: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #333333;
  background: #dddddd;
  border: none;
  outline: none;
  border-radius: 50%;
}

.notifica_bar :hover {
  cursor: pointer;
}

.notifica_bar:active {
  background: #cccccc;
}

.notifica_bar_badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* end */
.card-contcustom{
height: 150px !important;
overflow: hidden;

}
/* done undone */
.costum_model .modal-content {
  width: 50%;
  margin: auto;
  margin-top: 60px;
  background-color: whitesmoke;
  padding: 20px;
  border-radius: 5px;
  border: none;

}

.costum_model .modal-header {
  border-bottom: none;
  position: relative;
}

.costum_model h4.modal-title {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}

.costum_model .modal-body {
  text-align: center;
}

.costum_model .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}

.costum_model .icon-box {
  color: #fff;
  /* position: absolute; */
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.costum_model .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}

/* school collage banne */
.scl_bannr_div{
  color: #fff;
  background-image: url('../limg/scl_bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 70px;
}


