body{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
a {
    color: #001e43;
}
a:hover{
    text-decoration: none;
    color:  #f9bd11;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Lato', sans-serif;
}
p{
    font-size: 15px;
    font-weight: normal;
    color: #4d4d4d;
    line-height: 26px;
}
strong{
    font-weight: 600;
}
.img-full{
    width: 100%;
}
header {
    position: relative;
}
.header-top {
    padding: 10px 0;
}
.navbar-brand {
    padding: 18px 0;
    margin: 0 30px;
    text-align: center;
}
.navbar-brand img {
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.header-mid {
    background: #0c84ee;
}
.header-mid .navbar-expand-lg {
    display: flex;
}
.header-mid .navbar-nav {
    width: 100%;
    justify-content: center;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
nav.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    padding: 12px 23px;
    font-weight: 400;
}
nav.navbar-light .navbar-nav .nav-link:hover, nav.nav-item.active > .nav-link, nav.navbar-light .navbar-nav .active > .nav-link {
    background: #f9bd11;
    color: #010101;
}
.content-area {
    padding: 40px 0;
}
.sidebar-menu li a {
    background: #ededed;
    padding: 10px 20px !important;
}
.sidebar-menu li a:hover {
    background: #f9bd11;
    color: #000;
}
.sidebar-menu li {
    margin: 4px 0;
}
.mid-img-bx {
    background: #e3e3e3;
    min-height: 463px;
    margin-top: 4px;
}
footer {
    background: #232b31;
    padding: 20px 0;
    text-align: center;
}
footer p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.top-date {
    background: #ffedba;
    display: inline-block;
    padding: 7px 15px;
    color: #000;
    font-size: 14px;
    border-radius: 6px;
}
.search {
    display: flex;
    justify-content: end;
}
.search form {
    display: flex;
}
.search .form-control {
    height: 43px;
    background: #efefef;
    border-radius: 6px 0px 0 6px;
}
.search .submit-btn {
    background: url(../images/zoom-icon.png) no-repeat;
    border: none;
    background-color: #0c84ee;
    width: 51px;
    height: 43px;
    padding: 0 0;
    display: inline-block;
    border-radius: 0 6px 6px 0;
    background-position: center;
}
.head-logo-bx h1 {
    font-weight: 800;
    font-size: 35px;
}
.head-logo-bx .cap {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #0c84ee;
}
.head-logo-bx .social-info {
    font-weight: 600;
    display: block;
}
.head-logo-bx .by-prp {
    font-size: 14px;
    font-weight: 600;
    color: #1b8470;
}
.head-logo-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 10px;
}
.head-logo-bx div {
    text-align: center;
}
.post-loop {
    margin-bottom: 20px;
}
.post-loop .post-loop-content {
    padding: 15px 0;
}
.post-loop .post-loop-content h2 {
    font-size: 26px;
    font-weight: 600;
    color: #0c84ee;
}