/* here you can put your own css to customize and override the theme */
ul li, ol li {
    line-height: 25px;font-size:16px;padding:5px 0;
}

p {
    font-size: 16px;
    line-height: 24px;
}
.content-page p, .content-page .list-unstyled {
    text-align: justify;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.footer ul{list-style:none;}
.footer ul li{    padding: 5px 10px;
    display: block;
    float: left;
}
.footer ul li a{text-decoration:none;}

.content-page a, .sidebar2 a{color:#041f60;font-weight:500;}

.site-logo img {
    height: 100px;
}

button.btn.btn-success.btn-submit {
    background-color: #fadf70;
    text-transform: uppercase;
    padding: 13px 40px;
    border-radius: 5px !important;
    color: #000;
}

.content-page img{width:100%;height:auto;}

.col-md-6.text-center.member_box {
    text-align: center;
    padding: 10px 30px;
    border: 1px solid #00bf61;
    border-radius: 10px !important;
    width: calc(50% - 30px);
    margin: 0 15px;
	    min-height: 345px;
}
.col-md-6.text-center.member_box h4{
    font-size:20px;
}

.col-md-6.text-center.member_box p {
    text-align: center;
    padding: 10px 50px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 22px;
}
@media(max-width:767px){
.col-md-6.text-center.member_box {
    padding: 10px 15px;
    width: auto;
    margin: 0 15px 15px;
}
.col-md-6.text-center.member_box p {
    padding: 10px 0;
}
}