section {
    margin: 30px;
}

.navbar {
    position: relative;
}

.news-navbar-content {
    position: sticky;
    top: 0;
    z-index: 100;
}

.news-navbar-content .navbar {
    padding: 7px 90px 0;
    align-items: baseline;
}

.news-btn {
    padding: 3px 7px;
    background-color: #222222;
    font-family: open sans, open sans regular, sans-serif;
    font-size: 11px;
    line-height: 10px;
    font-weight: 500;
    pointer-events: auto;
    transition: 0.3s;
    color: white;
    transition: 0.2s;
    cursor: pointer;
    text-transform: capitalize;
}

.news-btn:hover {
    background: #4db2ec;
}

/* News Navbar Css */
.navbar .news-navbar-search .news-search-content {
    position: absolute;
    margin-top: 10px;
    right: 0;
    z-index: 100;
    background: white;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 40px 30px 30px;
    width: 50%;
    display: none;
}

.navbar .news-navbar-search .news-search-content input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 13px;
    padding-right: 70px;
}

.navbar .news-navbar-search .news-search-content button {
    border: none;
    outline: none;
    font-size: 14px;
    position: absolute;
    right: 30px;
    cursor: pointer;
}

.navbar .news-navbar-search .news-search-content button:hover,
.navbar .news-navbar-search .news-search-content button:hover .icon i {
    color: #4db2ec;
}

.navbar .news-navbar-search .news-search-content button .icon i {
    margin-left: 5px;
    font-size: 11px;
    color: #616161;
}

.navbar .news-navbar ul {
    margin-bottom: 0;
}

.navbar .news-navbar ul li a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0;
    text-transform: uppercase;
}

.navbar .news-navbar ul .nav-link .nav-child-link:hover:after {
    transform: scaleX(1.3);
}

.navbar .news-navbar ul .nav-link:hover .nav-panels {
    display: block;
}

.navbar .news-navbar ul .nav-link .nav-child-link::after {
    display: block;
    content: '';
    border-bottom: solid 3px #019fb6;
    transform: scaleX(0);
    margin-top: 10px;
    transition: transform 250ms ease-in-out;
}

.navbar .news-navbar ul li a .icon i {
    font-size: 11px;
    margin-left: 6px;
    color: #2e2e2e;
}

.nav-panels {
    position: absolute;
    z-index: 150;
    background: white;
    left: 0;
    width: 100%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 15px 0px;
    margin: 0;
    display: none;
}

.news-navbar-content .nav-panels .nav-panel {
    display: flex;
    flex-wrap: wrap;
    max-height: 94vh;
    overflow: auto;
}

.news-navbar-content .nav-panels .nav-panel .col-md-3 {
    margin-top: 10px;
}

.news-navbar-content .nav-panels .nav-panel img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.news-navbar-content .nav-panels .nav-panel .nav-panel-content {
    margin-top: 10px;
}

.news-navbar-content .nav-panels .nav-panel .nav-panel-content .heading {
    margin: 3px 0;
    font-size: 15px;
    line-height: 1.2;
}

.news-navbar-content .nav-panels .nav-panel .nav-panel-content p {
    font-family: open sans, open sans regular, sans-serif;
    font-size: 11px;
    margin-top: 7px;
    line-height: 1;
    color: #767676;
}

.news-tag-con {
    position: absolute;
    left: 0;
    bottom: -2px;
}

.img-title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4px 7px;
}

.nav-panels .nav-panel a:hover .nav-panel-content h5.heading {
    color: #4db2ec;
}

.owl-carousel__nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    align-items: center;
    padding: 0 50px;
}

/* .post-carosal-content:hover .owl-carousel__nav button {
    opacity: 1 !important;
} */

.row {
    margin: 0;
}

.prev-slide-btn,
.next-slide-btn {
    z-index: 99;
    background: transparent !important;
    padding: 7px 12px;
    border: 1px solid white !important;
    transition: 0.4s;
    opacity: 1;
    color: white;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%);
}

.owl-nav button:hover,
.owl-nav button:hover i {
    color: black !important;
    background: white !important;
}

.header-content .header-items .header-item img {
    width: 100%;
    height: 59vh;
    object-fit: cover;
}

