/******************** Releted Post start ***********************/
.releted_post {
    width: 100%;
    float: left;
}
.related_post_date {
    width: 60px;
    height: 53px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #7f9aa0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.related_post_date h3 {
    color: inherit;
    font-weight: bolder;
    margin-bottom: 0;
    padding-top: 5px;
}
.related_post_date p {
    text-transform: uppercase;
}
.releted_post_slider_item {
    margin-bottom: 20px;
    padding-right: 10px;
}
.releted_post_slider_item img {
    width: 100%;
    height: 172px;
    margin: 20px auto 0;
}
.releted_post_slider_item .releted_post_detail {
    padding: 20px;
    min-height: 257px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.releted_post_slider_item .releted_post_detail h4 {
    margin: 11px;
    color: #0F0F99;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.releted_post_slider_item:hover .releted_post_detail {
    background: #f9f9f9;
    border-bottom: 2px solid #00ac7a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.releted_post_slider_item:hover .releted_post_detail h4 {
    color: #00ac7a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.releted_post_slider_item:hover .related_post_date {
    background-color: #00ac7a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/******************** Releted Post end ***********************/


.text-center {
    text-align: center;
    border-bottom: 2px solid #805aa5;
}

section {
    display: block;
    padding-top: 50px;
    padding-bottom: 10px;
    width: 100%;
}


.nav-tabs > li.active > a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #805aa5;
    border: 1px solid #805aa5
}

.nav-tabs > li > a {
    border: 1px solid #805aa5;
    border-bottom-color: rgba(255, 255, 255, 0)
}

.margintop {
    margin-top: 3%;
}
