li.child {
    margin-top: 24px;
    margin-right: 24px;
}

/* Blog Category */
.blog-w3hny-right .sidebar-widget {
    background: var(--bg-color);
    border-radius: var(--border-radius);
    padding: 30px 20px;
    box-shadow: 0 20px 40px 0 rgb(50 65 141 / 12%);
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 4%);
    border: 1px solid var(--border-color-light);
}

.blog-w3hny-right .sidebar-title h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    color: var(--heading-color);
}

.blog-w3hny-right .sidebar-widget .blog-cat {
    position: relative;
    padding: 0;
}

.blog-w3hny-right .sidebar-widget .blog-cat li {
    position: relative;
    list-style: none;
    margin-bottom: 6px;
}

.blog-w3hny-right .sidebar-widget .blog-cat li a {
    position: relative;
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 28px;
    display: flex;
    align-items: baseline;
    width: 100%;
    transition: .3s ease;
}

.blog-w3hny-right .sidebar-widget .blog-cat li a label {
    font-size: 14px;
    margin-left: auto;
    width: 27px;
    height: 27px;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
    border-radius: 6px;
    background-color: var(--bg-grey);
}

.blog-w3hny-right .sidebar-widget ul.blog-cat li a span {
    color: var(--primary-color);
    font-size: inherit;
    background: none;
    font-size: 16px;
    margin-right: 8px;
}

.blog-w3hny-right .sidebar-widget figure {
    margin: 0 0 0rem;
}

.blog-w3hny-right .sidebar-widget .blog-cat li.active a,
.blog-cat li a:hover {
    color: var(--primary-color);
}

/* Post Widget */
.blog-w3hny-right .sidebar-widget .popular-posts .post {
    position: relative;
    padding-left: 110px;
    margin-bottom: 25px;
}

.blog-w3hny-right .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.blog-w3hny-right .sidebar-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    overflow: hidden;
}

.blog-w3hny-right .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-w3hny-right img:hover {
    opacity: 0.9;
}

.blog-w3hny-right .popular-posts .post {
    position: relative;
    padding-left: 100px;
    margin-bottom: 25px;
}

