.navbar {
    background-color: #005850;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
}
main{
    margin-top: 40px;
}
.privacy-policy-sec{
    padding: 40px 0px;
	z-index: 9;
	position: relative;
}
.privacy-contnet h1{
    text-align: center;
    margin-bottom: 35px;
}
.privacy-contnet a {
    color: #0d6efd;
    text-decoration: underline;
}
@media(max-width:767px) {
    .privacy-contnet h1{
        text-align: left;
    }   
}

/* Blog content */

.blog-sec {
    padding: 10px 0;
}

.blog-category-wrpr {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.blog-category h3 {
    color: #4B5058;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

.blog-category h3 span {
    padding: 0 5px
}

.blog-content {
    padding: 20px;
    /* border: 1px solid #949494; */
    /* border-top: none; */
}

.blog-content h3 {
    color: #FD5000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    min-height: 45px;
}

.blog-content p {
    color: #4B5058;
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 130px;
}

.blog-content a {
    color: #FD5000;
    font-size: 16px;
    text-decoration: none;
}

.blog-card {
    margin-bottom: 30px;
    border: 1px solid #949494;
}

@media(min-width:768px) and (max-width:1200px) {
    .blog-content h3 {
        font-size: 16px;
    }
    .blog-content p {
        font-size: 14px;
    }
}

h1 {
    font-size: 35px;
}
.blog-category-wrpr {
    display: block;
}
.blog-search {
    margin: 15px auto 0;
    width: 100%;
}
.blog-category h3 {
    font-size: 14px;
}
.header_get_in_touch_btn_explore {
    width: 100%;
    margin-left: 0;
}

.sec-heading h1 {
    color: rgb(66 71 75);
    font-size: 40px;
    line-height: 48px;
    position: relative;
    font-weight: 700;
    margin-bottom: 35px;
}
.sec-heading h1::before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: rgb(240 83 35);
    display: block;
    position: absolute;
    bottom: -4px;
    left: calc(50% - 50px);
}