/*body {
    background: #e7f1f3!important;  
}*/

body {
    background: #ffe4dd9e; /* Background color */
    position: relative; /* Required for pseudo-element */
}

    body::before {
        content: "";
        position: fixed; /* Ensures it covers the entire screen */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/images/pattern-bg.png);
        opacity: 0.6; /* Adjust opacity here */
        z-index: -1;
    }

.blog_sec img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}

h5.share_link_h5 {
    font-size: 22px;
    float: left;
}

.post-item {
    padding: 0 45px;
    position: relative;
}

.share-all {
    position: absolute;
    padding: 10px 5px 5px 5px;
    z-index: 1;
    right: 0;
    top: 0;
    cursor: pointer;
}

    .share-all > i {
        color: #ffffff;
        font-size: 20px;
        background: #000000b3;
        width: 38px;
        height: 38px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

.share-media {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    top: 15px;
    right: 42px;
    z-index: 1;
    display: none;
    background: linear-gradient(41deg, #976026 30%, #d7ab00 100%);
    border-radius: 20px !important;
}

.share-all:hover + .share-media {
    display: block;
}

.share-media:hover {
    display: block;
}

.share-media ul {
    padding: 0 7px;
    margin: 0;
}

    .share-media ul li {
        list-style-type: none;
        display: inline-block;
        padding: 3px 7px 2px 7px;
        margin-bottom: 0;
    }

        .share-media ul li a {
            font-size: 17px;
            color: #fff;
        }

.blog-sec h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
}

section.blog-sec.bannersection.banner-slider .maindivforbannertext.petalsbanner-text {
    width: 100%;
    margin-left: 0;
    padding: 0px 20px;
    bottom: 0;
}

    section.blog-sec.bannersection.banner-slider .maindivforbannertext.petalsbanner-text a {
        color: #fff;
    }

        section.blog-sec.bannersection.banner-slider .maindivforbannertext.petalsbanner-text a h4 {
            color: #fff;
        }

section.blog-sec.bannersection.banner-slider .maindivforbannertext {
    border-radius: 0;
    bottom: 0;
}

section.blog-sec.bannersection.banner-slider .carousel-control.right, section.blog-sec.bannersection.banner-slider .carousel-control.left {
    margin-top: 14px;
    background: none !important;
}

.blog-sec #myCarousel1 {
    margin-bottom: 30px;
}

.blog-sec .blog-msg {
    font-size: 18px;
}

.blog-sec .blog-data {
    color: #9b9b9b;
    font-size: 12px !important;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 6px;
}

.blog-sec h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 10px;
    color: #544e4e;
    /* font-weight: 500; */
    margin-bottom: 6px;
}

.blog-sec .bannertext h4 {
    margin: 0;
    padding: 20px 0 15px;
    font-size: 22px;
    text-transform: initial;
}

.blog-sec h6 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 13px;
    padding-top: 11px;
    padding-bottom: 10px;
    /* font-weight: 500; */
    padding-left: 16px;
    padding-right: 16px;
    /*text-transform: uppercase;*/
    background: #203965;
    margin-top: 0;
    color: white;
}

.blog-sec .blog-side-recent a {
    font-size: 15px;
    line-height: 1.3;
    color: #383732;
}

.blog-sec .blog-side-recent {
    margin-bottom: 8px;
}

.blog-side {
    border: 1px solid #d5dcef;
    /* padding: 25px; */
    /*border-radius: 5px;*/
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 11px;
    background: #fff;
    margin-bottom: 5px;
}

.blog-side-search-header {
    margin-top: 3px;
    z-index: 1;
}

.blog-side-search.blog-side-search-header img {
    top: 4px;
}

