.my_font{
  font-family: 'SolaimanLipi', sans-serif!important;
}

p{
  text-align: justify;
  text-justify: inter-word;
}

#msgSubmit{
  font-family: 'SolaimanLipi', sans-serif!important;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'SolaimanLipi', sans-serif!important;
}

td{
  font-family: 'SolaimanLipi', sans-serif!important;
}

#routine_content table{
  width: 100%;
}

#routine_content table td{
  padding : 8px 5px;
  border: 1px solid gray;
  color: black;
}

#routine_content table td h1, h2, h3, h4, h5, h6, p{
  margin: 0px!important;
}

#routine_content{
  min-width: 1000px;
  padding: 10px 3px;
}


@media (max-width:1000px) {
  #routine_area{
    overflow-x: overlay;
  }  
}


label{
  font-family: 'SolaimanLipi', sans-serif!important;
  margin-bottom: 2px; 
  color: #000;
  font-weight: bold;
}

label span{
  color: red;
}

.form-control{
  font-family: 'SolaimanLipi', sans-serif!important;
}
li{
  font-family: 'SolaimanLipi', sans-serif!important;
}

.nav-link{
  font-family: 'SolaimanLipi', sans-serif!important;
  color: black!important;
}


.web_logo{
  max-height: 75px;
}
.login_admin{
  display: none;
}

@media only screen and (max-width: 991px) {
  .web_logo{
    max-height: 50px;
  }
  .navbar-area{
    margin: 0px!important;
  }
  .login_admin{
    display: block;
  }
}

