


.blog-page-header-img {
    background-image: url('../images/image49.png');
    height: 392px;
    width: 70%;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.blog-header-text{
    font-size: 24px;
    font-weight: 500;
    color: #4A4C5E;
    text-align: center;
}
.blog-page-header {
    position: relative;

    height: 392px;


}
.blog-search{
    position: relative;
    height: 50px;
    border: 1px solid rgba(142,142,142,0.48);
    border-radius: 20px;
    font-size: 20px;
    padding-left: 20px;
    color: rgba(142,142,142,0.48);
    display: flex;
    align-items: center;
}
.blog-search i{
    position: absolute;
    right: 20px;
    -webkit-text-stroke: 1px white;
    top: 30%;
}
.blog-search input{
    color: rgba(142,142,142,0.48);
    border: none !important;
    font-size: 15px;
    outline: none !important;
    background: transparent !important;
}

.blog-search .btn-search {
    border: none !important;
    outline: none !important;
}

.blog-page-header-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 0;
    background: rgba(0, 34, 59, 0.76);
}

.blog-page-header-bg h3 {
    text-transform: capitalize;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.1px;
    font-weight: 800;
    padding-left: 30px;
    border-left: 1px solid #F1592B;
}

.blog-page-header-bg p {
    padding-left: 40px;
}

.blog-page-header-bg span {
    color: #ccc;
}

/*Services*/

.blog-header {
    width: max-content;
    border-bottom: 2px solid #F1592B;
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-sub-header {
    font-size: 40px;
    font-weight: 400;
    color: #000B41;
    line-height: 1.4;
    margin-top: 20px;
}

@media(max-width:575px) {
    .blog-header {
        font-size: 30px;
    }

    .blog-sub-header {
        font-size: 18px;
        max-width: 90%;
    }

}
@media(min-width:575px) and (max-width:991px) {

    .blog-header {
        font-size: 40px;
    }

    .blog-sub-header {
        font-size: 18px;
        max-width: 90%;
    }

}
.blog-list{
    border: 1px solid #FFE8E1;
    background: #FAFAFA;
    padding: 40px 60px 25px 40px;
    border-radius: 20px;
}

.blog-list-header{
    display: flex;
    align-items: center;
    gap: 14px;
    
}
.blog-list-header img{
    width: 24px;
    height: 24px;
}
.blog-list-header h3{
    margin-bottom: 0;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000B41;
}
.list-icon{
    width: 7px;
    height: 7px;
    background: #1075BD;
    border-radius: 100%;
}
.blog-list-item{
    padding: 16px 8px 16px 0;
    text-decoration: none;
    color: #000B41;
    width: 100%;


}

.blog-item-content{
    width: 93%;
    display: flex;
    align-items: center;
    padding-right: 10px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(241,89,43,0.33);
    padding-bottom: 10px;
    justify-content: space-between;
    transition: all .4s ease-in-out;
}
.blog-item-link img{
    width: 44px;
    height: 44px;
}
.blog-item-content:hover{
    color: #ff5316;
}
.advertisement{
    height: 500px;
    background-image: url('../images/advertisement.png');
    background-size: cover;
    background-repeat: no-repeat;
    gap: 25px;
    position: relative;
    background-position: center;
    border-radius: 20px;
}
.advertisement-element1{
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
}
.advertisement-bg{
    position: absolute;
    background: rgba(0,34,59,0.74);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: 0;
}
.advertisement-header{
    font-size: 32px;
    font-weight: 600;
    z-index: 1;
    text-align: center;
}
.advertisement-header1{
    color: #F1592B;
}
.advertisement-header2{
    color: #fff;
}
.advertisement .contact-btn{
    text-decoration: none;
    padding:20px 40px;
    border-radius: 15px;
    font-size: 20px;
    text-transform: capitalize;
    background: #F1592B;
    color: #fff;
    gap: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05px;
    z-index: 1;
}
.advertisement .contact-btn i{
    -webkit-text-stroke: 1px #F1592B;
}
.blog-card-img{
    position: relative;
    width: 100%;
    height: 270px;

}.blog-card{
    display: block;
    text-decoration: none;
    width: 100%;
}
.blog-card-img img{
    width: 100%;
    height: 262px;
    object-fit: cover;
    border-radius: 15px;

}
.blog-category{
    width: max-content;
    height: 35px;
    border-radius: 10px;
    background-color: #E6F3FC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    position: absolute;
    top: -15px;
    color: #8e8e8e;
    left: 20px;
}
.blog-date{
    display: flex;
    align-items: center;
    gap: 20px;
}
.blog-date span{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
}
.blog-date span i{
    color: #1075BD;
}
.blog-card{
    height: 500px;
}
.blog-card-header{
    font-size: 20px;
    font-weight: 500;
    color: #000B41;
}
.blog-desc{
    color: #4A4C5E;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
@media(max-width:767px){
    .blog-card-img{
        height: 230px;
    }
    .blog-card-img img{
        height: 220px;
    }
    .blog-category{
        left: 10px;
        font-size: 14px;
    }
    .blog-card-header{
        font-size: 18px;
    }
}
@media(min-width:1440px){
.blog-card{
    width: 90%;
}
.blog-detail-sec{
    width: 90%;
}
.blog-detail-img{
    height: 450px !important;
}
}
@media(max-width:992px){
    .blog-sidebar{
        order: 1 !important;
    }
    .blog{
        order: 2 !important;
    }
}
@media(min-width:992px) and (max-width:1299px){
    .blog-card{
        height: 540px;
    }
    .blog-category{
        left: 10px;
        font-size: 14px;
    }
}

.blog-detail-img{
    width: 100%;
    height: 370px;
    border-radius: 20px;
    object-fit: cover;
}
.blog-detail-header,.related-posts h3{
    font-size: 32px;
    font-weight: 600;
}
.blog-detail-content{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
}
@media(max-width:767px){
    .blog-detail-header{
        font-size: 20px;
    }
    .blog-detail-content{
        font-size: 15px;
    }
    .blog-detail-img{
        height: 270px;
    }
}