
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.headertext{
  color:white;
  position:absolute; 
  text-shadow:5px 5px 10px #000000;
  font-family: Times New Roman, Times, serif;
  font-weight: bold
}
.headertext.h1{
  font-size:5vw; 
  padding-top:15%; 

}
.headertext.h2{
  font-size:3vw; 
  padding-top:25%; 

}
.side {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  background-color: white;
  padding: 10px;
    
}

/* Main column */
.main {   
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
  background-color: white;
  padding: 20px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

*,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  @media screen and (max-width: 700px) {
  .row {   
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
            .col-sm-2{
                display: none;
            }
        }
@media screen and (max-width: 500px) {
            .card2-body:li{
                font-size: 15px;
            }
        }    
  .card1
{

background: #f2f3f4;
width: 100%;
display: block;
transition: 1s;
float:left;
border: 1px solid #b3b6b7;

}
.card1:hover
{
transform: scale(1.1);
background:  #ecf0f1;
box-shadow: 2px 2px 2px #000;
z-index: 2;

  } 

  @media screen and (max-width: 500px) {
            .card{
                margin-top: 20px;
            }
        }


  .card2
{
border-radius: 5px;
background: #fff;
width: 100%;
display: block;
transition: 1s;
float:left;
border: 1px solid #b3b6b7;
text-align: left;
padding: 40px;
margin-top: 20px;
 line-height: 200%;
}

.card2:hover
{
transform: scale(1.1);
background:  #fff;
box-shadow: 2px 2px 2px #000;
z-index: 2;

  } 
.slide-container{
  max-width: 1120px;
  width: 100%;
  background-color: #fad7a0;
  padding: 40px 0;
}
.slide-content{

  margin: 0 40px;

  overflow: hidden;
}

.card{
  
  border-radius: 5px;
  background-color: #FFF;
}

.image-content,
.card-content{
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 10px 14px;
}

.image-content{
  row-gap: 5px;
  position: relative;
  padding: 25px 0;
  
}

.overlay{
  position: absolute;
    left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px 25px 0 25px;
  background-color: #4070F4;
}
.overlay::before,
.overlay::after{
  content:'' ;
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}

.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #fff;
}
.card-image{
  position: relative;

  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;

}
.card-image .card-img{
height: 100%;
width: 100%;
object-fit: cover;
border-radius: 50%;
border: 4px solid #4070F4;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center; 
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;

}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover{
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 40px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;

}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn {   
    display: none;
  }
}
  .card2
{

background: #fff;
width: 100%;
display: block;
transition: 1s;
float:left;
border: 1px solid #b3b6b7;
text-align: left;
padding: 40px;
margin-top: 20px;

}
  .card3
{
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background: #fff;
width: 100%;
display: block;
transition: 1s;

border: 1px solid #b3b6b7;
text-align: center;

margin-top: 20px;
}
         table {
  border-collapse: collapse;
  width: 100%;
}



tr:nth-child(even){background-color: #f2f2f2}

tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 5px; 
  border: 1px solid #ccc; 
  text-align: center; 
  font-size: 20px;
}


tr:hover {background-color: coral;}

@media screen and (max-width: 500px) {
            .noticehead{
                height: auto;
                width: 15%;
            }
        }

