.blogShort{ border-bottom:1px solid #ddd;}
.add{background: #333; padding: 10%; height: 300px;}

.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    border-right: 1px solid #ddd;
    background-color:#eaeaea;
    box-shadow: 0 2px 2px 2px #ddd;
}
.nav-sidebar a {
    color: #000;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    /*background-color: #0b56a8; */
    background-color: #e52730;
    color: #fff; 
    border-bottom-color: #ccc;
    cursor: pointer;
}
 

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#0b56a8;
    
    border-color: #0b56a8;
}
article h2{color:#333333;}
h3{color:#3E4D5C;}
 .margin10{margin-bottom:10px; margin-right:10px;}
 
 .container .text-style
{
  /* text-align: justify;
  line-height: 23px;
  margin: 0 13px 0 0;
  font-size: 14px;*/
  min-height: 300px;
}
.tabes2-about li:hover {background-color:#8FBC8F;}
.tabes2-about li:hover a {color: #fff;}
.tabes2-about li:nth-child(2) a{ margin-top: 5px;}
.tabes2-about li:nth-child(3) a{ margin-top: 5px;}
.color-p-tab{ color: #444;}
.tab-link{ width: 100%; margin: 0px; padding: 0px; float: left;}
.style-tab-ul{width: 100%; float: left;
 margin: 0px; padding: 0px; list-style-type: none;}
.style-tab-ul li{ display: block;}
.style-tab-ul li a{ text-transform: capitalize; margin-left: 20px; }
.style-tab-ul li a:hover{color: #e52730; padding-left: 10px;  transition: all 0.3s ease-in-out 0s;}
