span {
    font-size: 14px;
}
.article-sidebar {
    margin-top: 62.5px;
}
.category-sidebar {
    margin-top: 29px;
}
.singleCategoryBox .section-title {
    font-size: 16px !important;
}
svg.w-5.h-5 {
    width: 20px;
    height: 20px;
}
p.text-sm.text-gray-700.leading-5 {
    margin: 17px 0 15px;
}
.mainSingleCategoryBox a {
    text-align: center;
    width: 100%;
    background: #F27549;
    padding: 20px 5px;
    border-radius: 10px;
    display: block;
    color: white;
    font-weight: 700;
    font-size: 18px;
    transition: all .5s ease;
}
.mainSingleCategoryBox a:hover {
    color: white;
    text-decoration: none;
}
/* 16 jan 2024 Custom Work */
.mainSingleCategoryBox.childCategory a {
    background: transparent;
    border: 1px solid #F27549;
    color: #F27549;
}
.mainSingleCategoryBox.childCategory a:hover {
    background: #F27549;
    border: transparent;
    color: white;
}
/* 16 jan 2024 Custom Work */
.singleCategoryBox .category-title {
    width: 100%;
    padding: 5px 0px;
    border-radius: 5px;
    display: block;
    color: #6EBF66;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.singleCategoryBox .category-title:hover {
    text-decoration: none;
}
.singleCategoryBox ul li {
    margin-bottom: 18px !important;
}
.category-sidebar .nav-categories li a.list-group-item,
.article-sidebar .nav-categories li a.list-group-item{
    padding: 14px 7px!important;
    border-radius: 5px!important;
    font-size: 14px!important;
}
.category-sidebar .nav-categories li a.list-group-item-active,
.article-sidebar .nav-categories li a.list-group-item-active {
    background: #6EBF66;
    border: none;
    color: white;
    font-weight: 700;
}
.btn-info {
    background: #6EBF66 !important;
}
.btn-custom:hover {
    background: linear-gradient(90deg, #F27549 0%, #F27549 100%);
}
#content .back-btn {
    text-align: center;
    border: 1px solid #F27549;
    background: white;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #F27549;
    font-weight: 500;
    font-size: 15px;
    transition: all .5s ease;
    margin-bottom: 15px;
}
#content .back-btn:hover {
    color: white;
    background: linear-gradient(90deg, #F27549 0%, #F27549 100%);
    text-decoration: none;
}
.pagination .shadow-sm {
    box-shadow: none !important;
}
.pagination .border {
    margin-right: 7px;
    display: inline-block;
}
.singleCategoryBox .fa-ul>a {
    text-align: center;
    border: 1px solid #F27549;
    background: #F27549;
    padding: 9px 11px;
    border-radius: 5px;
    display: inline-block;
    color: white ;
    font-weight: 600;
    font-size: 12px;
    transition: all .5s ease;
}
@media(max-width: 1199px) {
    .site-header .site-navigation {
        display: flex;
        position: relative;
    }
    .site-header .navbar-toggler {
        float: right;
        align-self: center;
    }
    .site-search .form-border {
        width: 100% !important;
    }
    .site-header #navbarSupportedContent {
        position: absolute;
        top: 78px;
        right: 0px;
        width: 100%;
        z-index: 1000;
    }
}
@media(max-width: 991px) {
    .mainSingleCategoryBox {
        margin-bottom: 0px;
    }
    .mainSingleCategoryBox a {
        font-size: 15px;
    }
    .site-search .form-border .form-inline {
        justify-content: center;
    }
    .site-main .content-area {
        padding: 30px 0px;
    }
}
@media(max-width: 767px) {

    .archive-title,
    .entry-title,
    .error-title,
    .section-title {
        font-size: 25px;
    }
    #comments .btn-lg.btn-custom {
        font-size: 14px;
        font-weight: 600;
    }
}
/* 12 Jan 2024 Work */
a,
a:hover {
    color: #6EBF66;
}
.site-navigation li.active>a,
.site-navigation li:hover>a,
.site-navigation li>a:focus,
.site-navigation li>a:hover {
    color: white !important;
}
.site-navigation li>a>i.sub-indicator {
    color: white !important;
}
.btn-custom {
    background: #6EBF66;
    border: none !important;
}
.site-footer {
    padding: 1.5em 0 .5em;
    background: rgba(0, 0, 0, 0.05);
}
.site-footer p {
    color: #333 !important;
}
.btn-info {
    color: #fff;
    background: #F27549;
    border: none;
}
.site-main {
    margin-bottom: 68px !important;
    margin-top: 0px !important;
    position: relative;
    z-index: 4;
    background: white;
}
.banner-wrapper:hover {
    border-color: #F27549 !important;
}
.dropdown-menu {
    width: max-content;
}
.btn-primary {
    background: linear-gradient(90deg, #6EBF66 0%, #6EBF66 100%) !important;
    border: none !important;
}
/* 12 Jan 2024 End Work */

/* from 24 Jun 2024 Custom Work */
.site-header,
.navbar {
    background: transparent;
}
.site-header {
    padding: 10px 0;
    position: relative;
    z-index: 5;
}
.navbar {
    padding-bottom: 0;
    float: none !important;
}
.site-navigate {
    box-shadow: none;
    background: transparent;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
.navbar-nav li {
    border: none !important;
}
.site-navigation li.active>a {
    font-weight: bold;
}
.site-hero {
    padding: 0;
    margin-top: -116px;
}
.site-hero .overlay {
    background: #6dbf66cb;
    position: absolute;
    width: 100%;
    height: 459px;
    left: 0;
    top: 0;
    z-index: 2;
}
.site-hero video {
    position: absolute;
    width: 100%;
    height: 459px;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
}
.site-hero .content-banner {
    position: relative;
    z-index: 3;
    padding: 0 15px;
}
.site-hero h1 {
    color: white;
    font-size: 50px;
    padding-top: 150px;
    margin-bottom: 25px;
}
.site-search {
    margin: 0;
    padding: 0 0 55px;
}
.site-search .form-border {
    position: static;
    transform: none;
    margin: 0 auto;
    display: block;
    max-width: 611px;
    width: 100%;
}
.site-search .form-group {
    margin-bottom: 0;
}
.site-search .search-form .input-lg {
    border: none;
    width: max-content !important;
}
.site-search .search-form .input-group-btn {
    max-width: 132px;
    width: 100%;
}
.site-search .search-form .btn-custom {
    width: 100%;
    padding: 14px 16px;
}
.widgetrow .main-link {
    display: block;
    margin-bottom: 15px;
}
.widgetrow .main-link a {
    width: 100%;
    padding: 30px 15px;
    border-radius: 12px;
}
.widgetrow .main-link a:hover {
    background-color: #6dbf66cb;
}
.widgetrow .main-link .img{
    border: 1px solid  rgba(0, 0, 0, 0.18);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    position: relative;
}
.widgetrow .main-link a:hover .img{
    border: 1px solid  white;
}
.widgetrow .main-link .img svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    stroke: #6dbf66cb;
}
.widgetrow .main-link a:hover .img svg{
    stroke: white;
}
.widgetrow .main-link .img svg path{
    stroke: #6dbf66cb;
}
.widgetrow .main-link a:hover .img svg path{
    stroke: white;
}
.widgetrow .main-link .text {
    text-align: left;
    width: calc(100% - 55px);
}
.widgetrow .main-link .title {
    color: #41424C;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 600;
    line-height: 136.364%;
    display: block;
}
.widgetrow .main-link a:hover .title {
    color: white;
}
.widgetrow .main-link .description {
    color: #41424C;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 162.5%;
    display: block;
}
.widgetrow .main-link a:hover .description {
    color: white;
}
.dropdown-menu li:hover a.dropdown-item {
    color: #6dbf66cb!important;
}
.login-box{
    max-width: 622px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.login-box label{
    font-size: 16px;
}
.login-box .form-control{
    padding: .975rem .75rem!important;
    height: auto;
    line-height: 1;
}
.login-box .btn-primary{
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 16px;
}
.login-box h4{
    margin-bottom: 15px;
}
.login-box .form-border{
    background: white;
    padding: 25px 15px;
}
.login-box .password-link{
    font-size: 16px;
}
.text-warning {
    color: #6dbf66cb !important;
}

#logo img{
    width: 166px;
}
#login-form .form-control{
    padding: .975rem .75rem!important;
    height: auto;
    line-height: 1;
}
#login-form .btn-custom{
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 16px;
}
#comments #respond{
    background: white;
    border-radius: 5px;
}
#comments #respond .form-control{
    padding: .975rem .75rem !important;
    height: auto;
    line-height: 1;
}
#comments #respond .btn-lg.btn-custom{
    padding: 14px 16px!important;
    border-radius: 5px!important;
    font-size: 16px!important;
    font-weight: 600;
    min-width: 132px;
    text-transform: uppercase;
}
#section-categories .form-control{
    padding: .975rem .75rem!important;
    height: auto;
    line-height: 1;
}
#section-categories .btn-info{
    padding: 12px 14px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
}
span.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.rounded-md,
span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5{
    padding: 14px 16px!important;
    border-radius: 5px!important;
    font-size: 15px!important;
}
#content .nav-tabs .nav-link{
    font-size: 16px;
}
#content .table thead th{
    font-size: 16px;
}
#dropdown_content a{
    padding: 4px 7px !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    font-weight: 600;
}
@media(max-width: 1199px) {
    .site-header #navbarSupportedContent {
        background: white;
    }
    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link,
    .navbar-dark .navbar-nav .nav-link,
    .site-navigation li>a>i.sub-indicator {
        color: black !important;
    }
    .site-header #navbarSupportedContent {
        box-shadow: 0px 0px 10px lightgray;
    }
}
@media(max-width: 991px){
    #navbarSupportedContent .dropdown-menu {
        position: static!important;
        margin-left: 10px!important;
    }
    .site-header #navbarSupportedContent {
        box-shadow: 0px 0px 10px lightgray;
    }
}
@media(max-width: 767px) {
    .site-hero h1 {
        font-size: 25px;
    }
    .site-search .search-form .input-lg {
        margin-bottom: 10px;
    }
    .navbar p{
        display: none;
    }
    #content .nav-tabs .nav-link,
    #content .table thead th {
        font-size: 11px;
    }
}
/* from 24 Jun 2024 Custom Work */

/* 11 Feb 2025 CUstom Work */
.site-main .content-area {
    padding: 30px 0;
}
.container-fluid {
    padding: 0 60px 0 61px;
}
.category-sidebar .link-title {
    position: relative;
    padding: 11px 15px;
    color: white !important;
    background: #6EBF66;
    border-radius: .25rem;
}
.category-sidebar a {
    color: #000;
    text-decoration: none;
    margin: 9px 0;
}
.category-sidebar a.link-active {
    color: #6EBF66;
}
.chevron {
    position: absolute;
    top: 0;
    right: 22px;
}
.link-title .chevron {
    top: 13px;
}
.archive-title, .entry-title {
    font-size: 30px;
}
/* 11 Feb 2025 CUstom Work */