* {
    font-size: 18px;
    font-family: Kalpurush;
}



@font-face {
  font-family: Kalpurush;
  src: url(kalpurush.ttf);
}




html {
  scroll-behavior: smooth;
}


.fk {
    font-family: Kalpurush;
}

.head_top_a_con {
    display: flex;
    justify-content: space-between;
    padding: 6px;
}
.oreq {
    padding-right: 20px;
    padding-left: 20px;
}
.head_top_academy {
    background-color: #273b5f;
}
.academy_info_top {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
}


.w3-dropdown-content {
    color: #ffffff;
    background-color: #195d97;
    z-index: 100;
    border: 1px dashed white;
    border-top: none;
    text-decoration: none;
}


.container.w3-card-4.p-0 {
    background-color: #edfbff;
}


.top_menu.w3-purple.w3-caed-4 {
    position: sticky;
    top: 0;
    z-index: 100;
}

.acanamefs {
    font-size: 2.3vw;
}




a.w3-bar-item.w3-button {
    text-decoration: none;
}



.totice_marquee {
    display: flex;
}

.top_menu.w3-blue-gray {
    border-top: 2px dashed #e964cd;
    border-bottom: 2px dashed #e964cd;
}


.con_body {
    background-image: url(./src/image/dimension.png);
    background-color: #dee7f3;
}


.con_body .container {
    border-left: 2px dashed #efb397;
    border-right: 2px dashed #efb397;
    background: #f6fff7;
}

.carousel-item {
    height: 370px;
}


.PMessageTxt {
    height: 215px;
    overflow: hidden;
}



.tjw {
    text-align: justify; text-justify: inter-word;
}


.aca_eng_name {
    font-family: ui-monospace;
}



#scrdownbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scrdownbtn:hover {
  background-color: #555;
}






@media only screen and (max-width: 800px) {
  .smd_none {
    display: none;
  }
  
  .acanamefs {
      font-size: 25px;
  }
}

@media only screen and (min-width: 800px) {
    
    .mobilenav {
      display: none;
  }
  
}





.pin_sir_photo {
    width: 100%;
    border: 2px dashed blue;
    animation: pin_sir_photoani 7s linear infinite;
    height: 215px;
}
@keyframes pin_sir_photoani {
  50% 
  {
      border: 2px dashed red;
      border-radius: 25px;
      background: #8ec7f9;
  }
}



.purtitle{
    font-size: 30px;
    position: relative;
    color: green;
    font-weight: bold;
    animation: purtitleani 8s linear infinite;
}
@keyframes purtitleani {
  50% 
  {
      color: red;
      letter-spacing: 5px;
  }
}






/* Text Animation absolute */
.animate_charcter
{
  text-transform: uppercase;
  background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 6s linear infinite;
  display: inline-block;
}
@keyframes textclip {
  from {
    background-position: 200% center;
  }
}