.text-gradient{
  background-image: linear-gradient(310deg,#7928ca,#ff0080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* =============== Lighting Text ============== */


.lighting_text{
  color: #fff6a9;
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
  position: relative;
  animation: animate 2s ease-in-out infinite;
}
@keyframes animate{
  20%, 24%, 55%{
      color: #111;
      text-shadow: none;
  }
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100%{
      color: #fff6a9;
      text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
  }
}



/* ============== Feature Card ============ */


.feature_card .card-body{
  width: 100%;
  height: 255px;
  overflow: hidden;
}

.card{
  box-shadow: 1px 0px 14px 0px #e7d6d6;
  background: white;
  transition: all .5s;
}

.card h3{
  transition: all .5s;
}

.card-border{
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px dashed #fff!important;
  transform: translate(-0px, -0px);
  -webkit-transform: translate(-0px, -0px);
  -moz-transform: translate(-0px, -0px);
  -ms-transform: translate(-0px, -0px);
  -o-transform: translate(-0px, -0px);
  z-index: -1;
  transition: .2s all;
}


.out_border:hover .card-border{
  border: 4px dashed #ff0080!important;
  transform: translate(-15px, -15px);
  -webkit-transform: translate(-15px, -15px);
  -moz-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  -o-transform: translate(-15px, -15px);
  z-index: -1;
}

/* .inner_border:hover .card-border{
  width: 96%;
  height: 96%;
  border: 3.5px dashed #fff!important;
  transform: translate(5px, 5px);
  -webkit-transform: translate(5px, 5px);
  -moz-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
  z-index: 1;
} */

.card:hover{
  background: linear-gradient(310deg,#7928ca,#ff0080);
  color: white!important;
  cursor: pointer;
}
.card:hover h3{
  color: white!important;
}
.card:hover h5{
  color: white!important;
}

.teachar_card p{
  text-align: center;
}



/* ============ footer ================ */

.fa-map-marker{
  padding: 10px 12px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.fa-envelope{
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.fa-phone{
  padding: 10px 11px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}


/* ============ About Us ============== */


#about_us{
  background-image: url(https://venngage-wordpress.s3.amazonaws.com/uploads/2018/09/Colorful-Geometric-Simple-Background-Image.jpg);
  background-size: cover;
  background-position: center;
}
.text_area{
  background: linear-gradient(310deg,#7928ca,#ff0080);
  color: white;
  margin: 10px;
  padding: 20px;
  border-radius: 5px;
}
.text_area h2{
  color: #0dcaf0;
}
.text_area p{
  padding-top: 20px;
}


/* ======================== Stitick Card ============================== */


.statick_filed{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(310deg,#7928ca,#ff0080);
  transition: .5s;
}



/* ========================= Notice Card =============================== */

.notice_card{
  border-left: 5px solid #fff;
  border-bottom: 1px solid #f6e5e5;
  background: linear-gradient(to right, #22105f 50%, white 50%);
  background-size: 200% 100%;
  background-position: bottom right;
  transition: 1s;
}
.notice_card h5{
  transition: 1s;
}
.notice_card span{
  transition: 1s;
}

.notice_card:hover{
  border-left: 5px solid red!important;
  background-color: #22105f;
  padding-left: 15px!important;
  background-position: left bottom;
}
.notice_card:hover h5{
  color: white!important;
}
.notice_card:hover span{
  color: white!important;
}


/* ========================= Teachar Card ======================= */


.teachar_card{
  overflow: hidden;
}
.teachar_card h5{
  transition: .5s;
}

.teachar_card img{
  width: 100px;
  width: 100px;
  border-radius: 5px;
  border: 2px solid #fff;
  margin: 10px 0px;
  box-shadow: 0px 0px 14px 1px;
}

.teachar_card:hover h5{
  color: white;
}

/* ==================== Page Heading =================== */


.page_heading_mobile{
  display: none;
}
.page_heading_laptop{
  display: block;
  width: 300px;
  margin-top: -55px!important;
  z-index: 1;
  background-image: linear-gradient(310deg,#7928ca,#ff0080);
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px;
  color: white;
}

@media only screen and (max-width: 1198px) {
  .page_heading_mobile{
    display: block;
  }
  .page_heading_laptop{
    display: none;
  }
}


/* ===================== Gallery CSS =================== */

.gallery_card{
  margin-top: 20px;
  border-radius: 0px;
  border: 3px solid #ed068a;
}
.gallery_title{
  color: white;
  background-image: linear-gradient(310deg,#7928ca,#ff0080);
}

.card-img-overlay{
  visibility: visible;
  transition: 1s;
}
.card-img-overlay h3{
  color: white;
  visibility: hidden;
  transition: .5s;
}
.card-img-overlay p{
  visibility: hidden;
  transition: .5s;
}

.gallery_card:hover.card{
  background: transparent;
  z-index: 1000;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.gallery_card:hover .card-img-overlay{
  visibility: visible;
  background: #ed068a;
}
.gallery_card:hover .card-img-overlay h3{
  visibility: visible;
}
.gallery_card:hover .card-img-overlay p{
  visibility: visible;
}





/* ==================== Download Area ================ */

.download_area{
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #dfd6d6;
}
.download_area h5{
  margin: 0px;
}


@media only screen and (max-width: 768px) {
  .download_area h5{
    font-size: 14px!important;
  }
}



/* ==================== Admission ================== */

.submit_btn{
  background-color: #c0bbd1;
  color: black;
  border-radius: 0px;
  font-weight: bold;
  padding: 8px 20px;
  transition: .5s;
}

.submit_btn:hover{
  background-color: #22105f;
  color: white;
}


#loader{
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: none;
  opacity: 1;
  background-color: rgba(0,0,0,0.8);
  z-index: 10000;
  text-align: center;
}

#loader .loder_content_section{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  padding: 20px;
  border-radius: 5px;
  background-color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 10000;
}

/* =================  =================== */


.null_input{
  background-color: red!important;
  color: white;
}


/* ================= Class Card ============= */

.class_card {
  height: 400px;
  width: 100%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  border: 4px solid #fff;
  margin-bottom: 20px;
  background-size: cover;
  filter: drop-shadow(2px 4px 6px black);
  
  @include media {
    height: 500px;
  }
}

.inner h2{
  color: #fff;
  transition: 2s;
}

.inner {
  width: 100%;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  background: rgba(0,0,0,0.5);
  border-left: 4px solid #ff0080;
  border-right: 4px solid #ff0080;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 15px;
  overflow: hidden;
  transition: 2s;
  
  @include media {
    width: 50%;
    height: 100%;
  }
}
.inner:hover{
  background: #ff0080;
  color: white!important;
  transform: scale(1.1);
}
.inner:hover h2{
  color: white!important;
}

.inner button{
  width: 150px;
  padding: 12px!important;
}



/* ========================= Book Card ======================== */




#list-th{
  display: contents!important;
}

.book {
  display: inline-block;
  width: 250px;
  height: 400px;
  box-shadow: 0 0 20px #aaa;
  margin: 25px;
  padding: 10px 10px 0 10px;
  vertical-align: top;
  transition: height 1s;
}

/* star button */
.cover {
  border: 2px solid gray;
  height: 80%;
  overflow: hidden;
}

.cover img {
  width: 100%;
  height: 100%;
}

.book p {
  margin-top: 12px;
  font-size: 18px;
  text-align: left;
  word-break: break-word;
}

.book .author {
  font-size: 15px;
}
@media (max-width: 941px) {
  .book {
    margin: 49px;
  }
}
@media (max-width: 730px) {
  .book {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }
  .cover {
    
  }
}

#list-th:target .book {
  height: 100px;
  width: 250px;
  padding: 10px;
  margin: 25px auto 25px auto;
}

#list-th:target .cover {
  width: 246px;
}

#list-th:target img {
  opacity: .1;
}

#list-th:target p {
  margin-top: -62px;
  margin-left: 20px;
}
/* remove button? */
#large-th:target .book {
  height: 400px;
}

.description{
  transition: 1s;
}

.description:hover{
  background: white;
  padding-left: 5px;
  transform: scale(1.5);
  filter: drop-shadow(2px 4px 6px black);
}


.student_image{
  margin-top: 30px;
  height: 150px;
  width: 150px;
  box-shadow: 0px 0px 4px;
  border: 3px solid black;
}


#institute_logo{
  height: 120px;
}


.small_screen{
  display: none;
}

@media only screen and (max-width: 768px) {
  .small_screen{
    display: block!important;
  }
  .large_screen{
    display: none!important;
  }
  .sticky_none{
    top: 0px!important;
  }
}