#bannerbtn1 {
    display: none;
}

@media (max-width: 768px) {
    #bannerbtn1 {
        display: inline-block;
    }
}

#headtext {
    display: none;
}

@media (max-width: 768px) {
    #headtext {
        display: block;
    }
}

#bannercontent {
    display: none;
}

@media (max-width: 768px) {
    #bannercontent {
        display: block;
        word-spacing: -2px;
    }
}

#active-menu1 {
    color: #175cff;
}

#about-banner1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 100px;
    padding: 60px;
    height: 400px;
}

#box {
    height: 380px;
}

@media only screen and (max-width: 767px) {
    #about-banner1 {

        padding: 10px 0;
        background-attachment: scroll;
        height: 250px;
        background-size: cover;
    }
}

.bg-light-subtle1 {
    background: #ffff;
}

body {
    overflow-x: hidden;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}

.lead {
    text-align: justify;
    /* word-spacing:3.5px; */
    font-size: 15.8px;
    color: white;
}

#fs-15 {
    font-size: 15px;
}

.single-article {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.single-article:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.article-img img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.article-content {
    padding: 20px;
    text-align: center;
}

.article-category a {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

.sub-head1 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.article-content img {
    margin-top: 15px;
}

.article-category .badge {
    font-size: 12px;
    padding: 6px 12px;
}

.row {
    margin-bottom: 30px;
}

.center-img {
    text-align: center;
    margin-top: 10px;
}

.btn-preview {
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    margin-top: 15px;
    text-decoration: none;
}

.btn-preview:hover {
    background-color: #0056b3;
    text-decoration: none;
}