.blog-side-search {
    position: relative;
    padding: 10px;
    background: linear-gradient(41deg, #976026 30%, #d7ab00 100%);
}

    .blog-side-search img {
        position: absolute;
        right: 26px;
        width: 16px;
        top: 18px;
    }

    .blog-side-search input {
        border: 1px solid #eeeeee;
        border-radius: 50px;
        outline: none !important;
        width: 100%;
        font-size: 13px;
        line-height: 1;
        padding: 10px 10px 8px 24px;
    }

/*.blog-header img {
            margin-top: 10px;
                width: 225px;
        }*/
.blog-header .blog-header-btn {
    /* background: linear-gradient(41deg, #976026 30%, #d7ab00 100%) !important; */
    background: #ffffff00 !important;
    display: block;
    color: #000000;
    text-align: right;
    border: none;
    outline: none;
    padding: 10px 25px 9px 10px;
    font-size: 14px;
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    font-weight: 400;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* width: 100%; */
    /* margin-top: 0; */
    /* margin-bottom: 0px; */
    /* border-radius: 50px; */
}

.blog-header {
    margin-top: 0;
}

.blog-sec {
    /*margin-top: 10px;*/
    margin-bottom: 10px
}

.blog-header .navbar {
    overflow: initial;
    margin-top: 10px;
    background: #00000059;
    border-radius: 30px;
    min-height: auto;
}

    .blog-header .navbar a {
        color: #333;
    }

    .blog-header .navbar a {
        color: #fff;
        margin: 0 15px;
        font-size: 15px;
        padding: 12px 0;
        font-weight: 500;
        border-bottom: 1px solid #c7924800;
        background: no-repeat !important;
    }

.blog-header .navbar-toggle {
    background-color: #fff;
    border: 1px solid rgb(1 69 142);
    float: left;
    border-radius: 0;
    z-index: 1;
}

    .blog-header .navbar-toggle .icon-bar {
        background-color: #01458e;
    }

.blog-header .navbar a i {
    margin-left: 6px;
}

.blog-header .navbar-nav > li {
    position: relative;
    margin-bottom: 0;
}

.blog-header .blog-header-sub-menu {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    position: absolute;
    top: 45px;
    display: none;
    z-index: 1;
    padding: 10px 0;
    width: 190px;
    background-color: #fff;
}

    .blog-header .blog-header-sub-menu li {
    }

        .blog-header .blog-header-sub-menu li a {
            display: block;
            width: 100%;
            padding: 8px 10px 8px 15px;
            font-size: 15px;
            text-align: left;
        }

/*.navbar-nav > li > a:hover i {
               transform:rotate(-180deg);
           }*/
.blog-footer {
    background: #000000 !important;
    color: #fff;
    padding: 10px;
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    .blog-footer a {
        color: #fff;
    }

    .blog-footer p {
        font-size: 13px;
        margin-bottom: 0px !important;
    }

.pagination-row {
    display: flex;
    justify-content: center;
}

.pagination > li > a {
    padding: 8px 12px 3px !important;
    margin: 0 3px;
    font-size: 16px;
    border-radius: 4px;
    color: #005e63 !important;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li.dashed-pagination > a {
    border: none;
    pointer-events: none;
}

.pagination > li > a > i {
    position: relative;
    top: 1px;
    left: 3px;
}

.blog-sec table {
    white-space: initial;
}

@media (max-width: 768px) {
    .blog-side {
        padding: 0px 15px 10px;
    }

    .blog-sec h6 {
        margin-top: 30px;
    }

    .navbar-collapse {
        max-height: 250px;
        margin-top: 15px;
        border-radius: 5px;
        border: 1px solid rgb(238, 238, 238);
    }

    .blog-side-search-web {
        display: none;
    }

    .blog-header .navbar a {
        padding-left: 15px;
    }

    .blog-header .blog-header-sub-menu li a {
        padding: 8px 10px 8px 30px;
    }

    .navbar-nav > li > a {
        display: block;
        width: 100%;
        text-align: left;
    }

    .blog-footer p {
        text-align: center;
    }

    .blog-footer {
        margin-top: 20px;
    }

    section.blog-sec.bannersection.banner-slider .carousel-control.right, section.blog-sec.bannersection.banner-slider .carousel-control.left {
        margin-top: 0;
        display: none;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
    }

    .blog-header .nav > li {
        float: left;
        width: 100%;
    }

    .blog-header .blog-header-sub-menu {
        box-shadow: none;
        position: initial;
    }

    .blog-sec #myCarousel img {
        height: 250px;
        object-fit: cover;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .blog-side-search-header {
        display: none;
    }

    .navbar-nav > li > a:hover + ul, .navbar-nav > li > a + ul:hover {
        display: block;
    }

    .blog-header .nav > li > a:focus, .nav > li > a:hover {
        border-bottom: 1px solid #c79248;
        background-color: #ffffff00;
    }

    .blog-header .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

header.sticky {
    background: #000;
    box-shadow: 0 0 10px #1b1b1b;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 0;
    transition: top .6s;
    margin: 0;
}

header {
    transition: all .4s ease-in-out;
}

.uyruyfty_tri {
    padding: 0 30px;
}

.iuju_tri {
    /* background: linear-gradient(41deg, #976026 30%, #d7ab00 100%); */
    /* border-radius: 50px; */
    /* display: flex; */
    /* padding: 5px 26px 5px 15px; */
    /* color: #fff; */
}

.fvhvyt_tri {
    /* width: 21%; */
    /* margin-right: 11px; */
}

.uytdtyfty_tri {
    /* text-align: left; */
    /* white-space: nowrap; */
}

.yrdrt-tri {
    /* font-size: 11px; */
}

.yrdgfrt-tri {
    /* font-weight: 600; */
    /* font-size: 14px; */
}

.fvhvyt_tri img {
    /* width: 32px; */
}

.utgiuyi_tri {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: end; */
    /* margin-top: 15px; */
}

header.sticky .blog-header-btn {
    color: #fff;
}

.fdfdf_tri {
    display: flex;
    align-items: center;
}

ul.nav.navbar-nav {
    padding: 0 12px;
}

.uigiy_tri {
    display: none;
}

header.blog-header.sticky img.uigiy_tri {
    display: block;
}

header.blog-header.sticky img.ytdrtx_tri {
    display: none;
}

.uydytft_tri {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 11px;
    padding: 8px;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
    /*padding-bottom: 20px;*/
}

.iyrfyuf_tri {
    min-height: 136px;
    overflow: auto;
    max-height: 150px;
}

    .iyrfyuf_tri::-webkit-scrollbar {
        width: 4px;
    }

    .iyrfyuf_tri::-webkit-scrollbar-thumb {
        background: #c37d01;
        border-radius: 10px;
    }

@media (max-width: 768px) {
    .row.fdfdf_tri {
        display: block;
    }

    a.fuvt_tri {
        display: none;
    }

    .row.fdfdf_tri .col-md-3 {
        width: 58%;
    }

        .row.fdfdf_tri .col-md-3 img {
            width: 100%;
        }

    .uyruyfty_tri {
        padding: 10px 10px 0;
    }

    .utgiuyi_tri {
        position: fixed;
        top: 2%;
        right: 10px;
    }

        .utgiuyi_tri a#websiteurl2 {
            background: linear-gradient(41deg, #976026 30%, #d7ab00 100%) !important;
            color: #fff;
            padding: 7px 14px;
            border-radius: 30px;
        }

    .fdfdf_tri .blog-side-search.blog-side-search-header {
        background: no-repeat;
        padding: 0;
        margin-top: 8px;
    }
}

.flex-shrink-0.flex.flex-col.relative.items-end img {
    width: 100%;
}

.share_link_sec {
    display: none;
}

section.bannersection.banner-slider.blog-sec {
    min-height: 68vh;
    padding-top: 20px;
}

.uyfuyf_tri {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 11px;
    padding: 18px;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
    padding-bottom: 20px;
}

header.yfgyuhgjy_tri:before {
    height: 198px;
    background-size: contain;
}

#emailsenderormsg {
    color: #ffb8b8;
    font-size: 13px;
    margin-top: 5px;
}

.rowbanner {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.header-main {
    top: 0;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px !important;
    }
}

.num-blog {
    background: #203965;
    /* padding: 4px 8px; */
    /* margin-left: 14px; */
    font-size: 10px;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    position: absolute;
    /* border-radius: 5px; */
    font-weight: bold;
    color: white;
    right: 15px;
}

.ul-blog-month {
    padding: 0px 0px 0px 8px;
    margin-bottom: 0px;
}

    .ul-blog-month li {
        font-weight: 600;
        cursor: pointer;
        color: #202020;
        border-bottom: 1px solid #ebebeb;
        padding: 5px;
    }

        .ul-blog-month li:last-child {
            border-bottom: 0px;
        }

section.bannersection.banner-slider.blog-sec .blog-side p a {
    color: #202020 !important;
}

.jdj-blog-dat {
    padding-left: 20px;
    font-size: 10px;
    font-weight: 600;
}

section.bannersection.banner-slider.blog-sec p {
    /*line-height: 16px !important;*/
}

.navbar {
    background-color: transparent !important;
}

.header-main .navbar.navbar-light {
    background-color: #fff !important;
}

.new-blod-date-clr {
    color: #d63384 !important;
    font-style: italic;
}


/*////////////==============share button css start==================//////////*/


/*body {
  background-color: #ccc;
  text-align: center;
}*/

.share-main {
    display: inline-block;
    position: relative;
    background: #1877f2;
    padding: 0px 0px;
    border-radius: 5px;
    font-size: 12px;
    /*top: 25px;*/
    /*width: 88px;*/
    /*left: 50%;*/
}

    .share-main .dropdown-toggle-new {
        padding: 0px 7px;
        font-size: 11px;
        line-height: 2px;
    }

.clear {
    background: none;
    border: none;
}


/* Delete End */

.share-main .fa-share {
    font-size: 11px;
    color: white;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
}

    .share-main .fa-share.expanded {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.wrap {
    height: 60px;
    overflow: hidden;
    padding: 11px 0;
}

.share-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Icons */

.share a {
    color: #fff;
    background: black;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    animation: elastic .5s ease-out forwards 0s;
    width: 35px;
    height: 35px;
    transform: translate3d(0, 60px, 0);
    transition: all .2s;
    font-size: 20px;
    padding-top: 3px;
    margin: 0 0 0 5px;
    -webkit-font-smoothing: antialiased;
}

    .share a:hover {
        opacity: .9;
    }

.share .twi-new {
    background: black;
}

.share .comm-for-all-share-btn {
    height: 35px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-right: 5px;
    align-items: center;
    border: none;
    width: 35px;
}

    .share .comm-for-all-share-btn i {
        font-size: 18px !important;
    }

.share .fac-new {
    background: #3b5998;
    -moz-animation-delay: 0.05s;
    -webkit-animation-delay: 0.05s;
    -o-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

.share .ins-new {
    background: #bc2a8d;
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.share .what-new {
    background: #25D366;
    -moz-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.share .mail-new {
    background: #db4437;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.share .you-new {
    background: #cd181f;
    -moz-animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.share .lin-new {
    background: #007bb6;
    -moz-animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.share .fa-whatsapp { /*font-size:23px !important;*/ /*margin-top: 3px !important;*/
}
/*.share a:nth-of-type(7) {
  background: #738a8d;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}*/


/* font awesome icons */

/*.share a:nth-of-type(1):before {
  content: '\f099';
}

.share a:nth-of-type(2):before {
  content: '\f09a';
}

.share a:nth-of-type(3):before {
  content: '\f16d';
}

.share a:nth-of-type(4):before {
  content: '\f232';
}

.share a:nth-of-type(5):before {
  content: '\f0e0';
}

.share a:nth-of-type(6):before {
  content: '\f0e1';
}

.share a:nth-of-type(7):before {
  content: '\f0c1';
}*/


/* Link nth */

.link {
    margin: 0 0 0 4px;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    visibility: hidden;
}

    .link.active {
        -webkit-transform: translate3d(0, -35px, 0);
        transform: translate3d(0, -35px, 0);
        transition: -webkit-transform .2s;
        transition: transform .2s;
        visibility: visible;
    }


/* Navigation Button */

.share-btn {
    color: #ababab;
    background-color: #f1f1f1;
    text-align: center;
    text-decoration: none;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    float: left;
    padding-top: 2px;
    border: none;
    border-radius: 50px;
    margin: 0 2px;
    -webkit-font-smoothing: antialiased;
}

    .share-btn.embed-link:before {
        content: '\f121';
    }

    .share-btn.no-link:before,
    .share-btn.no-embed-link:before {
        content: '\f062';
    }

    .share-btn.copy-link:before {
        content: '\f0ea';
    }


/* Embed Link End */


/* Share Animate */

.share {
    -webkit-transform: translate3d(0, -0px, 0);
    transform: translate3d(0, 0px, 0);
    transition: -webkit-transform .1s;
    transition: transform .1s;
    visibility: visible;
    display: flex;
}

    .share.active {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        visibility: hidden;
    }


/* Input */

.c-form-control {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    width: 180px;
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 20px;
    margin-right: 5px;
    padding: 6px 12px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.15);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.e-form-control {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    min-width: 257px;
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 20px;
    margin-right: 5px;
    padding: 6px 12px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px -1px rgba(0, 0, 0, 0.15);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* Dropdown Style */

.dropdown-menu.share-menu {
    background: #ffffff;
    padding: 0px 5px 0px 6px;
    border: none;
    /*min-width: 280px;*/
    margin: 10px 0 0 0;
    box-shadow: none;
    box-shadow: 0px 0px 12px 0px #808080b3 !important;
    border-radius: 3px;
}


/* Animation */

@keyframes elastic {
    0% {
        transform: translate3d(0, 60px, 0);
    }

    40% {
        transform: translate3d(0, -5px, 0);
    }

    70% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes copied {
    0% {
        opacity: 0;
        transform: translateX(0);
    }

    70% {
        opacity: 1;
        transform: translateY(-35%);
    }

    100% {
        opacity: 0;
        transform: translateY(-35%);
    }
}


/* Tooltip */

.copied::after {
    position: absolute;
    top: -25%;
    right: -10%;
    content: "Copied";
    font-size: 0.75em;
    padding: 3px 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    display: block;
    opacity: 0;
    will-animate: opacity, transform;
    animation: copied 0.5s ease;
}

.dropdown-menu.pull-right {
    right: auto !important;
}

.like-btn button {
    background: #1877f2;
    border: none;
    color: white;
    font-size: 13px;
    border-radius: 5px;
    padding: 2px 10px;
    width: 88px;
}
/*////////////==============share button css end==================//////////*/

.post-cmnt {
    font-weight: 600;
    border: none;
    background: #203965;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
}

.block-heading-wrap {
    overflow: hidden;
    text-align: center;
    margin-bottom: 22px;
}

.post-comments {
    margin: 0 auto;
    margin-top: 5px;
}

    .post-comments .block-heading {
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: bold;
        text-transform: uppercase;
        color: #000000;
    }

        .post-comments .block-heading:before, .post-comments .block-heading:after {
            border-color: #dddddd;
        }

.block-heading:before, .block-heading:after {
    border-color: #dddddd;
}

.block-heading:before {
    right: 57%;
}

.block-heading:after {
    left: 57%;
}

.block-heading:before, .block-heading:after {
    content: '';
    position: absolute;
    top: 20%;
    border-bottom: 1px solid;
    border-color: #ddd;
    width: 260px;
    margin: 0 39px;
}

.block-heading {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
}

.jbebba-mia {
    margin-right: 8px;
}

.hhh-ami {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 11px;
    border-radius: 0 0 10px 10px;
}

.jbebba-mia {
    width: 35px;
}

.comm-p {
    padding-left: 49px !important;
    border-bottom: 1px solid #80808033;
    padding-bottom: 7px;
    margin-bottom: 11px;
}

.dhdh_ami {
    font-size: 17px;
    font-weight: bold;
    margin-left: 5px;
    color: #052c65;
}

.border-bot-1 {
    padding: 14px 0px;
    border-bottom: 1px solid #8080802b;
}

.f-11 {
    font-size: 11px;
    margin-top: 17px;
}

.fhffh-ami {
    margin-top: 0px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 11px;
    display: flex;
    justify-content: flex-end;
    background: white;
    padding: 5px 0px;
    margin-bottom: 13px;
}

.cat-blog {
    color: #ff6100;
    border-right: 2px solid #ff6100;
    text-align: end;
    padding-right: 15px;
    font-size: 14px;
    white-space: nowrap;
    font-weight: bold;
}

.all-blog-cat {
    display: flex;
    justify-content: flex-end;
    padding: 0px;
    margin-bottom: 0px;
}


    .all-blog-cat li {
        color: black;
        padding-right: 12px;
        font-size: 12px;
        font-weight: bold;
        white-space: nowrap;
    }

        .all-blog-cat li a {
            color: #363232;
        }

.line-25 {
    line-height: 25px;
}

.h1t-info-block {
    margin-bottom: 0px;
}

.header-top ul.h1t-info-block, .header-top ul.social-indiv-inner {
    padding: 0px 0px;
}

.header-main.dark {
    background: linear-gradient(to bottom, #0c0c0c 0%, #797a7d00 100%) !important;
}

.inner-page-banner {
    position: relative;
}

.banner_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: grayscale(100%); */
}

.banner-inner-content {
    padding: 190px 0 20px;
    position: relative;
    z-index: 9;
}

    .banner-inner-content h2 {
        font-size: 45px;
        text-transform: uppercase;
        color: #fff;
        line-height: 70px;
        text-shadow: 2px 3px 2px rgb(0 0 0 / 65%);
        font-weight: bold;
    }

.breadcrumb-style {
    margin-top: 10px;
}

    .breadcrumb-style ul li:first-child {
        padding-left: 0;
    }

    .breadcrumb-style ul li {
        display: inline-block;
        list-style-type: none;
        color: #ffffff;
        padding: 0px 8px;
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
    }

ul.clearfix li {
    position: relative;
}

.inner-page-banner:before {
    content: "";
    z-index: 2;
    background: rgb(0 0 0 / 47%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.breadcrumb-style ul li::after {
    content: '/';
    position: absolute;
    right: -2px;
}

.header-main .header-top {
    background: #000000;
    border-bottom: 1px solid #80808075;
}

.campus-life .owl-nav {
    position: absolute;
    bottom: 12rem;
    width: 100%;
    padding: 0px 11px;
    color: white;
    display: flex;
    justify-content: space-between;
}

    .campus-life .owl-nav .owl-prev, .campus-life .owl-nav .owl-next {
        height: 40px;
        font-size: 32px !important;
        border: 1px solid #ffffffd1 !important;
        width: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000000a6 !important;
    }

.jd-content {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-md-new {
    margin-left: 7px;
}

.mid-head-new {
    display: flex;
}

.upper-share-blog .dropdown-menu.pull-right {
    left: -44px;
    right: auto;
}

@media screen and (max-width:991px) {
    .all-blog-cat {
        justify-content: normal;
    }

    .blog-cat-phone {
        overflow-x: scroll;
        width: 250px;
    }

    .owl-carousel .owl-item img {
        margin: 0px auto;
        padding: 0px;
        height: 246px;
        object-fit: cover;
    }

    section.blog-sec.bannersection.banner-slider .maindivforbannertext.petalsbanner-text {
        width: 100%;
        margin-left: 0;
        padding: 0px 20px;
        bottom: 0;
        top: auto !important;
        height: 65px;
    }

    .bannertext {
        position: static !important;
        margin-top: 10px;
    }

    .blog-sec .bannertext h4 {
        padding: 0px;
        font-size: 16px;
        line-height: 23px;
    }

    .campus-life .owl-nav {
        bottom: 6rem;
    }

    .section-wrapper {
        float: inline-start !important;
    }

    .header-main .navbar.navbar-dark .right-nav-elements .menu-icon-block .hamburger-icon .bars {
        background-color: white;
    }

    .header-main .navbar.navbar-dark .navbar-brand .logo-white.logo_white_desktop {
        height: auto !important;
        display: none !important;
    }

    .header-main .logo-img.logo-black {
        display: block !important;
    }

    .navbar-light .logo-img.logo-black {
        display: none !important;
    }

    .header-main .logo-img {
        width: 200px;
        height: auto !important;
    }

    .d-xl-none {
        padding: 0px;
    }
}

.height-rec-post {
    min-height: 67px;
    max-height: 346px;
    overflow-y: scroll;
}

    .height-rec-post::-webkit-scrollbar {
        width: 3px;
    }

    .height-rec-post::-webkit-scrollbar-thumb {
        background: #f58220;
        border-radius: 10px;
    }

td {
    border: 1px solid #80808030 !important;
    padding: 3px;
}

.uyfuyf_tri ul {
    list-style: unset;
}

table#datalistRecentPost td {
    border: none !important;
}
.open > .dropdown-menu {
    display: block;
}