*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 18px;
}
p{
line-height: 1.7;
}
 a{
color: inherit;
font-size: inherit;
text-decoration: none;
}
.section_caption{
text-align: center;
}
.section_caption span{
border: 1px solid;
color: #757575;
padding: 6px 14px;
text-transform: uppercase;
border-radius: 20px;
}
.section_title{
text-align: center;
margin-top: 30px;
padding: 0 100px;
}
.section_title h1{
font-size: 66px;
font-weight: 600;
}
.section_title_2{
margin-top: 25px;
font-size: 40px;
font-weight: 600;
}
.styled_word{
font-family: 'Times New Roman', Times, serif;
font-weight: 400;
font-size: inherit;
}
















.banner_section{
width: 100%;
}
.banner_section .column_1{
width: 100%;
}
.banner_section .content{
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) , rgba(0, 0, 0, 0.4)), url('../uploads/banner_section_bg1.png'); 
background-position: center;
color: whitesmoke;
padding: 120px 30px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.banner_section .section_title {
margin-top: 0;
}
.banner_section .section_title h1{
font-size: 120px;
font-weight: 400;
}





















.blog_section{
margin-top: 140px;
padding: 0 30px;
width: 100%;
}
.blog_section .row{
margin-top: 75px;
width: 100%;
display: flex;
}
.blog_section .column{
width: 100%;
}
.blog_section .content{
width: 100%;
}
.blog_section .blog_container{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.blog_container .blog{
margin-top: 50px;
width: calc(33.33% - 30px);
margin: 15px;
text-align: left;
background-color: white;
border-radius: 5px;
text-align: center;
padding-bottom: 32px;
overflow: hidden;
border: 1px solid #d5d5d5 ;
}
.blog_thumbnail {
width:100% ;
height: min-content;
}
.blog_thumbnail img{
width:100% ;
height: auto;
overflow: hidden;
}
.blog .text_content{
text-align: left;
padding: 0 30px;
}
.blog h2{
margin-top: 32px;
font-size: 21px;
font-weight: 600;
}
.blog a{
color: inherit;
text-decoration: none;
}
.blog p{
margin-top: 12px;
color: #757575;
}
.blog .author{
margin-top: 54px;
display: flex;
justify-content: space-between;
align-items: center;
color: #757575;
}
.blog .author .left{
display: flex;
gap: 6px;
align-items: center;
}
.author .avator{
width: 30px;
height: 30px;
border: 1px solid;
border-radius: 50%;
overflow: hidden;
}
.avator img{
width:100% ;
}
.paginations {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginations a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    margin-right: 5px;
    padding: 9px 16px;
    border: 1px solid #ccc;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}



















@media only screen and (max-width: 768px) {

    /* all sections common responsiveness*/
*{
font-size:16px;
}
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden; /* Prevents horizontal scrolling */
    }
    .first_section {
    margin-top: 165px ;
    padding-left: 15px;
    padding-right: 15px;
    }
    .section  {
    flex-wrap: wrap ;
    gap:30px;
    padding-left: 15px;
    padding-right: 15px;
    }
    .section .row{
        flex-wrap: wrap ;
        gap:30px;
    }
    .section .column  {
        width: 100% ;
    }
    .section .flex_container{
        flex-wrap: wrap ;
        gap: 30px;
    }
    .section .flex_item{
        width: 100% ;
        margin: 0;
    }
.section_title {
padding: 0;
}
.section_title_2 {
    font-size: 30px;
}
.section_title h1{
font-size: 40px;
}

/* section wise separate responsiveness*/
.banner_section {
padding: 0;
}
.banner_section .section_title h1 {
    font-size: 65px;
}
.banner_section .content {
padding-left: 15px;
padding-right: 15px;
}
.blog_container .blog {
padding-bottom: 25px;
}
.blog .text_content {
padding: 0 25px;
}
.blog .author {
margin-top: 25px;
}

}








@media only screen and (min-width: 769px) and (max-width: 1024px) {

    /* all sections common responsiveness*/
*{
font-size:16px;
}
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden; /* Prevents horizontal scrolling */
    }
    .first_section {
    margin-top: 165px ;
    padding-left: 30px;
    padding-right: 30px;
    }
    .section  {
    flex-wrap: wrap ;
    gap:30px;
    padding-left: 30px;
    padding-right: 30px;
    }
    .section .row{
        flex-wrap: wrap ;
        gap:30px;
    }
    .section .column  {
        width: 100% ;
    }
    .section .flex_container{
        flex-wrap: wrap ;
    }
    .section .flex_item{
    width: calc(50% - 30px);
    margin: 15px;
    }
.section_title {
padding: 0;
}
.section_title_2 {
    font-size: 30px;
}
.section_title h1{
font-size: 58px;
}

/* section wise separate responsiveness*/
.banner_section {
padding: 0;
}
.blog_section {
padding-left: 15px;
padding-right: 15px;
}
.blog_container .blog {
padding-bottom: 25px;
}
.blog .text_content {
padding: 0 25px;
}
.blog .author {
margin-top: 25px;
}

}