.about {
    padding: 30px 0px;
}

.head h1 {
    color: #008dd2;
    font-weight: 700;
}
.head2 h1 {
    color: #000;
    font-weight: 700;
}
/*.head2 h1 span{*/
/*    color:#008DD2;*/
/*    font-weight:900;*/
/*}*/
.table {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}
thead {
    background: #333;
    color: #fff;
}
.yellow-box {
    background: #ffdd00;
    padding: 30px;
    border: 2px solid #333;
}
.blue-box {
    background: #008dd2;
    padding: 30px;
    border: 2px solid #333;
}
.s3 b {
    background: #008dd2;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    margin-right: 10px;
}
.s3 {
    padding: 30px 0px;
}
@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
.modal-content {
    border-radius: 10px;
}
.s3 p {
    line-height: 35px;
}

/*table {*/
/*   table-layout: fixed;*/
/*   width: 100%;*/
/*   word-wrap: break-word;*/
/* }*/

/* th, td {*/
/*   white-space: normal;*/
/*   word-break: break-word;*/
/* }*/
.card-custom {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}
.card-custom:hover {
    transform: translateY(-10px);
}
.card-custom img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.card-body-custom {
    background: linear-gradient(135deg, #ffffff, #f0f0f0);
    padding: 15px;
    text-align: left;
}
.card-body-custom h5 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.5px;
}
.card-body-custom p {
    font-size: 0.95rem;
    color: #666;
}
.read-more-btn {
    margin-top: 10px;
    border-radius: 30px;
    font-weight: 500;
}
.table-responsive {
    display: inline-table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.card-body-custom p{
	font-size:17px;
}
.buttn{
  background: #008dd2;
    height: 200px;
    width: 50px;
    top: 100px;
    right: 0px;
    z-index: 1000000;
    position: fixed;
}
.vertical-text {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0% 15%;
  color:#ffffff;
}

@media (max-width: 768px) {
    .head2 h1 {
        color: #000;
        font-weight: 700;
        font-size: 24px;
    }
    .head h1 {
        color: #008dd2;
        font-weight: 800;
        font-size: 29px;
    }
    .head h3 {
        color: #008dd2;
        font-weight: 700;
        font-size: 20px;
    }
}
