/* header style start */
.header_section {
    position: relative;
    margin-bottom: 5px;
    background: #fff;
    padding: 0 15px;
}
.header_section .carousel-item {
    box-shadow: 0 0 5px #e3e3e3;
    background-position: center;
    background-size: cover;
}
.header_section .cover {
    /* background: rgba(0, 0, 0, 0.4); */
    padding: 115px 0 95px;
    align-items: center;
    position: relative;
    text-align: center;
    min-height: 60vh;
    width: 100%;
    display: flex;
    color: #fff;
}
.header_section .cover h1 {
    margin: 5px 0 15px;
    font-weight: 700;
    font-size: 56px;
}
.header_section .cover h4 {
    line-height: 36px;
    font-weight: 300;
    font-size: 25px;
}
.header_section .carousel-control-prev,
.header_section .carousel-control-next {
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
    top: calc(56% - 42px);
    line-height: 42px;
    font-size: 17px;
    z-index: 9999;
    height: 42px;
    margin: 0 3%;
    width: 45px;
    opacity: 0;
}
.header_section .carousel-control-prev:hover,
.header_section .carousel-control-next:hover {background: #304193;}
.header_section:hover .carousel-control-prev,
.header_section:hover .carousel-control-next {
    margin: 0 2%;
    opacity: 1;
}
/* header style end */



/* latest news start */
.latest_news {
    display: block !important;
    position: relative;
    margin: 0 0 5px;
    z-index: 99;
}
.latest_news .bn-breaking-news {
    box-shadow: 0 0 5px #e3e3e3;
    border: none;
}
.latest_news .bn-label {
    display: block !important;
    text-transform: uppercase;
    background: #304193;
    font-weight: 500;
    padding-top: 2px;
}
.latest_news .bn-news {
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
    background: #F7F7F7;
}
.latest_news .bn-news li a:hover {color: #304193 !important;}
.latest_news .bn-news li a {
    padding: 2px 15px 0 25px !important;
    position: relative;
    color: #212121;
}
.latest_news .bn-news li a:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 4px;
    left: 5px;
    top: 35%;
    position: absolute;
    background: #304193;
}
.latest_news .bn-news li a:hover {color: #304193;}
.latest_news .bn-controls {
    border: 1px solid #ddd;
    border-left: none;
    border-radius: 0;
}
.latest_news .bn-controls button {
    box-shadow: none;
    padding-top: 3px;
    outline: none;
}
.latest_news .bn-controls button span:after,
.latest_news .bn-controls button span:before {
    border-color: #0A0A0A;
    border-bottom-width: 1px;
    border-right-width: 1px;
}
/* latest news end */


/* home page start */
.space_area {
    padding: 0 15px 15px;
    margin-bottom: 25px;
}
.space_area img {
    border: 1px solid #ccc;
    margin-right: 13px;
    display: inline;
    width: 117px;
    float: left;
}
.space_area .speech_title {
    border-bottom: 1px solid #ccc;
    width: calc(100% - 130px);
    display: inline-block;
    margin-bottom: 8px;
}
.space_area h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #304193;
    width: 100%;
    text-transform: uppercase;
}
.main_section .space_area h5 {
    font-size: 16px;
    color: #304193;
    font-weight: 400;
}
.main_section .space_area p {text-align: justify;}
.space_area a {
    display: inline-block;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    color: #304193;
}
.space_area a:hover {text-decoration: underline;}
/* home page end */
