
.blogpage h1 {
    color: #fff;
    font-size:35px;
    font-weight: normal;
    font-family: 'Rantera';
    text-transform: capitalize;
    letter-spacing: 0.3px;
    line-height:30px;
}
.blogpage h2 {
    font-size: 23px;
    font-weight: 100;
    color: rgb(255 255 255 / 78%);
}
.blogpage h3 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 20px;
    margin-top: 20px;
}
.blogpage ul {
   margin: 0 0 20px 0;
   padding: 0;
}
.blogpage li {
    color: #ccc;
    font-weight: 200;
    letter-spacing: 0px;
    font-size: 16px;
    margin-left: 20px;
}

.news-main {
    /* background-color: #f4f7fb; */
    padding: 70px 0;
}

.news img {
    width: 100%;
    /* box-shadow: 0 0px 5px rgba(0, 0, 0, .20)!important; */
    margin-bottom: 30px;
    transition: all .2s ease;
}

.news img:hover {
    box-shadow: 0 0px 35px rgba(0, 0, 0, .30)!important;
    transform: scale(1.1);
}

.news-text {
    width: 100%;
    float: left;
    transition: all .2s ease-in-out;
}

.news:hover .news-text {
    width: 100%;
    /* background: #fff; */
    float: left;
    padding: 20px;
    transform: translate(0, -130px);
    position: relative;
}

.news-main-div {
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 35px;
    /* background: #fff; */
    /* box-shadow: 0px 1px 8px rgb(195 195 195 / 70%); */
    border: 1px solid #727171;
    
}
/* .news-main-div h1{
    font-size: 20px;
} */
.news-main-div img{
    border-radius: 5px;
    margin-bottom: 35px;
}
.news-thump-main{
    width: 100%;
    float: left;
    /* position: fixed; */
}
.news-thump{
    width: 100%;
    float: left;
    /* display: inline-block; */
    padding: 10px;
    margin-bottom: 15px;
    /* background: #fff; */
    /* box-shadow: 0px 1px 8px rgb(195 195 195 / 70%); */
    border-radius:5px ;
    transition: all ease .5s;
    border: 1px solid #727171;
    margin: 0;
    margin-bottom: 15px;
}
.news-thump:hover{
    background-color: #6a6a6a;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.2);
}
.news-thump img{
    border-radius: 4px;
}
.news-thump h4{
    font-size: 15px;
    font-weight: 300;
    color: #dedede;
    letter-spacing: 0;
    line-height: 19px;
}
.news-thump p{
    font-size: 1.3rem;
    color: #000000;
    line-height: 16px;
    letter-spacing: 0.6px;
}
.news-div{
    width: 100%;
    position: fixed;
    right: 0;
}
.h-45{
    height: 45vh !important;
}
.blog-thumb{
    width: 100%;
    border: 1px solid #9999995e;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.mor-btn-a{
    border: 1px solid #b29d6678;
    background: #1a1a1a;
    color: #fff;
    margin-top: 15px;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 300;
    border-radius: 3px;
    transition: ease all 0.2s;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.mor-btn-a:hover{
    background-color: #AA8A39;
    color: #fff;
    border: 1px solid #AA8A39;
}
.nxt-btn{
    border: 1px solid #b29d6678;
    background: #1a1a1a;
    color: #fff;
    padding: 4px 7px;
    font-size: 1rem;
    font-weight: 300;
    border-radius: 3px;
    transition: ease all 0.2s;
    text-align: center;
    width: 100px;
    display: inline-block;
    margin-left: 10px;
}
.nxt-btn:hover{
    background-color: #AA8A39;
    color: #fff;
    border: 1px solid #AA8A39;
}