/* banner starts */

.hero-section {
    background:linear-gradient(180deg, #042733, #07242ef2);
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
    position: relative;
    min-height: calc(50vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
}



.hero-section .container {
    position: relative;
    z-index: 1;
}

.h1_size {
    font-size: 50px;
    margin-bottom: 20px;
}

.h2_size {
    font-size: 40px;
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;

}

.content {
    font-size: 16px;
    margin-bottom: 30px;
}

.hero-section .btn {
    margin: 5px;
}

/* banner ends */

.blog-sec .blog_box{
    margin-top: 20px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding: 15px;
}
.blog-sec .blog_box .blog_title{
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
}
.blog_box .blog_img img{
    width: 350px;
    height: 184px;
}
.blog_box .blog_img img:hover{
transform: scale(1.1);
cursor: pointer;
}
.view_all_btn{
    background: linear-gradient(to right, #207598 , #3FB8DE);
    color: #fff;
    border-radius: 5px;
    padding: 1px 13px;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Space Grotesk';
    margin: 0px !important;
}
.view_all_btn:hover{
    color: #fff;

}
.cate_sec{
    display: inline-flex;
    align-items: center;
    align-content: space-between;
    width: 100%;
    justify-content: space-between;
}
.breadcrumb{
   padding: 8px;
    display: block;
    background: #00000085;
    margin-top: 80px;
    color: #fff;
}
.breadcrumb a{

    color: #fff;
    font-weight: 600;
}
.breadcrumb a img{
    margin-right: 10px;
}