.cls_programms{
  overflow: visible;
}
.canimgbox{
  cursor: pointer;
}
.error-msg{
  padding: 8px;
  font-family: 'Montserrat';
  font-size: 16px !important;
  line-height: 22px;
}
.clsadmissteps { display: none; }
.clsadmissteps.active { display: block; }
.wpcf7-not-valid-tip{
  display: none !important;
}
.cls_single_page{
  margin-top: 280px;
  margin-bottom: 50px;
}
.cls_single_page p{
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  color: #717171;
}
.cls_single_page h1, .cls_single_page h2, .cls_single_page h5{
  font-size: 30px;
  line-height: 28px;
  font-family: 'Alkatra';
  color: #4D4D4D;
  margin: 30px 0px;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.commonslider .owl-nav button:hover{
  background-color: #946244 !important;
}
.clscard {
  transition: transform 0.3s ease;
}
.cpointlist li {
    color: #717171;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.section-osf1 video{
  width: 100%;
  height: 812px;
  object-fit: cover;
}
.input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  /* margin: 0 50px; */
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.input-box.open {
  max-width: 170px;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.input-box.open input {
  padding: 0 15px 0 60px;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.input-box.open .search {
  border-radius: 6px 0 0 6px;
}
.search .search-icon {
  font-size: 30px;
  color: #006DB8;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #006DB8;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}
.cls_search_data{
  margin-top: 40px;
}
.cbtn a{
  color: #1E1E1E;
}
.cbtn:hover a{
  color: #ffffff;
}
.post-navigation{
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
  .cls_single_page img{
  width: 100%;
}
.cls_serach_mob{
  display: flex;
  justify-content: space-between;;
  align-items: center;
}
.cls_serach_mob .search-form{
  margin-top: 10px;
}
.cls_serach_mob .input-box.open input{
  padding: 0 15px 0 15px;
}
.cls_serach_mob .input-box .close-icon{
  right: 0px;
}
.contectus-page .error-msg{
  font-size: 14px !important;
}
.section-osf1 {
  position: relative;
}

.playbtn {
  opacity: 0;
}

/* Show play icon only when hovered */
.section-osf1:hover .playbtn {
  opacity: 1;
}
.playbtn.paused {
  background-image: url('pause-icon.svg');
}
.custnav a.active.clsvanacust {
    color: #006DB8 !important;
    font-weight: normal !important;
}


@media only screen and (max-width: 767px){
  .post-navigation{
    flex-direction: column;
    gap: 10px;
  }
.cls_single_page{
  margin-top: 186px;
}
}