@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&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&family=Roboto+Slab:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #6a7a83;
  overflow-x: hidden !important; }

p {
    font-weight: 400;
    line-height: 28px;
    font-size: 15px;
    color: #000;
    font-family: Poppins;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333146;
  font-family: "Poppins", sans-serif;
  margin: 0; }

h2 {
  font-weight: 700;
  font-size: 36px; }
h4, .h4 {
    font-size: 1.25rem;
    font-family: Poppins;
    color:#000;
}
a,
a:hover,
a:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none; }

ol,
ul {
  margin: 0;
  padding: 0; }

ol li,
ul li {
  list-style: outside none none;
  list-style-type: none; 
  color:#000;
  font-family: Poppins;
  font-size: 14px;
}

.display-2{
    font-size:25px;
    color:#CC0000;
    font-family: 'Roboto Slab';
    letter-spacing: 0.03em;
    padding:10px;
    text-align: center;
    font-weight:700;
}

.display-3{
    font-size:15px;
    color:#CC0000;
    font-family: 'Roboto Slab';
    letter-spacing: 0.03em;
    padding:10px;
    text-align: center;
    font-weight:700;
}

.display-4{
    font-size:18px;
    color:#CC0000;
    font-family: 'Roboto Slab';
    letter-spacing: 0.03em;
    padding:10px;
    text-align: center;
    font-weight:700;
}

.display-5{
    font-size:16px;
    color:#CC0000;
    font-family: 'Roboto Slab';
    letter-spacing: 0.03em;
    padding:10px;
    text-align: left;
    font-weight:700;
}

.text-card{
    color:#000;
    font-size: 18px;
    font-family:'Poppins';
    text-transform: capitalize;
    letter-spacing: 0.02em;
    font-weight:500;
}

.table thead th {
    color:#000;
    border:1px solid #B9B7BD !important;
    font-size:14px;
    text-align: center;
}

.table tbody td {
    color:#000 !important;
    border:1px solid #B9B7BD !important; 
}

.table tbody td a{
    color:#0E86D4;
    font-weight:500;
    font-size:16px;
}

.table tbody td a:hover{
    color:#CC0000;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    font-family:Poppins;
}
  
.form-check-label{
    margin-bottom: 0.5rem;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    font-family:Poppins;
}

.form-control {
    display: block;
    width: 90%;
    padding: 0.5rem ;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    -webkit-appearance: #CC0000;
    -moz-appearance: #CC0000;
    appearance: #CC0000;
    border-radius: 0.375rem;
    transition: 0.2s ease;
}
    
.form-control:focus {
  border-color: #FF0000;
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);*/
}

.input-file {
    display: block;
    width: 90%;
    padding: 0.5rem ;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    -webkit-appearance: #CC0000;
    -moz-appearance: #CC0000;
    appearance: #CC0000;
    border-radius: 0.375rem;
    transition: 0.2s ease;
}

.input-file:focus {
    border-color: #FF0000;
}
.input-group{
    border:1px solid  #d2d6da;;
} 
.img-center{
    display: block;
    margin:0 auto;
    max-width: 100%;
}

.btn-add{
    width:40px;
    height:40px;
}
.btn-add-img{
    width:40px;
    height:40px;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color:#868B8E;
  border: 0;
  opacity: 0.25;
}

.checkbox-wrapper {
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 40px);*/
    grid-template-columns: auto auto;
    border: 1px solid #055C9D;
    margin-left:20px;
    padding:10px;
}

.table th{
    text-transform:uppercase;
    font-weight: bold;
    font-size:13px;
}

.con-block{
    padding:15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 5px;  
    border: 1px solid #49c32c;
    margin-bottom: 20px;
}

.icon{
    margin-right:5px ;
    color:#0060b1;
}

.form{
    padding:15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 5px;
}

.team-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 15px;
    height:300px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.team-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-top: 5px;
  border: 5px solid #fff;
}

.team-card-title{
    font-size: 16px;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
    color:#145DA0;
}

.team-text{
    font-size:15px;
    font-family:Poppins;
    color:#DF362D;
    text-align: center;
    font-weight:600;
}

@media (max-width: 768px) {
    .team-card {height:230px;width:80%; margin-right:auto;margin-left:auto;margin-top:30px}
    /*.card-img, .card-img-bottom, .card-img-top {
        width:50%;  height:150px;}*/

    .carousel{width:100%;margin:0;height:250px;}
    .carousel-inner .carousel-item img{width:100%;height:250px;}
    h2 {font-size:1rem;line-height:2rem;margin-left:-15px}
    .team-img {max-width:150px;  height: 120px;}
    .team-card-title{font-size:14px; line-height:1.25rem;}
    .team-text{font-size:12px}
    
}

.border-block{box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;  border: 1px solid #49c32c; border-radius:10px;}
.img-cust{width:100%;height:90%}
.frm {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;border-radius:10px;padding:10px;background:#fff}


@keyframes infiniteScroll {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}

.news-scroll {
    padding:5px;
    font-size: 13px;
    font-family: Poppins;
    color:#fff;
    animation: ticker 10s linear infinite;
}
.horizontal-scrolling-items__item {
  white-space: nowrap;
}

.gallery-thumb {
    width: 100%;
    height: 250px;        /* Fixed height for all thumbnails */
    object-fit: cover;    /* Ensures the image covers the whole area */
    border-radius: 0.5rem 0.5rem 0 0; /* Rounded corners like card */
}

.card-img-wrapper {
    width: 100%;
    height: 200px;        /* Same as image height */
    overflow: hidden;     /* Hide overflow if image is bigger */
}



.profile-card{
     position: relative;
     font-family: sans-serif;
     width: 220px;
     background: #fff;
     padding: 30px;
     /*box-shadow: 0 0 22px #3336;*/
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     transition: .6s;
     margin: 0 25px;
     border-radius: 10px;
     height: 260px;
    
}
   
   .profile-card .img{
     position: relative;
     width: 100%;
     height: 100%;
     transition: .6s;
     z-index: 99;
     transform: translateY(-60px);
   }
   
   .img img{
     width: 100%;
     border-radius: 50%;
     /*box-shadow: 0 0 22px #3336;*/
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     transition: .6s;
     border-radius: 10px;
   }
   
   .caption{
        text-align: center;
        transform: translateY(-60px);
   }
   .caption h3{
        font-size: 17px;
        font-family: Poppins;
        color:#821D30;
        font-weight: 600;
        line-height:1.5rem;
   }
   .caption p{
        font-size: 16px;
        text-align: center;
        color: #0c52a1;
        font-family: Poppins;
        margin: 5px 0 9px 0;
        font-weight: 600;
   }
   .caption .social-links a{
     color: #333;
     margin-right: 15px;
     font-size: 21px;
     transition: .6s;
   }
   
@media (max-width: 768px) {
    .profile-card{
        margin-bottom: .5in;
    }
}