.blog-w3hny-right .post .text a {
    color: var(--heading-color);
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    position: relative;
    font-weight: 700;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-w3hny-right .post .text a:hover,
ul.twitter-feed a:hover {
    color: var(--primary-color);
}

/*Instagram Widget*/
.blog-w3hny-right .sidebar-widget .images-outer {
    position: relative;
    margin: 0px -4px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

/*Tags*/
.blog-w3hny-right .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 18px 8px;
    margin: 0px 4px 8px 0px;
    color: var(--heading-color);
    text-align: center;
    font-size: 16px;
    border: 1px solid var(--border-color-light);
    background-color: var(--bg-grey);
    border-radius: var(--border-radius);
    font-weight: 700;
}

.blog-w3hny-right .popular-tags a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

.blog-w3hny-right .w3l-add-widget {
    background-size: cover;
    background-image: linear-gradient(to right, rgb(0 5 14 / 50%), rgb(1 5 14 / 50%)), url(../images/banner2.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center;
    min-height: 350px;
    border-radius: var(--border-radius);
}

.blog-w3hny-right .w3l-add-widget h6 {
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
ul.page-pagination li {
    display: inline-block;
}

ul.page-pagination li span.current {
    display: block;
    padding: 10px 18px;
    color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: var(--border-radius);
    font-weight: 700;
    background: var(--primary-color);
    transition: background-color .15s linear, color .15s linear;
    box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}

ul.page-pagination li a.page-numbers,
ul.page-pagination li a.next {
    display: block;
    padding: 10px 18px;
    background-color: var(--bg-color);
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius);
    font-weight: 700;
    color: var(--font-color);
    transition: background-color .15s linear, color .15s linear;
    box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}
ul.page-pagination li a.prev {
    display: block;
    padding: 10px 18px;
    background-color: var(--bg-color);
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius);
    font-weight: 700;
    color: var(--font-color);
    transition: background-color .15s linear, color .15s linear;
    box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}
ul.page-pagination li a.prev:hover {
    background-color: var(--bg-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
ul.page-pagination li a.page-numbers:hover,
ul.page-pagination li a.next:hover {
    background-color: var(--bg-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.bloghny-page .reply input, .bloghny-page .reply textarea {
    outline: none;
    width: 100%;
    -webkit-appearance: none;
    border-radius: var(--border-radius);
    min-height: 60px;
    padding: 0px 20px;
    border: 1px solid #cccccc;
    font-size: 17px;
    font-weight: 400;
    color: var(--heading-color);
    background: var(--bg-grey);
    box-shadow: none;
    resize: none;
    height: 60px;
    display: inline-block;
}

.bloghny-page .reply textarea {
    padding: 20px 20px;
    height: 160px;
    resize: none;
}

.single-post-content p {
    margin-bottom: 25px !important;
    margin-top: 30px !important;
}

.accordion-button:not(.collapsed) {
    color: #EB6D12;
    background-color: bisque;
}

.accordion-button:focus {
    z-index: 3;
    box-shadow: 0 0 0 0.10rem rgb(253, 114, 0);
}

.accordion-button{
    color: #EB6D12;
}

p + ul li, p + ol li {
    list-style-type: disc !important; 
}


/* @media (min-width: 992px) { Adjust the min-width as needed */
.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
/* } */


.navbar-nav , .navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.nav-link.show{
    color: #ffffff !important; 
}

.nav-link.show:hover{
    color: #EB6D12 !important; 
}


.paragraphlist li{
    font-size: 18.5px !important;
    line-height: 28px;
}


.w3l-right-info {
    background: var(--bg-color);
    padding: 50px 60px;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
}


.w3l-left-img {
    position: relative;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    height: 100%;
    overflow: hidden; /* Ensures the image doesn't spill out of the border-radius */
}

.w3l-left-img img {
    width: 100%; /* Make the image fill the container */
    height: 100%; /* Make the image fill the container */
    object-fit: cover; /* Resizes the image to cover the container, similar to background-size: cover */
    border-top-left-radius: var(--border-radius); /* Apply border-radius to the image */
    border-bottom-left-radius: var(--border-radius); /* Apply border-radius to the image */
}


.orangepara p{
    line-height: 30px;
}

.blog-content h1 h2  h3 h4 h5 h6 strong{
    color: #333333 ;
}

.blog-content #text p {
    color: #333333 !important;
    font-size: 18px !important;
    line-height: 30px; 
}


.blog-content li{
    color: #333333 !important;
    font-size: 18px !important;
    line-height: 30px;
    list-style-type: disc;
}

.blog-content ol{
    margin-top: 20px;
}

.blog-content ol li{
    list-style-type: decimal !important;
}

.Content li{
    color: #333333 !important;
    font-size: 18px !important;
    line-height: 30px;
    list-style-type: disc !important;
}


/* Base styles for nav items */
.nav-item {
    position: relative !important;
}

/* Directly targeting the first level dropdown */
.nav-item .dropdown-menu {
    display: none !important;
    position: absolute ;
    left: 0 !important;
    top: 100% !important;
}

/* Showing the first level dropdown on parent hover */
.nav-item:hover > .dropdown-menu {
    display: block !important;
}

/* Base styles for submenu */
.dropdown-submenu {
    position: relative !important;
}

/* Directly targeting the second level dropdown */
.dropdown-submenu .dropdown-menu {
    display: none !important;
    position: absolute ;
    left: 110% !important;
    top: 0 !important;
}

/* Showing the second level dropdown on parent hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

/* Style for top-level dropdown caret */
.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border: 1px solid var(--border-color-light);
    display: block;
    border-right: none;
    border-bottom: none;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -7px;
    left: 49%;
    z-index: 1001;
}


.dropdown-submenu .dropdown-menu:before {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--bg-color);
    border-left: 1px solid var(--border-color-light) !important;
    border-bottom: 1px solid var(--border-color-light) !important;
    border-right: none !important;
    border-top: none !important;
    display: block;
    border-left: none;
    border-top: none;
    transform: translateX(-50%) rotateZ(-135deg);
    position: absolute;
    /* top: 90%;
    left: -7px; */
    z-index: 1001;
    margin-top: 20px;
    margin-left: -125px;
} 

.service-content{
    display: grid;
    align-items: center;
    list-style-type: disc !important;
}


.service-section img  {
    width: 100%;
    height: auto; 
}

.table1 tbody td{
    border: 1px solid #c2c2c2c2 !important;
}


.table1 th{
    color:#ffffff;
    background-color: #EB6D12;
    border: 1px solid #c2c2c2c2 !important;
}

.custom-select-wrapper {
    position: relative;
}

.custom-select {
    -webkit-appearance: none; /* Removes default chrome and safari style */
    -moz-appearance: none; /* Removes default style Firefox */
    appearance: none; /* Remove default style for most browsers */
    /* Add custom styles below for your select box, e.g., padding, border, etc. */
    padding: 10px;
    border: 1px solid #ccc;
}

.custom-select-wrapper::after {
    content: "\25BC";
    position: absolute;
    top: 13px;
    right: 19px;
    bottom: 0;
    font-size: 12px;
    line-height: 38px;
    pointer-events: none;
}


.blog-content ul {
    margin-bottom: 27px;
    margin-left: 37px;
}

/* .blog-content h2 {
    padding-top: 27px;
    padding-bottom: 27px;
} */

.django-ckeditor-widget{
    display: contents !important;
}

.wp-block-table table tbody, td, tfoot, th, thead, tr{
    border-color: #999999;
    border-style: solid;
    border-width: 2px;
}


.paragraphlist ul , .paragraphlist ol {

    padding-left: 30px !important;
}
.Content ul {

    padding-left: 20px;
}

.Content ol {

    padding-left: 20px !important;
}

@media only screen and (max-width: 767px) {

    .w3l-right-info {
        padding: 50px 0px;
    }
}


@media (min-width: 992px){
.midd-w3 .col-lg-5 {
padding-right: 0% !important;
}
.midd-w3 .col-lg-7 {
    padding-left: 0% !important;
    }

}


.blog-content p img{
    width: 100% ; 
    height:auto
}