*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.container-fluid {
    color: white;
    
}

.important-count-column ul {
    /* column-count: 2; */
    list-style: none;
    /* color: white; */
}

.important-count-column ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-style: normal;
    
    font-weight: 600;
}

.col-4 ul li a:hover {
    color: #18ba60 !important;
    transition: all 1s;
}

.col-12 p a {
    text-decoration: none;
}
.paragraph {
    text-align: center;
    margin-top: 50px;
    /* color: #E8EFF3; */
    margin-bottom: 50px;
}


.title-with-pic a {
    text-decoration: none;
    color: red;
}

.background {
    background: #E7EEF2;
}

.dropdown-background li a {
    color: white;
}
/* .dropdown-background li a :hover{
    color: white;
    background: darkgreen;
} */
div#navbarNavDropdown>ul>li>a:hover {
    color: #18ba60 !important;
    
}
div#navbarNavDropdown>ul>li>a {
    font-weight: 600;
    font-size: 14px;
    font-family: sans-serif;
   padding: 0 .4rem;
}
.paragraph h2 {
    color: #18ba60 !important;
}
.background-color-box {
    background: #E7EEF2;
}
.border-color {
    border: 2px solid blue;
    padding: 2px;
    font-size: 14px;
}


div#navbarNavDropdown> ul>li>a {
    line-height: 94px;
}
.dropdown-background li a:hover {
    background: #18ba60 !important;
    color: white;
}

.dropdown-background li a {
    padding: 10px;
}

.border-top-last,
.footer-part {
    border-top: 1px solid #394348;
}
.navbar-light .navbar-nav .nav-link.active
{
    color: #18ba60;
}


.follow-us-decor h5 {
    position: relative;
    margin-bottom: 35px;
}

.follow-us-decor h5:after {
    position: absolute;
    content: ' ';
    width: 15%;
    height: 4px;
    background: green;
    left: 0;
    bottom: -9px;
    border-radius: 2px;
}

.follow-us-decor ul {
    list-style: none;
}

.social-media-icons li {
    width: 40px;
    height: 40px;
    background: red;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    
    
    
}
.social-media-icons li:first-child {
    background:#4267B2;
}
.social-media-icons li:nth-child(2) {
    background: #1DA1F2;
}
.social-media-icons li:nth-child(3) {
    background:#E1306C;
}
.social-media-icons li a{
    color: white;
  
}

.icon-value-size {
    width: max-content;
}
.bottom-menu-column {
    column-count: 2;
}

.dropdown-menu li {
    border-bottom: 1px solid gray;
}
.dropdown-menu li:last-child {
    border-bottom: none;
}

.about-us-optional h6 {
    color: #2e363a;
    margin-bottom: 0;
}
.about-us-optional h2 {
    color: #2e363a;
    margin-bottom: 0;
    font-weight: 700;
}
.about-us-optional h6 a {
    color: #18ba60;
    margin-bottom: 0;
    text-decoration: none;
}
.page-title {
    background: #F8F8F8;
}
.page-title-shortmenu h6 a:hover {
    color: black;
    transition: all 1s;
}
.page-title-shortmenu h6 span {
    color:#18ba60;
}

.footer-last-part a {
    color: #18ba60;
}
.footer-last-part a:hover {
    color: white;
    transition: all 1s;
}
.president-speech p {
    text-align: justify;
}

.rounded-top {
    border-top-left-radius: .50rem !important;
    border-top-right-radius: .50rem !important;
}

.member-font p {
    font-size: 16px;
}

.life-member-scrollbar {
    overflow-y: scroll;
    height: 600px;
}

.form-contact {
    width: 100%;
    height: 50px;
    font-size: 15px;
    background: #F8F8F8;
    border: 2px solid #eaeaea;;
}

.btn{
    width: 100%;
    height: 50px;
    background: #18ba60;
    font-size: 15px;
    font-family:sans-serif;
    color: white;
}

.btn:hover{
    background: #2e363a;
    color: white;
}

.massage-textarea {
    font-size: 15px;
    background: #F8F8F8;
    border: 2px solid #eaeaea;
    padding-top: 5px;
    padding-left: 5px;
    height: 270px;
}