





nav#main-nav {
    background: rgb(2, 4, 5) !important;
}
.page_top_sapce {
    height: 113px;
}
.my_container {
    max-width: 1186px;
    margin: auto;
    padding: 0 20px;
}
.sr_row {
    display: grid;
    grid-template-columns: 1fr .44fr;
    grid-gap: 27px;
}
section.sr_sec {
    padding: 36px 0 88px 0;
}
.srrr_wraper {
    background: linear-gradient(180deg, #FF0404 0%, #06080A 61%);
    padding: 46px 19px 36px 19px;
    position: sticky;
    top: 150px;
}
.author_s_image img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
.author_s_image {
    text-align: center;
    max-width: 155px;
    margin: auto;
}
.srrr_wraper h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: var(--white);
    text-align: center;
    margin: 10px 0 9px 0;
}
.srrr_wraper p {
    color: var(--white);
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 26px 0;
}
.srrr_wraper a {
    background: var(--red);
    padding: 0px 26px;
    font-weight: 700;
    border: 2px solid var(--red);
    max-width: 88%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    padding: 20px 0 20px 0;
    margin: auto;
}
.srrr_wraper a:hover {
    background: transparent;
    border: 2px solid var(--white);
}
.srl_wraper {
    padding: 60px 27px 60px 27px;
    background: #F2F2F2;
}
.featured_image {
    margin: 32px 0 49px 0;
    text-align: center;
}
.srl_wraper h3 {
    max-width: 91%;
    margin: 0 0 24px 0;
}


.post_content_main_wraper p {
    color: var(--black_gray);
    line-height: 28px;
    margin: 0 0 30px 0;
}
.post_content_main_wraper ul {
    list-style: none;
  }
  
  .post_content_main_wraper ul li::before {
    content: "";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    left: -1px;
    position: absolute;
    top: 8px;
}
.post_content_main_wraper ul li{
    padding: 0 0 0 21px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    color: var(--black_gray);
    font-family: var(--body_font);
    margin: 0 0 20px 0;
}
.post_content_main_wraper ul li span{
    color: var(--red);
    font-weight: 600;
}
  


.a_social_list {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
}

.load_btn_btn:hover {
    background-color: var(--red);
}
.load_btn_btn:hover p {
    color: white;
}
.load_btn_btn:hover img {
    filter: brightness(0) invert(1);
}

.post_content_main_wraper h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
}
.post_content_main_wraper h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
}


/* *******************************Styling for author box start here ************* */
.about_author_box {
    background: linear-gradient(90deg, rgba(255,4,4,1) 14%, rgba(0,0,0,1) 14%);
    margin-top: 24px;
    padding: 26px 34px 56px 34px;
}
.au_row {
    display: flex;
    align-items: center;
    gap: 23px;
}
.au_img {
    max-width: 155px;
    width: 100%;
}
.au_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.au_content h3 {
    color: var(--white);
    margin: 0 0 8px 0;
}
.au_content h5 {
    color: var(--white);
}
.au_content p {
    color: var(--white);
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    max-width: 475px;
}



/* *************************************************Styling for related post start here *************** */
.rp_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 41px;
    padding: 20px 0 56px 0;
}
.post-img {
    text-align: center;
    background: #F2F2F2;
    padding: 25px 0;
    margin: 0 0 31px 0;
}
.post-title a h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}
.post_btn {
    display: flex;
    align-items: center;
    padding: 10px 0 0 0;
}
.post_btn p {
    margin: 0 10px 0 0;
    color: #828282;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 1px 0 0 0;
}
.post_btn img {
    max-width: 100%;
}
a.loadmore-btnss {
    position: relative;
}
a.loadmore-btnss:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: red;
    left: 0;
    top: 32px;
}
.load_btn_btn {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid var(--red);
    padding: 13px 16px;
    max-width: fit-content;
    margin: 0 0 0 auto;
    background: white;
    position: relative;
}
.load_btn_btn p {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    margin: 0 10px 0 0;
    color: var(--red);
    text-transform: uppercase;
}
section.related-post-sec {
    padding: 0 0 120px 0;
}
.post-img img {
    border-radius: 10px;
    transition: all .9s;
    min-height: 163px;
    max-height: 123px;
}


/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:950px){
    .sr_row {
        display: flex;
        flex-direction: column;
    }
    .srrr_wraper p {
        max-width: 600px;
    }
    .srrr_wraper a {
        max-width: 400px;
    }
    .srrr_wraper {
        padding: 46px 19px 50px 19px;
    }
    .page_top_sapce {
        height: 82px;
    }
}
@media only screen and (max-width:780px) {
    .rp_row {
        display: flex;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width:550px) {
    .srl_wraper h3 {
        font-size: 18px;
    }
    .srl_wraper h2 {
        max-width: 100%;
        font-size: 21px;
        line-height: 26px;
    }
    .srl_wraper h3 {
        max-width: 100%;
        font-size: 21px;
        line-height: 26px;
    }
    .rp_row {
        flex-direction: column;
        flex-wrap: nowrap;
        
    }
    .post-wraper-col-cat {
        width: 100%;
        max-width: 100%;
    }
    .au_row {
        flex-direction: column;
    }
    .about_author_box {
        padding: 26px 34px 56px 34px;
        background: linear-gradient(90deg, rgba(255,4,4,1) 00%, rgba(0,0,0,1) 0%);
    }

    .a_social_list {
        justify-content: center;
        padding: 0 0 40px 0;
    }
    .au_content h5 {
        text-align: center;
    }
    .au_content h3 {
        text-align: center;
    }
    .au_content p {
        text-align: center;
    }
    .page_top_sapce {
        height: 82px;
    }
    section.related-post-sec {
     padding: 0 8px 76px 8px;
    }
    .post_content_main_wraper ul {
        padding: 0;
    }
    .my_container {
        padding: 0;
    }
    .about_author_box {
        margin-top: 0;
    }
    .srrr_wraper {
        margin: 0 20px;
    }
}
@media only screen and (max-width:430px) {
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}
