* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "SolaimanLipi", Poppins;
  position: relative;
  background: #f2f2f2;
  font-size: 15px;
  font-weight: 400;
}

ul,
ol {
  padding-left: 0px !important;
}

/* header top CSS */
.header-top {
  background: #1d9bf0;
  padding-left: 7px;
  padding-right: 15px;
}

.header-top-right {
  padding-right: 0px;
}

.header-top-right ul {
  height: 40px;
  list-style: none;
  margin: 0px;
}

.header-top-right ul li a {
  background: #ffffff;
  padding: 5px 30px;
  margin-left: 10px;
  text-decoration: none;
  color: #202c45;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-top-right ul li a:hover {
  background: #ff8040;
  color: #edf5e1;
}

.header-contact ul {
  list-style: none;
  margin-bottom: 0px;
}

.header-contact ul li {
  line-height: 40px;
}

.header-contact ul li a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Poppins";
  transition: all 0.3s linear;
}

.header-contact ul li a i {
  background: #fffcfb;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 15px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-contact ul li a span {
  transition: all 0.3s linear;
}

.header-contact ul li a i.fa-facebook-f {
  color: #3659a3;
}

.header-contact ul li a i.fa-twitter {
  color: #1d9bf0;
}

.header-contact ul li a i.fa-youtube {
  color: #c93226;
}

.header-contact ul li a i.fa-solid.fa-phone {
  margin-right: 2px !important;
  color: #e01245;
}

.header-contact ul li a i.fa-solid.fa-envelope {
  margin-right: 7px !important;
  color: #e01245;
}

.header-contact ul li a span {
  font-size: 14px;
  margin-right: 10px;
  transition: all 0.3s linear;
}

.header-contact ul li a i:hover {
  background: #0b1d51;
  color: #ffffff !important;
}

/* Banner CSS */
.banner {
  background: #006bff;
  padding: 25px 15px 20px 15px;
  color: #ffffff;
}

.banner-left {
  width: 100px;
}

.ins-name h1 {
  margin: 0px;
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.ins-name h3 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.ins-name h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0px;
}

.banner-right {
  width: 100px;
  margin-left: auto;
}

.ins-name h5 {
  font-family: "Poppins";
  font-size: 16px;
  margin-top: 10px;
}

.banner-right ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.banner-right ul li {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
}

span#clock,
span#clock2 {
  color: #fdc81a;
  font-weight: 700;
}

.swiper {
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin: 50px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #ddd;
}

/* menubar start */

.menubar .container-fluid{
  background-color: #1d9bf0;
  line-height: normal;
}

.menubar .navbar {
  background-color: #1d9bf0;
  
}

.menubar { 
  position: sticky;
  z-index: 9999;
  width: 100%;
  top:0px;
} 

.menubar .navbar .dropdown-menu {
  background-color: #1d9bf0;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
}
.navbar-nav .nav-item a .active{
  color: #190251e6;
}

/* menubar end */

/* news section start */
.news .shironam {
  background-color: #c93226;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  text-align: center;
}

.news .news-content {
  background-color: #3659a3;
  color: #ffffff;
  padding: 0;
}
.news .news-content a {
  background-color: #3659a3;
  color: #ffffff;
  padding: 0;
  text-decoration: none;
  line-height: 60%ex;
}
/* news section end */

/* Notice Section Start */

.notice table tr td .download_sty, .fa-solid .fas {
    font-size: 14px;
    
}

.notice table tr td .download_sty {
    color: #000;
    border: 2px solid green;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.notice table tr td a:hover, a:active {
    background-color: green;
    color: white;
    text-decoration: none;
    text-size-adjust: inherit;
}

/* Notice Section End */



/* speech start */

.title-divider {
  font-size: 20px;
  font-weight: 600;
  color: #202c45;
  position: relative;
  margin-bottom: 70px;
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.title-divider:hover {
  animation: rotateText 5s linear infinite; /* Apply the animation */
  transform-origin: center center; /* Ensure rotation around the center of the text */
}

.title-divider::before {
  content: "";
  position: absolute;
  background: #d50d3f;
  width: 200px;
  height: 2px;
  bottom: -20px;
  left: 50px;
}

.title-divider::after {
  content: "";
  position: absolute;
  background: #202c45;
  width: 15px;
  height: 15px;
  bottom: -15px;
  text-align: center;
  transform: rotate(45deg);
  left: 145px;
  bottom: -25px;
}

.speech-title {
  background: #0b1d51;
  color: #ffffff;
  font-size: 3vh;
  padding: 10px;
  text-transform: capitalize;
  text-align: center;
}
/* speech end */

/* Teacher Section Start */
.teacher-section .card {
  width: 12rem;
}

.teacher-section .card {
  margin: 10px 10px;
}

.teacher-section .card img {
  border-radius: 50%;
}

.teacher-section .card .teacher-badge {
  top: 120px;
  right: 30px;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 0.7rem;
  position: absolute;
}
.teacher-section .card img:hover {
  background: #006bff;
}
/* Teacher Section End */

/* committe section Start */
.committe-section .card {
  width: 12rem;
}

.committe-section .card {
  margin: 10px 10px;
  position: relative;
}

.committe-section .card img {
  border-radius: 50%;
}

.committe-section .card .teacher-badge {
  top: 120px;
  right: 30px;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 0.7rem;
  position: absolute;
}

/* committe section End */

/* 4th Staff Section Start */
.staff-section .card {
  width: 12rem;
}
.staff-section .card {
  margin: 10px 10px;
  position: relative;
}

.staff-section .card img {
  border-radius: 50%;
}

.staff-section .card .teacher-badge {
  top: 120px;
  right: 30px;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 0.7rem;
  position: absolute;
}
/* 4th Staff Section End */

/* Playground Start */
.playground-section .card {
  width: 25rem;
}

.playground-section .card {
  margin: 15px 5px;
  position: relative;
}

.playground-section .card img {
  border-radius: 5%;
  margin-top: 5px;
}
/* Playground End */

/* Gellary Section Start */

.gellary-section .card {
  width: 25rem;
}

.gellary-section .card {
  margin: 15px 5px;
  position: relative;
}

.gellary-section .card img {
  border-radius: 5%;
  margin-top: 5px;
}
/* Gellary Section End */

/* Footer Start */
.top-footer {
  background: #22253a;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-area-1 {
  padding-right: 40px;
}

.footer-area-1 h1,
.footer-area-2 h1,
.footer-area-3 h1,
.footer-area-4 h1 {
  color: #ffffff;
  font-size: 19px;
  border-left: 3px solid #f2184f;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.footer-area-1 p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: justify !important;
}

.footer-area-2 ul li a{
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  padding-left: 1rem;
}

.footer-area-3 {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  padding-left: 1rem;
}

.footer-area-3 .contact-info li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.footer-area-4 iframe{
  padding-left: 30px;
}



.social-icon ul {
  list-style: none;
  padding: 0px;
}

.social-icon ul li a {
  background: #edf5e1;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 16px;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-area-2 {
  padding-left: 0px;
}

.bottom-footer {
    background-color: #10121e;
    padding: 5px 0; 
    line-height: 10px;
    padding-top: 20px;
}

.bottom-footer p{
  color: #fff;
}

.bottom-footer p a{
  text-decoration: none;
  color: #0be937;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color:#006bff;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.back-to-top:hover{
  background-color:   #2804f5e2;
  color: #fdc81a;
  transform: translateY(-3px);
}


