footer .column1 {
position: relative;
top: -18px;
}

td {
border: 1px solid #e4e4e4;
text-align:left;
}

table{
border: none;
background: white; 
box-shadow: 0px 10px 15px -5px rgba(90, 100, 119, 0.34901960784313724);
}

.content .container .container_inner.page_container_inner, .full_page_container_inner {
    padding: 0px 0 0;
}

.h2, h2 {
    color: #2196F3;
}

.title h1, .title.title_size_small h1 {
    font-size: 25px;
    color: #2196F3;
}

.separator.small {
    background-color: #2196F3;
    width: 44px;

}

.bootstrap3 .table {
    width: 99%;
    margin-bottom: 20px;
    background: white;
}

nav.main_menu>ul>li>a {
    text-transform: capitalize;
}

.title_subtitle_holder {
    display: none;
}

.post_excerpt{
	display:none;
}

.vc_col-sm-8 a {
    color: #24a4e4;
    font-weight: bold;
}

.vc_col-sm-8 a:hover {
    color: #1c7cad;
}

.title {
    z-index: 0;
    max-height: 17vh;
}

a:hover, p a:hover {
    color: #2196F3;
    text-decoration: none;
}


