body {
    margin: 0;
    padding: 0;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    background: url('../img/main-bg.jpg') no-repeat center top;
    background-size: cover;
}
.navbar {
    background: url('../img/menu-footer-bg.jpg') repeat center;
    position: relative;
    padding: 0px;
    text-transform: uppercase;
}
.navbar-brand {
    padding: 0px 10px;
}
.navbar-nav {
    padding-right: 10px;
}
.navbar-nav .nav-item:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    margin-right: 8px;
    color: #fff;
}
.nav-link {
    display: inline;
}
.navbar-nav .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}
.navbar-nav .nav-link.active {
    font-weight: 600;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner2 {
    /* display: flex;
    flex-wrap: wrap; */
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.banner2 img {
    padding: 0;
    margin: 0;
    display: block;
    width: 33.3%;
    max-width: 312px;
    height: auto;
    float: left;
}
.readmore a {
    display: block;
    width: 120px;
    height: 40px;
    background: url('../img/readmore.jpg') no-repeat center center;
    background-size: contain;
    margin: 0px 0 20px 0;
    text-indent: -9999px;
    float: right;
}
.welcome-section {
    padding: 10px 10px 60px 10px;
    background-color: #fff;
    color: #333;
    font-family: "Georgia", "Times New Roman", serif;
}
.welcome-section h2 {
    font-family: "Roboto";
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #800040;
}
.welcome-content p {
    text-align: justify;
}
.welcome-content .image-right {
    float: right;
    padding: 0px 0px 0px 10px;
    max-width: 300px;
    width: 100%;
    height: auto;
}
.welcome-content .image-right2 {
    float: right;
    padding: 0px 0px 0px 10px;
    max-width: 250px;
    width: 100%;
    height: auto;
}
.welcome-content .bottom20 {
    padding-bottom: 10px;
}
.white-bg {
    background-color: #ffffff;
}
#contact .card:hover i,#contact .card:hover h4{
	color: #87d37c;
}
.footer .footer-img img {
    width: 100%;
    height: auto;
}
.footer .footer-text {
    background: url('../img/menu-footer-bg.jpg') repeat center;
    height: 80px;
    text-align: center;
    color: #fff;
    line-height: 80px;
    font-size: 14px;
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (max-width: 991.98px) {
    .welcome-content .image-right, .welcome-content .image-right2 {
        float: right;
        margin: 0 auto 0px auto;
        display: block;
        width: 40%;
    }
    .banner2 {
        flex-direction: column;
        align-items: center;
    }
    .readmore a {
        float: right;
        margin: 0 auto 20px auto;
    }
}
@media (max-width: 575.98px) {
    body {
        font-size: 12px;
    }
    .welcome-section h2 {
        font-size: 20px;
    }
    .navbar-nav .nav-item:not(:last-child)::after {
        content: none;
    }
    .nav-link {
        padding: 8px 0;
        display: block;
    }
    .navbar-nav {
        padding-right: 0;
    }
}