.header-content .header-items .header-item .header-post-content {
    min-width: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content .header-post-content .post-content {
    min-width: 50%;
    will-change: opacity;
    pointer-events: auto;
    padding: 35px 45px;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 3%);
    box-sizing: border-box;
    background: rgba(255, 255, 255, .96);
    text-align: center;
    width: 50%;
}

.post-detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-detail a {
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.post-detail p {
    color: #aaa;
}

.post-detail span {
    color: #505050;
}

.post-detail b {
    font-weight: 300;
    margin: 0 12px;
}

.header-post-category {
    font-size: 11px;
    letter-spacing: .05em;
    color: #e84d15;
    text-transform: uppercase;
}

.header-post-category:hover {
    color: #e84d15;
}

.header-content .header-post-content .post-content .header-post-title {
    font-weight: 500;
    font-size: 29px;
    font-family: HK Grotesk, system-ui, sans-serif;
    color: #000;
    line-height: 1.3;
    margin: 18px 0;
}

.header-content .header-post-content .post-content .header-post-title a {
    color: #000;
}

.post-section {
    margin-top: 50px;
}

.post-category {
    margin-top: 0;
    /* margin-bottom: 55px; */
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
}

.post-category a {
    font-family: system-ui;
    color: #161616;
}

.post-category::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 4px;
    margin-left: -18px;
    width: 30px;
    height: 1px;
    background: #000;
}

.post-content .post-img {
    height: 32vh;
    width: 100%;
    object-fit: cover;
}

.post-content .post-desc {
    display: none;
}

.post-title {
    font-size: 22px;
    width: 80%;
    margin: auto;
    padding: 25px 0 15px;
    text-align: center;
}

.post-title a,
.post-title p {
    color: #000;
    transition: 0.4s;
}

.post-title a:hover,
.post-title p:hover {
    opacity: .7;
}

.post-title::after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 14px;
    width: 36px;
    border-bottom: 1px solid var(--main-color);
}

.post-content .post-img-content {
    position: relative;
}

.post-content .post-in-category {
    position: absolute;
    bottom: 0;
}

.post-content .post-desc {
    text-align: center;
    width: 80%;
    margin: 15px auto 0;
}

