.card{
    margin-top: 10px;
    border-radius: 0px;
    border-style: none;
}
.card .card-header{
    background-color: #cfc20b;
    border-radius: 0px;
    color: #c20642;
    font-size: 20px;
    word-spacing: 5px;
    font-family: 'Times New Roman', Times, serif;
    height: 40px;
}
.card .notice-card-body{
    background-color: #eceff1;
    height: 350px;
}
.five-notice-and-date li{
    color: #9c0535;
}
.five-notice-and-date li a{
    color: #2873e2;
}
.five-notice-and-date li a:hover{
    color: #6f9adb;
}
.five-notice-and-date span{
    font-size: 12px;
}
/*image slider */
.carousel{
    margin-top: 10px;
}

.welcome-massege-print{
    margin-top: 80px;
}
.welcome-massege-print .col-md-8{
    text-align: center;
}
.welcome-massege-print .col-md-8 p{
    color: #3cb371;
    font-size: 25px;
    font-weight: bold;
}
.welcome-massege-print .col-md-8 span{
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 16px;
    color: #000000;
}
/*Read more button editing in welcome and introduction sec */

.button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 40px;
    display: inline-block;
    margin: 10px;
    letter-spacing: 1px;
    font-weight: 800;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Read more buttom */
.button-4 {
    border-radius: 60px;
    border: 2px solid rgb(42, 194, 100);
    color: rgb(206, 209, 33);
    overflow: hidden;
}
.button-4:active {
    border-color: #902866;
    color: #902866;
}
.button-4:hover {
    background: #AB327A;
}
.button-4>.fa {
    position: absolute;
    height: 100%;
    font-size: 90%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button-4:active>.fa {
    color: #902866;
}

.button-4b>.fa {
    left: -50%;
    top: 0;
}
.button-4b:hover>.fa {
    left: 10%;
}
/* Button 4c */
.button-4c>.fa {
    left: 70%;
    opacity: 0;
    top: 0;
}
.button-4c:hover>.fa {
    left: 80%;
    opacity: 1;
}
/* Button 4d */
.button-4d>.fa {
    left: 30%;
    opacity: 0;
    top: 0;
}
.button-4d:hover>.fa {
    left: 10%;
    opacity: 1;
}

/*chairperson profile section*/
.profile-card-body{
    background-color: #eceff1;
    text-align: center;
}
.profile-card-body span{
    font-weight: 200;
    font-size: 12px;
}

/*event section editing*/
.event-card-body{
    background-color: #eceff1;
    height: 500px;
}
.editing-thumbnail img{
    border-radius: 0px;
    background:none;
    border-style: none;
}
.evt-title{
    border-left-color: #1fbd5b;
    border-left-style: solid;
    border-left-width: 2px;
}
.evt-title a{
    font-family: 'Times New Roman', Times, serif;
    font-weight: 800;
    font-size: 18px;
    color: #2873e2;
    
}
.evt-title span{
    font-size: 13px;
    font-family: 'Times New Roman', Times, serif;
}
.evt-title span strong{
    color: #ac1798;
}