.post-in-category {
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-in-category a,
.post-in-category p {
    padding: 0 9px;
    padding-top: 2px;
    background: #fff;
    line-height: 25px;
    font-size: 12px;
    pointer-events: auto;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #e84d15;
}

.load-more-sec {
    text-align: center;
}

.load-more-sec .load-more-btn {
    font-family: HK Grotesk, system-ui, sans-serif;
    min-width: initial;
    padding: 0 40px;
    border-color: #e84d15;
    background: #e84d15;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: .075em;
    margin-top: 50px;
}

.load-more-sec .load-more-btn:hover {
    background: black;
    color: white;
}

.section-2-content {
    margin-top: 50px;
    background: black;
    padding: 35px 0;
}

.section-2-content .post-category a {
    color: white;
}

.section-2-content .post-category::after {
    background: white;
}

.section-2-content .owl-carousel {
    margin-top: 40px;
}

.section-2-content .post-2-content {
    position: relative;
}

.section-2-content .post-2-content::after {
    content: "";
    border: 1px solid white;
    width: 92%;
    height: 92%;
    position: absolute;
    top: 0px;
    display: flex;
    transform: translate(15px, 15px);
}

.section-2-content .post-2-content .post-img {
    height: 43vh;
    object-fit: cover;
}

.section-2-content .post-2-content .post-bottom-con {
    position: absolute;
    bottom: 0;
    background: #00000082;
    text-align: center;
    padding-bottom: 20px;
    transition: 0.4s;
    width: 100%;
}

.section-2-content .post-2-content:hover .post-bottom-con {
    background: #000000a2;
}

.post-2-content .post-in-category {
    transform: translateY(-13px);
}

.post-2-content .post-in-category p {
    background: #e84d15;
    color: white;
}

.post-2-content .post-title {
    padding-top: 10px;
}

.section-2-content .post-bottom-con .post-title p {
    color: white;
}

.section-2-content .post-bottom-con .post-title::after {
    content: none;
}

.section-3-content {
    margin-top: 60px;
}

img {
    transition: 0.5s;
}

img:hover {
    opacity: 0.84;
}

.post-2-sec .post-detail,
.post-2-sec .post-title {
    text-align: unset;
    justify-content: unset;
    width: 100%;
}

.post-2-sec {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.post-2-sec:first-child {
    margin-top: 0;
}

.post-2-sec .post-img-con {
    width: 50%;
    margin-right: 30px;
}

.post-2-sec .post-img-con img {
    height: 35vh;
    object-fit: cover;
    width: 100%;
}

.post-2-sec .sec-3-post-content {
    width: 50%;
}

.post-2-sec .post-title::after,
.post-2-sec .post-title::after {
    content: none;
}

.read-more-posts {
    padding: 0;
    padding-bottom: 4px;
    border: 0;
    background: 0 0;
    text-transform: none;
    font-family: HK Grotesk, system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    color: #000;
    border-bottom: 1px solid #e84d15;
    transition: 0.3s;
}

.read-more-posts:hover {
    color: rgb(124, 124, 124);
}

.section-3-content .section-3-area .read-more-posts:hover {
    opacity: .7;
}

.post-desc {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 15px;
}

.sidebar-sec .popular-post-sec {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.popular-post-sec .post-title::after {
    content: none;
}

.sidebar-sec .popular-post-sec .post-content {
    display: flex;
    flex-direction: column;
}

.search-btn a {
    color: #000;
}

.search-btn:hover a {
    color: #4db2ec;
}

.sidebar-sec .popular-post-sec .post-img-con {
    width: 40%;
    margin-right: 20px;
}

.sidebar-sec .popular-post-sec .post-img-con img {
    height: 13vh;
    object-fit: cover;
    width: 100%;
}

.sidebar-sec .popular-post-sec .post-content {
    width: 60%;
}

.sidebar-sec .popular-post-sec .post-detail {
    justify-content: unset;
}

.sidebar-sec .popular-post-sec .post-title {
    text-align: unset;
    font-size: 17px;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
}

.side-posts-category {
    margin-bottom: 35px;
    padding: 0 18px;
    border: 1px solid #e84d15;
    box-sizing: border-box;
    font-family: var(--h-font);
    font-size: 12px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: .055em;
    text-align: center;
    text-transform: uppercase;
}

.sample-show-place-sec {
    background: #f5f5f5;
    margin: 70px 0;
}

.sample-show-place-sec .place-con {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.posts-category-sec .post-categories .add-post-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 13px;
    line-height: 1.8;
}

.posts-category-sec .add-post-category .total-posts {
    color: #aaa;
}

.posts-category-sec .post-categories {
    padding: 0;
    margin: 0;
}

.posts-category-sec .post-categories .add-post-category a {
    margin-right: auto;
    color: #292929;
    font-family: Nunito Sans, system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
}

.posts-category-sec .post-categories .add-post-category a::before {
    content: "";
    float: left;
    margin-top: 9px;
    margin-right: 12px;
    width: 6px;
    height: 6px;
    border: 1px solid #e84d15;
    border-radius: 50%;
    box-sizing: border-box;
}

.sidebar-sec {
    position: sticky;
    top: 20px;
    height: 100%;
}

.section-4-content .section-posts {
    display: flex;
    flex-wrap: wrap;
}

.section-4-content .right-post-img {
    height: 20vh;
    width: 100%;
    object-fit: cover;
}

.section-4-content .post-desc {
    display: block;
}

.section-4-content .post-img {
    height: 100%;
}

.section-4-content .section-posts .post-title {
    width: 100%;
    max-width: 85%;
    margin-top: 5px;
    font-size: 16px;
}

.section-4-content .section-posts .section-post {
    margin-bottom: 20px;
}

.section-4-content .post-title::after {
    content: none;
}

header .single-header-sec {
    background: #eeeeee;
    padding: 25px 0;
}

.single-header-sec .single-header-con {
    text-align: center;
}

.single-header-sec .single-header-con h1.heading {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.category-post-sec-1 {
    margin-top: 80px;
}

.category-post-sec-1 .category-left-sec .post-img-content .post-img {
    width: 100%;
    margin: 30px 0;
}

.category-post-sec-1 .category-left-sec .post-content {
    text-align: center;
}

.category-post-sec-1 .post-content .post-title::after {
    content: none;
}

.category-post-sec-1 .category-left-sec .post-desc {
    font-size: 17px;
}

.search-post-header {
    text-align: center;
}

.search-post-header h3.heading {
    font-weight: 500;
    text-transform: uppercase;
}

.search-posts-result {
    margin-bottom: 40px;
}